/* CSS for floating label input box */

.has-float-label {
    display: block;
    position: relative
}

.has-float-label label,
.has-float-label>span {
    position: absolute;
    cursor: text;
    font-size: 75%;
    opacity: 1;
    -webkit-transition: all .2s;
    transition: all .2s;
    top: -.5em;
    left: .75rem;
    z-index: 3;
    line-height: 1;
    padding: 0 1px
}

.has-float-label label::after,
.has-float-label>span::after {
    content: " ";
    display: block;
    position: absolute;
    background: #fff;
    height: 2px;
    top: 50%;
    left: -.2em;
    right: -.2em;
    z-index: -1;
}

.has-float-label .form-control::-webkit-input-placeholder {
    opacity: 1;
    -webkit-transition: all .2s;
    transition: all .2s
}

.has-float-label .form-control:placeholder-shown:not(:focus)::-webkit-input-placeholder {
    opacity: 0
}

.has-float-label .form-control:placeholder-shown:not(:focus)+* {
    font-size: 150%;
    opacity: .8;
    top: .75em;
}

.input-group .has-float-label {
    display: table-cell
}

.input-group .has-float-label .form-control {
    border-radius: .25rem
}

.input-group .has-float-label:not(:last-child),
.input-group .has-float-label:not(:last-child) .form-control {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-right: 0
}

.input-group .has-float-label:not(:first-child),
.input-group .has-float-label:not(:first-child) .form-control {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}


/* Pan Verification*/


/* ducument-required*/

.welcome-div-first {
    height: 50vh;
}

.welcome-div-upper {
    background-color: #f2f3f7;
    height: auto;
    position: absolute !important;
    top: 8%;
    border-radius: 10px;
    padding-bottom: 2rem;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #ced4da !important;
    outline: 0;
    box-shadow: none;
}

.text-label {
    font-size: 16px !important;
    color: #494c50;
}

.content-center {
    margin-top: 2rem;
}

.para {
    font-size: 14px;
}

.shadow-theme {
    border-radius: 20px;
    /* height:170px; */
    height: 235px;
    border: 1px solid #dad9da;
    background-color: #fff;
}

.shadow-theme:hover {
    border-radius: 20px;
    background: linear-gradient(145deg, #fff, #ffffff);
    box-shadow: 5px 5px 10px #bfbfbf, -5px -5px 10px #ffffff;
    cursor: pointer;
    border: 1px solid #fff;
    transition: box-shadow 0.3s ease-in-out 0s;
}

.image-and-name {
    display: flex;
}

.image-and-name h5 {
    margin-top: auto;
    margin-bottom: auto;
}

.doc-text {
    font-size: 12px;
    text-align: center;
}


/* stepperform */

.form-card {
    text-align: left
}

#msform fieldset:not(:first-of-type) {
    display: none
}

#msform .action-button {
    cursor: pointer;
}

#msform .action-button:hover,
#msform .action-button:focus {
    cursor: pointer;
}

#msform .action-button-previous {
    cursor: pointer;
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
    cursor: pointer;
}

.steps {
    font-size: 25px;
    color: gray;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: right
}

.fieldlabels {
    color: gray;
    text-align: left
}

#progressbar {
    overflow: hidden;
    color: lightgrey
}

#progressbar .active {
    color: #ff574d
}

#progressbar li {
    list-style-type: none;
    font-size: 15px;
    width: 25%;
    float: left;
    position: relative;
    font-weight: 400
}

#progressbar #account:before {
    font-family: FontAwesome;
    content: "\f007"
}

#progressbar #jointholder_1:before {
    font-family: FontAwesome;
    content: "\f007"
}

#progressbar #jointholder_2:before {
    font-family: FontAwesome;
    content: "\f007"
}

#progressbar #personal:before {
    font-family: FontAwesome;
    content: "\f19c"
}

#progressbar #payment:before {
    font-family: FontAwesome;
    content: "\f15c"
}

#progressbar #file:before {
    font-family: FontAwesome;
    content: "\f15c"
}

#progressbar #confirm:before {
    font-family: FontAwesome;
    content: "\f00c"
}

#progressbar li:before {
    width: 40px;
    height: 40px;
    line-height: 36px;
    display: block;
    font-size: 20px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px;
    position: relative;
    z-index: 1;
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: 0;
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: #ff574d
}

.progress {
    height: 15px !important;
}

.progress-bar {
    background-color: #ff574d !important;
    height: 15px !important;
}

.fit-image {
    width: 100%;
    object-fit: cover
}


/* required details form */

