@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

body {
    margin: 0;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
    font-size: .88rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: left;
    background-color: #fff;
}

textarea {
    outline: 0;
}

.vertical-nav-menu li img {
    width: 22px;
    margin-right: 8px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(274deg) brightness(101%) contrast(101%);
}

.vertical-nav-menu li {
    line-height: 17px;
    padding-bottom: 9px;
    padding-left: 25px;
    padding-top: 13px;
}

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

.vertical-nav-menu li.mm-active a {
    color: #fff;
}

.main-content-div h1 {
    font-size: 18px;
    color: #174A84;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;

}


.add-update a.add-new {
    background: #174A84;
    color: #fff;
    border: 1px solid #174A84;
}

.add-update a.add-new:hover {
    color: #fff;
}

.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: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #A5C9FF;
    border-radius: 3px;
    width: 100%;
    padding: 0 0 0 20px;
    color: #646D76;

}

.product-input-box {
    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;
}

/* =-=-12-10-2023-=-=- */
.admin-img {
    width: 29px;
    margin-right: 9px;
    height: 29px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    object-fit: cover;
}

/* =-=-12-10-2023-=-=- */

.notification {
    margin-right: 15px;
}

.space-bar-form .product-form-group {
    /* width: 11%; */
    flex-basis: 10%;
}

.logo-src.mobile {
    display: none;

}

.logo-src img {
    width: 100%;
}

ul.mm-collapse {
    padding: 0;
    padding-left: 20px;
}

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

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

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

ul.mm-collapse li>a {
    text-indent: 0;
}

.vertical-nav-menu li a .dropdown {
    position: absolute;
    transition: transform 300ms;
    left: auto;
    right: 16px;
    transition: all .3s ease-in-out;

}

.event-registration .reg-bx .card-js {
    max-width: 100% !important;
    background: transparent !important;
    padding: 0px !important;
    box-shadow: none !important;
}
/* <---=-=-=-=-=-=-=-=-dashboard=-=-=-=-=-=------> */
.app-main__outer .dash-header {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 16px #00000017;
    border-radius: 6px;
    padding: 10px;
    min-height: 84px;
    position: relative;
    transition: all 0.5s;
    cursor: pointer;
    overflow: hidden;
}

/* -==--Animate-==- */
.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: animate1 2s linear infinite;
}

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

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


.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: animate2 2s linear infinite;
    animation-delay: 1s;
}

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

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

.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: animate3 2s linear infinite;
}

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

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

.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: animate4 2s linear infinite;
    animation-delay: 1s;
}

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

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

/* -==--Animate-==- */


/* -==--Animate-==two- */
.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: animate1 2s linear infinite;
}

@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: animate2 2s linear infinite;
    animation-delay: 1s;
}

@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: animate3 2s linear infinite;
}

@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, #9988aa, #fff);
    animation: animate4 2s linear infinite;
    animation-delay: 1s;
}

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

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

/* -==--Animate-two==- */

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

.app-main__outer .dash-header .dash-header-content {
    display: flex;
    align-items: center;
    column-gap: 10px;
}

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

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

.app-main__outer .share-link {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 16px #00000017;
    border-radius: 6px;
    margin-top: 30px;
    padding: 30px 10px;
    cursor: pointer;
    transition: all 0.5s;
}

.app-main__outer .share-link:hover {
    box-shadow: rgb(46 204 113 / 35%) 0px 5px 15px;
    transform: translateY(-6px);
}

.app-main__outer .share-link h4 {
    text-align: left;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0px;
    color: #34495E;
}

.app-main__outer .share-link .share-link-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.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: 40%;
}

.app-main__outer .share-link-wrap .submit input[type=text] {
    background: #F8F8F8 0% 0% no-repeat padding-box;
    border: 1px solid #A9C3DE;
    border-radius: 17px;
    outline: 0;
    width: 100%;
    padding: 8px 10px;
}

.app-main__outer .share-link-wrap .copy a {
    background: #2ECC71 0% 0% no-repeat padding-box;
    border-radius: 17px;
    color: #fff;
    display: inline-block;
    padding: 5px 25px;
    font-size: 16px;
    text-decoration: none;
    position: relative;
}

.app-main__outer .share-link-wrap .share-social ul {
    padding: 0;
}

.app-main__outer .share-link-wrap .share-social ul li {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0px;
    color: #34495E;
    padding: 0 5px;
}

.app-main__outer .refer {
    background: #2ECC71 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 16px #00000017;
    border-radius: 6px;
    padding: 10px 20px;
    margin-top: 30px;
    display: flex;
    align-items: center;
}

.app-main__outer .refer h5 {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0px;
    color: #FFFFFF;
    margin-bottom: 10px;
}

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

.app-main__outer .refer a {
    text-decoration: none;
    font-size: 15px;
    color: #fff;
    background: #34495E 0% 0% no-repeat padding-box;
    border-radius: 17px;
    padding: 5px 20px;
    display: inline-block;
}

/* =-=-=-=-Upload-file=-=-=-=-=- */
.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 {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    left: -999px;
    width: 1px;
    height: 1px;
}

.app-main__outer .dash-header.dash-header-bg .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: all 0.2s;
    padding-left: 0;
}

/* =-=-=-=-Upload-file=-=-=-=-=- */

/* =-=-=-Leaderboard-Start=-=-=- */
.app-main__outer .Leaderboard {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 16px #00000017;
    border-radius: 6px;
    padding: 10px;
}

.app-main__outer .Leaderboard h5 {
    text-align: left;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0px;
    color: #34495E;
    text-shadow: 0px 3px 6px #6C00FF00;
    margin-bottom: 20px;
}

.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: column;
    align-items: center;
    justify-content: center;
    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: 0px;
    color: #34495E;
    margin-bottom: 5px;
}

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

/* =-=-=-Leaderboard-End=-=-=- */

/* =-=-=-To-Do-Start=-=-=- */
.app-main__outer .to-do {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 16px #00000017;
    border-radius: 6px;
    padding: 10px;
    margin-top: 30px;
}

.app-main__outer .to-do h5 {
    text-align: left;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0px;
    color: #34495E;
    text-shadow: 0px 3px 6px #6C00FF00;
    padding-bottom: 20px;
    border-bottom: 1px solid #A9C3DE;
    margin-bottom: 20px;
}

.app-main__outer .to-do .to-do-progress {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 16px #00000017;
    border: 1px solid #A9C3DE;
    border-radius: 6px;
    padding: 20px 10px;
    margin-bottom: 20px;
}

.app-main__outer .to-do .to-do-progress .left-click span {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0px;
    color: #34495E;
}

.app-main__outer .to-do .to-do-progress .right-click span {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0px;
    color: #000000;
}

.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;
}

/* =-=-=-To-Do-End=-=-=- */

/* =-=-=-Change-User-Name-Start=-=-=- */

.change-user-name .change-username-content {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 16px #00000017;
    border-radius: 6px;
    margin-top: 30px;
    padding: 30px 30px;
    transition: all 0.5s;
}

.change-user-name .change-username-content:hover {
    box-shadow: rgb(46 204 113 / 35%) 0px 5px 15px;
    transform: translateY(-6px);
}

.change-user-name .change-username-content h4 {
    text-align: left;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0px;
    color: #34495E;
    margin-bottom: 20px;
}

.change-user-name .change-username-content label {
    display: block;
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0px;
    color: #34495E;
    margin-bottom: 10px;
}

.change-user-name .change-username-content input[type=text] {
    background: #F8F8F8 0% 0% no-repeat padding-box;
    border: 1px solid #A9C3DE;
    border-radius: 17px;
    outline: 0;
    width: 50%;
    padding: 8px 10px;
}

