﻿
@import url('appstyle.css');

.capswing {
    background: var(--Secondary-color) url(https://clients.pluxee.in/Pluxee_Library/images/plx-ic-refresh.svg) no-repeat center !important;
    border: 2px solid var(--primary-color);
    border-radius: 0px;
    background-size: 27px;
    float: left;
    padding: 15px 25px 15px 25px;
    background-position: 11px 5px;
    cursor: pointer;
    width: 40px;
    height: 42px;
}

@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;
}

.custom-angular-tabs {
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
    border: none;
    overflow: hidden;
    /*margin-bottom: 2rem;*/
}

    .custom-angular-tabs .nav-item {
        flex: 1;
        position: relative;
    }

    .custom-angular-tabs .nav-link {
        position: relative;
        padding: 1rem 2rem;
        border: none;
        background: #221C46;
        color: white;
        font-weight: 500;
        font-size: 1rem;
        text-align: center;
        clip-path: polygon(0 0, 100% 0, calc(100% - 60px) 100%, 0 100%);
        transition: all 0.3s ease;
        border-radius: 0;
        width: -webkit-fill-available;
        font-weight: 600;
    }

    .custom-angular-tabs .nav-item:last-child .nav-link {
        /*   clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%); */
        width: -webkit-fill-available;
        clip-path: polygon(55px 0, 100% 0, 100% 100%, 0 100%);
    }

    .custom-angular-tabs .nav-link:hover {
        background: #221C46;
    }

#cardTabs {
    position: relative;
}

.imt_Link {
    text-align: center;
    list-style-type: none;
    padding-left: 0;
}
.cust_suport {
    color: #1b51dc;
}

#activation-tab {
    width: 113%;
}

#forgot-ref-tab {
    width: 100%;
}

.lblsuccess {
    color: #018935;
    display: block;
    width: 100%;
    text-align: center;
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word;
    white-space: normal;
    padding: 0 10px;
    font-size: 16px;
    line-height: 1.5;
}
.req{
    color:red;
}
.custom-angular-tabs .nav-link.active {
    /*  background: linear-gradient(90deg, #00ff88 0%, #00cc6f 100%); */
    background: var(--Secondary-color);
    color: #1a1a1a;
    font-weight: 600;
    width: -webkit-fill-available;
}

.custom-angular-tabs .nav-link i {
    margin-right: 0.5rem;
}

.custom-Secondary-button {
    background-color: #00eb5e;
    font-size: 16px;
    color: #221c46;
    border: 3px solid #221c46;
    font-weight: bold;
    padding: 6px 20px;
    min-width: 32%;
}

    .custom-Secondary-button:hover {
        padding: 6px 20px;
        background: #221c46;
        color: #fff;
    }

    .custom-Secondary-button:focus {
        box-shadow: var(--chakra-shadows-medium);
        background: var(--chakra-colors-semantic-cta-secondaryPressed);
        color: var(--chakra-colors-semantic-text-inverse);
        border-color: var(--chakra-colors-semantic-cta-primaryPressed);
    }

    .custom-Secondary-button:active, .custom-Secondary-button[data-active] {
        box-shadow: var(--chakra-shadows-medium);
        background: var(--chakra-colors-semantic-cta-secondaryPressed);
        color: var(--chakra-colors-semantic-text-inverse);
        border-color: var(--chakra-colors-semantic-cta-primaryPressed);
    }





.custom-Border-button {
    display: inline-flex;
    appearance: none;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    user-select: none;
    position: relative;
    white-space: nowrap;
    vertical-align: middle;
    outline: transparent solid 2px;
    outline-offset: 2px;
    line-height: 150%;
    border-radius: var(--chakra-radii-none);
    font-weight: 700;
    transition-property: var(--chakra-transition-property-common);
    transition-duration: var(--chakra-transition-duration-normal);
    border-width: 3px;
    border-style: solid;
    border-image: initial;
    height: var(--chakra-sizes-12);
    font-size: 16px;
    padding-inline-start: var(--chakra-space-6);
    padding-inline-end: var(--chakra-space-6);
    letter-spacing: -0.05em;
    text-decoration: none;
    text-transform: none;
    background: var(--White-color);
    color: var(--chakra-colors-semantic-text-primary);
    border-color: var(--chakra-colors-semantic-foreground-primary);
    min-width: 72px;
    padding: 18px 20px 18px 20px;
}

    .custom-Border-button:hover {
        padding: 18px 20px 18px 20px;
        background: #c7fcca;
        box-shadow: 5px 5px #d3d2da;
        color: var(--primary-color);
    }

    .custom-Border-button:focus {
        box-shadow: var(--chakra-shadows-medium);
        background: var(--chakra-colors-semantic-cta-secondaryPressed);
        color: var(--chakra-colors-semantic-text-inverse);
        border-color: var(--chakra-colors-semantic-cta-primaryPressed);
    }

    .custom-Border-button:active, .custom-Border-button[data-active] {
        box-shadow: var(--chakra-shadows-medium);
        background: var(--chakra-colors-semantic-cta-secondaryPressed);
        color: var(--chakra-colors-semantic-text-inverse);
        border-color: var(--chakra-colors-semantic-cta-primaryPressed);
    }
