/* /Components/Files/FileManager.razor.rz.scp.css */
/* Scoped styles for the shared FileManager component */

/* Base dropzone look */
.dropzone[b-71l2s9987d] {
  border: 2px dashed var(--bs-border-color, #ced4da);
  background-color: var(--bs-body-bg, #ffffff);
  border-radius: 0.5rem;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

/* Container for the drag and drop message area */
.dropzone .dz-message-container[b-71l2s9987d] {
  position: relative;
}

/* Keep the message centered nicely */
.dropzone .dz-message[b-71l2s9987d] {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: var(--file-drop-min-height, 120px);
}

/* Make the entire message area clickable without exposing the native input */
.file-input-label[b-71l2s9987d] {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: var(--file-drop-min-height, 120px);
  box-sizing: border-box;
  padding: 1.25rem 1rem;
  margin: 0;
  cursor: pointer;
  overflow: hidden;
}

/* Hide the native file input to prevent browser tooltips like "No file chosen" */
.file-input-hidden[b-71l2s9987d] {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  z-index: 1;
  border: 0;
  margin: 0;
  padding: 0;
  background: transparent;
  color: transparent;
  appearance: none;
  outline: none;
  text-indent: -999rem;
}

/* Hide all file input elements and their pseudo-elements */
.file-input-hidden[b-71l2s9987d]::file-selector-button,
.file-input-hidden[b-71l2s9987d]::-webkit-file-upload-button,
.file-input-hidden[b-71l2s9987d]::-ms-browse {
  display: none;
}

/* Extra safety: ensure no default button/text is rendered by browsers */
/* Hide any file input within the dropzone */
.dropzone input[type="file"][b-71l2s9987d] {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.dropzone input[type="file"][b-71l2s9987d]::file-selector-button,
.dropzone input[type="file"][b-71l2s9987d]::-webkit-file-upload-button,
.dropzone input[type="file"][b-71l2s9987d]::-ms-browse {
  display: none;
}

.dropzone input[type="file"]:focus-visible[b-71l2s9987d] {
  outline: none;
}

/* Dropzone typically adds a .dz-hidden-input; ensure it stays hidden */
[b-71l2s9987d] .dz-hidden-input {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}

/* Nicer hover and drag-over state - only apply when hovering directly over the message container */
.dropzone .dz-message-container:hover .dz-message[b-71l2s9987d],
.dropzone.dz-drag-hover .dz-message[b-71l2s9987d] {
  border: 2px solid var(--bs-primary, #0d6efd);
  background-color: rgba(13, 110, 253, 0.06);
  box-shadow: 0 0 0 0.125rem rgba(13, 110, 253, 0.15), 0 0.25rem 0.5rem rgba(13, 110, 253, 0.1);
  border-radius: 0.5rem;
  transition: all 0.2s ease;
}

/* Ensure the dropzone border doesn't change on hover to prevent affecting file list */
.dropzone:hover[b-71l2s9987d],
.dropzone.dz-drag-hover[b-71l2s9987d] {
  border-color: var(--bs-border-color, #ced4da);
}

/* Keep message readable during drag */
.dropzone.dz-drag-hover .dz-message[b-71l2s9987d] {
  opacity: 1 !important;
}

/* File list styling - ensure it's visually separated from dropzone */
.dropzone .dz-preview[b-71l2s9987d] {
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
  margin-top: 1rem;
}

/* Ensure file items don't inherit dropzone hover styles */
.dropzone .dz-preview .media[b-71l2s9987d] {
  background-color: var(--bs-body-bg, #ffffff);
  border-radius: 0.375rem;
  padding: 0.75rem;
  margin-bottom: 0.5rem;
  transition: background-color 0.2s ease;
}

/* Optional: subtle hover effect for individual file items */
.dropzone .dz-preview .media:hover[b-71l2s9987d] {
  background-color: var(--bs-gray-100, #f8f9fa);
}

/* Hide any potential "Choose Files" or "No file chosen" text */
.dropzone input[type="file"][b-71l2s9987d]::before,
.dropzone input[type="file"][b-71l2s9987d]::after {
  display: none;
  content: none;
}
/* /Components/Freelance/NewProjectSimple.razor.rz.scp.css */
/* Scoped styles for NewProjectSimple page */
/* Override FileManager dropzone appearance on this page only */

/* Ensure the dropzone itself is not taller than desired */
[b-5vhcu33kri] .dropzone {
  min-height: 100px !important;
}

/* Control the message area height and remove default vendor margins */
[b-5vhcu33kri] .dropzone .dz-message {
  height: 100px;
  margin: 0 !important;
}
/* /Components/Freelance/ProjectHistorySidebar.razor.rz.scp.css */
/* Scoped styles for the sidebar list */

.history-item .history-item-content[b-s4vgjhh7p6] {
  flex: 1 1 auto;
  min-width: 0; /* allow text truncation in flex */
}

.history-item .btn-download[b-s4vgjhh7p6] {
  /* Keep icon button size stable even when the title is long */
  flex: 0 0 auto; /* do not shrink */
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.history-item .title[b-s4vgjhh7p6] {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.history-list[b-s4vgjhh7p6] {
  margin: 0;
  padding-left: 0;
}

.history-item[b-s4vgjhh7p6] {
  padding: .5rem 0;
}

/* Footer note spacing and subtle styling */
.history-footer-note[b-s4vgjhh7p6] {
  line-height: 1.25;
}
/* /Components/Freelance/TrialEndReminderBar.razor.rz.scp.css */
body[b-op1t6jbs0s] {
    font-family: "Jost", sans-serif;
}

.container-max-width[b-op1t6jbs0s] {
    max-width: 1140px;
}

ul li[b-op1t6jbs0s]::marker {
    font-size: 0.6em;
}

.text-orange[b-op1t6jbs0s] {
    color: #F67F16;
}

.image[b-op1t6jbs0s] {
    width: 423px;
}

.image-circles.one[b-op1t6jbs0s] {
    top: 20%;
    width: 7%;
}

.image-circles.two[b-op1t6jbs0s] {
    right: 0%;
    width: 10%;
}

.text-color-primary[b-op1t6jbs0s] {
    color: #5E6E82;
}

.text-color-secondary[b-op1t6jbs0s] {
    color: white;
}

.text-color-error[b-op1t6jbs0s] {
    color: #E63757;
}

.bg-white[b-op1t6jbs0s] {
    background-color: #FBF9F6;
}

.btn-orange[b-op1t6jbs0s] {
    background-color: #F67F16;
    color: white;
    border-radius: 50px;
    border: none;
}

    .btn-orange:hover[b-op1t6jbs0s] {
        background-color: #F67F16;
        color: white;
    }

.btn-white[b-op1t6jbs0s] {
    background-color: #FBF9F6;
    color: #F67F16;
    border-radius: 50px;
    border: none;
}

    .btn-white:hover[b-op1t6jbs0s] {
        background-color: #f3eee5;
        color: #F67F16;
    }

.btn-error[b-op1t6jbs0s] {
    background-color: #E63757;
    color: white;
    border-radius: 10px;
    border: none;
}

    .btn-error:hover[b-op1t6jbs0s] {
        color: white;
        background-color: #cb2c49;
    }

.btn-error-white[b-op1t6jbs0s] {
    background-color: white;
    color: #E63757;
    border-radius: 10px;
    border: 1px #E63757 solid;
}

    .btn-error-white:hover[b-op1t6jbs0s] {
        color: #E63757;
        background-color: rgb(248, 233, 233);
        border: 1px #E63757 solid;
    }


.bg-yellow[b-op1t6jbs0s] {
    background-color: #EEAC24;
}

.bg-gray[b-op1t6jbs0s] {
    background-color: #5E6E82
}

.fs-18[b-op1t6jbs0s] {
    font-size: 1.125rem;
}
/* Warning message styles */
.warning-container[b-op1t6jbs0s] {
    top: 0;
    z-index: 99;
    width: 100%;
    border: 1px #E63757 solid;
    background-color: #e6375715;
}

@media (max-width: 1199.98px) {
    .container-max-width[b-op1t6jbs0s] {
        max-width: 990px;
    }

    .image-circles.one[b-op1t6jbs0s] {
        width: 4%;
    }
}

@media (max-width: 991.98px) {
    .container-max-width[b-op1t6jbs0s] {
        max-width: 760px;
    }

    .image-circles.one[b-op1t6jbs0s] {
        width: 5%;
    }

    .image[b-op1t6jbs0s] {
        width: 100%;
    }
}

@media (max-width: 767.98px) {
    .container-max-width[b-op1t6jbs0s] {
        max-width: 570px;
    }

    ul.text-color-primary li[b-op1t6jbs0s]::marker {
        font-size: 0em;
    }

    .image[b-op1t6jbs0s] {
        width: 100%;
    }

    .image-circles.one[b-op1t6jbs0s] {
        width: 10%;
    }
}

@media (max-width: 575.98px) {
    .image-circles[b-op1t6jbs0s] {
        display: none;
    }

    .container-max-width[b-op1t6jbs0s] {
        max-width: 100%;
    }

    .fs-18[b-op1t6jbs0s] {
        font-size: 1rem;
    }
}
/* /Components/Freelance/TrialStartModal.razor.rz.scp.css */
body[b-8d7hyv6kcr] {
    font-family: "Jost", sans-serif;
    background-color: #d2cdc7;
    display: flex;
    justify-content: center;
    align-items: center;
}

ul li[b-8d7hyv6kcr]::marker {
    font-size: 1rem;
    content: "• ";
}

.text-orange[b-8d7hyv6kcr] {
    color: #F67F16;
}

.text-color-primary[b-8d7hyv6kcr] {
    color: #5E6E82;
}

.text-color-secondary[b-8d7hyv6kcr] {
    color: white;
}

.bg-white[b-8d7hyv6kcr] {
    background-color: #FBF9F6;
}

.btn-orange[b-8d7hyv6kcr] {
    background-color: #F67F16;
    color: white;
    border-radius: 50px;
    border: none;
}

    .btn-orange:hover[b-8d7hyv6kcr] {
        background-color: #F67F16;
        color: white;
    }

.fs-18[b-8d7hyv6kcr] {
    font-size: 1.125rem;
}

.modal-big[b-8d7hyv6kcr] {
    max-width: 700px;
}

.modal-box[b-8d7hyv6kcr] {
    background-color: #FBF9F6;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
}

.image[b-8d7hyv6kcr] {
    width: 423px;
}

.image-circles[b-8d7hyv6kcr] {
    width: 10%;
    right: 0;
    bottom: 10%;
}

.success-title[b-8d7hyv6kcr] {
    color: #F67F16;
    font-size: 2rem;
}

.modal-text[b-8d7hyv6kcr] {
    color: #5E6E82;
    margin-top: 20px;
}

.billing-link[b-8d7hyv6kcr] {
    color: #ff8a00;
    text-decoration: none;
}

@media (max-width: 575.98px) {
    .fs-18[b-8d7hyv6kcr] {
        font-size: 1rem;
    }

    .image-circles[b-8d7hyv6kcr] {
        display: none;
    }
}
/* /Components/Layouts/CommonLayout.razor.rz.scp.css */
/*  @import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap"); */

*[b-fkr0bbl4ny],
[b-fkr0bbl4ny]::after,
[b-fkr0bbl4ny]::before {
    box-sizing: border-box;
}

/* body {
        font-family: "Poppins", sans-serif;
        margin: 0;
        background-image: url("https://codzsword.github.io/bootstrap-sidebar/background-image.jpg");
        background-repeat: no-repeat;
        background-position: center bottom;
        background-size: cover;
      } */

/* h3 {
        font-size: 1.2375rem;
        color: #fff;
      } */

a[b-fkr0bbl4ny] {
    cursor: pointer;
    text-decoration: none;
    font-family: "Poppins", sans-serif;
}

li[b-fkr0bbl4ny] {
    list-style: none;
}

/* Layout skeleton */

.wrapper[b-fkr0bbl4ny] {
    align-items: stretch;
    display: flex;
    width: 100%;
}

#sidebar[b-fkr0bbl4ny] {
    max-width: 264px;
    min-width: 264px;
    transition: all 0.35s ease-in-out;
    box-shadow: 0 0 35px 0 rgba(49, 57, 66, 0.5);
    z-index: 1111;
}

    /* Sidebar collapse */

    #sidebar.collapsed[b-fkr0bbl4ny] {
        margin-left: -264px;
    }

.main[b-fkr0bbl4ny] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    width: 100%;
    overflow: hidden;
    transition: all 0.35s ease-in-out;
}

.sidebar-logo[b-fkr0bbl4ny] {
    padding: 1.15rem 1.5rem;
}

    .sidebar-logo a[b-fkr0bbl4ny] {
        color: #e9ecef;
        font-size: 1.25rem;
        font-weight: 600;
    }

.sidebar-nav[b-fkr0bbl4ny] {
    padding: 0;
}

.sidebar-header[b-fkr0bbl4ny] {
    color: #e9ecef;
    font-size: 0.75rem;
    padding: 1.5rem 1.5rem 0.375rem;
}

a.sidebar-link[b-fkr0bbl4ny] {
    padding: 0.625rem 1.625rem;
    color: #e9ecef;
    position: relative;
    display: block;
    font-size: 1rem;
}

.sidebar-link[data-bs-toggle="collapse"][b-fkr0bbl4ny]::after {
    border: solid;
    border-width: 0 0.075rem 0.075rem 0;
    content: "";
    display: inline-block;
    padding: 2px;
    position: absolute;
    right: 1.5rem;
    top: 1.4rem;
    transform: rotate(-135deg);
    transition: all 0.2s ease-out;
}

.sidebar-link[data-bs-toggle="collapse"].collapsed[b-fkr0bbl4ny]::after {
    transform: rotate(45deg);
    transition: all 0.2s ease-out;
}

.content[b-fkr0bbl4ny] {
    flex: 1;
    max-width: 100vw;
    width: 100vw;
}

/* Responsive */
@media (min-width: 768px) {
    .content[b-fkr0bbl4ny] {
        width: auto;
    }
}
/* General Switcher Styles */
.workspace-switcher .dropdown-menu[b-fkr0bbl4ny] {
    width: 320px;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
}

.dropdown-header[b-fkr0bbl4ny] {
    font-size: 0.875rem;
    color: #6c757d;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 5px;
}

.dropdown-divider[b-fkr0bbl4ny] {
    margin: 10px 0;
    border-color: #e0e0e0;
}
/* Current Workspace Styling */
.current-workspace[b-fkr0bbl4ny] {
    background-color: #f5f5f5;
    padding: 12px;
    border-radius: 6px;
    display: flex;
    align-items: center;
}

    .current-workspace .workspace-icon[b-fkr0bbl4ny] {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        margin-right: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 16px;
        color: #fff;
    }

    .current-workspace h6[b-fkr0bbl4ny] {
        margin: 0;
        font-size: 1rem;
        font-weight: 600;
    }

    .current-workspace .role-badge[b-fkr0bbl4ny] {
        font-size: 12px;
        margin-left: 10px;
        background-color: #007bff;
        color: white;
        padding: 2px 6px;
        border-radius: 12px;
    }
/* Nested Settings */
.nested-settings[b-fkr0bbl4ny] {
    margin-left: 50px;
    margin-top: 8px;
}

    .nested-settings a[b-fkr0bbl4ny] {
        font-size: 0.875rem;
        color: #007bff;
    }

        .nested-settings a:hover[b-fkr0bbl4ny] {
            text-decoration: underline;
        }
/* Switch Workspace Styling */
.workspace-item[b-fkr0bbl4ny] {
    display: flex;
    align-items: center;
    padding: 10px 0;
    color: initial;
}

    .workspace-item:hover[b-fkr0bbl4ny] {
        background-color: #f8f9fa;
        border-radius: 6px;
    }

.workspace-icon[b-fkr0bbl4ny] {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #fff;
}

    .workspace-icon.bg-primary[b-fkr0bbl4ny] {
        background-color: #007bff;
    }

    .workspace-icon.bg-success[b-fkr0bbl4ny] {
        background-color: #28a745;
    }

    .workspace-icon.bg-warning[b-fkr0bbl4ny] {
        background-color: #ffc107;
    }

    .workspace-icon.bg-danger[b-fkr0bbl4ny] {
        background-color: #dc3545;
    }
/* Role Badge Styling */
.role-badge[b-fkr0bbl4ny] {
    font-size: 12px;
    margin-left: auto;
    padding: 2px 8px;
    border-radius: 12px;
}

    .role-badge.bg-success[b-fkr0bbl4ny] {
        background-color: #28a745;
        color: #fff;
    }

    .role-badge.bg-warning[b-fkr0bbl4ny] {
        background-color: #ffc107;
        color: #fff;
    }

    .role-badge.bg-danger[b-fkr0bbl4ny] {
        background-color: #dc3545;
        color: #fff;
    }
/* Footer Quick Actions */
.add-workspace[b-fkr0bbl4ny],
.workspace-settings[b-fkr0bbl4ny] {
    display: flex;
    align-items: center;
    padding: 10px 0;
    font-weight: 600;
    color: #007bff;
}

    .add-workspace:hover[b-fkr0bbl4ny],
    .workspace-settings:hover[b-fkr0bbl4ny] {
        background-color: #f8f9fa;
        border-radius: 6px;
    }

    .add-workspace i[b-fkr0bbl4ny],
    .workspace-settings i[b-fkr0bbl4ny] {
        margin-right: 6px;
    }
    .add-workspace a[b-fkr0bbl4ny],
    .workspace-settings a[b-fkr0bbl4ny] {
        font-size: 0.8rem;
       /*  color: #007bff; */
    }
/* General Switcher Styles */
.workspace-switcher .dropdown-menu[b-fkr0bbl4ny] {
    width: 320px;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
}

.dropdown-header[b-fkr0bbl4ny] {
    font-size: 0.875rem;
    color: #6c757d;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 5px;
}

.dropdown-divider[b-fkr0bbl4ny] {
    margin: 10px 0;
    border-color: #e0e0e0;
}
/* Current Workspace Styling */
.current-workspace[b-fkr0bbl4ny] {
    background-color: #f5f5f5;
    padding: 12px;
    border-radius: 6px;
    display: flex;
    align-items: center;
}

    .current-workspace[b-fkr0bbl4ny]  .workspace-icon {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        margin-right: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 16px;
        color: #fff;
    }

    .current-workspace[b-fkr0bbl4ny]  h6 {
        margin: 0;
        font-size: 1rem;
        font-weight: 600;
    }

    .current-workspace[b-fkr0bbl4ny]  .role-badge {
        font-size: 12px;
        margin-left: 10px;
        background-color: #007bff;
        color: white;
        padding: 2px 6px;
        border-radius: 12px;
    }
/* Nested Settings */
.nested-settings[b-fkr0bbl4ny] {
    margin-left: 50px;
    margin-top: 8px;
}

    .nested-settings a[b-fkr0bbl4ny] {
        font-size: 0.875rem;
        color: #007bff;
    }

        .nested-settings a:hover[b-fkr0bbl4ny] {
            text-decoration: underline;
        }
/* Switch Workspace Styling */
.workspace-item[b-fkr0bbl4ny] {
    display: flex;
    align-items: center;
    padding: 10px 0;
    color: initial;
}

    .workspace-item:hover[b-fkr0bbl4ny] {
        background-color: #f8f9fa;
        border-radius: 6px;
    }

.workspace-icon[b-fkr0bbl4ny] {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #fff;
}

    .workspace-icon.bg-primary[b-fkr0bbl4ny] {
        background-color: #007bff;
    }

    .workspace-icon.bg-success[b-fkr0bbl4ny] {
        background-color: #28a745;
    }

    .workspace-icon.bg-warning[b-fkr0bbl4ny] {
        background-color: #ffc107;
    }

    .workspace-icon.bg-danger[b-fkr0bbl4ny] {
        background-color: #dc3545;
    }
/* Role Badge Styling */
.role-badge[b-fkr0bbl4ny] {
    font-size: 12px;
    margin-left: auto;
    padding: 2px 8px;
    border-radius: 12px;
}

    .role-badge.bg-success[b-fkr0bbl4ny] {
        background-color: #28a745;
        color: #fff;
    }

    .role-badge.bg-warning[b-fkr0bbl4ny] {
        background-color: #ffc107;
        color: #fff;
    }

    .role-badge.bg-danger[b-fkr0bbl4ny] {
        background-color: #dc3545;
        color: #fff;
    }
/* Footer Quick Actions */
.add-workspace[b-fkr0bbl4ny],
.workspace-settings[b-fkr0bbl4ny] {
    display: flex;
    align-items: center;
    padding: 10px 0;
    font-weight: 600;
    color: #007bff;
}

    .add-workspace:hover[b-fkr0bbl4ny],
    .workspace-settings:hover[b-fkr0bbl4ny] {
        background-color: #f8f9fa;
        border-radius: 6px;
    }

    .add-workspace i[b-fkr0bbl4ny],
    .workspace-settings i[b-fkr0bbl4ny] {
        margin-right: 6px;
    }
/* /Components/Layouts/EmptyLayout.razor.rz.scp.css */
.page[b-dn20dv3skn] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.main[b-dn20dv3skn] {
    flex: 1;
}

.sidebar[b-dn20dv3skn] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0, #3a0647 70%);
}

.top-row[b-dn20dv3skn] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row a[b-dn20dv3skn], .top-row .btn-link[b-dn20dv3skn] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

        .top-row a:first-child[b-dn20dv3skn] {
            overflow: hidden;
            text-overflow: ellipsis;
        }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-dn20dv3skn] {
        display: none;
    }

    .top-row.auth[b-dn20dv3skn] {
        justify-content: space-between;
    }

    .top-row a[b-dn20dv3skn], .top-row .btn-link[b-dn20dv3skn] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-dn20dv3skn] {
        flex-direction: row;
    }

    .sidebar[b-dn20dv3skn] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-dn20dv3skn] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .main > div[b-dn20dv3skn] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Components/Layouts/Legacy/EmptyLayout.razor.rz.scp.css */
.page[b-njezz10zk7] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.main[b-njezz10zk7] {
    flex: 1;
}

.sidebar[b-njezz10zk7] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0, #3a0647 70%);
}

.top-row[b-njezz10zk7] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row a[b-njezz10zk7], .top-row .btn-link[b-njezz10zk7] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

        .top-row a:first-child[b-njezz10zk7] {
            overflow: hidden;
            text-overflow: ellipsis;
        }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-njezz10zk7] {
        display: none;
    }

    .top-row.auth[b-njezz10zk7] {
        justify-content: space-between;
    }

    .top-row a[b-njezz10zk7], .top-row .btn-link[b-njezz10zk7] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-njezz10zk7] {
        flex-direction: row;
    }

    .sidebar[b-njezz10zk7] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-njezz10zk7] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .main > div[b-njezz10zk7] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Components/Layouts/Legacy/MainLayout.razor.rz.scp.css */