.change-user-name .change-username-content button {
    background: #2ECC71 0% 0% no-repeat padding-box;
    border-radius: 17px;
    color: #fff;
    display: inline-block;
    padding: 7px 25px;
    font-size: 16px;
    text-decoration: none;
    border: none;
    margin-left: 20px;
}

.refer-cart {
    background: #2ECC71 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 16px #00000017;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px 30px;
    margin-top: 30px;
}

.refer-cart img {
    margin-bottom: 20px;
}

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

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

.refer-cart a {
    text-decoration: none;
    font-size: 15px;
    color: #fff;
    background: #34495E 0% 0% no-repeat padding-box;
    border-radius: 17px;
    padding: 5px 20px;
    display: inline-block;
}

/* =-=-=-Change-User-Name-End=-=-=- */

/* =-=-=-Change-Password-Start=-=-=- */
.change-user-name .change-username-content input[type=password] {
    background: #F8F8F8 0% 0% no-repeat padding-box;
    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;
}

/* =-=-=-Change-Password-End=-=-=- */

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

/* =-=-=-Change-Email-End=-=-=- */


/* =-=-=-Payment-Method-Start=-=-=- */
.payment-method .payment-method-bank {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 16px #00000017;
    border: 1px solid #A9C3DE;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    column-gap: 10px;
    /* min-height: 87px; */
    height: 100px;
    transition: all 0.5s;
    flex-direction: column;
}

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

.payment-method .payment-method-bank:hover {
    background: #F1FFF7 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 16px #00000017;
    border: 1px solid #2ECC71;
}

.payment-method .row.pay-bank {
    margin-top: 30px;
}

.payment-method .bank-details {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 16px #00000017;
    border-radius: 6px;
    margin-top: 30px;
    padding: 30px 30px;
    margin-bottom: 40px;
}

.payment-method .bank-details h4 {
    text-align: left;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0px;
    color: #34495E;
    margin-bottom: 20px;
}

.payment-method .bank-details label {
    display: block;
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0px;
    color: #34495E;
    margin-bottom: 10px;
}

.payment-method .bank-details .form-control {
    background: #F8F8F8 0% 0% no-repeat padding-box;
    border: 1px solid #A9C3DE;
    border-radius: 17px;
    outline: 0;
    padding: 8px 10px;

}

.payment-method .bank-details .form-control:focus {
    box-shadow: none;
}

.save {
    background: #2ECC71 0% 0% no-repeat padding-box;
    border-radius: 17px;
    color: #fff;
    display: inline-block;
    padding: 7px 25px;
    font-size: 16px;
    text-decoration: none;
    border: none;
}


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

input[type=number] {
    -moz-appearance: textfield;
}

/* =-=-=-Payment-Method-End=-=-=- */

/* =-=-=-Payment-Start=-=-=- */
.payment .payment-history {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 16px #00000017;
    border-radius: 6px;
    margin-top: 30px;
    padding: 30px 30px;
    margin-bottom: 40px;
}

.payment .payment-history h4 {
    text-align: left;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0px;
    color: #34495E;
    margin-bottom: 20px;
}

.payment .payment-history .pay-list {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #A9C3DE;
    border-radius: 6px;
    padding: 18px 20px;
}

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

.payment .payment-history .pay-list .pay-img img {
    margin: 0;
}

/* =-=-11-10-2023=-=- */

.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: right;
}

.payment .payment-history .pay-list .pay-des span {
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: 0px;
    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: 0px;
    color: #34495E;
    margin: 0;
}

.payment .payment-history .pay-list .rec-money span {
    font-weight: 900;
    font-size: 22px;
    font-style: normal;
    letter-spacing: 0px;
    color: #2ECC71;
    text-transform: capitalize;
}

/* =-=-=-Payment-End=-=-=- */

/* =-=-=-Cashout-Start=-=-=- */

.cashout .cash-out-pay {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 16px #00000017;
    border: 1px solid #A9C3DE;
    border-radius: 6px;
    opacity: 1;
    padding: 25px 0px;
    transition: all 0.5s;
}

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

.cashout .cash-out-pay .uploadFile {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    left: -999px;
    width: 1px;
    height: 1px;
}

.cashout .cash-out-pay.up-img img {
    width: 30px;
}

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

/* =-=-=-=-Upload-file=-=-=-=-=- */

.cashout .balance {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 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: all 0.5s;
}

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

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

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

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

.cashout .cashout-top-wrap {
    margin-top: 30px;
}

.cashout .balance:hover,
.cashout .cash-out-pay:hover {
    background: #F1FFF7 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 16px #00000017;
    border: 1px solid #2ECC71;
}

/* =-=-=-Cashout-End=-=-=- */

/* =-=-=-Help-Center-Start=-=-=- */
.helpcenter .call {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 16px #00000017;
    border: 1px solid #A9C3DE;
    border-radius: 6px;
    padding: 10px 20px;
    transition: all 0.5s;
}

.helpcenter .call:hover {
    background: #F1FFF7 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 16px #00000017;
    border: 1px solid #2ECC71;
}

.helpcenter .call span {
    font-size: 14px;
    letter-spacing: 0px;
    color: #8193A7;
    text-transform: capitalize;
    display: inline-block;
    margin-left: 5px;
}

.helpcenter .call a {
    text-align: left;
    font-size: 20px;
    font-weight: 900;
    letter-spacing: 0px;
    color: #34495E;
    text-transform: capitalize;
    text-decoration: none;
    display: block;
    margin-top: 5px;
}

.helpcenter .help-center-top {
    margin-top: 30px;
}

.helpcenter .description {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 16px #00000017;
    border-radius: 6px;
    padding: 20px 20px;
    margin-top: 30px;
    transition: all 0.5s;
    margin-bottom: 40px;
}

.helpcenter .description h1 {
    text-align: left;
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 0px;
    color: #34495E;
    text-transform: capitalize;
    margin-bottom: 10px;
}

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

.helpcenter .description:hover {
    box-shadow: rgb(46 204 113 / 35%) 0px 5px 15px;
    transform: translateY(-6px);
}

/* =-=-=-Help-Center-End=-=-=- */

/* =-=-=-Login-Form-Start=-=-=- */
.login-frm-center,
.Sign-up-frm-center {
    height: 100vh;
    display: grid;
    align-items: center;
}

/* 28-11-2023===S */
.login-container,
.Sign-up-container {
    max-width: 400px;
    width: 400px;
    margin: 0 auto;
    padding: 20px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border: 1px solid #646464;
}

/* 28-11-2023===E */

.login-container h2,
.Sign-up-container h2 {
    text-align: center;
}

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

.login-container label,
.Sign-up-container label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}
.login-container .form-check-inline label{
margin-bottom: 0;
}


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

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

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

}

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

.login-container .btn,
.Sign-up-container .btn {
    display: inline-block;
    padding: 10px 20px;
    background-color: #2ECC71;
    color: #fff;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    width: 100%;
    border-radius: 30px;
}

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

/* =-=-=-Login-Form-End=-=-=- */

/* =-=-=-Forgot-Password-Start=-=-=- */
.forgot-frm-center {
    height: 100vh;
    display: grid;
    align-items: center;
}

.forgot-container {
    max-width: 400px;
    margin: 0 auto;
    padding: 20px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.forgot-container h2 {
    text-align: center;
}

.forgot-container .form-group {
    margin-bottom: 20px;
}

.forgot-container label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

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

.forgot-container input[type="email"]:focus {
    border: 1px solid #2ECC71;
}

.forgot-container .btn {
    display: inline-block;
    padding: 10px 20px;
    background-color: #2ECC71;
    color: #fff;
    border: none;
    border-radius: 3px;
    cursor: pointer;
}

/* =-=-=-Forgot-Password-End=-=-=- */

/* =-=-=-Dashboard-Start=-=-=- */

.dashboard .cash-request {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 16px #00000017;
    border-radius: 6px;
    padding: 30px 20px;
}

.dashboard .cash-request .cash-request-t-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 18px;
    border-bottom: 1px solid #A9C3DE;
}

