/* /Components/Layout/DashboardLayout.razor.rz.scp.css */
.page[b-mtwu7cjsi7] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-mtwu7cjsi7] {
    flex: 1;
}

.sidebar[b-mtwu7cjsi7] {
    /*background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);*/
    /*background-image: radial-gradient( circle farthest-corner at 10% 20%, rgba(97,186,255,1) 0%, rgba(166,239,253,1) 90.1% );*/
    background-image: linear-gradient(149deg, rgba(7,7,17,1) 0%, rgba(32,47,115,1) 100%);
}

.top-row[b-mtwu7cjsi7] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-mtwu7cjsi7]  a, .top-row[b-mtwu7cjsi7]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .top-row[b-mtwu7cjsi7]  a:hover, .top-row[b-mtwu7cjsi7]  .btn-link:hover {
            text-decoration: underline;
        }

        .top-row[b-mtwu7cjsi7]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

@media (max-width: 640.98px) {
    .top-row[b-mtwu7cjsi7] {
        justify-content: space-between;
    }

        .top-row[b-mtwu7cjsi7]  a, .top-row[b-mtwu7cjsi7]  .btn-link {
            margin-left: 0;
        }
}

@media (min-width: 641px) {
    .page[b-mtwu7cjsi7] {
        flex-direction: row;
    }

    .sidebar[b-mtwu7cjsi7] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-mtwu7cjsi7] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-mtwu7cjsi7]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-mtwu7cjsi7], article[b-mtwu7cjsi7] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-mtwu7cjsi7] {
    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-mtwu7cjsi7] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-uaq5e5yrmp] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-uaq5e5yrmp] {
    flex: 1;
}

.sidebar[b-uaq5e5yrmp] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-uaq5e5yrmp] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-uaq5e5yrmp]  a, .top-row[b-uaq5e5yrmp]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .top-row[b-uaq5e5yrmp]  a:hover, .top-row[b-uaq5e5yrmp]  .btn-link:hover {
            text-decoration: underline;
        }

        .top-row[b-uaq5e5yrmp]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

@media (max-width: 640.98px) {
    .top-row[b-uaq5e5yrmp] {
        justify-content: space-between;
    }

        .top-row[b-uaq5e5yrmp]  a, .top-row[b-uaq5e5yrmp]  .btn-link {
            margin-left: 0;
        }
}

@media (min-width: 641px) {
    .page[b-uaq5e5yrmp] {
        flex-direction: row;
    }

    .sidebar[b-uaq5e5yrmp] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-uaq5e5yrmp] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-uaq5e5yrmp]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-uaq5e5yrmp], article[b-uaq5e5yrmp] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-uaq5e5yrmp] {
    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-uaq5e5yrmp] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu/DashboardLayoutNavMenu.razor.rz.scp.css */
.navbar-toggler[b-ckrsp9bwuf] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

    .navbar-toggler:checked[b-ckrsp9bwuf] {
        background-color: rgba(255, 255, 255, 0.5);
    }

.top-row[b-ckrsp9bwuf] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-ckrsp9bwuf] {
    font-size: 1.1rem;
}

.bi[b-ckrsp9bwuf] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-ckrsp9bwuf] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-ckrsp9bwuf] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-ckrsp9bwuf] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.bi-lock-nav-menu[b-ckrsp9bwuf] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath d='M8 1a2 2 0 0 1 2 2v4H6V3a2 2 0 0 1 2-2zm3 6V3a3 3 0 0 0-6 0v4a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2zM5 8h6a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1z'/%3E%3C/svg%3E");
}

.bi-person-nav-menu[b-ckrsp9bwuf] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person' viewBox='0 0 16 16'%3E%3Cpath d='M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm4 8c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4Zm-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10Z'/%3E%3C/svg%3E");
}

.bi-person-badge-nav-menu[b-ckrsp9bwuf] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-badge' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3zM11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0z'/%3E%3Cpath d='M4.5 0A2.5 2.5 0 0 0 2 2.5V14a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2.5A2.5 2.5 0 0 0 11.5 0h-7zM3 2.5A1.5 1.5 0 0 1 4.5 1h7A1.5 1.5 0 0 1 13 2.5v10.795a4.2 4.2 0 0 0-.776-.492C11.392 12.387 10.063 12 8 12s-3.392.387-4.224.803a4.2 4.2 0 0 0-.776.492V2.5z'/%3E%3C/svg%3E");
}

