:root, [data-bs-theme=light] {
    --blue-500: #8a1538 !important;
    --bs-blue: #8a1538;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-black: #000;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #8b2a5b;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 13, 110, 253;
    --bs-secondary-rgb: 108, 117, 125;
    --bs-success-rgb: 25, 135, 84;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 220, 53, 69;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 33, 37, 41;
    --bs-primary-text-emphasis: #052c65;
    --bs-secondary-text-emphasis: #2b2f32;
    --bs-success-text-emphasis: #0a3622;
    --bs-info-text-emphasis: #055160;
    --bs-warning-text-emphasis: #664d03;
    --bs-danger-text-emphasis: #58151c;
    --bs-light-text-emphasis: #495057;
    --bs-dark-text-emphasis: #495057;
    --bs-primary-bg-subtle: #cfe2ff;
    --bs-secondary-bg-subtle: #e2e3e5;
    --bs-success-bg-subtle: #d1e7dd;
    --bs-info-bg-subtle: #cff4fc;
    --bs-warning-bg-subtle: #fff3cd;
    --bs-danger-bg-subtle: #f8d7da;
    --bs-light-bg-subtle: #fcfcfd;
    --bs-dark-bg-subtle: #ced4da;
    --bs-primary-border-subtle: #9ec5fe;
    --bs-secondary-border-subtle: #c4c8cb;
    --bs-success-border-subtle: #a3cfbb;
    --bs-info-border-subtle: #9eeaf9;
    --bs-warning-border-subtle: #ffe69c;
    --bs-danger-border-subtle: #f1aeb5;
    --bs-light-border-subtle: #e9ecef;
    --bs-dark-border-subtle: #adb5bd;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-color-rgb: 33, 37, 41;
    --bs-body-bg: #fff;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-emphasis-color: #000;
    --bs-emphasis-color-rgb: 0, 0, 0;
    --bs-secondary-color: rgba(33, 37, 41, 0.75);
    --bs-secondary-color-rgb: 33, 37, 41;
    --bs-secondary-bg: #e9ecef;
    --bs-secondary-bg-rgb: 233, 236, 239;
    --bs-tertiary-color: rgba(33, 37, 41, 0.5);
    --bs-tertiary-color-rgb: 33, 37, 41;
    --bs-tertiary-bg: #f8f9fa;
    --bs-tertiary-bg-rgb: 248, 249, 250;
    --bs-heading-color: inherit;
    --bs-link-color: #8b2a5b;
    --bs-link-color-rgb: 13, 110, 253;
    --bs-link-decoration: underline;
    --bs-link-hover-color: #8b2a5b;
    --bs-link-hover-color-rgb: 10, 88, 202;
    --bs-code-color: #d63384;
    --bs-highlight-color: #212529;
    --bs-highlight-bg: #fff3cd;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #dee2e6;
    --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
    --bs-border-radius: 0.375rem;
    --bs-border-radius-sm: 0.25rem;
    --bs-border-radius-lg: 0.5rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-xxl: 2rem;
    --bs-border-radius-2xl: var(--bs-border-radius-xxl);
    --bs-border-radius-pill: 50rem;
    --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
    --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
    --bs-focus-ring-width: 0.25rem;
    --bs-focus-ring-opacity: 0.25;
    --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
    --bs-form-valid-color: #198754;
    --bs-form-valid-border-color: #198754;
    --bs-form-invalid-color: #dc3545;
    --bs-form-invalid-border-color: #dc3545;
    --default-font-size: 1rem;
    --default-header-size: 1.16667rem;
}
/* Apply Inter font to all elements by default */
/* Apply Inter to all elements except Font Awesome and e-icons */
* :not(.fa):not([class^="fa-"]):not([class*=" fa-"]):not([class*="fas"]):not(.fas):not(.e-icons):not(.e-chips-close) {
    font-family: 'Inter', 'Helvetica Neue', Helvetica, Arial, sans-seri !important;
}

html {
    font-size: 12px !important;
}

html, body {
    font-family: 'Inter', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    height: 100%;
    overflow: hidden;
}

/* Chrome, Edge and Safari */
*::-webkit-scrollbar {
    height: 0.8rem;
    width: 0.5rem;
}

*::-webkit-scrollbar-track {
    border-radius: 0.5rem;
    background-color: transparent;
}

    *::-webkit-scrollbar-track:hover {
        background-color: transparent;
    }

    *::-webkit-scrollbar-track:active {
        background-color: transparent;
    }

*::-webkit-scrollbar-thumb {
    border-radius: 0.5rem;
    background-color: rgba(190, 202, 216,0.6);
}

    *::-webkit-scrollbar-thumb:hover {
        background-color: #BECAD8;
    }

    *::-webkit-scrollbar-thumb:active {
        background-color: #BECAD8;
    }

/*End Scrollbar*/
:root {
    --zoom: 1;
}

button.menu-toggle {
    color: #000;
}

main.main-content > .content {
    box-shadow: inset 0px 0px 9px 1px #e5e5e5;
}

.page {
    display: flex;
    height: calc(100vh / var(--zoom));
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    background-color: #f5f5f5;
    color: #333;
    height: 100%;
    overflow: hidden;
}

.container {
    display: flex;
    height: calc(100vh / var(--zoom));
}

