@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap");
/* WebKit browsers (Chrome, Safari, Edge) */
::-webkit-scrollbar {
    width: 10px; /* Width of vertical scrollbar */
    height: 10px; /* Height of horizontal scrollbar */
}

::-webkit-scrollbar-track {
    background: #f0f0f0; /* Track background */
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: #3e3f3f75; /* Scrollbar thumb color */
    border-radius: 10px;
    border: 2px solid #f0f0f0; /* Adds space around thumb */
}

::-webkit-scrollbar-thumb:hover {
    background: #3e3f3f75; /* Change color when hovering */
}
button:focus{
    outline: 0px;
    border: 0px;
    box-shadow: none !important;
}
.main-content-div h1,
body {
    font-family: "Nunito Sans", sans-serif;
}
body.scroll-disable {
    overflow-y: hidden;
}
.mobile_off-canvag-bg {
    display: none;
}
body.scroll-disable .mobile_off-canvag-bg{
    content: "";
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, .6);
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 100;
    display: block;
}
.Sign-up-container,
.forgot-container,
.login-container {
    max-width: 400px;
    margin: 0 auto;
    background-color: #fff;
    padding: 20px;
}

body {
    box-sizing: border-box;
    /* padding-top: 40px; */
}

textarea {
    outline: 0;
}
.header_share-btn {
    width: 35px;
    height: 35px;
    background: #27af61;
    display: block;
    border-radius: 15px;
    text-align: center;
    line-height: 33px;
    background: #27af61;
}
.g-translate_btn {
    width: 35px;
    height: 35px;
    background: #27af61;
    display: block;
    border-radius: 15px;
    text-align: center;
    line-height: 33px;
    background: #27af61;
}
#google_translate_element {
    position: absolute;
    right: 0px;
    display: none;
}
.goog-te-combo {
    background: #fff !important;
}
#google_translate_element.open {
    display: block;
}
.vertical-nav-menu li img {
    width: 22px;
    height:22px;
    object-fit: contain;
    margin-right: 8px;
}

.vertical-nav-menu li {
    line-height: 17px;
    padding: 13px 14px 9px 14px;
}

.vertical-nav-menu li .account-manager-card {
    padding: 0px;
    box-shadow: none;
}
.vertical-nav-menu li .account-manager-card .skype-btn {
    padding-left: 0px !important;
    margin-left: 0px !important;
    text-indent: 0px !important;
}

.vertical-nav-menu li.mm-active {
    background: 0 0;
    line-height: 25px;
}

.vertical-nav-menu li .icon_active {
    display: none;
}
.vertical-nav-menu li.mm-active .metismenu-icon {
    /* display: none; */
    filter: brightness(0) saturate(100%) invert(49%) sepia(20%) saturate(1473%)
        hue-rotate(93deg) brightness(108%) contrast(87%);
}
.vertical-nav-menu li.mm-active .icon_active {
    display: block;
}
.main-content-div h1 {
    font-size: 18px;
    color: #174a84;
    font-weight: 700;
}
.welcome_kit-wraper {
    padding: 20px;
    border-radius: 15px;
    background: rgb(17,103,55);
    background: linear-gradient(72deg, rgba(17,103,55,1) 0%, rgba(39,175,97,1) 49%, rgba(38,175,96,1) 86%);
    /* background: rgb(30, 145, 72);
    background: linear-gradient(
        266deg,
        rgba(30, 145, 72, 1) 45%,
        rgba(26, 132, 72, 1) 61%
    ); */
    margin-bottom: 20px;
    color: #fff;
    overflow: hidden;
    position: relative;
    /* background-image: url(../images/welcome_banner-graphics.png); */
    background-repeat: no-repeat;
}
.welcome_kit-wraper:after {
    content: "";
    background-image: url(../images/welcome_banner-graphics.png);
    width: 172px;
    height: 142px;
    position: absolute;
    background-repeat: no-repeat;
    bottom: 0px;
    right: 0px;
}
.welcome_user {
    width: 100%;
    margin-bottom: 20px;
}
.welcome_kit-wraper .title {
    margin-bottom: 5px;
}
.welcome_kit-wraper p {
    font-size: 15px;
}

.user_data-col {
    flex: auto;
    padding-right: 30px;
}
.user_data-col .dash-header-content {
    display: flex;
    align-items: center;
    gap: 7px;
    padding-bottom: 5px;
}
.user_data-col .dash-header-content span {
    font-size: 15px;
    color: #e3e3e3;
}

.user_data-col h4 {
    padding-left: 22px;
    font-weight: 700;
}
.add_pay-mth {
    display: inline-flex;
    height: 50px;
    background: #fff;
    border-radius: 10px;
    padding: 10px 20px;
    align-items: center;
    color: #27af61;
    font-size: 16px;
    position: relative;
    z-index: 1;
    cursor: pointer;
}
.add_pay-mth:hover {
    text-decoration: none;
    color: #27af61;
}
.add_pay-mth .form_label {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0px;
}
.add-update a.add-new {
    background: #174a84;
    color: #fff;
    border: 1px solid #174a84;
}

.product-form-row {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}

.product-form-row .product-form-group label {
    display: block;
    color: #646d76;
    font-family: Roboto, sans-serif;
}

.product-form-row .product-form-group input {
    height: 30px;
    background: no-repeat padding-box #fff;
    border: 1px solid #a5c9ff;
    border-radius: 3px;
    width: 100%;
    padding: 0 0 0 20px;
    color: #646d76;
}

.app-main__outer .dash-header,
.app-main__outer .share-link {
    background: no-repeat padding-box #fff;
    border-radius: 15px;
    box-shadow: 0 3px 4px #e5e1e117;
    cursor: pointer;
    transition: 0.5s;
}

.admin-setting .setting-list-right .inp-box,
.admin-user .cashout-req .cash-req-t-wrap .select-bx,
.product-input-box,
.share-container-sub .sub-bx .logo {
    position: relative;
}

.product-input-box i {
    position: absolute;
    top: 5px;
    font-size: 17px;
    color: #174a84;
}

.product-input-box i.check {
    right: 8px;
    color: #0c8008;
}

.product-input-box i.dolar {
    left: 8px;
}

.product-form-group {
    margin-right: 15px;
    margin-bottom: 25px;
}

.admin-img {
    width: 35px;
    margin-right: 9px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    object-fit: cover;
}

.admin-user .cashout-req ul li .cash-request-right .reject-btn,
.notification {
    margin-right: 15px;
}

.space-bar-form .product-form-group {
    flex-basis: 10%;
}

.-todo-text-mob,
.admin-c-drpdwn form,
.admin-user .cashout-req ul li .point-show-middle li:last-child::after,
.full-w-loader.hidden,
.logo-src.mobile,
.notification,
body.window-loaded .full-w-loader,
ul.mob-re-share {
    display: none;
}

.vertical-nav-menu ul > li > a,
ul.mm-collapse {
    padding: 0;
}

.sub-m.mm-collapse > li {
    padding-left: 0;
    padding-right: 0;
    margin-left: -14px;
}

.sub-m.mm-collapse > li.active {
    /* background: linear-gradient(180deg, #2ecc71 0, #176639 100%) no-repeat padding-box */
}

ul.mm-collapse li {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
}

ul.mm-collapse li > a {
    text-indent: 0;
    padding-left: 30px;
}

.vertical-nav-menu li a .dropdown {
    position: absolute;
    right: 0;
}

.vertical-nav-menu li a .dropdown > img {
    filter: brightness(0) saturate(100%) invert(98%) sepia(64%) saturate(855%)
        hue-rotate(66deg) brightness(93%) contrast(110%);
}

.app-main__outer .dash-header {
    padding: 10px;
    min-height: 84px;
    position: relative;
    overflow: hidden;
}

