@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

body {
    /* display: flex;
     justify-content: center;
     align-items: center;
     height: 100vh; */
    /* background: linear-gradient(135deg, #6a11cb 0%, #2575fc 100%); */
    font-family: 'Poppins', sans-serif;
    margin: 0;
}

img {
    max-width: 100%;
}

.site-below-header-wrap.ast-builder-grid-row-container.site-header-focus-item.ast-container {
    background: #fffcfa;
}

header.entry-header .entry-title {
    text-align: center;
}

div#content {
    background-image: url(https://mahalaxmi.mahabooking.com/wp-content/uploads/2025/05/maha_lakshmi_bg.jpg);
    background-size: 100%;
}

.loader {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    position: relative;
    animation: rotate 1s linear infinite;
    display: block;
}

.loader::before {
    content: "";
    box-sizing: border-box;
    position: absolute;
    inset: 0px;
    border-radius: 50%;
    border: 5px solid #2575fc;
    animation: prixClipFix 2s linear infinite;
}

.loader_div.active {
    display: flex !important;
}

.loader_div {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #e5e5e599;
    height: 100%;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@keyframes rotate {
    100% {
        transform: rotate(360deg)
    }
}

@keyframes prixClipFix {
    0% {
        clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0)
    }

    25% {
        clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0)
    }

    50% {
        clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%)
    }

    75% {
        clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%)
    }

    100% {
        clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0)
    }
}

.otp-container {
    background: white;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    text-align: center;
    width: 400px;
    display: flex;
    flex-direction: column;
    min-height: 330px;
    height: 100%;
    justify-content: center;
}

.otp-container.login_page_new {
    width: 100%;
    max-width: 600px;
    min-width: 600px;
}

.otp-container.login_page_new h2 {
    font-family: 'Poppins', sans-serif !important;
}

.otp-container input {
    letter-spacing: 0;
}

.otp-container h2 {
    margin-bottom: 10px;
    color: #333;
    font-family: 'Poppins', sans-serif !important;
}

.otp-container p {
    font-size: 14px;
    color: #363636;
    margin-bottom: 20px;
}

.otp-inputs {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 20px;
}

.otp-inputs input {
    width: 100%;
    height: 50px;
    text-align: center;
    font-size: 20px;
    border-radius: 10px;
    border: 2px solid #ddd;
    outline: none;
    transition: 0.3s;
}

.otp-inputs input:focus {
    border-color: #2575fc;
    box-shadow: 0 0 8px rgba(37, 117, 252, 0.5);
}

#postsTable th {
    font-size: 14px;
}

#postsTable td {
    font-size: 12px;
}

.submit-btn {
    background-color: #2575fc;
    color: white;
    border: none;
    padding: 12px 20px;
    border-radius: 10px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.submit-btn:hover {
    background-color: #6a11cb;
}

.resend {
    margin-top: 15px;
    font-size: 12px;
    color: #999;
}

.resend a {
    color: #2575fc;
    text-decoration: none;
    font-weight: bold;
}

.resend a:hover {
    text-decoration: underline;
}


#temp-registration-form {
    margin: 0 auto;
    padding: 50px;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

div#primary {
    max-width: 1000px;
    margin: 0 auto;
}

.field_wrapper {
    margin-bottom: 15px;
}

.field_wrapper label {
    display: block;
    margin-bottom: 5px;
}

.field_wrapper input[type="text"],
.field_wrapper input[type="email"],
.field_wrapper input[type="tel"],
.field_wrapper input[type="number"] {
    width: 100% !important;
    padding: 8px !important;
    box-sizing: border-box !important;
}

.field_wrapper input[type="date"] {
    border: 1px solid #e5e7f2;
    background: #fff;
    width: 100%;
    padding: 10px 20px;
    border-radius: 4px;
    color: #7d93b2;
    font-size: 0.923em;
    line-height: 18px;
    outline: none;
    overflow: hidden;
}

input#take_snapshot:hover {
    background: #efefef !important;
}

.field_wrapper {
    margin-bottom: 20px;
}

.field_wrapper .camera,
.field_wrapper .persons {
    display: grid;
    grid-template-columns: 49.5% 49.5%;
    gap: 1%;
}

.field_wrapper .camera {
    justify-content: center;
    padding: 50px;
    border-radius: 0;
    background-color: #FFF;
}

.after_capture_frame {
    width: 100%;
    object-fit: cover;
    max-height: 287px;
}

input#take_snapshot {
    width: auto;
}

.camera label {
    margin-bottom: 20px;
}

