﻿section {
    float: left;
    width: 100%;
}
.pan-container {
    float: left;
    width: 100%;
    background: var(--chakra-colors-white);
    border-radius: 0px;
    padding: 10px;
    margin: 3.5rem 0;
    border: 1px solid var(--chakra-colors-core-deepBlue-4);
}

@media (max-width: 767.98px) {
    .pan-container {
        margin: 2.5rem 0;
    }
}

.Sub-logo-wrapper img{
    width: auto;
    height: 30px;
}

.form_section_UL {
    float: left;
    width: 100%;
    list-style-type: none;
    color: var(--primary-color);
    padding: 10px;
}

    .form_section_UL .li_text {
        display: flex;
        flex-wrap: wrap;
        /*align-content: center;*/
        justify-content: end;
        margin-top:11px;
    }

    @media (max-width: 767.98px) {
        .form_section_UL .li_text {
            margin-top: 0;
            margin-bottom: .5rem;
            justify-content: start;
        }
    }

    .form_section_UL .li_input {
        text-align: left;
    }

.error-text,
.resend-otp {
    color: var(--chakra-colors-core-confidentlyCoral-8);
    float: left;
    margin: 10px 0px 0px 0px;
    font-size: 1rem;
}

#_form2, #_form3, #_form4 {
    display: none;
}

.auto-complete {
    position: relative;
}

.auto-suggest {
    position: absolute;
    width: 94%;
    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 {
    text-align: center;
}
.success-icon {
    font-size: 4.9rem;
    color: var(--chakra-colors-core-ultraGreen-7);
}

.success h2 {
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 1.78rem;
    line-height: 30px;
    margin: 10px 0px;
    float: left;
    color: var(--chakra-colors-core-ultraGreen-7);
}

.success p {
    width: 100%;
    text-align: center;
    font-size: 1.35rem;
    line-height: 25px;
}

.plx_title_h1 {
    font-size: 1.35rem;
}

/****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);
}
  
.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;
}

.auto-suggest {
    z-index: 99;
}

section.footer {
    margin-top: 0;
}

.CapDiv > .fieldCapcha .error-text {
    position: absolute;
    display: block;
}

@media (max-width: 768px) {
    .plx_title_h1 {
        font-size: 1rem;
    }

    .blue_bg,
    .blue_bg:after,
    .blue_bg1 {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .CapDiv > .fieldCapcha .error-text {
        width: 45%;
    }
}

@media (max-width: 1024px) {
    #_sbt {
        margin-top: 15px;
    }
}

    