/* /Components/Layout/AppLayout.razor.rz.scp.css */
.btn-logout[b-h78g2on40q] {
    padding: 5px 15px;
    font-size: 14px;
    font-weight: bold;
}

.layout_main_style[b-h78g2on40q] {
    display: flex;
    flex-wrap: wrap;
    background: linear-gradient(rgba(0,0,128,0.5),rgba(0,255,0,0.1));
    border: 2px solid rgba(0,0,0,0.3);
    box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
    min-width:330px;
}

.heading_area[b-h78g2on40q] {
    text-align: center;
    min-width: 200px;
    margin: 10px;
}

    .heading_area .text_style[b-h78g2on40q] {
        font-size: 30px;
        font-family: 'Franklin Gothic Medium', 'Arial Narrow', sans-serif;
    }

.side_div[b-h78g2on40q] {
    flex: 2;
}

@media (max-width: 600px) {
    .side_div[b-h78g2on40q] {
        display: none;
    }
}
/* /Components/Layout/EmptyLayout.razor.rz.scp.css */
.loader-overlay[b-xvfj60rtlr] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-ql9102ebyh] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-ql9102ebyh] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.menu_bar[b-ql9102ebyh] {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    background: #f3f3f3;
    padding: 10px;
    border-radius: 10px;
}

.menu_item[b-ql9102ebyh] {
    flex: 1;
    padding: 10px 20px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 5px #ccc;
    min-width: 100px;
    text-align: center;
}

.a_links[b-ql9102ebyh] {
    text-decoration: none;
    flex: 1;
}
/* /Components/Pages/Contactus.razor.rz.scp.css */
.loader-overlay[b-eswt8y3r8k] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loader-box[b-eswt8y3r8k] {
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
}

.loader-text[b-eswt8y3r8k] {
    font-size: 18px;
    font-weight: bold;
}

.main_div[b-eswt8y3r8k] {
    display: flex;
    flex-wrap: wrap;
}

.side_blank_div[b-eswt8y3r8k] {
    flex: 1;
    min-width: 150px;
    /*background-color: red;*/
}

.center_div[b-eswt8y3r8k] {
    flex: 3;
    min-width: 350px;
    /*background-color: yellow;*/
}

.text_content[b-eswt8y3r8k] {
    background-color: #D7FFC1;
    border: 2px solid red;
    border-radius: 25px;
}

.control_lebel[b-eswt8y3r8k] {
    flex: 1;
    font-size: 25px;
    min-width: 150px;
    color: #808080;
}

.text_control_size[b-eswt8y3r8k] {
    flex: 4;
}

.text_box[b-eswt8y3r8k] {
    font-size: clamp(22px, 2.5vw, 25px);
    width: auto;
    text-align: center;
    border-radius:25px;
}

.msg[b-eswt8y3r8k] {
    font-size: clamp(22px, 2.5vw, 25px);
    width: auto;
    min-height: 100px;
    resize: vertical; /* user can resize vertically */
}