.page[b-265t18j2o0] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.main[b-265t18j2o0] {
    flex: 1;
}

.sidebar[b-265t18j2o0] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0, #3a0647 70%);
}

.top-row[b-265t18j2o0] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row a[b-265t18j2o0], .top-row .btn-link[b-265t18j2o0] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

        .top-row a:first-child[b-265t18j2o0] {
            overflow: hidden;
            text-overflow: ellipsis;
        }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-265t18j2o0] {
        display: none;
    }

    .top-row.auth[b-265t18j2o0] {
        justify-content: space-between;
    }

    .top-row a[b-265t18j2o0], .top-row .btn-link[b-265t18j2o0] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-265t18j2o0] {
        flex-direction: row;
    }

    .sidebar[b-265t18j2o0] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-265t18j2o0] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .main > div[b-265t18j2o0] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Components/Layouts/LspLayout.razor.rz.scp.css */
/*  @import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap"); */

*[b-rgj80gsxaj],
[b-rgj80gsxaj]::after,
[b-rgj80gsxaj]::before {
    box-sizing: border-box;
}

/* body {
        font-family: "Poppins", sans-serif;
        margin: 0;
        background-image: url("https://codzsword.github.io/bootstrap-sidebar/background-image.jpg");
        background-repeat: no-repeat;
        background-position: center bottom;
        background-size: cover;
      } */

