:root {
    --primary-color: linear-gradient(225deg, #18C8FF 14.89%, #933FFE 85.85%);
    --border-color: linear-gradient(90deg, rgba(31, 142, 190, 1) 0%, rgba(68, 4, 149, 1) 39%, rgba(68, 4, 149, 1) 69%, rgba(177, 2, 205, 1) 98%);

    .container {
        #width: 100%;
		max-width:400px;
        color: rgb(22, 20, 20);
    }

    .bg-none {
        background: none;
    }

    .bg-imges {
          background-image: url('../../images/back3.png')!important;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed; /* Optional: keeps background fixed while scrolling */
    }

    .colores {
        background: rgb(51 138 192);
        border: none;
        color: white;
    }

    .label-colores {
        color: #FFFFFF;
    }

    .input-field {
        padding: 7px;
    }

    input::placeholder {
        color: #000000 !important;
        opacity: 0.5;
    }

    .user-name {
        font-weight: 600;
        color: #28B7FF;
    }

    .login-btn {
        background: radial-gradient(#11234f, #2d88bd);
        width: max-content;
        padding: 8px;
        border-radius: 10px;
    }

    .login-round-btn {
        background: var(--primary-color);
        width: max-content;
        padding: 8px;
        border-radius: 50px;

    }

    .round-btn {
        background-color: #0606063d;
        width: max-content;
        border-radius: 25px;
        color: white;
        padding: 6px 14px;
        border: 1px solid rgb(190, 190, 190);
    }

    .form-label {
        color: white;
    }

    .or {
        font-family: Poppins;
        font-weight: 500;
        line-height: 16.88px;
        letter-spacing: 0%;
    }

    .forgot {
        font-family: Poppins;
        font-weight: 500;
        font-size: 15px;
        line-height: 18px;
        letter-spacing: 0%;

    }

    .forget-text {
        font-family: Poppins;
        font-weight: 400;
        font-size: 15px;
        line-height: 21px;
        letter-spacing: 0%;
        text-align: center;
        color: #FFFFFF;
    }


    .borders {
        border: 1px solid #878787;

    }

    .slider-container {
        width: 80%;
        margin: 18px;
    }

    .slick-slide {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 3px;
        border-radius: 5px;
    }

    .slider-padd {
        padding: 3px;
        border-color: red;
    }



    .slick-slide h3 {
        font-size: 24px;
        background-color: #f1f1f1;
        padding: 20px;
        text-align: center;
        border-radius: 5px;
    }

    .usdt {
        font-family: Inter;
        font-weight: 700;
        font-size: 17px;
        text-align: center;
    }

    .slick-next::before {
        background-color: black;
        height: 70px;
        width: 110px;
        padding: 10px 5px;
        border-radius: 5px;
    }

    .slick-prev::before {
        background-color: black;
        height: 70px;
        width: 110px;
        padding: 10px 5px;
        border-radius: 5px;
    }

    .dolar {
        font-family: Inter;
        font-weight: 700;
        font-size: 20px;
        line-height: 24.2px;
        letter-spacing: 0%;
        text-align: center;
        color: #6BFF4E;
    }

    .roundeds {
        border: 5px solid rgb(253, 250, 242);
        border-radius: 50%;
        padding: 15px 15px;
        background: #7279FF;
    }

    .card {
        background-color: #0606063d;
        border-radius: 10px;
        border: 1px solid #474747;
        width: 100%;
        height: max-content;
        align-items: center;
        padding: 10px;
    }

    .card-buttn {
        background-color: #ebebeb;
        border-radius: 10px;
        width: 150px;
        align-items: center;
        padding: 10px;
        font-weight: 700;
        font-size: medium;
    }

    p {
        margin-bottom: 2px !important;
    }

    table,
    th,
    td {
        padding: 5px;
        border: 1px solid white;
    }

    .dotted {
        border-style: dashed;
        border-width: 1px;
        border-color: rgb(112, 112, 112);
    }

    .start-card {
        background-color: #0606063d;
        border-radius: 10px;
        border: 1px solid #474747;
        width: 100%;
        height: max-content;
        align-items: start;
        padding: 12px;
    }

    .reward-card {
        background-color: #0606063d;
        border: 1px solid #474747;
        height: max-content;
    }

    #counter {
        color: #36454f;
        text-align: center;
        margin-bottom: 2rem;
    }

    #winnings {
        color: #36454f;
        text-align: center;
        margin-top: 2rem;
    }


    /*WRAPPER*/
    #wrapper {
        margin: 40px auto 0;
        width: 266px;
        position: relative;
    }

    #txt {
        color: #eaeaea;
    }


    /*WHEEL*/
    #wheel {
        width: 250px;
        height: 250px;
        border-radius: 50%;
        position: relative;
        overflow: hidden;
        border: 8px solid #fff;
        box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px, rgba(0, 0, 0, 0.05) 0px 3px 0px;
        transform: rotate(0deg);
    }

    #wheel:before {
        content: '';
        position: absolute;
        border: 4px solid rgba(0, 0, 0, 0.1);
        width: 242px;
        height: 242px;
        border-radius: 50%;
        z-index: 1000;
    }

    #inner-wheel {
        width: 100%;
        height: 100%;

        -webkit-transition: all 6s cubic-bezier(0, .99, .44, .99);
        -moz-transition: all 6 cubic-bezier(0, .99, .44, .99);
        -o-transition: all 6s cubic-bezier(0, .99, .44, .99);
        -ms-transition: all 6s cubic-bezier(0, .99, .44, .99);
        transition: all 6s cubic-bezier(0, .99, .44, .99);
    }

    #wheel div.sec {
        position: absolute;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 130px 75px 0;
        border-color: #19c transparent;
        transform-origin: 75px 129px;
        left: 50px;
        top: -4px;
        opacity: 1;
    }

    #wheel div.sec:nth-child(1) {
        transform: rotate(60deg);
        -webkit-transform: rotate(60deg);
        -moz-transform: rotate(60deg);
        -o-transform: rotate(60deg);
        -ms-transform: rotate(60deg);
        border-color: #16a085 transparent;
    }

    #wheel div.sec:nth-child(2) {
        transform: rotate(120deg);
        -webkit-transform: rotate(120deg);
        -moz-transform: rotate(120deg);
        -o-transform: rotate(120deg);
        -ms-transform: rotate(120deg);
        border-color: #2980b9 transparent;
    }

    #wheel div.sec:nth-child(3) {
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        border-color: #34495e transparent;
    }

    #wheel div.sec:nth-child(4) {
        transform: rotate(240deg);
        -webkit-transform: rotate(240deg);
        -moz-transform: rotate(240deg);
        -o-transform: rotate(240deg);
        -ms-transform: rotate(240deg);
        border-color: #f39c12 transparent;
    }

    #wheel div.sec:nth-child(5) {
        transform: rotate(300deg);
        -webkit-transform: rotate(300deg);
        -moz-transform: rotate(300deg);
        -o-transform: rotate(300deg);
        -ms-transform: rotate(300deg);
        border-color: #d35400 transparent;
    }

    #wheel div.sec:nth-child(6) {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        border-color: #c0392b transparent;
    }


    #wheel div.sec .fa {
        margin-top: -100px;
        color: rgba(0, 0, 0, 0.2);
        position: relative;
        z-index: 10000000;
        display: block;
        text-align: center;
        font-size: 36px;
        margin-left: -15px;

        text-shadow: rgba(255, 255, 255, 0.1) 0px -1px 0px, rgba(0, 0, 0, 0.2) 0px 1px 0px;
    }




    #spin {
        width: 68px;
        height: 68px;
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -34px 0 0 -34px;
        border-radius: 50%;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 0px;
        z-index: 1000;
        background: #fff;
        cursor: pointer;
        font-family: 'Exo 2', sans-serif;

        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        -o-user-select: none;
        user-select: none;
    }


    #spin:after {
        content: "SPIN";
        text-align: center;
        line-height: 68px;
        color: #CCC;
        text-shadow: 0 2px 0 #fff, 0 -2px 0 rgba(0, 0, 0, 0.3);
        position: relative;
        z-index: 100000;
        width: 68px;
        height: 68px;
        display: block;
    }

    #spin:before {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 20px 28px 20px;
        border-color: transparent transparent #ffffff transparent;
        top: -12px;
        left: 14px;
    }

    #inner-spin {
        width: 54px;
        height: 54px;
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -27px 0 0 -27px;
        border-radius: 50%;
        background: red;
        z-index: 999;
        box-shadow: rgba(255, 255, 255, 1) 0px -2px 0px inset, rgba(255, 255, 255, 1) 0px 2px 0px inset, rgba(0, 0, 0, 0.4) 0px 0px 5px;

        background: rgb(255, 255, 255);
        /* Old browsers */
        background: -moz-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1) 0%, rgba(234, 234, 234, 1) 100%);
        /* FF3.6+ */
        background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(234, 234, 234, 1)));
        /* Chrome,Safari4+ */
        background: -webkit-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1) 0%, rgba(234, 234, 234, 1) 100%);
        /* Chrome10+,Safari5.1+ */
        background: -o-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1) 0%, rgba(234, 234, 234, 1) 100%);
        /* Opera 12+ */
        background: -ms-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1) 0%, rgba(234, 234, 234, 1) 100%);
        /* IE10+ */
        background: radial-gradient(ellipse at center, rgba(255, 255, 255, 1) 0%, rgba(234, 234, 234, 1) 100%);
        /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eaeaea', GradientType=1);
        /* IE6-9 fallback on horizontal gradient */
    }

    #spin:active #inner-spin {
        box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 5px inset;
    }

    #spin:active:after {
        font-size: 15px;
    }



    #shine {
        width: 250px;
        height: 250px;
        position: absolute;
        top: 0;
        left: 0;
        background: -moz-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.99) 1%, rgba(255, 255, 255, 0.91) 9%, rgba(255, 255, 255, 0) 100%);
        /* FF3.6+ */
        background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(1%, rgba(255, 255, 255, 0.99)), color-stop(9%, rgba(255, 255, 255, 0.91)), color-stop(100%, rgba(255, 255, 255, 0)));
        /* Chrome,Safari4+ */
        background: -webkit-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.99) 1%, rgba(255, 255, 255, 0.91) 9%, rgba(255, 255, 255, 0) 100%);
        /* Chrome10+,Safari5.1+ */
        background: -o-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.99) 1%, rgba(255, 255, 255, 0.91) 9%, rgba(255, 255, 255, 0) 100%);
        /* Opera 12+ */
        background: -ms-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.99) 1%, rgba(255, 255, 255, 0.91) 9%, rgba(255, 255, 255, 0) 100%);
        /* IE10+ */
        background: radial-gradient(ellipse at center, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.99) 1%, rgba(255, 255, 255, 0.91) 9%, rgba(255, 255, 255, 0) 100%);
        /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=1);
        /* IE6-9 fallback on horizontal gradient */


        opacity: 0.1;

    }

    .dropdown-toggle {
        font-size: 16px !important;
        background: none;
        border: 1px solid #ccc;
        padding: 10px 20px;
        color: #000;
        cursor: pointer;
    }

    /* Dropdown menu */
    .dropdown-menu {
        display: none;
        position: absolute;
        background-color: #fff;
        border: 1px solid #ccc;
        padding: 10px;
        margin-top: 5px;
        width: 100%;
        z-index: 1000;
    }

    /* Show dropdown when button is clicked */
    .dropdown.open .dropdown-menu {
        display: block;
    }


    .kyc-card {
        background-color: #0606063d;
        border-radius: 12px;
        border-style: solid;
        border-width: 1px;
        border-color: var(--border-color);
        width: 100%;
        height: max-content;
        align-items: center;
        padding: 20px;
    }

    .kyc-form {
        text-align: center;
        color: white;
    }

    .terms-desc {
        font-size: 12px;
        color: #a5a5a5;
    }



    /*ANIMATION*/
    @-webkit-keyframes hh {

        0%,
        100% {
            transform: rotate(0deg);
            -webkit-transform: rotate(0deg);
        }

        50% {
            transform: rotate(7deg);
            -webkit-transform: rotate(7deg);
        }
    }

    @keyframes hh {

        0%,
        100% {
            transform: rotate(0deg);
            -webkit-transform: rotate(0deg);
        }

        50% {
            transform: rotate(7deg);
            -webkit-transform: rotate(7deg);
        }
    }

    .spin {
        -webkit-animation: hh 0.1s;
        /* Chrome, Safari, Opera */
        animation: hh 0.1s;
    }
}