.btn[b-eswt8y3r8k] {
    padding: 12px 24px;
    font-size: 20px;
    border-radius: 25px;
    cursor: pointer;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

    .btn:active[b-eswt8y3r8k] {
        transform: scale(0.8);
        box-shadow: 0 3px 6px rgba(0,0,0,0.2);
    }
/* /Components/Pages/Home.razor.rz.scp.css */
.outer_div[b-ybykwythrr] {
    padding: 10px 20px 10px 20px;
}

.content_headings[b-ybykwythrr] {
    font-size: 30px;
    font: bold;
    text-align: center;
    margin-top: 20px;
}

.content_area[b-ybykwythrr] {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 15px;
}

.image_area[b-ybykwythrr] {
    flex: 1;
    text-align: center;
    min-width: 300px;
    padding: 15px;
}

.image[b-ybykwythrr] {
    width: 100%;
    max-width: 400px;
    border-radius: 25px;
    box-shadow: 15px 15px 20px rgba(0,0,0,0.3);
}

.text_area[b-ybykwythrr] {
    flex: 1;
    text-align: justify;
    font-size: 25px;
    font-style: italic;
    font-family:'Times New Roman', Times, serif;
    min-width: 300px;
    padding: 15px;
    border: 2px solid black;
    border-radius: 25px;
    background: rgb(235,235,235);
}

.outer_most_div[b-ybykwythrr] {
    padding-left: 50px;
    padding-right: 50px;
}

@media (max-width: 700px) {
    .outer_most_div[b-ybykwythrr] {
        padding-left: 0px;
        padding-right: 0px;
    }
}
/* /Components/Pages/Login.razor.rz.scp.css */
.loader-overlay[b-n9kx3wgkax] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

html[b-n9kx3wgkax], body[b-n9kx3wgkax] {
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: Arial, Helvetica, sans-serif;
    background: rgba(0,0,125,0.2);
}

/* Default layout (>=300px) */
.login-wrapper[b-n9kx3wgkax] {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.login-box[b-n9kx3wgkax] {
    width: 320px;
    min-width: 300px;
    padding: 20px;
    background: #ffffff;
    border-radius: 6px;
    box-shadow: 0 0 50px rgba(0,20,0,0.6);
}

    .login-box h2[b-n9kx3wgkax] {
        margin: 0 0 15px 0;
        text-align: center;
    }

    .login-box input[b-n9kx3wgkax] {
        width: 100%;
        padding: 8px;
        margin-bottom: 10px;
        box-sizing: border-box;
        font-size: 20px;
        cursor: pointer;
        transition: transform 0.15s ease, box-shadow 0.15s ease;
    }

.btn[b-n9kx3wgkax] {
    width: 100%;
    padding: 8px;
    margin-bottom: 10px;
    box-sizing: border-box;
    font-size: 20px;
    cursor: pointer;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

    .btn:active[b-n9kx3wgkax] {
        transform: scale(0.8);
        box-shadow: 0 3px 6px rgba(0,0,0,0.2);
    }

/* 🔥 Screen smaller than 350px */
@media (max-width: 350px) {
    .login-wrapper[b-n9kx3wgkax] {
        position: static;
        transform: none;
        padding: 10px;
    }

    .login-box[b-n9kx3wgkax] {
        width: 100%;
        min-width: 0;
        border-radius: 0;
        box-shadow: none;
    }
}

/* /Components/Pages/Secure/AttendanceMonthlySummery.razor.rz.scp.css */
.date_selection[b-8w20v9hnw2] {
    flex: 1;
    padding: 10px;
}

@media (max-width: 600px) {
    .date_selection[b-8w20v9hnw2] {
        flex: 100%;
    }
}

.dropdown[b-8w20v9hnw2] {
    border: 1px solid rgba(0,0,0,0.3);
    border-radius: 4px;
    padding: 5px;
    font-size: 15px;
}
/* /Components/Pages/Secure/AttendanceNoPhone.razor.rz.scp.css */
.date_selection[b-8nxthyfs96] {
    flex: 1;
    padding: 10px;
}

@media (max-width: 600px) {
    .date_selection[b-8nxthyfs96] {
        flex: 100%;
    }
}

.dropdown[b-8nxthyfs96] {
    border: 1px solid rgba(0,0,0,0.3);
    border-radius: 4px;
    padding: 5px;
    font-size: 15px;
}

.loader-overlay[b-8nxthyfs96] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.done_img_container[b-8nxthyfs96] {
    background: white;
    border: solid 2px black;
    border-radius: 100px;
    width: 140px;
    height: 140px;
    display: flex;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-glow[b-8nxthyfs96] {
    padding: 12px 28px;
    border: none;
    border-radius: 8px;
    background: linear-gradient(45deg, #6d28d9, #db2777);
    color: white;
    font-weight: 600;
    transition: all 0.3s ease;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(109, 40, 217, 0.3);
}

    .btn-glow:hover[b-8nxthyfs96] {
        transform: translateY(-2px);
        box-shadow: 0 8px 25px rgba(109, 40, 217, 0.5);
        filter: brightness(1.1);
    }

.btn-glass[b-8nxthyfs96] {
    padding: 10px 25px;
    background: transparent;
    border: 2px solid #0ea5e9;
    color: #0ea5e9;
    border-radius: 50px; /* Capsule shape */
    font-weight: 500;
    transition: 0.4s;
}

    .btn-glass:hover[b-8nxthyfs96] {
        background: #0ea5e9;
        color: white;
        box-shadow: 0 0 20px rgba(14, 165, 233, 0.4);
    }

.btn-pulse[b-8nxthyfs96] {
    padding: 12px 30px;
    color: white;
    border: none;
    border-radius: 50px;
    font-size: 1.1rem;
    animation: pulse-b-8nxthyfs96 2s infinite;
}

.btn-purple[b-8nxthyfs96] {
    background-color: rgba(0,100,0,1); /* .NET Purple */
}

.btn-red[b-8nxthyfs96] {
    background-color: rgba(128,0,0,1) /* .NET Purple */
}

@keyframes pulse-b-8nxthyfs96 {
    0% {
        box-shadow: 0 0 0 0 rgba(81, 43, 212, 0.7);
    }

    70% {
        box-shadow: 0 0 0 10px rgba(81, 43, 212, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(81, 43, 212, 0);
    }
}

.btn_pulse:active[b-8nxthyfs96] {
    background: green;
}
/* /Components/Pages/Secure/AttendanceStatusSelectedDay.razor.rz.scp.css */
.date_selection[b-s09c01is41] {
    flex: 1;
    padding:10px;
}

@media (max-width: 600px) {
    .date_selection[b-s09c01is41] {
        flex: 100%;
    }
}

.dropdown[b-s09c01is41] {
    border: 1px solid rgba(0,0,0,0.3);
    border-radius: 4px;
    padding: 5px;
    font-size: 15px;
}
/* /Components/Pages/Secure/AttendanceTeacherSummery.razor.rz.scp.css */
.date_selection[b-5si1ot7tre] {
    flex: 1;
    padding: 10px;
}

@media (max-width: 600px) {
    .date_selection[b-5si1ot7tre] {
        flex: 100%;
    }
}

.dropdown[b-5si1ot7tre] {
    border: 1px solid rgba(0,0,0,0.3);
    border-radius: 4px;
    padding: 5px;
    font-size: 15px;
}
/* /Components/Pages/Secure/Dashboard.razor.rz.scp.css */
.responsiblity-tr-style[b-sw6563uxgd] {
    padding: 10px 50px 10px 10px;
    border-top: dotted 1px rgba(0,0,0,0.5);
}

.sub-panel-heading[b-sw6563uxgd] {
    font-size: 25px;
    color: white;
    text-shadow: 1px 1px 2px black, 0 0 25px blue, 0 0 5px darkblue;
}

.sub-panel-style[b-sw6563uxgd] {
    width: 100%;
    border: 1px solid rgba(0,0,0,0.5);
    padding-top: 10px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 15px;
    margin-bottom: 50px;
    box-shadow: 0px 5px 20px rgba(0,0,0,1);
}

.panel_area_teacher[b-sw6563uxgd] {
    background: rgba(200,0,0,0.1);
}

.panel_area_driver[b-sw6563uxgd] {
    background: rgba(0,200,0,0.1);
}

.panel_area_peon[b-sw6563uxgd] {
    background: rgba(0,0,200,0.1);
}

.panel_area_princi[b-sw6563uxgd] {
    background: rgba(0,200,200,0.1);
}

.panel_area_parent[b-sw6563uxgd] {
    background: rgba(200,200,0,0.1);
}

.panel_area_manager[b-sw6563uxgd] {
    background: rgba(100,100,100,0.1);
}

.button_common[b-sw6563uxgd] {
    text-decoration: none;
    color: blue;
    font-size: 20px;
    margin-top: 10px;
    max-width: 500px;
    border: 1px solid black;
    border-radius: 25px;
    padding: 10px 10px 10px 10px;
    width: 100%;
}

.button_Link_teacher[b-sw6563uxgd] {
    background: linear-gradient(to right, rgba(200,0,0,0.5), rgba(255,255,255,0.5));
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

    .button_Link_teacher:active[b-sw6563uxgd] {
        transform: scale(0.9);
        color: black;
        background: linear-gradient(to left, rgba(200,0,0,0.5), rgba(255,255,255,0.5));
        box-shadow: 0 10px 10px rgba(0,0,0,0.5);
    }

.button_Link_driver[b-sw6563uxgd] {
    background: linear-gradient(to right, rgba(0,200,0,0.5), rgba(255,255,255,0.5));
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

    .button_Link_driver:active[b-sw6563uxgd] {
        transform: scale(0.9);
        color: black;
        background: linear-gradient(to left, rgba(0,200,0,0.5), rgba(255,255,255,0.5));
        box-shadow: 0 10px 10px rgba(0,0,0,0.5);
    }

.button_Link_peon[b-sw6563uxgd] {
    background: linear-gradient(to right, rgba(0,0,200,0.5), rgba(255,255,255,0.5));
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

    .button_Link_peon:active[b-sw6563uxgd] {
        transform: scale(0.9);
        color: black;
        background: linear-gradient(to left, rgba(0,0,200,0.5), rgba(255,255,255,0.5));
        box-shadow: 0 10px 10px rgba(0,0,0,0.5);
    }

.button_Link_princi[b-sw6563uxgd] {
    background: linear-gradient(to right, rgba(0,200,200,0.5), rgba(255,255,255,0.5));
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

    .button_Link_princi:active[b-sw6563uxgd] {
        transform: scale(0.9);
        color: black;
        background: linear-gradient(to left, rgba(0,200,200,0.5), rgba(255,255,255,0.5));
        box-shadow: 0 10px 10px rgba(0,0,0,0.5);
    }

.button_Link_parent[b-sw6563uxgd] {
    background: linear-gradient(to right, rgba(200,200,0,0.5), rgba(255,255,255,0.5));
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

    .button_Link_parent:active[b-sw6563uxgd] {
        transform: scale(0.9);
        color: black;
        background: linear-gradient(to left, rgba(200,200,0,0.5), rgba(255,255,255,0.5));
        box-shadow: 0 10px 10px rgba(0,0,0,0.5);
    }

.button_Link_manager[b-sw6563uxgd] {
    background: linear-gradient(to right, rgba(100,100,100,0.5), rgba(255,255,255,0.5));
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

    .button_Link_manager:active[b-sw6563uxgd] {
        transform: scale(0.9);
        color: black;
        background: linear-gradient(to left, rgba(100,100,100,0.5), rgba(255,255,255,0.5));
        box-shadow: 0 10px 10px rgba(0,0,0,0.5);
    }

.button_div[b-sw6563uxgd] {
    flex: 4;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.side_div[b-sw6563uxgd] {
    flex: 2;
}

@media (max-width: 700px) {
    .side_div[b-sw6563uxgd] {
        display: none;
    }
}
/* /Components/Pages/Secure/PrintStudentInfo.razor.rz.scp.css */
.list_selection[b-g022e8lqed] {
    flex: 1;
    padding: 10px;
}

@media (max-width: 600px) {
    .list_selection[b-g022e8lqed] {
        flex: 100%;
    }
}

.dropdown[b-g022e8lqed] {
    border: 1px solid rgba(0,0,0,0.3);
    border-radius: 4px;
    padding: 5px;
    font-size: 15px;
}


/* Printable Sheet Styling */
.print-container[b-g022e8lqed] {
    width: 100%;
    max-width: 900px;
    margin: 10px auto;
    padding: 30px;
    background: #ffffff;
    border: 1px solid #ccc;
    font-family: Arial, sans-serif;
    color: #000;
}

.print-header[b-g022e8lqed] {
    text-align: center;
    margin-bottom: 15px;
}

    .print-header h2[b-g022e8lqed] {
        font-size: 24px;
        margin: 0;
        font-weight: bold;
        color: #000;
    }

    .print-header h3[b-g022e8lqed] {
        font-size: 18px;
        margin: 5px 0;
        color: #444;
    }

    .print-header p[b-g022e8lqed] {
        font-size: 14px;
        margin: 0;
    }

.divider[b-g022e8lqed] {
    border: none;
    border-top: 2px solid #000;
    margin: 15px 0;
}

.print-section[b-g022e8lqed] {
    margin-bottom: 20px;
}

.print-section-title[b-g022e8lqed] {
    font-size: 16px;
    font-weight: bold;
    background: #f0f0f0;
    padding: 6px 10px;
    border-left: 4px solid #000;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.print-grid-2[b-g022e8lqed] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 20px;
    font-size: 14px;
}

.print-grid-3[b-g022e8lqed] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px 20px;
    font-size: 14px;
}

.full-span[b-g022e8lqed] {
    grid-column: 1 / -1;
}

.print-section label[b-g022e8lqed] {
    font-weight: bold;
    color: #333;
    display: inline-block;
    min-width: 130px;
}

.signature-section[b-g022e8lqed] {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
    padding: 0 30px;
}

    .signature-section div[b-g022e8lqed] {
        text-align: center;
        width: 200px;
    }

    .signature-section hr[b-g022e8lqed] {
        border: none;
        border-top: 1px solid #000;
        margin-bottom: 5px;
    }

/* Printer Overrides */
@media print {
    /*@page {
        margin: 0;
    }*/

    /* Adds spacing back to your content so it doesn't print right against the paper edge */
    body[b-g022e8lqed] {
        margin: 0;
        padding: 15mm;
    }

    .no-print[b-g022e8lqed] {
        display: none !important;
    }

    body[b-g022e8lqed] {
        background: white !important;
    }

    .print-container[b-g022e8lqed] {
        border: none !important;
        padding: 0 !important;
        margin: 0 !important;
        width: 100% !important;
    }

    .print-section-title[b-g022e8lqed] {
        background: #e6e6e6 !important;
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
    }
}
/* /Components/Pages/Secure/RegisterStudent.razor.rz.scp.css */
.text_content[b-bs297cbu6a] {
    background-color: rgba(0, 0, 0, 0.1);
    border: 2px solid rgba(0,0,0,0.5);
    border-radius: 25px;
}

.row_panel[b-bs297cbu6a] {
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
}

.control_lebel[b-bs297cbu6a] {
    flex: 1;
    font-size: 15px;
    min-width: 150px;
    color: rgba(0,0,0,1);
}

.text_control_size[b-bs297cbu6a] {
    flex: 4;
}

[b-bs297cbu6a] .text_box {
    font-size: clamp(22px, 2.5vw, 25px);
    width: auto;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    border-radius: 25px;
}

label[b-bs297cbu6a] {
    color: rgba(0,0,255,0.6);
}

.btn[b-bs297cbu6a] {
    padding: 12px 24px;
    font-size: 20px;
    border-radius: 25px;
    cursor: pointer;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

    .btn:active[b-bs297cbu6a] {
        transform: scale(0.8);
        box-shadow: 0 3px 6px rgba(0,0,0,0.2);
    }


.my-select[b-bs297cbu6a] {
    width: auto;
    height: auto;
    padding: 5px 5px;
    border: 1px solid #ccc;
    border-radius: 15px;
    background-color: white;
    color: #333;
    font-size: 25px;
    text-align: center;
    outline: none;
    cursor: pointer;
}

    .my-select:hover[b-bs297cbu6a] {
        border-color: #0078d4;
    }

    .my-select:focus[b-bs297cbu6a] {
        border-color: #0078d4;
        box-shadow: 0 0 0 2px rgba(0, 120, 212, 0.15);
    }

.registration-container[b-bs297cbu6a] {
    width: 95%;
    max-width: 1200px;
    margin: 20px auto;
}

.registration-title[b-bs297cbu6a] {
    text-align: center;
    font-size: clamp(24px, 4vw, 34px);
    font-weight: bold;
    padding: 15px;
    margin-bottom: 20px;
}

.form-section[b-bs297cbu6a] {
    background: rgba(255,255,255,0.8);
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: 20px;
    margin-bottom: 20px;
    overflow: hidden;
}

.section-title[b-bs297cbu6a] {
    font-size: 22px;
    font-weight: bold;
    padding: 12px 18px;
    background: rgba(0,0,0,0.08);
}

.form-grid[b-bs297cbu6a] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 15px;
    padding: 20px;
}

.form-field[b-bs297cbu6a] {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

    .form-field label[b-bs297cbu6a] {
        font-size: 16px;
        font-weight: 600;
    }

    .form-field .text_box[b-bs297cbu6a],
    .form-field .my-select[b-bs297cbu6a] {
        width: 100%;
        box-sizing: border-box;
    }

.full-width[b-bs297cbu6a] {
    grid-column: 1 / -1;
}

.textarea[b-bs297cbu6a] {
    min-height: 90px;
    resize: vertical;
    text-align: left;
    padding: 10px;
}

.submit-area[b-bs297cbu6a] {
    text-align: center;
    padding: 25px;
}

@media (max-width: 700px) {

    .registration-container[b-bs297cbu6a] {
        width: 98%;
    }

    .form-grid[b-bs297cbu6a] {
        grid-template-columns: 1fr;
        padding: 12px;
    }

    .full-width[b-bs297cbu6a] {
        grid-column: auto;
    }

    .section-title[b-bs297cbu6a] {
        font-size: 25px;
    }

    .form-field label[b-bs297cbu6a] {
        font-size: 20px;
    }
}

.dialog-box[b-bs297cbu6a] {
    width: auto;
    margin-left: 15px;
    margin-right: 15px;
    min-width: 150px;
    font-size: 20px;
    padding: 20px;
    top: 50%;
    left: 50%;
    background: #ffffff;
    box-shadow: 10px 10px 10px 0px rgba(0,20,0,0.6);
}

.dialog[b-bs297cbu6a] {
    border-radius: 25px;
    border: 10px solid rgba(0,0,0,0.3);
}

.message[b-bs297cbu6a] {
    border-radius: 10px;
}
/* /Components/Pages/Secure/SessionSchedule.razor.rz.scp.css */
/* /Components/Pages/Secure/TeacherAttendance.razor.rz.scp.css */
.loader-overlay[b-8e2su7em07] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.done_img_container[b-8e2su7em07] {
    background: white;
    border: solid 2px black;
    border-radius: 100px;
    width: 140px;
    height: 140px;
    display: flex;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-glow[b-8e2su7em07] {
    padding: 12px 28px;
    border: none;
    border-radius: 8px;
    background: linear-gradient(45deg, #6d28d9, #db2777);
    color: white;
    font-weight: 600;
    transition: all 0.3s ease;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(109, 40, 217, 0.3);
}

    .btn-glow:hover[b-8e2su7em07] {
        transform: translateY(-2px);
        box-shadow: 0 8px 25px rgba(109, 40, 217, 0.5);
        filter: brightness(1.1);
    }

.btn-glass[b-8e2su7em07] {
    padding: 10px 25px;
    background: transparent;
    border: 2px solid #0ea5e9;
    color: #0ea5e9;
    border-radius: 50px; /* Capsule shape */
    font-weight: 500;
    transition: 0.4s;
}

    .btn-glass:hover[b-8e2su7em07] {
        background: #0ea5e9;
        color: white;
        box-shadow: 0 0 20px rgba(14, 165, 233, 0.4);
    }

.btn-pulse[b-8e2su7em07] {
    padding: 12px 30px;
    color: white;
    border: none;
    border-radius: 50px;
    font-size: 1.1rem;
    animation: pulse-b-8e2su7em07 2s infinite;
}

.btn-purple[b-8e2su7em07] {
    background-color: rgba(0,100,0,1); /* .NET Purple */
}

.btn-red[b-8e2su7em07] {
    background-color: rgba(128,0,0,1) /* .NET Purple */
}

@keyframes pulse-b-8e2su7em07 {
    0% {
        box-shadow: 0 0 0 0 rgba(81, 43, 212, 0.7);
    }

    70% {
        box-shadow: 0 0 0 10px rgba(81, 43, 212, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(81, 43, 212, 0);
    }
}

.btn_pulse:active[b-8e2su7em07] {
    background: green;
}
/* /Components/Pages/Secure/TodayPresents.razor.rz.scp.css */
/* /Components/Pages/Toppers.razor.rz.scp.css */
.loader-overlay[b-3p7dfebnoj] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loader-box[b-3p7dfebnoj] {
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
}

.loader-text[b-3p7dfebnoj] {
    font-size: 18px;
    font-weight: bold;
}

.main_div[b-3p7dfebnoj] {
    display: flex;
    flex-wrap: wrap;
}

.side_blank_div[b-3p7dfebnoj] {
    flex: 1;
    min-width: 150px;
    /*background-color: red;*/
}

.center_div[b-3p7dfebnoj] {
    flex: 3;
    min-width: 350px;
    /*background-color: yellow;*/
}

.text_content[b-3p7dfebnoj] {
    background-color: #D7FFC1;
    border: 2px solid red;
    border-radius: 25px;
}

.control_lebel[b-3p7dfebnoj] {
    flex: 1;
    font-size: 25px;
    min-width: 150px;
    color: #808080;
}

.text_control_size[b-3p7dfebnoj] {
    flex: 4;
}

.text_box[b-3p7dfebnoj] {
    font-size: clamp(22px, 2.5vw, 25px);
    width: auto;
    text-align: center;
    border-radius:25px;
}

.msg[b-3p7dfebnoj] {
    font-size: clamp(22px, 2.5vw, 25px);
    width: auto;
    min-height: 100px;
    resize: vertical; /* user can resize vertically */
}

.image[b-3p7dfebnoj] {
    width: 100%;
    max-width: 100%;
    border-radius: 25px;
    box-shadow: 15px 15px 20px rgba(0,0,0,0.3);
}

.image_area[b-3p7dfebnoj] {
    flex: 1;
    text-align: center;
    min-width: 300px;
    padding: 15px;
}

.text_area[b-3p7dfebnoj] {
    flex: 1;
    margin-top:20px;
    text-align: justify;
    font-size: 20px;
    font-style: italic;
    font-family: 'Lucida Handwriting';
    min-width: 300px;
    padding: 15px;
    border-radius: 25px;
    background: rgb(235,235,235);
}

.btn[b-3p7dfebnoj] {
    padding: 12px 24px;
    font-size: 20px;
    border-radius: 25px;
    cursor: pointer;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

    .btn:active[b-3p7dfebnoj] {
        transform: scale(0.8);
        box-shadow: 0 3px 6px rgba(0,0,0,0.2);
    }