.dashboard .cash-request .cash-request-t-wrap h2 {
    text-align: left;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0px;
    color: #34495E;
    margin: 0;
}

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

.dashboard .cash-request ul {
    padding: 0;
    margin: 0;
    margin-top: 10px;
}

.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;
}

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

.dashboard .cash-request .cash-request-content span:first-child {
    display: block;
    text-align: left;
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    letter-spacing: 0px;
    color: #34495E;
}

.dashboard .cash-request .cash-request-content span:nth-child(2) {
    font-size: 12px;
    line-height: 14px;
    font-weight: normal;
    letter-spacing: 0px;
    color: #8193A7;
    text-shadow: 0px 3px 6px #6C00FF00;
    margin-right: 10px;
}

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

.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: 0px;
    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: 0px;
    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 .cash-request.payout-history .request-right-value {
    font-style: normal;
    font-size: 18px;
    font-weight: 900;
    letter-spacing: 0px;
    color: #2ECC71;
}

.dashboard .users {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 16px #00000017;
    border-radius: 6px;
    padding: 30px 20px;
}

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

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

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

.dashboard .users ul {
    padding: 0;
    margin: 0;
    margin-top: 10px;
}

.dashboard .users ul li {
    list-style: none;
}

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

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


.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: 0px;
    color: #34495E;
}

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

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


/* =-=-=-Dashboard-End=-=-=- */

.app-sidebar__heading a {
    text-indent: 0 !important;
}

.profile_image img {
    height: 100px;
}

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

.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-Start-03-10-2023=-=---- */
.admin-user .cashout-req {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 16px #00000017;
    border-radius: 6px;
    padding: 30px 20px;
    margin-bottom: 30px;
}

.admin-user .cashout-req h2 {
    text-align: left;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0px;
    color: #34495E;
    margin: 0;
}

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

.admin-user .cashout-req .cash-req-t-wrap .select-bx {
    position: relative;
}

.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: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #A9C3DE;
    border-radius: 50px;
    -moz-appearance: none;
    appearance: none;
    background-position-x: 6%;
    background-position-y: 51%;
    background-repeat: no-repeat;
    background-color: #f5f5f5;
    background-image: url(../images/icons/drondown-new.svg);
    background-size: 14px;
    outline: 0;
    padding-left: 40px;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    letter-spacing: 0px;
    color: #8193A7;
}

.admin-user .cashout-req ul {
    padding: 0;
    margin: 0;
    margin-top: 10px;
}

.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 ul li .cash-request-left {
    display: flex;
    align-items: center;
    column-gap: 10px;
}

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

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

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

.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-User-End-03-10-2023=-=---- */

/* =-=-=-=-=-=-Admin-Cashout-Start-03-10-2023=-=---- */
.admin-cashout .cash-request-left span.price {
    font-size: 14px;
    text-align: left;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 0px;
    color: #2ECC71;
    margin-left: 50px;
}

.admin-cashout a.rej,
.admin-cashout button.rej {
    border: 1px solid #FF4E4E;
    border-radius: 17px;
    width: 109px;
    height: 33px;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0px;
    color: #FF4E4E;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.admin-cashout a.approve,
.admin-cashout button.approve {
    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: 0px;
    color: #FFFFFF;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border: none;
}

.admin-cashout a.pending {
    background: #FFC02B;
    border-radius: 17px;
    width: 109px;
    height: 33px;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0px;
    color: #FFFFFF;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.admin-cashout a.rejected,
.admin-cashout button.rejected {
    background: #FF4E4E;
    border-radius: 17px;
    width: 109px;
    height: 33px;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0px;
    color: #FFFFFF;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border: none;
}

/* =-=-=-=-=-=-Admin-Cashout-End-03-10-2023=-=---- */

.form_error {
    color: red;
    padding: 3px 10px;
    display: block;
}

.form_success {
    color: green
}

.error {
    color: red;
}


/* =-=-=-=-=-=-admin-setting-start-03-10-2023=-=---- */
.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;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 16px #00000017;
    border-radius: 6px;
    padding: 17px 20px;
    margin-bottom: 30px;
    transition: all .5s;
}

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


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

.admin-setting .setting-list-left p {
    text-align: left;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0px;
    color: #8193A7;
    text-shadow: 0px 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: bold;
    font-size: 18px;
    letter-spacing: 0px;
    color: #34495E;
    text-shadow: 0px 3px 6px #6C00FF00;
}

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

.admin-setting .setting-list-right .inp-box {
    position: relative;
}

.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: #2ECC71 0% 0% no-repeat padding-box;
    border-radius: 24px;
    width: 133px;
    height: 48px;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
}

/* =-=-=-=-=-=-admin-setting-end-03-10-2023=-=---- */


/* =-=-=-=-=-=-admin-payout-history-start-03-10-2023=-=---- */
.admin-payout-history .cash-request-right span.price {
    text-align: left;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 0px;
    color: #2ECC71;
}

/* =-=-=-=-=-=-admin-payout-history-End-03-10-2023=-=---- */

/* =-=-=-=-=-11-10-2023=-=-User-offer-zone=-=-=-S=- */
/* 11-10-2023-S */
.payment.offer-zone .payment-history .pay-list ul {
    flex-direction: row;
    /* justify-content: space-between; */
    flex-wrap: wrap;
    gap: 10px;
}

/* 11-10-2023-E */
.payment.offer-zone .payment-history .pay-list ul li {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid #0000003d;
    padding: 20px 10px;
    border-radius: 40px;
    width: 45%;
}

.payment.offer-zone .payment-history .pay-list .pay-des {
    text-align: center;
}

.payment.offer-zone .payment-history .pay-list .pay-img {
    border-radius: 20%;
    margin-bottom: 10px;
}

.payment.offer-zone a.approve {
    width: 150px;
}

/* offer-zone-modal=-=-=-S-=- */

.offer-zone-modal {
    top: 50px;
}

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

/* =-=-12-10-2023=-=- */
.offer-zone-modal .modal-dialog iframe {
    height: 750px;
}

.modal-footer button {
    background: #004684;
    border: 1px solid #004684;
    font-size: 16px;
    padding: 10px 30px;
}

.modal-footer button:hover {
    background: transparent;
    color: #004684;
    border: 1px solid #004684;
}

.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: 1px solid slategrey;
}

.common-modal .modal-header {
    background: #174a84;
    color: #ffff;
}

.common-modal .btn-close {
    color: #fff !important;
    filter: brightness(0) saturate(100%) invert(100%) sepia(10%) saturate(7478%) hue-rotate(231deg) brightness(119%) contrast(91%);
}

/* 19/10/2023 start */

#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 {
    font-size: 20px;
}


.admin_upload {
    display: flex;
    align-items: center;
}

.admin_upload .profile_image {
    padding: 20px;
}


/* 19/10/2023 end */

/* offer-zone-modal=-=-=-E-=- */
/* =-=-=-=-=-11-10-2023=-=-User-offer-zone=-=-=-E=- */

/* =-=-12-10-2023=-=-user-cashout-modal-S */

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

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

.user-cashout-modal label,
.user-cashout-modal input {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0px;
    color: #34495E;
}

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

/* =-=-12-10-2023=-=-user-cashout-modal-S */
/* =-=-13-10-2023=-=-user-cashout-modal-S */
/* =-=-=-admin-cashout-drop-down=-=-=- */
.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-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    top: 50%;
    right: 19px;
    transform: translateY(-50%);
}

.admin-c-drpdwn form {
    display: none;
}

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

.admin-c-drpdwn.active .admin-c-drpdwn-visible {
    display: block;
}