.cardscreen {
    background-color: #0606063d;
    border-radius: 10px;
    border: 1px solid #474747;
    width: 100%;
    height: max-content;
    align-items: center;
    padding: 10px;
}

.btn-border-style {
    border-width: 1px;
    border-style: solid;
    background: linear-gradient(90deg, rgba(31, 142, 190, 1) 0%, rgba(68, 4, 149, 1) 39%, rgba(68, 4, 149, 1) 69%, rgba(177, 2, 205, 1) 98%);
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    color: rgb(176, 171, 177);
    padding: 2px;
    overflow: hidden;
}

.border-style {
    border-width: 1px;
    border-style: solid;
    background: linear-gradient(90deg, rgba(31, 142, 190, 1) 0%, rgba(68, 4, 149, 1) 39%, rgba(68, 4, 149, 1) 69%, rgba(177, 2, 205, 1) 98%);
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    color: rgb(176, 171, 177);
    padding: 2px;
    overflow: hidden;
}

.textbox-border-style {
    border-width: 1px;
    border-style: solid;
    background: linear-gradient(90deg, rgba(31, 142, 190, 1) 0%, rgba(68, 4, 149, 1) 39%, rgba(68, 4, 149, 1) 69%, rgba(177, 2, 205, 1) 98%);

    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    color: rgb(176, 171, 177);
    padding: 2px;
    overflow: hidden;
}

