/* /Layout/AdminLayout.razor.rz.scp.css */
.page[b-f0xx2mbl20] {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100vh;    
}

.content[b-f0xx2mbl20]
{
    
}

.main-content[b-f0xx2mbl20]
{
    height: 100vh;
}

main[b-f0xx2mbl20] {
    flex: 1;
}


.top-row[b-f0xx2mbl20] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-f0xx2mbl20]  a, .top-row[b-f0xx2mbl20]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-f0xx2mbl20]  a:hover, .top-row[b-f0xx2mbl20]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-f0xx2mbl20]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-f0xx2mbl20] {
        justify-content: space-between;
    }

    .top-row[b-f0xx2mbl20]  a, .top-row[b-f0xx2mbl20]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-f0xx2mbl20] {
        flex-direction: row;
    }

    .sidebar[b-f0xx2mbl20] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-f0xx2mbl20] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-f0xx2mbl20]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-f0xx2mbl20], article[b-f0xx2mbl20] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-244vipjwx9] {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100vh;    
}

.content[b-244vipjwx9]
{
    
}

.main-content[b-244vipjwx9]
{
    height: 100vh;
}

main[b-244vipjwx9] {
    flex: 1;
}


.top-row[b-244vipjwx9] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-244vipjwx9]  a, .top-row[b-244vipjwx9]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-244vipjwx9]  a:hover, .top-row[b-244vipjwx9]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-244vipjwx9]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-244vipjwx9] {
        justify-content: space-between;
    }

    .top-row[b-244vipjwx9]  a, .top-row[b-244vipjwx9]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-244vipjwx9] {
        flex-direction: row;
    }

    .sidebar[b-244vipjwx9] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-244vipjwx9] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-244vipjwx9]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-244vipjwx9], article[b-244vipjwx9] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.sidebar[b-hrle8bqzhk] {
    background: #f8f9fa;
    height: 100vh;
    color: black;
}


.navbar-toggler[b-hrle8bqzhk] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-hrle8bqzhk] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-hrle8bqzhk] {
    font-size: 1.1rem;
}

.nav-container[b-hrle8bqzhk] {
    display: flex;
    flex-direction: column;
    height: calc(100vh - 80px)
}

.nav-item[b-hrle8bqzhk] {
    display: block;
    width: 100%;
    margin-bottom: 15px;
    cursor: pointer;
}

.nav-footer[b-hrle8bqzhk] {
    margin-top: auto;
    text-align: center;
    font-size: smaller;
    padding: 1rem;
    color: black ;
}

.bi[b-hrle8bqzhk] {
    margin-right: 0.75rem;
    font-size: 1.25rem;
    flex-shrink: 0;
    vertical-align: middle;
}

/* Base nav-link styles */
.nav-link[b-hrle8bqzhk] {
    display: flex;               /* Base flex layout for nav-link */
    align-items: center;         /* Align children vertically by default */
    justify-content: flex-start; /* Default alignment for text to the right */
    text-decoration: none;       /* Remove underline */
    cursor: pointer;             /* Pointer cursor for navigation */
    width: 100%;                 /* Full width for nav items */
    padding: 0.5rem;             /* Add padding for touch-friendly links */
}

/* Text to the right of the icon */
.icon-text[b-hrle8bqzhk] {
    gap: 5px; /* Space between icon and text */
}

/* Text below the icon */
.nav-link.icon-text-small[b-hrle8bqzhk] {
    display: flex;               /* Flex container for vertical layout */
    flex-direction: column;      /* Stack icon and text vertically */
    align-items: center;         /* Center the icon and text horizontally */
    justify-content: center;     /* Center the items vertically, if needed */
    text-align: center;          /* Align text for proper centering */
    font-size: smaller;          /* Smaller text for a compact layout */
    gap: 5px;                    /* Space between icon and text */
    width: auto;                 /* Prevent stretching */
}

.nav-link.icon-text-small i[b-hrle8bqzhk] 
{
    margin-left: 8px;
}