.admin-c-drpdwn p {
    background: #2ECC71;
    border-radius: 17px;
    width: 130px;
    height: 33px;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0px;
    color: #FFFFFF;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border: none;
    margin: 0;
}

.admin-c-drpdwn .admin-c-drpdwn-visible button.approve.payment_status_button {
    margin-bottom: 10px;
}

/* =-=-Modal=-=Start-= */
.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: 1px solid slategrey;
}

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

/* =-=-Modal=-=End-= */

/* =-=-layout design=-=- */
.admin-user .cashout-req ul li .cash-request-left {
    /* flex-basis: 40%; */
    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;
}

/* =-=-layout design=-=- */
/* =-=-Setting=-S=- */
.admin-setting .setting-list-right form {
    display: flex;
    gap: 10px;
}

/* =-=-Setting=-E=- */

/* =-=-app-sidebar=-S-= */
.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: 1px solid slategrey;
}

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

/* =-=-app-sidebar=-E-= */

.admin-user .cashout-req ul li button.rej.reject_reson_text {
    margin-bottom: 10px;
}

.notification {
    display: none;
}

.todo-bar .cash-req-t-wrap .select-bx a {
    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: 0px;
    color: #FFFFFF;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    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: 0px;
    color: #FFFFFF;
}

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

/* -==-=-13-10-2023=-=- */


/* =--===16-10-2023=-=-Start=-=- */
/* =-=-=Admin-user-edit=-=-Start=- */

/*=-=-Upload-file-=-*/
.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 {
    position: absolute;
    opacity: 0;
    width: 19px;
    height: 20px;
    top: 0px;
    left: 0px;
    padding: 0;
}

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

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

/* =-=-=Admin-user-edit=-=-End=-=- */
a.btn.btn-primary,
button.btn.btn-primary,
button.btn.btn-secondary {
    background: #0e3e8a;
    border-radius: 17px;
    color: #fff;
    display: inline-block;
    padding: 7px 25px;
    font-size: 16px;
    text-decoration: none;
    border: none;
}

.admin-user .cashout-req table form {
    display: inline-block;
}

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

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

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

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

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

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

/* =--===16-10-2023=-=-Start=-=- */

/* -==-=--17-10-2023-=-=-=-=Start==-=-=- */

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

}

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

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

.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;
}


/* =-=-Refer-cart-animation =-=Start-*/
.refer-cart {
    overflow: hidden;
}

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

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

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

/* =-=-Refer-cart-animation =-=End-*/
/* -==-User-side-bar start=-=- */
.vertical-nav-menu li a {
    line-height: 21.5px;
}

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

/* -==-User-side-bar End=-=- */
.app-main__outer .share-link-wrap .copy a: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;
}

/* -=-admin-cashout-payment modal=-=-Start=- */
.admin-cashout-payment .modal-dialog {
    max-width: 650px;
    top: 50%;
    transform: translateY(-50%) !important;
}

/* -=-admin-cashout-payment modal=-=-End=- */

/* -==-=--17-10-2023-=-=-=-=End==-=-=- */
/* =-=-=-18-10-2023=-=-Start-=-=- */
.form-control {
    box-shadow: none !important;
}

/* =-=-=-18-10-2023=-=-End-=-=- */



/* 20/10/2023 start */

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

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

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

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

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

.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: transparent;
}

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

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

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

/* 20-10-2023-=-==- */

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;
}

/* 7-11-23 */
/* payment-method-start */
.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 img {
    width: 105px;
}

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

/* payment-method-end */
/* admin-user */
.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;
}

.admin-user .cashout-req ul li .point-show-middle li:last-child::after {
    display: none;
}

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

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

/* admin-user */
/* 7-11-23 */

/* <---=====28-11-2023=====---> */
.login-container h2,
.Sign-up-container h2 {
    font-size: 32px;
    font-weight: 600;
    margin: 20px 0 15px 0;
}

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

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

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

    .admin-cashout .cash-request-left span.price {
        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;
    }

    /* 7-11-23 */
    .cus-padg {
        padding-right: 15px !important;
    }
}


/* 20/10/2023 end */

/* 26/10/2023 start */

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

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

/* 02/11/2023 start */

.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;
}

button#offer_close span {
    font-size: 16px;
}

/* 06/11/2023 start */

ul.paylist {
    flex-wrap: wrap;
}

ul.paylist li {
    width: 23.5% !important;
    background-repeat: no-repeat;
    padding: 40px 10px !important;
    position: relative;
    height: 175px;
    background-size: cover;
}

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;
    color: #fff !important;
    left: 20px;
}

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

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

/* 06/11/2023 end */
/* ===10-11-2023====S */
#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;
}

/* ===10-11-2023====E */


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

@media(max-width: 767px) {
    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;
    }

    /* 7-11-23 */
    /* 7-11-23 */
    .cus-padg {
        padding-right: 15px !important;
    }

    /* 7-11-23 */

}

/* 02/11/2023 end  */


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

.payment.offer-zone .payment-history ul.offer-not-found h4 {
    margin: 0;
}

/*=====MObile-App-Css-04-12-2023-Start=====*/
/* ====Dashboard===Start */
.mobile-app-header {
    display: none;
    padding: 6px 15px 22px 15px;
    background: #2ECC71;
    width: 100vw;
    bottom: 0;
    position: fixed;
    z-index: 9;
}

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

.mobile-app-header ul li img.m-resize {
    max-width: 22px;
}

.mobile-app-header ul li.m-b-resize img {
    max-width: 80px;
}

.mobile-app-header ul li.m-b-resize {
    margin-top: -30px;
}

ul.mob-re-share {
    display: none;
}

.-todo-text-mob {
    display: none;
}

.-todo-text-mob h5 {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0px;
    color: #000000;
    margin-top: 10px;
}

/* ====Dashboard===End */

/* ====Payments===Start */

/* ====Payments===End */


/*========home page Header-Start(19.01.24)========*/
a.navbar-brand {
    margin-right: 0;
    padding: 0 88px 0 100px;
}

nav {
    background: #1c4587;
}

div#navbarNav {
    justify-content: end;
}

.header-section {
    overflow-x: hidden;
}

.header-section .navbar {
    padding: 15px 75px;
}

.header-section .nav-wrap {
    display: flex;
    /* display: block; */
    /* justify-content: space-between; */
    justify-content: end;
    width: 100%;
}

.navbar-brand img {
    max-width: 177px;
}

.header-section .nav-link {
    font-family: "SF Pro Display";
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: 0px;
    color: #fff;
}

.header-section .nav-item img {
    margin-right: 30px;
}

.site-menu-toggle,
.navbar-toggler {
    top: 0;
    float: right;
    width: 40px;
    height: 23px;
    position: relative;
    z-index: 200;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
    margin-left: 25px;
}

.navbar-toggler {
    margin-left: 0;
}

