@import '_content/VM.SharedComponents/VM.SharedComponents.s481idz5ov.bundle.scp.css';

/* /Components/Inductions/ModalDialog.razor.rz.scp.css */
.modal-dialog-container[b-39knl95ajs] {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1050; /* Ensure it stays on top */
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    width: 90%;
    max-width: 85%;
    padding: 35px;
}

.modal-dialog-overlay[b-39knl95ajs] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9); /* Dark background */
    z-index: 1040; /* Below the modal but above other content */
}

.modal-close-button[b-39knl95ajs] {
    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
}
/* /Components/Inductions/Questionnaire.razor.rz.scp.css */
.questionnaire-container .question .form-label[b-hji56h2amt] {
    font-weight: 550;
    color: #333;
    font-size: 1.1rem;

}
.questionnaire-container[b-hji56h2amt] {
    flex: 1;
    overflow-y: auto;
    margin: 20px 0;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 8px;
    background-color: #ffffff;
}

/* Checkbox Styling */
input[type="checkbox"][b-hji56h2amt] {
    width: 20px; /* Increase the width */
    height: 20px; /* Increase the height */
    accent-color: #408234; /* Use a consistent green color */
    cursor: pointer; /* Show a pointer cursor for better UX */
    margin-right: 10px; /* Add space between checkbox and label */
    border: double;
}

.checkbox-label[b-hji56h2amt] {
    display: flex;
    align-items: center;
    font-size: 16px; /* Match the label font size with others */
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
/* /Pages/ConfirmSignOut.razor.rz.scp.css */
.general[b-u7bl2thhxo] {
}/* General Container */
.signout-container[b-u7bl2thhxo] {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    background-color: #f5f5f5;
    width: 100%;
}

/* Content Container */
.content-container[b-u7bl2thhxo] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    background-color: #ffffff; /* White background for the content */
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    max-width: 800px;
    width: 100%;

}

