/*-----------------------------------------------------------------------------------------------------------
                                    ----Multiform CSS---
------------------------------------------------------------------------------------------------------------*/
.book-hall-heading {
    background: #210634 url(../image/hall.png);
    padding: 35px 0;
    background-repeat: no-repeat;
    background-position: top left;
    background-attachment: fixed;
}
.book-hall-heading span {
    background: #ffffff47;
    padding: 9px 14px;
    font-family: 'jost';
    font-weight: 500;
    font-size: 33px;
    border-radius: 20px;
    color: #000b89;
}
.multiform-box {
    background: white;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0 5px 15px rgba(0,0,0,.08);
}
.form-label-text {
    font-size: 14px;
    font-family: 'jost';
    font-weight: 500;
    color: #707070;
}
.form-label-text span {
    color: red;
}
.input-area {
    background: white;
    height: 44px;
    border-radius: 7px;
}
.input-text {
    font-size: 15px;
    font-family: 'Poppins';
}
.form-stepper .label {
    font-size: 12px;
    font-family: 'Poppins';
    font-weight: 500;
}
.form-step {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    padding: 20px;
}
.d-none {
    display: none;
}
.form-stepper .form-stepper-completed .form-stepper-circle {
    background-color: #035bdf !important;
    color: #fff;
}
.form-stepper .form-stepper-completed .form-stepper-circle:hover {
    background-color: #0e9594 !important;
    color: #fff !important;
}
.form-stepper .form-stepper-completed .label {
    color: #035bdf !important;
}
.form-stepper .form-stepper-active .label {
    color: #ff2c2c !important;
}
.form-stepper .form-stepper-active .form-stepper-circle {
    background-color: #ff2c2c !important;
    color: #fff;
}
.form-stepper .form-stepper-active .form-stepper-circle:hover {
    background-color: #4361ee !important;
    color: #fff !important;
}
ul.form-stepper li a .form-stepper-circle {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 0;
    line-height: 1.7rem;
    text-align: center;
    background: rgba(0, 0, 0, 0.38);
    border-radius: 50%;
    font-size: 18px;
    font-family: 'Jost';
    font-weight: 700;
}
.form-stepper .form-stepper-unfinished .form-stepper-circle {
    background-color: #c9e4ff;
}
ul.form-stepper .form-stepper-circle span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}
.form-stepper-horizontal li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.form-stepper-horizontal > li:not(:last-of-type) {
    margin-bottom: 0 !important;
}
.form-stepper a {
    cursor: pointer;
    text-decoration: none;
}
ul.form-stepper {
    counter-reset: section;
    margin-bottom: 3rem;
}
ul.form-stepper .form-stepper-circle {
    position: relative;
}
ul.form-stepper > li:not(:last-of-type) {
    margin-bottom: 0.625rem;
    -webkit-transition: margin-bottom 0.4s;
    -o-transition: margin-bottom 0.4s;
    transition: margin-bottom 0.4s;
}
.form-stepper-horizontal li:not(:last-child):after {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 1px;
    content: "";
    top: 32%;
}
.form-stepper-horizontal li:after {
    background-color: #dee2e6;
}
.form-stepper-horizontal li.form-stepper-completed:after {
    background-color: #4da3ff;
}
.form-stepper-horizontal li:last-child {
    flex: unset;
}
.form-stepper .form-stepper-active .form-stepper-circle:hover {
    background-color: #4361ee !important;
    color: #fff !important;
}
.form-stepper .form-stepper-unfinished .form-stepper-circle {
    background-color: #f8f7ff;
}
.form-stepper .form-stepper-active span.text-muted {
    color: #fff !important;
}
.form-stepper .form-stepper-completed span.text-muted {
    color: #fff !important;
}
.form-stepper-horizontal {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.button {
    padding: 8px 37px;
    border: 1px solid #0062df;
    background-color: #0062df;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
    font-family: 'poppins';
}
.submit-btn {
    border: 1px solid #0e9594;
    background-color: #0e9594;
}
.button:disabled,
.submit-btn:disabled {
    opacity: 0.5; /* Example: reduce opacity when button is disabled */
    cursor: not-allowed; /* Change cursor to indicate disabled state */
}
.prev-btn {
    background: #00BCD4;
    border: 1px solid #00bcd4;
}
.textarea-box {
    height: 162px;
    border-radius: 7px;
    border: 1px solid #e5e5e5 !important;
}
.heading h1 {
    font-size: 21px;
    font-family: 'Poppins';
    font-weight: 400;
}
.list-text h4 {
    font-size: 15px;
    font-family: 'mukta';
}
.xxxsmall-text {
    font-size: 14px;
    font-family: 'poppins';
}
.heading h2 {
    font-family: 'Poppins';
    font-size: 22px;
    font-weight: 500;
    color: #035bdf;
}
.payment-thumnail a img {
    height: 55px;
    background: #ebf3ff;
    padding: 4px;
    border: 1px solid #b6dbff;
    border-radius: 5px;
}
.Verification-button a {
    color: white;
    font-family: 'Jost';
}
.Verification-button i {
    background: #4089fd;
    height: 23px;
    width: 23px;
    text-align: center;
    border-radius: 50%;
    font-size: 14px;
    line-height: 24px;
    color: #023b8f;
}
.Verification-button {
    background: #2460b9;
    padding: 8px;
    border-radius: 2px;
}
.Verification-area {
    background: #e5efff;
    padding: 20px;
    border: 1px solid #a2c1ff;
    border-radius: 14px;
}
.otp-text {
    font-size: 16px;
    font-family: 'jost';
    font-weight: 500;
    color: #1e1e1e;
}
.otp-text a {
    color: #0087f3;
}
.heading-text h2 {
    font-size: 23px;
    font-family: 'Jost';
    font-weight: 500;
    color: #2460b9;
    margin: 0;
}
.verification-thumnail img {
    height: 135px;
}
.xsmall-text {
    margin: 0;
    font-size: 15px;
    font-family: 'jost';
    font-weight: 500;
    color: #5e5e5e;
}
.request-otp-button a {
    font-size: 16px;
    font-family: 'Jost';
    font-weight: 500;
    color: #0062df;
}
.successful-box {
    background: white;
    box-shadow: 0 15px 25px #00000019;
    border-bottom: solid 4px #28a745;
}
.heading-text h3 {
    font-size: 28px;
    font-family: 'Jost';
    font-weight: 600;
    line-height: 31px;
}
.successful-box {
    box-shadow: 0 15px 25px #00000019;
    text-align: center;
    border-bottom: solid 4px #28a745;
    padding: 20px;
    border-radius: 20px;
}
.heading-text h4 {
    font-family: 'Jost';
    line-height: 23px;
    font-weight: 500;
    font-size: 17px;
    margin: 0;
}
.successful-tick-thumnail img {
    height: 185px;
}