/* Sidebar Styles */
.sidebar {
    width: 250px;
    background-color: #FFF;
    color: white;
    display: flex;
    flex-direction: column;
    box-shadow: 2px 0 2px 6px rgb(26 25 25 / 10%);
    animation: width 0.4s ease-in-out;
}

    .sidebar.mini {
        width: 0;
    }

.sidebar-header {
    padding: 1rem;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    background: #FFF;
}

.menu-toggle {
    background: none;
    border: none;
    color: white;
    font-size: 1.2rem;
    cursor: pointer;
}

.sidebar-nav {
    flex: 1;
    padding: 1rem 0;
    overflow-y: auto;
}

.nav-section {
    margin-bottom: 2rem;
}

    .nav-section h3 {
        font-size: 0.8rem;
        font-weight: 600;
        text-transform: uppercase;
        color: #888;
        padding: 0 1rem;
        margin-bottom: 0.5rem;
        letter-spacing: 0.5px;
    }

    .nav-section ul {
        list-style: none;
        padding: 0;
    }

.nav-item {
    display: flex;
    align-items: center;
    padding: 0.75rem 1rem;
    color: #000;
    text-decoration: none;
    transition: all 0.2s ease;
}

    .nav-item:hover, .nav-item.active {
        background-color: #8a1538;
        color: white;
    }

    .nav-item i {
        width: 1.667rem;
        margin-right: 0.75rem;
        font-size: 0.9rem;
    }

.sidebar-footer {
    padding: 1rem;
    border-top: 1px solid rgba(255,255,255,0.1);
    font-size: 0.9rem;
    color: #000;
}

/* Main Content Styles */
.main-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    background-color: white;
    overflow: hidden;
}

/* Header Styles */
.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0rem 3.334rem;
    background-color: white;
    border-bottom: 1px solid #e0e0e0;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    height: 5.25rem;
}

.search-container {
    display: flex;
    align-items: center;
    position: relative;
    width: 247px;
}

.search-input {
    padding: 0.5rem 1rem;
    border: 1px solid #ddd;
    border-radius: 4px;
    width: 300px;
    font-size: 0.9rem;
}

.search-btn {
    position: absolute;
    right: 0;
    background: #8B2A5B;
    border: none;
    color: white;
    padding: 0.5rem;
    border-radius: 3px;
    cursor: pointer;
    width: 3.334rem;
}