.app-main__outer .dash-header .animate-one {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(to right, #171618, #3bff3b);
    animation: 2s linear infinite animate1;
}

.app-main__outer .dash-header .animate-two {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 3px;
    background: linear-gradient(to bottom, #171618, #3bff3b);
    animation: 2s linear 1s infinite animate2;
}

.app-main__outer .dash-header .animate-three {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(to left, #171618, #3bff3b);
    animation: 2s linear infinite animate3;
}

.app-main__outer .dash-header .animate-four {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 3px;
    background: linear-gradient(to top, #171618, #3bff3b);
    animation: 2s linear 1s infinite animate4;
}

.app-main__outer .dash-header .animate-last-one {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(to right, #171618, #fff);
    animation: 2s linear infinite animate1;
}

@keyframes animate1 {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(100%);
    }
}

.app-main__outer .dash-header .animate-last-two {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 3px;
    background: linear-gradient(to bottom, #171618, #fff);
    animation: 2s linear 1s infinite animate2;
}

@keyframes animate2 {
    0% {
        transform: translateY(-100%);
    }

    100% {
        transform: translateY(100%);
    }
}

.app-main__outer .dash-header .animate-last-three {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(to left, #171618, #fff);
    animation: 2s linear infinite animate3;
}

@keyframes animate3 {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
}

.app-main__outer .dash-header .animate-last-four {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 3px;
    background: linear-gradient(to top, #98a, #fff);
    animation: 2s linear 1s infinite animate4;
}

@keyframes animate4 {
    0% {
        transform: translateY(100%);
    }

    100% {
        transform: translateY(-100%);
    }
}

.app-main__outer .dash-header span {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    color: #34495e;
}

.admin-user .cashout-req ul li .cash-request-left,
.app-main__outer .dash-header .dash-header-content,
.dashboard .cash-request .cash-request-left,
.dashboard .users ul .cash-request-left {
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.app-main__outer .dash-header h4 {
    text-align: left;
    font-size: 25px;
    font-weight: 700;
    letter-spacing: 0;
    color: #2ecc71;
    margin-bottom: 0;
    margin-top: 10px;
}

.app-main__outer .dash-header.dash-header-bg {
    background: no-repeat padding-box #2ecc71;
}

.app-main__outer .share-link {
    padding: 30px 20px;
}

.app-main__outer .share-link:hover,
.change-user-name .change-username-content:hover,
.helpcenter .description:hover {
    /* box-shadow: rgb(46 204 113 / 35%) 0 5px 15px;
    transform: translateY(-6px) */
}

.app-main__outer .share-link h4 {
    text-align: left;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0;
    color: #34495e;
    margin-bottom: 15px;
    display: flex;
    gap: 5px;
}

.app-main__outer .share-link .share-link-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
.share-link .share_field-col {
    display: flex;
    justify-content: space-between;
    width: 100%;
    overflow: hidden;
    background: #f4f6f9;
    border-radius: 10px;
    margin-bottom: 30px;
    min-height: 47px;
}
.app-main__outer .share-link .share-link-wrap ul li {
    list-style: none;
}

.app-main__outer .share-link .share-link-wrap ul {
    display: flex;
    margin: 0;
    align-items: center;
}

.app-main__outer .share-link-wrap .submit {
    width: 90%;
    display: flex;
}

.app-main__outer .share-link-wrap .submit input[type="text"] {
    outline: 0px;
    border: 0px;
    background: transparent;
    width: 100%;
    padding: 8px 10px;
}

.app-main__outer .share-link-wrap .copy {
    width: 150px;
    display: flex;
}
.app-main__outer .share-link-wrap .copy a,
.app-main__outer .share-link-wrap .copy button {
    width: 100%;

    background: #27af61;
    color: #fff;
    display: inline-block;
    padding: 5px 25px;
    font-size: 16px;
    text-decoration: none;
    position: relative;
    border: none;
}

.app-main__outer .share-link-wrap .share-social ul,
.offersModal-container .accordion-button,
.offersModal-container .tab-content ul {
    padding: 0;
}

.app-main__outer .share-link-wrap .share-social ul li {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0;
    color: #34495e;
    padding: 0 0px;
}
.app-main__outer .share-link-wrap .share-social ul li img {
    max-width: 48px;
}
.app-main__outer .refer {
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0 3px 16px #00000017;
    border-radius: 15px;
    padding: 25px 20px;
    display: flex;
    align-items: start;
    gap: 20px;
}
.app-main__outer .refer .refer-right {
    flex: 0 0 40%;
}
.app-main__outer .Leaderboard,
.app-main__outer .to-do {
    box-shadow: 0 3px 4px #e5e1e117;
    padding: 20px;
    background: no-repeat padding-box #fff;
}

.app-main__outer .refer h5 {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0;
    color: #fff;
    margin-bottom: 10px;
    margin-top: 14px;
}

.app-main__outer .refer p {
    text-align: left;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0;
    color: #fff;
    margin-bottom: 15px;
}

.app-main__outer .Leaderboard h5,
.app-main__outer .to-do h5 {
    font-weight: 700;
    text-align: left;
    letter-spacing: 0;
    text-shadow: 0 3px 6px #6c00ff00;
}

.app-main__outer .refer a,
.refer-cart a {
    text-decoration: none;
    font-size: 17px;
    color: #fff;
    background: #27af61;
    border-radius: 10px;
    padding: 12px 35px;
    display: inline-block;
}

.app-main__outer .dash-header.dash-header-bg .form_label {
    display: grid;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    color: #44444f;
    text-align: center;
    position: relative;
    margin: 0;
    cursor: pointer;
}

.app-main__outer .dash-header.dash-header-bg .uploadFile,
.cashout .cash-out-pay .uploadFile {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    left: -999px;
    width: 1px;
    height: 1px;
}

.app-main__outer .dash-header.dash-header-bg .up-img img,
.cashout .cash-out-pay.up-img img {
    width: 30px;
}

.app-main__outer .dash-header.dash-header-bg .form_label span {
    color: #fff;
    font-size: 12px;
}

.vertical-nav-menu ul li a {
    text-indent: 0;
    font-weight: 300;
}

.vertical-nav-menu ul li {
    display: flex;
    text-indent: 0;
    transition: 0.2s;
    padding-left: 0;
}

.app-main__outer .todo_count-wrap {
    width: 100%;
}
.app-main__outer .todo_count-wrap .row {
    margin: 0px -8px;
}
.app-main__outer .todo_count-wrap [class="col-4"] {
    padding: 0px 8px;
}
.todo_count-wrap .count_colm {
    width: 100%;
    padding: 20px;
    background: #fff;
    border-radius: 15px;
    margin: 20px 0px;
}
.todo_count-wrap .count_colm h4 {
    padding-left: 22px;
    font-weight: 700;
}
.count_colm.click_count h4 {
    color: #6236ff;
}

.count_colm.refer_count h4 {
    color: #ffa600;
}
.count_colm.offer_count h4 {
    color: #ff396f;
}

.todo_count-wrap .count_colm .dash-header-content span {
    font-size: 15px;
    font-weight: 500;
    color: #636b75;
}
.app-main__outer .Leaderboard {
    border-radius: 15px;
    margin: 0px 0px 20px;
}

.app-main__outer .Leaderboard h5 {
    font-size: 20px;
    color: #34495e;
    margin-bottom: 20px;
}

.app-main__outer .Leaderboard .lead_header {
    display: flex;
}

.Leaderboard .lead_header .user_header {
    flex: 0 0 70%;
}
.Leaderboard .lead_header .title {
    font-size: 15px;
    font-weight: 500;
    color: #636b75;
}

.Leaderboard .lead_header .amt_header {
    flex: 0 0 30%;
    text-align: right;
    display: flex;
    justify-content: flex-end;
}

.leader_user-list {
    display: flex;
    width: 100%;
    padding: 15px 0px;
    align-items: center;
    border-bottom: 1px solid #ecf0f8;
}
.leader_user-list:last-child {
    border-bottom: 0px;
}
.leader_user-list .user_details {
    flex: 0 0 70%;
    display: flex;
}
.leader_user-list .user_details .name {
    font-size: 17px;
    font-weight: 600;
}
.leader_user-list .user_amount {
    flex: 0 0 30%;
    display: flex;
    justify-content: flex-end;
}
.leader_user-list .user_amount .account {
    font-size: 17px;
    font-weight: 600;
    color: #1bc16a;
}

.app-main__outer .Leaderboard ul {
    display: flex;
    justify-content: space-between;
    padding: 0;
    margin: 0;
    column-gap: 10px;
}

.app-main__outer .Leaderboard li {
    /* display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: start; */
    list-style: none;
}

.app-main__outer .Leaderboard li img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #2ecc71;
    object-fit: cover;
    overflow: hidden;
    margin-bottom: 10px;
}

.app-main__outer .Leaderboard li span.name {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0;
    color: #34495e;
    margin-bottom: 5px;
}

.app-main__outer .Leaderboard li span.account {
    display: block;
    font-weight: 900;
    font-size: 14px;
    letter-spacing: 0;
    color: #2ecc71;
}

.app-main__outer .to-do {
    border-radius: 15px;
    margin-top: 20px;
}
/* 
.change-user-name .change-username-content,
.refer-cart {
    padding: 30px;
    box-shadow: 0 3px 16px #00000017;
    margin-top: 30px
} */

.app-main__outer .to-do h5 {
    font-size: 22px;
    color: #1a1f37;
    padding-bottom: 5px;
}
.app-main__outer .to-do p {
    font-size: 17px;
    font-weight: 600;
    color: #636b75;
    margin-bottom: 1.5rem;
}
.app-main__outer .to-do .to-do-progress {
    padding: 10px 0px;
}

.user-cashout-modal input,
.user-cashout-modal label {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0;
    color: #34495e;
}
.app-main__outer .to-do .to-do-progress .left-click span {
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0;
    color: #1a1f37;
}
.app-main__outer .to-do .to-do-progress .right-click span {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0;
    color: #000;
}

.app-main__outer .to-do .to-do-progress .top-bar {
    display: flex;
    justify-content: space-between;
}

.app-main__outer .to-do .to-do-progress .top-bar .left-click {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
}

/* .change-user-name .change-username-content {
    background: no-repeat padding-box #fff;
    border-radius: 6px;
    transition: .5s
} */

.change-user-name .change-username-content h4,
.payment .payment-history h4,
.payment-method .bank-details h4 {
    text-align: left;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0;
    color: #1a1f37;
    margin-bottom: 5px;
}

.change-user-name .change-username-content label,
.payment-method .bank-details label {
    display: block;
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0;
    color: #34495e;
    margin-bottom: 10px;
}
.social_share-row-wrap {
    width: 100%;
    overflow: hidden;
    border-radius: 15px;
    padding: 30px;
    background-size: cover;
    background-position: center;
    margin: 0px 0px 15px;
    position: relative;
}
.social_share-row-wrap:after {
    content: "";
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
}
.social_share-row-wrap .social_inner-wrap {
    position: relative;
    z-index: 2;
}
.social_inner-wrap .title {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
}
.social_inner-wrap .sub_batch {
    font-size: 15px;
    font-weight: 700;
    color: #fff;

    padding: 5px 15px;
    margin-top: 10px;
    display: inline-block;
}
.social_share-row-wrap:first-child .social_inner-wrap .sub_batch {
    background: #3f5999;
}

.social_share-row-wrap:nth-child(2) .social_inner-wrap .sub_batch {
    background: #ff396f;
}
.social_share-row-wrap:nth-child(3) .social_inner-wrap .sub_batch {
    background: #323641;
}
.social_share-row-wrap:nth-child(4) .social_inner-wrap .sub_batch {
    background: #f61f21;
}
.social_share-row-wrap:nth-child(5) .social_inner-wrap .sub_batch {
    background: #ceab33;
}
.social_share-row-wrap:nth-child(6) .social_inner-wrap .sub_batch {
    background: #323641;
}
.social_share-row-wrap:nth-child(6) {
    margin-bottom: 5px;
}
.social_share-row-wrap .social_inner-wrap .footer_block {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-top: 50px;
}
.social_inner-wrap .footer_block .text-amtt {
    font-size: 17px;
    font-weight: 700;
    color: #fff;
    margin: 0px;
}

.social_inner-wrap .footer_block .shareSelectPlatform {
    border: none;
    outline: 0;
    background: #27af61;
    color: #fff;
    padding: 12px 25px;
    border-radius: 10px;
    font-size: 17px;
    font-weight: 600;
}
/* .change-user-name .change-username-content input[type=text] {
    background: no-repeat padding-box #f8f8f8;
    border: 1px solid #a9c3de;
    border-radius: 17px;
    outline: 0;
    width: 50%;
    padding: 8px 10px
} */
.user_details-card {
    background: #fff;
    box-shadow: 0 0px 12px rgb(191 191 191 / 10%);
    border-radius: 16px;
    padding: 25px 20px;
    transition: 0.5s;
    margin: 10px 0px;
}
.user_details-card h4 {
    margin-bottom: 20px !important;
}
.user_details-card input {
    width: 100% !important;
    width: 100%;
    height: 47px;
    padding: 10px;
    font-size: 17px;
    background: #f4f6f9;
    border: 0px;
    border-radius: 8px;
    margin-bottom: 20px;
}
.user_details-card input:focus {
    outline: 0px;
}
.change-user-name .change-username-content button {
    text-decoration: none;
    font-size: 17px;
    white-space: nowrap;
    color: #fff;
    background: #27af61;
    border-radius: 10px;
    padding: 12px 35px;
    display: inline-block;
    border: 0px;
}

.refer-cart {
    background: no-repeat padding-box #2ecc71;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.refer-cart img {
    margin-bottom: 20px;
    animation-name: slide;
    animation-duration: 6s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: reverse;
}

.refer-cart h5 {
    text-align: center;
    font-weight: 700;
    font-size: 22px;
    font-style: normal;
    letter-spacing: 0;
    color: #fff;
    margin-bottom: 10px;
}

.refer-cart p {
    text-align: center;
    font-size: 14px;
    line-height: 21px;
    font-style: normal;
    letter-spacing: 0;
    color: #fff;
}

/* .change-user-name .change-username-content input[type=email],
.change-user-name .change-username-content input[type=password] {
    background: no-repeat padding-box #f8f8f8;
    border: 1px solid #a9c3de;
    border-radius: 17px;
    outline: 0;
    width: 50%;
    padding: 8px 10px;
    margin-bottom: 20px
} */

.change-user-name .change-username-content button.change-ps {
    display: block;
    margin-left: 0;
}

.pay_metho-slider {
    margin-bottom: 25px;
}

.payment-method .payment-method-bank {
    background: no-repeat padding-box #fff;
    border: 1px solid #e8eaef;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px;
    column-gap: 10px;
    height: 100px;
    transition: 0.5s;
    flex-direction: column;
    z-index: 15;
}

.payment-method .payment-method-bank span {
    font-style: normal;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0;
    color: #34495e;
    text-transform: capitalize;
    margin-top: 6px;
    display: block;
}

/* .cashout .balance:hover,
.cashout .cash-out-pay:hover,
.helpcenter .call:hover,
.payment-method .payment-method-bank:hover {
    background: no-repeat padding-box #f1fff7;
    box-shadow: 0 3px 16px #00000017;
    border: 1px solid #2ecc71
} */

.cashout .cashout-top-wrap,
.helpcenter .help-center-top,
.payment-method .row.pay-bank {
    margin-top: 0px;
}

.payment .payment-history,
.payment-method .bank-details {
    background: #fff;
    box-shadow: 0 0px 12px rgb(191 191 191 / 10%);
    border-radius: 16px;
    padding: 25px 20px;
    transition: 0.5s;
    margin: 20px 0px;
}
.payment_history-col {
    margin-top: 5px !important;
}
.payment-method .bank-details .form-control {
    width: 100%;
    height: 47px;
    padding: 10px;
    font-size: 17px;
    background: #f4f6f9;
    border: 0px;
    border-radius: 8px;
}

.payment-method .bank-details .form-control:focus {
    box-shadow: none;
}
.sidebar_logout-btn {
    display: flex;
    gap: 15px;
    color: #636b75;
}
.sidebar_logout-btn p {
    padding-left: 30px;
}
.save,
a.btn.btn-primary,
button.btn.btn-primary,
button.btn.btn-secondary {
    text-decoration: none;
    font-size: 17px;
    color: #fff;
    background: #27af61;
    border-radius: 10px;
    padding: 12px 35px;
    display: inline-block;
    border: 0px;
}

.cashout .cash-out-pay,
.payment .payment-history .pay-list {
    border: 1px solid #fff;
    background: no-repeat padding-box #fff;
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}
.pay-list-history ul {
    row-gap: 0px !important;
}
.pay-list-history ul li {
    border-bottom: 1px solid #ecf0f8;
    padding: 15px 0px;
    column-gap: 0px !important;
}
.pay-list-history ul li:first-child,
.pay-list-history ul li:last-child {
    border-bottom: 0px !important;
}
.pay-list-history ul li:last-child {
    padding-bottom: 0px;
}
.payment .payment-history .pay-list-history {
    margin-top: 25px;
}
.pay-list-history .payout_head h3 {
    font-size: 15px;
    font-weight: 600;
    color: #636b75;
}
.payout_head .pay-img-hd {
    flex: 0 0 15%;
}
.payout_head .pay-dt-hd {
    flex: 0 0 22%;
}
.payout_head .pay-des-hd {
    flex: 0 0 40%;
}
.payout_head .pay-amt-hd {
    flex: 0 0 15%;
}
.payout_head .pay-stat-hd {
    flex: 0 0 8%;
}
.pay-list-history .pay-img {
    flex: 0 0 15%;
}

.pay-list-history .pay-date {
    flex: 0 0 22%;
    font-size: 17px;
    color: #1a1f37;
    font-weight: 600;
}

.pay-list-history .pay-des {
    flex: 0 0 40%;
    font-size: 17px;
    color: #1a1f37;
    font-weight: 600;
}
.pay-list-history .pay-des p {
    font-size: 17px !important;
    color: #1a1f37 !important;
    font-weight: 600;
}
.pay-list-history .rec-money {
    flex: 0 0 15%;
}
.pay-list-history .admin-cashout {
    flex: 0 0 8%;
    text-align: right;
}

/* .payment .payment-history .pay-list .pay-img {
    width: 48px;
    height: 48px;
    background: #e6eff6;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center
} */

.modal.submit-post .modal-header p,
.offersModal-container .accordion-body p,
.payment .payment-history .pay-list .pay-img img,
.payment.offer-zone .payment-history ul.offer-not-found h4 {
    margin: 0;
}

.payment .payment-history .pay-list ul {
    padding: 0;
    display: flex;
    flex-direction: column;
    row-gap: 30px;
    margin: 0;
}

.payment .payment-history .pay-list ul li {
    list-style: none;
    display: flex;
    align-items: center;
    column-gap: 20px;
}

.payment .payment-history .pay-list ul li .rec-money {
    flex-grow: 1;
    text-align: left;
}

.payment .payment-history .pay-list .pay-des span {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0;
    color: #8193a7;
    text-transform: capitalize;
    word-break: break-word;
}

.payment .payment-history .pay-list .pay-des p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0;
    color: #34495e;
    margin: 0;
}

.payment .payment-history .pay-list .rec-money span {
    font-weight: 700;
    font-size: 18px;
    font-style: normal;
    letter-spacing: 0;
    color: #1bc16a;
    text-transform: capitalize;
}

.data_table-wrapper {
    width: 100%;
}
.data_table-wrapper ul {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
    padding-left: 0px;
}

.data_table-wrapper ul li {
    list-style: none;
    display: flex;
    align-items: center;
    column-gap: 20px;
    border: 1px solid transparent;
    padding: 15px 0px;
    border-bottom: 1px solid #ecf0f8;
    width: 100%;
}
.data_table-wrapper ul li .pay-img {
    flex: 0 0 20%;
}
.data_table-wrapper ul li .pay-img img {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    min-width: 50px;
    object-fit: cover;
}
.data_table-wrapper ul li .pay-des {
    text-align: left;
    flex: 0 0 40%;
}
.data_table-wrapper ul li .pay-des span {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0;
    color: #8193a7;
    text-transform: capitalize;
    word-break: break-word;
}

.data_table-wrapper ul li .rec-money {
    flex: 20%;
    text-align: left;
}
.data_table-wrapper ul li .rec-money span {
    font-weight: 700;
    font-size: 18px;
    font-style: normal;
    letter-spacing: 0;
    color: #1bc16a;
    text-transform: capitalize;
}
.data_table-wrapper ul li .admin-cashout {
    display: flex;
    flex-direction: column;
    gap: 5px;
    line-height: normal;
}

.promo_col-card {
    width: 100%;
    background: #fff;
    box-shadow: 0 0px 12px rgb(191 191 191 / 10%);
    border-radius: 16px;
    padding: 25px 20px;
    transition: 0.5s;
    margin: 10px 0px;
    display: flex;
    justify-content: space-between;
    gap: 15px;
    align-items: center;
}
.promo_col-card .promo_thumb {
    flex: 0 0 80px;
}
.promo_col-card .promo_thumb img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 50%;
    background: #d9d9d9;
}
.promo_col-card .promo_content {
    flex-grow: 1;
}
.promo_col-card .promo_content .promo_text {
    color: #1a1f37;
    font-size: 18px;
    font-weight: 600;
}
.promo_col-card .promo_btn {
    flex: 0 0 25%;
    display: flex;
    justify-content: flex-end;
}
.promo_col-card .promo_btn .approve {
    border: none;
    outline: 0;
    background: #27af61;
    color: #fff;
    padding: 12px 30px;
    border-radius: 10px;
    font-size: 17px;
    letter-spacing: 1px;
    width: auto !important;
    height: auto;
}
.promo_col-card .promo_btn .approve:hover {
    text-decoration: none;
}
.cashout .cash-out-pay {
    box-shadow: 0 3px 16px #00000017;
    border-radius: 6px;
    opacity: 1;
    padding: 25px 0;
    transition: 0.5s;
}

.cashout .cash-out-pay .form_label {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    position: relative;
    margin: 0;
    cursor: pointer;
    gap: 10px;
}

.cashout .cash-out-pay .form_label span {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0;
    color: #34495e;
    text-transform: capitalize;
}

.cashout .balance {
    background: no-repeat padding-box #fff;
    box-shadow: 0 3px 16px #00000017;
    border: 1px solid #a9c3de;
    border-radius: 6px;
    opacity: 1;
    padding: 8px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: 0.5s;
}

.cashout .balance .balance-wrap {
    display: flex;
    align-items: center;
    column-gap: 30px;
}

.cashout .balance .balance-wrap span {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    color: #34495e;
    vertical-align: text-top;
}

.cashout .balance .balance-wrap h4 {
    text-align: left;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0;
    color: #2ecc71;
    margin-bottom: 0;
}

.cashout .balance .check-out a {
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    letter-spacing: 0;
    color: #fff;
    text-transform: capitalize;
    background: no-repeat padding-box #34495e;
    border-radius: 50px;
    width: 150px;
    height: 43px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.helpcenter .call {
    background: #fff;
    box-shadow: 0 0px 12px rgb(191 191 191 / 10%);
    border-radius: 16px;
    padding: 15px 20px;
    transition: 0.5s;
    margin: 10px 0px;
}

.helpcenter .call span {
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0;
    color: #636b75;
    text-transform: capitalize;
    display: inline-block;
    margin-left: 5px;
}
.helpcenter .call .input_value {
    padding-left: 27px;
}
.helpcenter .call a,
.helpcenter .description h1 {
    font-size: 20px;
    color: #34495e;
    letter-spacing: 0;
    text-align: left;
    text-transform: capitalize;
}

.helpcenter .call a {
    color: #1a1f37;
    font-size: 24px;
    font-weight: 700;
    text-decoration: none;
    display: block;
    margin-top: 5px;
}

.helpcenter .description {
    background: #fff;
    box-shadow: 0 0px 12px rgb(191 191 191 / 10%);
    border-radius: 16px;
    padding: 25px 20px;
    transition: 0.5s;
    margin: 15px 0px 20px;
}
.description .form-control {
    width: 100%;
    height: 47px;
    padding: 10px;
    font-size: 17px;
    background: #f4f6f9;
    border: 0px;
    border-radius: 8px;
}
.description .form__group label {
    font-size: 15px;
    font-weight: 600;
    color: #636b75;
}
.description .form__group textarea {
    width: 100%;
    height: 200px;
    font-size: 17px;
    padding: 10px;
    background: #f4f6f9;
    border: 0px;
    border-radius: 8px;
    resize: none;
}
.description .save {
    text-decoration: none;
    font-size: 17px;
    color: #fff;
    background: #27af61;
    border-radius: 10px;
    padding: 12px 35px;
    display: inline-block;
}
.Sign-up-container .btn,
.forgot-container .btn,
.login-container .btn {
    display: inline-block;
    padding: 10px 20px;
    color: #fff;
    background-color: #2ecc71;
    cursor: pointer;
}

.helpcenter .description h1 {
    color: #1a1f37;
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 20px;
}

.helpcenter .description p {
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    color: #8193a7;
    line-height: 24px;
}

.Sign-up-frm-center,
.forgot-frm-center,
.login-frm-center {
    height: 100vh;
    display: grid;
    align-items: center;
}

.Sign-up-container,
.login-container {
    width: 400px;
    border-radius: 5px;
}

.Sign-up-container .form-group,
.forgot-container .form-group,
.login-container .form-group {
    margin-bottom: 20px;
}

.Sign-up-container label,
.forgot-container label,
.login-container label {
    display: block;
    margin-bottom: 5px;
    font-weight: 700;
}

.login-container input[type="email"],
.login-container input[type="password"],
.login-container input[type="text"],
.login-container select.form-select {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 30px;
    outline: 0;
    box-shadow: none;
}

.Sign-up-container input[type="email"]:focus,
.Sign-up-container input[type="password"]:focus,
.Sign-up-container input[type="text"]:focus,
.forgot-container input[type="email"]:focus,
.login-container input[type="email"]:focus,
.login-container input[type="password"]:focus,
.login-container input[type="text"]:focus,
.login-container select.form-select:focus {
    border: 1px solid #2ecc71;
}

.Sign-up-container input[type="email"],
.Sign-up-container input[type="password"],
.Sign-up-container input[type="text"] {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 30px;
    outline: 0;
}

.Sign-up-container .btn,
.login-container .btn {
    border: none;
    border-radius: 30px;
    width: 100%;
}

.Sign-up-container .forgot-password,
.login-container .forgot-password {
    text-align: right;
}

.forgot-container {
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.Total-signup-user .Total-users,
.forgot-container h2 {
    text-align: center;
}

.forgot-container input[type="email"] {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 3px;
    outline: 0;
}

.forgot-container .btn {
    border: none;
    border-radius: 3px;
}

.admin-setting .setting-list ul li,
.admin-user .cashout-req,
.dashboard .cash-request,
.dashboard .users {
    background: no-repeat padding-box #fff;
    box-shadow: 0 3px 16px #00000017;
}

.dashboard .cash-request,
.dashboard .users {
    border-radius: 6px;
    padding: 30px 20px;
}

.admin-user .cashout-req .cash-req-t-wrap,
.dashboard .cash-request .cash-request-t-wrap,
.dashboard .users .cash-request-t-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 18px;
    border-bottom: 1px solid #a9c3de;
}

.admin-user .cashout-req h2,
.dashboard .cash-request .cash-request-t-wrap h2,
.dashboard .users .cash-request-t-wrap h2 {
    text-align: left;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0;
    color: #34495e;
    margin: 0;
}

.dashboard .cash-request .cash-request-t-wrap a,
.dashboard .users .cash-request-t-wrap a {
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    color: #2ecc71;
    text-shadow: 0 3px 6px #6c00ff00;
}

.admin-user .cashout-req ul,
.dashboard .cash-request ul,
.dashboard .users ul {
    padding: 0;
    margin: 10px 0 0;
}

.dashboard .cash-request ul li {
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #a9c3de;
}

.dashboard .cash-request ul li:last-child {
    border: none;
}

.admin-user
    .cashout-req
    ul
    li
    .cash-request-left
    .cash-request-content
    span:first-child,
.dashboard .cash-request .cash-request-content span:first-child,
.dashboard .users ul .cash-request-content span:first-child {
    display: block;
    text-align: left;
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    letter-spacing: 0;
    color: #34495e;
}

.admin-user
    .cashout-req
    ul
    li
    .cash-request-left
    .cash-request-content
    span:nth-child(2),
.dashboard .cash-request .cash-request-content span:nth-child(2) {
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
    letter-spacing: 0;
    color: #8193a7;
    text-shadow: 0 3px 6px #6c00ff00;
    margin-right: 10px;
}

.dashboard .cash-request .cash-request-content span:nth-child(3),
.dashboard .cash-request.payout-history .request-right-value {
    font-style: normal;
    font-size: 18px;
    font-weight: 900;
    letter-spacing: 0;
    color: #2ecc71;
}

.admin-user .cashout-req ul li .cash-request-left img,
.dashboard .cash-request .cash-request-left img {
    width: 44px;
    height: 44px;
    object-fit: cover;
    border: 1px solid #2ecc71;
    border-radius: 50%;
    overflow: hidden;
}

.dashboard .cash-request .cash-request-right a.rej,
.dashboard .cash-request .cash-request-right button.rej {
    width: 109px;
    height: 33px;
    border: 1px solid #ff4e4e;
    color: #ff4e4e;
    border-radius: 17px;
    text-align: center;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.dashboard .cash-request .cash-request-right a.approve,
.dashboard .cash-request .cash-request-right button.approve {
    width: 109px;
    height: 33px;
    background: #2ecc71;
    color: #fff;
    border-radius: 17px;
    text-align: center;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border: none;
}

.dashboard .cash-request .cash-request-right {
    display: flex;
    column-gap: 10px;
    align-items: center;
}

.dashboard .cash-request.payout-history {
    margin-top: 25px;
    margin-bottom: 50px;
}

.dashboard .users ul li {
    list-style: none;
    padding-bottom: 25px;
}

.dashboard .users ul .cash-request-content {
    display: flex;
    flex-direction: column;
    row-gap: 8px;
}

.dashboard .users ul .cash-request-content span:last-child {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0;
    color: #2ecc71;
    line-height: 14px;
}

.app-sidebar__heading a {
    text-indent: 0 !important;
}
.change-username-content {
    margin-bottom: 15px;
}
.edit_profile-image {
    display: flex;
    position: relative;
    align-items: center;
    gap: 45px;
}
.profile_image img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.reward_image img{
    width: 150px !important;
    height: 150px !important;
}

.admin_upload .profile_image img {
    width: 100px;
    height: 100px;
}

.edit_profile-image .change_pro-img-col {
    padding-left: 25px;
}
.edit_profile-image .change_pro-img-col .upload-wrap {
    position: absolute;
    left: 0px;
    bottom: 0px;
}
.edit_profile-image .change_pro-img-col .upload-wrap input[type="file"] {
    opacity: 0;
    width: 80px;
}
.admin-cashout a.approve,
.admin-cashout a.rej,
.admin-cashout button.approve,
.admin-cashout button.dis-approve,
.admin-cashout button.rej {
    width: 109px;
    height: 33px;
    text-align: center;
    font-family: Roboto, sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0;
    display: inline-flex;
    text-decoration: none;
}

.login-frm-center .form-group.frm-login-wrap {
    display: flex;
    justify-content: space-between;
    align-items: end;
    flex-direction: column;
}

.Sign-up-frm-center .frm-login-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}

.admin-user .cashout-req {
    border-radius: 6px;
    padding: 30px 20px;
    margin-bottom: 30px;
}

.admin-user .cashout-req .cash-req-t-wrap .select-bx span {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    cursor: pointer;
}

.admin-user .cashout-req .cash-req-t-wrap select {
    width: 145px;
    height: 30px;
    background: url(../images/icons/drondown-new.svg) 0 0/14px no-repeat
        padding-box #f5f5f5;
    border: 1px solid #a9c3de;
    border-radius: 50px;
    -moz-appearance: none;
    appearance: none;
    background-position-x: 6%;
    background-position-y: 51%;
    outline: 0;
    padding-left: 40px;
    font-family: Roboto, sans-serif;
    font-size: 13px;
    letter-spacing: 0;
    color: #8193a7;
}

.admin-user .cashout-req ul li {
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #a9c3de;
    flex-wrap: wrap;
}

.admin-user.admin-cashout .cashout-req ul li {
    justify-content: flex-start;
}

.admin-user.admin-cashout.admin-payout-history .cashout-req ul li {
    justify-content: space-between;
}

.admin-user .cashout-req ul li:last-child {
    border-bottom: none;
}

.admin-user .cashout-req .cash-request-right ul {
    display: flex;
    margin: 0;
    padding: 0;
    gap: 0 15px;
}

.admin-user .cashout-req .cash-request-right ul li {
    border: none;
    cursor: pointer;
}

.admin-cashout .cash-request-left span.price {
    text-align: left;
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 0;
    color: #2ecc71;
    margin-left: 50px;
}

.admin-cashout a.rej,
.admin-cashout button.rej {
    border: 1px solid #ff4e4e;
    border-radius: 17px;
    color: #ff4e4e;
    align-items: center;
    justify-content: center;
}

.admin-cashout a.approve,
.admin-cashout button.approve {
    border-radius: 5px;
    width: auto;
    height: 33px;
    padding: 15px 15px;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    background: #e7e0ff;
    color: #6236ff;
    align-items: center;
    justify-content: center;
    border: none;
    font-family: "Nunito Sans", sans-serif;
    letter-spacing: 0;
}

.admin-cashout button.dis-approve {
    background: linear-gradient(180deg, #888f8b 0, #3c4842 100%) no-repeat
        padding-box;
    border-radius: 17px;
    color: #000;
    align-items: center;
    justify-content: center;
    border: none;
}

.admin-cashout a.pending,
.admin-cashout a.rejected,
.admin-cashout button.rejected,
.admin-cashout a.success {
    border-radius: 5px;
    width: auto;
    height: 33px;
    padding: 15px 15px;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    display: inline-flex;
    font-family: "Nunito Sans", sans-serif;
    letter-spacing: 0;
}

.admin-cashout a.pending {
    background: #fff3dc;
    color: #ffa600;
    align-items: center;
    justify-content: center;
}

.admin-cashout a.rejected,
.admin-cashout button.rejected {
    background: #ffdbe5;
    color: #ff396f;
    align-items: center;
    justify-content: center;
    border: none;
}

.admin-cashout a.success {
    align-items: center;
    justify-content: center;
    border: none;
    background: #e7e0ff;
    color: #6236ff;
}

.pay_metho-slider .owl-nav {
    display: none;
}

.form_error {
    color: red;
}

.form_success {
    color: green;
}

.admin-setting .setting-list ul {
    margin: 0;
    padding: 0;
}

.admin-setting .setting-list ul li {
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 6px;
    padding: 17px 20px;
    margin-bottom: 30px;
    transition: 0.5s;
}

.admin-setting .setting-list ul li:hover {
    box-shadow: rgb(46 204 113 / 35%) 0 5px 15px;
}

.admin-setting .setting-list-left h3 {
    text-align: left;
    font-family: Roboto, sans-serif;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0;
    color: #34495e;
    margin-bottom: 0;
}

.admin-setting .setting-list-left p {
    text-align: left;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0;
    color: #8193a7;
    text-shadow: 0 3px 6px #6c00ff00;
    margin-bottom: 0;
}

.admin-setting .setting-list-right {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 30px;
}

.admin-setting .setting-list-right input[type="number"] {
    background: #f8f8f8;
    padding-left: 60px;
    padding-right: 10px;
    outline: 0;
    border: 1px solid #a9c3de;
    border-radius: 50px;
    width: 144px;
    height: 48px;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 0;
    color: #34495e;
    text-shadow: 0 3px 6px #6c00ff00;
}

.admin-setting .setting-list-right input[type="number"]::placeholder {
    font-family: Roboto, sans-serif;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 0;
    color: #34495e;
    text-shadow: 0 3px 6px #6c00ff00;
}

.admin-setting .setting-list-right .inp-box img {
    position: absolute;
    top: 50%;
    left: 14px;
    transform: translateY(-50%);
}

.admin-setting .setting-list-right a,
.admin-setting .setting-list-right button {
    background: no-repeat padding-box #2ecc71;
    border-radius: 24px;
    width: 133px;
    height: 48px;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0;
    color: #fff;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
}

.admin-payout-history .cash-request-right span.price {
    text-align: left;
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 0;
    color: #2ecc71;
}

.payment.offer-zone .payment-history .pay-list ul {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
}

.payment.offer-zone .payment-history .pay-list ul li {
    border: 1px solid transparent;
    padding: 10px 0px;
    border-bottom: 1px solid #ecf0f8;
    width: 100%;
}
ul.survey_title-row li {
    border-bottom: 0px !important;
    padding: 20px 0px 0px 0px !important;
}
.payment.offer-zone .payment-history .pay-list .pay-des {
    text-align: left;
    flex: 0 0 30%;
}

.payment.offer-zone .payment-history .pay-list .pay-des .ern img {
    width: 12px;
}

.payment.offer-zone .payment-history .pay-list .pay-des .ern strong {
    color: #3ac47d;
}

.payment.offer-zone .payment-history .pay-list .pay-img {
    flex: 0 0 20%;
}
.payment.offer-zone .payment-history .pay-list .pay-img img {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    min-width: 50px;
}
.payment.offer-zone a.approve {
    width: 150px;
}

.cashout_balance {
    padding: 20px;
    border-radius: 15px;
    background: rgb(11,75,38);
    background: linear-gradient(72deg, rgba(11,75,38,1) 0%, rgba(8,191,75,1) 49%, rgba(0,203,74,1) 86%);
    /* background: rgb(30, 145, 72);
    background: linear-gradient(
        266deg,
        rgba(30, 145, 72, 1) 45%,
        rgba(26, 132, 72, 1) 61%
    ); */
    color: #fff;
    overflow: hidden;
    position: relative;
    /* background-image: url(../images/welcome_banner-graphics.png); */
    background-repeat: no-repeat;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.cashout_balance::after {
    content: "";
    background-image: url(../images/welcome_banner-graphics.png);
    width: 172px;
    height: 142px;
    position: absolute;
    background-repeat: no-repeat;
    bottom: 0px;
    right: 0px;
}
.cashout_balance .balance-wrap {
    display: flex;
    align-items: center;
}
.cashout_balance .balance-wrap .balance_icon {
    margin-right: 30px;
}
.cashout_balance .balance-wrap .balance_details {
    margin-right: 45px;
}
.cashout_balance .cash-ot-btn .cash_out_btn {
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    text-decoration: none;
    display: flex;
}
.cashout_balance .cash-ot-btn .cash_out_btn img {
    margin-left: 5px;
}
.cashout_balance .balance-wrap .balance_details h4 {
    padding-left: 22px;
    margin-top: 5px;
}
.cashout_balance .balance-wrap .cash-ot-btn {
    margin-top: 18px;
    position: relative;
    z-index: 5;
}
.btn_pay-math .btn_add-pay {
    display: flex !important;
    font-size: 17px;
    background: #fff;
    display: flex;
    color: #27af61;
    font-weight: 600;
    padding: 10px 15px;
    border-radius: 8px;
    gap: 5px;
    z-index: 5;
    position: relative;
}
.btn_pay-math .btn_add-pay:hover {
    text-decoration: none;
}
.offer-zone-modal {
    top: 50px;
}

.offer-zone-modal .modal-dialog {
    max-width: 95vw;
    height: 80vh;
}

.offer-zone-modal .modal-dialog iframe {
    height: 750px;
}

.modal-footer button {
    background: #2ecc71;
    border: none;
    font-size: 16px;
    padding: 10px 30px;
}

.offer-zone-modal .modal-body::-webkit-scrollbar {
    width: 3px;
}

.offer-zone-modal .modal-body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.offer-zone-modal .modal-body::-webkit-scrollbar-thumb {
    background-color: #2ecc71;
    outline: slategrey solid 1px;
}

.modal-header {
    background: #2ecc71;
    color: #ffff;
}
.offersModal-container .modal-header {   
    background-position: center;
    padding: 4rem 1rem 2rem 1rem !important;
}
.offersModal-container .modal-header .btn-close  {
    background: #fff;
    opacity: 1;
    border-radius: 50%;
    color: #111;
    position: absolute;
    top: 18px;
    right: 22px;
    width: 20px;
    height: 20px;
    font-size: 20px;
    line-height: 24px;
}
.offersModal-container .modal-header .btn-close:focus{
    outline: 0px !important;
}
.offersModal-container .nav-link {
    color: #fff;
}
#serveyShowModal .modal-body {
    max-height: 400px;
}

#serveyShowModal .modal-footer {
    position: absolute;
    width: 100%;
    bottom: 0;
}

#serveyShowModal .modal-dialog {
    max-width: 900px;
}

#serveyShowModal #show_survey_form label {
    font-weight: 600;
}

#serveyShowModal #show_survey_form .form-check-input:checked {
    background-color: #2ecc71;
    border-color: #2ecc71;
}

#serveyShowModal .btn-close {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7467%)
        hue-rotate(97deg) brightness(99%) contrast(104%);
    opacity: 1;
}

#serveyShowModal h3,
.survey-edit-question h3,
.survey-edit-question h4 {
    font-size: 20px;
}

.admin_upload,
.offersModal-container .offer-profile-wrap {
    display: flex;
    align-items: center;
}

.admin_upload .profile_image {
    padding: 20px;
}

.user-cashout-modal .modal-header {
    background: #2ecc71;
    color: #fff;
}

.admin-c-drpdwn::before,
ul.paylist li {
    background-repeat: no-repeat;
    background-size: cover;
}

.user-cashout-modal input {
    box-shadow: none !important;
    outline: 0;
}

.user-cashout-modal .btn.btn-primary {
    background: #2ecc71;
    border: 1px solid #2ecc71;
}

.admin-c-drpdwn p,
.todo-bar .cash-req-t-wrap .select-bx a {
    border-radius: 17px;
    align-items: center;
    background: #2ecc71;
    height: 33px;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    display: inline-flex;
    font-family: Roboto, sans-serif;
    letter-spacing: 0;
    text-decoration: none;
    text-align: center;
}

.admin-c-drpdwn {
    position: relative;
    cursor: pointer;
}

.admin-c-drpdwn::before {
    content: "";
    position: absolute;
    background-image: url(../images/icons/white-dropdown.png);
    width: 17px;
    height: 10px;
    background-position: center;
    top: 50%;
    transform: translateY(-50%);
}

.admin-c-drpdwn .admin-c-drpdwn-visible {
    position: absolute;
    background: #34495e;
    padding: 12px 15px;
    top: 35px;
    right: 0;
    border-radius: 4px;
    display: none;
    transition: 0.5s;
    width: min-content;
    z-index: 1;
}

.admin-c-drpdwn.active .admin-c-drpdwn-visible,
.offersModal-container .content span {
    display: block;
}

.admin-c-drpdwn p {
    width: 130px;
    justify-content: center;
    border: none;
    margin: 0;
}

.admin-c-drpdwn .admin-c-drpdwn-visible button.approve.payment_status_button,
.admin-user .cashout-req ul li button.rej.reject_reson_text {
    margin-bottom: 10px;
}

.admin-cashout-payment .modal-dialog,
.user-infomodal .modal-dialog {
    max-width: 650px;
    top: 50%;
    transform: translateY(-50%) !important;
}

.user-infomodal .modal-content {
    height: 50vh;
    overflow-y: scroll;
}

.user-infomodal .modal-content::-webkit-scrollbar {
    width: 3px;
}

.user-infomodal .modal-content::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.user-infomodal .modal-content::-webkit-scrollbar-thumb {
    background-color: #2ecc71;
    outline: slategrey solid 1px;
}

.admin-user .cashout-req ul li p {
    margin: 0;
    user-select: none;
}

.admin-user .cashout-req ul li .cash-request-left {
    flex-basis: 30%;
}

.admin-user .cashout-req ul li .user_details_show {
    flex-basis: 10%;
    text-align: center;
}

.user_details_show + p {
    flex-basis: 20%;
}

.cash-request-right.admin-cashout.admin-c-drpdwn {
    flex-grow: 1;
    text-align: end;
}

.admin-setting .setting-list-right form {
    display: flex;
    gap: 10px;
}

.app-sidebar .scrollbar-sidebar {
    overflow-y: auto;
}

.app-sidebar .scrollbar-sidebar::-webkit-scrollbar {
    width: 3px;
}

.app-sidebar .scrollbar-sidebar::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.app-sidebar .scrollbar-sidebar::-webkit-scrollbar-thumb {
    background-color: #2ecc71;
    outline: slategrey solid 1px;
}

img.metismenu-icon.todo-icon {
    height: 26px;
}

.todo-bar .cash-req-t-wrap .select-bx a {
    width: 109px;
    justify-content: center;
    border: none;
}

.help-msg-log button.btn.btn-primary.msgListData {
    background: #2ecc71;
    border-radius: 17px;
    width: 109px;
    height: 33px;
    text-align: center;
    font-family: Roboto, sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0;
    color: #fff;
}

.user-infomodal {
    z-index: 10;
}

.profile-wrap-center {
    width: fit-content;
    margin: auto;
    position: relative;
}

.profile-wrap-center .upload-wrap {
    margin: 0;
    position: absolute;
    bottom: 10px;
    right: 0;
}

.profile-wrap-center .uploadFile,
.user-change-profile .uploadFile {
    position: absolute;
    opacity: 0;
    width: 19px;
    height: 20px;
    top: 0;
    left: 0;
    padding: 0;
}

.profile-wrap-center .upload-wrap img,
.user-change-profile .upload-wrap {
    width: 20px;
}

.admin-user-edit .profile_image img {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
}

.admin-user .cashout-req table form,
.offer-list-table td.survey-table-action form,
.survey-list-table td.survey-table-action form {
    display: inline-block;
}

.admin-user .cashout-req table form button {
    width: auto;
    padding: 6px;
}

.admin-upload-wrap {
    margin: 10px 0 0;
    position: relative;
    bottom: 10px;
    right: 0;
}

.admin-upload-wrap img {
    width: 40px;
}

.admin-upload-wrap .uploadFile {
    position: absolute;
    opacity: 0;
    width: 39px;
    height: 22px;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
}

.table thead th {
    min-width: 130px;
}

.table td,
.table th {
    overflow-wrap: break-word;
    text-wrap: wrap;
    word-break: break-all;
}

.user-change-profile .upload-wrap {
    margin: 0;
    position: relative;
    bottom: 10px;
    right: 0;
}

.user-change-profile .profile_image {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
}

.user-change-profile .profile_image img {
    height: 100px;
    width: 100px;
    object-fit: cover;
    object-position: center;
}

@keyframes slide {
    0% {
        transform: translate(-250px, 0);
    }

    100% {
        transform: translate(250px, 0);
    }
}

.vertical-nav-menu li a {
    line-height: 21.5px;
}

.vertical-nav-menu {
    padding-top: 20px;
}

.app-main__outer .share-link-wrap .copy a:active::before,
.app-main__outer .share-link-wrap .copy button:active::before {
    content: "link copied";
    width: 100%;
    height: 22px;
    background: #816f6f;
    z-index: 999;
    position: absolute;
    top: -25px;
    left: 0;
    border-radius: 8px;
    font-size: 13px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.form-control {
    box-shadow: none !important;
}

.survey-list-table .btn.btn-primary {
    padding: 5px 15px;
}

.offer-list-table td.survey-table-action button,
.survey-list-table td.survey-table-action button {
    padding: 6px 12px 6px 0;
}

.survey-edit-question h2 {
    font-size: 27px !important;
    padding-bottom: 18px;
    border-bottom: 1px solid #a9c3de;
}

.survey-edit-question .survey-action button {
    display: inline-block !important;
    width: auto !important;
    padding: 6px;
}

.survey-edit-question .survey-action button.survey-action-edit {
    border: 0;
    background: 0 0;
}

.admin-user .cashout-req ul li .cash-request-right {
    display: flex;
}

.admin-user .cashout-req .cash-request-right ul li:first-child {
    margin-right: 8px;
}

ul.user_list button.dropdown-item {
    padding: 10px 0;
}

ul.user_list button.dropdown-item:hover {
    background-color: transparent;
}

#reject_reson_text_modal .modal-dialog {
    top: 70px;
}

.support-message-table button.msgListData {
    width: auto !important;
    height: auto !important;
}

.payment-method-bank img,
.payment-method-bank.pay-icon img {
    width: 105px;
}

.payment-method-bank.cash-icon img {
    width: 120px;
}

.payment-method-bank.bank-icon img {
    width: 50px;
}

.payment-method-bank.btc-icon img {
    width: 52px;
}

.admin-user .cashout-req ul li .point-show-middle {
    text-align: center;
    flex-basis: 45%;
    margin: auto;
    border-bottom: 0;
}

.admin-user .cashout-req ul li .point-show-middle li {
    position: relative;
    border-bottom: 0;
}

.admin-user .cashout-req ul li .point-show-middle ul {
    display: flex;
    gap: 20px;
}

.admin-user .cashout-req ul li .point-show-middle li:after {
    position: absolute;
    content: "|";
    right: -12px;
    top: 6px;
    color: #b7e3ca;
    font-size: 19px;
}

.cus-padg {
    padding-right: 0 !important;
}

.cus-padg:last-child {
    padding-right: 15px !important;
}

.Sign-up-container h2,
.login-container h2 {
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    margin: 20px 0 15px;
}

.Sign-up-container p,
.login-container p {
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: #495057;
}

.payment .payment-history .pay-list .admin-cashout {
    display: flex;
    flex-direction: column;
    gap: 5px;
    line-height: normal;
}

.payment .payment-history .pay-list .admin-cashout > span {
    min-height: 35px;
}

.Total-signup-user {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.Total-signup-user .Total-users h2 {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0;
    color: #34495e;
    margin: 0;
    text-align: center;
}

.goog-te-combo,
button#offer_close span {
    font-size: 16px;
}

.Total-signup-user .count {
    font-size: 36px;
    font-weight: 700;
    color: #333;
    margin: 0;
}

.Total-signup-user .description {
    color: #666;
    margin: 5px 0 0;
}

.modal.fade.offersModal-container .modal-dialog {
    transform: translate(-510px, -30px);
}

.modal.show.offersModal-container .modal-dialog {
    transform: none;
    margin: 0;
}

.modal.show.offersModal-container .modal-content {
    height: 100vh;
}

.offersModal-container .offer-profile {
    position: relative;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    margin-right: 10px;
}

.offersModal-container .offer-profile > img {
    border-radius: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.offersModal-container .offer-profile span {
    position: absolute;
    bottom: 0;
    right: 0;
}

.offersModal-container .offer-profile span > img {
    width: 16px;
}

.offersModal-container .accordion-item {
    background: 0 0;
    border: none;
}

.offersModal-container .nav-pills .nav-link.active {
    background: #2ecc71;
}

.offersModal-container .accordion-body {
    padding: 10px 0 0;
}

.offersModal-container .accordion-button:not(.collapsed) {
    background: 0 0;
}

.offersModal-container .accordion-button::after {
    background-size: 13px;
    background-position: 3px 3px;
    margin-left: 10px;
}

.offersModal-container .accordion-button:focus {
    border: none !important;
    box-shadow: none !important;
}

.offersModal-container .nav.nav-pills {
    background: #333;
    padding: 6px 10px;
    border-radius: 7px;
}

.offersModal-container .tab-content li {
    list-style: none;
    display: flex;
    align-items: center;
    padding-bottom: 8px;
}

.offersModal-container .tab-content li img {
    width: 17px;
    margin-right: 10px;
}

.offersModal-container button.ofr-click {
    background: #fff;
    border-radius: 17px;
    width: auto;
    height: auto;
    text-align: center;
    font-family: Roboto, sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0;
    color: #2ecc71;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border: none;
    padding: 4px 22px;
    margin-left: auto;
}

ul.paylist .pay-des,
ul.paylist .pay-des span {
    color: #fff !important;
}

.offersModal-container button.btn-close {
    margin-left: 0;
}

.offersModal-container form.offer_form_click {
    margin-left: auto;
}

@media (max-width: 1100px) {
    .admin-user .cashout-req ul li {
        flex-wrap: nowrap;
    }

    .admin-cashout .cash-request-left span.price {
        margin-left: 5px;
        display: flex;
        width: 70px;
    }

    .admin-cashout .admin-c-drpdwn p {
        width: 120px;
    }

    .admin-user.admin-cashout .cashout-req ul li {
        justify-content: space-between;
    }

    .admin-user .cashout-req ul li .cash-request-right.admin-c-drpdwn::before {
        right: 5px;
    }
}

@media (max-width: 991px) {
    .admin-user .cashout-req ul li .user_details_show {
        margin-left: 15px;
        margin-right: 15px;
    }

    .cus-padg {
        padding-right: 15px !important;
    }
}

.cash-request-right.admin-cashout.admin-c-drpdwn {
    flex-grow: 0;
}

.admin-c-drpdwn::before {
    right: 7px;
}

.single-cust-offer {
    padding-left: 0 !important;
    margin-top: 0 !important;
}

button#offer_close {
    margin-bottom: 0 !important;
    width: 40px;
    height: 40px;
    line-height: 14px;
    border-radius: 50px;
    text-align: center;
    position: relative;
    top: 12px;
    z-index: 999;
}

ul.paylist {
    flex-wrap: wrap;
}

.login-sec-main,
.payment.offer-zone .payment-history ul.offer-not-found {
    justify-content: center;
}

ul.paylist li {
    width: 23.5% !important;
    padding: 40px 10px !important;
    position: relative;
    height: 175px;
}

ul.paylist li:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    border-radius: 40px;
}

ul.paylist li .admin-cashout a.approve {
    width: auto !important;
    padding: 3px 14px;
    font-size: 14px;
    height: 28px;
}

ul.paylist .pay-des {
    position: absolute;
    top: 10px;
    left: 20px;
}

ul.paylist .admin-cashout {
    position: absolute;
    bottom: 12px;
    right: 15px;
}

#promoShowModal .modal-dialog {
    max-width: 40vw;
}