.site-menu-toggle span,
.navbar-toggler span,
.search-close span {
    display: block;
    position: absolute;
    height: 3px;
    width: 20px;
    background: #fff;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

.site-menu-toggle span:nth-child(1),
.navbar-toggler span:nth-child(1) {
    top: 0;
}

.site-menu-toggle span:nth-child(2),
.navbar-toggler span:nth-child(2) {
    top: 10px;
    width: 35px;
    left: -14px;
}

.site-menu-toggle span:nth-child(3),
.navbar-toggler span:nth-child(3) {
    top: 20px;
}

.navbar-toggler span:nth-child(4) {
    display: none;
}

.navbar-toggler.open span {
    width: 30px;
}

.close {
    position: absolute;
    right: 32px;
    top: 40px;
    width: 32px;
    height: 32px;
    opacity: 1;
}

.close:hover {
    opacity: 1;
}

.navbar-toggler.open span:nth-child(1) {
    top: 13px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

.navbar-toggler.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
}

.navbar-toggler.open span:nth-child(3) {
    top: 13px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.site-navbar {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    /* border: 20px solid transparent; */
    background: rgba(20, 20, 20, 0.98);
    min-height: 300px;
}

.search-box {
    position: fixed;
    display: none;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    background: rgba(10, 33, 77, 0.94);
    min-height: 300px;
    padding: 65px 95px 90px;
    overflow: scroll;
}

.site-navbar nav {
    text-align: left;
}

.full-height {
    height: 100vh;
    min-height: 700px;
}

.site-navbar nav .menu li {
    line-height: 1.8;
    text-align: center;
}

.site-navbar nav .menu li a {
    color: #fff;
    font-size: 40px;
    padding: 5px 10px;
    position: relative;
}

.menu-open .site-menu-toggle span {
    background: #fff;
}

.search-open .site-menu-toggle span {
    background: #fff;
}

.site-menu-toggle.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
}

.site-menu-toggle.open span:nth-child(3) {
    top: 13px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.site-menu-toggle.open span:nth-child(1) {
    top: 13px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

.header-section li.nav-item select {
    font-size: 15px;
    border: none;
    outline: 0;
    webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-position-x: 8%;
    background-position-y: 53%;
    background-repeat: no-repeat;
    background-color: transparent;
    color: #fff;
    background-image: url(../images/dropdown-icon.svg);
    font-weight: 400;
    padding-left: 24px;
    background-size: 20px;
    background-size: 14px;
}

.header-section li.nav-item select option {
    color: #000;
}

.site-navbar nav .menu li select {
    font-size: 40px;
    background-size: 34px;
    background-position-x: 2%;
    padding: 0 10px 0 40px;
}

.site-navbar nav .menu li img {
    width: 40px;
}

.site-navbar nav .menu li:last-child {
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-section .nav-btn {
    border: none;
    background: #4CBB16 0% 0% no-repeat padding-box;
    border-radius: 6px;
    letter-spacing: 0px;
    color: #FFFFFF;
    font-size: 16px;
    width: 124px;
    height: 38px;
    margin-right: 23px;
}

/*========home page Header-End(19.01.24)========*/
/* ======== home page Footer-Start (19.01.24) ====== */
footer {
    background: transparent linear-gradient(90deg, #001946 0%, #1c4587 100%) 0% 0% no-repeat padding-box;
    padding-top: 80px;
}

.footer-wrap {
    display: flex;
    justify-content: space-between;
}

footer .widgets h2 {
    text-align: left;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0px;
    color: #ffffff;
    text-transform: capitalize;
    margin-bottom: 30px;
}

footer .widgets ul {
    padding: 0;
    margin: 0;
}

footer .widgets ul li {
    list-style: none;
}

footer .widgets ul li a {
    font-size: 14px;
    line-height: 34px;
    font-weight: normal;
    letter-spacing: 0px;
    color: #c8d1e1;
    text-transform: capitalize;
    transition: all 0.5s;
}

footer .widgets ul li a:hover {
    color: #fff;
}

footer .footer-btm {
    padding: 10px 0;
    border-top: 1px solid #8093b4;
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
}

footer .footer-btm p {
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0px;
    color: #8093b4;
    margin: 0;
}

footer .footer-btm ul {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

footer .footer-btm ul li {
    list-style: none;
}

footer .footer-btm ul li a {
    color: #9bb5e2;
    transition: all 0.5s;
}

footer .footer-btm ul li a:hover {
    color: #fff;
}

footer .widgets h2 {
    margin-bottom: 10px;
}

.our-stories {
    padding-bottom: 0;
}

/* ======== home page Footer-End(19.01.23) ====== */


/* ======== Event-Registration-Start (19.01.24)====== */
.event-registration {
    padding-top: 60px;
    padding-bottom: 120px;
}

.event-registration .left-content,
.event-registration .event-form {
    padding: 0 15px;
}

.event-registration .reg-bx {
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 10px;
    max-width: 700px;
    margin: auto;
    width: 100%;
    padding: 20px 15px;
}

/* 12-03-2024=====Start*/
.event-registration .reg-bx h1 {
    text-align: center;
    font-size: 30px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 40px;
    position: relative;
}

.event-registration .reg-bx h1::after {
    content: "";
    width: 75px;
    height: 3px;
    background: #1c4587;
    position: absolute;
    bottom: -7px;
    left: 50%;
    transform: translateX(-50%);
}

.event-registration .reg-bx .card-js {
    padding: 20px;
    max-width: 380px;
    margin: auto;
    border-radius: 10px;
    background: rgb(2, 44, 106);
    background: linear-gradient(90deg, rgba(2, 44, 106, 1) 0%, rgba(2, 44, 106, 1) 35%, rgba(24, 79, 161, 1) 100%);
    box-shadow: 0 6px 10px -2px rgba(0, 0, 0, 0.25);
}

.event-registration .reg-bx button.btn.btn-primary {
    border-radius: 6px;
}

.event-registration .reg-bx .card-js .card-number-wrapper,
.event-registration .reg-bx .card-js .cvc-wrapper,
.event-registration .reg-bx .card-js .expiry-wrapper,
.event-registration .reg-bx .card-js .name-wrapper {
    box-shadow: none;
}

.event-registration .reg-bx .card-js .expiry-wrapper .expiry {
    height: 45px;
    border-radius: 10px;
}

/* 12-03-2024=====End*/

.event-registration .img-bx {
    margin-bottom: 25px;
}

.event-registration .img-bx img {
    width: 100%;
    height: auto;
}

.event-registration .content h2 {
    text-align: left;
    font-size: 30px;
    font-weight: bold;
    line-height: 50px;
    letter-spacing: 0px;
    color: #1c4587;
    margin-bottom: 15px;
}

.event-registration .content small {
    text-align: left;
    display: block;
    font-size: 16px;
    letter-spacing: 0px;
    color: #6b788e;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    margin-bottom: 10px;
}

.event-registration .content p {
    text-align: left;
    font-size: 16px;
    line-height: 26px;
    font-weight: normal;
    letter-spacing: 0px;
    color: #6b788e;
}

.event-registration .event-form h1 {
    text-align: left;
    font-weight: bold;
    font-size: 22px;
    line-height: 50px;
    letter-spacing: 0px;
    color: #1c4587;
}

.event-registration .stripe-card {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
    padding: 20px;
}

.event-registration .event-form h5 {
    text-align: left;
    font-weight: bold;
    font-size: 22px;
    letter-spacing: 0px;
    color: #1c4587;
}

.event-registration .event-form .form-label {
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0px;
    color: #1c4587;
    text-transform: capitalize;
}

.event-registration .event-form .form-label>small {
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 0px;
    color: #6b788e;
    text-transform: capitalize;
}

.event-registration .form-control {
    box-shadow: none;
    outline: 0;
    border: 1px solid #9bb5e2;
    border-radius: 6px;
    height: 45px;
    margin-bottom: 15px;
    transition: border-color .15s linear, box-shadow .15s linear;
}
.event-registration .form-control:focus{
    border-color: #66afe9 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6) !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6) !important;
}
.event-registration .form-control.error {
    border: 1px solid red;
}
.event-registration label.error {
    display: none !important;
}

.event-registration .event-form.card {
    max-width: 750px;
    margin: auto;
    width: 100%;
}

.event-registration .btn-primary {
    background: #4cbb16 0% 0% no-repeat padding-box;
    border-radius: 6px;
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    border: none;
    padding: 10px 40px;
}

.radio-button {
    display: inline-flex;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}

.radio-button input[type="radio"] {
    display: none;
}

.radio-checkmark {
    display: inline-block;
    position: relative;
    height: 16px;
    margin-right: 10px;
    border: 2px solid #4cbb16;
    border-radius: 50%;
    width: 16px;
    min-width: 16px;
    margin-top: 8px;
}

.radio-checkmark:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #4cbb16;
    transition: all 0.2s ease-in-out;
}

.radio-button input[type="radio"]:checked~.radio-checkmark:before {
    transform: translate(-50%, -50%) scale(1);
}

.radio-label {
    font-size: 16px;
    font-weight: 600;
}

.event-registration .sel-area {
    background: #ffffff 0% 0% no-repeat padding-box;
    border: 1px solid #9bb5e2;
    border-radius: 10px;
    padding: 20px 25px;
    margin-top: 20px;
}

.event-registration .sel-area strong {
    display: block;
    text-align: left;
    font-weight: 500;
    font-size: 22px;
    line-height: 34px;
    letter-spacing: 0px;
    color: #1c4587;
    margin-bottom: 10px;
    line-height: normal;
}

.event-registration .sel-area h6 {
    text-align: left;
    font-weight: bold;
    font-size: 22px;
    letter-spacing: 0px;
    color: #1c4587;
    margin-bottom: 10px;
}

.event-registration .sel-area small {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0px;
    color: #6b788e;
    text-transform: capitalize;
}

.event-registration .payment-option h4 {
    text-align: left;
    font-weight: bold;
    font-size: 22px;
    letter-spacing: 0px;
    color: #1c4587;
    display: flex;
    align-items: center;
    gap: 5px;
    margin-top: 20px;
}

.event-registration .payment-option h4 span.price {
    text-align: left;
    font-weight: 900;
    font-size: 30px;
    letter-spacing: 0px;
    color: #4cbb16;
}

button.pay-btn {
    width: 150px;
    height: 48px;
    border: none;
    border-radius: 6px;
    outline: 0;
    text-align: center;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0px;
    color: #FFFFFF;
}

button.pay-btn.pay-now {
    background: #4CBB16;
}

.pay-later {
    background: #1C4587;
}

.btn-wrap {
    display: flex;
    gap: 10px;
    margin-top: 30px;
    flex-wrap: wrap;
}

/* ======== Event-Registration-End (19.01.24)====== */
/* ======== Commuter-Start (22.01.24)  ====== */
label.check-bx {
    display: flex;
    align-items: center;
    gap: 10px;
}

.check-bx input[type=checkbox] {
    appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid #4cbb16;
    position: relative;
    transition: all 0.5s;
}

.check-bx input[type=checkbox]::before {
    content: "\f00c";
    font-family: FontAwesome;
    font-size: 14px;
    position: absolute;
    color: #4cbb16;
    top: -1px;
    left: 3px;
    opacity: 0;
    transition: all 0.5s;
}

.check-bx input[type=checkbox]:checked::before {
    opacity: 1;
}

/* ======== Commuter-End  ====== */


/*=====MObile-App-Css-04-12-2023-End=====*/


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

/* .modal-body.cash-popup-wrap > div:nth-child(2) {
    order: 1;
}
.modal-body.cash-popup-wrap .modal-footer{
    order: 2;
}
.modal-body.cash-popup-wrap > div:nth-child(2) input.form-check-input.payment_method_type.form_error {
    display: none;
}
.modal-body.cash-popup-wrap > div:nth-child(2) input.form-check-input.payment_method_type.form_error ~ label{
    color: red;
} */
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;
}


.btn-primary {
    background: #1C4587 !important;
}

.app-theme-white.fixed-header .app-header__logo {
    background: #1C4587 !important;
}

.app-sidebar .scrollbar-sidebar {
    background: #000e26
}

.admin-user .cashout-req h2 {
    font-size: 26px;
    font-weight: 700;
    color: #1c4587;
}

table.dataTable tbody th,
table.dataTable tbody td {
    padding: 10px 10px;
    vertical-align: middle;
    font-size: 14px;
}

.table td,
.table th {
    border-top: 1px solid rgba(0, 0, 0, .1);
}

td.survey-table-action {
    text-align: right;
}

td.survey-table-action>form {
    margin-left: 6px;
}

table.dataTable thead>tr>th {
    background: #0e3e8a;
    color: #fff;
    font-size: 14px;
}

table.dataTable thead > tr > th:nth-child(1){
    /* width: 30px !important; min-width: auto; */
    width: auto !important; 
}
table.dataTable thead > tr > th:nth-child(3){
    /* width: 100px !important; min-width: auto; */
    width: auto !important;
}
table.dataTable thead > tr > th:nth-child(4){
    /* width: 70px !important; min-width: auto; */
    width: auto !important;
}
table.dataTable thead > tr > th:nth-child(5){
    /* width: 120px !important; min-width: auto; */
    width: auto !important;
}
#myTable .admin-img {
    width: auto;
    max-width: 100px;
    height: auto;
    border-radius: 0;
}
table.dataTable tbody tr td:last-child {
    white-space: nowrap;
}

#myTable_filter+#myTable.dataTable thead>tr>th:nth-child(2) {
    /* width: 60px !important;
    min-width: auto; */
    width: auto !important;
}

#myTable_filter+#myTable.dataTable thead>tr>th:nth-child(4) {
    /* width: 45px !important; */
    width: 145px !important;
    min-width: auto;
}

#myTable_filter+#myTable.dataTable thead>tr>th:nth-child(5) {
    /* width: 50px !important; */
    width: 80px !important;
    min-width: auto;
}

