/* /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: 20px;
    font-style: italic;
    font-family:'Lucida Handwriting';
    min-width: 300px;
    padding: 15px;
    border: 2px solid black;
    border-radius: 25px;
    background: rgb(235,235,235);
}
/* /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/AttendanceStatusSelectedDay.razor.rz.scp.css */
.table-style[b-s09c01is41] {
    width: 100%;
    margin-top: 30px;
    border-collapse: collapse;
    border: 2px solid rgba(0,0,0,0.2);
}

    .table-style .table-style-head[b-s09c01is41] {
        border: 1px solid #ddd;
        padding: 12px;
        text-align: left;
        background: rgba(0,0,0,0.01);
    }

    .table-style .table-style-content[b-s09c01is41] {
        border: 1px solid #ddd;
        padding: 12px;
    }

.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/Dashboard.razor.rz.scp.css */
.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/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 */
.table-style[b-g8xel6k9ch] {
    width: 100%;
    margin-top: 30px;
    border-collapse: collapse;
    border: 2px solid rgba(0,0,0,0.2);
}

    .table-style .table-style-head[b-g8xel6k9ch] {
        border: 1px solid #ddd;
        padding: 12px;
        text-align: left;
        background: rgba(0,0,0,0.01);
    }

    .table-style .table-style-content[b-g8xel6k9ch] {
        border: 1px solid #ddd;
        padding: 12px;
    }