#promoShowModal .modal-dialog h4 {
    margin: 30px 0;
}

#promoShowModal .modal-dialog .modal-body img {
    max-width: 244px;
    height: auto;
    margin: auto;
    display: table;
}

#editNewPromptModal .modal-body {
    padding: 5px 0px 15px !important;
}

@media (max-width: 1599px) {
    ul.paylist li {
        height: 125px;
    }
}

@media (max-width: 767px) {
    .add_pay-mth {
        margin-top: 20px;
    }
    iframe#single_offer_iframe {
        height: 900px !important;
    }

    .payment .payment-history {
        padding: 30px 15px;
    }

    .payment .payment-history .pay-list {
        padding: 18px 10px;
    }

    ul.paylist li {
        width: 48.5% !important;
        background-position: center center;
    }

    .cus-padg {
        padding-right: 15px !important;
    }
}

.mobile-app-header {
    display: none;
    padding: 17px 15px 22px;
    background: #fff;
    width: 100vw;
    bottom: 0;
    position: fixed;
    z-index: 9;
}

.mobile-app-header ul {
    padding: 0;
    margin: 0 0 -18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mobile-app-header ul li img.m-resize {
    max-width: 22px;
}
.mobile-app-header ul li a img {
    margin-bottom: 5px;
}
.mobile-app-header ul li a {
    color: #636b75;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.mobile-app-header ul li.m-b-resize img {
    max-width: 80px;
}

.mobile-app-header ul li.m-b-resize {
    margin-top: -55px;
}
.mobile-app-header ul li .active-m {
    display: none;
}
.mobile-app-header ul li.mm-active .m-resize {
    display: none;
}
.mobile-app-header ul li.mm-active a {
    color: #000;
}
.mobile-app-header ul li.mm-active .active-m {
    display: block;
}
.-todo-text-mob h5 {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0;
    color: #000;
    margin-top: 10px;
}

.modal-body.cash-popup-wrap {
    display: flex;
    flex-direction: column;
}

label#payment_type-error {
    position: absolute;
    top: 0;
    transform: translateY(188px);
    left: 0;
    color: red;
}