#myTable_filter+#myTable.dataTable thead>tr>th:nth-child(6) {
    width: 50px !important;
    min-width: auto;
}

#myTable_filter+#myTable.dataTable thead>tr>th:nth-child(7) {
    width: 35px !important;
    min-width: auto;
}


/* main-css*/
/*-05-02-24*/
.fixed-header .app-header {
    position: fixed;
    width: 100%;
    top: 0;
}

.app-header .app-header__content .top-h-title h1 {
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 0px;
    color: #34495E;
    margin: 0;
}

.app-theme-white.app-container {
    background: #f1f4f6;
}

.app-container {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    margin: 0;
    position: relative;
    z-index: 9999;
}

.app-theme-white .app-footer .app-footer__inner,
.app-theme-white .app-header {
    background: #fafbfc;
}

.app-header.header-shadow {
    box-shadow: 0 0.46875rem 2.1875rem rgba(4, 9, 20, .03), 0 0.9375rem 1.40625rem rgba(4, 9, 20, .03), 0 0.25rem 0.53125rem rgba(4, 9, 20, .05), 0 0.125rem 0.1875rem rgba(4, 9, 20, .03);
}

.app-header {
    height: 60px;
    display: flex;
    align-items: center;
    align-content: center;
    position: relative;
    z-index: 10;
    transition: all .2s;
}

.fixed-sidebar .app-main .app-main__outer {
    margin-top: 30px;
    z-index: 9;
    /* padding-left: 280px; */
    padding-left: 240px;
}

.app-main .app-main__outer {
    flex: 1;
    flex-direction: column;
    display: flex;
    z-index: 12;
    position: relative;
}

.fade:not(.show) {
    opacity: 0;
}

.fixed-sidebar.fixed-header .app-sidebar .app-header__logo {
    display: none;
}

.app-sidebar .app-header__logo {
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    z-index: 11;
}

.app-header__logo {
    position: relative;
    padding: 0 1.5rem;
    height: 60px;
    width: 280px;
    display: flex;
    align-items: center;
    transition: width .2s;
}

.app-header__menu,
.app-header__mobile-menu {
    display: none;
    padding: 0 1.5rem;
    height: 60px;
    align-items: center;
}

.app-sidebar .scrollbar-sidebar {
    /* background: #34495E; */
    background: #0e0f11;
    z-index: 15;
    width: 100%;
}

.scrollbar-sidebar,
.scrollbar-container {
    position: relative;
    height: 100%;
}

.vertical-nav-menu {
    margin: 0;
    padding: 0;
    position: relative;
    list-style: none;
}

