.mat-mdc-card {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    position: relative;
    border-style: solid;
    border-width: 0;
    background-color: var(--mdc-elevated-card-container-color, var(--mat-sys-surface-container-low));
    border-color: #1a2537;
    border-radius: 24px;
    box-shadow: rgb(177 220 112) 0 0 2px 0
}

.mat-mdc-card>.mat-mdc-card-content {
    padding: 20px;
}

.mat-mdc-card-title {
    font-family: var(--mat-card-title-text-font, var(--mat-sys-title-large-font));
    line-height: 1.6;
    font-size: var(--mat-card-title-text-size, var(--mat-sys-title-large-size));
    letter-spacing: var(--mat-card-title-text-tracking, var(--mat-sys-title-large-tracking));
    font-weight: 600
}

@media (min-width: 768px) {
    body .d-sm-block {
        display: block !important
    }
}

.make-social-media {
    position: absolute;
    top: -19px;
    right: -15px
}

.mat-mdc-card-content>:last-child:not(.mat-mdc-card-footer) {
    margin-bottom: 0
}

html .bg-light-error {
    background-color: rgb(255 247 175 / 19%) !important
}

html .bg-error {
    background-color: #ff6692 !important
}

.rounded-circle-shape {
    width: 56px;
    height: 40px
}

.m-b-16 {
    margin-bottom: 16px !important
}

.p-y-12 {
    padding-top: 12px !important;
    padding-bottom: 12px !important
}

.p-x-24 {
    padding-left: 24px !important;
    padding-right: 24px !important
}

.bg-lightest {
    background: #111c2d1a
}

.rounded-full {
    border-radius: 9999px !important
}

.bg-lightest .b-r-1 {
    border-right: 1px solid rgb(255 255 255 / .1) !important
}

.shape_leaf_top {
    top: -40px;
    position: fixed
}

.card-body.card-timer ul li {
    padding-top: 5px;
    padding-bottom: 5px
}

.card-timer-values665 {
    display: flex;
    flex-basis: 45%;
    justify-content: space-between;
}

.btn-group-sm>.btn,
.btn-sm {
    padding: 4px 16px;
    font-size: 12px
}