.modal-body.cash-popup-wrap .modal-footer {
    margin-top: 20px;
}

.modal.fade.offersModal-container.show {
    background: #000000a1;
}

.VIpgJd-ZVi9od-ORHb-OEVmcd {
    top: -39px !important;
}

.VIpgJd-ZVi9od-l4eHX-hSRGPd {
    display: none !important;
}

.goog-te-combo {
    padding: 8px 4px;
    background: 0 0;
    border: 1px solid #8a8a8a;
    border-radius: 4px;
}

.skiptranslate.goog-te-gadget {
    color: transparent;
    visibility: hidden;
}

.skiptranslate.goog-te-gadget > * {
    color: inherit !important;
    visibility: visible;
}

.lang-text-ay .vertical-nav-menu li a {
    font-size: 14px;
}

.lang-text-eu .vertical-nav-menu li a {
    font-size: 15px;
}

.lang-text-bho .vertical-nav-menu li a {
    font-size: 13px;
    text-indent: 26px;
}

.lang-text-bg .vertical-nav-menu li a {
    font-size: 16px;
    text-indent: 26px;
}

.lang-text-ee .vertical-nav-menu li a {
    font-size: 15px;
    text-indent: 26px;
}

.lang-text-ka .vertical-nav-menu li a {
    font-size: 14px;
    text-indent: 24px;
}