/* h3 {
        font-size: 1.2375rem;
        color: #fff;
      } */

a[b-rgj80gsxaj] {
    cursor: pointer;
    text-decoration: none;
    font-family: "Poppins", sans-serif;
}

li[b-rgj80gsxaj] {
    list-style: none;
}

/* Layout skeleton */

.wrapper[b-rgj80gsxaj] {
    align-items: stretch;
    display: flex;
    width: 100%;
}

#sidebar[b-rgj80gsxaj] {
    max-width: 264px;
    min-width: 264px;
    transition: all 0.35s ease-in-out;
    box-shadow: 0 0 35px 0 rgba(49, 57, 66, 0.5);
    z-index: 1111;
}

    /* Sidebar collapse */

    #sidebar.collapsed[b-rgj80gsxaj] {
        margin-left: -264px;
    }

.main[b-rgj80gsxaj] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    width: 100%;
    overflow: hidden;
    transition: all 0.35s ease-in-out;
}

.sidebar-logo[b-rgj80gsxaj] {
    padding: 1.15rem 1.5rem;
}

    .sidebar-logo a[b-rgj80gsxaj] {
        color: #e9ecef;
        font-size: 1.25rem;
        font-weight: 600;
    }

.sidebar-nav[b-rgj80gsxaj] {
    padding: 0;
}

.sidebar-header[b-rgj80gsxaj] {
    color: #e9ecef;
    font-size: 0.75rem;
    padding: 1.5rem 1.5rem 0.375rem;
}

a.sidebar-link[b-rgj80gsxaj] {
    padding: 0.625rem 1.625rem;
    color: #e9ecef;
    position: relative;
    display: block;
    font-size: 1rem;
}

.sidebar-link[data-bs-toggle="collapse"][b-rgj80gsxaj]::after {
    border: solid;
    border-width: 0 0.075rem 0.075rem 0;
    content: "";
    display: inline-block;
    padding: 2px;
    position: absolute;
    right: 1.5rem;
    top: 1.4rem;
    transform: rotate(-135deg);
    transition: all 0.2s ease-out;
}

.sidebar-link[data-bs-toggle="collapse"].collapsed[b-rgj80gsxaj]::after {
    transform: rotate(45deg);
    transition: all 0.2s ease-out;
}

.content[b-rgj80gsxaj] {
    flex: 1;
    max-width: 100vw;
    width: 100vw;
}

/* Responsive */
@media (min-width: 768px) {
    .content[b-rgj80gsxaj] {
        width: auto;
    }
}
/* General Switcher Styles */
.workspace-switcher .dropdown-menu[b-rgj80gsxaj] {
    width: 320px;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
}

.dropdown-header[b-rgj80gsxaj] {
    font-size: 0.875rem;
    color: #6c757d;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 5px;
}

.dropdown-divider[b-rgj80gsxaj] {
    margin: 10px 0;
    border-color: #e0e0e0;
}
/* Current Workspace Styling */
.current-workspace[b-rgj80gsxaj] {
    background-color: #f5f5f5;
    padding: 12px;
    border-radius: 6px;
    display: flex;
    align-items: center;
}

    .current-workspace .workspace-icon[b-rgj80gsxaj] {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        margin-right: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 16px;
        color: #fff;
    }

    .current-workspace h6[b-rgj80gsxaj] {
        margin: 0;
        font-size: 1rem;
        font-weight: 600;
    }

    .current-workspace .role-badge[b-rgj80gsxaj] {
        font-size: 12px;
        margin-left: 10px;
        background-color: #007bff;
        color: white;
        padding: 2px 6px;
        border-radius: 12px;
    }
/* Nested Settings */
.nested-settings[b-rgj80gsxaj] {
    margin-left: 50px;
    margin-top: 8px;
}

    .nested-settings a[b-rgj80gsxaj] {
        font-size: 0.875rem;
        color: #007bff;
    }

        .nested-settings a:hover[b-rgj80gsxaj] {
            text-decoration: underline;
        }
/* Switch Workspace Styling */
.workspace-item[b-rgj80gsxaj] {
    display: flex;
    align-items: center;
    padding: 10px 0;
    color: initial;
}

    .workspace-item:hover[b-rgj80gsxaj] {
        background-color: #f8f9fa;
        border-radius: 6px;
    }

.workspace-icon[b-rgj80gsxaj] {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #fff;
}

    .workspace-icon.bg-primary[b-rgj80gsxaj] {
        background-color: #007bff;
    }

    .workspace-icon.bg-success[b-rgj80gsxaj] {
        background-color: #28a745;
    }

    .workspace-icon.bg-warning[b-rgj80gsxaj] {
        background-color: #ffc107;
    }

    .workspace-icon.bg-danger[b-rgj80gsxaj] {
        background-color: #dc3545;
    }
/* Role Badge Styling */
.role-badge[b-rgj80gsxaj] {
    font-size: 12px;
    margin-left: auto;
    padding: 2px 8px;
    border-radius: 12px;
}

    .role-badge.bg-success[b-rgj80gsxaj] {
        background-color: #28a745;
        color: #fff;
    }

    .role-badge.bg-warning[b-rgj80gsxaj] {
        background-color: #ffc107;
        color: #fff;
    }

    .role-badge.bg-danger[b-rgj80gsxaj] {
        background-color: #dc3545;
        color: #fff;
    }
/* Footer Quick Actions */
.add-workspace[b-rgj80gsxaj],
.workspace-settings[b-rgj80gsxaj] {
    display: flex;
    align-items: center;
    padding: 10px 0;
    font-weight: 600;
    color: #007bff;
}

    .add-workspace:hover[b-rgj80gsxaj],
    .workspace-settings:hover[b-rgj80gsxaj] {
        background-color: #f8f9fa;
        border-radius: 6px;
    }

    .add-workspace i[b-rgj80gsxaj],
    .workspace-settings i[b-rgj80gsxaj] {
        margin-right: 6px;
    }
    .add-workspace a[b-rgj80gsxaj],
    .workspace-settings a[b-rgj80gsxaj] {
        font-size: 0.8rem;
       /*  color: #007bff; */
    }
/* General Switcher Styles */
.workspace-switcher .dropdown-menu[b-rgj80gsxaj] {
    width: 320px;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
}

.dropdown-header[b-rgj80gsxaj] {
    font-size: 0.875rem;
    color: #6c757d;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 5px;
}

.dropdown-divider[b-rgj80gsxaj] {
    margin: 10px 0;
    border-color: #e0e0e0;
}
/* Current Workspace Styling */
.current-workspace[b-rgj80gsxaj] {
    background-color: #f5f5f5;
    padding: 12px;
    border-radius: 6px;
    display: flex;
    align-items: center;
}

    .current-workspace[b-rgj80gsxaj]  .workspace-icon {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        margin-right: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 16px;
        color: #fff;
    }

    .current-workspace[b-rgj80gsxaj]  h6 {
        margin: 0;
        font-size: 1rem;
        font-weight: 600;
    }

    .current-workspace[b-rgj80gsxaj]  .role-badge {
        font-size: 12px;
        margin-left: 10px;
        background-color: #007bff;
        color: white;
        padding: 2px 6px;
        border-radius: 12px;
    }
