@import '_content/Armisa.Features.OnlineExams/Armisa.Features.OnlineExams.m0qylp2xrr.bundle.scp.css';
@import '_content/Armisa.Features.SalaryManagement/Armisa.Features.SalaryManagement.2959h5pcv3.bundle.scp.css';

/* /Components/Layout/MainLayout.razor.rz.scp.css */
.main-shell[b-klvxmj5n91] {
    display: flex;
    min-height: 100vh;
}

.main-content[b-klvxmj5n91] {
    flex: 1;
    display: flex;
    flex-direction: column;
    transition: all 0.3s;
    min-width: 0;
}

/* Orientation adjustments */
.ltr .main-content[b-klvxmj5n91] {
    margin-left: 250px;
}

.rtl .main-content[b-klvxmj5n91] {
    margin-right: 250px;
}

@media (max-width: 767.98px) {

    .ltr .main-content[b-klvxmj5n91],
    .rtl .main-content[b-klvxmj5n91] {
        margin-left: 0;
        margin-right: 0;
    }
}
/* /Components/Layout/SideNav.razor.rz.scp.css */
.sidebar-overlay[b-nxqlmcvj4e] {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
}

.sidebar-overlay.show[b-nxqlmcvj4e] {
    display: block;
}
/* /Components/Shared/ImageEditor.razor.rz.scp.css */
.image-editor-overlay[b-vciwao7li1] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.85);
    backdrop-filter: blur(8px);
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.image-editor-container[b-vciwao7li1] {
    width: 90%;
    max-width: 800px;
    background: #1a1a1a;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction: column;
}

.editor-header[b-vciwao7li1] {
    padding: 1rem 1.5rem;
    background: rgba(255, 255, 255, 0.03);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
}

.editor-body[b-vciwao7li1] {
    padding: 20px;
    background: #000;
    min-height: 400px;
    max-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.img-container[b-vciwao7li1] {
    max-height: 100%;
    width: 100%;
}

.editor-footer[b-vciwao7li1] {
    padding: 1.25rem 1.5rem;
    background: rgba(255, 255, 255, 0.03);
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.btn-group-sm > .btn[b-vciwao7li1] {
    padding: 0.5rem 0.75rem;
}
/* /Components/Shared/RichTextEditor.razor.rz.scp.css */

.rich-text-editor-wrapper[b-20mshucdvq] {
    display: flex;
    flex-direction: column;
    position: relative; /* For button placement */
    background: white;
    border: 1px solid #ccc;
    border-radius: 4px;
    transition: all 0.3s ease;
}

/* Maximize button */
.btn-maximize[b-20mshucdvq] {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 100; /* Higher than toolbar */
}

/* RTL support for button */
:global([dir="rtl"]) .btn-maximize[b-20mshucdvq] {
    right: auto;
    left: 5px;
}

/* Normal mode */
.rich-text-editor-wrapper:not(.fullscreen)[b-20mshucdvq] {
    resize: vertical;
    overflow: hidden; /* Needed for resize handle */
    min-height: 300px;
    height: 400px;
}

/* Fullscreen mode */
.rich-text-editor-wrapper.fullscreen[b-20mshucdvq] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 1050;
    border: none;
    resize: none;
    border-radius: 0;
}

/* Quill Toolbar overrides */
.rich-text-editor-wrapper[b-20mshucdvq]  .ql-toolbar {
    border: none !important;
    border-bottom: 1px solid #ccc !important;
    flex-shrink: 0;
    padding-right: 40px; /* Space for maximize button */
}

/* Quill Container overrides */
.rich-text-editor-wrapper[b-20mshucdvq]  .ql-container {
    border: none !important;
    flex-grow: 1;
    overflow-y: auto;
    height: auto !important; /* Override inline style */
}

/* RTL toolbar padding adjustment */
:global([dir="rtl"]) .rich-text-editor-wrapper[b-20mshucdvq]  .ql-toolbar {
    padding-right: 8px;
    padding-left: 40px;
}
/* /Components/Shared/SearchableSelect.razor.rz.scp.css */
.searchable-select-backdrop[b-jf0tbluk54] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: transparent;
    z-index: 1050;
}

.searchable-select-trigger[b-jf0tbluk54] {
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.searchable-select-trigger.open[b-jf0tbluk54] {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.searchable-select-options[b-jf0tbluk54]::-webkit-scrollbar {
    width: 6px;
}

.searchable-select-options[b-jf0tbluk54]::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}

.searchable-select-options[b-jf0tbluk54]::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 4px;
}

.searchable-select-options[b-jf0tbluk54]::-webkit-scrollbar-thumb:hover {
    background: #aaa;
}

.hover-bg-light:hover[b-jf0tbluk54] {
    background-color: #f8f9fa;
    color: #212529;
}

.searchable-select-option.selected[b-jf0tbluk54] {
    font-weight: 500;
}
/* /Pages/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://learn.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand[b-eo8f5ooh8q] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-eo8f5ooh8q] {
  color: #0077cc;
}

.btn-primary[b-eo8f5ooh8q] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-eo8f5ooh8q], .nav-pills .show > .nav-link[b-eo8f5ooh8q] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-eo8f5ooh8q] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-eo8f5ooh8q] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-eo8f5ooh8q] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-eo8f5ooh8q] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-eo8f5ooh8q] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}