.cardbox {
    background-color: #3A3A3A66;
    border-radius: 7px;
    padding: 10px;
    position: relative;
}

.cardbox::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 7px;
    padding: 2px;
    background: linear-gradient(90deg, rgba(31, 142, 190, 1) 0%, rgba(68, 4, 149, 1) 39%, rgba(68, 4, 149, 1) 69%, rgba(177, 2, 205, 1) 98%);
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    z-index: -1;
}

.border-wrapper {
    border-radius: 8px;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background-color: rgb(36, 35, 35);
    display: flex;
    justify-content: center;
    align-items: center;
}

.border-wrapper img {
    width: 60%;
    height: 60%;
    object-fit: contain;
    display: block;
}

.step-indicator {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}

.step {
    position: relative;
    text-align: center;
    padding: 10px;
    width: 60px;
    background-color: #e0e0e0;
    border-radius: 50px;
    color: #333;
    font-weight: bold;
    transition: all 0.3s ease;
}

.step::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 100%;
    width: 20px;
    height: 2px;
    background-color: #e0e0e0;
    transform: translateY(-50%);
}

.step:last-child::before {
    display: none;
}

.step-done {
    background-color: #508AFF;
    color: white;
}

.step-done::before {
    background-color: #508AFF;
}

.step-current {
    background-color: transparent;
    border-width: 1px;
    border-style: solid;
    border-color: var(--border-color);
    color: white;
}