.vertical-nav-menu li a {
    display: block;
    height: 2.4rem;
    position: relative;
    border-radius: 0.25rem;
    color: #FFFFFF;
    white-space: nowrap;
    transition: all .2s;
    margin: 0.1rem 0;
    font-size: 18px;
    text-indent: 39px;
    text-decoration: none;
}

.vertical-nav-menu .metismenu-state-icon,
.vertical-nav-menu .metismenu-icon {
    text-align: center;
    line-height: 34px;
    position: absolute;
    left: -1px;
    top: 45%;
    margin-top: -17px;
    font-size: 1.5rem;
    transition: color 300ms;
}

.app-header .app-header__content {
    display: flex;
    align-items: center;
    align-content: center;
    flex: 1;
    padding: 0 1.5rem;
    height: 60px;
    background: #fff;
    justify-content: end;
}

.app-header .app-header__content .top-h-title {
    flex-grow: 1;
    margin-left: 30px;
}

.logo-src.mobile {
    display: none;
}

.app-header .app-header__content .app-header-right {
    align-items: center;
    display: flex;
    margin-left: 10px;
}

.widget-content {
    padding: 1rem;
    flex-direction: row;
    align-items: center;
}

.widget-content .widget-content-wrapper {
    display: flex;
    flex: 1;
    position: relative;
    align-items: center;
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle;
}

.btn-group>.btn:not(:last-child):not(.dropdown-toggle),
.btn-group>.btn-group:not(:last-child)>.btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btn-group>.btn,
.btn-group-vertical>.btn {
    position: relative;
    flex: 1 1 auto;
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
}

.dropdown-menu.dropdown-menu-right {
    right: 0 !important;
}

.dropdown-menu.show {
    animation: fade-in2 .2s cubic-bezier(.39, .575, .565, 1) both;
}

.dropdown-menu.show {
    display: block;
}

.dropdown-menu[x-placement^=top],
.dropdown-menu[x-placement^=right],
.dropdown-menu[x-placement^=bottom],
.dropdown-menu[x-placement^=left] {
    right: auto;
    bottom: auto;
}

.dropdown-menu {
    box-shadow: 0 0.46875rem 2.1875rem rgba(4, 9, 20, .03), 0 0.9375rem 1.40625rem rgba(4, 9, 20, .03), 0 0.25rem 0.53125rem rgba(4, 9, 20, .05), 0 0.125rem 0.1875rem rgba(4, 9, 20, .03);
    margin: 0.125rem;
}

.dropdown-menu-right {
    right: 0;
    left: auto;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 15rem;
    padding: 0.65rem 0;
    margin: 0.125rem 0 0;
    font-size: .88rem;
    color: #495057;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 0.25rem;
}

.app-sidebar {
    /* width: 280px; */
    width: 240px;
    display: flex;
    z-index: 11;
    overflow: hidden;
    /* min-width: 280px; */
    min-width: 240px;
    position: relative;
    flex: 0 0 280px;
    margin-top: -60px;
    padding-top: 60px;
    transition: all .2s;
}

/* .app-theme-white .app-sidebar {
    background: #174A84;
} */
.fixed-sidebar .app-sidebar {
    position: fixed;
    height: 100vh;
}

.app-sidebar.sidebar-shadow {
    box-shadow: 7px 0 60px rgba(0, 0, 0, .05);
}

.app-theme-white.fixed-header .app-header__logo .header__pane {
    position: absolute;
    top: 50%;
    right: -41px;
    transform: translateY(-50%);
}

.hamburger:hover {
    opacity: .7;
}

.hamburger {
    padding: 0;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: .15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
}

.hamburger-box {
    width: 24px;
    height: 14px;
    display: inline-block;
    position: relative;
}

.hamburger--elastic .hamburger-inner {
    top: 1px;
    transition-duration: .275s;
    transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55);
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    width: 24px;
    height: 2px;
    background-color: #494c53;
    border-radius: 10px;
    position: absolute;
    transition-property: transform;
    transition-duration: .15s;
    transition-timing-function: ease;
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -1px;
}

.hamburger--elastic .hamburger-inner::before {
    top: 6px;
    transition: opacity .125s .275s ease;
}

.hamburger-inner::before {
    top: -6px;
}

.hamburger-inner::before,
.hamburger-inner::after {
    content: "";
    display: block;
}

.hamburger--elastic .hamburger-inner::after {
    top: 12px;
    transition: transform .275s cubic-bezier(.68, -.55, .265, 1.55);
}

.hamburger-inner::after {
    bottom: -6px;
}

.hamburger-inner::before,
.hamburger-inner::after {
    content: "";
    display: block;
}

.closed-sidebar:not(.closed-sidebar-mobile) .app-header .app-header__logo {
    width: 80px;
}

.app-theme-white.fixed-header .app-header__logo {
    background: #1C4587 !important;
}

.app-theme-white.fixed-header .app-header__logo {
    background: #2ECC71;
}

.fixed-header .app-header .app-header__logo {
    visibility: visible;
}

.app-main {
    flex: 1;
    display: flex;
    z-index: 8;
    position: relative;
}

.app-header__logo {
    position: relative;
    padding: 0 1.5rem;
    height: 60px;
    /* width: 280px; */
    width: 240px;
    display: flex;
    align-items: center;
    transition: width .2s;
}

.closed-sidebar:not(.sidebar-mobile-open) .app-sidebar .scrollbar-sidebar {
    position: static;
    height: auto;
    overflow: initial !important;
}

.app-sidebar .scrollbar-sidebar {
    /* background: #34495E; */
    background: #0e0f11;
    z-index: 15;
    width: 100%;
}

.closed-sidebar .app-sidebar {
    transition: all .3s ease;
    width: 80px;
    min-width: 80px;
    flex: 0 0 80px;
    z-index: 13;
}

.app-sidebar .scrollbar-sidebar {
    background: #000e26;
}

.closed-sidebar .app-sidebar:hover {
    flex: 0 0 280px !important;
    width: 280px !important;
}

.closed-sidebar:not(.sidebar-mobile-open) .app-sidebar .scrollbar-sidebar {
    position: static;
    height: auto;
    overflow: initial !important;
}

.hamburger.is-active:hover {
    opacity: .7;
}

.hamburger:hover {
    opacity: .7;
}

/*-05-02-24*/
/* -06-02-24*/
.hamburger--elastic.is-active .hamburger-inner::before {
    transition-delay: 0s;
    opacity: 0;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
    background-color: #494c53;
}

.hamburger--elastic .hamburger-inner::after {
    top: 12px;
    transition: transform .275s cubic-bezier(.68, -.55, .265, 1.55);
}

.hamburger-inner::before,
.hamburger-inner::after {
    content: "";
    display: block;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    width: 24px;
    height: 2px;
    background-color: #494c53;
    border-radius: 10px;
    position: absolute;
    transition-property: transform;
    transition-duration: .15s;
    transition-timing-function: ease;
}

.hamburger--elastic.is-active .hamburger-inner {
    transform: translate3d(0, 6px, 0) rotate(135deg);
    transition-delay: .075s;
}

.hamburger--elastic.is-active .hamburger-inner::before {
    transition-delay: 0s;
    opacity: 0;
}

.hamburger--elastic.is-active .hamburger-inner::after {
    transform: translate3d(0, -12px, 0) rotate(-270deg);
    transition-delay: .075s;
}

.hamburger--elastic .hamburger-inner::after {
    top: 12px;
    transition: transform .275s cubic-bezier(.68, -.55, .265, 1.55);
}

.closed-sidebar .app-sidebar .app-sidebar__inner ul li a {
    text-indent: -99rem;
    padding: 0;
}

.closed-sidebar.fixed-sidebar .app-main__outer {
    padding-left: 80px;
}

