/* /Component/ParentsPage/ParentsDashBoard2.razor.rz.scp.css */
@media (max-width: 768px) {
    .card-body[b-o8uxmndll1] {
        text-align: center; /* Center text on mobile */
    }

    .btn-group[b-o8uxmndll1] {
        justify-content: center; /* Center buttons on mobile */
    }
}

.card[b-o8uxmndll1] {
    border: 1px solid #007bff; /* Card border color */
    border-radius: 8px; /* Rounded corners */
}

.card-body[b-o8uxmndll1] {
    padding: 20px; /* Increased padding */
}

.card-title[b-o8uxmndll1] {
    margin: 0.5rem 0; /* Spacing between titles */
}

.alert[b-o8uxmndll1] {
    padding: 10px; /* Alert padding */
    border-radius: 5px; /* Rounded alert */
}

.btn[b-o8uxmndll1] {
    margin-right: 5px; /* Space between buttons */
}

.btn-group[b-o8uxmndll1] {
    display: flex; /* Flex layout for buttons */
    flex-wrap: wrap; /* Allow wrapping on smaller screens */
}

body[b-o8uxmndll1] {
}
/* /Component/ParentsPage/ParentStudentsList.razor.rz.scp.css */
@media (max-width: 768px) {
    .card-body[b-7qux22jrj0] {
        text-align: center; /* Center text on mobile */
    }

    .btn-group[b-7qux22jrj0] {
        justify-content: center; /* Center buttons on mobile */
    }
}

.card[b-7qux22jrj0] {
    border: 1px solid #007bff; /* Card border color */
    border-radius: 8px; /* Rounded corners */
}

.card-body[b-7qux22jrj0] {
    padding: 20px; /* Increased padding */
}

.card-title[b-7qux22jrj0] {
    margin: 0.5rem 0; /* Spacing between titles */
}

.alert[b-7qux22jrj0] {
    padding: 10px; /* Alert padding */
    border-radius: 5px; /* Rounded alert */
}

.btn[b-7qux22jrj0] {
    margin-right: 5px; /* Space between buttons */
}

.btn-group[b-7qux22jrj0] {
    display: flex; /* Flex layout for buttons */
    flex-wrap: wrap; /* Allow wrapping on smaller screens */
}

body[b-7qux22jrj0] {
}
/* /Shared/LoginLayout.razor.rz.scp.css */
.page[b-1t9pb344js] {
    position: relative;
    display: flex;
    flex-direction: row;
    direction: rtl;
}

main[b-1t9pb344js] {
    flex: 1;
    direction: rtl;
    overflow-x:auto;
}

.sidebar[b-1t9pb344js] {
    /*background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);*/
    background-image: linear-gradient(180deg, #166a6e 0%, #3a0647 70%);
}

.sidebar[b-1t9pb344js] {
    transition: all 0.3s ease;
}

.sidebar[b-1t9pb344js] {
    width: 250px;
    height: 100vh;
    position: sticky;
    top: 0;
}

.top-row[b-1t9pb344js] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-1t9pb344js]  a, .top-row[b-1t9pb344js]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-1t9pb344js]  a:hover, .top-row[b-1t9pb344js]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-1t9pb344js]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-1t9pb344js] {
        display: none;
    }

    .top-row.auth[b-1t9pb344js] {
        justify-content: space-between;
    }

    .top-row[b-1t9pb344js]  a, .top-row[b-1t9pb344js]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-1t9pb344js] {
        flex-direction: inherit;
    }

    .sidebar[b-1t9pb344js]{
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }
    
    .top-row[b-1t9pb344js] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-1t9pb344js]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-1t9pb344js], article[b-1t9pb344js] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}




.top-row[b-1t9pb344js] {
    position: relative; /* Set position to relative for absolute positioning */
    background-color: rgba(255, 255, 255, 0.1);
}

.navbar-toggler[b-1t9pb344js] {
    background: none; /* Remove default button styles */
    border: none; /* Remove button border */
    cursor: pointer; /* Change cursor to pointer */
    font-size: 24px; /* Adjust the font size of the icon */
    position: absolute; /* Position the button absolutely */
    right: 10px; /* Position from the right */
    top: 10px; /* Position from the top */
    z-index: 1; /* Ensure the button is on top */
}


.main[b-1t9pb344js] {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh; /* Optional: Adjust height as needed */
}

/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-njghqfw7n1] {
    position: relative;
    display: flex;
    flex-direction: row;
    direction: rtl;
}

main[b-njghqfw7n1] {
    flex: 1;
    direction: rtl;
    overflow-x:auto;
}