.header-controls {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.status-badges {
    display: flex;
    gap: 0;
    align-items: center;
}

.badge {
    padding: 0rem 0.75rem;
    border-radius: 4px;
    font-size: 0.8rem;
    font-weight: 500;
    line-height: 39px;
    height: 39px;
    width: 95px;
}

    .badge.draft {
        background-color: #f8f9fa;
        color: #666;
        border: 1px solid #ddd;
        border-radius: 5px 0 0 5px;
        align-items: center;
    }

    .badge.published {
        background-color: #8B2A5B;
        color: white;
        border-radius: 0 5px 5px 0;
        height: 39px;
    }

.sector-dropdown select {
    padding: 0.5rem;
    border: 1px solid #ddd;
    border-radius: 4px;
    background-color: white;
}

.user-btn {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 0.9rem;
}

    .user-btn i.fa-user-circle {
        font-size: 1.5rem;
        color: #8B2A5B;
    }

/* Content Styles */
.content {
    flex: 1;
    padding: 3.334rem 0;
    background-color: #f9f9f9;
    overflow-y: auto;
    height: calc(100vh - 5.25rem);
}

.page-title * {
    font-size: var(--default-font-size);
    font-weight: 400;
    color: #888;
    margin-bottom: 1.667rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    outline: 0;
}

/* Data Table Styles */
.data-table-container {
    background-color: transparent;
    border-radius: 0.667rem;
    box-shadow: none;
    overflow-x: hidden;
    height: auto;
    display: flex;
    flex-direction: column;
    row-gap: 6px;
    width: 100%;
    padding-left: 2px;
    padding-right: 2px;
    max-width: 100%;
    overflow-y: auto;
}

.data-table {
    width: 100%;
    border-collapse: collapse;
}

    .data-table th {
        background-color: #f8f9fa;
        padding: 1rem;
        text-align: left;
        font-weight: 600;
        font-size: 0.9rem;
        color: #666;
        border-bottom: 1px solid #e0e0e0;
    }

    .data-table td {
        padding: 0.3rem 1rem;
        border-bottom: 1px solid #f0f0f0;
        font-size: 0.9rem;
    }

    .data-table tr:hover {
        background-color: #f8f9fa;
    }

.entity-link {
    color: #8B2A5B;
    text-decoration: none;
    font-weight: 500;
}

    .entity-link:hover {
        text-decoration: underline;
    }

.delta {
    font-weight: 600;
}

    .delta.positive {
        color: #28a745;
    }

    .delta.negative {
        color: #dc3545;
    }

.confidence {
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
    font-size: 0.8rem;
    font-weight: 500;
}

    .confidence.low {
        background-color: #fff3cd;
        color: #856404;
    }

    .confidence.medium {
        background-color: #d1ecf1;
        color: #0c5460;
    }

    .confidence.high {
        background-color: #d4edda;
        color: #155724;
    }

    .confidence.very-high {
        background-color: #d4edda;
        color: #155724;
    }

.status {
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
    font-size: 0.8rem;
    font-weight: 500;
}

    .status.draft {
        background-color: #f8f9fa;
        color: #666;
    }

    .status.published {
        background-color: #d4edda;
        color: #155724;
    }

.no-data {
    color: #dc3545;
    font-weight: 500;
}

.menu-btn {
    background: none;
    border: none;
    color: #666;
    cursor: pointer;
    padding: 0.25rem;
}

    .menu-btn:hover {
        color: #333;
    }

/* Responsive Design */
@media (max-width: 1024px) {
    .sidebar {
        width: 200px;
    }

    .search-input {
        width: 200px;
    }

    .content {
        padding: 1rem;
    }

    .data-table-container {
        overflow-x: auto;
    }
}

@media (max-width: 768px) {
    .container {
        flex-direction: column;
    }

    .sidebar {
        width: 100%;
        height: auto;
    }

    .header {
        flex-direction: column;
        gap: 1rem;
        padding: 1rem;
    }

    .header-controls {
        width: 100%;
        justify-content: space-between;
    }

    .search-input {
        width: 150px;
    }
}

.table-row,
.table-header-row {
    display: flex;
    height: 3rem;
}

.assumption-table .table-header-row, .assumption-table .table-row {
    width: 610px;
    max-width: 100%;
}

.table-row > label, .table-header-row > label {
    flex: 1;
    font-size: var(--default-font-size);
    color: #000000;
    line-height: 3rem;
}



.table-row {
    background: #FFF;
    border-radius: 6px;
    padding: 0 1.667rem;
    line-height: 3rem;
    font-size: var(--default-font-size);
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
}

.table-header-row {
    padding: 0 1.667rem;
}

label.clickable {
    color: #0D4261;
    text-decoration: underline;
    cursor: pointer;
}

.table-row .options,
.table-header-row .options {
    max-width: 1.667rem;
    text-align: center;
}

.table-row .no-data {
    background: #8A1538;
    border-radius: 4px;
    color: #FFF;
    text-align: center;
    padding: 0px 10px;
}

.entity-code {
    font-size: 15px;
    font-weight: 600;
    color: black;
    margin: 0;
}

.import-header {
    text-align: left;
    font-size: 15px;
    margin-bottom: 3rem;
}

    .import-header h2 {
        font-size: 15px;
        font-weight: 600;
        color: black;
        margin: 0;
    }

.import-container {
    max-width: 1200px;
    margin: 0px;
    padding: 2rem;
    padding-left: 0px;
    background-color: #f8f9fa;
    border-radius: 10px;
}

.sub-title h2 {
    font-size: 1.167rem;
    font-weight: 700;
    flex: 1;
    margin-bottom: 0;
}

.clickable {
    text-decoration: underline;
    cursor: pointer;
}

.container-title h3 {
    font-size: 1.167rem;
    font-weight: 700;
    margin-bottom: 1.667rem;
}

.upload-area {
    height: 200px;
    width: calc(100% - 2px);
    padding: 1.667rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='6' ry='6' stroke='%23333' stroke-width='1' stroke-dasharray='10%2c10' stroke-dashoffset='3' stroke-linecap='round'/%3e%3c/svg%3e");
    border-radius: 6px;
    background-size: cover;
    background-position: center;
}

.hidden-uploader {
    display: none;
}

.upload-sections {
    display: flex;
    gap: 3.33rem;
}

.upload-icon {
    margin-top: 50px;
}

.upload-area h4 {
    margin: 0px;
    font-size: 1.167rem;
    font-weight: 400;
    text-align: center;
}

button.btn.btn-primary {
    background-color: #8a1538;
    border-radius: 6px;
    color: white;
    height: 3rem;
    line-height: 3rem;
    padding-top: 0px;
    border-color: #8a1538;
}

.upload-area svg {
    cursor: pointer;
    border-radius: 25px;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(104, 25, 73, 0.7);
    }

    70% {
        box-shadow: 0 0 0 15px rgba(104, 25, 73, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(104, 25, 73, 0);
    }
}

.container-title h4 {
    font-size: 1.167rem;
    font-weight: 700;
    margin-bottom: 3.334rem;
}

.continue-section {
    margin-right: 3.334rem;
    position: absolute;
    bottom: 3.334rem;
    width: auto;
    right: 0;
}

    .continue-section button {
        float: right;
        margin-top: 10px;
        margin-left: 1.667rem;
        min-width: 115px;
    }

.input-slim {
    padding: 0 !important;
    border: 1px solid rgba(0,0,0,0.1) !important;
    box-shadow: none !important;
    text-align: right !important;
    height: 2.08rem;
    padding-right: 0.8rem !important;
}

    .input-slim input {
        text-align: right !important;
        height: 2.08rem !important;
        font-size: var(--default-font-size) !important;
        line-height: 2.08rem !important;
        font-family: 'Inter' !important;
    }

.assumption-container {
    flex-direction: row;
    display: flex;
    row-gap: 1.667rem;
}


    .assumption-container > * {
        flex: 1;
        display: flex;
        flex-direction: column;
        gap: 10px;
        max-width: 610px;
    }

.assumption-title {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 1.667rem;
}

    .assumption-title .btn {
        height: auto;
        white-space: nowrap;
    }

.toolbar-buttons {
    margin-right: 470px;
    font-size: var(--default-font-size);
    margin-bottom: 5px;
}

.assumptions-assignement .table-row label:first-child {
    min-width: 285px;
}

.assumptions-assignement {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-left: 3.334rem;
    margin-top: 0;
}

.e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error), .e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) {
    box-shadow: none !important;
}