.step-current::before {
    background-color: white;
}

.osahan-nav-bottom-home i {
    color: #fff !important;
}

.osahan-nav-bottom {
    padding: 0px !important;
}

.osahan-nav-bottom .osahan-nav-bottom-link {
    padding: 0px !important;
}

.osahan-nav-bottom .osahan-nav-bottom-link i {
    font-size: 25px;
}

.osahan-nav-bottom .osahan-nav-bottom-link p {
    font-size: 11px;
    text-transform: uppercase;
    margin-top: 4px !important;
}

.osahan-nav-bottom .osahan-nav-bottom-link a {
    padding: 12px 8px;
    display: block;
}

.osahan-nav-bottom .row {
    margin: 0px;
    padding: 0 20px;
}

.col.osahan-nav-bottom-link.osahan-nav-bottom-link-center {
    width: 50px;
    min-width: 50px;
    max-width: 50px;
}

.quantity {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: auto;
}

.quantity__minus,
.quantity__plus {
    display: block;
    width: 45px;
    height: 45px;
    margin: 0;
    background: var(--primary-color);
    text-decoration: none;
    text-align: center;
}

.quantity__minus {
    border-radius: 3px 0 0 3px;
}

.quantity__plus {
    border-radius: 0 3px 3px 0;
}

.quantity__input {
    width: 45px;
    height: 45px;
    margin: 0;
    padding: 0;
    text-align: center;
    border-top: 2px solid #dee0ee;
    border-bottom: 2px solid #dee0ee;
    border-left: 1px solid #dee0ee;
    border-right: 2px solid #dee0ee;
    background: #fff;
    color: black;
}