.closed-sidebar:not(.closed-sidebar-mobile) .app-header .app-header__logo .logo-src {
    display: none;
}

.closed-sidebar .app-sidebar:hover .app-sidebar__inner ul li a {
    text-indent: initial;
    padding: 0 1.5rem 0 45px;
}

.fixed-header .app-main {
    padding-top: 60px;
}

/*-06-02-24*/

/* main-css*/
table td a {
    color: #495057;
    text-decoration: none;
}

.dataTables_filter label {
    margin-bottom: 20px;
    display: block;
    width: 100%;
}

.dataTables_wrapper .dataTables_filter input {
    height: 30px;
    border-radius: 5px;
    border: 1px solid #eaeaeb !important;
    margin-left: 10px !important;
}

/* modal */
.common-modal .modal-dialog {
    width: 70%;
    margin: auto;
}

.common-modal .modal-header {
    background-color: #1c4587;
}

.common-modal .table thead th {
    background-color: #1c458747;
}

.common-modal .table td {
    background: transparent;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}


.modal-backdrop.show {
    opacity: .5;
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-open .app-header {
    z-index: 1;
}

.fixed-sidebar .common-modal {
    margin-left: 10%;
}

.closed-sidebar .common-modal {
    margin-left: 0;
}

/* modal */

/* 07-02-24 */

.vertical-nav-menu {
    margin: 0;
    padding: 0;
    position: relative;
    list-style: none;
    padding-top: 15px px;
}

.vertical-nav-menu::after {
    content: " ";
    pointer-events: none;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0
}

.vertical-nav-menu .mm-collapse:not(.mm-show) {
    display: none
}

.vertical-nav-menu .mm-collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition-timing-function: ease;
    transition-duration: .25s;
    transition-property: height, visibility
}

.vertical-nav-menu ul {
    margin: 0;
    padding: 0;
    position: relative;
    list-style: none
}

.vertical-nav-menu:before {
    opacity: 0;
    transition: opacity 300ms
}

.vertical-nav-menu li a {
    display: block;
    height: 2.4rem;
    position: relative;
    border-radius: .25rem;
    color: #FFFFFF;
    white-space: nowrap;
    transition: all .2s;
    margin: .1rem 0;
    font-size: 18px;
    text-indent: 39px;
    text-decoration: none;
}


.vertical-nav-menu li a:hover i.metismenu-icon {
    opacity: .6
}

.vertical-nav-menu li a:hover .metismenu-state-icon {
    opacity: 1
}

.vertical-nav-menu li.mm-active>a {
    font-weight: 700
}

.vertical-nav-menu li.mm-active>a .metismenu-state-icon {
    transform: rotate(-180deg)
}

.vertical-nav-menu li a.mm-active {
    color: #174A84;
    background: #fff;
    font-weight: 700;
    display: flex;
    align-items: center;
}

.vertical-nav-menu .metismenu-state-icon,
.vertical-nav-menu .metismenu-icon {
    text-align: center;
    line-height: 34px;
    position: absolute;
    left: -1px;
    top: 45%;
    margin-top: -17px;
    font-size: 1.5rem;
    transition: color 300ms
}

.vertical-nav-menu .metismenu-state-icon {
    transition: transform 300ms;
    left: auto;
    right: 0;
    visibility: hidden;
}

.vertical-nav-menu ul {
    transition: padding 300ms;
    padding-left: 0px;
}

.vertical-nav-menu ul>li>a {
    color: #6c757d;
    height: 2rem;
    line-height: 2rem;
    padding: 0 1.5rem
}

.vertical-nav-menu ul>li>a:hover {
    color: #2ecc71;
}

.vertical-nav-menu ul>li>a .metismenu-icon {
    display: none
}

.vertical-nav-menu ul>li>a.mm-active {
    color: #3f6ad8;
    background: #e0f3ff;
    font-weight: 700
}

.vertical-nav-menu li a .dropdown img {
    width: 15px;
    transform: rotate(270deg);
}

.vertical-nav-menu li.mm-active a .dropdown img {
    /* transform: rotate(-180deg); */
    transform: rotate(-4deg);
}

.vertical-nav-menu ul li.active a img {
    filter: brightness(0) saturate(100%) invert(60%) sepia(60%) saturate(521%) hue-rotate(93deg) brightness(97%) contrast(89%);
}

.vertical-nav-menu ul li.active a {
    color: #2ecc71;
}

/* 07-02-24 */
.dashboard .cash-request .cash-request-content .amt-sec1 {
    margin: 5px 0 0;
    display: flex;
    align-items: center;
}

.dashboard .cash-request .cash-request-content .amt-sec1 span:nth-child(2) {
    font-style: normal;
    font-size: 18px;
    font-weight: 900;
    letter-spacing: 0px;
    color: #2ECC71;
}

.dashboard .cash-request .cash-request-content .amt-sec1 span:nth-child(1) {
    font-size: 12px;
    line-height: 14px;
    font-weight: normal;
    letter-spacing: 0px;
    color: #8193A7;
    text-shadow: 0px 3px 6px #6C00FF00;
    margin-right: 10px;
}

.payment-modal .col-md-12 {
    text-align: center;
}

.payment-modal .form-control {
    height: 45px;
    text-align: center;
}

/* 22/02/2024 */
.footnote {
    font-size: 15px;
    font-weight: 500;
}

/* 02-29-2024 */
.payout-dlr {
    position: relative;
}

.payout-dlr span {
    position: absolute;
    top: 7px;
    left: 22px;
    font-weight: 700;
}

.payout-dlr .form-control {
    padding-left: 16px;
}
.event-registration .form-control.stript-custom{
    height: auto;
    padding: 17px 15px;
}

.panel-body .alert.alert-success.text-center {
    margin: 20px 0;
    padding: 0;
    background-color: #6e747ee6;
    color: #fff;
    padding: 10px 25px;
    position: relative;
    text-align: center;
}
.panel-body .alert.alert-success.text-center p{
    margin-bottom: 0;
    text-align: center;
}
.panel-body a.close {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: red;
    text-decoration: none;
    width: 30px;
    height: 30px;
    font-size: 30px;
    font-weight: 400;
    right: 20px;
    background: #fff;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.strip-payment h1{
font-size: 30px;
}
.login-container p.login-txt-btn{
    background: #1c4587;
    color: #fff;
    padding: 5px 0px;
    border-radius: 5px;
    width: 100%;
    cursor: pointer;
}
.form-btn-box{
    position: relative;
    padding-top: 0px;
}
/* .change-btn{
    position: absolute;
    top: 0px;
} */
.login-center-btn{
    justify-content: start;
    align-items: center!important;
}
.login-center-btn .btn{
    width:auto;
}
.pay-btn-box button{
    border: 1px solid #888;
    border-radius: 2px;
    padding: 2px 5px;
    margin: 2px 0px 5px 0px;
}
.active-btn{
    background-color: #0e3e8a;
    color: #fff;
}

/* 04-09-2024====*/
#form-element.custom-form-element {
    width: 100vh;
    max-width: 100%;
    min-width: 100%;
}
#carddetails  button{
    background: #0e3e8a;
    color: #fff;
    display: inline-block;
    padding: 7px 25px;
    font-size: 16px;
    text-decoration: none;
    border: none;
    margin-bottom: 10px;
    border-radius: 6px;
}
#form-element #finix-form-container #finix-submit-button{
    height: auto !important;
}
footer .contact{
    display: flex;
    flex-direction: column;
}
footer .contact a{
    font-size: 14px;
    line-height: 34px;
    font-weight: normal;
    letter-spacing: 0px;
    color: #c8d1e1;
    text-transform: capitalize;
    transition: all 0.5s;
    text-decoration: none;
}
footer .contact a i {
    margin-right: 10px;
}
/* 04-09-2024====*/