.bi-person-fill-nav-menu[b-ckrsp9bwuf] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-fill' viewBox='0 0 16 16'%3E%3Cpath d='M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3Zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z'/%3E%3C/svg%3E");
}

.bi-arrow-bar-left-nav-menu[b-ckrsp9bwuf] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-arrow-bar-left' viewBox='0 0 16 16'%3E%3Cpath d='M12.5 15a.5.5 0 0 1-.5-.5v-13a.5.5 0 0 1 1 0v13a.5.5 0 0 1-.5.5ZM10 8a.5.5 0 0 1-.5.5H3.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L3.707 7.5H9.5a.5.5 0 0 1 .5.5Z'/%3E%3C/svg%3E");
}

.nav-item[b-ckrsp9bwuf] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-ckrsp9bwuf] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-ckrsp9bwuf] {
        padding-bottom: 1rem;
    }

    .nav-item[b-ckrsp9bwuf]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

    .nav-item[b-ckrsp9bwuf]  a.active {
        background-color: rgba(255,255,255,0.37);
        color: white;
    }

    .nav-item[b-ckrsp9bwuf]  .nav-link:hover {
        background-color: rgba(255,255,255,0.1);
        color: white;
    }

.nav-scrollable[b-ckrsp9bwuf] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-ckrsp9bwuf] {
    display: block;
}
 
@media (min-width: 641px) {
    .navbar-toggler[b-ckrsp9bwuf] {
        display: none;
    }

    .nav-scrollable[b-ckrsp9bwuf] {
        /* Never collapse the sidebar for wide screens */
        display: block;
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Pages/Dashboard.razor.rz.scp.css */
.page[b-lz8ipcepj2] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-lz8ipcepj2] {
    flex: 1;
}

.sidebar[b-lz8ipcepj2] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-lz8ipcepj2] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-lz8ipcepj2]  a, .top-row[b-lz8ipcepj2]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .top-row[b-lz8ipcepj2]  a:hover, .top-row[b-lz8ipcepj2]  .btn-link:hover {
            text-decoration: underline;
        }

        .top-row[b-lz8ipcepj2]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

@media (max-width: 640.98px) {
    .top-row[b-lz8ipcepj2] {
        justify-content: space-between;
    }

        .top-row[b-lz8ipcepj2]  a, .top-row[b-lz8ipcepj2]  .btn-link {
            margin-left: 0;
        }
}

@media (min-width: 641px) {
    .page[b-lz8ipcepj2] {
        flex-direction: row;
    }

    .sidebar[b-lz8ipcepj2] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-lz8ipcepj2] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-lz8ipcepj2]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-lz8ipcepj2], article[b-lz8ipcepj2] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-lz8ipcepj2] {
    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-lz8ipcepj2] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }




















.navbar-toggler[b-lz8ipcepj2] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

    .navbar-toggler:checked[b-lz8ipcepj2] {
        background-color: rgba(255, 255, 255, 0.5);
    }

.top-row[b-lz8ipcepj2] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-lz8ipcepj2] {
    font-size: 1.1rem;
}

.bi[b-lz8ipcepj2] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-lz8ipcepj2] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-lz8ipcepj2] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-lz8ipcepj2] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.bi-lock-nav-menu[b-lz8ipcepj2] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath d='M8 1a2 2 0 0 1 2 2v4H6V3a2 2 0 0 1 2-2zm3 6V3a3 3 0 0 0-6 0v4a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2zM5 8h6a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1z'/%3E%3C/svg%3E");
}

.bi-person-nav-menu[b-lz8ipcepj2] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person' viewBox='0 0 16 16'%3E%3Cpath d='M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm4 8c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4Zm-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10Z'/%3E%3C/svg%3E");
}

.bi-person-badge-nav-menu[b-lz8ipcepj2] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-badge' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3zM11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0z'/%3E%3Cpath d='M4.5 0A2.5 2.5 0 0 0 2 2.5V14a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2.5A2.5 2.5 0 0 0 11.5 0h-7zM3 2.5A1.5 1.5 0 0 1 4.5 1h7A1.5 1.5 0 0 1 13 2.5v10.795a4.2 4.2 0 0 0-.776-.492C11.392 12.387 10.063 12 8 12s-3.392.387-4.224.803a4.2 4.2 0 0 0-.776.492V2.5z'/%3E%3C/svg%3E");
}