.quantity__minus:link,
.quantity__plus:link {
    color: #8184a1;
}

.quantity__minus:visited,
.quantity__plus:visited {
    color: #fff;
}

.swipe {
    background-image: url(../imges/Menu.png);
}


.genology-tree ul {
    padding-top: 20px;
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    display: inline-block;
}

.genology-tree li {
    list-style-type: none;
    position: relative;
    padding: 20px 5px 0 5px;
    display: inline-block;
}

.genology-tree li::before,
.genology-tree li::after {
    content: '';
    position: absolute;
    top: 0;
    right: 50%;
    border-top: 2px solid #fff;
    width: 51%;
    height: 20px;
}

.genology-tree li::after {
    right: auto;
    left: 50%;
    border-left: 2px solid #fff;
}

.genology-tree li:only-child::after,
.genology-tree li:only-child::before {
    display: none;
}

.genology-tree li:only-child {
    padding-top: 0;
    text-align: -webkit-center;
}

.genology-tree li:first-child::before,
.genology-tree li:last-child::after {
    border: 0 none;
}

.genology-tree li:last-child::before {
    border-right: 2px solid #fff;
    border-radius: 0 5px 0 0;
}

.genology-tree li:first-child::after {
    border-radius: 5px 0 0 0;
}

.genology-tree ul ul::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    border-left: 2px solid #fff;
    width: 0;
    height: 20px;
}


.user-pic img {
    width: 60%;
    object-fit: cover;
}

.chat-card {
    background-color: #E5EBFC;
    border-radius: 10px;
    color: black;
    padding: 12px;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background: var(--primary-color);
    width: max-content;
    align-items: center;
    border-radius: 50px;
    color: white;
}

.nav-pills .nav-link1.active,
.nav-pills .show>.nav-link1 {


    align-items: center;

    color: black;
}

.nav-pills .nav-link1 {
    align-items: center;
    color: black;
    padding: 10px 38px;
    height: 45px;
}

.accordion-button:not(.collapsed) {
    background-color: black;
    color: white;
}

.bg-p {
    background-color: #1C1C1C;
}

.fa {
    color: #1c1c1c;
}

.bg-s {
    background-color: #E5EBFC;
}

.bg-i {
    background-color: #f8f9fa !important;
}

.text-receive {
    color: #676463;
}

.text-small {
    font-size: 1rem;
}

.text-muted {
    color: #e2e2e2;
}

.btn-outline-primary {
    color: #676463;
    border-color: #676463;
}

.messages-box,
.chat-box {
    height: 100%;
    padding-bottom: 40px !important;
    overflow: hidden;
}

.rounded-lg {
    border-radius: 0.5rem;
}

input::placeholder {
    font-size: 1rem;
    color: #999;
}

.receive-media {
    display: flex;
    justify-content: end;
}

.media-body {
    height: 100%;
    overflow-y: auto;
}

.modal.right .modal-dialog {
    position: fixed;
    right: -400;
    top: 0;
    max-width: 300px;
    margin: 0;
    transform: translateX(100%);
    transition: transform 0.3s ease-out;
    height: 100%;
}

.container-relative {
    position: relative;
    overflow: hidden;
}

.modal-content {
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 0;
    border: none;
    height: 100vh;
    display: flex;
    flex-direction: column;
}

.modal-header {
    border-bottom: 1px solid #EEEEEE;
    padding: 15px;
}

.modal.right.fade .modal-dialog {
    transform: translateX(100%);
    transition: transform 0.3s ease-out;
}

.modal.right.fade.show .modal-dialog {
    transform: translateX(0);
}

.modal-body {
    flex: 1;
    padding: 20px;
    overflow-y: auto;
    /* Ensure body content scrolls if it's too long */
}

.modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: var(--bs-box-shadow);
    position: relative;
    left: 70px;
}

.affiliate-banner {
    position: relative;
    background: linear-gradient(135deg, #6a2baa 0%, #9b2b7b 100%);
    border-radius: 20px;
    padding: 30px 25px;
    color: white;
    overflow: hidden;
    min-height: 140px;
}

.banner-content {
    position: relative;
    z-index: 2;
}

h2 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}