/* Nested Settings */
.nested-settings[b-rgj80gsxaj] {
    margin-left: 50px;
    margin-top: 8px;
}

    .nested-settings a[b-rgj80gsxaj] {
        font-size: 0.875rem;
        color: #007bff;
    }

        .nested-settings a:hover[b-rgj80gsxaj] {
            text-decoration: underline;
        }
/* Switch Workspace Styling */
.workspace-item[b-rgj80gsxaj] {
    display: flex;
    align-items: center;
    padding: 10px 0;
    color: initial;
}

    .workspace-item:hover[b-rgj80gsxaj] {
        background-color: #f8f9fa;
        border-radius: 6px;
    }

.workspace-icon[b-rgj80gsxaj] {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #fff;
}

    .workspace-icon.bg-primary[b-rgj80gsxaj] {
        background-color: #007bff;
    }

    .workspace-icon.bg-success[b-rgj80gsxaj] {
        background-color: #28a745;
    }

    .workspace-icon.bg-warning[b-rgj80gsxaj] {
        background-color: #ffc107;
    }

    .workspace-icon.bg-danger[b-rgj80gsxaj] {
        background-color: #dc3545;
    }
/* Role Badge Styling */
.role-badge[b-rgj80gsxaj] {
    font-size: 12px;
    margin-left: auto;
    padding: 2px 8px;
    border-radius: 12px;
}

    .role-badge.bg-success[b-rgj80gsxaj] {
        background-color: #28a745;
        color: #fff;
    }

    .role-badge.bg-warning[b-rgj80gsxaj] {
        background-color: #ffc107;
        color: #fff;
    }

    .role-badge.bg-danger[b-rgj80gsxaj] {
        background-color: #dc3545;
        color: #fff;
    }
/* Footer Quick Actions */
.add-workspace[b-rgj80gsxaj],
.workspace-settings[b-rgj80gsxaj] {
    display: flex;
    align-items: center;
    padding: 10px 0;
    font-weight: 600;
    color: #007bff;
}

    .add-workspace:hover[b-rgj80gsxaj],
    .workspace-settings:hover[b-rgj80gsxaj] {
        background-color: #f8f9fa;
        border-radius: 6px;
    }

    .add-workspace i[b-rgj80gsxaj],
    .workspace-settings i[b-rgj80gsxaj] {
        margin-right: 6px;
    }
/* /Components/Layouts/SupplierLayout.razor.rz.scp.css */
/*  @import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap"); */

*[b-l0qjftcfox],
[b-l0qjftcfox]::after,
[b-l0qjftcfox]::before {
    box-sizing: border-box;
}

/* body {
        font-family: "Poppins", sans-serif;
        margin: 0;
        background-image: url("https://codzsword.github.io/bootstrap-sidebar/background-image.jpg");
        background-repeat: no-repeat;
        background-position: center bottom;
        background-size: cover;
      } */

/* h3 {
        font-size: 1.2375rem;
        color: #fff;
      } */

a[b-l0qjftcfox] {
    cursor: pointer;
    text-decoration: none;
    font-family: "Poppins", sans-serif;
}

li[b-l0qjftcfox] {
    list-style: none;
}

/* Layout skeleton */

.wrapper[b-l0qjftcfox] {
    align-items: stretch;
    display: flex;
    width: 100%;
}

#sidebar[b-l0qjftcfox] {
    max-width: 264px;
    min-width: 264px;
    transition: all 0.35s ease-in-out;
    box-shadow: 0 0 35px 0 rgba(49, 57, 66, 0.5);
    z-index: 1111;
}

    /* Sidebar collapse */

    #sidebar.collapsed[b-l0qjftcfox] {
        margin-left: -264px;
    }

.main[b-l0qjftcfox] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    width: 100%;
    overflow: hidden;
    transition: all 0.35s ease-in-out;
}

.sidebar-logo[b-l0qjftcfox] {
    padding: 1.15rem 1.5rem;
}

    .sidebar-logo a[b-l0qjftcfox] {
        color: #e9ecef;
        font-size: 1.25rem;
        font-weight: 600;
    }

.sidebar-nav[b-l0qjftcfox] {
    padding: 0;
}

.sidebar-header[b-l0qjftcfox] {
    color: #e9ecef;
    font-size: 0.75rem;
    padding: 1.5rem 1.5rem 0.375rem;
}

a.sidebar-link[b-l0qjftcfox] {
    padding: 0.625rem 1.625rem;
    color: #e9ecef;
    position: relative;
    display: block;
    font-size: 1rem;
}

.sidebar-link[data-bs-toggle="collapse"][b-l0qjftcfox]::after {
    border: solid;
    border-width: 0 0.075rem 0.075rem 0;
    content: "";
    display: inline-block;
    padding: 2px;
    position: absolute;
    right: 1.5rem;
    top: 1.4rem;
    transform: rotate(-135deg);
    transition: all 0.2s ease-out;
}

.sidebar-link[data-bs-toggle="collapse"].collapsed[b-l0qjftcfox]::after {
    transform: rotate(45deg);
    transition: all 0.2s ease-out;
}

.content[b-l0qjftcfox] {
    flex: 1;
    max-width: 100vw;
    width: 100vw;
}

/* Responsive */
@media (min-width: 768px) {
    .content[b-l0qjftcfox] {
        width: auto;
    }
}
/* General Switcher Styles */
.workspace-switcher .dropdown-menu[b-l0qjftcfox] {
    width: 320px;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
}

.dropdown-header[b-l0qjftcfox] {
    font-size: 0.875rem;
    color: #6c757d;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 5px;
}

.dropdown-divider[b-l0qjftcfox] {
    margin: 10px 0;
    border-color: #e0e0e0;
}
/* Current Workspace Styling */
.current-workspace[b-l0qjftcfox] {
    background-color: #f5f5f5;
    padding: 12px;
    border-radius: 6px;
    display: flex;
    align-items: center;
}

    .current-workspace .workspace-icon[b-l0qjftcfox] {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        margin-right: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 16px;
        color: #fff;
    }

    .current-workspace h6[b-l0qjftcfox] {
        margin: 0;
        font-size: 1rem;
        font-weight: 600;
    }

    .current-workspace .role-badge[b-l0qjftcfox] {
        font-size: 12px;
        margin-left: 10px;
        background-color: #007bff;
        color: white;
        padding: 2px 6px;
        border-radius: 12px;
    }
/* Nested Settings */
.nested-settings[b-l0qjftcfox] {
    margin-left: 50px;
    margin-top: 8px;
}

    .nested-settings a[b-l0qjftcfox] {
        font-size: 0.875rem;
        color: #007bff;
    }

        .nested-settings a:hover[b-l0qjftcfox] {
            text-decoration: underline;
        }
/* Switch Workspace Styling */
.workspace-item[b-l0qjftcfox] {
    display: flex;
    align-items: center;
    padding: 10px 0;
    color: initial;
}

    .workspace-item:hover[b-l0qjftcfox] {
        background-color: #f8f9fa;
        border-radius: 6px;
    }

.workspace-icon[b-l0qjftcfox] {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #fff;
}

    .workspace-icon.bg-primary[b-l0qjftcfox] {
        background-color: #007bff;
    }

    .workspace-icon.bg-success[b-l0qjftcfox] {
        background-color: #28a745;
    }

    .workspace-icon.bg-warning[b-l0qjftcfox] {
        background-color: #ffc107;
    }

    .workspace-icon.bg-danger[b-l0qjftcfox] {
        background-color: #dc3545;
    }
/* Role Badge Styling */
.role-badge[b-l0qjftcfox] {
    font-size: 12px;
    margin-left: auto;
    padding: 2px 8px;
    border-radius: 12px;
}

    .role-badge.bg-success[b-l0qjftcfox] {
        background-color: #28a745;
        color: #fff;
    }

    .role-badge.bg-warning[b-l0qjftcfox] {
        background-color: #ffc107;
        color: #fff;
    }

    .role-badge.bg-danger[b-l0qjftcfox] {
        background-color: #dc3545;
        color: #fff;
    }
/* Footer Quick Actions */
.add-workspace[b-l0qjftcfox],
.workspace-settings[b-l0qjftcfox] {
    display: flex;
    align-items: center;
    padding: 10px 0;
    font-weight: 600;
    color: #007bff;
}

    .add-workspace:hover[b-l0qjftcfox],
    .workspace-settings:hover[b-l0qjftcfox] {
        background-color: #f8f9fa;
        border-radius: 6px;
    }

    .add-workspace i[b-l0qjftcfox],
    .workspace-settings i[b-l0qjftcfox] {
        margin-right: 6px;
    }
    .add-workspace a[b-l0qjftcfox],
    .workspace-settings a[b-l0qjftcfox] {
        font-size: 0.8rem;
       /*  color: #007bff; */
    }
/* General Switcher Styles */
.workspace-switcher .dropdown-menu[b-l0qjftcfox] {
    width: 320px;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
}

.dropdown-header[b-l0qjftcfox] {
    font-size: 0.875rem;
    color: #6c757d;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 5px;
}

.dropdown-divider[b-l0qjftcfox] {
    margin: 10px 0;
    border-color: #e0e0e0;
}
/* Current Workspace Styling */
.current-workspace[b-l0qjftcfox] {
    background-color: #f5f5f5;
    padding: 12px;
    border-radius: 6px;
    display: flex;
    align-items: center;
}

    .current-workspace[b-l0qjftcfox]  .workspace-icon {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        margin-right: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 16px;
        color: #fff;
    }

    .current-workspace[b-l0qjftcfox]  h6 {
        margin: 0;
        font-size: 1rem;
        font-weight: 600;
    }

    .current-workspace[b-l0qjftcfox]  .role-badge {
        font-size: 12px;
        margin-left: 10px;
        background-color: #007bff;
        color: white;
        padding: 2px 6px;
        border-radius: 12px;
    }
/* Nested Settings */
.nested-settings[b-l0qjftcfox] {
    margin-left: 50px;
    margin-top: 8px;
}

    .nested-settings a[b-l0qjftcfox] {
        font-size: 0.875rem;
        color: #007bff;
    }

        .nested-settings a:hover[b-l0qjftcfox] {
            text-decoration: underline;
        }
/* Switch Workspace Styling */
.workspace-item[b-l0qjftcfox] {
    display: flex;
    align-items: center;
    padding: 10px 0;
    color: initial;
}

    .workspace-item:hover[b-l0qjftcfox] {
        background-color: #f8f9fa;
        border-radius: 6px;
    }

