/** rating **/
div.stars {
    display: inline-block;
}

input.star {
    display: none;
}

.page-card {
    border: 2px solid green;
}

.page-card a {
    font-weight: bold;
}

input.star:checked ~ label.star:before {
    content: "\f005";
    color: #f62;
    transition: all 0.25s;
}

input.star-5:checked ~ label.star:before {
    color: #008000;
    transition: all 0.25s;
}
input.star-3:checked ~ label.star:before {
    color: #fcce54;
    text-shadow: 0 0 5px #7f8c8d;
}

input.star-4:checked ~ label.star:before {
    color: #06c747;
    text-shadow: 0 0 5px #7f8c8d;
}

input.star-1:checked ~ label.star:before {
    color: #f62;
}

label.star:hover {
    transform: rotate(-15deg) scale(1.3);
}

label.star:before {
    content: "\f006";
    font-family: FontAwesome;
}

.horline > li:not(:last-child):after {
    content: " |";
}
.horline > li {
    font-weight: bold;
    color: #ff7e1a;
}

@media only screen and (max-width: 600px) {
    .poststars {
        width: 100%;
    }
    label.star {
        padding: 10px;
        font-size: 15px;
        text-align: center;
        color: #444;
        transition: all 0.2s;
    }
}

@media only screen and (min-width: 601px) {
    .poststars {
        width: 100%;
    }
    label.star {
        float: right;
        padding: 10px;
        font-size: 20px;
        color: #444;
        transition: all 0.2s;
    }
}

.user a:hover {
    text-decoration: none;
    cursor: pointer;
}

.user .card-order:hover {
    background: #f0f3f7;
}
/** end rating **/

/*input#wAddress{
    font    : .9em/1.5em "handwriting", sans-serif;
    border  : none;
    padding : 0 10px;
    margin  : 0;
    width   : 310px;
    background: none;
    font-weight: bold;
  }*/

/* WALLET */
.wallet-image i.fa,
.wallet-image i.fa,
.wallet-image i.fab {
    display: inline-block;
    border-radius: 60px;
    box-shadow: 0 0 2px #888;
    padding: 0.5em 0.6em;
    background: gray;
}

.wallet-coin,
.wallet-symbol {
    font-size: 11px;
}

a {
    text-decoration: none;
    color: black;
}

@media only screen and (min-width: 902px) {
    .wallet-coin-symbol {
        margin-left: -45px;
    }
}

.menu-btn {
    background-color: #7e32d4;
    color: white;
    padding: 16px;
    font-size: 20px;
    font-weight: bolder;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    border: none;
}

.dropdown-menu {
    position: relative;
    display: inline-block;
}

.menu-content {
    display: none;
    position: absolute;
    background-color: #017575;
    min-width: 160px;
    z-index: 1;
}

.links {
    color: rgb(255, 255, 255);
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid black;
}

.links:hover {
    background-color: rgb(8, 107, 46);
}

.dropdown-menu:hover .menu-btn {
    background-color: #3e8e41;
}

.header {
    background-color: #448c04;
    height: 4.5rem;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}
.header__container {
    height: 100%;
    max-width: 130rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.6rem;
}
.header__logo {
    height: 3.2rem;
}
.header__user {
    display: flex;
    align-items: center;
    gap: 1.2rem;
    /* background-color: #fff; */
    padding: 0.6rem 1rem;
    border-radius: 6px;
}
.header__user-img {
    display: block;
    width: 2.6rem;
    height: 2.6rem;
}
.header__user-main {
    display: flex;
    flex-direction: column;
}
.header__user-name {
    font-weight: 200;
    font-size: 1rem;
    color: #141414;
}
.header__user-role {
    font-size: 1rem;
    font-weight: 300;
}
.header__user-icon {
    display: block;
}

.hp-search-block {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.8rem;
    margin-bottom: 2.4rem;
}

.hp-search {
    /* display: flex; */
    align-items: center;
    height: 2.8rem;
    background-color: #fff;
    border: 1px solid #ececec;
    border-radius: 0.6rem;
}
.hp-search__icon-block {
    align-self: stretch;
    width: 3.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    margin-top: 1.2rem;
}
.hp-search__icon {
    display: flex;
}
.hp-search__input {
    min-width: 0;
    width: auto;
    flex: 1;
    margin-top: 0.7rem;
    margin-right: 1.2rem;
    font-family: inherit;
    font-size: 1rem;
    border: none;
    outline: none;
    display: block;
    line-height: 1.5;
}
.hp-search__input::placeholder {
    font-weight: 300;
}
.result_users {
    padding-left: 2.5em;
    background-color: white;
    color: black;
    margin-top: 10px;
    z-index: 9999;
    position: relative;
}

/* TOOLTIP */
.tooltip-locked-hide {
    display: none;
}

.tooltip-locked-div:hover ~ .tooltip-locked-hide {
    display: block;
    color: #ffffff;
}

/* Popup container */
/* .tooltip-locked-div {
    position: relative;
    display: inline-block;
    cursor: pointer;
} */

/* The actual popup (appears on top) */
/* .tooltip-locked-div .tooltip-locked-hide {
    visibility: hidden;
    width: 160px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 8px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -80px;
} */

/* Popup arrow */
/* .tooltip-locked-div .tooltip-locked-hide::after {
    content: "";
    position: relative;
    bottom: 10%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
} */

/* Toggle this class when clicking on the popup container (hide and show the popup) */
/* .tooltip-locked-div .show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
    z-index: 100000;
} */

/* Add animation (fade in the popup) */
/* @-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
} */
        .popup {
            position: fixed;
            z-index: 1;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            overflow: auto;
            background-color: rgba(0, 0, 0, 0.4);
            display: none;
        }
        .popup-content {
            background-color: white;
            margin: 10% auto;
            padding: 20px;
            border: 1px solid #888888;
            width: 100%;
            font-weight: bolder;
        }
        .popup-content button {
            display: block;
            margin: 0 auto;
        }
        .show {
            display: block;
        }
        h1 {
            color: green;
        }