.admin-mt {
    margin-top: 40px;
}
.share-container {
    background: #fff;
    box-shadow: 0 0px 12px rgb(191 191 191 / 10%);
    border-radius: 16px;
    padding: 25px 20px;
    transition: 0.5s;
    margin: 10px 0px;
}
.share-container h4 {
    font-size: 22px;
    font-weight: 700;
    color: #1a1f37;
}
.share-container .sh-bx {
    display: flex;
    align-items: center;
    padding: 20px 0px;
    border-bottom: 1px solid #ecf0f8;
}
.share-container .sh-bx .icon {
    flex: 0 0 30%;
}
.share-container .sh-bx .txt {
    flex: 0 0 25%;
    padding: 0 50px;
}
.share-container .sh-bx .cli-me {
    flex: 0 0 20%;
    padding: 0px 5px;
    display: flex;
    justify-content: flex-end;
}
.share-container .sh-bx .txt.amount {
    color: #1bc16a;
    font-size: 17px;
    font-weight: 700;
}
.share-container .sh-bx .icon img {
    max-width: 50px;
    width: 100%;
}

.share-container .sh-bx .txt strong {
    display: block;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0;
    color: #34495e;
}

.share-container .sh-bx .txt small {
    display: block;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    color: #34495e;
}

.share-container .sh-bx .cli-me button {
    border: none;
    outline: 0;
    background: #27af61;
    color: #fff;
    padding: 8px 30px;
    border-radius: 10px;
    font-size: 17px;
    letter-spacing: 1px;
}

