﻿
@import url('appstyle.css');

@font-face {
    font-family: TT Travels;
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url('../fonts/TT-Travels-ExtraBold.otf') format("opentype");
}

@font-face {
    font-family: TT Travels;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/TT-Travels-Medium.otf') format("opentype");
}

body {
    font-family: TT Travels;
    color: var(--primary-color);
    font-size: 16px;
    font-weight: 400;
    background-color: #dfe2fb62;
}

.carousel-control {
    display: none;
}


section {
    float: left;
    width: 100%;
}

.modal-dialog {
    left: 0%;
}

.uppercase {
    text-transform: uppercase !important;
}

.relative {
    position: relative;
}

.auto-complete {
    position: relative;
}

.auto-suggest {
    position: absolute;
    top: 0;
    width: 95.5%;
    min-height: 0px;
    max-height: 200px;
    overflow: overlay;
    background: var(--chakra-colors-core-white);
    margin-top: 42px;
    border: 1px solid #ededed;
    z-index: 999;
}

    .auto-suggest ul {
        margin: 0;
        padding: 0;
    }

        .auto-suggest ul li {
            margin: 0;
            padding: 10px 5px 10px 10px;
            list-style: none;
            cursor: pointer;
            border-bottom: 1px solid var(--semantic-border-secondary);
            transition: all 200ms ease-in;
            font-size: 13px;
            float: left;
            width: 100%;
        }

            .auto-suggest ul li:hover {
                background: var(--chakra-colors-core-boldyBlue-2);
            }


.Contact-box {
    float: left;
    width: 100%;
    background: var(--chakra-colors-white);
    border-radius: 8px, 8px, 0px, 0px;
    padding: 10px;
    margin: 3.5rem 0;
    min-height: 300px;
    box-shadow: 0px 0px 5px 2px rgba(241,240,255,1);
}

.plx-notification {
    width: 100%;
    display: flex;
    flex-direction: column;
    border-radius: 3px;
    box-shadow: 4px 4px 1px 0px rgb(218 218 218 / 73%);
    align-items: center;
    padding: 15px;
    background: #FCF1EE;
}

.notification-success {
    background: #C3FCE1 !important;
}

.plx-heading {
    width: 100%;
    display: flex;
    flex-direction: row;
}

.plx-noti-icon {
    width: 30px;
    height: 30px;
    color: #9a0101;
    font-weight: 800;
    font-size: 26px;
}

.noti-icon-success {
    color: #042E20 !important;
}