/* Left Side: Text and Buttons */
.text-container[b-u7bl2thhxo] {
    flex: 1;
    margin-right: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.thank-you-text[b-u7bl2thhxo] {
    font-size: 1.8rem;
    font-weight: bold;
    color: #2c3e50;
    margin-bottom: 10px;
}

.phone-number[b-u7bl2thhxo] {
    font-size: 1.2rem;
    color: #34495e;
}

.button-group[b-u7bl2thhxo] {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

    .button-group .btn[b-u7bl2thhxo] {
        font-size: 1rem;
        padding: 10px;
        border-radius: 6px;
        text-align: center;
        transition: all 0.3s ease;
    }

    /* Button Styles */
    .button-group .btn-success[b-u7bl2thhxo] {
        background-color: #28a745;
        color: white;
        border: none;
    }

        .button-group .btn-success:hover[b-u7bl2thhxo] {
            background-color: #218838;
        }

    .button-group .cancel-btn[b-u7bl2thhxo] {
        background-color: #6c757d;
        color: white;
        border: none;
        font-size: 1rem;
        padding: 10px;
        border-radius: 6px;
        text-align: center;
        transition: background-color 0.3s ease;
    }

        .button-group .cancel-btn:hover[b-u7bl2thhxo] {
            background-color: #5a6268;
        }

/* Right Side: Photo */
.photo-container[b-u7bl2thhxo] {
    flex: 0 0 auto;
    text-align: center;
}

.user-photo[b-u7bl2thhxo] {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid #ccc;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
/* /Pages/Error.razor.rz.scp.css */
.header-container[b-9wywcer8mj] {
    text-align: center;
    margin: 20px auto;
    color: #d9534f; /* Bootstrap danger color */
}

.error-details[b-9wywcer8mj] {
    margin-top: 20px;
    text-align: center;
}

.error-description[b-9wywcer8mj] {
    margin: 20px auto;
    max-width: 800px;
    text-align: center;
    color: #555;
}

h1.text-danger[b-9wywcer8mj], h2.text-danger[b-9wywcer8mj] {
    font-weight: bold;
    margin: 0;
}

p[b-9wywcer8mj] {
    font-size: 16px;
    line-height: 1.5;
}

strong[b-9wywcer8mj] {
    color: #333;
}
/* /Pages/Induction.razor.rz.scp.css */
.induction-wrapper[b-6kqw6eifot] {
    display: flex;
    justify-content: left;
    padding: 20px;
    background-color: #f8f9fa; /* Optional background */
    flex-direction: column; /* Stack content vertically */
    height: 92vh; /* Fill the entire height of the viewport */
    overflow-y: auto; /* Allow scrolling if content exceeds the viewport height */
}

.induction-container[b-6kqw6eifot] {
    max-width: 100%; /* Limit width */
    width: 100%;
    background: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    text-align: left; /* Center text */
}
    .induction-container .btn[b-6kqw6eifot] {
        font-size: 18px;
        padding: 5px 10px;
        margin: 4px; /* Add margin for better spacing */
        width: auto; /* Prevent stretching */
        display: inline-block;
        text-align: center;
    }
.btn-success[b-6kqw6eifot] {
    font-size: 18px; /* Smaller font */
    padding: 2px 5px; /* Tighten padding */
    margin: 4px 0; /* Reduce margin between buttons */
}

    .btn-success:hover[b-6kqw6eifot] {
        background-color: #116524; /* Darker green on hover */
        border-color: #1e7e34; /* Darker border on hover */
        color: #fff; /* Ensure text is readable */
    }
/* /Pages/OpenCamera.razor.rz.scp.css */
/* Overlay */
.overlay[b-r0regt4jrr] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.85);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.spinner-container[b-r0regt4jrr] {
    text-align: center;
}

.spinner-border[b-r0regt4jrr] {
    width: 3rem;
    height: 3rem;
    margin-bottom: 1rem;
}

/* General Styling */
.content-container[b-r0regt4jrr] {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    background-color: var(--content-background-color, #fff);
    flex-direction: column;
    justify-content: center; /* Vertically center the content */
    min-height: 60vh; /* Ensure full height for the page */
    box-sizing: border-box; /* Include padding and borders in height calculation */
}

.camera-container[b-r0regt4jrr] {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.status-message[b-r0regt4jrr] {
    font-size: 18px;
    /*color: #408234;*/
    color: var(--theme-component-default-color, #408234);
    margin-bottom: 15px;
    text-align: center;
    font-weight: bold;
}

.camera-view[b-r0regt4jrr] {
    position: relative;
    height: auto;
    /*border: 3px solid #408234;*/
    border: 3px solid var(--theme-component-default-color, #408234);
    border-radius: 10px;
    overflow: hidden;
    background-color: black;
    z-index: 1; /* Ensures content is below the overlay */
}

    .camera-view video[b-r0regt4jrr] {
        width: 100%;
        height: auto;
        object-fit: cover;
    }

/* Button Container */
.button-container[b-r0regt4jrr] {
    position: relative;
    height: auto;
    overflow: hidden;
    width: 100%;
    max-width: 500px; /* Buttons will adapt to this max width */
    z-index: 1;
    margin: 0 auto;
}

#confirmationButtons[b-r0regt4jrr] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
    max-width: auto;
    height: auto; /* Ensure it adapts correctly */
    visibility: hidden;
    transition: visibility 0.3s ease-in-out, height 0.3s ease-in-out;
    align-items: stretch; /* Ensures all buttons use their specified height */
}

    #confirmationButtons button[b-r0regt4jrr] {
        flex: 1 1 45%;
        min-width: 120px;
        max-width: 200px;
        min-height: 250px;
        margin: 0 5px;
        font-size: 16px;
        font-weight: bold;
        border-radius: 8px; /* Rounded corners */
        cursor: pointer;
        transition: background-color 0.3s, transform 0.2s;
    }


/* Responsive Adjustments */
@media (max-width: 768px) {
    .button-container[b-r0regt4jrr] {
        width: 100%;
    }

    .camera-container[b-r0regt4jrr] {
        padding: 0 15px;
    }

    .status-message[b-r0regt4jrr] {
        font-size: 16px;
    }

    .camera-view[b-r0regt4jrr] {
        border-width: 2px; /* Reduce border thickness */
    }
}
/* /Pages/PeopleTypes.razor.rz.scp.css */
/* Container for the visitor type page */
.people-types-container[b-t46fhwtz97] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background-color: #f9f9f9;
    min-height: 100%;
}

/* Instruction text styling */
.instruction-text[b-t46fhwtz97] {
    text-align: center;
    margin-bottom: 20px;
}

    .instruction-text h2[b-t46fhwtz97] {
        font-size: 24px;
        font-weight: bold;
        color: #333;
        margin: 0;
    }

/* Visitor options container */
.visitor-options[b-t46fhwtz97] {
    display: flex;
    flex-direction: column;
    gap: 15px; /* Adds space between buttons */
    width: 100%;
    max-width: 400px; /* Limits the width for readability */
}

/* Visitor type buttons */
.visitor-option-btn[b-t46fhwtz97] {
    background-color: #408234;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    padding: 15px 20px;
    border: none;
    border-radius: 8px;
    width: 100%; /* Full width button */
    text-align: center;
    transition: background-color 0.3s, transform 0.2s, box-shadow 0.2s;
    cursor: pointer;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); /* Subtle shadow */
}

    .visitor-option-btn:hover[b-t46fhwtz97] {
        background-color: #306422; /* Darker green on hover */
        transform: scale(1.02); /* Slight enlargement */
        box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.15); /* More prominent shadow */
    }

    .visitor-option-btn:active[b-t46fhwtz97] {
        background-color: #204411; /* Even darker green on click */
        transform: scale(0.98); /* Click animation */
    }

/* Cancel button container */
.cancel-btn-container[b-t46fhwtz97] {
    margin-top: 20px;
    width: 100%;
    max-width: 400px;
}

/* Cancel button styling */
.cancel-btn[b-t46fhwtz97] {
    background-color: #6c757d;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 12px 20px;
    border: none;
    border-radius: 8px;
    width: 100%; /* Full width button */
    text-align: center;
    transition: background-color 0.3s, transform 0.2s, box-shadow 0.2s;
    cursor: pointer;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); /* Subtle shadow */
}

    .cancel-btn:hover[b-t46fhwtz97] {
        background-color: #5a636b; /* Slightly darker on hover */
        transform: scale(1.02); /* Slight enlargement */
        box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.15); /* More prominent shadow */
    }

    .cancel-btn:active[b-t46fhwtz97] {
        background-color: #444c53; /* Darker on click */
        transform: scale(0.98); /* Click animation */
    }