.sub-title {
    display: flex;
    padding-right: 30px;
    align-items: start;
    margin-bottom: 0;
    margin-left: 3.334rem;
    height: 3rem;
    position: relative;
}

.tar {
    text-align: right;
}

.sub-title .toolbar {
    float: right;
    margin-left: auto;
    display: flex;
    max-width: 500px;
    flex-direction: row;
    gap: 10px;
    position: absolute;
    right: 40px;
    top: -6px;
}

    .sub-title .toolbar button {
        max-width: 100px;
        height: 2.5rem;
        line-height: 2.5rem;
        margin: 0;
    }

    .sub-title .toolbar button {
        min-width: 100px;
        height: 2.5rem !important;
        line-height: 2.5rem !important;
        margin: 0;
    }

.e-checkbox-wrapper.e-wrapper.form-control.text-center.input-slim * {
    padding: 0;
    margin: 0;
    float: right;
    right: 0;
}



.error-log-container {
    display: flex;
    margin-top: 3.334rem;
    gap: 1.667rem;
}

span.passed {
    background: #129B82;
    color: #FFF;
    border-radius: 4px;
    padding: 0 5px;
    line-height: 1.25rem;
    font-size: var(--default-font-size);
    height: 1.25rem;
}

span.failed {
    background: #8A1538;
    color: #FFF;
    border-radius: 4px;
    padding: 0 5px;
    line-height: 1.25rem;
    font-size: var(--default-font-size);
    height: 1.25rem;
}

span.warning {
    background: #FFA500;
    color: #FFF;
    border-radius: 4px;
    padding: 0 5px;
    line-height: 1.25rem;
    font-size: var(--default-font-size);
    height: 1.25rem;
}

span.info {
    background: #007BFF;
    color: #FFF;
    border-radius: 4px;
    padding: 0 5px;
    line-height: 15px;
    font-size: var(--default-font-size);
}

.error-log-container .table-row label:last-child,
.error-log-container .table-header-row label:last-child {
    text-align: center;
}

.error-log-container .table-row .duration-label,
.error-log-container .duration-header {
    text-align: right;
}

.assumptions-assignement-output {
    margin-top: 42px;
}

/* Modal Styles */
.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1050;
}

.modal-dialog {
    background: white;
    border-radius: 0.667rem;
    box-shadow: 0 4px 1.334rem rgba(0, 0, 0, 0.2);
    width: 90%;
    max-width: 500px;
    max-height: 90vh;
    overflow-y: auto;
}

.modal-content {
    padding: 0;
}

.modal-header {
    padding: 1.667rem;
    border-bottom: 1px solid #e9ecef;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #f8f9fa;
    border-radius: 0.667rem 0.667rem 0 0;
}

    .modal-header h3 {
        margin: 0;
        font-size: 1.25rem;
        font-weight: 600;
        color: #333;
    }

.btn-close {
    background: none;
    border: none;
    font-size: 1.2rem;
    cursor: pointer;
    color: #666;
    padding: 4px 0.667rem;
    border-radius: 4px;
    transition: background-color 0.2s;
}

    .btn-close:hover {
        background-color: #e9ecef;
        color: #333;
    }

.modal-body {
    padding: 1.667rem;
}

.form-group {
    margin-bottom: 1.667rem;
}

    .form-group label {
        display: block;
        margin-bottom: 0.667rem;
        font-weight: 500;
        color: #333;
        font-size: 1.167rem;
    }

.form-control {
    width: 100%;
    padding: 10px 1rem;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 1.167rem;
    font-family: 'Inter', sans-serif;
    transition: border-color 0.2s, box-shadow 0.2s;
}

    .form-control:focus {
        border-color: #8b2a5b;
        box-shadow: 0 0 0 0.2rem rgba(139, 42, 91, 0.25);
        outline: 0;
    }

.modal-footer {
    padding: 1.667rem;
    border-top: 1px solid #e9ecef;
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    background-color: #f8f9fa;
    border-radius: 0 0 0.667rem 0.667rem;
}

.btn {
    padding: 0.667rem 1.334rem;
    border-radius: 4px;
    font-size: 1rem;
    font-weight: 400;
    cursor: pointer;
    border: 1px solid transparent;
    transition: all 0.2s;
}

.btn-primary {
    background-color: #8b2a5b;
    color: white;
    border-color: #8b2a5b;
}

    .btn-primary:hover:not(:disabled) {
        background-color: #7a2550;
        border-color: #7a2550;
    }

    .btn-primary:disabled {
        background-color: #ccc;
        border-color: #ccc;
        cursor: not-allowed;
    }

.btn-secondary {
    background-color: #6c757d;
    color: white;
    border-color: #6c757d;
}

    .btn-secondary:hover {
        background-color: #5a6268;
        border-color: #545b62;
    }






.e-content.e-yscroll.e-lib.e-droppable {
    background-color: #f9f9f9;
}






.e-grid .e-groupdroparea .e-toolbar {
    background-color: var(--color-sf-content-bg-color-alt1);
    border-color: #f7f7f7;
    color: var(--color-sf-content-text-color-alt3);
}



/* Job Titles label spacing */
.job-titles-label {
    margin-top: 1.667rem;
}


.calculated-cell {
    background: #eff6f7;
    font-weight: 700;
}

.page-title, .ml-40 {
    margin-left: 3.334rem;
}