.plx-noti-close {
    width: 30px;
    height: 30px;
    color: #9a0101;
    font-weight: 400;
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.noti-close-success {
    color: #042E20 !important;
}


.plx-noti-title {
    width: 100%;
    display: flex;
    color: #9a0101;
    font-weight: 800;
    font-size: 24px;
    margin-bottom: 0.2rem !important;
    margin-left: 5px;
}

.noti-title-success {
    color: #042E20 !important;
}

.plx-noti-txt {
    color: #9a0101;
    font-weight: 400;
    width: 100%;
    margin-bottom: 0px !important;
}

.noti-txt-success {
    color: #042E20 !important;
}

.terms {
    color: blue;
    cursor: pointer;
}

.amt-heading {
    text-align: center;
    font-size: 22px;
    margin-top: -6px;
}

.amt-bg {
    background: #f3f4ff;
    padding: 3px 0px 20px 8px;
    margin: 10px auto; /* Centers the element horizontally */
    width: 70%;
    display: block; /* Ensures it's a block-level element */
}

.border-dotted {
    border-top: 1px dotted #686868;
    margin-top: -5px;
    padding-top: 12px !important;
    font-weight: 600;
}

.t-status {
    padding: 3px;
    font-size: 5rem;
    text-align: center;
    font-weight: 600;
}

.success-bg {
    background: #8fffca;
    color: #016947;
}

.failure-bg {
    background: #ffeee2;
    color: #8d4506;
}

.t-title {
    margin-top: -10px;
    font-size: 25px !important;
}

.t-details {
    text-align: center;
    padding: 10px;
    margin-top: 26px;
    font-size: 20px;
    margin-bottom: 10px;
}

.t-ref {
    margin-top: 20px;
    font-size: 15px;
}

    .t-ref p {
        margin-bottom: 5px;
    }

.t-quote {
    font-size: 15px;
    color: red;
    font-style: italic;
    margin-top: 30px;
}

.loading-icon {
    display: inline-block;
    border-right: 4px solid currentcolor;
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-radius: 99999px;
    border-top-width: 4px;
    border-bottom-width: 4px;
    border-left-width: 4px;
    border-bottom-color: var(--chakra-colors-semantic-border-secondary);
    border-left-color: var(--chakra-colors-semantic-border-secondary);
    animation: 1s linear 0s infinite normal none running animation-spin;
    width: 1.2rem;
    height: 1.2rem;
    color: var(--chakra-colors-semantic-brand-secondary);
    --spinner-size: var(--chakra-sizes-6);
    border-top-color: var(--chakra-colors-semantic-border-secondary);
    margin: .3rem .9rem;
}

.loading-btn {
    position: absolute;
    margin-left: -2.5% !important;
    margin-top: -1px !important;
}


@media (max-width: 767.98px) {
    .Contact-box {
        margin: 1.5rem 0;
    }
}


/*.term_check1 {
    float: left;
    width: 100%;
    position: relative;
}
    .term_check1 a {
        margin-left: 26px;
    }*/

.form_section_UL {
    float: left;
    width: 100%;
    list-style-type: none;
    padding: 10px;
    color: var(--primary-color);
}
    /*.form_section_UL li {
        float: left;
        font-family: 'TT Travels',Verdana,sans-serif;
        color: var(--primary-color);
        position: relative;
    }*/

    .form_section_UL .li_text {
        display: flex;
        flex-wrap: wrap;
        align-content: center;
        justify-content: end;
    }

    .form_section_UL .li_text-top {
        display: flex;
        flex-wrap: wrap;
        align-content: start;
        justify-content: end;
    }

@media (max-width: 767.98px) {
    .form_section_UL .li_text {
        margin-bottom: .5rem;
        justify-content: start;
    }
}

.form_section_UL .li_input {
    text-align: left;
}

.tnctext {
    float: left;
    margin-left: 10px;
    text-align: left;
}

.amountalign {
    font-size: 14px;
}

.transactionsuccessfully {
    float: left;
    width: 100%;
    border: 1px solid var(--chakra-colors-core-deepBlue-4);
    /* border-radius: 5px; */
    /* margin: 10% 0% 10% 0%; */
    margin-top: 5%;
    padding: 20px;
}

    .transactionsuccessfully h1 {
        text-align: center;
        float: left;
        width: 100%;
        text-transform: uppercase;
        font-weight: bold;
        padding: 5% 0% 3% 0%;
    }

    .transactionsuccessfully .h2 {
        float: left;
        width: 100%;
        text-align: center;
        line-height: 35px;
        /* padding: 5% 0% 5% 0%; */
        font-size: 25px;
    }

    .transactionsuccessfully .h3 {
        float: left;
        width: 100%;
        text-align: center;
        line-height: 20px;
        padding: 0% 0% 5% 0%;
        font-size: 16px;
        font-weight: 600;
    }

    .transactionsuccessfully .h4 {
        float: left;
        width: 100%;
        text-align: center;
        /* line-height: 20px; */
        padding: 0%;
        font-size: 14px;
        font-weight: 600;
    }

    .transactionsuccessfully .note {
        text-align: center !important;
        font-style: italic !important;
        font-size: 12px !important;
        color: var(--chakra-colors-core-confidentlyCoral-7) !important;
    }

    .transactionsuccessfully button {
        margin-top: 20px;
    }

    .transactionsuccessfully .Refno {
        color: var(--primary-color);
    }

.ok_icon {
    float: left;
    width: 10%;
    margin-left: 45%;
    text-align: center;
    font-size: 30px;
    border-radius: 100%;
    border: 2px solid var(--primary-color);
    background-color: var(--Secondary-color);
}



/*.Wallet_Amount_div {
    display: none;
}

.PanDetails_div {
    display: none;
}

.confirmation_div {
    display: none;
}*/

.resend_otp {
    color: var(--chakra-colors-core-confidentlyCoral-8);
    float: left;
    margin: 10px 0px 0px 0px;
    font-size: 1rem;
    font-weight: 500;
}
.link_display {
    display: none
}

.confirmButton {
    display: flex
}

    .confirmButton > .Confirm_btn {
        padding: 6px 15px 7px 15px;
        margin-right: 10px;
    }

.wallet_text,
.amount_text {
    font-size: 1rem;
}

.no-padding {
    padding: 0px !important;
}

.Refno {
    color: var(--primary-color);
}

@media (max-width: 767.98px) {
    .confirmButton {
        display: block;
    }

        .confirmButton > .Confirm_btn {
            margin-right: 0;
            margin-bottom: 15px;
        }

    .custom-Border-button {
        width: 100%
    }
}

@media (max-width: 768px) {
    .plx_title_h1 {
        font-size: 1rem !important;
    }

    .blue_bg,
    .blue_bg:after,
    .blue_bg1 {
        display: none;
    }
}


@media only screen and (min-width: 200px) and (max-width: 600px) and (orientation : portrait) {
    .transactionsuccessfully .Refno {
        color: var(--primary-color);
    }

    .ok_icon {
        float: left;
        width: 20%;
        margin-left: 40%;
        text-align: center;
        font-size: 30px;
        border-radius: 100%;
        border: 2px solid var(--primary-color);
        background-color: var(--Secondary-color);
    }
    /* .form_section_UL {
        float: left;
        width: 90%;
        list-style-type: none;
        padding: 2% 0% 2% 0%;
        margin: 0% 5% 0% 5%;
        color: var(--primary-color);
    }
    .form_section_UL .li_text {
        width: 100%;
        text-align: left;
        padding-right: 0;
        line-height: 40px;
        color: var(--primary-color);
        position: relative;
    }
    .form_section_UL .li_input {
        width: 100%;
        text-align: left;
        padding: 0% 0% 5% 0%;
        color: var(--primary-color);
    }*/
    /*#_cancel_confirmation {
        width: 100%;
        margin-top: 15px;
    }*/
    /*.confirmButton
    {
        width:100%;
    }*/
    /*.form_section_UL .li_textMobile {
        width: 50%;
    }*/
    /*.form_section_UL .li_inputMobile {
        width: 50%;
    }*/
    .Refno {
        color: var(--primary-color);
    }

    .plx-noti-title, .plx-noti-icon {
        font-size: 20px !important;
    }

    .fieldCapcha {
        width: 45% !important;
    }

    .auto-suggest {
        width: 93.5%;
    }

    .wallet_text,
    .amount_text {
        font-size: 13px;
    }

    .amt-bg {
        font-size: 13px;
        width: 100%;
    }

    .logo-wrapper {
        margin: 0px 0px 0px 40px !important;
    }

        .logo-wrapper .m-Brand-logo {
            margin-left: 5px !important;
            width: 30px !important;
        }
}

@media only screen and (min-width: 600px) and (max-width: 979px) and (orientation : landscape) {
    .ok_icon {
        float: left;
        width: 20%;
        margin-left: 40%;
        text-align: center;
        font-size: 30px;
        border-radius: 100%;
        border: 2px solid var(--primary-color);
        background-color: var(--Secondary-color);
    }
    /*.form_section_UL {
        float: left;
        width: 90%;
        list-style-type: none;
        padding: 2% 0% 2% 0%;
        margin: 0% 5% 0% 5%;
        color: var(--primary-color);
    }

    .form_section_UL .li_text {
        width: 100%;
        text-align: left;
        padding-right: 0;
        line-height: 40px;
        color: var(--primary-color);
        position: relative;
    }*/
    .transactionsuccessfully .Refno {
        color: var(--primary-color);
    }

    .Refno {
        color: var(--primary-color);
    }
}

.cap_img {
    margin: 0% 0% 0% 0% !important;
    width: 45% !important;
}

@media only screen and (min-width: 200px) and (max-width: 600px) and (orientation: portrait) {
    .cap_img {
        width: 32% !important;
    }
}

@media (min-width: 992px) {
    .cap_img {
        margin: 0% 0% 0% 0% !important;
        width: 42% !important;
    }
}

@media (min-width: 768px) {
    .cap_img {
        width: 45% !important;
    }
}

.capswing {
    background: var(--Secondary-color) url(https://clients.pluxee.in/Pluxee_Library/images/plx-ic-refresh.svg) no-repeat center !important;
}

.resendlable {
    margin-top: 1px !important;
}