/* Responsive Adjustments */
@media (max-width: 768px) {
    .visitor-option-btn[b-t46fhwtz97] {
        font-size: 18px;
        padding: 12px;
    }

    .cancel-btn[b-t46fhwtz97] {
        font-size: 16px;
        padding: 10px 16px;
    }

    .instruction-text h2[b-t46fhwtz97] {
        font-size: 20px;
    }
}

/* Warning Message */
.alert[b-t46fhwtz97] {
    padding: 15px;
    font-size: 14px;
    border-radius: 8px;
    margin-top: 20px;
}

.alert-warning[b-t46fhwtz97] {
    background-color: #fff4cc;
    border: 1px solid #ffe58f;
    color: #856404;
}

/* Disabled Button Style */
.visitor-option-btn:disabled[b-t46fhwtz97] {
    background-color: #d6d6d6; /* Grey background for disabled */
    color: #a1a1a1; /* Lighter text */
    cursor: not-allowed; /* Change cursor */
    box-shadow: none; /* Remove shadow */
}
/* /Pages/PersonNotAuthorized.razor.rz.scp.css */
<style scoped >
.person-not-authorized-container[b-6m87m7adce] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: #f8d7da;
    color: #721c24;
    font-family: Arial, sans-serif;
    text-align: center;
}