#main-tabs .e-tab-header {
    padding-left: 3.334rem;
    background-color: #FFF;
    height: 30px !important;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

#main-tabs .e-content {
    margin-left: 0px;
}


#main-tabs .e-tab-header .e-toolbar-items .e-toolbar-item {
    border: none;
    outline: none !important;
    border-radius: 0 !important;
}

.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
    border: 0 !important;
    border-bottom: 1px solid #FFF !important;
}

    .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap:hover,
    #main-tabs .e-tab-header .e-toolbar-items .e-toolbar-item.e-active .e-tab-wrap {
        background: #F1E5EC !important;
        border: 0 !important;
        border-bottom: 1px solid #8a1538 !important;
        outline: none !important;
        border-radius: 0 !important;
    }

#main-tabs .e-tab-header::before {
    border: none !important;
}

.e-rowcell {
    font-size: 1rem !important;
}

#main-tabs .e-tab-text {
    color: #000 !important;
    font-size: 1.167rem !important;
    line-height: 30px !important;
}

#main-tabs .e-tab-header .e-toolbar-items .e-toolbar-item.e-active .e-tab-text {
    color: #8a1538 !important;
}

.mt-40 {
    margin-top: 3.334rem;
}

.main-page-content {
    height: calc((100vh / var(--zoom)) - 214px);
    overflow-y: auto;
}

.e-grid.e-lib .e-leftfreeze.e-freezeleftborder, .e-grid .e-leftfreeze.e-freezeleftborder {
    border-right-color: #f1e5ec !important;
}

main.main-content.public .content {
    padding: 1.667rem !important;
    background: #FFF;
    border-radius: 1.667rem;
}

main.main-content.public {
    background: #f3f3f3;
    padding: 10px;
}

section.account-section {
    height: 100%;
    display: flex;
    gap: 1.667rem;
    align-items: center;
}

.section-element {
    flex: 1;
}

    .section-element.left-section {
        text-align: center;
    }

        .section-element.left-section img {
            height: 80px;
            margin-bottom: 1.667rem;
        }

.account-form {
    max-width: 100%;
    width: 550px;
    border-radius: 1.667rem;
    border: 1px solid #e3e3e3;
    padding: 2rem;
    box-shadow: 1px 0px 10px rgba(0,0,0,0.05);
}

.section-element.left-section h1 {
    font-size: 25px;
    outline: none !important;
    font-weight: 700;
}

.section-element.left-section h2 {
    font-size: 18px;
    margin-top: 10px;
    color: #3c3c3c;
    font-weight: 400;
}

.account-form h2 {
    font-weight: 700;
    font-size: 22px;
}

.account-form h3 {
    font-size: 1.167rem;
    margin-bottom: 3.334rem;
}

.account-form button.w-100.btn.btn-lg.btn-primary {
    height: 3.334rem !important;
    line-height: 3.334rem !important;
    margin-bottom: 1.667rem
}

.account-form input {
    border-radius: 10px
}


.tc.text-gray-900.dark\:text-dark-text.font-medium.leading-none.mt-5 {
    color: rgb(153 153 153 );
}

a.text-primary-500.font-semibold {
    color: #8a1538;
}

span.initials {
    background: #8b2a5b;
    border-radius: 50%;
    color: #FFF;
    height: 3rem;
    width: 3rem;
    line-height: 3rem;
    padding: 0;
    text-align: center;
    font-weight: 700;
}

.assumption-table a {
    font-size: var(--default-font-size);
    text-decoration: none;
    color: #8a1538;
}

.table-row.buttons {
    background: transparent;
    padding-left: 0;
    border: 1px solid #f9f9f9 !important;
    box-shadow: none !important;
    height: 3rem;
}

.btn-save.btn-secondary {
    height: 3rem !important;
    background: #0D4261 !important;
    color: #FFF;
    padding: 0px 1rem;
    line-height: 3rem;
    font-size: 1rem !important;
}

.left-alignment input {
    text-align: left !important;
    padding-left: 0 !important;
    padding-left: 0.804rem !important;
}

.table-row > .slim-combo-box,
.slim-combo-box {
    height: 25px;
    margin-top: 5px;
    padding-right: 0px !important;
}

    .slim-combo-box input {
        height: 25px !important;
        line-height: 25px !important;
        font-size: 1rem !important
    }

    .slim-combo-box span.e-input-group-icon.e-ddl-icon.e-icons {
        max-height: 23px !important;
        margin-top: 0px !important;
        min-height: 23px !important;
    }



.primary-cell-color {
    display: block;
    font-weight: 700;
    background: rgb(241 229 236);
    color: #8a1538;
    height: 100%;
    min-height: 35px;
    line-height: 35px;
}


.up-arrow,
.none-arrow,
.down-arrow {
    /* position: relative; */
    display: block;
    width: 134px;
    height: 20px
}



    .none-arrow:before {
        content: "\e87e";
        font-family: 'e-icons';
        font-size: 1.167rem;
        color: #c6b029;
        position: absolute;
        display: flex;
    }

    .up-arrow:before {
        content: "\e87a";
        font-family: 'e-icons';
        font-size: 1.167rem;
        color: green;
        position: absolute;
        display: flex;
    }

    .down-arrow:before {
        content: "\e70d";
        font-family: 'e-icons' !important;
        font-size: 1.167rem;
        color: #8a1639;
        position: absolute;
        display: flex;
    }