.nav-item:first-of-type[b-hrle8bqzhk] {
    padding-top: 1rem;
}

.nav-item:last-of-type[b-hrle8bqzhk] {
    padding-bottom: 1rem;
}

.nav-item[b-hrle8bqzhk]  a {
    color: black;
    border-radius: 4px;
    height: 3rem;
    display: flex;
    align-items: center;
}

.nav-item[b-hrle8bqzhk]  a.active {
    font-weight: bold;
}

.nav-item[b-hrle8bqzhk]  a:hover {
    font-weight: bold;
}
/* /Layout/NavMenuAdmin.razor.rz.scp.css */
.sidebar[b-48sv8g0qtg] {
    background: #f8f9fa;
    height: 100vh;
    color: black;
}


.navbar-toggler[b-48sv8g0qtg] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-48sv8g0qtg] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-48sv8g0qtg] {
    font-size: 1.1rem;
}

.nav-container[b-48sv8g0qtg] {
    display: flex;
    flex-direction: column;
    height: calc(100vh - 80px)
}

.nav-item[b-48sv8g0qtg] {
    display: block;
    width: 100%;
    margin-bottom: 15px;
    cursor: pointer;
}

.nav-footer[b-48sv8g0qtg] {
    margin-top: auto;
    text-align: center;
    font-size: smaller;
    padding: 1rem;
    color: black ;
}

.bi[b-48sv8g0qtg] {
    margin-right: 0.75rem;
    font-size: 1.25rem;
    flex-shrink: 0;
    vertical-align: middle;
}

/* Base nav-link styles */
.nav-link[b-48sv8g0qtg] {
    display: flex;               /* Base flex layout for nav-link */
    align-items: center;         /* Align children vertically by default */
    justify-content: flex-start; /* Default alignment for text to the right */
    text-decoration: none;       /* Remove underline */
    cursor: pointer;             /* Pointer cursor for navigation */
    width: 100%;                 /* Full width for nav items */
    padding: 0.5rem;             /* Add padding for touch-friendly links */
}

/* Text to the right of the icon */
.icon-text[b-48sv8g0qtg] {
    gap: 5px; /* Space between icon and text */
}

/* Text below the icon */
.nav-link.icon-text-small[b-48sv8g0qtg] {
    display: flex;               /* Flex container for vertical layout */
    flex-direction: column;      /* Stack icon and text vertically */
    align-items: center;         /* Center the icon and text horizontally */
    justify-content: center;     /* Center the items vertically, if needed */
    text-align: center;          /* Align text for proper centering */
    font-size: smaller;          /* Smaller text for a compact layout */
    gap: 5px;                    /* Space between icon and text */
    width: auto;                 /* Prevent stretching */
}

.nav-link.icon-text-small i[b-48sv8g0qtg] 
{
    margin-left: 8px;
}

.nav-item:first-of-type[b-48sv8g0qtg] {
    padding-top: 1rem;
}

.nav-item:last-of-type[b-48sv8g0qtg] {
    padding-bottom: 1rem;
}

.nav-item[b-48sv8g0qtg]  a {
    color: black;
    border-radius: 4px;
    height: 3rem;
    display: flex;
    align-items: center;
}

.nav-item[b-48sv8g0qtg]  a.active {
    font-weight: bold;
}

.nav-item[b-48sv8g0qtg]  a:hover {
    font-weight: bold;
}
/* /Pages/candidates/components/PendingUpdatesDialog.razor.rz.scp.css */
.pending-updates-overlay[b-ryet7yfbyq] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1050;
    animation: fadeIn-b-ryet7yfbyq 0.2s ease-in;
}

