@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200&display=block');
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@400;500;700&display=swap');

*,
body,
::after,
::before {
    box-sizing: border-box;
    font-size: 17px;
    font-weight: normal;
}

body {
    margin-bottom: 50px;
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Ubuntu", sans-serif;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    font-weight: inherit;
}

select {
    -webkit-appearance: none;
    appearance: none;
}

.ellipsis {
    color: #4CAF50 !important;
}

.h4msg h4,
.h4msg span {
    font-size: 19px !important;
}

.active-mask {
    border-width: 2px !important
}

.sub-link {
    cursor: pointer;
}

.footmenu .w3-border-light-grey {
    border-color: #ddd !important
}

.footmenu span {
    font-size: 30px !important
}

.footmenu .active .theme-text {
    color: #04aa6d !important;
}

.w3-button {
    /* position: relative;
    overflow: hidden; */
    text-transform: none;
    transition: filter 0.3s ease;
}

.w3-button:hover {
    filter: brightness(95%);
    /* Darkens any background color on hover */
}

.w3-button:focus {
    outline: none;
}

.w3-button:active::after {
    opacity: 1;
    transform: scale(0);
    animation: ripple 0.4s ease-out;
}

@keyframes ripple {
    0% {
        transform: scale(0);
        opacity: 1;
    }

    100% {
        transform: scale(20);
        opacity: 0;
    }
}

.drop-down p {
    margin: 0 auto;
    height: 50px;
    padding: 10px 25px;
    border: none
}

.w3-table td {
    vertical-align: middle;
}

.w3-table .w3-button {
    min-width: 50px;
    padding: 4px 8px !important;
    font-size: 14px !important;
    /* float: right; */
}

.drop-down {
    margin: -6px auto 0 auto;
    width: 400px;
    height: auto;
    overflow: auto;
    max-height: 400px;
    position: absolute;
    left: calc(50% - 200px)
}

.drop-down p {
    width: 100%;
    cursor: pointer;
}

.drop-down p:first-child {
    border: none;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
}

.drop-down p:last-child {
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
}

#update_btn {
    min-width: 200px;
}

.tag-mask {
    width: 100%;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    border: solid 2px transparent;
}

.binary_table tbody td:first-child {
    opacity: 0.5;
}

.w3-green {
    color: #fff !important;
    background-color: #04aa6d !important;
}

.w3-text-green {
    color: #04aa6d !important;
}

.dt-paging button {
    transition: 0.1s;
    padding: 5px 14px;
    margin: 3px;
    cursor: pointer;
    border-radius: 5px;
}

.relative {
    position: relative;
}

.input-spin {
    display: none;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    position: absolute;
    bottom: 20px;
    right: 21px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

.loader-main {
    display: block;
    padding: 0 !important;
}

.loader-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loader {
    /* display: none; */
    width: 50px;
    height: 50px;
    border: solid 3px #ddd;
    border-left-color: transparent;
    border-radius: 50%;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.w3-card {
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.08), 0 2px 10px 0 rgba(0, 0, 0, 0.06) !important;
}

.w3-card-4 {
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.08), 0 4px 20px 0 rgba(0, 0, 0, 0.06);
}

.w3-foot-card {
    box-shadow: 0 -2px 3px 0 rgba(0, 0, 0, 0.08), 0 -2px 10px 0 rgba(0, 0, 0, 0.06) !important;
}

.w3-button {
    transition: 0.1s;
    padding-top: 13px !important;
    padding-bottom: 13px !important;
}

.w3-button:hover {
    transition: 0.1s;
}

.close,
.cancel {
    top: 16px;
    right: 16px;
    position: absolute;
}

.close:hover,
.cancel:hover {
    background-color: #f44336 !important;
    color: #fff !important;
}

.w3-modal {
    z-index: 1000;
}

.w3-modal-content {
    padding: 0 30px 30px;
}