/* .my_camera {
    width: 350px !important;
} */

.msg {
    display: none;
}

.msg.success {
    display: block;
    padding: 2px;
    border: 2px solid green;
    text-align: center;
    transition: all 0.5s ease;
}

.msg.error {
    display: block;
    padding: 2px;
    border: 2px solid red;
    text-align: center;
    transition: all 0.5s ease;
}

.pre_capture_frame,
.pre_capture_frame video,
.camera #results {
    /* width: 100% !important; */
    min-width: 0 !important;
    min-height: 0 !important;
    width: 100% !important;
    position: relative;
    object-fit: cover;
}

/* .ticket_wrapper>div {
     width: 100%;
 }

 .ticket_wrapper .qr_wrapper {
     display: flex;
     gap: 50px;
     justify-content: center;
 } */


.otp-container.temp_login_form_new {
    display: flex;
    flex-wrap: nowrap;
    max-width: 1000px;
    width: 100%;
    flex-direction: unset;
    /* min-width: 1000px; */
    box-shadow: none;
    align-items: center;
    box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px;
    padding: 0;
    margin: 30px auto;
    justify-content: space-between;
    border-radius: 0;
}

.temp_login_form_new .login_right_img {
    width: 50%;
    display: flex;
}

.login_right.login_right_txt {
    width: 50%;
    text-align: left;
    padding: 0 50px;
}

.ast-page-builder-template .site .site-content #primary {
    max-width: 100%;
}

.my-registrations {
    margin: 20px 0;
}

.my-registrations h2 {
    text-align: center;
}

.my-registrations thead {
    background: #fffcfa;
}

.my-registrations tbody tr:nth-child(even) {
    background: #f2f2f2;
}

.my-registrations tbody tr:nth-child(odd) {
    background: #ffffff;
}

.my-registrations tbody tr td a {
    background: #ff6900;
    padding: 6px 15px;
    color: #fff;
    border-radius: 5px;
    font-size: 15px;
}

.my-registrations tbody tr td {
    font-size: 15px;
}

.my-registrations thead tr th {
    font-size: 16px;
}

.ast-builder-menu-1 .menu-item:hover>.menu-link {
    color: #ff6900;
}

.ast-plain-container.ast-no-sidebar #primary {
    margin-top: 30px;
    margin-bottom: 30px;
}

button#download_pass {
    background: #ff6900;
}

form#temp-logout-form button {
    background: #ff6900;
}

form#temp-logout-form button {
    background: #ff6900;
}

.site-primary-header-wrap.ast-builder-grid-row-container.site-header-focus-item.ast-container {
    box-shadow: rgba(0, 0, 0, 0.11) 0px 3px 3px 0px;
}

.ast-primary-header-bar.ast-primary-header.main-header-bar.site-header-focus-item {
    border: none;
}

.ast-below-header-bar.ast-below-header.site-header-focus-item {
    border: none;
}
/****start aadhar css *****/


form#create-identity-form {
    padding: 30px;
    background: #ffffff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 5px;
}

.aadhar_details_image img {
    max-width: 100%;
    object-fit: cover;
    border: 2px solid #ffe2cd;
}
td.aadhar_details_image {
    /* border: 1px solid #ccc !important; */
    /* width: 50%; */
}
table.aadhar_details_image_details {
    background-color: #fbfbfb;
    border: 2px solid #dddddd !important;
}

/****end aadhar css *****/

@media only screen and (max-width: 767px) {
    #temp-registration-form {
        padding: 20px;
    }
    .field_wrapper .persons{
        display: block;
    }
    .aadhar_details{
        display: block;
        width: 100%;
    }
    td.aadhar_details_image{
        display: block;
        width: 100%;
    }
    .aadhar_details p {
    margin-bottom: 10px;
}
h3, .entry-content h3{
    font-size: 15px !important;
}
    #ast-scroll-top {
        right: 3px !important;
    }

    [data-section="section-header-mobile-trigger"] .ast-button-wrap .mobile-menu-toggle-icon .ast-mobile-svg {
        fill: #e76120 !important;
    }

    .ast-header-break-point .site-header .main-header-bar-wrap .site-branding {
        padding: 4px 0;
    }

    .my-registrations {
        overflow-x: auto;
    }

    .my-registrations h2 {
        text-align: left;
    }

    .field_wrapper .row {
        grid-template-columns: 100%;
    }

    .field_wrapper .row.camera {
        padding: 20px 20px 40px;
    }

    .field_wrapper .child {
        margin-top: 20px;
    }

    .pre_capture_frame,
    .pre_capture_frame video {
        width: 100% !important;
    }

    .ticket_wrapper {
        width: auto;
    }

    .otp-container.temp_login_form_new {
        display: block;
    }

    .temp_login_form_new .login_right_img {
        width: 100%;
        display: block;
    }

    .login_right.login_right_txt {
        width: 100%;
        text-align: center;
        padding: 15px;
    }

    .otp-container h2 {
        font-size: 28px;
    }
}