.rewards {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.reward-item {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

.upto {
    font-size: 16px;
}

.percentage {
    color: #ffa726;
    font-weight: 600;
    font-size: 20px;
}

.reward-text {
    font-size: 16px;
}

.decorative-elements {
    position: absolute;
    top: 0;
    right: 0;
    width: 150px;
    height: 100%;
}

.shape {
    position: absolute;
}

.circle {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: rgb(84, 184, 27);
    bottom: -20px;
    right: 140px;
}

.hexagon {
    border-left: 22px solid transparent;
    border-right: 22px solid transparent;
    border-bottom: 38px solid #e040fb;
    top: 60%;
    right: 25px;
    transform: rotate(-36deg);
}

.cube {
    width: 50px;
    height: 40px;
    background: white;
    border-radius: 7px;
    bottom: -10px;
    right: -15px;
    transform: rotate(45deg);
}

.pill1 {
    width: 42px;
    height: 16px;
    background: #4fc3f7;
    border-radius: 10px;
    top: 89px;
    right: -6px;
    transform: rotate(-21deg);
}

.pill2 {
    width: 42px;
    height: 16px;
    background: #ff7043;
    border-radius: 10px;
    top: 90%;
    right: 78px;
    transform: rotate(-37deg);
}
.profile-card {
    background: linear-gradient(90deg,#8b5cf6 0%,#6366f1 100%);
    border-radius: 16px;
    padding: 5px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: white;
    max-width: 375px;
}

.profile-info {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.profile-info h3 {
    font-size: 20px;
    font-weight: 500;
    margin: 0;
    letter-spacing: 0.3px;
}

.email {
    font-size: 14px;
    opacity: 0.85;
    color: #e2e8f0;
}

.expiry {
    font-size: 13px;
    opacity: 0.75;
    margin-top: 4px;
    color: #e2e8f0;
}

.profile-avatar {
    position: relative;
        display: flex;
        align-items: center;
}

.profile-avatar img {
    width: 65px;
        object-fit: contain;
        transform: scale(1.2);
        margin-right: -10px;
}

.arrow-btn {
position: relative;
    right: -15px;
    width: 24px;
    height: 24px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    cursor: pointer;
    color: rgba(255, 255, 255, 0.9);
}

.cal-container {
    position: relative;
    width: 340px;
    min-height: 400px;
    background: #1c1c1c;
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(25px);
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#dycalendar {
    width: 100%;
    padding: 20px;
}

#dycalendar table {
    width: 100%;
    margin-top: 10px;
    border-spacing: 8px;
}

#dycalendar table tr:nth-child(1) td {
    color: #fff;
    border-radius: 4px;
    font-weight: 600;
}

#dycalendar table td {
    color: #fff;
    padding: 10px;
    cursor: pointer;
    border-radius: 4px;
}

#dycalendar table td:hover {
    background: #fff;
    color: #111 !important;
    font-weight: 600;
}

.dycalendar-month-container .dycalendar-today-date,
.dycalendar-target-date {
    background: #fff !important;
    color: #111 !important;
    border-radius: 8px;
    font-weight: 600;
}

.dycalendar-month-container .dycalendar-header .dycalendar-prev-next-btn.prev-btn {
    color: #fff;
    width: 44px;
    height: 38px;
    left: 4px;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
}

.dycalendar-month-container .dycalendar-header .dycalendar-prev-next-btn.next-btn {
    color: #fff;
    width: 44px;
    height: 38px;
    right: 4px;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
}

.dycalendar-month-container .dycalendar-today-btn {
    margin-top: 10px
}

.dycalendar-month-container .dycalendar-today-btn .today-btn {
    color: #fff;
    display: inline-block;
    width: 30%;
    border-radius: 4px;
    justify-content: center;
    font-size: 20px;
    padding: 5px;
}

.today-btn:hover {
    cursor: pointer;
}

.dycalendar-month-container .dycalendar-span-month-year {
    color: #fff;
    font-size: 1.5em;
    font-weight: 500;
}

footer {
    text-align: center;
    /* color: white; */
    font-size: 1rem;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin-bottom: 0;
    padding: 5px;
    line-height: 3vh;
}

footer a:visited {
    color: inherit;
}

.dycalendar-container {
    display: inline-block;
    /* border: 1px solid #eee; */
}