.w3-modal header {
    padding: 10px 36px 10px 36px !important;
    position: relative;
    width: calc(100% + 60px);
    left: -30px;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.w3-modal header h3 {
    margin-bottom: 0;
}

a {
    text-decoration: none;
}

.w3-sidebar .logo {
    height: auto;
    overflow: auto;
    padding-top: 25px !important;
}

.head .logo {
    display: none;
    width: 238px !important;
    height: auto;
    overflow: auto;
    padding-top: 15px !important;
}

.logo img {
    margin-top: -6px;
    height: 50px;
}

.w3-sidebar .logo .w3-col:first-child {
    width: 50px;
    height: 50px;
}

.w3-sidebar .logo .w3-col:last-child {
    width: auto;
    height: 50px;
    padding-left: 5px;
}

.head .logo .w3-left:first-child {
    width: 50px;
    height: 40px;
}

.head .logo .w3-left:last-child {
    width: 170px;
    height: 40px;
}

.logo .w3-col:last-child span {
    display: block;
    margin-top: -10px;
}

.w3-sidebar .logo .w3-col:last-child span:first-child,
.head .logo .w3-left:last-child span:first-child {
    /* font-family: 'MuseoModerno', cursive; */
    font-size: 30px;
    font-weight: 600;
}

.logo .w3-col:last-child span:last-child {
    margin-top: -12px;
    /* font-family: 'Audiowide', cursive; */
    font-size: 12px;
    text-align: center;
}

.logo .w3-left:last-child span:first-child {
    margin-top: -10px;
    margin-left: 5px;
    /* font-family: 'MuseoModerno', cursive; */
    font-size: 34px;
    font-weight: 600;
}

.logo .w3-left:last-child span:last-child {
    margin-top: -12px;
    margin-left: -5px;
    /* font-family: 'Audiowide', cursive; */
    font-size: 12px;
    text-align: center;
}

.logo .hl {
    text-align: left !important;
    padding-left: 25px;
}

.w3-sidebar {
    width: 250px;
    transition: 0.5s;
}

.user_id {
    display: none;
}

.my_level {
    margin-left: 6px;
}

.user_id span {
    float: left;
}

.user_id span:nth-child(2),
.user_id span:nth-child(3) {
    margin: -3px 0 0 6px;
    font-size: 17px;
    font-weight: 500;
}

.w3-sidebar .w3-button {
    padding-top: 10px;
    padding-bottom: 10px;
    transition: 0.5s;
}

.w3-sidebar a span {
    float: left;
    margin: 0 6px 0 0;
    height: 30px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.w3-sidebar a span:first-child {
    width: 30px;
}

.w3-sidebar a span:last-child {
    font-size: 16px;
}

.d-right {
    width: 100%;
}

.r-menu {
    display: none;
    padding: 10px 0 6px 6px;
    transition: 0.5s;
}

.r-menu span {
    font-size: 36px;
    transition: 0.5s;
}

.container {
    margin-left: 250px;
    height: auto;
    overflow: auto;
    transition: 0.5s;
}

.head {
    height: auto;
    overflow: auto;
}

.head a {
    text-decoration: none;
}

.head span {
    float: left;
}

.head span:first-child {
    margin: 2px 5px 0 0;
}

.card-mid {
    display: flex;
    justify-content: center;
    align-items: center;
}

.card-mid div {
    width: 100%;
    height: auto;
    text-align: center;
}

.card-mid div h3,
.card-mid div p {
    margin: 0;
}

.card-mid div h3 {
    font-size: 56px;
}

.wallet p {
    font-size: 28px;
}

.wallet .w3-button {
    width: calc(100% - 80px);
}

.breadcrumbs div {
    margin-top: 10px;
    padding-right: 28px !important;
    padding-left: 22px !important;
}

.breadcrumbs span {
    float: left;
}

.breadcrumbs span:last-child {
    margin-left: 6px;
}

.card-mid h3 {
    font-size: 50px;
}

.card-mid img {
    height: 50px;
}

.clients input,
.clients select,
.clients textarea {
    margin-top: 6px;
    padding-left: 26px !important;
    padding-right: 26px !important;
    height: 60px;
    transition: 0.1s;
}

.clients textarea {
    height: auto;
}

.margintop70 {
    margin-top: 70px !important;
}

.box-label {
    position: absolute;
    top: -30px;
    left: 6px;
    padding-left: 26px !important;
    padding-right: 26px !important;
}

.box-label span {
    float: left;
    margin: 0 6px 0 0;
}

.padd-button {
    padding: 14px 46px;
}

.pay_btn {
    padding: 6px 16px !important;
}

.activators td {
    vertical-align: middle !important;
}

.more {
    cursor: pointer;
}

.capitalize {
    text-transform: capitalize !important;
}

.uppercase {
    text-transform: uppercase !important;
}

.lowercase {
    text-transform: lowercase !important;
}

.blur {
    filter: blur(3px);
    -webkit-filter: blur(3px);
    transition: 0.10s;
}

.light_dark thead td,
.label {
    text-decoration: underline;
    color: #999 !important;
}

.light_dark td:first-child {
    text-align: center;
}

.light_dark tr:hover {
    transition: 0.1s;
}

.light_dark td {
    font-size: 16px;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
}

.light_dark tr:last-child {
    border-bottom: none;
}

/* .binary_table td:nth-child(1) {
    padding-left: 26px;
    padding-right: 26px;
}

.binary_table td:nth-child(2),
.binary_table td:nth-child(3),
.binary_table td:nth-child(4) {
    text-align: right;
    padding-left: 15px;
    padding-right: 15px;
} */

.you {
    height: 387px;
}

.self {
    position: absolute;
    top: 245px;
    margin-left: -5px !important
}

.sponsors {
    height: 129px;
}

.you,
.sponsors {
    display: flex;
    justify-content: center;
    align-items: center;
}

.you img,
.sponsors img {
    width: 80px;
    height: 80px;
    padding: 3px;
    border: solid 1px #cddc39;
    border-radius: 50%;
    background-color: #fff;
    position: relative;
    z-index: 2;
}

.sponsors img {
    width: 70px;
    height: 70px;
}

.sponsor-btn {
    padding-left: 50px;
    padding-right: 50px;
}

.line0 {
    width: 50%;
    height: 4px;
    background: #cddc39;
    position: absolute;
    top: 50%;
    right: 0;
}

.line1_1 {
    width: 4px;
    height: 50%;
    background: #cddc39;
    position: absolute;
    bottom: 0;
    left: 0;
}

.line1_2 {
    width: 50%;
    height: 4px;
    background: #cddc39;
    position: absolute;
    top: 50%;
    left: 0;
}

.line2_1 {
    width: 4px;
    height: 100%;
    background: #cddc39;
    position: absolute;
    bottom: 0;
    left: 0;
}

.line2_2 {
    width: 50%;
    height: 4px;
    background: #cddc39;
    position: absolute;
    top: 50%;
    left: 0;
}

.line3_1 {
    width: 4px;
    height: 50%;
    background: #cddc39;
    position: absolute;
    top: 0;
    left: 0;
}

.line3_2 {
    width: 50%;
    height: 4px;
    background: #cddc39;
    position: absolute;
    top: 50%;
    left: 0;
}

#eye {
    cursor: pointer;
    margin-left: 15px;
    float: right;
}

.pay_reg {
    width: auto !important;
}

.msg_textarea {
    resize: none;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.msg_file {
    padding: 11px !important;
}

input[type=file]::file-selector-button {
    margin-left: -13px;
    border: none;
    border-radius: 26px;
    padding: 5px 12px;
    transition: 1s;
    color: #fff;
}

.ticket p {
    margin: 0 !important;
}

.chat-body {
    padding: 16px 26px !important
}

.chat-header,
.chat-footer {
    padding-left: 26px !important;
    padding-right: 26px !important
}

.chat-header {
    padding-top: 16px !important;
    padding-bottom: 10px !important
}

.chat-footer {
    padding-top: 10px !important;
    padding-bottom: 16px !important
}

.alert {
    display: none;
    width: auto;
    padding-right: 50px;
    position: fixed;
    right: 16px;
    bottom: 0;
    z-index: 1000;
}

.alert-close {
    height: 30px;
    width: 30px;
    padding: 3px 0 0 !important;
    top: 15px;
    right: 10px;
    cursor: pointer;
}

@media screen and (max-width: 1024px) {
    .menu-container {
        display: none;
    }

    #sidebar {
        left: -250px;
    }

    .user_id {
        display: block;
    }

    .head .logo {
        display: block;
        padding-bottom: 10px !important;
    }

    #sidebar .logo {
        width: 100% !important;
    }

    .waving {
        display: none;
    }

    .r-menu {
        display: block;
    }

    .d-right {
        width: auto;
    }

    .container {
        margin-left: 0;
    }
}