.workspace-icon[b-l0qjftcfox] {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #fff;
}

    .workspace-icon.bg-primary[b-l0qjftcfox] {
        background-color: #007bff;
    }

    .workspace-icon.bg-success[b-l0qjftcfox] {
        background-color: #28a745;
    }

    .workspace-icon.bg-warning[b-l0qjftcfox] {
        background-color: #ffc107;
    }

    .workspace-icon.bg-danger[b-l0qjftcfox] {
        background-color: #dc3545;
    }
/* Role Badge Styling */
.role-badge[b-l0qjftcfox] {
    font-size: 12px;
    margin-left: auto;
    padding: 2px 8px;
    border-radius: 12px;
}

    .role-badge.bg-success[b-l0qjftcfox] {
        background-color: #28a745;
        color: #fff;
    }

    .role-badge.bg-warning[b-l0qjftcfox] {
        background-color: #ffc107;
        color: #fff;
    }

    .role-badge.bg-danger[b-l0qjftcfox] {
        background-color: #dc3545;
        color: #fff;
    }
/* Footer Quick Actions */
.add-workspace[b-l0qjftcfox],
.workspace-settings[b-l0qjftcfox] {
    display: flex;
    align-items: center;
    padding: 10px 0;
    font-weight: 600;
    color: #007bff;
}

    .add-workspace:hover[b-l0qjftcfox],
    .workspace-settings:hover[b-l0qjftcfox] {
        background-color: #f8f9fa;
        border-radius: 6px;
    }

    .add-workspace i[b-l0qjftcfox],
    .workspace-settings i[b-l0qjftcfox] {
        margin-right: 6px;
    }
