@font-face {
    font-family: montserrot-bold;
    src: url(../assets/fonts/Montserrat-Bold.ttf);
}

@font-face {
    font-family: montserrot-reguler;
    src: url(../assets/fonts/Montserrat-Light.ttf);
}

@font-face {
    font-family: poppin-bold;
    src: url(/draws/assets/fonts/Poppins-Bold.ttf);
}

input,
select {
    -webkit-appearance: none !important;
}

.today_form .form-group.has-error input.form-control, .today_form .form-group.has-error select.form-control {
    border-color: red;
}

.today_form .form-group.has-error .custom-checkbox .custom-control-input:not(:checked) ~ .custom-control-label:before {
    background: red !important;
}

.navbar-expand-lg .navbar-toggler {
    display: block !important;
}


.back_video {
    background: url("https://www.youtube.com/watch?v=aSk-D86aOtc");
    height: 50vh;
    width: 100%;
}

.footer_list {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    font-weight: bold;
}

    .footer_list li a {
        text-decoration: none;
    }

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

.outter {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.video-container {
    height: 500px;
    width: 100%;
    /* max-width: 1000px; */
    position: relative;
    overflow: hidden;
}

video {
    /* -o-object-fit: cover;
  object-fit: cover; */
    /* position: absolute; */
    /*height: 500px;*/
    width: 100%;
    top: 0;
    left: 0;
}

.video-container:after {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.callout {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
    text-align: center;
    position: relative;
    z-index: 10;
    width: 100%;
    margin: auto;
}

.top_menu li {
    font-family: montserrot-bold;
}

    .top_menu li a {
        color: white !important;
    }

    .top_menu li.signIn a {
        color: #007bff !important;
    }

.time_back {
    background: white;
    padding: 14px 10px;
    border-radius: 10px;
    color: black;
    font-family: montserrot-bold;
    font-size: 35px;
    margin: 0 10px;
    box-shadow: 3px 3px 8px 5px rgba(199, 199, 199, 0.75);
    -webkit-box-shadow: 3px 3px 8px 5px rgba(199, 199, 199, 0.75);
    -moz-box-shadow: 3px 3px 8px 5px rgba(199, 199, 199, 0.75);
}

.next_draw {
    color: black;
    font-family: montserrot-bold;
    font-size: 20px;
}

.free_draw {
    color: #007bff;
    font-family: montserrot-bold;
    font-size: 20px;
    cursor: pointer;
}

.plat_text {
    background: rgb(37 37 37 / 75%);
    font-family: montserrot-reguler;
    font-size: 20px;
    padding: 10px;
    color: white;
}

.time_dots {
    font-size: 40px;
    color: black;
    font-weight: bold;
    margin: 0 10px
}

.join_sec h3 {
    font-family: montserrot-bold;
    font-size: 65px;
}

.give_away {
    font-family: montserrot-bold;
    color: #007bff;
    font-size: 20px;
}

    .give_away span {
        font-size: 25px;
        margin-left: 20px;
    }

.give_away_text {
    font-family: montserrot-reguler;
}

.five_street {
    font-family: montserrot-bold;
    color: #007bff;
    font-size: 15px;
}

.today_form {
    background: white;
    padding: 45px;
    border-radius: 10px;
    box-shadow: 3px 3px 8px 5px rgba(199, 199, 199, 0.75);
    -webkit-box-shadow: 3px 3px 8px 5px rgba(199, 199, 199, 0.75);
    -moz-box-shadow: 3px 3px 8px 5px rgba(199, 199, 199, 0.75);
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.join_today_street {
    font-family: montserrot-bold;
    color: black;
    font-size: 40px;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.join_today {
    font-family: montserrot-bold;
    /*color: #007bff;*/
    font-size: 25px;
    margin-bottom: 25px;
}

.today_form input {
    border-radius: 10px;
    /* box-shadow: 3px 3px 8px 5px rgba(199, 199, 199, 0.75);
  -webkit-box-shadow: 3px 3px 8px 5px rgba(199, 199, 199, 0.75);
  -moz-box-shadow: 3px 3px 8px 5px rgba(199, 199, 199, 0.75); */
}

.input_check_container {
    display: flex;
    align-items: baseline;
}

.input_check {
    margin-right: 15px !important;
}

.custom-checkbox input {
    box-shadow: 3px 3px 8px 5px rgba(199, 199, 199, 0.75) !important;
    -webkit-box-shadow: 3px 3px 8px 5px rgba(199, 199, 199, 0.75) !important;
    -moz-box-shadow: 3px 3px 8px 5px rgba(199, 199, 199, 0.75) !important;
}

/*.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 3px 3px 8px 5px rgba(199, 199, 199, 0.75) !important;
    -webkit-box-shadow: 3px 3px 8px 5px rgba(199, 199, 199, 0.75) !important;
    -moz-box-shadow: 3px 3px 8px 5px rgba(199, 199, 199, 0.75) !important;
}
*/
.join_us_today_street {
    font-family: montserrot-bold;
    color: white;
    font-size: 30px;
    /* margin-top: 15px; */
    font-weight: bold;
    /*background: #007bff;*/
    padding: 14px 10px;
    border-radius: 10px;
    text-decoration: none !important;
    cursor: pointer;
}

.join_us_today {
    font-family: montserrot-bold;
    color: #007bff;
    font-size: 30px;
    margin-top: 25px;
    font-weight: bold;
    background: white;
    padding: 14px 10px;
    border-radius: 10px;
    text-decoration: none !important;
}

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

.top_menu li {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 15px;
}

    .top_menu li a {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        font-size: 15px;
        line-height: 20px;
    }

.section_slide {
    position: relative;
    text-align: center;
    color: white;
}

.shadow_lines {
    position: absolute;
    left: 0;
    right: 0;
}

.next_draw_section {
    position: absolute;
    width: 100%;
    padding: 0 100px;
    top: 0;
}

.ptb-85 {
    padding: 85px 0px;
}

/*.modal-dialog {
    max-width: 800px;
    margin: 30px auto;
}*/

/*.modal-body {
    position: relative;
    padding: 0px;
}*/

.max-width-800 {
    max-width: 800px;
}

.margin-30-auto {
    margin: 30px auto;
}

.close {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 999;
    font-size: 2rem;
    font-weight: normal;
    color: black;
    opacity: 1;
}

.counter {
    font-size: 50px;
    color: black;
    font-weight: bold;
}

#signInModal {
    padding-right: 0 !important;
}

/*.popup-counter-mobile.counter span {
    font-size: 28px;
    height: 55px;
    line-height: 55px;
    margin: 0 4px;
    width: 40px;
}*/
.logo-img {
    display: flex;
    justify-content: center;
    align-items: start;
    margin-top: 30px;
}

.modal-counter span {
    font-size: 28px;
    height: 55px;
    line-height: 55px;
    margin: 0 4px;
    width: 40px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 3px 6px rgba(33, 32, 30, 0.75);
    color: #343434;
    display: inline-block;
    font-size: 40px;
    font-weight: 600;
    height: 80px;
    line-height: 80px;
    margin: 0px 5px;
    position: relative;
    text-align: center;
    width: 60px;
    z-index: 1;
}

.modal-body .modallogin.disabled .loading {
    display: initial;
}

.modal-body .modallogin.disabled .button-text {
    display: none;
}

.modal-body .modallogin:not(.disabled) .loading {
    display: none;
}

.modal-body .modallogin:not(.disabled) .button-text {
    display: initial;
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg);
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite;
}

/*p.counter span {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 3px 6px rgba(33, 32, 30, 0.75);
    color: #343434;
    display: inline-block;
    font-size: 40px;
    font-weight: 600;
    height: 80px;
    line-height: 80px;
    margin: 0px 5px;
    position: relative;
    text-align: center;
    width: 60px;
    z-index: 1;
}*/

.modallogin {
    background: #007bff;
    color: white;
    padding: 13px 30px;
    border-radius: 15px
}

#signInModal.show .modal-dialog {
    width: 100% !important;
    max-width: 100% !important;
}

.account-nav-tabs {
    display: flex;
    flex-direction: column;
    width: 300px;
    margin-top: 30px;
}

    .account-nav-tabs li a:hover {
        background: #007bff;
        color: white;
        /*margin: 10px;*/
    }

    .account-nav-tabs li a {
        margin: 10px;
    }

.account-tab-content {
    width: 100% !important;
    margin-right: 30px !important;
    margin-left: 30px !important;
}

.account-tab-pane {
    display: flex !important;
    flex-direction: row-reverse !important;
    justify-content: space-between !important;
    margin-top: 50px !important;
}

.welcome-heading {
    font-size: 20px;
    font-weight: bold;
}

.footer-fixed {
    position: absolute;
    bottom: 0;
    right: 22%;
}

.ttl-nsc {
    font-size: 20px;
    font-weight: bold;
}

.self-btn {
    background: #007bff !important;
    color: white !important;
}

.nav-tabs {
    border-bottom: 0px !important;
}

.active-tab {
    background: #007bff !important;
    color: white !important;
}

@media (max-width: 1399.98px) {
}

@media (max-width: 1199.98px) {
    .time_back {
        font-size: 18px;
        padding: 12px 10px;
        text-align: center !important;
    }

    .next_draw {
        font-size: 17px;
    }

    .time_dots {
        font-size: 30px;
    }

    .counter {
        font-size: 30px;
    }
}

@media (max-width: 991.98px) {
    .time_back {
        font-size: 18px;
        padding: 12px;
        text-align: center !important;
    }

    .next_draw {
        font-size: 17px;
    }

    .time_dots {
        font-size: 30px;
    }

    .free_draw {
        margin-top: 13px !important;
        font-size: 18px;
    }

    .join_sec h3 {
        font-size: 45px;
    }

    .join_sec {
        text-align: center;
    }

    .give_away {
        font-size: 18px;
    }

    .join_us_today {
        font-size: 26px;
    }

    .join_us_today_street {
        font-size: 26px;
    }
}

@media (max-width: 767.98px) {
    .row {
        margin-top: 0 !important;
    }

    .free_draw {
        margin-top: 0 !important;
    }

    .bg_img {
        height: 360px;
        object-fit: cover;
    }

    .next_draw_section {
        padding: 0 10px !important;
    }

    .free_draw {
        text-align: center !important;
    }

    .slider_text {
        justify-content: center;
    }

    .time_back {
        font-size: 15px;
        padding: 8px 10px;
        text-align: center !important;
    }

    .next_draw {
        font-size: 22px;
    }

    .free_draw {
        font-size: 22px;
    }
}

@media (max-width: 575.98px) {
    .footer_list li {
        font-size: 15px;
    }

    .footer_list {
        flex-direction: column;
        /*display: inline-block;*/
    }
}


@media (min-width: 992px) {
    .navbar-expand-lg .navbar-collapse {
        display: none !important;
    }

        .navbar-expand-lg .navbar-collapse.show {
            display: block !important;
        }

    .navbar-expand-lg {
        justify-content: space-between;
    }

        .navbar-expand-lg .navbar-nav {
            flex-direction: column;
        }
}




.last_win_head {
    color: #7fa857;
    font-family: poppin-bold;
}

    .last_win_head ul {
        padding: 0 23px;
    }

.user_price_name {
    display: flex;
    font-weight: 700;
    justify-content: space-between;
    align-items: center;
}

.icon_with_name {
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
}

    .icon_with_name span:nth-child(2) {
        margin-left: 10px;
        font-size: 15px;
        font-weight: 700;
        color: #7fa857;
    }

.user_price {
    color: #7fa857;
    font-family: poppin-bold;
}



.winners {
    /*margin-top: 50px;*/
}


/* Region : MODALS */

.info-modal {
    max-width: 90%;
    width: 500px;
    margin: 2rem auto;
    border: solid 6px #7fa857;
    border-radius: 20px;
    padding: 1rem;
    background: #fff;
}

    .info-modal img {
        display: block;
        margin: 0 auto 1rem;
    }

    .info-modal h2 {
        text-align: center;
        font-size: 1.5rem;
        font-weight: 700;
        font-family: poppin-bold;
        color: #7fa857;
    }


    .info-modal .referral-link p {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .info-modal h4 {
        margin-top: 1rem;
        font-weight: 700;
        text-align: center;
        font-size: .75rem;
        color: #999;
    }


    .info-modal .stats .stat .circle {
        min-width: auto;
    }

    .info-modal .stats .stat .label {
        font-size: .75rem;
        color: #999;
    }

    .info-modal a {
        display: block;
        margin: 2rem 0 1rem;
        text-align: center;
    }

/* ENDREGION : MODALS*/


.giving_away {
    font-family: montserrot-bold;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: .5rem 0
}

    .giving_away p {
        color: #fff;
        font-family: poppin-bold;
    }

    .giving_away span {
        font-family: poppin-bold;
        background: #7fa857;
        color: white;
        padding: 0px 20px;
        font-size: 22px;
        border-radius: 17px;
    }

.font-poppin-bold {
    font-family: poppin-bold;
}


.text-accent {
    color: #a4c482 !important;
}

.bg-accent {
    background: #a4c482 !important;
}


.border-accent {
    border-color: #a4c482 !important;
}

.border-6px {
    border-width: 6px !important;
}


.font-13 {
    font-size: 13px;
}

.border-accent {
    border-color: #a4c482 !important;
}

.bottomBorder {
    border-bottom: 6px solid #468665c4;
}

.font-30 {
    font-size: 30px;
}

.border-radius-20 {
    border-radius: 20px;
}

.opacity-0 {
    opacity: 0;
}

.cursor-pointer {
    cursor: pointer !important;
}

.bg-danger {
    background: #ff405b !important;
}

.btn-rounded {
    background-color: #7fa857;
    color: white;
    padding: 5px 15px;
    font-family: poppin-bold;
    border-radius: 15px;
    text-decoration: none !important;
    font-size: 14px;
    background-image: url('../img/btn-yellow.png');
    background-position: 50% 250%;
    background-size: 100%;
    background-repeat: no-repeat;
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out
}

    .btn-rounded:hover {
        background-position: 50% 0%;
        color: black !important;
        font-family: poppin-bold;
    }

.modal {
    z-index: 10000;
}

.sticky-top {
    position: sticky;
    top: 0;
    z-index: 100000;
}

.pointy-right {
    height: 55px;
    width: 55px;
    rotate: 45deg;
    margin: auto;
    margin-left: -27.5px;
    z-index: 10;
    border-bottom-left-radius: 80px;
}

.w-max-content {
    width: max-content !important;
}

.bg-accent-150 {
    background: #6d8e4a !important;
}

.bg-accent-120 {
    background: #81a35d !important;
}

.text-red {
    color: #ff405b !important;
}

.bg-red {
    background: #ff405b !important;
}

footer .list-inline-item a {
    color: white;
}

/*.body-content-area {
    background: url('../images/brand-img.png');
    background-repeat: no-repeat;
    background-size: cover;
}*/
.bg-img {
    display: none;
}

/* Mobile View */
@media (max-width: 768px) {
    .bg-img {
        display: block; /* Show only on mobile */
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        object-fit: contain;
        z-index: -1;
    }

    .body-content-area {
        background: none !important;
    }
}

/* Desktop View */
@media (min-width: 769px) {
    .body-content-area {
        background: url('../images/brand-img.png');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
    }
}
.text-black {
    color: black;
}

.tabs-winnr-2 ul.nav.nav-tabs a.nav-link.active {
    border-bottom: 4px solid #7fa857;
    color: #06322e;
}

.tabs-winnr-2 ul.nav.nav-tabs a.nav-link {
    border: none;
    border-bottom: 4px solid #fff;
    color: #909090;
    font-size: 12px;
    font-weight: 600;
    padding: 11px;
    text-transform: uppercase;
}

    .tabs-winnr-2 ul.nav.nav-tabs a.nav-link:hover {
        background: #7fa857;
        color: white;
    }

table.table.table-winner thead tr th {
    border: none;
    padding: 15px 20px;
    vertical-align: middle;
}

table.table.table-winner thead tr {
    background: #ececec;
    border-radius: 5px;
}

table.table.table-winner tbody tr td {
    border: none;
    color: #06322e;
    font-size: 12px;
    padding: 15px 20px;
    vertical-align: middle;
}

table.table.table-winner tbody tr {
    background-color: rgba(0,0,0,.075);
}

label.label.label-success.label-tabel {
    background: #7fa857;
    border-radius: 5px;
    color: #fff;
    font-size: 17px;
    padding: 2px 17px;
}

a.nav-link:hover {
    background: #7fa857 !important;
    color: white !important;
}

.user-tab-active {
    border: none !important;
    border-bottom: 4px solid #7fa857 !important;
    color: #06322e;
}

.user-tab {
    color: #a4c482 !important;
    font-size: 12px;
    font-weight: 600;
    padding: 11px;
    text-transform: uppercase;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #a4c482 !important;
}

.self-btn-accent {
    background: #7fa857 !important;
    color: white !important;
}

.cursor-not-allowed {
    cursor: not-allowed;
}

a.dropdown-item.text-accent:active {
    color: white !important;
    background-color: #7fa857 !important;
}

.getPrice {
    cursor: pointer !important;
    /*background-color: #ffcc21;*/
    background-color: #E7BB3F;
    padding: 2px 15px;
    border-radius: 20px;
    color: black;
    font-family: poppin-bold;
    text-transform: uppercase;
    text-decoration: none !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: fit-content;
    background-image: url('../img/btn-green.png');
    background-position: 50% 250%;
    background-size: 100%;
    background-repeat: no-repeat;
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

    .getPrice img {
        margin-left: 10px;
    }

.refer-button-close {
    position: relative;
    top: -15px;
    left: 140px;
}

@media (max-width: 767.98px) {
    .bonus-btn-pading {
        padding: 12px 25px;
    }

    .getPrice {
        font-size: 14px;
        padding: 2px 5px;
    }

        .getPrice img {
            width: 15px;
        }

    .refer-button-close {
        left: 100px;
    }
}

.bonus-btn-pading {
    padding: 12px 35px;
}

.make-card-btn {
    padding: 15px 35px !important;
}

.addMessagebtn-pading {
    padding: 5px 38px !important;
}

.getPrice:hover {
    background-position: 50% 0%;
    color: white !important;
}

fa-18 {
    font-size: 18px;
}

.fa-20 {
    font-size: 20px;
}

.fa-22 {
    font-size: 22px;
}

.rounded-pill {
    border-radius: 20px !important;
}

@media (min-width: 768px) {
    .d-md-inline-flex {
        display: inline-flex !important;
    }
}

.font-18 {
    font-size: 18px !important;
}

#signUpModal .modal-dialog {
    max-width: unset !important;
}

footer .counter {
    color: grey !important;
}

footer .time_back {
    height: 50px !important;
    width: 50px !important;
}

.text-sea-green {
    color: #20a51f !important;
}

.font-25 {
    font-size: 25px !important;
}

.font-20 {
    font-size: 20px;
}

.btn-gradient {
    color: white;
    background: linear-gradient(90deg, rgba(11,168,80,1) 0%, rgba(136,197,63,1) 100%);
    border-radius: 31px !important;
    padding: 1rem;
    width: 30% !important;
    font-size: larger;
}

@media (max-width: 560px) {
    .btn-gradient {
        width: 50% !important;
    }
}

@media (max-width: 542px) {
    .img-max-width {
        max-width: 26% !important;
    }

    .circular-image {
        width: 60px !important;
        height: 60px !important;
    }

    .font-small {
        font-size: small !important;
    }

    .btn-w-25 {
        width: 50% !important;
    }

    .font-sm-12 {
        font-size: 12px !important;
    }

    .font-sm-16 {
        font-size: 16px !important;
    }
}

.circular-image {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: relative;
    display: inline-block;
}

.hover-icon {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    border-radius: 50%;
    padding: 10px;
}

.font-16 {
    font-size: 16px;
    font-family: 'poppin-reguler';
}

.cursor-default {
    cursor: default;
}

.break-spaces {
    white-space: break-spaces;
}

.btn-red input[type="checkbox"] {
    height: 15px;
    width: 15px;
    -webkit-appearance: auto !important;
}

.border-bottom-radius-0 {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.border-top-radius-0 {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

.elevated {
    box-shadow: 0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f;
}

.border-bottom-accent {
    border-bottom: #F6F9F3 3px solid !important;
}

.text-dal-red {
    color: #e45b68 !important;
}

.bg-energetic-red {
    background: #EF4050 !important;
}

.bonus-cashback {
    font-size: 3.5rem;
    color: white;
    padding: 1rem;
    font-weight: 600;
    text-align: center;
}

.right-border-accent {
    border-right: 8px #a4c482 solid;
}

.left-border-red {
    border-left: 8px #EF4050 solid;
}

.text-energetic-red {
    color: #EF4050;
    font-family: poppin-bold
}

.btn-energetic-red {
    background-color: #EF4050;
    color: white !important;
    padding: .5rem !important;
    width: 35%;
    font-family: poppin-bold;
    font-size: 20px;
    text-align: center;
}

.text-3-rem {
    font-size: 3rem;
}

.btn-bonus-accent-rounded {
    background-color: #7FA857;
    border-radius: 2rem;
    color: white !important;
    padding: 1.5rem !important;
    width: 35%;
    font-family: poppin-bold;
    font-size: 20px;
    text-align: center;
}

.back-toTask-red {
    background-color: #EF4050;
    border-radius: 10px;
    color: white !important;
    padding: .5rem !important;
    width: 90%;
    font-family: poppin-bold;
    font-size: 30px;
    text-align: center;
}

.btn-bonus-accent {
    background-color: #7FA857;
    border-radius: 3px;
    color: white !important;
    padding: .5rem !important;
    width: 35%;
    font-family: poppin-bold;
    font-size: 20px;
    text-align: center;
}

.border-accent-1 {
    border: 1px solid #7fa857 !important;
    border-radius: 3px;
}

.border-accent-1-bottom {
    border-bottom: 2px solid #7fa857 !important;
}

.bg-mint-cream {
    background-color: #FAFCF9 !important;
}

.bg-off-green {
    background-color: #EDF3E6 !important;
}

.font-12 {
    font-size: 12px !important;
}

.font-14 {
    font-size: 14px !important;
}

.card-width {
    max-width: 22% !important;
    flex: auto;
    margin: 4px;
    box-shadow: 0 0.6rem .5rem rgb(0 0 0 / 20%) !important;
    /*border-bottom-right-radius: 25%;
    border-bottom-left-radius: 25%;*/
    border-radius: 25%;
}

li > strong {
    font-size: 15px !important;
    font-family: poppin-bold
}

div.circle > strong {
    text-align: center !important;
}

.sage-green {
    background: #A4C482;
    color: white;
    border-radius: 10px;
    font-weight: bolder;
    /* padding: 10px; */
    width: 25%;
    margin-left: 5px;
    margin-right: 5px;
}

.how-it-work-btn {
    background: #A4C482;
    color: white;
    border-radius: 10px;
    font-weight: bolder;
    /* padding: 10px; */
    min-width: 32%;
    /*margin-right: 15px;*/
}

.cashback-btn {
    background: #A4C482;
    color: white;
    border-radius: 10px;
    font-weight: bolder;
    /* padding: 10px; */
    min-width: 45%;
    /*margin-left: 15px;*/
}

a.cashback-btn, .how-it-work-btn:hover {
    color: white;
}

.btn-torch-red {
    background-color: #EF4050;
    color: white;
    border-radius: 10px;
    font-family: poppin-bold;
}

.btn-asparagus-green {
    background-color: #7fa857;
    color: white;
    border-radius: 10px;
    font-family: poppin-bold;
    font-size: 1.65rem;
}

.w-90 {
    width: 90% !important;
}

.bg-soft-mint {
    background: #E8F0E0;
}

.text-moss-green {
    color: #81a855 !important;
    font-family: poppin-bold;
}

.mb-1px {
    margin-bottom: 1px;
}

.rounded-12 {
    border-radius: 12px !important;
}

.text-vivid-red {
    color: #EF4050 !important;
}

.text-accent-thin {
    color: #7FA857 !important;
}

.border-moss-green {
    border-color: #7FA857 !important;
}

.rounded-10 {
    border-radius: 10px;
}

.border-width-5 {
    border-width: 5px !important;
}

.font-2-rem {
    font-size: 2.2rem !important;
}

.mw-90 {
    min-width: 90% !important;
}

.bg-jungle-green {
    background-color: #188971 !important;
}

.bg-vivid-red {
    background-color: #EF4050 !important;
}

.h-35 {
    height: 35px !important;
}

.level-pending {
    color: #F8C34B;
}

.level-locked {
    color: #5F5F5A;
}

.level-confirmed {
    color: #7FA857;
}

.level-rejected {
    color: #EF4050;
}

.bg-pastel {
    background-color: #ECF3E6;
}

.m-left-18 {
    margin-left: -16px !important;
}

.border-hr {
    border-top: 4px solid rgb(245 240 240 / 28%);
}

.border-4-solid {
    border: 4px solid black;
}

.btn-task-status {
    border-radius: 10px;
    color: white !important;
    padding: .5rem !important;
    width: auto;
    font-family: poppin-bold;
    font-size: 16px;
    text-align: center;
}

.border-pending {
    border-color: #F8C34B !important;
}

.border-started {
    border-color: #494944 !important;
}

.border-confirmed {
    border-color: #7FA857 !important;
}

.border-rejected {
    border-color: #EF4050 !important;
}

.bg-status-pending {
    background-color: #F8C34B !important;
}

.bg-status-started {
    background-color: #494944 !important;
}

.bg-status-confirmed {
    background-color: #7FA857 !important;
}

.bg-status-rejected {
    background-color: #EF4050 !important;
}

.custom-form-control {
    display: flex;
    width: auto;
    height: 1.25rem;
    padding: 1rem .75rem;
    font-size: 1rem;
    line-height: 0.5;
    color: #7FA857;
    background-color: #fff;
    background-clip: padding-box;
    border: 4px solid #7FA857;
    border-radius: .8rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.custom-form-control-sm {
    display: block;
    width: 100%;
    height: 2rem;
    padding: 1.6rem .75rem;
    font-size: 1.5rem;
    line-height: 0.5;
    color: #7FA857;
    background-color: #fff;
    background-clip: padding-box;
    border: 4px solid #7FA857;
    border-radius: .8rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    font-family: 'poppin-bold';
    text-align: center;
}

.bg-pale-green {
    background-color: #F7F9F4 !important;
}

.mt-absolute {
    margin-top: -20px;
}

.bg-grayish-green {
    background-color: #7FA857 !important;
}

.content-box {
    background-color: #F7F9F4; /* Matches the light green background */
    border-radius: 10px; /* Rounded corners */
}

@media only screen and (min-width: 768px) and (max-width: 990px) {
    h5.bg-grayish-green {
        font-size: 2rem;
        width: 60% !important;
    }

    .mt-md {
        margin-top: 2rem;
    }
}

@media (max-width: 550px) {
    h5.bg-grayish-green {
        font-size: 1rem;
        width: 80% !important;
    }

    .mt-md {
        margin-top: 1.5rem;
    }

    .get-10-now {
        font-size: 18px !important;
    }

    .bg-whit-sm {
        background-color: white !important;
    }

    h4.heading-with-image {
        font-size: 1.2rem;
        padding: 6px !important;
    }

    .modal-body-image {
        background-image: url('../img/bonus-modal/congratulations-bg-mobile.png') !important;
        min-height: 500px !important;
        background-size: cover;
        background-position: center;
    }

    .content-center {
        position: relative !important;
    }

    .congratulationsLevel-font {
        font-size: 1.2rem !important;
    }

    .congratulationsLevel-font-p {
        font-size: 14px !important;
    }

    .sm-mt-4 {
        margin-top: 10px;
    }

    .bg-transparent {
        min-height: 75px !important;
    }
}

.heading-with-image {
    display: flex;
    align-items: center;
    position: relative;
    margin-top: -5%;
}

.responsive-image {
    width: 3em;
    height: auto;
    z-index: 1;
    margin-top: -15%;
}

@media only screen and (min-width: 990px) and (max-width: 1325px) {
    h4.heading-with-image {
        font-size: 1.2rem;
        padding: 10px !important;
    }
}
@media only screen and (min-width: 375px) and (max-width: 430px) {

    .content-center {
        margin-bottom: -10% !important;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1025px) {
    .modal-body-image {
        min-height: 428px !important;
        background-size: contain;
        background-repeat: no-repeat;
    }
        .content-center {
        margin-bottom: 45% !important;
    }
    .congratulationsLevel-font {
        font-size: 1.5rem !important;
    }
    .congratulationsLevel-font-p {
        font-size: 17px;
    }
    .bg-transparent {
        min-height: 140px !important;
    }
    }
.w-5 {
    width: 5% !important;
}

.text-gray {
    color: #c3b8b8;
}

.bg-gray {
    background-color: #c3b8b8;
}

.modal-body-image {
    background-image: url('../img/bonus-modal/congratulations-img.png');
    background-size: cover;
    background-position: center;
    min-height: 900px;
    display: grid;
    place-items: center;
    border-radius:10px;
}

.bg-transparent {
    background-color: rgba(0, 0, 0, 0.1) !important;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    min-height: 150px;
}

.congratulationsLevel-btn {
    background-color: #FFF8A1 !important;
    width: 100%;
}

.content-center {
    position: relative;
    margin-bottom: 38%;
    margin-right: auto;
    margin-left: auto;
}

.congratulationsLevel-font {
    font-size: 2.2rem;
}

.congratulationsLevel-font-p {
    font-size: 18px;
}
/*body {
    background-image: url('../images/brand-img.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
    width: 100vw;
    margin: 0;
    padding: 0;
}*/