.message-box[b-6m87m7adce] {
    padding: 2rem;
    background-color: #fff;
    border: 1px solid #f5c6cb;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

    .message-box h1[b-6m87m7adce] {
        font-size: 2rem;
        margin-bottom: 1rem;
    }

    .message-box p[b-6m87m7adce] {
        font-size: 1rem;
        margin-bottom: 0.5rem;
    }

</style[b-6m87m7adce] >
/* /Pages/PhoneNumberKeypad.razor.rz.scp.css */
.General[b-sm2ekl2aeg] {
}
/* Keypad Section Styling */
.keypad-section[b-sm2ekl2aeg] {
    flex: 3; /* 60% width on larger screens */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #f9f9f9;
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 20px;
    height: auto;
    max-width: 600px;
    text-align: center; /* Center text inside the container */
    margin-left: auto;
    margin-right: auto;
}

/* Container for Keypad and Photo */
.keypad-photo-container[b-sm2ekl2aeg] {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 10px;
    flex-wrap: wrap; /* Allow wrapping for smaller screens */
    margin-bottom: 10px;
    width: 90%;
    max-width: 800px;
    
}

/* Photo Container Styling */
.photo-container[b-sm2ekl2aeg] {
    flex: 2; /* 40% width on larger screens */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center; /* Center text inside the container */
}

/* Image Styling */
.img-fit[b-sm2ekl2aeg] {
    width: 250px;
    height: 250px;
    border-radius: 50%;
    border: 2px solid #ccc;
    object-fit: cover;
    margin-bottom: 20px;
}

/* Keypad Styling */
.keypad-container[b-sm2ekl2aeg] {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
    margin-top: 20px;
}
    .keypad-container > :nth-child(3n+1)[b-sm2ekl2aeg] {
        justify-self: start; /* Align the first column to the left */
    }

    .keypad-container > :nth-child(3n+2)[b-sm2ekl2aeg] {
        justify-self: center; /* Align the second column to the center */
    }

    .keypad-container > :nth-child(3n)[b-sm2ekl2aeg] {
        justify-self: end; /* Align the third column to the right */
    }
.keypad-button[b-sm2ekl2aeg] {
    height: 120px;
    width: 120px;
    font-size: 2.5rem;
    border-radius: 50%;
    background-color: var(--theme-action-default-color, #28a745);
    color: white;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s ease-in-out, background-color 0.2s;
}

    .keypad-button:hover[b-sm2ekl2aeg] {
        background-color: var(--theme-action-default-color, #218838);
        transform: scale(1.05);
    }

.btn-info.keypad-button[b-sm2ekl2aeg] {
    background-color: #007bff;
}

    .btn-info.keypad-button:hover[b-sm2ekl2aeg] {
        background-color: #0056b3;
    }

.keypad-button:last-child[b-sm2ekl2aeg] {
    background-color: #dc3545;
}

    .keypad-button:last-child:hover[b-sm2ekl2aeg] {
        background-color: #c82333;
    }

/* Input Field */
.input-container input[b-sm2ekl2aeg] {
    font-size: 2.5rem;
    text-align: center;
    padding: 5px;
    border: 2px solid #ccc;
    border-radius: 8px;
    width: 100%;
}

/* Submit and Cancel Buttons */
.row-buttons[b-sm2ekl2aeg] {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    height: 100px;
    flex-direction: column;
    gap: 10px;
}

/* Alert Style for Messages */
.alert[b-sm2ekl2aeg] {
    padding: 10px;
    border-radius: 8px;
    font-size: 1.1rem;
    text-align: center;
    border: 1px solid transparent;
}

.alert-warning[b-sm2ekl2aeg] {
    background-color: #fff3cd; /* Light yellow background */
    color: #856404; /* Dark yellow text */
    border-color: #ffeeba; /* Border color */
}

/* Responsive Adjustments */
@media (max-width: 800px) {
    .keypad-photo-container[b-sm2ekl2aeg] {
        flex-direction: column; /* Stack vertically */
        height: fit-content;
    }

    .photo-container[b-sm2ekl2aeg] {
        order: 1; /* Move photo to the top */
        width: 100%;
        padding: 5px;
    }

    .keypad-section[b-sm2ekl2aeg] {
        order: 2; /* Move keypad below photo */
        width: 100%;
        padding: 30px;
        padding-top: 10px;
    }

    .keypad-button[b-sm2ekl2aeg] {
        height: 120px;
        width: 120px;
        font-size: 2.5rem;
    }

    .row-buttons[b-sm2ekl2aeg] {
        flex-direction: column;
        gap: 10px;
    }

    .img-fit[b-sm2ekl2aeg] {
        width: 250px;
        height: 250px;
        margin-bottom: 10px;
    }

    .alert[b-sm2ekl2aeg] {
        padding: 5px;
    }

    .keypad-container[b-sm2ekl2aeg] {
        margin-top: 5px;
    }

    .keypad-button[b-sm2ekl2aeg] {
        height: 115px;
        width: 115px;
    }
}

/* Default: hide both */
.row-buttons-portrait[b-sm2ekl2aeg],
.row-buttons-landscape[b-sm2ekl2aeg] {
    display: none;
}

/* Portrait mode: show buttons after keypad */
@media (orientation: portrait) {
    .row-buttons-portrait[b-sm2ekl2aeg] {
        display: flex;
        flex-direction: column;
        gap: 10px;
        margin-top: 20px;
        width: 100%;
        justify-content: center;
    }
}

/* Landscape mode: show buttons after photo */
@media (orientation: landscape) {
    .photo-container[b-sm2ekl2aeg] {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        position: relative;
        padding-top: 30px;
    }

    .row-buttons-landscape[b-sm2ekl2aeg] {
        display: flex;
        flex-direction: column;
        gap: 10px;
        margin-top: auto;
        width: 100%;
        position: relative;
        top: -30px;
    }

    .keypad-button[b-sm2ekl2aeg] {
        height: 115px;
        width: 115px;
    }

    .keypad-section[b-sm2ekl2aeg] {
        padding-bottom: 0px;
    }

}
/* /Pages/Registration.razor.rz.scp.css */
/*::deep .avatar-container {
    display: flex;*/ /* Ensures flexbox layout */
    /*order: initial;
    width: 100%;
}


::deep .avatar-wrapper {
    width: 100%;
    aspect-ratio: 1;
}

::deep .mud-avatar.mud-avatar-medium {
    width: 100%;
    height: 100%;
}

::deep .responsive-avatar {
    width: 100%;
    height: 100%;
}

@media (max-width: 768px) {
    .avatar-container {
        display:flex;
        order: -1;*/ /* Moves avatar container to the top */
    /*}

    ::deep .mud-avatar.mud-avatar-medium {
        order: -1;
        width: 25%;
        height: 25%;
    }

    ::deep .responsive-avatar {
        width: 50%;*/ /* Smaller size for mobile */
        /*height: auto;
    }

    ::deep .avatar-wrapper {
        width: auto;
        aspect-ratio: initial;
    }
}*/
/* /Pages/Registration2.razor.rz.scp.css */
/* General Container */

.registration-container[b-cjglyfh7x9] {
    font-size: 14px;
    line-height: 1.4;
    padding: 0px 10px;
    display: flex;
    flex-direction: column;
    justify-content: center; /* Vertically center the content */

    min-height: 70vh; /* Make the container take the full height of the viewport */
    box-sizing: border-box; /* Include padding and borders in height calculation */
    width:95%;
}
/* Form Field Styling */
.field-container[b-cjglyfh7x9] {
    margin-bottom: 5px;
}

.field-label[b-cjglyfh7x9] {
    font-weight: bold;
    margin-bottom: 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 20px;
}

/* Form Inputs */
.form-control[b-cjglyfh7x9],
.form-control-plaintext[b-cjglyfh7x9] {
    width: 100%;
    padding: 7px;
    font-size: 25px;
    border-radius: 4px;
    border: 1px solid #ced4da;
}

.form-control-plaintext[b-cjglyfh7x9] {
    background-color: transparent;
    color: #6c757d;
}

.form-control-invalid[b-cjglyfh7x9] {
    border-color: red;
    box-shadow: 0 0 5px red; /* Optional glow effect */
    color: #721c24; /* Dark red text */
}

/* Validation Message */
.text-danger[b-cjglyfh7x9] {
    color: #dc3545;
    font-size: 12px;
    margin-left: 5px;
}

.validation-message[b-cjglyfh7x9] {
    color: #dc3545;
    font-size: 12px;
    margin-left: 5px;
    text-align: left;
}

/* Photo Container */
.photo-container[b-cjglyfh7x9] {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.visitor-photo[b-cjglyfh7x9] {
    width: 100%;
    max-width: 250px;
    height: 250px;
    border-radius: 50%; /* Circular image */
    border: 2px solid #ccc;
    object-fit: cover; /* Ensures the photo fits nicely */
}

/* Induction Buttons */
.induction-buttons[b-cjglyfh7x9] {
    margin-top: 20px;
}

.induction-button-wrapper[b-cjglyfh7x9] {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.induction-buttons button[b-cjglyfh7x9] {
    flex-grow: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    font-size: 14px;
    border-radius: 8px;
    border: 1px solid transparent;
    width: 100%;
    text-align: left;
}

/* Normal button style (default) */
.induction-buttons .btn[b-cjglyfh7x9] {
    background-color: #408234;
    color: white;
    border: none;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 10px 15px;
    transition: background-color 0.3s ease;
    margin: 0 auto;
}

.induction-buttons .btn.passed[b-cjglyfh7x9] {
    background-color: #cbffd7;
    color: #155724; /* Dark green text */
    border: 1px solid #c3e6cb;
}

.induction-buttons .btn.expired i[b-cjglyfh7x9] {
    color: #dc3545; /* Danger red for expired */
}

.induction-buttons .text-danger[b-cjglyfh7x9] {
    margin-left: 10px; /* Space between button and warning icon */
}

/* Warning Message */
.alert-warning[b-cjglyfh7x9] {
    text-align: left;
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
    padding: 10px 15px;
    border-radius: 8px;
    font-size: 20px;
    margin-bottom: 0
}

/* Submit and Cancel Buttons */
button[type="submit"][b-cjglyfh7x9],
.cancel-btn[b-cjglyfh7x9] {
    background-color: #408234;
    color: white;
    font-size: 16px;
    font-weight: bold;
    padding: 10px;
    border: none;
    margin: 5px 0;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.3s, transform 0.2s, box-shadow 0.2s;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    width: 100%;
}

button[type="submit"]:hover[b-cjglyfh7x9] {
    background-color: #306422;
    transform: scale(1.02);
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15);
}

button[type="submit"]:active[b-cjglyfh7x9] {
    background-color: #204411;
    transform: scale(0.98);
}
/* Checkbox Styling */
input[type="checkbox"][b-cjglyfh7x9] {
    width: 20px; /* Increase the width */
    height: 20px; /* Increase the height */
    accent-color: #408234; /* Use a consistent green color */
    cursor: pointer; /* Show a pointer cursor for better UX */
    margin-right: 10px; /* Add space between checkbox and label */
    border:double;
}

.checkbox-label[b-cjglyfh7x9] {
    display: flex;
    align-items: center;
    font-size: 16px; /* Match the label font size with others */
}

.cancel-btn[b-cjglyfh7x9] {
    background-color: #6c757d;
    color: white;
}

.cancel-btn:hover[b-cjglyfh7x9] {
    background-color: #5a6268;
    transform: scale(1.02);
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15);
}

.cancel-btn:active[b-cjglyfh7x9] {
    background-color: #444c53;
    transform: scale(0.98);
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .visitor-photo-container[b-cjglyfh7x9] {
        order: 1; /* Move photo to the top in mobile */
        margin-bottom: 20px;
    }

    .form-container[b-cjglyfh7x9] {
        order: 2; /* Move form below photo in mobile */
    }
}

/* /Pages/Unauthorised.razor.rz.scp.css */
/* Make the video small */
.small-video[b-vpg7b9hkl0] {
    width: 400px;
    border: 2px solid #ccc;
    border-radius: 8px;
    background-color: black;
    display: block;
    object-fit: contain; /* Avoid zoom or stretching */
    transition: transform 0.3s ease; /* Smooth transition for mirror effect */
}

/* Center the media container */
.media-container[b-vpg7b9hkl0] {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    position: relative;
    width: 100%;
    max-width: 450px;
    margin: auto;
    text-align: center;
    overflow: hidden; /* Ensures no unwanted overflow */
}

.additional-container[b-vpg7b9hkl0] {
    margin-top: 20px;
    width: 100%;
    max-width: 400px;
}
/* /Pages/WelcomeBack.razor.rz.scp.css */
/* General Container */
.welcome-container[b-20y2hrrmx2] {
    display: flex;
    justify-content: center;
    align-items: center; /* Vertical alignment in the middle */
    padding: 20px;
    background-color: #f5f5f5; /* Light background for better contrast */
    width: 100%;
}

/* Content Container */
.content-container[b-20y2hrrmx2] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    background-color: #ffffff; /* White background for the content */
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    max-width: 800px;
    width: 100%;
}

/* Left Side: Text and Buttons */
.text-container[b-20y2hrrmx2] {
    flex: 1;
    margin-right: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.welcome-text[b-20y2hrrmx2] {
    font-size: 1.8rem;
    font-weight: bold;
    color: #2c3e50;
    margin-bottom: 10px;
}

.phone-number[b-20y2hrrmx2] {
    font-size: 1.2rem;
    color: #34495e;
}

.button-group[b-20y2hrrmx2] {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

    .button-group .btn[b-20y2hrrmx2] {
        font-size: 1rem;
        padding: 10px;
        border-radius: 6px;
        text-align: center;
        transition: all 0.3s ease;
    }

    /* Button Styles */
    .button-group .btn-success[b-20y2hrrmx2] {
        background-color: #28a745;
        color: white;
        border: none;
    }

        .button-group .btn-success:hover[b-20y2hrrmx2] {
            background-color: #218838;
        }

    .button-group .btn-warning[b-20y2hrrmx2] {
        background-color: #ffc107;
        color: white;
        border: none;
    }

        .button-group .btn-warning:hover[b-20y2hrrmx2] {
            background-color: #e0a800;
        }

    .button-group .cancel-btn[b-20y2hrrmx2] {
        background-color: #6c757d;
        color: white;
        border: none;
        font-size: 1rem;
        padding: 10px;
        border-radius: 6px;
        text-align: center;
        transition: background-color 0.3s ease;
    }

        .button-group .cancel-btn:hover[b-20y2hrrmx2] {
            background-color: #5a6268;
        }

/* Right Side: Photo */
.photo-container[b-20y2hrrmx2] {
    flex: 0 0 auto;
    text-align: center;
}

.user-photo[b-20y2hrrmx2] {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid #ccc;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
/* /Pages/WelcomePage.razor.rz.scp.css */
/* Full-Screen Container with Absolute Positioned Media */
#fullpage[b-xqmvz3hjj8] {
    width: 100vw;
    height: 95vh;
    position: relative;
    overflow: hidden;
}
#backgroundVideo[b-xqmvz3hjj8] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 95vh;
    object-fit: contain; /* Preserve aspect ratio without stretching */
    z-index: 0; /* Push the video behind other elements */
    background-color: #000; /* Optional: add background for letterboxing */
}

#backgroundFile[b-xqmvz3hjj8] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 95vh;
    object-fit: contain; /* Preserve aspect ratio without stretching */
    z-index: 0; /* Push the image behind other elements */
    background-color: #000; /* Optional: add background for letterboxing */
}

.center-content-container[b-xqmvz3hjj8] {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    height: 95vh !important;
    width: 100vw !important;
    text-align: center !important;
}

/* Animation for Horizontal Panning */
@keyframes panVideo-b-xqmvz3hjj8 {
    0% {
        object-position: left center; /* Start at the left */
    }

    100% {
        object-position: right center; /* Pan to the right */
    }
}

/* Moving Logo */
#logo[b-xqmvz3hjj8] {
    position: absolute;
    width: 250px; /* Adjust logo size */
    height: 250px;
    background: url('/images/Bethanie-logo.svg') no-repeat center center;
    background-size: contain;
    transition: transform 1s ease-in-out; /* Smooth transition for movement */
    pointer-events: none; /* Prevent interaction with the logo */
    z-index: 10; /* Push the video behind other elements */
}

#welcomeText[b-xqmvz3hjj8] {
    position: absolute;
    top: 10%;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 2.0rem;
    color: darkgreen;
    text-shadow: 2px 2px 5px black;
    z-index: 3;
    font-family: Arial, sans-serif;
    padding-bottom: 10px;
}