.stepper-contaner {
    max-width: 90%;
    width: 1100px;
    margin: 0 auto;
    overflow: hidden;
    min-height: 100px;
    max-height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.stepper-main-contaner {
    flex: 1;
}

span.e-step.e-indicator {
    max-width: 1.334rem !important;
    max-height: 1.334rem !important;
    min-width: 1.334rem !important;
    min-height: 1.334rem !important;
    box-shadow: 0 0 0 0.667rem var(--color-sf-stepper) !important;
}

.e-stepper .e-stepper-progressbar {
    --progress-top-position: 0.667rem !important;
    --progress-bar-width: 1050px;
    background-color: #FFF;
    height: 4px !important;
}

.e-step-completed span.e-step.e-indicator {
    box-shadow: 0 0 0 0.667rem #8b2a5b !important;
}

    .e-step-completed span.e-step.e-indicator:before {
        content: "\e727";
        font-family: 'e-icons';
    }

.e-step-inprogress span.e-step.e-indicator {
    box-shadow: 0 0 0 0.667rem #8b2a5b !important;
    background-color: #FFF;
}

.mt-20 {
    margin-top: 1.667rem !important;
}

.assumption-container-group {
    display: flex;
    gap: 3.334rem;
    align-items: start;
}


.assumption-groups {
    min-width: 305px;
}

.table-row.fcard {
    height: auto;
    min-height: calc((100vh / var(--zoom)) - 449px);
    padding: 1.667rem 0;
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}

    .table-row.fcard label {
        max-height: 3rem;
        display: flex;
        cursor: pointer;
        border-left: 2px solid #FFF;
        padding: 0 1.667rem;
    }

        .table-row.fcard label.selected, .table-row.fcard label:hover {
            background: #F1E5EC;
            border-color: #8a1538;
        }


.assumption-form-contaner {
    display: flex;
    gap: 3.334rem;
}

.assumption-container-group .assumption-form-data {
    height: calc((100vh / var(--zoom)) - 364px);
    overflow-y: auto;
    padding-right: 5px;
}

.wizard .assumption-container-group .assumption-form-data {
    height: calc((100vh / var(--zoom)) - 404px);
    overflow-y: auto;
    padding-right: 5px;
}

.assumption-groups .table-header-row {
    margin-bottom: 5px;
}

.mb-20 {
    margin-bottom: 1.667rem !important;
}

span.published {
    background: #129B82;
    color: #FFF;
    border-radius: 6px;
    padding: 5px;
    font-size: var(--default-font-size);
}

span.draft {
    background: #F5F5F5;
    color: #000;
    border-radius: 6px;
    padding: 5px;
    font-size: var(--default-font-size);
}

.assumption-name-form {
    padding: 0 1.667rem;
    display: flex;
    gap: 10px;
}

    .assumption-name-form button {
        text-align: center;
        padding: 0 !important;
        min-width: 3rem;
        max-width: 3rem;
        line-height: 3rem !important;
    }



label.assumption-label i {
    display: none;
}

label.assumption-label:hover i {
    display: block;
    position: absolute;
    right: 1.667rem;
    top: 13px;
    color: #8a1538;
}

label.assumption-label {
    position: relative;
}

a.nav-item span {
    font-size: 1.167rem;
}

.sf-grid.e-grid {
    border-radius: 1rem !important;
}

.e-groupdroparea.e-lib.e-droppable.e-draggable {
    border-radius: 1rem 1rem 0 0;
}

.sf-pager {
    border-radius: 0 0 1rem 1rem;
}

.e-headercell .e-icons {
    color: #FFF !important;
}

.e-headercell {
    background: #8a1538 !important;
    color: #FFF !important;
    font-size: 1.1667rem !important;
}

.e-altrow {
    background-color: #FEFEFE;
}

.loading-grid {
    opacity: 0;
}

.btn i {
    padding-right: 0;
    margin-right: 10px;
}

.container-title.ml-40 {
    position: relative;
}

.mr-40 {
    margin-right: 3.334rem;
}

.ml-20 {
    margin-left: 1.667rem;
}

.e-stepper.e-horizontal .e-label {
    text-overflow: unset;
    text-wrap: auto;
    max-width: 122px;
}

.upload-content {
    max-width: 100%;
    background: #FFF;
    padding: 1.667rem;
    border-radius: 1rem;
    box-shadow: 0px 0px 3px rgba(0,0,0,0.1);
}

.upload-box {
    max-width: 50%;
    width: 500px;
}

.upload-instructions {
    font-size: 1.11667rem;
}

    .upload-instructions a {
        font-weight: 600;
        text-decoration: underline;
        color: #8a1538;
    }

    .upload-instructions h4 {
        font-size: 1.167rem;
        font-weight: 700;
    }

.table-row > label.assumption-label:nth-child(2) {
    margin-right: 0px !important;
}

.table-row:last-child {
    margin-bottom: 3px;
}

a.link {
    -webkit-text-decoration: none;
    text-decoration: none;
    color: #8a1538;
    font-weight: 500;
}

.card-info p {
    margin: 0;
    display: flex;
}

.card-info {
    background: #f9f9f9;
    padding: 1.16rem;
    border-radius: 1rem;
    margin-bottom: 2rem;
    border: 1px solid #e3e3e3;
}

    .card-info p span {
        flex: 1;
        font-size: 1rem;
    }

        .card-info p span:first-child {
            max-width: 140px;
        }

a.link i {
    margin-right: 1rem;
    margin-left: 1rem;
}

button.user-btn span {
    font-size: 1.16rem;
}

.upload-instructions h4 span {
    float: right;
}

    .upload-instructions h4 span a {
        margin-left: 10px;
        font-size: 1rem;
        color: #d3d3d3;
        text-decoration: none;
    }

        .upload-instructions h4 span a.selected {
            color: #8b2a5b;
            text-decoration: underline;
        }


/*entities page*/
.options-container {
    position: relative;
    display: inline-block;
}

.options-dropdown {
    display: none;
    position: absolute;
    top: 74%;
    right: 8px;
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 6px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    min-width: 130px;
    z-index: 999;
}

    .options-dropdown a {
        display: block;
        padding: 0px 12px;
        color: #333;
        text-decoration: none;
        cursor: pointer;
    }

        .options-dropdown a:hover {
            background-color: #f0f0f0;
        }

.options-container:hover .options-dropdown {
    display: block;
}

.options {
    cursor: pointer;
    padding: 4px;
}
/*end entities page*/

/*error log component*/
.info-status-wrapper {
    position: relative;
    display: inline-block;
}

.info-status-content {
    display: none;
    position: absolute;
    top: 10%;
    right: 20px;
    background-color: white;
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 6px;
    box-shadow: 0 0px 3px rgba(0, 0, 0, 0.1);
    min-width: 429px;
    padding: 1rem;
    font-size: 1rem;
    z-index: 999;
    line-height: 19px;
    text-align: left;
    width: auto;
}

.info-status-wrapper:hover .info-status-content {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.e-icons.e-circle-info.info-status {
    font-size: 14px;
    vertical-align: middle;
    margin-left: 2px;
    position: relative;
}

/*end error log component*/


.info-item {
    display: flex;
    gap: 10px;
    align-items: center;
}

    .info-item span:first-child {
        width: 58px;
        text-align: center;
    }


    .info-item span:last-child {
        font-size: 1rem;
    }

a.link-line {
    color: #8a1538;
    font-weight: 600;
    padding-left: 20px;
    border-top: 1px solid #e3e3e3;
    margin-top: 1.667rem;
}

.back-section.ml-40 {
    margin-right: 3.334rem;
    position: absolute;
    bottom: 3.334rem;
    width: auto;
}



button.btn.btn-secondary {
    border-radius: 6px;
    color: white;
    height: 3rem;
    line-height: 3rem;
    padding-top: 0px;
}

.main-page-content.data-table-container.wizard {
    height: calc((100vh / var(--zoom)) - 254px);
}


.no-margin .table-row > .slim-combo-box, .no-margin .slim-combo-box {
    margin-top: 0px !important;
}

span.critical {
    background: #dc3545;
    color: #FFF;
    border-radius: 4px;
    padding: 0 5px;
    line-height: 1.25rem;
    font-size: var(--default-font-size);
    height: 1.25rem;
}

.e-grid .e-toolbar {
    border-radius: 0.5rem !important;
}


.form-edit > .row .col-md-12 {
    margin-bottom: 15px;
}


.sf-grid .e-toolbar {
    border-radius: 0.5rem 0.5rem 0 0;
}

.section-a#Sector,
.section-b#Justified {
    border-radius: 6px 0 0 6px;
}

.e-rtl #Excluded {
    border-radius: 0 6px 6px 0;
}