@media only screen and (max-width: 600px) {
    .card-body.card-timer {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .card-body.card-timer h6 {
        text-align: center
    }

    .card-body.card-timer ul li {
        border: 1px dashed #ccc;
        border-radius: 4px;
        margin: 10px 20px;
        padding: 10px;
        gap: .5rem;
        flex-direction: column
    }

    .card-timer-values665 {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        flex: 1 1 100%;
        width: 100%;
        align-items: center;
        margin-top: 12px
    }

    .card-timer-values665 span {
        padding: 3px 14px;
        border-radius: 21px;
        font-weight: 300;
        font-size: 13px;
        background: #123e1f;
        color: #fff;
        margin-bottom: 10px;
    }
}

.circle-yellow-div .timer {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 0 18px 0;
    border-bottom: 1px dashed #0b902b80;
    margin-bottom: 20px
}

.circle-yellow-div .timer-group {
    align-items: center;
    display: flex;
    flex-direction: column;
    margin: 0 5px
}

.circle-yellow-div .timer-digits {
    display: flex;
    gap: 2px;
    margin-bottom: 5px
}

.circle-yellow-div .timer-digit {
    align-items: center;
    background: linear-gradient(145deg, #113B1E, #134221);
    color: #fff !IMPORTANT;
    border-radius: 8px;
    box-shadow: 0 3px 6px #00000026, inset 0 1px 1px #ffffff1a;
    color: #1a2537;
    display: flex;
    font-size: 16px;
    font-weight: 400;
    height: 35px;
    justify-content: center;
    overflow: hidden;
    position: relative;
    transition: all .3s ease;
    width: 35px
}

.timer-unit {
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 1.5px
}

.global-units-value {
    font-size: 17px
}

@media screen and (max-width: 1199px) {
    .main_menu_list {
        gap: 15px
    }
}

@media screen and (max-width: 1000px) {
    .main_menu_list {
        gap: 10px
    }
}

.f-s-21 {
    font-size: 21px !important
}

.m-b-4 {
    margin-bottom: 4px !important
}

.txt-ellipsis-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical
}

.f-s-18 {
    font-size: 18px !important
}

.f-s-12 {
    font-size: 12px !important
}

.f-s-14 {
    font-size: 14px !important
}

.f-s-16 {
    font-size: 16px !important
}

.m-b-30 {
    margin-bottom: 30px !important
}

ul {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0
}

.f-w-500 {
    font-weight: 500
}

.shape_stone-cus {
    z-index: 1;
    left: -50px;
    right: -50px;
    bottom: -60px;
    position: absolute
}

@media (max-width: 350px) {
    .shape_stone-cus {
        bottom: -10px !important
    }
}

@media (min-width: 350px) and (max-width:750px) {
    .shape_stone-cus {
        bottom: -20px
    }
}

@media (min-width: 750px) and (max-width:1199px) {
    .shape_stone-cus {
        left: -25px;
        right: -25px;
        bottom: -30px
    }
}

.btn-primary-cus {
    color: #fff;
    background-color: #AC6B3D;
    border: 1px solid #9e5c2d;
    letter-spacing: .7px;
    text-align: center !important;
    border-radius: 3px;
    display: block;
    padding: 8px;
}

.welcome {
    color: var(--bs-secondary)
}

.social-share-icons span {
    padding: 0 15px
}

.social-share-icons span i {
    font-size: 20px
}

.circle-top {
    position: absolute;
    top: -33%;
    left: -14%;
    border: 120px solid #0b2947;
    height: 700px;
    width: 700px;
    display: block;
    background: #fff0;
    border-radius: 100%;
    z-index: 1
}

.circle-bottom {
    position: absolute;
    bottom: -4%;
    right: 1%;
    height: 450px;
    width: 450px;
    display: block;
    background: #fff0;
    z-index: 1;
    opacity: .5
}

.bg-dark-200 {
    background-color: #111c2d !important
}

.cus-login-height {
    height: 100vh
}

.h-n80 {
    height: calc(100vh - 80px)
}

.max-width-form {
    max-width: 535px;
    padding: 0 50px
}

.m-t-24 {
    margin-top: 24px !important
}

.cus-form-control {
    background-color: #fff0;
    border-radius: 8px;
    border: 1px solid #4c5c6a;
    color: #fff
}

.cus-form-control:focus {
    box-shadow: none;
    color: #fff !important;
    background-color: #fff0;
    border-color: #86b7fe
}

.cus-privacy-content a {
    color: #f8c006
}

.sign-in-btn.disabled {
    background-color: #323b4c !important;
    color: #777 !important
}

.sign-in-btn {
    width: 100%;
    border-radius: 25px;
    background: #0d6efd;
    color: #fff;
    border: none;
    padding: 10px
}

.btn-outline-custom {
    border-radius: 30px;
    border: 1px solid #000000;
    color: #000000;
    background-color: #fff0;
    padding: 12px 66px;
    display: flex;
    background-color: #c5f57d !important;
    align-items: center;
    justify-content: center;
    font-size: 13px
}

.btn-cus:hover,
.btn-cus:active {
    color: rgb(189, 255, 238) !important;
    border-color: #0d6efd !important;
    background-color: inherit !important
}

.btn-cus {
    color: white !important;
    background-color: inherit !important
}

.btn-cus1:hover,
.btn-cus1:active {
    color: #fff;
    border-color: #AC6B3D !important;
    background-color: #9e5c2d !important;
}

.form-check-input {
    border: var(--bs-border-width) solid #124020;
}

@media only screen and (max-width: 600px) {
    .btn-primary-cus {
        width: 100%;
    }
}


.site_logo .site_link img {
    width: 146px;
}

.text-light {
    --bs-text-opacity: 1;
    color: rgb(197 245 125) !important;
}

.footer_bottom {

    background-color: #08322b;
}

.referral-code-value {

    color: #ffffff;
}

.cus-wave-bg img {
    width: 100%;
}


.mat-mdc-card-content span {
    padding: 8px 13px !important;
}

.copyright_text {
    line-height: 20px !important;
    font-size: 14px !important;
    font-weight: 700;
}

@media (min-width: 999px) {
    .header_pepecoin.sticky .fa-sign-out {
        color: #ffffff !important;
    }
}