.left-background[b-xqmvz3hjj8] {
    background-image: url('/images/left-image.png');
    background-size: cover;
    background-position: center;
    height: 100%; /* Ensure it matches the height of the content */
}

/* iPad Portrait Mode */
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    #logo[b-xqmvz3hjj8] {
        width: 200px;
        height: 200px;
    }

    #welcomeText[b-xqmvz3hjj8] {
        font-size: 2.5rem;
    }
}

/* iPad Landscape Mode */
@media (min-width: 768px) and (max-width: 1366px) and (orientation: landscape) {
    #logo[b-xqmvz3hjj8] {
        width: 200px;
        height: 200px;
    }

    #welcomeText[b-xqmvz3hjj8] {
        font-size: 2.5rem;
    }
}

/* Mobile Specific Styles */
@media (max-width: 767px) {
    #logo[b-xqmvz3hjj8] {
        width: 150px;
        height: 150px;
    }

    #welcomeText[b-xqmvz3hjj8] {
        font-size: 1.5rem;
    }
}

/* Small Mobile Devices (e.g., iPhone SE) */
@media (max-width: 375px) {
    #logo[b-xqmvz3hjj8] {
        width: 120px;
        height: 120px;
    }

    #welcomeText[b-xqmvz3hjj8] {
        font-size: 1.2rem;
    }
}