.share-container-sub .sub-bx .tb {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0px;
    border-bottom: 1px solid #ecf0f8;
}

.share-container-sub .sub-bx .tb .logo-wrap,
.share-container-sub
    .sub-bx
    .tb
    button
    .share-container-sub
    .sub-bx
    .tb
    .logo-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
}

.share-container-sub .sub-bx .logo img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.share-container-sub .sub-bx .tb small {
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0;
    color: #1a1f37;
}

.share-container-sub .sub-bx .bb {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0px;
}

.share-container-sub .sub-bx .bb p {
    margin-bottom: 0;
    font-size: 17px;
    color: #636b75;
}

.share-container-sub .sub-bx .logo::after {
    content: "";
    background-image: url("../images/verify-new.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 16px;
    height: 16px;
    position: absolute;
    bottom: -1px;
    right: 0;
}

.share-container-sub .sub-bx {
    background: #fff;
    box-shadow: 0 0px 12px rgb(191 191 191 / 10%);
    border-radius: 16px;
    padding: 15px 20px;
    transition: 0.5s;
}

.share-container-sub .sub-bx .tb button {
    border: none;
    outline: 0;
    background: transparent;
    color: #27af61;
    padding: 3px 8px;
    border-radius: 10px;
}
.share-container-sub .sub-bx .tb .post_amt {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 0px;
    color: #636b75;
    display: flex;
    align-items: center;
    gap: 5px;
}
.share-container-sub .sub-bx .tb .post_amt span {
    color: #27af61;
}
.share-container-sub .sub-bx .bb button {
    font-size: 17px;
    font-weight: 600;
    border: none;
    background: #27af61;
    color: #fff;
    padding: 8px 25px;
    border-radius: 10px;
}

.share-container-sub .sub-bx .bb button i {
    margin-left: 10px;
}
.surv .modal.submit-post .modal-dialog {
    max-width: 510px;
    margin: 0;
    height: 100vh;
    background-color: #fff;
}

.modal.submit-post .modal-dialog .modal-content {
    min-height: calc(100% - 1px);
}

.modal.submit-post .modal-header {
    align-items: center;
    padding: 10px 15px;
}

.modal.submit-post .modal-header .btn-close {
    background-color: #fff;
    border-radius: 20px;
}

.modal.submit-post .modal-header p span {
    color: #000;
    font-weight: 600;
}

.modal.submit-post .modal-header p strong {
    color: #3f3b3b;
    font-size: 14px;
    font-weight: 500;
}

.modal.submit-post .modal-header p small {
    font-weight: 700;
    font-size: 14px;
    text-transform: capitalize;
}

.modal.submit-post .content strong {
    background: #2ecc71;
    color: #fff;
    display: inline-block;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 50px;
    min-height: 50px;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 35px;
    position: relative;
}

.modal.submit-post .content .in-wrp {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 0px;
}

.modal.submit-post .content .in-wrp textarea {
    flex-grow: 1;
    resize: none;
    min-height: 70px;
    margin-right: 10px;
    padding: 15px;
}

.modal.submit-post .content .in-wrp textarea::placeholder {
    color: #000;
    font-size: 16px;
}

.modal.submit-post .content .in-wrp .copy {
    border: none;
    font-size: 20px;
    background: #f4f6f9;
    cursor: pointer;
    height: 78px;
    display: flex;
    align-items: center;
    width: 28px;
    color: #27af61;
}

.modal.submit-post .content .s-post .submit-post {
    background: #2ecc71;
    border: none;
    outline: 0;
    color: #fff;
    padding: 10px 15px;
    border-radius: 55px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 16px;
}

.modal.submit-post .content .submit-post {
    background: #2ecc71;
    border: none;
    outline: 0;
    padding: 8px 12px;
    color: #fff;
    font-size: 16px;
    border-radius: 8px;
    width: 100%;
}

.modal.submit-post .modal-footer button.btn i {
    background: #ffffff45;
    width: 30px;
    border-radius: 40px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
}

.modal.submit-post .modal-footer button.btn {
    padding: 8px 16px;
    border-radius: 8px;
    background-color: red;
}

.modal.fade .modal-dialog {
    transform: translate(-100%, 0);
}

.modal.show .modal-dialog {
    transform: none;
    box-shadow: none;
}

.login-sec-main {
    display: flex;
    align-items: center;
    min-height: 100vh;
    padding: 25px 0px;
    background: linear-gradient(72deg, rgba(17, 103, 55, 1) 0%, rgba(39, 175, 97, 1) 49%, rgba(38, 175, 96, 1) 86%);
    overflow-x: hidden;
}

.login-sec-main .login-container-bx {
    position: relative;
    /* width: 256px;
    height: 256px; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.login-container-bx .form_panel-header {
    width: 700px;
    display: flex;
    margin-bottom: 50px;
     justify-content: space-between;
     align-items: center;
}

.login-container-bx .form_panel-header .app-logo {
    background: #fff;
    padding: 25px;
    width: 35%;
    border-radius: 0px 100px 100px 0px;
}
.login-container-bx .form_panel-header .app-logo img{
    max-width: 100%;
    height: auto;
}
.login-container-bx .form_panel-header .form_mode-title {
    text-align: right;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
}
.login-container-bx .form_panel-header .form_mode-title h2 {  
   color: #fff;
   font-size: 30px;
   font-weight: 700;
   text-align: right;
}
.login-container-bx .form_panel-header .form_mode-title p{
    color: #fff;
    font-size: 16px;
}
.dot-spinner,
.full-w-loader {
    align-items: center;
    display: flex;
}

.login-sec-main .login-container-bx span {
    position: absolute;
    left: 0;
    width: 32px;
    height: 6px;
    background: #2c4766;
    border-radius: 8px;
    transform-origin: 128px;
    transform: scale(2.2) rotate(calc(var(--i) * (360deg / 50)));
    animation: 3s linear infinite animateBlink;
    animation-delay: calc(var(--i) * (3s / 50));
}

@keyframes animateBlink {
    0% {
        /* background: #0ef; */
        background: #2ecc71;
    }

    25% {
        background: #2c4766;
    }
}

