section {
    float: left;
    width: 100%;
}

body {
    background-color: rgba(231, 231, 231, 0.941);
}

.hidden {
    display: none !important;
}

.display {
    display: block !important;
}

.row {
    display: flex;
    align-content: center;
    justify-content: center;
}

.custom-margin-top-30 {
    margin-top: 30px;
}

.clear {
    clear: both;
}

.heading {
    width: 85%;
    padding: 0.7%;
    background: var(--Secondary-color);
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    align-items: center;
    font-weight: 700;
    font-size: 24px;
    vertical-align: middle;
}

    .heading > div {
        margin-right: 20px;
    }

.icon-img {
    width: 60px;
    height: 60px;
    float: left;
    justify-self: flex-start;
}

.custom-Border-button {
    width: 45%;
}


.pan-container {
    width: 85%;
    background-color: rgba(247, 247, 247, 0.941);
    padding: 0.5%;
    position: relative;
}

.Sub-logo-wrapper img {
    float: right;
    width: 180px;
    margin: 25px 30px 0px 0px;
}

input[type="checkbox"] {
    height: 20px !important;
    width: 20px !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    border: .12rem solid #808080;
    outline: none;
    background-color: #fff;
    cursor: pointer;
}

    input[type="checkbox"]:checked {
        background-image: url(https://uat.in.pluxee.tools/Pluxee_Library/images/checkbox_plx.png);
        background-size: 11px !important;
        background-repeat: no-repeat;
        background-position: center center;
    }




.form_section_UL {
    float: left;
    width: 100%;
    list-style-type: none;
    padding: 2% 0% 2% 0%;
    margin: 0;
    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 {
        width: 35%;
        text-align: right;
        padding-right: 1%;
        line-height: 40px;
        color: var(--primary-color);
        position: relative;
    }

    .form_section_UL .li_input {
        width: 65%;
        text-align: left;
        padding: 0% 12% 1.8% 1%;
        color: var(--primary-color);
    }

.error-text {
    color: var(--chakra-colors-core-confidentlyCoral-8);
    float: left;
    margin: 4px 0px 5px 0px;
    font-size: 13px;
    height: 10px;
    white-space: pre;
    display: block;
    width: 100%;
}

.resend-otp {
    color: var(--chakra-colors-core-confidentlyCoral-8);
    float: right;
    margin: 10px 0px 0px 0px;
    font-size: 13px;
    font-weight: 500;
}

#_form2, #_form3, #_form4 {
    display: none;
}

.disabled {
    color: #c0c0c0 !important;
    border-color: #e2e2e2 !important;
    cursor: not-allowed!important;
    pointer-events: none!important;
}

.auto-complete {
    position: relative;
}

.auto-suggest {
    position: absolute;
    width: 73%;
    min-height: 0px;
    max-height: 200px;
    overflow: overlay;
    background: var(--chakra-colors-core-white);
    margin-top: 1px;
    border: 1px solid var(--semantic-border-secondary);
    display: none;
    z-index: 999;
}

    .auto-suggest ul {
        margin: 0;
        padding: 0;
    }

        .auto-suggest ul li {
            margin: 0;
            padding: 10px 5px 10px 5px;
            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);
            }

.success {
    float: left;
    width: 100%;
    padding: 5% 5% 5% 5%;
}

.check_icon {
    float: left;
    width: 100%;
    text-align: center;
}

.success-icon {
    font-size: 60px;
    color: var(--chakra-colors-core-ultraGreen-7);
}

.success h2 {
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 25px;
    line-height: 30px;
    margin: 10px 0px 10px 0px;
    float: left;
    color: var(--chakra-colors-core-ultraGreen-7);
}

.success p {
    width: 100%;
    text-align: center;
    font-size: 18px;
    line-height: 25px;
}

.plx_title_h1 {
    font-size: 18px;
}
/****Pluxee style****/
::-webkit-input-placeholder {
    color: rgb(63 62 62 / 0.48);
}

:-ms-input-placeholder {
    color: rgb(63 62 62 / 0.48);
}

::placeholder {
    color: rgb(63 62 62 / 0.48);
}




.alert-text {
    color: var(--bs-green) !important;
}





input[type="file"] {
    -webkit-appearance: none;
    text-align: right !important;
    border-radius: 5px;
    color: #293895;
    padding: 5px 0px 0px 10px;
    border: 2px solid #293895;
    background-color: white;
    margin: 0px -64px;
    cursor: pointer;
}

    input[type="file"]::-webkit-file-upload-button {
        background: var(--bs-blue);
        color: var(--bs-white);
        line-height: 30px;
        padding: 0px 20px;
        border: none;
        float: right;
        margin-right: -5px;
        margin-top: -5px;
        cursor: pointer;
    }