.bi-person-fill-nav-menu[b-lz8ipcepj2] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-fill' viewBox='0 0 16 16'%3E%3Cpath d='M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3Zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z'/%3E%3C/svg%3E");
}

.bi-arrow-bar-left-nav-menu[b-lz8ipcepj2] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-arrow-bar-left' viewBox='0 0 16 16'%3E%3Cpath d='M12.5 15a.5.5 0 0 1-.5-.5v-13a.5.5 0 0 1 1 0v13a.5.5 0 0 1-.5.5ZM10 8a.5.5 0 0 1-.5.5H3.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L3.707 7.5H9.5a.5.5 0 0 1 .5.5Z'/%3E%3C/svg%3E");
}

.nav-item[b-lz8ipcepj2] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-lz8ipcepj2] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-lz8ipcepj2] {
        padding-bottom: 1rem;
    }

    .nav-item[b-lz8ipcepj2]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

    .nav-item[b-lz8ipcepj2]  a.active {
        background-color: rgba(255,255,255,0.37);
        color: white;
    }

    .nav-item[b-lz8ipcepj2]  .nav-link:hover {
        background-color: rgba(255,255,255,0.1);
        color: white;
    }

.nav-scrollable[b-lz8ipcepj2] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-lz8ipcepj2] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-lz8ipcepj2] {
        display: none;
    }

    .nav-scrollable[b-lz8ipcepj2] {
        /* Never collapse the sidebar for wide screens */
        display: block;
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}

/* /Components/Pages/Order/Order.razor.rz.scp.css */
/* Fix height and enable scrolling */
.grid[b-gddij1kt4z] {
    /*height: 25rem;*/
    overflow-y: auto;
}

    .grid[b-gddij1kt4z]  table {
        min-width: 100%;
    }

/* Sticky header while scrolling */
[b-gddij1kt4z] thead {
    position: sticky;
    top: 0;
    /*background-color: #d8d8d8;*/
    outline: 1px solid gray;
    z-index: 1;
}

/* For virtualized grids, it's essential that all rows have the same known height */
[b-gddij1kt4z] tr {
    height: 30px;
    border-bottom: 0.5px solid silver;
}

[b-gddij1kt4z] tbody td {
    white-space: nowrap;
    overflow: hidden;
    max-width: 0;
    text-overflow: ellipsis;
}
/* /Components/Pages/Website/About/About.razor.rz.scp.css */
.about-hero[b-8x7p3qcbj0] {
    width: 100%;
    max-height: 570px;
    height: auto;
}

.about-title[b-8x7p3qcbj0] {
    font-size: 3rem;
    font-weight: 700;
}

.breadcrumb[b-8x7p3qcbj0] {
    background-color: transparent;
    padding: 0;
}

.breadcrumb-item a[b-8x7p3qcbj0] {
    color: rgba(255,255,255,0.7);
    text-decoration: none;
}

.breadcrumb-item.active[b-8x7p3qcbj0] {
    color: white;
}