#Excluded {
    border-radius: 0 6px 6px 0;
}

.e-rtl #AllNationalities {
    border-radius: 6px 0 0 6px;
}

#AllNationalities {
    border-radius: 6px 0 0 6px;
}


.section-b#All,
.section-a#Section {
    border-radius: 0 6px 6px 0;
}

.e-toolbar-item.section-b,
.e-toolbar-item.section-a {
    line-height: 30px;
    background: #E0E0E0;
    margin-top: 5px;
    margin-bottom: 5px;
    height: 30px;
    overflow: hidden;
    min-height: 30px !important;
    max-height: 30px !important;
}

    .e-toolbar-item.section-b button span,
    .e-toolbar-item.section-b button,
    .e-toolbar-item.section-a button span,
    .e-toolbar-item.section-a button {
        height: 25px !important;
        line-height: 25px !important;
        min-height: 25px !important;
        max-height: 25px !important;
        padding: 0px !important;
        background: transparent !important
    }

        .e-toolbar-item.section-b button span,
        .e-toolbar-item.section-a button span {
            padding-left: 1rem !important;
            padding-right: 1rem !important;
        }

    .e-toolbar-item.section-b:hover button,
    .e-toolbar-item.section-b.Selected-BTN button,
    .e-toolbar-item.section-a:hover button,
    .e-toolbar-item.section-a.Selected-BTN button {
        background: #8a1538 !important;
        border-radius: 6px !important;
    }

        .e-toolbar-item.section-b.Selected-BTN button span,
        .e-toolbar-item.section-a.Selected-BTN button span {
            color: #FFF !important;
            padding-left: 1rem !important;
            padding-right: 1rem !important;
        }

.demand-form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.demand-row {
    display: flex;
    gap: 2rem;
}

    .demand-row .demand-columns:first-child {
        max-width: 150px;
    }

    .demand-row .demand-columns:last-child {
        flex: 1;
    }