@keyframes fadeIn-b-ryet7yfbyq {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.pending-updates-dialog[b-ryet7yfbyq] {
    background: white;
    border-radius: 8px;
    width: 90%;
    max-width: 900px;
    max-height: 85vh;
    display: flex;
    flex-direction: column;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
    animation: slideUp-b-ryet7yfbyq 0.3s ease-out;
}

@keyframes slideUp-b-ryet7yfbyq {
    from {
        transform: translateY(50px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.dialog-header[b-ryet7yfbyq] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 24px;
    border-bottom: 1px solid #e5e7eb;
}

.dialog-header h3[b-ryet7yfbyq] {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 600;
    color: #1f2937;
}

.close-btn[b-ryet7yfbyq] {
    background: none;
    border: none;
    font-size: 28px;
    color: #6b7280;
    cursor: pointer;
    padding: 0;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    transition: background-color 0.2s;
}

.close-btn:hover[b-ryet7yfbyq] {
    background-color: #f3f4f6;
    color: #374151;
}

.dialog-body[b-ryet7yfbyq] {
    flex: 1;
    overflow-y: auto;
    padding: 24px;
}

.update-info[b-ryet7yfbyq] {
    display: flex;
    gap: 24px;
    padding: 16px;
    background-color: #f9fafb;
    border-radius: 6px;
    margin-bottom: 20px;
}

.info-item[b-ryet7yfbyq] {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.info-item .label[b-ryet7yfbyq] {
    font-size: 0.75rem;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-weight: 600;
}

.info-item .value[b-ryet7yfbyq] {
    font-size: 0.875rem;
    color: #1f2937;
    font-weight: 500;
}

.field-updates-list[b-ryet7yfbyq] {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.field-update-item[b-ryet7yfbyq] {
    border: 2px solid #e5e7eb;
    border-radius: 8px;
    padding: 16px;
    transition: all 0.2s;
}

.field-update-item:hover[b-ryet7yfbyq] {
    border-color: #d1d5db;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.field-update-item.selected[b-ryet7yfbyq] {
    border-color: #3b82f6;
    background-color: #eff6ff;
}

.field-header[b-ryet7yfbyq] {
    margin-bottom: 12px;
}

.checkbox-label[b-ryet7yfbyq] {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    font-weight: 500;
    color: #1f2937;
}

.checkbox-label input[type="checkbox"][b-ryet7yfbyq] {
    width: 18px;
    height: 18px;
    cursor: pointer;
}

.field-name[b-ryet7yfbyq] {
    font-size: 0.9375rem;
}

.field-comparison[b-ryet7yfbyq] {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 16px;
    align-items: center;
}

.value-box[b-ryet7yfbyq] {
    padding: 12px;
    border-radius: 6px;
    min-height: 60px;
}

.value-box.old-value[b-ryet7yfbyq] {
    background-color: #fef2f2;
    border: 1px solid #fecaca;
}

.value-box.new-value[b-ryet7yfbyq] {
    background-color: #f0fdf4;
    border: 1px solid #bbf7d0;
}

.value-label[b-ryet7yfbyq] {
    font-size: 0.75rem;
    color: #6b7280;
    margin-bottom: 6px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.value-content[b-ryet7yfbyq] {
    font-size: 0.875rem;
    color: #1f2937;
    word-break: break-word;
}

.empty-value[b-ryet7yfbyq] {
    color: #9ca3af;
    font-style: italic;
}

.arrow[b-ryet7yfbyq] {
    font-size: 1.5rem;
    color: #6b7280;
    font-weight: bold;
}

.dialog-footer[b-ryet7yfbyq] {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    padding: 16px 24px;
    border-top: 1px solid #e5e7eb;
    background-color: #f9fafb;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.btn[b-ryet7yfbyq] {
    padding: 8px 16px;
    border-radius: 6px;
    font-size: 0.875rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s;
    border: 1px solid transparent;
}

.btn:disabled[b-ryet7yfbyq] {
    opacity: 0.6;
    cursor: not-allowed;
}

.btn-secondary[b-ryet7yfbyq] {
    background-color: white;
    color: #6b7280;
    border-color: #d1d5db;
}

.btn-secondary:hover:not(:disabled)[b-ryet7yfbyq] {
    background-color: #f3f4f6;
    border-color: #9ca3af;
}

.btn-outline-primary[b-ryet7yfbyq] {
    background-color: white;
    color: #3b82f6;
    border-color: #3b82f6;
}

.btn-outline-primary:hover:not(:disabled)[b-ryet7yfbyq] {
    background-color: #eff6ff;
}

.btn-outline-secondary[b-ryet7yfbyq] {
    background-color: white;
    color: #6b7280;
    border-color: #9ca3af;
}

.btn-outline-secondary:hover:not(:disabled)[b-ryet7yfbyq] {
    background-color: #f3f4f6;
}

.btn-danger[b-ryet7yfbyq] {
    background-color: #ef4444;
    color: white;
    border-color: #ef4444;
}

.btn-danger:hover:not(:disabled)[b-ryet7yfbyq] {
    background-color: #dc2626;
}

.btn-success[b-ryet7yfbyq] {
    background-color: #10b981;
    color: white;
    border-color: #10b981;
}

.btn-success:hover:not(:disabled)[b-ryet7yfbyq] {
    background-color: #059669;
}

.spinner-border[b-ryet7yfbyq] {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    vertical-align: text-bottom;
    border: 0.15em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: spinner-border-b-ryet7yfbyq 0.75s linear infinite;
    margin-right: 6px;
}

@keyframes spinner-border-b-ryet7yfbyq {
    to {
        transform: rotate(360deg);
    }
}

.alert[b-ryet7yfbyq] {
    padding: 12px 16px;
    border-radius: 6px;
    margin-bottom: 16px;
}

.alert-info[b-ryet7yfbyq] {
    background-color: #dbeafe;
    color: #1e40af;
    border: 1px solid #93c5fd;
}

@media (max-width: 768px) {
    .pending-updates-dialog[b-ryet7yfbyq] {
        width: 95%;
        max-height: 90vh;
    }

    .field-comparison[b-ryet7yfbyq] {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .arrow[b-ryet7yfbyq] {
        transform: rotate(90deg);
        text-align: center;
    }

    .update-info[b-ryet7yfbyq] {
        flex-direction: column;
        gap: 12px;
    }

    .dialog-footer[b-ryet7yfbyq] {
        flex-wrap: wrap;
    }

    .btn[b-ryet7yfbyq] {
        flex: 1;
        min-width: 120px;
    }
}
/* /Pages/Dashboard.razor.rz.scp.css */
.dashboard-container[b-63wrq2puqs] {
    padding: 2rem;
    height: 100vh;
}

.welcome-section[b-63wrq2puqs] {
    text-align: center;
    margin-bottom: 2rem;
}

.services-section[b-63wrq2puqs] {
    text-align: center;
}

.services-grid[b-63wrq2puqs] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.5rem;
    align-items: stretch;
}

.service-card[b-63wrq2puqs] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    text-align: left;
    height: 100%;
    min-height: 400px;
}

.service-card-content[b-63wrq2puqs] {
    align-self: flex-start;
    min-height: 400px;
}

.service-icon[b-63wrq2puqs] {
    font-size: 3rem;
    color: #4a90e2;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

h3[b-63wrq2puqs] {
    margin-bottom: 1rem;
    text-align: center;
}

p[b-63wrq2puqs] {
    text-align: left;
    margin-bottom: 1rem;
}

ul[b-63wrq2puqs] {
    padding-left: 1.5rem;
    margin: 0.5rem 0;
    list-style-type: disc;
    line-height: 1.6; /* Increased line spacing for better readability */
}

.btn[b-63wrq2puqs] {
    align-self: flex-end;
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
    border-radius: 4px;
    text-decoration: none;
    color: #fff;
    background-color: #4a90e2;
    transition: background-color 0.2s;
}

.btn-primary[b-63wrq2puqs] {
    background-color: #4a90e2;
    transition: background-color 0.2s;
}

.btn-primary:hover[b-63wrq2puqs] {
    background-color: #357ab8;
}