/* /Components/LSP/LanguageSelectionDialog.razor.rz.scp.css */
.language-group[b-uay7vrmbhf] {
    margin-bottom: 2rem;
}
/* /Components/LSP/LanguageSelectionItem.razor.rz.scp.css */
.language-item[b-x0800tic9x] {
    cursor: pointer;
    padding: 0.5rem 1rem;
    margin: 0.25rem 0;
    border-radius: 4px;
    transition: background-color 0.2s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

    .language-item:hover[b-x0800tic9x] {
        background-color: #f8f9fa;
    }

    .language-item.active[b-x0800tic9x] {
        background-color: #e9ecef;
    }
/* /Components/LSP/TaskDetail.razor.rz.scp.css */
body[b-opste0tkxs] {
}
.wrapper[b-opste0tkxs] {
    display: grid;
    /*  grid-template-columns: 1fr auto; */
    grid-template-columns: auto 1fr;
    gap: 1rem;
    padding: 1rem;
    max-width: 100%;
    min-height: 100px;
}

.grid-container[b-opste0tkxs] {
    overflow-x: auto;
}

.matrix-grid[b-opste0tkxs] {
    display: grid;
    background: white;
    min-width: min-content;
    border-radius: 0.375rem;
}

    .matrix-grid.column-focus[b-opste0tkxs] {
        grid-template-columns: 140px 1fr;
    }

.cell[b-opste0tkxs] {
    padding: 0.25rem 1rem;
    border: 1px solid var(--bs-border-color);
    background: white;
    transition: all 0.2s ease;
}

.content-cell[b-opste0tkxs] {
    cursor: pointer;
}

    .content-cell:hover[b-opste0tkxs] {
        background: var(--bs-gray-100);
    }

    .content-cell.active-cell[b-opste0tkxs] {
        box-shadow: inset 0 0 0 2px var(--bs-primary);
        background-color: #cfe2ff;
    }

.header-cell[b-opste0tkxs] {
    background: var(--bs-gray-100);
    font-weight: 500;
    position: sticky;
    top: 0;
    z-index: 10;
}

.col-header[b-opste0tkxs] {
    cursor: pointer;
    transition: all 0.2s ease;
    font-size: small;
}

    .col-header.active-column[b-opste0tkxs] {
        background-color: #cfe2ff;
        border-bottom: 2px solid var(--bs-primary);
    }

.row-header[b-opste0tkxs] {
    position: sticky;
    left: 0;
    z-index: 20;
    background: var(--bs-gray-100);
    border-right: 2px solid var(--bs-border-color);
    cursor: pointer;
    font-size: small;
}

    .row-header.active-cell[b-opste0tkxs] {
        background-color: #cfe2ff;
        border-right: 2px solid var(--bs-primary);
    }

.panel[b-opste0tkxs] {
    width: 0;
    overflow: hidden;
    background: white;
    transition: all 0.3s ease;
    opacity: 0;
    border-radius: 0.375rem;
}

    .panel.active[b-opste0tkxs] {
        /* width: 320px; */
        width: auto;
        opacity: 1;
    }

.hidden-column[b-opste0tkxs] {
    display: none;
}

.reset-button[b-opste0tkxs] {
    position: fixed;
    bottom: 1rem;
    right: 1rem;
    z-index: 1030;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.3s ease;
    padding: 0.5rem 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

    .reset-button.visible[b-opste0tkxs] {
        opacity: 1;
        transform: translateY(0);
    }

.no-click[b-opste0tkxs] {
    pointer-events: none;
}

/* Responsive */
@media (max-width: 768px) {
    .wrapper[b-opste0tkxs] {
        grid-template-columns: 1fr;
    }

    .panel.active[b-opste0tkxs] {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        z-index: 1050;
    }

    .cell[b-opste0tkxs] {
        padding: 0.5rem;
        font-size: 0.875rem;
    }

    .matrix-grid[b-opste0tkxs] {
        grid-template-columns: 100px repeat(4, minmax(120px, 1fr));
    }

    .reset-button[b-opste0tkxs] {
        bottom: 0.5rem;
        right: 0.5rem;
    }
}


/* Sidepanel Layout */
.sidepanel[b-opste0tkxs] {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    border-left: 1px solid #dee2e6;
    display: none;
    flex-direction: column;
    z-index: 1050;
    /* width: 420px; */ /* or your desired width */
}

    .sidepanel.active[b-opste0tkxs] {
        display: flex;
    }

.sidepanel-header[b-opste0tkxs] {
    border-bottom: 1px solid #dee2e6;
    padding: 0.75rem;
    background: #f8f9fa;
    display: flex;
    justify-content: space-between;
}

.sidepanel-body[b-opste0tkxs] {
    flex-grow: 1;
    overflow-y: auto;
    padding: 1rem;
}

.sidepanel-footer[b-opste0tkxs] {
    border-top: 1px solid #dee2e6;
    padding: 0.75rem;
}

.input-group-text[b-opste0tkxs] {
    background-color: var(--bs-gray-100);
    width: 160px;
}

.wrapper[b-opste0tkxs] {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 1rem;
    padding: 1rem;
    max-width: 100%;
    min-height: 100px;
}

.grid-container[b-opste0tkxs] {
    /* overflow-x: auto; */
}

.matrix-grid[b-opste0tkxs] {
    display: grid;
    grid-template-columns: 160px repeat(6, minmax(160px, 1fr));
    background: white;
    min-width: min-content;
    border-radius: 0.375rem;
}

    .matrix-grid.column-focus[b-opste0tkxs] {
        grid-template-columns: 160px 1fr;
    }

.cell[b-opste0tkxs] {
    border: 1px solid var(--bs-border-color);
    background: white;
    transition: all 0.2s ease;
}

.content-cell[b-opste0tkxs] {
    cursor: pointer;
}

    .content-cell:hover[b-opste0tkxs] {
        background: var(--bs-gray-100);
    }

    .content-cell.active-cell[b-opste0tkxs] {
        box-shadow: inset 0 0 0 2px var(--bs-primary);
        background-color: #cfe2ff;
    }

.header-cell[b-opste0tkxs] {
    background: var(--bs-gray-100);
    font-weight: 500;
    position: sticky;
    top: 0;
    z-index: 10;
}

.col-header[b-opste0tkxs] {
    cursor: pointer;
    transition: all 0.2s ease;
    font-size: small;
}

    .col-header.active-column[b-opste0tkxs] {
        background-color: #cfe2ff;
        border-bottom: 2px solid var(--bs-primary);
    }

.row-header[b-opste0tkxs] {
    /*    position: sticky;
        left: 0;
        z-index: 20; */
    align-items: center;
    background: var(--bs-gray-100);
    border-right: 2px solid var(--bs-border-color);
    cursor: pointer;
    font-size: small;
}

    .row-header.active-cell[b-opste0tkxs] {
        background-color: #cfe2ff;
        border-right: 2px solid var(--bs-primary);
    }

.panel[b-opste0tkxs] {
    width: 0;
    height: 0;
    overflow: hidden;
    background: white;
    transition: all 0.3s ease;
    opacity: 0;
    border-radius: 0.375rem;
}

    .panel.active[b-opste0tkxs] {
        width: auto;
        height: auto;
        opacity: 1;
    }

.hidden-column[b-opste0tkxs] {
    display: none;
}

.reset-button[b-opste0tkxs] {
    /*   position: fixed;
        bottom: 1rem;
        right: 1rem; */
    z-index: 1030;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.3s ease;
    padding: 0.5rem 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

    .reset-button.visible[b-opste0tkxs] {
        opacity: 1;
        transform: translateY(0);
    }

.no-click[b-opste0tkxs] {
    pointer-events: none;
}
/* Responsive */
@media (max-width: 768px) {
    .wrapper[b-opste0tkxs] {
        grid-template-columns: 1fr;
    }

    .panel.active[b-opste0tkxs] {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        z-index: 1050;
    }

    .cell[b-opste0tkxs] {
        font-size: 0.8rem;
    }

    .matrix-grid[b-opste0tkxs] {
        grid-template-columns: 100px repeat(4, minmax(120px, 1fr));
    }

    .reset-button[b-opste0tkxs] {
        bottom: 0.5rem;
        right: 0.5rem;
    }
}

</style >
<style >
/* ============ BASE STYLES ============ */
body[b-opste0tkxs] {
    background: #f8f9fa;
    font-size: 0.9rem;
}

.section-header[b-opste0tkxs] {
    margin-top: 2rem;
    margin-bottom: 1rem;
    font-weight: 700;
    font-size: 1.25rem;
}

.sub-header[b-opste0tkxs] {
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
    font-weight: 600;
    font-size: 1rem;
}

.example-block[b-opste0tkxs] {
    background: #ffffff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    margin: 1rem 0;
    padding: 0.5rem;
}

    .example-block h6[b-opste0tkxs] {
        font-size: 1rem;
        margin-bottom: 0.5rem;
        font-weight: 600;
    }

/* ============ CELL / QUADRANT DEMOS ============ */
.cell[b-opste0tkxs] {
    min-width: 160px;
    max-width: 160px;
    border: 1px solid #ced4da;
    /* border-radius: 0.25rem; */
    padding: 0;
    font-size: 0.8rem;
    background: #fff;
    margin-bottom: 0;
}

.cell-layout[b-opste0tkxs] {
    padding-top: 0.2rem;
    padding-bottom: 0rem;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.top-section[b-opste0tkxs],
.bottom-section[b-opste0tkxs] {
    display: flex;
    justify-content: space-between;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
    padding-top: 0.1rem;
    padding-bottom: 0.1rem;
}

.top-section[b-opste0tkxs] {
    /* padding-bottom: 0.25rem; */
}

.bottom-section[b-opste0tkxs] {
    /* padding-bottom: 0.25rem; */
}

.cell-layout .bi[b-opste0tkxs] {
    font-size: 12px;
}

.q1[b-opste0tkxs],
.q2[b-opste0tkxs],
.q3[b-opste0tkxs],
.q4[b-opste0tkxs],
.critical-error[b-opste0tkxs] {
    display: inline-flex;
    align-items: center;
    gap: 0.1rem;
    font-size: 0.6rem;
    white-space: nowrap;
    color: #212529;
    font-weight: 600;
}

.critical-error[b-opste0tkxs] {
    flex: 1;
    color: #dc3545;
    font-weight: 600;
}

.progress-bar-wrapper[b-opste0tkxs] {
    background: #e9ecef;
    /*   background: #9da5ad; */
    height: 12px;
    /* border-radius: 3px; */
    overflow: hidden;
    margin-top: auto;
    /* position: relative; */
    margin-left: 2px;
    margin-right: 2px;
    margin-bottom: 2px;
}

.progress-bar[b-opste0tkxs] {
    height: 12px;
    /* background: #e9ecef; */
}

    .progress-bar.none[b-opste0tkxs] {
        background: #6c757d;
        width: 0%;
    }

    .progress-bar.green[b-opste0tkxs] {
        background: #198754;
        width: 100%;
    }

    .progress-bar.red[b-opste0tkxs] {
        background: #dc3545;
        width: 100%;
    }

.overlay-icon[b-opste0tkxs] {
    position: relative;
    display: inline-block;
    margin-right: 6px;
}

    .overlay-icon .overlay[b-opste0tkxs] {
        position: absolute;
        top: -3px;
        right: -7px;
        font-size: 0.7rem;
        background: white;
        border-radius: 50%;
    }

.description-list li strong[b-opste0tkxs] {
    font-weight: 600;
}

.description-list ul[b-opste0tkxs] {
    margin-left: 1.5rem;
    line-height: 1.4;
}

.cell-breakpoint[b-opste0tkxs] {
    bottom: -3px;
    left: -11px;
    line-height: 1;
    font-size: 20px;
    position: absolute;
    background: white;
    border-radius: 50%;
}

    .cell-breakpoint i.bi[b-opste0tkxs] {
        font-size: 20px;
    }

.cell-target-left[b-opste0tkxs] {
    flex: 1;
}

.cell-target-right[b-opste0tkxs] {
}

.cell-target-name[b-opste0tkxs] {
    font-size: medium;
    font-weight: 600;
}

    .cell-target-name .badge[b-opste0tkxs] {
        color: white;
        background-color: RGBA(0, 0, 0, var(--bs-bg-opacity, 0.7)) !important;
    }

/* ============ MATRIX / EXAMPLES ============ */
.matrix-grid-demo[b-opste0tkxs] {
    display: inline-grid;
    grid-template-columns: 220px repeat(3, minmax(220px, 1fr));
    background: white;
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
    overflow: hidden;
}

.header-cell[b-opste0tkxs] {
    background: #e9ecef;
    font-weight: 600;
    text-align: center;
    font-size: 0.75rem;
    white-space: nowrap;
}

.example-header[b-opste0tkxs] {
    background: #f8f9fa;
    font-weight: 500;
    border-right: 2px solid #ced4da;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
}

.cell-content[b-opste0tkxs] {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.cell-line[b-opste0tkxs] {
    display: flex;
    align-items: center;
    gap: 0.1rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.progress[b-opste0tkxs] {
    margin-top: 0.5rem;
    background: #e9ecef;
}

.progress-bar[b-opste0tkxs] {
    /* border-radius: 3px; */
}

.status-complete[b-opste0tkxs] {
    background: #198754;
}

.status-active[b-opste0tkxs] {
    background: #0dcaf0;
}

.status-pending[b-opste0tkxs] {
    background: #6c757d;
}

.status-error[b-opste0tkxs] {
    background: #dc3545;
}

.merged-error[b-opste0tkxs] {
    display: flex;
    flex-direction: column;
    margin-top: 0.5rem;
}

    .merged-error .cell-line[b-opste0tkxs] {
        font-weight: 600;
    }

.text-danger[b-opste0tkxs] {
    color: #dc3545 !important;
}

.text-warning[b-opste0tkxs] {
    color: #ffc107 !important;
}

.text-success[b-opste0tkxs] {
    color: #198754 !important;
}

.text-info[b-opste0tkxs] {
    color: #0dcaf0 !important;
}

.text-muted[b-opste0tkxs] {
    color: #6c757d !important;
}

.mt-1[b-opste0tkxs] {
    margin-top: 0.25rem !important;
}
/* /Components/LSP/TaskTilePreProcessing.razor.rz.scp.css */
.top-section[b-rcr0yoz9t1],
.bottom-section[b-rcr0yoz9t1] {
    display: flex;
    justify-content: space-between;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
    padding-top: 0.1rem;
    padding-bottom: 0.1rem;
}

.top-section[b-rcr0yoz9t1] {
    /* padding-bottom: 0.25rem; */
}

.bottom-section[b-rcr0yoz9t1] {
    /* padding-bottom: 0.25rem; */
}

.cell-layout .bi[b-rcr0yoz9t1] {
    font-size: 12px;
}

.q1[b-rcr0yoz9t1] {
    top: 0;
    left: 0;
}

.q2[b-rcr0yoz9t1] {
    top: 0;
    right: 0;
}

.q3[b-rcr0yoz9t1] {
    bottom: 0;
    left: 0;
}

.q4[b-rcr0yoz9t1] {
    bottom: 0;
    right: 0;
}

.text-success[b-rcr0yoz9t1] {
    color: #198754 !important;
}

.progress-bar-wrapper[b-rcr0yoz9t1] {
    background: #e9ecef;
    /*   background: #9da5ad; */
    height: 12px;
    /* border-radius: 3px; */
    overflow: hidden;
    margin-top: auto;
    /* position: relative; */
    margin-left: 2px;
    margin-right: 2px;
    margin-bottom: 2px;
}

.progress-bar[b-rcr0yoz9t1] {
    height: 12px;
    /* background: #e9ecef; */
}

    .progress-bar.none[b-rcr0yoz9t1] {
        background: #6c757d;
        width: 0%;
    }

    .progress-bar.green[b-rcr0yoz9t1] {
        background: #198754;
        width: 100%;
    }

    .progress-bar.red[b-rcr0yoz9t1] {
        background: #dc3545;
        width: 100%;
    }
/* /Components/LSP/TaskTileSettingUp.razor.rz.scp.css */
.top-section[b-z03f204ytb],
.bottom-section[b-z03f204ytb] {
    display: flex;
    justify-content: space-between;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
    padding-top: 0.1rem;
    padding-bottom: 0.1rem;
}

.top-section[b-z03f204ytb] {
    /* padding-bottom: 0.25rem; */
}

.bottom-section[b-z03f204ytb] {
    /* padding-bottom: 0.25rem; */
}

.cell-layout .bi[b-z03f204ytb] {
    font-size: 12px;
}

.q1[b-z03f204ytb] {
    top: 0;
    left: 0;
}

.q2[b-z03f204ytb] {
    top: 0;
    right: 0;
}

.q3[b-z03f204ytb] {
    bottom: 0;
    left: 0;
}

.q4[b-z03f204ytb] {
    bottom: 0;
    right: 0;
}

.text-success[b-z03f204ytb] {
    color: #198754 !important;
}

.progress-bar-wrapper[b-z03f204ytb] {
    background: #e9ecef;
    /*   background: #9da5ad; */
    height: 12px;
    /* border-radius: 3px; */
    overflow: hidden;
    margin-top: auto;
    /* position: relative; */
    margin-left: 2px;
    margin-right: 2px;
    margin-bottom: 2px;
}

.progress-bar[b-z03f204ytb] {
    height: 12px;
    /* background: #e9ecef; */
}

    .progress-bar.none[b-z03f204ytb] {
        background: #6c757d;
        width: 0%;
    }

    .progress-bar.green[b-z03f204ytb] {
        background: #198754;
        width: 100%;
    }

    .progress-bar.red[b-z03f204ytb] {
        background: #dc3545;
        width: 100%;
    }
/* /Components/LSP/TranslationProjectGrid.razor.rz.scp.css */
.wrapper[b-szvzegw41z] {
    display: grid;
    /*  grid-template-columns: 1fr auto; */
    grid-template-columns: auto 1fr;
    gap: 1rem;
    padding: 1rem;
    max-width: 100%;
    min-height: 100px;
}

.grid-container[b-szvzegw41z] {
    overflow-x: auto;
}

.matrix-grid[b-szvzegw41z] {
    display: grid;
    background: white;
    min-width: min-content;
    border-radius: 0.375rem;
}

    .matrix-grid.column-focus[b-szvzegw41z] {
        grid-template-columns: 140px 1fr;
    }

.cell[b-szvzegw41z] {
    padding: 0.25rem 1rem;
    border: 1px solid var(--bs-border-color);
    background: white;
    transition: all 0.2s ease;
}

.content-cell[b-szvzegw41z] {
    cursor: pointer;
}

    .content-cell:hover[b-szvzegw41z] {
        background: var(--bs-gray-100);
    }

    .content-cell.active-cell[b-szvzegw41z] {
        box-shadow: inset 0 0 0 2px var(--bs-primary);
        background-color: #cfe2ff;
    }

.header-cell[b-szvzegw41z] {
    background: var(--bs-gray-100);
    font-weight: 500;
    position: sticky;
    top: 0;
    z-index: 10;
}

.col-header[b-szvzegw41z] {
    cursor: pointer;
    transition: all 0.2s ease;
    font-size: small;
}

    .col-header.active-column[b-szvzegw41z] {
        background-color: #cfe2ff;
        border-bottom: 2px solid var(--bs-primary);
    }

.row-header[b-szvzegw41z] {
    position: sticky;
    left: 0;
    z-index: 20;
    background: var(--bs-gray-100);
    border-right: 2px solid var(--bs-border-color);
    cursor: pointer;
    font-size: small;
}

    .row-header.active-cell[b-szvzegw41z] {
        background-color: #cfe2ff;
        border-right: 2px solid var(--bs-primary);
    }

.panel[b-szvzegw41z] {
    width: 0;
    overflow: hidden;
    background: white;
    transition: all 0.3s ease;
    opacity: 0;
    border-radius: 0.375rem;
}

    .panel.active[b-szvzegw41z] {
        /* width: 320px; */
        width: auto;
        opacity: 1;
    }

.hidden-column[b-szvzegw41z] {
    display: none;
}

.reset-button[b-szvzegw41z] {
    position: fixed;
    bottom: 1rem;
    right: 1rem;
    z-index: 1030;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.3s ease;
    padding: 0.5rem 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

    .reset-button.visible[b-szvzegw41z] {
        opacity: 1;
        transform: translateY(0);
    }

.no-click[b-szvzegw41z] {
    pointer-events: none;
}

/* Responsive */
@media (max-width: 768px) {
    .wrapper[b-szvzegw41z] {
        grid-template-columns: 1fr;
    }

    .panel.active[b-szvzegw41z] {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        z-index: 1050;
    }

    .cell[b-szvzegw41z] {
        padding: 0.5rem;
        font-size: 0.875rem;
    }

    .matrix-grid[b-szvzegw41z] {
        grid-template-columns: 100px repeat(4, minmax(120px, 1fr));
    }

    .reset-button[b-szvzegw41z] {
        bottom: 0.5rem;
        right: 0.5rem;
    }
}


/* Sidepanel Layout */
.sidepanel[b-szvzegw41z] {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    border-left: 1px solid #dee2e6;
    display: none;
    flex-direction: column;
    z-index: 1050;
    /* width: 420px; */ /* or your desired width */
  }
  .sidepanel.active[b-szvzegw41z] {
    display: flex;
  }
  .sidepanel-header[b-szvzegw41z] {
    border-bottom: 1px solid #dee2e6;
    padding: 0.75rem;
    background: #f8f9fa;
    display: flex;
    justify-content: space-between;
  }
  .sidepanel-body[b-szvzegw41z] {
    flex-grow: 1;
    overflow-y: auto;
    padding: 1rem;
  }
  .sidepanel-footer[b-szvzegw41z] {
    border-top: 1px solid #dee2e6;
    padding: 0.75rem;
  }

.input-group-text[b-szvzegw41z] {
    background-color: var(--bs-gray-100);
    width: 160px;
}

.wrapper[b-szvzegw41z] {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 1rem;
    padding: 1rem;
    max-width: 100%;
    min-height: 100px;
}

.grid-container[b-szvzegw41z] {
    /* overflow-x: auto; */
}

.matrix-grid[b-szvzegw41z] {
    display: grid;
    grid-template-columns: 160px repeat(6, minmax(160px, 1fr));
    background: white;
    min-width: min-content;
    border-radius: 0.375rem;
}

    .matrix-grid.column-focus[b-szvzegw41z] {
        grid-template-columns: 160px 1fr;
    }

.cell[b-szvzegw41z] {
    border: 1px solid var(--bs-border-color);
    background: white;
    transition: all 0.2s ease;
}

.content-cell[b-szvzegw41z] {
    cursor: pointer;
}

    .content-cell:hover[b-szvzegw41z] {
        background: var(--bs-gray-100);
    }

    .content-cell.active-cell[b-szvzegw41z] {
        box-shadow: inset 0 0 0 2px var(--bs-primary);
        background-color: #cfe2ff;
    }

.header-cell[b-szvzegw41z] {
    background: var(--bs-gray-100);
    font-weight: 500;
    position: sticky;
    top: 0;
    z-index: 10;
}

.col-header[b-szvzegw41z] {
    cursor: pointer;
    transition: all 0.2s ease;
    font-size: small;
}

    .col-header.active-column[b-szvzegw41z] {
        background-color: #cfe2ff;
        border-bottom: 2px solid var(--bs-primary);
    }

.row-header[b-szvzegw41z] {
    /*    position: sticky;
        left: 0;
        z-index: 20; */
    align-items: center;
    background: var(--bs-gray-100);
    border-right: 2px solid var(--bs-border-color);
    cursor: pointer;
    font-size: small;
}

    .row-header.active-cell[b-szvzegw41z] {
        background-color: #cfe2ff;
        border-right: 2px solid var(--bs-primary);
    }

.panel[b-szvzegw41z] {
    width: 0;
    height: 0;
    overflow: hidden;
    background: white;
    transition: all 0.3s ease;
    opacity: 0;
    border-radius: 0.375rem;
}

    .panel.active[b-szvzegw41z] {
        width: auto;
        height: auto;
        opacity: 1;
    }

.hidden-column[b-szvzegw41z] {
    display: none;
}

.reset-button[b-szvzegw41z] {
    /*   position: fixed;
        bottom: 1rem;
        right: 1rem; */
    z-index: 1030;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.3s ease;
    padding: 0.5rem 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

    .reset-button.visible[b-szvzegw41z] {
        opacity: 1;
        transform: translateY(0);
    }

.no-click[b-szvzegw41z] {
    pointer-events: none;
}
/* Responsive */
@media (max-width: 768px) {
    .wrapper[b-szvzegw41z] {
        grid-template-columns: 1fr;
    }

    .panel.active[b-szvzegw41z] {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        z-index: 1050;
    }

    .cell[b-szvzegw41z] {
        font-size: 0.8rem;
    }

    .matrix-grid[b-szvzegw41z] {
        grid-template-columns: 100px repeat(4, minmax(120px, 1fr));
    }

    .reset-button[b-szvzegw41z] {
        bottom: 0.5rem;
        right: 0.5rem;
    }
}

</style >
<style >
/* ============ BASE STYLES ============ */
body[b-szvzegw41z] {
    background: #f8f9fa;
    font-size: 0.9rem;
}

.section-header[b-szvzegw41z] {
    margin-top: 2rem;
    margin-bottom: 1rem;
    font-weight: 700;
    font-size: 1.25rem;
}

.sub-header[b-szvzegw41z] {
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
    font-weight: 600;
    font-size: 1rem;
}

.example-block[b-szvzegw41z] {
    background: #ffffff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    margin: 1rem 0;
    padding: 0.5rem;
}

    .example-block h6[b-szvzegw41z] {
        font-size: 1rem;
        margin-bottom: 0.5rem;
        font-weight: 600;
    }

/* ============ CELL / QUADRANT DEMOS ============ */
.cell[b-szvzegw41z] {
    min-width: 160px;
    max-width: 160px;
    border: 1px solid #ced4da;
    /* border-radius: 0.25rem; */
    padding: 0;
    font-size: 0.8rem;
    background: #fff;
    margin-bottom: 0;
}

.cell-layout[b-szvzegw41z] {
    padding-top: 0.2rem;
    padding-bottom: 0rem;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.top-section[b-szvzegw41z],
.bottom-section[b-szvzegw41z] {
    display: flex;
    justify-content: space-between;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
    padding-top: 0.1rem;
    padding-bottom: 0.1rem;
}

.top-section[b-szvzegw41z] {
    /* padding-bottom: 0.25rem; */
}

.bottom-section[b-szvzegw41z] {
    /* padding-bottom: 0.25rem; */
}

.cell-layout .bi[b-szvzegw41z] {
    font-size: 12px;
}

.q1[b-szvzegw41z],
.q2[b-szvzegw41z],
.q3[b-szvzegw41z],
.q4[b-szvzegw41z],
.critical-error[b-szvzegw41z] {
    display: inline-flex;
    align-items: center;
    gap: 0.1rem;
    font-size: 0.6rem;
    white-space: nowrap;
    color: #212529;
    font-weight: 600;
}

.critical-error[b-szvzegw41z] {
    flex: 1;
    color: #dc3545;
    font-weight: 600;
}

[b-szvzegw41z] .progress-bar-wrapper {
    background: #e9ecef;
    /*   background: #9da5ad; */
    height: 12px;
    /* border-radius: 3px; */
    overflow: hidden;
    margin-top: auto;
    /* position: relative; */
    margin-left: 2px;
    margin-right: 2px;
    margin-bottom: 2px;
}

[b-szvzegw41z] .progress-bar {
    height: 12px;
    /* background: #e9ecef; */
}

    [b-szvzegw41z] .progress-bar.none {
        background: #6c757d;
        width: 0%;
    }

    [b-szvzegw41z] .progress-bar.green {
        background: #198754;
        width: 100%;
    }

    [b-szvzegw41z] .progress-bar.red {
        background: #dc3545;
        width: 100%;
    }

.overlay-icon[b-szvzegw41z] {
    position: relative;
    display: inline-block;
    margin-right: 6px;
}

    .overlay-icon .overlay[b-szvzegw41z] {
        position: absolute;
        top: -3px;
        right: -7px;
        font-size: 0.7rem;
        background: white;
        border-radius: 50%;
    }

.description-list li strong[b-szvzegw41z] {
    font-weight: 600;
}

.description-list ul[b-szvzegw41z] {
    margin-left: 1.5rem;
    line-height: 1.4;
}

.cell-breakpoint[b-szvzegw41z] {
    bottom: -3px;
    left: -11px;
    line-height: 1;
    font-size: 20px;
    position: absolute;
    background: white;
    border-radius: 50%;
}

    .cell-breakpoint i.bi[b-szvzegw41z] {
        font-size: 20px;
    }

.cell-target-left[b-szvzegw41z] {
    flex: 1;
}

.cell-target-right[b-szvzegw41z] {
}

.cell-target-name[b-szvzegw41z] {
    font-size: medium;
    font-weight: 600;
}

    .cell-target-name .badge[b-szvzegw41z] {
        color: white;
        background-color: RGBA(0, 0, 0, var(--bs-bg-opacity, 0.7)) !important;
    }

/* ============ MATRIX / EXAMPLES ============ */
.matrix-grid-demo[b-szvzegw41z] {
    display: inline-grid;
    grid-template-columns: 220px repeat(3, minmax(220px, 1fr));
    background: white;
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
    overflow: hidden;
}

.header-cell[b-szvzegw41z] {
    background: #e9ecef;
    font-weight: 600;
    text-align: center;
    font-size: 0.75rem;
    white-space: nowrap;
}

.example-header[b-szvzegw41z] {
    background: #f8f9fa;
    font-weight: 500;
    border-right: 2px solid #ced4da;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
}

.cell-content[b-szvzegw41z] {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.cell-line[b-szvzegw41z] {
    display: flex;
    align-items: center;
    gap: 0.1rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.progress[b-szvzegw41z] {
    margin-top: 0.5rem;
    background: #e9ecef;
}

.progress-bar[b-szvzegw41z] {
    /* border-radius: 3px; */
}

.status-complete[b-szvzegw41z] {
    background: #198754;
}

.status-active[b-szvzegw41z] {
    background: #0dcaf0;
}

.status-pending[b-szvzegw41z] {
    background: #6c757d;
}

.status-error[b-szvzegw41z] {
    background: #dc3545;
}

.merged-error[b-szvzegw41z] {
    display: flex;
    flex-direction: column;
    margin-top: 0.5rem;
}

    .merged-error .cell-line[b-szvzegw41z] {
        font-weight: 600;
    }

.text-danger[b-szvzegw41z] {
    color: #dc3545 !important;
}

.text-warning[b-szvzegw41z] {
    color: #ffc107 !important;
}

.text-success[b-szvzegw41z] {
    color: #198754 !important;
}

.text-info[b-szvzegw41z] {
    color: #0dcaf0 !important;
}

.text-muted[b-szvzegw41z] {
    color: #6c757d !important;
}

.mt-1[b-szvzegw41z] {
    margin-top: 0.25rem !important;
}
/* /Components/Multiselect/SimpleMultiselect.razor.rz.scp.css */
.filter-container[b-2t6yndsh1g] {
    position: sticky;
    top: 0;
    z-index: 1;
    background-color: white;
}

    .filter-container > div[b-2t6yndsh1g] {
        margin-left: 10px;
        margin-right: 10px;
        padding-top: 8px;
        padding-bottom: 8px;
    }

.dropdown-menu[b-2t6yndsh1g] {
    max-height: 200px;
    overflow-y: auto;
    padding-top: 0;
}

.dropdown-item[b-2t6yndsh1g] {
    user-select: none;
}

.dropdown-toggle[b-2t6yndsh1g]::after {
    position: absolute;
    right: 0.75rem;
    top: 50%;
    margin-top: -2px;
}

.btn.dropdown-toggle[b-2t6yndsh1g] {
    --bs-btn-hover-color: var(--bs-btn-color);
    --bs-btn-hover-bg: var(--bs-btn-bg);
    --bs-btn-hover-border-color: var(--bs-btn-border-color);
    --bs-btn-active-color: var(--bs-btn-color);
    --bs-btn-active-bg: var(--bs-btn-bg);
    --bs-btn-active-border-color: var(--bs-btn-border-color);
}

    .btn.dropdown-toggle.show[b-2t6yndsh1g] {
        color: var(--bs-btn-color);
        background-color: var(--bs-btn-bg);
        border-color: var(--bs-btn-border-color);
    }
/* /Components/SortableList/SortableList.razor.rz.scp.css */
/* 
  you need the ::deep identifier if you are using scoped styles like this
  because scoped styles are only applied to markup in the component, not
  to the markup inside the render fragment.
*/

[b-8uyaaq4m37] .sortable-ghost {
    visibility: hidden;
  }
  
  [b-8uyaaq4m37] .sortable-fallback {
    opacity: 1 !important
  }
/* /Components/Subscription/SubscriptionAlertStatusTrial.razor.rz.scp.css */
body[b-dfebzjjr1a] {
    font-family: "Jost", sans-serif;
}

.section-container[b-dfebzjjr1a] {
    max-width: 700px;
}

p[b-dfebzjjr1a] {
    margin-bottom: 0;
}

.image[b-dfebzjjr1a] {
    width: 423px;
}

.warning-line-container[b-dfebzjjr1a] {
    background-color: rgba(255, 255, 255, 0.5);
    border: 1px solid #EEAC24;
    border-radius: 5px;
    width: 100%;
}

.text-color-green[b-dfebzjjr1a] {
    color: #3E5F23;
}

.text-color-warning[b-dfebzjjr1a] {
    color: #EEAC24;
}

.text-color-primary[b-dfebzjjr1a] {
    color: #5E6E82;
}

.text-color-secondary[b-dfebzjjr1a] {
    color: white;
}

.free-trial-container[b-dfebzjjr1a] {
    background-color: #E1ECD7;
    border-radius: 10px;
}

.bg-white[b-dfebzjjr1a] {
    background-color: #FBF9F6;
}

.btn-warning[b-dfebzjjr1a] {
    background-color: #EEAC24;
    color: white;
    border-radius: 10px;
    border: none;
}

.btn-error:hover[b-dfebzjjr1a] {
    color: white;
    background-color: #dd9a14;
}

.fs-18[b-dfebzjjr1a] {
    font-size: 1.125rem;
}

@media (max-width: 575.98px) {
    .fs-18[b-dfebzjjr1a] {
        font-size: 1rem;
    }
}
/* /Components/Workspaces/WorkspaceDropdownItem.razor.rz.scp.css */
.workspace-icon[b-yv0youq8kw] {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #fff;
}

    .workspace-icon.bg-primary[b-yv0youq8kw] {
        background-color: #007bff;
    }

    .workspace-icon.bg-success[b-yv0youq8kw] {
        background-color: #28a745;
    }

    .workspace-icon.bg-warning[b-yv0youq8kw] {
        background-color: #ffc107;
    }

    .workspace-icon.bg-danger[b-yv0youq8kw] {
        background-color: #dc3545;
    }
/* Role Badge Styling */
.role-badge[b-yv0youq8kw] {
    font-size: 12px;
    margin-left: auto;
    padding: 2px 8px;
    border-radius: 12px;
}

    .role-badge.bg-success[b-yv0youq8kw] {
        background-color: #28a745;
        color: #fff;
    }

    .role-badge.bg-warning[b-yv0youq8kw] {
        background-color: #ffc107;
        color: #fff;
    }

    .role-badge.bg-danger[b-yv0youq8kw] {
        background-color: #dc3545;
        color: #fff;
    }
/* /Components/Workspaces/WorkspaceListItem.razor.rz.scp.css */
.role-badge[b-etmc0rnx5l] {
    font-size: 0.85em;
}

.link-button[b-etmc0rnx5l] {
    font-size: 0.9em;
    text-decoration: underline;
    border: none;
    background: none;
    color: #0d6efd;
}

    .link-button:hover[b-etmc0rnx5l] {
        color: #0a58ca;
    }

.freelance-card[b-etmc0rnx5l] {
    border-left: 5px solid #0d6efd;
}

.lsp-card[b-etmc0rnx5l] {
    border-left: 5px solid #28a745;
}

.freelance-card .btn-primary[b-etmc0rnx5l] {
    /* background-color: #007bff; */
    /* border-color: #007bff; */
}

.lsp-card .btn-info[b-etmc0rnx5l] {
    background-color: #17a2b8;
    border-color: #17a2b8;
}
/* /Pages/Freelance/Welcome.razor.rz.scp.css */
body[b-06fn5eyv4r] {
    font-family: "Jost", sans-serif;
}

.container-max-width[b-06fn5eyv4r] {
    max-width: 1140px;
}

ul li[b-06fn5eyv4r]::marker {
    font-size: 0.6em;
}

.text-orange[b-06fn5eyv4r] {
    color: #F67F16;
}

.image[b-06fn5eyv4r] {
    width: 423px;
}

.image-circles.one[b-06fn5eyv4r] {
    top: 20%;
    width: 7%;
}

.image-circles.two[b-06fn5eyv4r] {
    right: 0%;
    width: 10%;
}

.text-color-primary[b-06fn5eyv4r] {
    color: #5E6E82;
}

.text-color-secondary[b-06fn5eyv4r] {
    color: white;
}
/* OFFER TEXT */
.text-color-blue[b-06fn5eyv4r] {
    color: #27BCFD;
}

.bg-white[b-06fn5eyv4r] {
    background-color: #FBF9F6;
}

.btn-orange[b-06fn5eyv4r] {
    background-color: #F67F16;
    color: white;
    border-radius: 50px;
    border: none;
}

    .btn-orange:hover[b-06fn5eyv4r] {
        background-color: #F67F16;
        color: white;
    }

.btn-white[b-06fn5eyv4r] {
    background-color: #FBF9F6;
    color: #F67F16;
    border-radius: 50px;
    border: none;
}

    .btn-white:hover[b-06fn5eyv4r] {
        background-color: #f3eee5;
        color: #F67F16;
    }

.bg-yellow[b-06fn5eyv4r] {
    background-color: #EEAC24;
}

.bg-gray[b-06fn5eyv4r] {
    background-color: #5E6E82
}

.fs-18[b-06fn5eyv4r] {
    font-size: 1.125rem;
}
/* OFFER CONTAINER */
.offer-container[b-06fn5eyv4r] {
    background-color: #d4f2ffa6;
    border-radius: 10px;
    width: 80%;
}

@media (max-width: 1199.98px) {
    .container-max-width[b-06fn5eyv4r] {
        max-width: 990px;
    }

    .image-circles.one[b-06fn5eyv4r] {
        width: 4%;
    }

    .offer-container[b-06fn5eyv4r] {
        width: 100%;
    }

    .offer-image[b-06fn5eyv4r] {
        width: 50px;
    }
}

@media (max-width: 991.98px) {
    .container-max-width[b-06fn5eyv4r] {
        max-width: 760px;
    }

    .image-circles.one[b-06fn5eyv4r] {
        width: 5%;
    }

    .image[b-06fn5eyv4r] {
        width: 100%;
    }
}

@media (max-width: 767.98px) {
    .container-max-width[b-06fn5eyv4r] {
        max-width: 570px;
    }

    ul.text-color-primary li[b-06fn5eyv4r]::marker {
        font-size: 0em;
    }

    .image[b-06fn5eyv4r] {
        width: 100%;
    }

    .image-circles.one[b-06fn5eyv4r] {
        width: 10%;
    }
}

@media (max-width: 575.98px) {
    .image-circles[b-06fn5eyv4r] {
        display: none;
    }

    .container-max-width[b-06fn5eyv4r] {
        max-width: 100%;
    }
}
/* /Pages/LSP/ProjectNew.razor.rz.scp.css */
.input-group-text[b-huidz2ck38] {
    background-color: var(--bs-gray-100);
    /*  background-color: inherit !important; */
    width: 160px;
}