/* .ticket_wrapper {
     width: 600px;
     padding: 30px;
     color: #fff;
     background: #4DB7FE;
     border-radius: 10px;
 }

 .ticket_wrapper {
     display: flex;
     justify-content: center;
     gap: 20px;
     flex-direction: column;
     align-items: center;
 }

 .logo_wrappeer {
     display: flex;
     justify-content: center;
     margin-bottom: 20px;
 }

 .mahabooking-registration-pass h2 {
     text-align: center;
     margin-bottom: 50px;
 } */

.registration_pass_table,
.registration_pass_table tr,
.registration_pass_table td,
.registration_pass_table th {
    border: none;
    border-collapse: collapse;
    text-align: left;
    padding: 0;
}

.tickets_column {
    display: grid;
    grid-template-columns: 39% 60%;
    /* gap: 1%; */
    margin: 30px 0;
    border-radius: 12px;
}

.ticket_col_1 {
    border: 1px solid #ff996840;
    background: #ff996840;
    padding: 20px;
    border-radius: 12px 0 0 12px;
}

.ticket_col_1 table {
    margin-bottom: 0;
}

.ticket_col_2 {
    border: 1px solid #f7f7f7;
    background: #f7f7f7;
    padding: 20px;
    border-radius: 0 12px 12px 0;
}

.imp_notices li {
    font-size: 13px;
    line-height: 1.2em;
    margin-bottom: 9px;
}

#ast-scroll-top,
span.ast-icon.icon-arrow {
    background-color: #ff6900;
    font-size: 15px;
}

.imp_notices ol {
    margin-bottom: 0;
}

body {
    /* display: flex;
     justify-content: center;
     align-items: center;
     height: 100vh; */
    /* background: linear-gradient(135deg, #6a11cb 0%, #2575fc 100%); */
    font-family: 'Poppins', sans-serif;
    margin: 0;
}

.otp-container {
    background: white;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    text-align: center;
    width: 400px;
    display: flex;
    flex-direction: column;
    min-height: 330px;
    height: 100%;
    justify-content: center;
}

.otp-container input {
    letter-spacing: 0;
}

.otp-container h2 {
    margin-bottom: 0;
    color: #333;
    font-size: 26px;
    font-weight: 600;
}

.otp-container p {
    font-size: 13px;
    color: #666;
    margin-bottom: 20px;
}

.otp-container p.sub_ttl a {
    color: #F0772E;
}

.otp-inputs {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 20px;
}

.otp-inputs input {
    width: 100%;
    height: 50px;
    text-align: left;
    font-size: 15px;
    border-radius: 0;
    border: 2px solid #ddd;
    outline: none;
    transition: 0.3s;
}

.otp-inputs input:focus {
    border-color: #F0772E;
    box-shadow: 0 0 8px rgba(253, 152, 42, .5);
}

.submit-btn {
    background-color: #F0772E;
    color: white;
    border: none;
    padding: 14px 20px;
    border-radius: 10px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s;
    background: #F0772E;
    background: linear-gradient(90deg, rgba(240, 119, 46, 1) 0%, rgba(253, 152, 42, 1) 100%);
    width: 100%;
    border-radius: 0;
    max-width: 120px;
}

button#submit_otp_verification {
    width: 100%;
    max-width: 211px;
}

a#resend_otp {
    color: #f0772d;
}

.submit-btn:hover {
    background-color: #6a11cb;
}

.resend {
    margin-top: 15px;
    font-size: 12px;
    color: #999;
}

.resend a {
    color: #2575fc;
    text-decoration: none;
    font-weight: bold;
}

.resend a:hover {
    text-decoration: underline;
}


#temp-registration-form {
    margin: 0 auto;
    padding: 50px;
    border-radius: 10px;
}

.field_wrapper {
    margin-bottom: 15px;
}

.field_wrapper label {
    display: block;
    margin-bottom: 5px;
}

.field_wrapper input[type="text"],
.field_wrapper input[type="email"],
.field_wrapper input[type="tel"],
.field_wrapper input[type="number"] {
    width: 100% !important;
    padding: 8px !important;
    box-sizing: border-box !important;
}