@media screen and (max-width:740px) {
    .alert {
        width: calc(100% - 16px);
        position: fixed;
        left: 8px;
    }

    .order_100 {
        width: 100% !important;
    }

    .respad_main,
    .respad {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .respad_main {
        padding-left: 6px !important;
        padding-right: 6px !important;
    }

    .box-label {
        left: 6px;
        width: calc(100% - 12px) !important;
    }

    .w3-modal {
        overflow-x: hidden !important;
    }

    .pay_reg {
        width: 100% !important;
    }

    .card-mid {
        padding: 6px !important;
    }

    .w3-button,
    .box-label {
        width: calc(100% - 12px);
    }

    .w3-modal .w3-button {
        width: auto !important;
    }

    .card-mask .w3-button {
        width: 40px !important;
        padding: 5px !important;
    }

    #create_ticket {
        margin-top: 50px;
        position: relative !important;
        left: 0 !important;
        width: 100% !important;
    }

    .resp-padd {
        padding: 0 !important;
    }
}

@media screen and (max-width: 600px) {
    .login .w3-panel {
        width: 100% !important;
        margin: 75px auto auto !important;
    }

    .drop-down {
        width: calc(100% - 26px);
        left: 13px;
    }

    .withdraw_box {
        display: flex;
        flex-direction: column;
    }

    .you,
    .sponsors {
        height: 175px;
    }

    .sponsors .w3-tag {
        margin: 0 auto;
        position: absolute;
        bottom: 15px;
    }

    .sponsors .w3-margin-left {
        margin: 0 !important;
    }

    .sponsor-btn {
        width: calc(100% - 80px);
    }

    .line0 {
        width: 4px;
        height: 50%;
        top: 50%;
        left: calc(50% - 2px);
    }

    .line1_1 {
        width: 50%;
        height: 4px;
        top: 0;
        left: 50%;
    }

    .line1_2 {
        width: 4px;
        height: 50%;
        top: 0;
        left: calc(50% - 2px);
    }

    .line2_1 {
        width: 100%;
        height: 4px;
        top: 0;
        left: 0;
    }

    .line2_2 {
        width: 4px;
        height: 50%;
        top: 0;
        left: calc(50% - 2px);
    }

    .line3_1 {
        width: 50%;
        height: 4px;
        top: 0;
        left: 0;
    }

    .line3_2 {
        width: 4px;
        height: 50%;
        top: 0;
        left: calc(50% - 2px);
    }

    .order_100 {
        width: 100% !important;
    }

    .respad_main,
    .respad {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .respad_main {
        padding-left: 6px !important;
        padding-right: 6px !important;
    }

    .box-label {
        left: 6px;
        width: calc(100% - 12px) !important;
    }

    .pay_reg {
        width: 100% !important;
    }

    .card-mid {
        padding: 6px !important;
    }

    .w3-button,
    .box-label {
        width: calc(100% - 12px);
    }

    .w3-modal .w3-button,
    .kyc .w3-button {
        width: auto !important;
    }

    .card-mask .w3-button {
        width: 40px !important;
        padding: 5px !important;
    }

    .sponsor-btn {
        width: calc(100% - 80px);
    }

    .self {
        position: absolute;
        top: 10px;
        margin-left: 0 !important
    }
}

@media screen and (min-width:601px) and (max-width: 900px) {
    .kyc img {
        height: 150px !important;
    }
}

/* .sparking {
            animation: twinkle 1.5s infinite ease-in-out;
        }

        @keyframes twinkle {
            0% {
                box-shadow: 0 0 5px rgba(0, 255, 0, 0.3);
                opacity: 1;
            }

            50% {
                box-shadow: 0 0 15px rgba(0, 255, 0, 0.7);
                opacity: 0.9;
            }

            100% {
                box-shadow: 0 0 5px rgba(0, 255, 0, 0.3);
                opacity: 1;
            }
        } */

.sprk {
    position: relative;
    /* For positioning pseudo-elements */
    animation: twinkle 2s infinite ease-in-out;
    overflow: visible;
    /* Ensure pseudo-elements are visible */
}

.sprk::before,
.sprk::after {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    background: rgba(255, 255, 255, 0.8);
    /* White sparkle */
    border-radius: 50%;
    /* rotate: 45deg; */
    opacity: 0;
    z-index: 1;
}

.sprk::before {
    top: -2px;
    left: 10%;
    animation: sparkle 1.5s infinite 0.3s ease-in-out;
    /* Delayed start */
}

.sprk::after {
    bottom: -2px;
    right: 10%;
    animation: sparkle 1.5s infinite 0.6s ease-in-out;
    /* Further delayed */
}

@keyframes twinkle {

    0%,
    100% {
        box-shadow: 0 0 5px rgba(0, 255, 0, 0.4);
        /* Subtle lime glow */
        background-color: #f0e68c;
        /* w3-khaki */
    }

    50% {
        box-shadow: 0 0 15px rgba(255, 255, 255, 0.7);
        /* White diamond glow */
        background-color: #fffacd;
        /* Lighter khaki */
    }
}

@keyframes sparkle {

    0%,
    80%,
    100% {
        opacity: 0;
        transform: scale(0.5);
    }

    40% {
        opacity: 1;
        transform: scale(1.2);
        /* Brief flash */
    }
}

.kyc img {
    width: 100%;
    height: 222px;
}

.kyc .w3-col {
    position: relative;
}

.doc-mask {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 31px;
    display: flex;
    justify-content: center;
    align-items: center;
}