.section-title[b-8x7p3qcbj0] {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.about-img[b-8x7p3qcbj0] {
    border-radius: 15px;
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    width: 100%;
    height: auto;
}

.team-card[b-8x7p3qcbj0] {
    border: none;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.team-img[b-8x7p3qcbj0] {
    /*height: 300px;*/
    /*object-fit: cover;*/
    /*width: 100%;*/
}

.timeline[b-8x7p3qcbj0] {
    position: relative;
    padding-left: 50px;
}

    .timeline[b-8x7p3qcbj0]::before {
        content: '';
        position: absolute;
        left: 15px;
        top: 0;
        bottom: 0;
        width: 2px;
        background-color: blue;
    }

.timeline-item[b-8x7p3qcbj0] {
    position: relative;
    margin-bottom: 30px;
}

    .timeline-item[b-8x7p3qcbj0]::before {
        content: '';
        position: absolute;
        left: -38px;
        top: 5px;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background-color: blue;
        border: 4px solid white;
    }

.timeline-date[b-8x7p3qcbj0] {
    font-weight: 600;
    color: var(--primary);
}

.btn-primary-custom[b-8x7p3qcbj0] {
    background-color: var(--primary);
    color: white;
    padding: 12px 30px;
    border-radius: 30px;
    font-weight: 600;
    border: none;
}
/* /Components/Pages/Website/Career/Apply/Apply.razor.rz.scp.css */
body[b-zbs6v7a7av] {
}
/* /Components/Pages/Website/Career/Career/Career.razor.rz.scp.css */
/*:root {
    --crprimary: #0d47a1;
    --craccent: #00bcd4;
    --bgg: #f9f9f9;
    --textt: #333;
    --crwhite: #fff;
}*/

/** {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}*/

/*body {
    font-family: 'Segoe UI', sans-serif;
    line-height: 1.6;
    background-color: var(--bgg);
    color: var(--textt);
}*/

header[b-xn7kq8cxab] {
    background: linear-gradient(to right, var(--career-primary), var(--career-accent));
    color: var(--career-white);
    padding: 5rem 2rem;
    text-align: center;
}

    header h1[b-xn7kq8cxab] {
        font-size: 2.5rem;
        margin-bottom: 1rem;
    }

    header p[b-xn7kq8cxab] {
        font-size: 1.2rem;
        max-width: 600px;
        margin: auto;
    }

.btn-view-all-jobs[b-xn7kq8cxab] {
    display: inline-block;
    margin-top: 2rem;
    padding: 0.75rem 2rem;
    background: var(--career-white);
    color: var(--career-primary);
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    transition: all 0.3s ease;
}

/*.btn:hover {
    background: var(--career-accent);
    color: var(--white);
}*/

section[b-xn7kq8cxab] {
    padding: 4rem 2rem;
    max-width: 1200px;
    margin: auto;
}

.section-title[b-xn7kq8cxab] {
    text-align: center;
    margin-bottom: 3rem;
    font-size: 2rem;
    color: var(--career-primary);
}

.features[b-xn7kq8cxab], .benefits[b-xn7kq8cxab] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
}

.card[b-xn7kq8cxab] {
    background: var(--career-white);
    border-radius: 10px;
    padding: 2rem;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}

    .card:hover[b-xn7kq8cxab] {
        transform: translateY(-5px);
    }

.job-listings[b-xn7kq8cxab] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.job-card[b-xn7kq8cxab] {
    background: var(--career-white);
    border-left: 5px solid var(--career-primary);
    padding: 1.5rem;
    border-radius: 8px;
    transition: box-shadow 0.3s ease;
    width: 20rem;
}

    .job-card:hover[b-xn7kq8cxab] {
        box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    }

    .job-card h3[b-xn7kq8cxab] {
        margin-bottom: 0.5rem;
    }
 
.testimonial[b-xn7kq8cxab] {
    text-align: center;
    padding: 2rem;
    background: var(--career-white);
    border-radius: 8px;
    max-width: 700px;
    margin: auto;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.email-us[b-xn7kq8cxab] {
    background: var(--career-primary);
    color: var(--career-white);
    text-align: center;
    padding: 2rem;
}

@media (max-width: 600px) {
    header h1[b-xn7kq8cxab] {
        font-size: 1.8rem;
    }

    .btn[b-xn7kq8cxab] {
        width: 100%;
    }
}
/* /Components/Pages/Website/Contact/Contact/Contact.razor.rz.scp.css */
.contact-hero[b-0qmb3dwwsk] {
    /*min-height: 80vh;
    background: url('images/contact-us.png');
    background-position:center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    color: white;*/
    width: 100%;
    max-height: 750px;
    height: auto;    
}

.contact-title[b-0qmb3dwwsk] {
    font-size: 3rem;
    font-weight: 700;
}

.breadcrumb[b-0qmb3dwwsk] {
    background-color: transparent;
    padding: 0;
}

.breadcrumb-item a[b-0qmb3dwwsk] {
    color: rgba(255,255,255,0.7);
    text-decoration: none;
}

.breadcrumb-item.active[b-0qmb3dwwsk] {
    color: white;
}

.section-title[b-0qmb3dwwsk] {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.contact-info-card[b-0qmb3dwwsk] {
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    height: 100%;
}

.contact-icon[b-0qmb3dwwsk] {
    font-size: 2rem;
    color: var(--primary);
    margin-bottom: 1rem;
}

.form-control[b-0qmb3dwwsk] {
    padding: 12px 15px;
    border-radius: 10px;
    border: 1px solid #eee;
}

    .form-control:focus[b-0qmb3dwwsk] {
        box-shadow: none;
        border-color: var(--primary);
    }

.btn-primary-custom[b-0qmb3dwwsk] {
    background-color: var(--primary);
    color: white;
    padding: 12px 30px;
    border-radius: 30px;
    font-weight: 600;
    border: none;
}

.map-container[b-0qmb3dwwsk] {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

/*@media (max-width: 1440px) {
    .contact-hero {    
        width: 100%;
        height: 700px; 
    }
}

@media (max-width: 1920px) {
    .contact-hero {
        width: 100%;
        height: 700px;
    }
}

@media (max-width: 764px) {
    .contact-hero {
        width: 100%;
        height: 300px;
    }
}*/
/* /Components/Pages/Website/Contact/ThankYou/ThankYou.razor.rz.scp.css */
    /** {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }*/

section[b-ldyo2v4eew] {
    font-family: 'Poppins', sans-serif;
    background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
    /*height: 100vh;*/
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 10;
}

    .thank-you-wrapper[b-ldyo2v4eew] {
      text-align: center;
      padding: 60px 40px;
      background: rgba(255, 255, 255, 0.05);
      border-radius: 24px;
      backdrop-filter: blur(10px);
      box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2);
      max-width: 600px;
      width: 90%;
      animation: fadeInUp-b-ldyo2v4eew 0.8s ease-out;
    }

    .icon[b-ldyo2v4eew] {
      font-size: 80px;
      color: #00ffb3;
      margin-bottom: 20px;
    }

    .title[b-ldyo2v4eew] {
      font-size: 36px;
      font-weight: 600;
      margin-bottom: 15px;
    }

    .message[b-ldyo2v4eew] {
      font-size: 18px;
      color: #e0e0e0;
      margin-bottom: 35px;
    }

    .home-button[b-ldyo2v4eew] {
      padding: 14px 28px;
      background-color: #00ffb3;
      color: #000;
      border: none;
      border-radius: 10px;
      font-size: 16px;
      text-decoration: none;
      font-weight: 600;
      transition: background-color 0.3s ease;
    }

    .home-button:hover[b-ldyo2v4eew] {
      background-color: #00cc90;
    }

    @keyframes fadeInUp-b-ldyo2v4eew {
      from {
        transform: translateY(20px);
        opacity: 0;
      }
      to {
        transform: translateY(0);
        opacity: 1;
      }
    }

    @media (max-width: 600px) {
      .title[b-ldyo2v4eew] {
        font-size: 28px;
      }
      .message[b-ldyo2v4eew] {
        font-size: 16px;
      }
    }
/* /Components/Pages/Website/JobFair/JobFairInterviewRegistration/RegisterInterview.razor.rz.scp.css */
/* Login Page Styles */
.reg-container[b-m6e04g7fd6] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(90deg, hsla(239, 100%, 67%, 1) 0%, hsla(187, 100%, 89%, 1) 100%);
    padding: 20px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}

.reg-card[b-m6e04g7fd6] {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    padding: 40px;
    width: 100%;
    max-width: 420px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.login-card:hover[b-m6e04g7fd6] {
    transform: translateY(-5px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}

.login-header[b-m6e04g7fd6] {
    text-align: center;
    margin-bottom: 30px;
}

.login-title[b-m6e04g7fd6] {
    font-size: 2.5rem;
    font-weight: 700;
    color: #2d3748;
    margin: 0 0 10px 0;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.title-red[b-m6e04g7fd6] {
    font-size: 2.5rem;
    font-weight: 700;
    color: #2d3748;
    margin: 0 0 10px 0;
    background: linear-gradient(90deg, hsla(324, 91%, 46%, 1) 0%, hsla(18, 100%, 49%, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.login-subtitle[b-m6e04g7fd6] {
    font-size: 1.1rem;
    color: #718096;
    margin: 0;
    font-weight: 400;
}

.login-form[b-m6e04g7fd6] {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.form-group[b-m6e04g7fd6] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.form-label[b-m6e04g7fd6] {
    font-size: 0.95rem;
    font-weight: 600;
    color: #4a5568;
    margin: 0;
}

.form-input[b-m6e04g7fd6] {
    padding: 14px 16px;
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    font-size: 1rem;
    transition: all 0.3s ease;
    background: #ffffff;
    color: #2d3748;
}

.form-input:focus[b-m6e04g7fd6] {
    outline: none;
    border-color: #667eea;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
    transform: translateY(-1px);
}

.form-input[b-m6e04g7fd6]::placeholder {
    color: #a0aec0;
}

.validation-message[b-m6e04g7fd6] {
    color: #e53e3e;
    font-size: 0.875rem;
    margin-top: 4px;
    font-weight: 500;
}

.form-options[b-m6e04g7fd6] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px 0;
}

.checkbox-container[b-m6e04g7fd6] {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    user-select: none;
}

.checkbox-input[b-m6e04g7fd6] {
    width: 16px;
    height: 16px;
    accent-color: #667eea;
    cursor: pointer;
}

.checkbox-label[b-m6e04g7fd6] {
    font-size: 0.9rem;
    color: #4a5568;
    cursor: pointer;
}

.forgot-password-link[b-m6e04g7fd6] {
    color: #667eea;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 500;
    transition: color 0.2s ease;
}

.forgot-password-link:hover[b-m6e04g7fd6] {
    color: #5a67d8;
    text-decoration: underline;
}

.login-button[b-m6e04g7fd6] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border: none;
    padding: 16px 24px;
    border-radius: 12px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 10px;
    position: relative;
    overflow: hidden;
}

.login-button:hover:not(:disabled)[b-m6e04g7fd6] {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(102, 126, 234, 0.3);
}

.login-button:active:not(:disabled)[b-m6e04g7fd6] {
    transform: translateY(0);
}

.login-button:disabled[b-m6e04g7fd6] {
    opacity: 0.7;
    cursor: not-allowed;
    transform: none;
}

.loading-spinner[b-m6e04g7fd6] {
    width: 16px;
    height: 16px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-top: 2px solid white;
    border-radius: 50%;
    animation: spin-b-m6e04g7fd6 1s linear infinite;
}

@keyframes spin-b-m6e04g7fd6 {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.error-message[b-m6e04g7fd6] {
    background: rgba(229, 62, 62, 0.1);
    border: 1px solid rgba(229, 62, 62, 0.3);
    color: #c53030;
    padding: 12px 16px;
    border-radius: 8px;
    font-size: 0.9rem;
    margin-top: 10px;
    text-align: center;
}

.login-footer[b-m6e04g7fd6] {
    text-align: center;
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #e2e8f0;
}

.signup-text[b-m6e04g7fd6] {
    margin: 0;
    color: #718096;
    font-size: 0.95rem;
}

.signup-link[b-m6e04g7fd6] {
    color: #667eea;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.2s ease;
}

.signup-link:hover[b-m6e04g7fd6] {
    color: #5a67d8;
    text-decoration: underline;
}

/* Responsive Design */
@media (max-width: 480px) {
    .login-container[b-m6e04g7fd6] {
        padding: 15px;
    }
    
    .login-card[b-m6e04g7fd6] {
        padding: 30px 25px;
    }
    
    .login-title[b-m6e04g7fd6] {
        font-size: 2rem;
    }
    
    .form-input[b-m6e04g7fd6] {
        padding: 12px 14px;
    }
    
    .login-button[b-m6e04g7fd6] {
        padding: 14px 20px;
    }
}

/* Focus and accessibility improvements */
.form-input:focus[b-m6e04g7fd6],
.checkbox-input:focus[b-m6e04g7fd6],
.login-button:focus[b-m6e04g7fd6] {
    outline: 2px solid #667eea;
    outline-offset: 2px;
}

/* Smooth transitions for all interactive elements */
*[b-m6e04g7fd6] {
    transition: all 0.2s ease;
}

/* Custom scrollbar for webkit browsers */
[b-m6e04g7fd6]::-webkit-scrollbar {
    width: 6px;
}

[b-m6e04g7fd6]::-webkit-scrollbar-track {
    background: #f1f1f1;
}

[b-m6e04g7fd6]::-webkit-scrollbar-thumb {
    background: #667eea;
    border-radius: 3px;
}

[b-m6e04g7fd6]::-webkit-scrollbar-thumb:hover {
    background: #5a67d8;
}

/* /Components/Pages/Website/JobFair/JobFairInterviewRegistration/RegistrationSuccess.razor.rz.scp.css */
    /** {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }*/

section[b-9zx45vjzld] {
    font-family: 'Poppins', sans-serif;
    background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
    /*height: 100vh;*/
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 10;
}

    .thank-you-wrapper[b-9zx45vjzld] {
      text-align: center;
      padding: 60px 40px;
      background: rgba(255, 255, 255, 0.05);
      border-radius: 24px;
      backdrop-filter: blur(10px);
      box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2);
      max-width: 600px;
      width: 90%;
      animation: fadeInUp-b-9zx45vjzld 0.8s ease-out;
    }

    .icon[b-9zx45vjzld] {
      font-size: 80px;
      color: #00ffb3;
      margin-bottom: 20px;
    }

    .title[b-9zx45vjzld] {
      font-size: 36px;
      font-weight: 600;
      margin-bottom: 15px;
    }

    .message[b-9zx45vjzld] {
      font-size: 18px;
      color: #e0e0e0;
      /*margin-bottom: 35px;*/
    }

    .home-button[b-9zx45vjzld] {
      padding: 14px 28px;
      background-color: #00ffb3;
      color: #000;
      border: none;
      border-radius: 10px;
      font-size: 16px;
      text-decoration: none;
      font-weight: 600;
      transition: background-color 0.3s ease;
    }

    .home-button:hover[b-9zx45vjzld] {
      background-color: #00cc90;
    }

    @keyframes fadeInUp-b-9zx45vjzld {
      from {
        transform: translateY(20px);
        opacity: 0;
      }
      to {
        transform: translateY(0);
        opacity: 1;
      }
    }

    @media (max-width: 600px) {
      .title[b-9zx45vjzld] {
        font-size: 28px;
      }
      .message[b-9zx45vjzld] {
        font-size: 16px;
      }
    }
/* /Components/Pages/Website/JobFair/JobFair/JobFair.razor.rz.scp.css */
header[b-ygp44gd03f] {
    background: linear-gradient(90deg, hsla(259, 84%, 78%, 1) 0%, hsla(206, 67%, 75%, 1) 100%);
    color: var(--career-white);
    padding: 5rem 2rem;
    text-align: center;
}

    header h1[b-ygp44gd03f] {
        font-size: 2.5rem;
        margin-bottom: 1rem;
    }

    header p[b-ygp44gd03f] {
        font-size: 1.2rem;
        max-width: 600px;
        margin: auto;
    }

.btn-view-all-jobs[b-ygp44gd03f] {
    display: inline-block;
    margin-top: 2rem;
    padding: 0.75rem 2rem;
    background: var(--career-white);
    color: var(--career-primary);
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    transition: all 0.3s ease;
}

/*.btn:hover {
    background: var(--career-accent);
    color: var(--white);
}*/

section[b-ygp44gd03f] {
    padding: 4rem 2rem;
    max-width: 1200px;
    margin: auto;
}

.section-title[b-ygp44gd03f] {
    text-align: center;
    margin-bottom: 3rem;
    font-size: 2rem;
    color: var(--career-primary);
}

.features[b-ygp44gd03f], .benefits[b-ygp44gd03f] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
}

.card[b-ygp44gd03f] {
    background: var(--career-white);
    border-radius: 10px;
    padding: 2rem;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}

    .card:hover[b-ygp44gd03f] {
        transform: translateY(-5px);
    }

.job-listings[b-ygp44gd03f] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.job-card[b-ygp44gd03f] {
    background: var(--career-white);
    border-left: 5px solid var(--career-primary);
    padding: 1.5rem;
    border-radius: 8px;
    transition: box-shadow 0.3s ease;
    width: 20rem;
}

    .job-card:hover[b-ygp44gd03f] {
        box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    }

    .job-card h3[b-ygp44gd03f] {
        margin-bottom: 0.5rem;
    }
 
.testimonial[b-ygp44gd03f] {
    text-align: center;
    padding: 2rem;
    background: var(--career-white);
    border-radius: 8px;
    max-width: 700px;
    margin: auto;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.email-us[b-ygp44gd03f] {
    background: var(--career-primary);
    color: var(--career-white);
    text-align: center;
    padding: 2rem;
}

@media (max-width: 600px) {
    header h1[b-ygp44gd03f] {
        font-size: 1.8rem;
    }

    .btn[b-ygp44gd03f] {
        width: 100%;
    }
}