.field_wrapper input[type="date"] {
    border: 1px solid #e5e7f2;
    background: #fff;
    width: 100%;
    padding: 10px 20px;
    border-radius: 4px;
    color: #7d93b2;
    font-size: 0.923em;
    line-height: 18px;
    outline: none;
    overflow: hidden;
}

.field_wrapper {
    margin-bottom: 20px;
}

.field_wrapper .camera,
.field_wrapper .persons {
    display: grid;
    grid-template-columns: 49.5% 49.5%;
    gap: 1%;
}

.field_wrapper .camera {
    justify-content: center;
    padding: 30px;
    border-radius: 0;
    background-color: #fbfbfb;
    border: 2px solid #dddddd;
}

#temp-registration-form input {
    height: 45px;
    box-shadow: none;
    border: 2px solid #dddddd;
    border-radius: 0;
    /* background: #fff; */
    font-size: 13px;
}

input#take_snapshot {
    background: transparent !important;
    /* max-width: 170px; */
    /* width: 150px !important; */
    margin: 0;
    border: none;
    color: #000;
    border: 1px solid #000;
    font-weight: normal;
    text-align: left;
    display: block;
    float: left;

}

.capture_live {
    text-align: left;
    margin-bottom: 12px !important;
    font-size: 17px;
}

#temp-registration-form input.btn.color-bg.register_submit_btn {
    background: #ff6900;
    max-width: 156px;
    width: 100%;
    margin: 0;
    border: none;
    background: #F0772E;
    background: linear-gradient(90deg, rgba(240, 119, 46, 1) 0%, rgba(253, 152, 42, 1) 100%);
    font-size: 16px;
    margin-left: 30px;
}

form#temp-registration-form.temp-registration-form_dflex {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    justify-content: space-between;
}

form#temp-registration-form.temp-registration-form_dflex .field_wrapper {
    width: 49.5%;
}

form#temp-registration-form.temp-registration-form_dflex .field_wrapper.temp_width_registration {
    width: 100%;
}

.after_capture_frame {
    width: 100%;
    object-fit: cover;
    max-height: 287px;
}

input#take_snapshot {
    width: auto;
}

.camera label {
    margin-bottom: 20px;
}

/* .my_camera {
    width: 350px !important;
} */

.msg {
    display: none;
}

.msg.success {
    display: block;
    padding: 2px;
    border: 2px solid green;
    text-align: center;
    transition: all 0.5s ease;
}

.msg.error {
    display: block;
    padding: 2px;
    border: 2px solid red;
    text-align: center;
    transition: all 0.5s ease;
}

.pre_capture_frame,
.pre_capture_frame video,
.camera #results {
    /* width: 100% !important; */
    min-width: 0 !important;
    min-height: 0 !important;
    width: 100% !important;
    position: relative;
    object-fit: cover;
}

/* .ticket_wrapper>div {
     width: 100%;
 }

 .ticket_wrapper .qr_wrapper {
     display: flex;
     gap: 50px;
     justify-content: center;
 } */

@media only screen and (max-width: 767px) {
    #temp-registration-form {
        padding: 40px 20px;
    }


    .field_wrapper .row {
        grid-template-columns: 100%;
    }

    .field_wrapper .row.camera {
        padding: 20px 20px 40px;
    }

    .field_wrapper .child {
        margin-top: 0px !important;
    }

    .pre_capture_frame,
    .pre_capture_frame video {
        width: 100% !important;
    }

    .ticket_wrapper {
        width: auto;
    }

    .field_wrapper .camera {
        display: grid;
        grid-template-columns: 100%;
        padding: 20px;
    }

    #temp-registration-form {
        margin: 0 0 40px;
    }

    header.entry-header .entry-title {
        text-align: center;
        margin-top: 30px;
    }

    .submit-btn {
        width: 50%;
    }

    button#submit_otp_verification {
        width: 100%;
        margin-bottom: 20px;
    }


}

/* .ticket_wrapper {
     width: 600px;
     padding: 30px;
     color: #fff;
     background: #4DB7FE;
     border-radius: 10px;
 }

 .ticket_wrapper {
     display: flex;
     justify-content: center;
     gap: 20px;
     flex-direction: column;
     align-items: center;
 }

 .logo_wrappeer {
     display: flex;
     justify-content: center;
     margin-bottom: 20px;
 }

 .mahabooking-registration-pass h2 {
     text-align: center;
     margin-bottom: 50px;
 } */
.mahabooking-registration-pass h5 {
    text-align: center;
    text-transform: uppercase;
}