@keyframes example {
    0% {
        transform: scale(0.85)
    }

    100% {
        transform: scale(1)
    }
}

button[disabled], html input[disabled] {
    cursor: default;
    /* background: var(--chakra-colors-core-deepBlue-2); */
}


.disabled {
    background: var(--bs-body);
    cursor: not-allowed;
    color: var(--bs-textbox-border);
}

input[type="checkbox"] {
    margin-right: 9px;
    accent-color: var(--bs-blue);
    position:absolute;
}

label {
    margin-left: 35px;
}

.tipbtn {
    height: 25px;
    border: none;
    background-color: transparent;
    color: transparent;
    width: 25px;
    background: url(../../img/info.png) no-repeat;
    border-radius: 25px;
    background-size: 11px;
    background-position: 6px 2px;
    margin-left: 0px;
    margin-top: 3px;
    right: 76px;
    top: 0px;
    position: absolute;
}

.pop-title-error {
    height: 65px;
    width: 107.5%;
    margin-top: -15px;
    margin-left: -15px;
    background: #fbddda;
    font-size: 30px;
    display: flex;
    justify-content: center;
    vertical-align: middle;
    font-weight: 800;
    color: #530512;
    line-height: 2;
}

.pop-title-info {
    height: 140px;
    width: 107.5%;
    margin-top: -15px;
    margin-left: -15px;
    background: var(--chakra-colors-semantic-illustration-foreground3);
    font-size: 30px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    vertical-align: middle;
    text-align: center;
    font-weight: 800;
    color: var(--chakra-colors-semantic-text-info);
    line-height: 2;
}

.pop-content-info > .custom-Border-button {
    margin-top: 20px;
    background: var(--chakra-colors-semantic-illustration-foreground3) !important;
}

.alert-icon, .pop-title {
    display: flex;
    justify-content: center;
}

.alert-icon {
    font-size: 3rem;
    margin-top: 20px;
}

.pop-title {
    margin-bottom: 10px;
}

.pop-content-error {
    width: 100%;
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    color: var(--chakra-colors-semantic-text-primary);
    font-size: 16px;
    font-weight: 800;
    line-height: 125%;
    letter-spacing: -0.05em;
    text-decoration: none;
    text-transform: none;
    padding: 2rem;
}

.pop-content-info {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: var(--chakra-colors-semantic-text-info);
    font-size: 16px;
    font-weight: 800;
    line-height: 125%;
    letter-spacing: -0.05em;
    text-decoration: none;
    text-transform: none;
    text-align: center;
    padding: 2rem;
}

.pop-title-error::after {
    content: "";
    width: 0%;
    height: 0px;
    border-top-color: #fbddda;
    border-left-color: transparent;
    border-bottom-color: transparent;
    border-right-color: transparent;
    bottom: calc(100% - 3.5rem);
    position: absolute;
    left: calc(50% - 24px);
    transform: translateY(100%);
    border-style: solid;
    border-width: 24px 24px 23px;
}


@media only screen and (min-width: 200px) and (max-width: 600px) and (orientation : portrait) {

    .Sub-logo-wrapper img {
        float: right;
        width: 150px;
        margin: 15px 15px 0px 0px;
    }

    .blue_bg {
        display: none
    }

    .blue_bg1 {
        display: none
    }

    .heading {
        width: 95%;
        font-size: 18px;
    }

    .pan-container {
        width: 95%;
    }

    .plx_title_h1 {
        font-size: 12px;
    }

    .cap_img {
        width: 75%;
        margin: 0px 10px 0px 0px;
    }

    .custom-Border-button {
        width: 100%;
    }

    .auto-suggest {
        width: 100%;
    }

    .fieldCapcha {
        width: 100%;
        margin-bottom: 20px;
    }

    .form_section_UL {
        padding: 2% 5% 2% 5%;
    }

        .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% 2% 0%;
            color: var(--primary-color);
        }

    .auto-suggest {
        z-index: 99;
    }
}

@media only screen and (min-width: 600px) and (max-width: 979px) and (orientation : landscape) {

    .Sub-logo-wrapper img {
        float: right;
        width: 150px;
        margin: 15px 15px 0px 0px;
    }

    .blue_bg {
        display: none
    }

    .blue_bg1 {
        display: none
    }

    .plx_title_h1 {
        font-size: 12px;
    }

    .form_section_UL {
        padding: 2% 5% 2% 5%;
    }

        .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% 2% 0%;
            color: var(--primary-color);
        }

    .auto-suggest {
        z-index: 99;
    }
}