.sidebar[b-njghqfw7n1] {
    /*background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);*/
    background-image: linear-gradient(180deg, #166a6e 0%, #3a0647 70%);
}

.sidebar[b-njghqfw7n1] {
    transition: all 0.3s ease;
}

.sidebar[b-njghqfw7n1] {
    width: 250px;
    height: 100vh;
    position: sticky;
    top: 0;
}

.top-row[b-njghqfw7n1] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-njghqfw7n1]  a, .top-row[b-njghqfw7n1]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-njghqfw7n1]  a:hover, .top-row[b-njghqfw7n1]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-njghqfw7n1]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-njghqfw7n1] {
        display: none;
    }

    .top-row.auth[b-njghqfw7n1] {
        justify-content: space-between;
    }

    .top-row[b-njghqfw7n1]  a, .top-row[b-njghqfw7n1]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-njghqfw7n1] {
        flex-direction: inherit;
    }

    .sidebar[b-njghqfw7n1]{
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }
    
    .top-row[b-njghqfw7n1] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-njghqfw7n1]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-njghqfw7n1], article[b-njghqfw7n1] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}




.top-row[b-njghqfw7n1] {
    position: relative; /* Set position to relative for absolute positioning */
    background-color: rgba(255, 255, 255, 0.1);
}

.navbar-toggler[b-njghqfw7n1] {
    background: none; /* Remove default button styles */
    border: none; /* Remove button border */
    cursor: pointer; /* Change cursor to pointer */
    font-size: 24px; /* Adjust the font size of the icon */
    position: absolute; /* Position the button absolutely */
    right: 10px; /* Position from the right */
    top: 10px; /* Position from the top */
    z-index: 1; /* Ensure the button is on top */
}


.main[b-njghqfw7n1] {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh; /* Optional: Adjust height as needed */
}

/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-4q712g9ll1] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-4q712g9ll1] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-4q712g9ll1] {
    font-size: 1.1rem;
}

.oi[b-4q712g9ll1] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-4q712g9ll1] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-4q712g9ll1] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-4q712g9ll1] {
        padding-bottom: 1rem;
    }

    .nav-item[b-4q712g9ll1]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-4q712g9ll1]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-4q712g9ll1]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-4q712g9ll1] {
        display: none;
    }

    .collapse[b-4q712g9ll1] {
         /*Never collapse the sidebar for wide screens*/ 
        display: block;
    }
}
/* /Shared/ParentLayout.razor.rz.scp.css */
.page[b-uwyhu4ephh] {
    position: relative;
    display: flex;
    flex-direction: row;
    direction: rtl;
}

main[b-uwyhu4ephh] {
    flex: 1;
    direction: rtl;
    overflow-x:auto;
}

.sidebar[b-uwyhu4ephh] {
    /*background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);*/
    background-image: linear-gradient(180deg, #166a6e 0%, #3a0647 70%);
}

.sidebar[b-uwyhu4ephh] {
    transition: all 0.3s ease;
}

.sidebar[b-uwyhu4ephh] {
    width: 250px;
    height: 100vh;
    position: sticky;
    top: 0;
}

.top-row[b-uwyhu4ephh] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-uwyhu4ephh]  a, .top-row[b-uwyhu4ephh]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-uwyhu4ephh]  a:hover, .top-row[b-uwyhu4ephh]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-uwyhu4ephh]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-uwyhu4ephh] {
        display: none;
    }

    .top-row.auth[b-uwyhu4ephh] {
        justify-content: space-between;
    }

    .top-row[b-uwyhu4ephh]  a, .top-row[b-uwyhu4ephh]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-uwyhu4ephh] {
        flex-direction: inherit;
    }

    .sidebar[b-uwyhu4ephh]{
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }
    
    .top-row[b-uwyhu4ephh] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-uwyhu4ephh]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-uwyhu4ephh], article[b-uwyhu4ephh] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}




.top-row[b-uwyhu4ephh] {
    position: relative; /* Set position to relative for absolute positioning */
    background-color: rgba(255, 255, 255, 0.1);
}

.navbar-toggler[b-uwyhu4ephh] {
    background: none; /* Remove default button styles */
    border: none; /* Remove button border */
    cursor: pointer; /* Change cursor to pointer */
    font-size: 24px; /* Adjust the font size of the icon */
    position: absolute; /* Position the button absolutely */
    right: 10px; /* Position from the right */
    top: 10px; /* Position from the top */
    z-index: 1; /* Ensure the button is on top */
}


.main[b-uwyhu4ephh] {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh; /* Optional: Adjust height as needed */
}