.login-sec-main .login-box {
   
    width: 450px;
    padding: 0 15px;
}

.login-sec-main .login-box input::placeholder{
    color: #ccc;
}

.login-sec-main .login-box form {
    width: 100%;
    padding: 0 0px;
}

.login-sec-main h2 {
    font-size: 22px;
    /* color: #0ef; */
    color: #2ecc71;
    text-align: center;
}

.login-sec-main .input-box {
    position: relative;
    margin: 0 0 20px;
}

.login-sec-main .input-box input {
    width: 100%;
    height:56px;
    background: 0 0;
    border: 2px solid #fff;
    background: #fff;
    outline: 0;
    border-radius: 10px;
    font-size: 1.35em;
    /* color: #fff; */
    color: #111;
    padding: 0 20px 0px 58px;
    transition: 0.5s;
}




.login-sec-main .input-box label {  
    font-size: 1.35em;
    color: #fff;
    pointer-events: none;
    transition: 0.5s;
}
.login-sec-main .input-box .user_form-control {
    width: 100%;
    position: relative;
    height: 56px;
    border-radius: 10px;
    overflow: hidden;
}
.input-box .user_form-control .field_icon {
    height: 56px;
    width: 50px;
    border-radius: 0px;
    background: #f1ededcc !important;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
}
.input-box .user_form-control .field_icon svg{
   width: 16px;
}
.login-sec-main .input-box input:focus ~ label,
.login-sec-main .input-box input:valid ~ label {
    top: 1px;
    font-size: 0.8em;
    /* background: #1f293a; */
    background: #ffff;
    padding: 0 6px;
    /* color: #0ef */
    color: #2ecc71;
}

.login-sec-main .forgot-pass {
    margin: 20px 0px 0 0;
    text-align: center;
}

.login-sec-main .forgot-pass a {
    font-size: 1.1em;
    /* color: #fff; */
    color: #fff;
    text-decoration: none;
}

.login-sec-main .forgot-pass a:hover,
.login-sec-main .signup-link a:hover {
    text-decoration: underline;
}

.login-sec-main .btn, .login-sec-main .btn:active {
    width: 100%;
    height:56px;    
    background: #f9a825;
    border: none;
    outline: 0;
    border-radius: 10px;
    cursor: pointer;
    font-size: 1.35em;
    color: #fff;
    font-weight: 600;
    margin-top: 20px;
}

.login-sec-main .signup-link {
    margin: 8px 0 0;
    text-align: center;
    font-size: 1em;
}
.login-sec-main .signup-link p{
    font-size: 1rem;
    color: #fff;
}
.login-sec-main .signup-link a {
    font-size: 1em;
    /* color: #0ef; */
    color: #f9a825;
    text-decoration: none;
    font-weight: 800;
}

.login-sec-main p {
    /* color: #fff; */
    color: #2ecc71;
    font-size: 0.75rem;
}

.login-sec-main .input-box.password-bx small {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    cursor: pointer;
}

.login-sec-main .input-box .form-select {
    width: 100%;
    height: 56px;
    background: 0 0;
    border: 2px solid #fff;
    background: url(../images/select-down-arrow.svg) #fff no-repeat;
    outline: 0;
    background-size: 14px;
    border-radius: 10px;
    font-size: 1.35em;   
    color: #111;
    padding: 0 20px;
    transition: 0.5s;
    background-position: 98%;
   
}

.login-sec-main .input-box b.form_error {
    position: absolute;
    left: 0;
    bottom: -22px;
    font-weight: 400;
    font-size: 12px;
}

.login-sec-main form > b {
    display: block;
    text-align: center;
}

.login-sec-main .login-box > p {
    text-align: center;
    max-width: 200px;
    margin: 0 auto 8px;
}

.full-w-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #000000ed;
    justify-content: center;
    z-index: 100;
}

.dot-spinner {
    --uib-size: 2.8rem;
    --uib-speed: 0.9s;
    --uib-color: #2bc06b;
    position: relative;
    justify-content: flex-start;
    height: var(--uib-size);
    width: var(--uib-size);
}

.dot-spinner__dot {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
    width: 100%;
}

.dot-spinner__dot::before {
    content: "";
    height: 20%;
    width: 20%;
    border-radius: 50%;
    background-color: var(--uib-color);
    transform: scale(0);
    opacity: 0.5;
    animation: pulse0112 calc(var(--uib-speed) * 1.111) ease-in-out infinite;
    box-shadow: 0 0 20px rgba(18, 31, 53, 0.3);
}

.dot-spinner__dot:nth-child(2) {
    transform: rotate(45deg);
}

.dot-spinner__dot:nth-child(2)::before {
    animation-delay: calc(var(--uib-speed) * -0.875);
}

.dot-spinner__dot:nth-child(3) {
    transform: rotate(90deg);
}

.dot-spinner__dot:nth-child(3)::before {
    animation-delay: calc(var(--uib-speed) * -0.75);
}

.dot-spinner__dot:nth-child(4) {
    transform: rotate(135deg);
}

.dot-spinner__dot:nth-child(4)::before {
    animation-delay: calc(var(--uib-speed) * -0.625);
}

.dot-spinner__dot:nth-child(5) {
    transform: rotate(180deg);
}

.dot-spinner__dot:nth-child(5)::before {
    animation-delay: calc(var(--uib-speed) * -0.5);
}

.dot-spinner__dot:nth-child(6) {
    transform: rotate(225deg);
}

.dot-spinner__dot:nth-child(6)::before {
    animation-delay: calc(var(--uib-speed) * -0.375);
}

.dot-spinner__dot:nth-child(7) {
    transform: rotate(270deg);
}

.dot-spinner__dot:nth-child(7)::before {
    animation-delay: calc(var(--uib-speed) * -0.25);
}

.dot-spinner__dot:nth-child(8) {
    transform: rotate(315deg);
}

.dot-spinner__dot:nth-child(8)::before {
    animation-delay: calc(var(--uib-speed) * -0.125);
}

@keyframes pulse0112 {
    0%,
    100% {
        transform: scale(0);
        opacity: 0.5;
    }

    50% {
        transform: scale(1);
        opacity: 1;
    }
}


@keyframes slideUpmod {
    from {
        transform: translateY(100%);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}


.modal.addModalScreen.slide-up .modal-dialog {
    animation: slideUpmod 0.4s ease-out;
}
.addModalScreen .modal-content {
    border-radius: 30px 30px 0px 0px;
}
.addModalScreen .modal-body {
    padding: 2rem !important;
    text-align: center;
}
.addModalScreen  .modal-header {
   background: transparent !important;
   border: 0px !important;
} 
.addModalScreen .modal-body .icon_pop{
    width: 50px;
    height: 50px;
    display: block;
    background: #27af61;
    color: #fff;
    /* padding: 15px; */
    line-height: 50px;
    border-radius: 10px;
    font-size: 20px;
    margin: 0px auto 20px;
}
.addModalScreen .modal-body .title{
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 20px;
}

.addModalScreen .modal-body p{
    font-size: 18px;
}

/*-------Promo page---------*/

.shadow-padd {
    box-shadow: 1.2px 1.2px 5px 0px rgba(0, 0, 0, 0.05);
    background-color: #fff;
    border-radius: 16px;
    padding: 22px;
    margin-bottom: 25px;
}
.page-box-title {
    font-size: 22px;
    font-weight: 700;
    line-height: 28px;
    color: #1a1f37;
    margin-bottom: 0;
    padding-bottom: 14px;
}
.sharable-content p,
.post-coent-sec p {
    font-size: 17px;
    font-weight: 600;
    line-height: 17px;
    color: #636b75;
    padding-bottom: 15px;
    margin-bottom: 0;
}
.step-content h6 {
    font-size: 17px;
    font-weight: 700;
    line-height: 23px;
    color: #1a1f37;
    padding-bottom: 12px;
    margin-bottom: 0;
    padding-top: 25px;
}
.step-content ol {
    margin-bottom: 0;
}
.step-content ol li {
    font-size: 17px;
    font-weight: 600;
    line-height: 24px;
    color: #636b75;
    padding-bottom: 6px;
}
.post-cont-img {
    border-radius: 6px;
    width: 100%;
    margin-top: 20px;
}
.post-content-wrap > .row > .col-6:first-of-type .post-cont-img,
.post-content-wrap > .row > .col-6:nth-of-type(2) .post-cont-img {
    margin-top: 15px;
}
.post-content-wrap .row .col-6 {
    padding-left: 10px;
    padding-right: 10px;
}

.payment_data-row {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
}
.payment_data-row .data-col {
    padding: 15px;
    background: #fff;
    border-radius: 10px;
    text-align: center;
}

.payment_data-row .data-col p{
    margin-bottom: 0px;
    font-size: 22px;
    font-weight: 700;
    color: #27af61;
}
.payment_data-row .data-col p span{
    display: block;
    font-size: 16px;
    margin-bottom: 15px;
    color: #111111;
}
.transaction_data {
    display: flex;
    align-items: center;
    margin: 10px 0px;
    background: #fff;
    border-radius: 10px;
    padding: 15px;
}
.transaction_data p{
    margin-bottom: 0px;
}
.transaction_data .new_click {
  color: #111;
  font-weight: 600;
  font-size: 16px;
}
.transaction_data .new_click span{
    display: block;
    font-size: 14px;
    color: #333;
}
.transaction_data .value_display {
    margin-left: auto;
    font-size: 18px;
    font-weight: 700;
    color: #27af61;
}
/*------offer page------*/
.offer-img img {
    max-width: 60px;
    border-radius: 5px;
}
.offer-title h5 {
    font-size: 17px;
    font-weight: 700;
    line-height: 22px;
    color: #1a1f37;
    margin-bottom: 0;
    display: -webkit-box;
  -webkit-line-clamp: 2; /* Limits to 2 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.offer-content {
    padding: 5px 0 32px;
    display: flex;
    gap: 15px;
    align-items: center;
    flex-wrap: nowrap;
}
.earn-cont {
    padding: 12px 16px;
    border: 1px solid #27af61;
    border-radius: 25px;
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    /* flex-wrap: wrap; */
    flex-direction: row;
    min-width: 135px;
    gap: 10px;
}
.offer-ftr a {
    font-size: 17px;
    font-weight: 600;
    line-height: 17px;
    color: #fff;
    background-color: #27af61;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
}
.offer-ftr {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
}
.earn-cont p {
    margin-bottom: 0;
    font-size: 17px;
    font-weight: 600;
    line-height: 17px;
    color: #1a1f37;
}
.earn-cont h6 {
    font-weight: 700;
    color: #27af61;
    margin-bottom: 0;
}
.offer-box {
    margin-bottom: 25px;
}
/*---share page modal-----*/
.offer-submit-post .modal-dialog {
    max-width: 500px;
    margin: 0 !important;
    height: 100vh;
    background: #f3f6fd;
}
.modal.offer-submit-post .modal-dialog .modal-content {
    min-height: auto !important;
    border: none !important;
}
.offer-submit-post .modal-dialog .modal-content,
.offer-submit-post .modal-footer {
    background: #f3f6fd;
}
.offer-submit-post .modal-footer {
    border-top: none !important;
}
.offer-submit-post .modal-body {
    padding-top: 0;
}
.offer-submit-post .modal-content .modal-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    color: #1a1f37;
}
.offer-submit-post .share_point {
    font-size: 17px;
    font-weight: 600;
    line-height: 17px;
    color: #636b75;
}
.offer-submit-post .share_point strong {
    color: #27af61 !important;
    font-size: 16px !important;
    font-weight: 600 !important;
}
.modal.offer-submit-post .modal-header {
    border-bottom: 1px solid #e3e7ee;
    padding: 35px 15px;
    background-color: transparent;
}
.offer-submit-post .btn-close {
    padding: 12px;
}
.offer-submit-post .step-cont {
    background: #fff;
    padding: 20px;
    border-radius: 16px;
    box-shadow: 1.2px 1.2px 5px 0px #0000000d;
    margin: 20px 0;
}
.step-box-wrap {
    display: flex;
    gap: 25px;
    align-items: flex-start;
    position: relative;
}
.offer-submit-post .step-box-wrap::before {
    content: "";
    width: 1px;
    height: 100%;
    background-color: #e3e7ee;
    position: absolute;
    left: 25px;
    z-index: 0;
}
.offer-submit-post .step-box-wrap:last-of-type::before {
    height: 33%;
}
.offer-submit-post textarea.share_copy_text {
    background: #f4f6f9;
    border: none;
    outline: none;
    font-size: 16px;
    font-weight: 600;
    line-height: 21px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    height: 78px !important;
    margin-right: 0px !important;
    padding: 10px 14px !important;
    margin-top: 15px;
}
.offer-submit-post .step-cont p {
    font-size: 16px;
    font-weight: 600;
    line-height: 21px;
    margin-bottom: 0;
    color: #636b75;
}
.offer-submit-post .content .in-wrp .copy {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}
.share_copy_text::-webkit-scrollbar-track {
    border-radius: 0px;
    background-color: #fff;
}