.custom-blue-button {
    display: inline-flex;
    appearance: none;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    user-select: none;
    position: relative;
    white-space: nowrap;
    vertical-align: middle;
    outline: transparent solid 2px;
    outline-offset: 2px;
    line-height: 150%;
    border-radius: var(--chakra-radii-none);
    font-weight: 700;
    transition-property: var(--chakra-transition-property-common);
    transition-duration: var(--chakra-transition-duration-normal);
    height: var(--chakra-sizes-12);
    font-size: 16px;
    padding-inline-start: var(--chakra-space-6);
    padding-inline-end: var(--chakra-space-6);
    letter-spacing: -0.05em;
    text-decoration: none;
    text-transform: none;
    background: var(--chakra-colors-transparent);
    background: var(--chakra-colors-semantic-cta-secondary);
    color: var(--chakra-colors-semantic-text-inverse);
    min-width: 72px;
    padding: 18px 20px 18px 20px;
}

    .custom-blue-button:hover {
        padding: 18px 20px 18px 20px;
        box-shadow: var(--chakra-shadows-large);
        background: var(--chakra-colors-semantic-cta-secondaryHover);
        color: var(--chakra-colors-semantic-text-primary);
    }

    .custom-blue-button:focus {
        box-shadow: var(--chakra-shadows-medium);
        background: var(--chakra-colors-semantic-cta-secondaryPressed);
        color: var(--chakra-colors-semantic-text-inverse);
        border-color: var(--chakra-colors-semantic-cta-primaryPressed);
    }

    .custom-blue-button:active, .custom-blue-button[data-active] {
        box-shadow: var(--chakra-shadows-medium);
        background: var(--chakra-colors-semantic-cta-secondaryPressed);
        color: var(--chakra-colors-semantic-text-inverse);
    }

/* Responsive adjustments */
@media (max-width: 768px) {
    .custom-angular-tabs {
        flex-direction: column;
    }

        .custom-angular-tabs .nav-link {
            clip-path: none;
            margin-bottom: 0.5rem;
        }

        .custom-angular-tabs .nav-item:last-child .nav-link {
            clip-path: none;
        }
}

.mb-28 {
    margin-bottom: 28px;
}

.mb-20 {
    margin-bottom: 20px;
}
section {
    float: left;
    width: 100%;
}

.modal-dialog {
    left: 0%;
}

.heading {
    font-weight: 700;
    font-size: 1.43rem;
    line-height: normal;
    text-align: center;
}

.Sub-logo-wrapper img {
    float: right;
    width: 300px;
    padding: 10px 0px 0px 0px;

}


.Contact-box {
    float: left;
    width: 100%;
    background: var(--chakra-colors-white);
    border-radius: 8px, 8px, 0px, 0px;
    padding: 10px;
    margin: 0 0;
    min-height: 300px;
    box-shadow: 0px 0px 5px 2px rgba(241,240,255,1);
    border: 1px solid var(--chakra-colors-core-deepBlue-4);
}
.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;
}


@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 {
    margin-top: 9px;
}

.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;
}
.cap_img {
    margin: 0% 0% 0% 0% !important;
}

.resend-otp {
    color: var(--chakra-colors-red-600);
}

.resend_otp {
    color: var(--chakra-colors-blue-500);
    float: left;
    margin: 10px 0px 0px 0px;
    font-size: 1rem;
    font-weight: 500;
}

.confirmButton {
    display: flex
}

    .confirmButton > .Confirm_btn {
        padding: 6px 15px 7px 15px;
        margin-right: 10px;
    }

.wallet_text,
.amount_text {
    font-size: 1rem;
}

.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);
    }

    .logo-wrapper {
       
        margin: 0px 0px 0px 45px;
    }

    .Sub-logo-wrapper img {
        float: right;
        width: 180px;
        padding: 14px 0px 0px 0px;
    }

    .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;
    }
}

@media only screen and (min-width: 600px) and (max-width: 979px) and (orientation : landscape) {

    .logo-wrapper {
        
        margin: 0px 0px 0px 60px;
    }

    #activation-tab {
        width: 105%;
    }

    .custom-angular-tabs .nav-link {
       
        font-size: 13px;
    }

    .form_section_UL .li_text {
        
        font-size: 13px;
    }

        .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);
        }
    }
@media only screen and (min-width: 200px) and (max-width: 600px) and (orientation: portrait) {
    .custom-Primay-button {
        width: 100% !important;
    }
}