.dycalendar-container.round-edge {
    border-radius: 5%;
    -o-border-radius: 5%;
    -moz-border-radius: 5%;
    -webkit-border-radius: 5%;
}



/*================================== DAY CALENDAR ========================*/
/*
 * day calendar style
 *-------------------------------------------------*/
.dycalendar-day-container {
    padding: 10px;
    text-align: center;
    font-family: Arial;
}

.dycalendar-day-container div {
    padding: 0;
    margin-bottom: 10px;
}

.dycalendar-day-container .dycalendar-span-day {
    font-size: 110%;
}

.dycalendar-day-container .dycalendar-span-date {
    font-size: 250%;
}

.dycalendar-day-container .dycalendar-span-month-year {
    font-size: 90%
}

/*================================== DAY CALENDAR ENDS HERE ===============*/



/*================================== MONTH CALENDAR DEFAULT ========================*/

/*
 * month calendar style
 *-------------------------------------------------*/
.dycalendar-month-container {
    padding: 10px;
    text-align: center;
    font-family:poppins;
}

.dycalendar-month-container div {
    padding: 0;
    margin-bottom: -10px;
    border: none;
}

.dycalendar-month-container .dycalendar-header {
    position: relative;
}

.dycalendar-month-container .dycalendar-header .dycalendar-prev-next-btn {
    position: absolute;
    top: 0;
    cursor: pointer;
}

.dycalendar-month-container .dycalendar-header .dycalendar-prev-next-btn.prev-btn {
    left: 0;
}

.dycalendar-month-container .dycalendar-header .dycalendar-prev-next-btn.next-btn {
    right: 0;
}

.dycalendar-month-container .dycalendar-span-month-year {
    margin: 5px;
    cursor: pointer;
}

.dycalendar-month-container .dycalendar-body table tr td {
    padding: 5px;
}

.dycalendar-month-container .dycalendar-today-date,
.dycalendar-month-container .dycalendar-target-date {
    background-color: #111;
    color: #fff;
    border-radius: 2px;
}
.progress-container {
    padding: 5px;
}

.amount-display {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 4px;
}

.amount {
    color: #4ade80;
    font-size: 14px;
    font-weight: 500;
}

.percentage {
    color: #fff;
    font-size: 12px;
}

.target {
    color: #fff;
    font-size: 12px;
    opacity: 0.8;
}

.progress-bar {
    width: 100%;
    height: 4px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 2px;
    overflow: hidden;
}

.progress {
    height: 100%;
    background: linear-gradient(90deg, #8b5cf6 0%, #6366f1 100%);
    border-radius: 2px;
    transition: width 0.3s ease;
}
.community-section {
    background: #2d2b3f;
    border-radius: 10px;
    border: 1px solid #474747;
    padding: 20px;
    border-color: white;
    text-align: center;
}

h2 {
    color: white;
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 500;
}

.social-links {
    display: flex;
    justify-content: center;
    gap: 12px;
}

.social-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s;
}

.social-icon:hover {
    transform: scale(1.1);
}

.social-icon img {
    width: 24px;
    height: 24px;
}

.telegram {
    background: #27A7E7;
}

.twitter {
    background: white;
}

.discord {
    background: #5865F2;
}

.reddit {
    background: #FF4500;
}

.instagram {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}
.icon-nav {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 10px;
    background: #1a1a2e;
    border-radius: 8px;
}

.nav-icon {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s;
}

.nav-icon:hover {
    transform: translateY(-2px);
}

.nav-icon img {
    width: 24px;
    height: 24px;
}
.referral-code-box {
    background: #1a1a2e;
    border: 1px dashed rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    padding: 20px;
    text-align: center;
    width: 100%;
    max-width: 280px;
    cursor: pointer;
}

.code-label {
    color: white;
    font-size: 14px;
    margin-bottom: 10px;
}

.code {
    color: white;
    font-size: 26px;
    font-weight: 600;
    letter-spacing: 3px;
    margin: 12px 0;
}

.code span {
    display: inline-block;
}

.code span:nth-child(1) {
    color: #8b5cf6;
}

.code span:nth-child(3) {
    color: #3b82f6;
}

.copy-text {
    color: rgba(255, 255, 255, 0.6);
    font-size: 12px;
    letter-spacing: 0.5px;
}