.share_copy_text::-webkit-scrollbar {
    width: 0px;
    background-color: #f9f9f9;
}
.share_copy_text::-webkit-scrollbar-thumb {
    border-radius: 0px;
    background-color: #f9f9f9;
}
.offer-submit-post #user_submit_link {
    margin-top: 15px;
    background-color: #f4f6f9;
    font-size: 16px;
    font-weight: 600;
    line-height: 23px;
    padding: 10px 14px !important;
}

.password-wrapper {
    position: relative;
}
.toggle-password {
    position: absolute;
    top: 35%;
    right: 10px;
    transform: translateY(-50%);
    cursor: pointer;
}
.toggle-password img {
    width: 20px;
    height: 20px;
}

.survey-btn {
    background: #27af61 !important;
    color: #fff !important;
}

.custom-wrapper-class {
    width: 100% !important;
}

/* floating chat assistant */
/* Floating Chat Button */
.float-chat-btn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background: #27af61;
    color: white;
    padding: 25px 30px;
    border-radius: 50%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    font-size: 20px;
    cursor: pointer;
    border: 4px solid #ffffff;
    z-index: 999;
    transition: background-color 0.3s, transform 0.3s;
}

.float-chat-btn:hover {
    background: #1d8e4e;
    transform: scale(1.1);
}

.float-chat-btn .float-chat-icon {
    display: inline-block;
    text-align: center;
    line-height: 34px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.5rem;
    transition: color 0.3s;
}

.float-chat-btn .float-chat-icon img {
    width: 32px;
    height: 32px;
}

/* Chat Box */
.float-chat-container {
    display: none;
    position: fixed;
    bottom: 100px;
    right: 30px;
    width: 350px;
    max-width: 100%;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    z-index: 999;
}

.float-chat-header {
    background: #27af61;
    color: white;
    padding: 15px;
    font-size: 18px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    text-align: center;
}

.float-chat-box {
    padding: 15px;
    height: 400px;
    overflow-y: auto;
    background: #f1f1f1;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.float-message {
    margin-bottom: 15px;
    display: flex;
}

.float-message.float-sent {
    justify-content: flex-end;
}

.float-message.float-received {
    justify-content: flex-start;
}

.float-message p {
    padding: 10px;
    border-radius: 15px;
    max-width: 70%;
    word-wrap: break-word;
    font-size: 14px;
}

.float-sent p {
    background: #27af61;
    color: white;
    border-bottom-right-radius: 0;
}

.float-received p {
    background: #e9ecef;
    color: #333;
    border-bottom-left-radius: 0;
}

.float-chat-input {
    padding: 10px;
    background: #fff;
    display: flex;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.float-chat-input input {
    flex-grow: 1;
    margin-right: 10px;
}

.float-chat-input button {
    background: #27af61;
    color: white;
    border: none;
}

/* Close Button Styles */
.float-close-chat-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    background: transparent;
    border: none;
    color: white;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    transition: color 0.3s;
}

.float-close-chat-btn:hover {
    color: #d9534f;
}

/* Loader Styles */
.float-chat-loader {
    display: inline-block;
    text-align: center;
    margin-top: 15px;
}

.float-chat-loader span {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0 3px;
    background: #27af61;
    border-radius: 50%;
    animation: loading 1s infinite;
}

.float-chat-loader span:nth-child(2) {
    animation-delay: 0.2s;
}

.float-chat-loader span:nth-child(3) {
    animation-delay: 0.4s;
}

@keyframes loading {
    0%,
    80%,
    100% {
        opacity: 0;
        transform: scale(0);
    }

    40% {
        opacity: 1;
        transform: scale(1);
    }
}
/* end floating chat assistant */

/* chat page */
/* .chat-section {
    background-color: #f8f9fa;
} */

.chat-container {
    /* max-width: 700px; */
    width: 100%;
    margin: 30px auto 0px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.chat-header {
    background: #27af61;
    color: white;
    padding: 15px;
    font-size: 18px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.chat-box {
    padding: 35px 15px 15px 15px;
    height: calc(100vh - 230px);
    overflow-y: scroll;
    background: #fff;
    border-radius: 25px;
}

.chat-profile-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px; /* Spacing between icon and text */
}

.message.sent .chat-profile-icon {
    order: 1; /* Move the icon to the right for sent messages */
    margin-left: 10px;
    margin-right: 0;
}

.message.received .chat-profile-icon {
    order: 0; /* Keep the icon to the left for received messages */
}

.message {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.message.sent {
    justify-content: flex-end;
}

.message.received {
    justify-content: flex-start;
}

.message p {
    padding: 10px;
    border-radius: 15px;
    max-width: 70%;
    word-wrap: break-word;
}

.sent p {
    background: #27af61;
    color: white;
    border-bottom-right-radius: 0;
}

.received p {
    background: #e9ecef;
    color: #333;
    border-bottom-left-radius: 0;
}

.chat-input {
    padding: 10px;
    background: #fff;
    display: flex;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.chat-input .chat_input-inner {
    background: #f3f3f3;
    padding: 10px;
    border-radius: 30px;
    display: flex;
    width: 100%;
}
.chat-input .chat_input-inner input {
    flex-grow: 1;
    margin-right: 10px;
    background: transparent;
    border: 0px;
}

.chat-input .btn {
    background: #27af61;
    color: #fff;
    border: none;
    border-radius: 50%;
    font-size: 16px;
    width: 40px;
    height: 40px;
    
}

.chat-input #message-input,
#send-btn {
    display: none;
}

  
/* Loader Styles */
.chat-loader {
    display: inline-block;
    text-align: center;
    margin-top: 15px;
}

.chat-loader span {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0 3px;
    background: #27af61;
    border-radius: 50%;
    animation: loading 1s infinite;
}

.chat-loader span:nth-child(2) {
    animation-delay: 0.2s;
}

.chat-loader span:nth-child(3) {
    animation-delay: 0.4s;
}

@keyframes loading {
    0%,
    80%,
    100% {
        opacity: 0;
        transform: scale(0);
    }
    40% {
        opacity: 1;
        transform: scale(1);
    }
}

.blur {
    filter: blur(5px);
    pointer-events: none;
}

/* Overlay message styling */
.chat-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    flex-direction: column;
    text-align: center;
}

.chat-overlay button {
    margin-top: 15px;
    padding: 10px 20px;
    background: #27af61;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
/* end chat page */

/* random user number */
.random-user-blinking {
    width: 20px;
    height: 20px;
    background-color: green;
    border-radius: 50%;
    animation: blink 1s infinite;
}

@keyframes blink {
    0%,
    100% {
        opacity: 1;
    }
    50% {
        opacity: 0.5;
    }
}

.random-user-container {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: Arial, sans-serif;
}

.random-user-number {
    font-size: 1.5rem;
    font-weight: bold;
}

.random-user-text {
    font-size: 1.2rem;
}
/* end random user number */

/* daily task */
.challenge-card {
    background-color: #4a4a4a;
    color: white;
    border-radius: 10px;
    padding: 20px;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}
.challenge-card img {
    position: absolute;
    top: 0;
    right: 0;
    width: 150px;
    opacity: 0.3;
}
.challenge-card h4 {
    font-size: 1.5rem;
    font-weight: bold;
}
.progress-bar-custom {
    height: 16px;
    background-color: #27af61;
}
.reset-timer {
    position: absolute;
    bottom: 20px;
    right: 20px;
    color: #c5c5c5;
}
/* end daily task */


/* spin the wheel */
.spin-wheel-card {
    background: rgb(17,103,55);
    background: linear-gradient(72deg, rgba(17,103,55,1) 0%, rgba(39,175,97,1) 49%, rgba(38,175,96,1) 86%);
    /* background: rgb(30, 145, 72);
    background: linear-gradient(266deg, rgba(30, 145, 72, 1) 45%, rgba(26, 132, 72, 1) 61%); */
    border-radius: 10px;
    color: white;
    padding: 20px;
    display: flex;
    
    align-items: center;
    justify-content: space-between;
}

.spin-wheel-card h5 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}
.spin-wheel-card .spin_redirect-card {
    flex: 0 0 60%;
}

.btn-play {
    background-color: #f9a825;
    border: none;
    border-radius: 20px;
    padding: 10px 20px;
    font-weight: bold;
    color: #fff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}
.btn-play:hover {
    background-color: #e68a00;
    color: #fff;
}
.wheel {
    width: 120px;
    height: 120px;
    background: url('../images/spin_the_wheel.svg') no-repeat center;   
    background-size: cover;
    border-radius: 50%;
    box-shadow: 0px 0px 14px rgba(0, 0, 0, .2);
}

/* XXXXXXXXXXXXXXXXXXXXXXXXXXXX */
.spin_the_wheel_container{
    display: grid;
    place-items: center;
    margin: 0;
}

.spin_the_wheel {
    display: inline-block;
    position: relative;
    overflow: hidden;
    margin-top: 50px;
}

.spin_wheel {
    display: block;
}

.spin {
    font-family: "Nunito Sans", sans-serif;
    font-size: 1.75rem;
    font-weight: 900;
    user-select: none;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30%;
    height: 30%;
    margin: -15%;
    background: #fff;
    color: #fff;
    box-shadow: 0 0 0 8px currentColor, 0 0px 15px 5px rgba(0, 0, 0, 0.6);
    border-radius: 50%;
    transition: 0.8s;
}

.spin::after {
    content: "";
    position: absolute;
    top: -17px;
    border: 10px solid transparent;
    border-bottom-color: currentColor;
    border-top: none;
}
/* end spin the wheel */

.reward-progress-wrap{
    width: 100%;
}

.reward-progress-wrap .progress{
    height: 17px;
    /* position: relative; */
}

.progress_bar_label{
    transform: translateX(-120%); 
    font-weight: bold; 
    color: #fff;
}

ul.reward_tab .nav-link {
    background: transparent !important;
    border: 1px solid #27af61;
    margin-right:10px;
    border-radius: 5px !important;
    color: #27af61 !important;
    font-weight: 500;
}
ul.reward_tab .nav-link:hover{
    background:#27af61 !important;
    color: #fff !important;
}
ul.reward_tab .nav-link.active{
    background:#27af61 !important;
    color: #fff !important;
    border: 1px solid #27af61;
}
#rewards_section .text-primary, #status_section .text-primary {
    color: #27af61 !important;
}
.btn_align {
    text-align: right;
}
.error{
    color:red
}

.chat_username{
    font-weight: bold;
    color: #27af61;
}

/* 29-01-2025 */
.account-manager-card {
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.account-manager-img {
    width: 50px !important;
    height: 50px !important;
    border-radius: 50% !important;
    object-fit: cover !important;
}
.skype-btn {
    background-color: #27af61;
    color: white !important;
    font-size: 14px;
    border-radius: 6px;
    padding: 8px 12px;
    display: inline-block;
    text-decoration: none;
  
}
.skype-btn:hover {
    background-color: #1b7944;
}

.highcharts-credits{
    display: none;
}

.highcharts-legend,.highcharts-no-tooltip{
    display: none;
}




.spin-winning-item {
    padding: 12px 0;
    border-bottom: 1px solid rgba(0,0,0,0.05);
}
.spin-check-icon {
    color: #3b82f6;
    background-color: #eff6ff;
    padding: 6px;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.spin-amount {
    color: #22c55e;
    font-weight: 500;
}
.spin-timestamp {
    color: #6b7280;
    font-size: 0.875rem;
}