#download_pass {
    display: block;
    margin: 20px auto;
}

.registration_pass_table,
.registration_pass_table tr,
.registration_pass_table td,
.registration_pass_table th {
    border: none;
    border-collapse: collapse;
    text-align: left;
    padding: 0;
}

.registration_pass_table tr th {
    width: 165px;
    font-weight: 600;
    font-size: 14px;
}

.tickets_column {
    display: grid;
    grid-template-columns: 40% 60%;
    /* gap: 1%; */
    margin: 30px 0 0;
    border-radius: 12px;
}

.ticket_col_1 {
    background: #ff996840;
    padding: 20px;
    border-radius: 12px 0 0 12px;
}

.ticket_col_1 table {
    margin-bottom: 0;
}

.ticket_col_2 {
    background: #f7f7f7;
    padding: 20px;
    border-radius: 0 12px 12px 0;
}

.imp_notices li {
    font-size: 13px;
    line-height: 21px;
    margin-bottom: 11px;
}

.imp_notices ol {
    margin-bottom: 0;
}

.page-id-72

/* #temp-registration-form  */
    {
    background: #fdf1f4;
}


.mahabooking-registration-pass {
    padding: 20px;
    background: #fff;
}

.ticket_wrapper .ticket_header {
    border: 1px solid gray;
    padding: 20px;
    border-radius: 12px;
}

.logo_wrappeer {
    display: flex;
    justify-content: space-between;
}

#qrcode_pass {
    width: 100px;
}

#qrcode_pass canvas {
    width: 100px;
}

.qr-scanner-result {
    margin-top: 20px;
}

@media only screen and (max-width: 767px) {
    .ticket_wrapper .ticket_header {
        padding: 10px;
    }

    #primary .e-con-inner {
        padding: 10px 0 0 !important;
    }

    .registration_pass_table tr th {
        width: 126px;
        font-weight: 600;
        font-size: 14px;
    }

    .mahabooking-registration-pass h5 {
        font-size: 24px;
    }

    form#temp-registration-form.temp-registration-form_dflex .field_wrapper {
        width: 100%;
    }

    label.capture_live.capture_live_Result {
        margin-top: 20px;
    }

    #qrcode_pass {
        width: 80px;
    }

    #qrcode_pass canvas {
        width: 80px;
    }

    .otp-container {
        width: 100%;
    }

    .ticket_col_1 {
        border-radius: 12px 12px 0 0;
    }

    .tickets_column {
        grid-template-columns: 100%;
    }

    .ticket_col_2 {
        border-radius: 0 0 12px 12px;
    }

    .qr_wrapper {
        width: 100%;
    }

    .logo_wrappeer {
        flex-wrap: wrap;
        align-items: center;
    }

    .logo_wrappeer .maharashtra_logo,
    .logo_wrappeer .mahalaxmi_logo {
        width: 50%;
    }

    .qr_wrapper {
        margin: 0 auto;
        display: flex;
        justify-content: center;
        margin-top: 20px;
    }

    .maharashtra_logo {
        width: 65px !important;
    }

    .mahalaxmi_logo {
        width: 205px !important;
    }

    .otp-container h2 {
        font-size: 28px;
    }
}

button#print_pass {
    margin-top: 20px;
}


/* .identity-details {
    padding: 20px;
    border: 1px solid lightgray;
    border-radius: 20px;
} */

.identity-details {
    padding: 20px;
    /* border: 1px solid lightgray; */
    border-radius: 20px;
    background: #ffffff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 5px;
    margin-bottom: 15px;
}


.identity-details table,
.identity-details tr,
.identity-details td {
    border: none;
    text-align: center;
}
 .identity-details td.aadhar_details{
    text-align: left;
 }


.verified-design {
    display: flex;
    gap: 10px;
    align-items: center;
}

.verified-design p {
    margin: 0 !important;
}

/* Style for Aadhaar response message */
.aadhar_response_message {
    font-size: 16px;
    margin-top: 10px;
    padding: 10px;
    border-radius: 5px;
}

/* Success message */
.aadhar_response_message.success {
    color: #155724;
    background-color: #d4edda;
    border: 1px solid #c3e6cb;
}

/* Error message */
.aadhar_response_message.error {
    color: #721c24;
    background-color: #f8d7da;
    border: 1px solid #f5c6cb;
}

.aadhar_verification {
    display: flex;
    gap: 20px;
}

.aadhar_verification #send-aadhar-otp-button,
#verify-otp-btn {
    height: 40px !important;
    padding: 0 10px;
    font-size: 14px;
    width: 150px;
}