.form-edit {
    background: #f9f9f9;
    border-radius: 1rem;
    padding: 1.16rem;
    border: 1px solid #e3e3e3;
}

.demand-element input, .demand-element textarea {
    font-size: 1rem !important;
}

div#Dialog1_title {
    color: #8a1538;
    font-weight: 700 !important;
    font-size: 1.16rem !important;
    line-height: 2.4rem !important;
}

.user-menu.options-container .options-dropdown {
    height: 3rem;
    line-height: 3rem;
    font-size: 1.16rem;
}

.loading-grid-placeholder {
    display: none;
}

    .loading-grid-placeholder.loading-grid {
        position: absolute;
        display: block;
        background: #f9f9f9;
        top: 0;
        z-index: 999;
        opacity: 1;
    }

.slim-combo-box.e-popup-open > * {
    border-radius: 0px 0px 0.5rem 0.5rem !important;
    border: 1px solid #bab5b5 !important;
}

.e-grid.e-rtl .e-groupheadercell {
    padding: 5px !important;
}

.loading-grid-placeholder.loading-grid .table-header-row {
    padding-left: 0;
}

td.e-summarycell.e-templatecell p {
    margin-bottom: 0 !important;
    line-height: 29px;
    font-size: 1.1667rem;
    color: #8a1538;
}

.full-width .table-row,
.full-width .table-header-row {
    width: 100%;
}

.e-grid .e-filtered::before {
    color: #f8d7da !important;
}

.e-orange-color {
    background: #FFA500;
}

.e-red-color {
    background: #dc3545;
}

.qatarization-items {
    display: flex;
    gap: calc(3.334rem - 2px);
    margin-top: 2px;
}

.qatarization-item {
    background: #FFF;
    border-radius: 6px;
    padding: 1.667rem;
    line-height: 3rem;
    font-size: var(--default-font-size);
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
    margin-left: 2px;
}

    .qatarization-item h3 {
        font-size: 1.1667rem;
        font-weight: 600;
    }

.e-checkbox-wrapper.e-wrapper.form-control.text-center.input-slim > label {
    margin-top: 0 !important;
}

.editable .fa-solid.fa-trash {
    display: none;
}

.editable.allow-edit {
    position: relative;
}

    .editable.allow-edit .fa-solid.fa-trash {
        position: absolute;
        right: 5px;
        left: auto;
        top: 14px;
        font-size: 10px;
        color: #8b2a5b;
    }

    .editable.allow-edit:hover .fa-solid.fa-trash {
        display: block;
        cursor: pointer;
    }

label.assumption-label i.fa-trash {
    right: 3.5rem;
}

button.btn.btn-secondary.third-btn.btn-save.toolbar-buttons {
    background: transparent !important;
    color: #0D4261;
}

.additional-job-title {
    height: 0;
    overflow: hidden !important;
    transition: height 0.5s ease-in-out;
}

    .additional-job-title.active {
        height: 258px !important;
        border: 1px dashed #e3e3e3;
        margin-top: 10px;
        border-radius: 6px;
        padding: 10px 20px;
    }

.table-row.dynamic {
    height: auto;
    padding: 10px;
    text-align: left !important;
}

    .table-row.dynamic * {
        text-align: left !important;
    }

.e-float-text.e-label-top {
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    text-align: left !important;
}


.e-multi-select-wrapper .e-chips {
    background-color: #8b2a5b !important;
}

.table-row.dynamic .e-multiselect .e-multi-select-wrapper {
    padding: 10px 0;
}


.error-log-container.mt-40.ml-40 {
    height: calc((100vh / var(--zoom)) - 287px) !important;
    overflow-y: auto;
}

span.note-template {
    display: none;
    position: absolute;
}



span:hover span.note-template {
    display: block;
    z-index: 99999;
    background: #FFF;
    border-radius: 6px;
    border: 1px solid #e3e3e3;
    padding: 10px;
    box-shadow: 0px 0px 3px rgba(0,0,0,0.1);
    width: 231px;
    text-align: left;
    margin-top: 20px;
}

span.note-template {
    font-weight: 400;
    text-align: right;
}

    span.note-template b {
        font-weight: 700;
    }

    span.note-template > span {
        display: flex;
        gap: 0;
    }

        span.note-template > span b {
            min-width: fit-content;
            flex: 1;
        }

        span.note-template > span i {
            font-style: normal;
            color: #8a1538;
            font-weight: 700;
        }

    span.note-template span {
        border-bottom: 1px solid #e3e3e3;
        font-size: 10px;
    }

        span.note-template span:last-child {
            border: none;
        }

.lang-options {
    margin-right: 40px;
    display: flex;
    align-items: center;
    gap: 0;
}

    .lang-options span:hover,
    .lang-options span.selected {
        background: #8b2a5b;
        color: #FFF;
    }

    .lang-options span {
        display: block;
        height: 36px;
        line-height: 36px;
        padding: 0 10px;
        border: 1px solid #e3e3e3;
        border-radius: 0 6px 6px 0;
        cursor: pointer;
    }

        .lang-options span:first-child {
            border-radius: 6px 0 0 6px;
        }

.power-bi-contaner {
    width: calc((100vw / var(--zoom)) - 255px - 80px);
    margin-left: 40px;
    height: 844px;
    margin-top: 40px;
}

.e-grid th.e-headercell[aria-sort=ascending]:not(.e-columnselection) .e-headertext {
    color: #ffc336;
}
