.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: rgba(0, 0, 0, .2) 0px 0px 2px 0px;
}

.mat-mdc-card>.mat-mdc-card-content {
    padding: 24px;
}

.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: rgba(247, 68, 86, .15) !important;
}

html .bg-error {
    background-color: rgb(255, 102, 146) !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 rgba(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: 1 1 100%;
        width: 100%;
        align-items: center;
        margin-top: 12px;
    }

    .card-timer-values665 span {
        border: 1px solid #ffffff52;
        padding: 3px 14px;
        border-radius: 21px;
        font-weight: 300;
        font-size: 13px;
    }
}

.circle-yellow-div .timer {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 0 18px 0;
    border-bottom: 1px dashed #d2cb90e6;
    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, #FFF7AF, #FFF7AF);
    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;
    /* color: #fff; */
}

@media screen and (max-width: 1199px) {
    .main_menu_list {
        gap: 20px;
    }
}

@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: #113b1e;
    background-color: #fff;
    border: 1px solid #113b1e;
}

.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: transparent;
    border-radius: 100%;
    z-index: 1;
}

.circle-bottom {
    position: absolute;
    bottom: -4%;
    right: 1%;
    height: 450px;
    width: 450px;
    display: block;
    background: transparent;
    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: 0px 50px;
}

.m-t-24 {
    margin-top: 24px !important;
}

.form-control {
    background-color: transparent;
    border-radius: 8px;
    border: 1px solid #4c5c6a;
    color: #fff;
}

.form-control:focus {
    box-shadow: none;
    color: #fff !important;
    background-color: rgba(255, 255, 255, 0);
    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 #1b80bf;
    color: #1794e3;
    background-color: transparent;
    padding: 12px 66px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
}

.btn-cus:hover,
.btn-cus:active {
    color: rgb(199, 199, 199) !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: unset;
    border-color: #0d6efd !important;
    background-color: inherit !important
}