.content-center {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.p-radio {
    margin-top: -.5rem;
}

.alert {
    padding: .40rem 1.25rem;
}

.alert-warning {
    background-color: #ff8e4e54;
}

.div-overlay {
    position: absolute !important;
    top: 50px;
}

.progress-border {
    background-color: transparent;
}

.display-check-ind,
.display-check-nri {
    display: none;
}

@media only screen and (max-width: 600px) {
    .parent-bg {
        display: none;
    }
    .div-overlay {
        position: relative !important;
        top: 30px;
    }
}

.display-on-check,
.display-on-check1,
.display-on-check2 {
    display: none;
}

#upload {
    opacity: 0;
}

#upload-label {
    position: absolute;
    top: 50%;
    left: 1rem;
    transform: translateY(-50%);
}

.image-area {
    border: 2px dashed rgba(255, 255, 255, 0.7);
    padding: 1rem;
    position: relative;
}

.image-area::before {
    content: 'File Result';
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 0.8rem;
    z-index: 1;
}

.image-area img {
    z-index: 2;
    position: relative;
}

.file-container {
    border-radius: .5rem;
}

.video-icon-container .fa-video-camera {
    color: #fff;
    font-size: 3rem;
    cursor: pointer;
}


/* required details form End*/


/* Check Success icon and animation start*/

.form-accord {
    margin: 50px 0;
}

.form-accord .btn-header-link {
    color: #fff;
    display: block;
    text-align: left;
    color: #222;
}

.form-accord .btn-header-link:after {
    content: "\f107";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    float: right;
}

.form-accord .btn-header-link.collapsed:after {
    content: "\f106";
}

.success-checkmark {
    width: 80px;
    height: 115px;
    margin: 0 auto;
}

.success-checkmark .check-icon {
    width: 80px;
    height: 80px;
    position: relative;
    border-radius: 50%;
    box-sizing: content-box;
    border: 4px solid #4CAF50;
}

.success-checkmark .check-icon::before {
    top: 3px;
    left: -2px;
    width: 30px;
    transform-origin: 100% 50%;
    border-radius: 100px 0 0 100px;
}

.success-checkmark .check-icon::after {
    top: 0;
    left: 30px;
    width: 60px;
    transform-origin: 0 50%;
    border-radius: 0 100px 100px 0;
    animation: rotate-circle 4.25s ease-in;
}

.success-checkmark .check-icon::before,
.success-checkmark .check-icon::after {
    content: "";
    height: 100px;
    position: absolute;
    background: #FFFFFF;
    transform: rotate(-45deg);
}

.success-checkmark .check-icon .icon-line {
    height: 5px;
    background-color: #1CC88A;
    display: block;
    border-radius: 2px;
    position: absolute;
    z-index: 10;
}

.success-checkmark .check-icon .icon-line.line-tip {
    top: 46px;
    left: 14px;
    width: 25px;
    transform: rotate(45deg);
    animation: icon-line-tip 0.75s;
}

.success-checkmark .check-icon .icon-line.line-long {
    top: 38px;
    right: 8px;
    width: 47px;
    transform: rotate(-45deg);
    animation: icon-line-long 0.75s;
}

.success-checkmark .check-icon .icon-circle {
    top: -4px;
    left: -4px;
    z-index: 10;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: absolute;
    box-sizing: content-box;
    border: 4px solid rgb(28, 200, 138);
}

.success-checkmark .check-icon .icon-fix {
    top: 8px;
    width: 5px;
    left: 26px;
    z-index: 1;
    height: 85px;
    position: absolute;
    transform: rotate(-45deg);
    background-color: #FFFFFF;
}

@keyframes rotate-circle {
    0% {
        transform: rotate(-45deg);
    }
    5% {
        transform: rotate(-45deg);
    }
    12% {
        transform: rotate(-405deg);
    }
    100% {
        transform: rotate(-405deg);
    }
}

@keyframes icon-line-tip {
    0% {
        width: 0;
        left: 1px;
        top: 19px;
    }
    54% {
        width: 0;
        left: 1px;
        top: 19px;
    }
    70% {
        width: 50px;
        left: -8px;
        top: 37px;
    }
    84% {
        width: 17px;
        left: 21px;
        top: 48px;
    }
    100% {
        width: 25px;
        left: 14px;
        top: 45px;
    }
}

@keyframes icon-line-long {
    0% {
        width: 0;
        right: 46px;
        top: 54px;
    }
    65% {
        width: 0;
        right: 46px;
        top: 54px;
    }
    84% {
        width: 55px;
        right: 0px;
        top: 35px;
    }
    100% {
        width: 47px;
        right: 8px;
        top: 38px;
    }
}

.btn-color-green {
    background-color: #28a745 !important;
}

.btn-color-green .round {
    background-color: #175825 !important;
}
.waitdata{
    font-weight: bold;
    font-size: 20px;
}


/* Check Success icon and animation End*/