.multi-dropdown label:hover {
    background: #f6f6f6;
    border-radius: 4px;
}

.option-label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding: 6px 8px;
    border-radius: 6px;
}

.option-label:hover {
    background: #f2f2f2;
}

.option-selected {
    background: #e9f4ff !important;
}

#example1_length {
    display: flex;
    justify-content: center;
    width: 100% !important;
    color: var(--light-color);
    background-color: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
    font-family: Cairo;
}

#example1_length label {
    display: flex;
    align-items: center;
    font-weight: 500;
    color: #2c3e50;
    margin: 0;
}

#example1_length .custom-select {
    min-width: 80px;
    margin: 0 8px;
    padding: 8px 30px 8px 15px;
    border: 1px solid #ced4da;
    border-radius: 6px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 12px;
    appearance: none;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

#example1_length .custom-select:focus {
    outline: none;
    border-color: #4a90e2;
    box-shadow: 0 0 0 3px rgba(74, 144, 226, 0.2);
}

#example1_length .custom-select:hover {
    border-color: #999;
}

/* Center the pagination container */
.pagination-container {
    display: flex;
    justify-content: center;
    overflow: hidden;
}

/* Style the pagination links */
.pagination-container nav {
    display: flex;
    align-items: center;
    gap: 5px;
}

.pagination-container a,
.pagination-container span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    border-radius: 4px;
    text-decoration: none;
    transition: background-color 0.3s, color 0.3s;
}

/* Add hover effects for links */
.pagination-container a:hover {
    background-color: #f0f0f0;
    color: #007bff;
}

/* Active page styling */
.pagination-container span[aria-current="page"] {
    background-color: #007bff;
    color: #fff;
    border-color: #007bff;
    cursor: default;
}

/* Disabled buttons */
.pagination-container span[aria-disabled="true"],
.pagination-container span.cursor-default {
    color: #bbb;
    background-color: #f9f9f9;
    border-color: #ddd;
    cursor: not-allowed;
}

/* Adjust SVG icons (if applicable) */
.pagination-container svg {
    width: 16px;
    height: 16px;
}


.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
}

.pagination button {
    background-color: #007bff;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.pagination button:hover {
    background-color: #0056b3;
}

.pagination form {
    text-align: center;
}

svg {
    display: none;
}

.BlueEHiteHover {
    color: blue;
}

.BlueEHiteHover:hover {
    color: white;
}

.InventoryBalance {
    width: 100%;
    height: 48px;
    padding-left: 48px;
    padding-right: 48px;
    padding-top: 16px;
    padding-bottom: 16px;
    background: #F4F4F4;
    border-radius: 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    display: inline-flex;

}

.TextInventoryBalance {
    text-align: right;
    color: #7A7A7A;
    font-size: 16px;
    font-family: Inter;
    font-weight: 700;
    word-wrap: break-word;
}


.InventoryBalance:hover {
    width: 100%;
    height: 48px;
    padding-left: 48px;
    padding-right: 48px;
    padding-top: 16px;
    padding-bottom: 16px;
    border-radius: 16px;
    border: 3px #2E90FB solid;
    justify-content: center;
    align-items: center;
    gap: 10px;
    display: inline-flex;
    background-color: white;
}

.InventoryBalance:hover .TextInventoryBalance {
    color: #2E90FB;
}

.InventoryBalance:hover .TextInventoryBalance {
    color: #2E90FB;
}


.bottom-right-menu {
    background: #F4F4F4;
}

.line-divider {
    height: 100%;
    width: 16px;
    background-color: #F4F4F4;
    border-radius: 16px;
}

.logo {
    height: 50px;
    /* Adjust the height as needed */
}

.navbar {
    top: 0;
    z-index: 1000;
    /* Ensure the navbar stays on top of other content */
}

.nav-link {
    padding: 10px 15px;
    /* Adjust padding for better spacing */
}

/* Add any other styles to suit your design */


body {
    background-color: #ffff;
}

.text-hero {
    background-color: #3280d2;
}

.navbar-nav {
    direction: rtl;
}

.logo {
    width: 5%;
}

.nav-link {
    position: relative;
}

.nav-link::after {
    opacity: 0;
    transition: 0.2s;
    content: "";
    height: 2px;
    width: 100%;
    background-color: #3280d2;
    position: absolute;
    bottom: 0;
    left: 0;
}

.nav-link:hover::after {
    opacity: 1;
}

.carouselExampleRide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.carousel-item {
    height: 80vh;
}

.carousel-item img {
    height: 100%;
    width: 100%;
}

.card {
    border: none !important;
    box-shadow: none;
}

/* .rounded{
    border-radius: 50px 0px 50px 0;
    background-color: #3280d2;
}
.rounded-1{
    padding: 30px;
    border-radius: 50px 0px 50px 0;
    width: 100%;
} */
.hero-container {
    margin-top: 70px;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.work-text {
    color: #263a87;
}

.work-text-2 {
    color: #3280d2;
}


.form-control {
    text-align: center;
}

.form-control::placeholder {
    text-align: center;
}

select option {
    text-align: center;
}

select option:checked {
    text-align: center;
}

html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
}

.Rectangle_1 {
    background-color: rgba(249, 249, 249, 1);
    position: relative;
    width: 100%;
    height: 100%;
}

#Rectangle_2 {
    fill: rgba(255, 255, 255, 1);
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
}

#Rectangle_3 {
    fill: rgba(255, 255, 255, 1);
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
}

#Rectangle_41 {
    fill: rgba(255, 255, 255, 1);
}

.Rectangle_41 {
    position: relative;
    overflow: visible;
    width: 100%;
    height: 0;
    padding-bottom: 83.9%;
    /* 789/939*100 */
}

.Rectangle_48 {
    position: absolute;
    overflow: visible;
    width: 100%;
    height: auto;
    left: 1448px;
    top: 652px;
}

.clickable {
    cursor: pointer;
    transition: background-color 0.2s ease-in-out;
}

.clickable:hover {
    background-color: #f8f9fa;
}

.clickable:active {
    background-color: #e9ecef;
}

.btn-infoo {
    background-color: rgba(46, 144, 250, 1);
    color: white;
    border-radius: 400px;
    height: 65px;
}

.btn-infoo:hover {
    background-color: rgba(108, 117, 125, 1);
    border-color: rgba(108, 117, 125, 1);
    color: white;
}

.btn-infoo:hover:not(.disabled):not([disabled]):not(.active),
.btn-infoo:focus:not(.disabled):not([disabled]):not(.active) {
    background-color: rgba(108, 117, 125, 1);
    border-color: rgba(108, 117, 125, 1);
    color: white;
}

.btn-infoo:not(:disabled):not(.disabled):active,
.btn-infoo:not(:disabled):not(.disabled).active,
.show>.btn-infoo.dropdown-toggle {
    background-color: rgba(108, 117, 125, 1);
    border-color: rgba(108, 117, 125, 1);
    color: white;
}

.btn-infoo:not(:disabled):not(.disabled):active:focus,
.btn-infoo:not(:disabled):not(.disabled).active:focus,
.show>.btn-infoo.dropdown-toggle:focus {
    box-shadow: none;
}

.btn-secondary:hover {
    background-color: rgba(108, 117, 125, 1);
    border-color: rgba(108, 117, 125, 1);
    color: white;
}

html,
body {
    overflow-x: hidden;
    /* Hide horizontal overflow */
}

.container {
    max-width: 100%;
    /* Ensure the container doesn't extend beyond the viewport width */
}

.btn-outline-danger-1 {
    --bs-btn-color: #000000;
    --bs-btn-border-color: #35dcd4;
    --bs-btn-hover-color: #000000;
    --bs-btn-hover-bg: #35dcd4;
    --bs-btn-hover-border-color: #35dcd4;
    --bs-btn-focus-shadow-rgb: 220, 53, 69;
    --bs-btn-active-color: #35dcd4;
    --bs-btn-active-bg: #35dcd4;
    --bs-btn-active-border-color: #35dcd4;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #35dcd4;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #dc3545;
    --bs-gradient: none;
}

.btn-primary-1 {

    --bs-btn-color: #fff;
    --bs-btn-bg: #0d6efd;
    --bs-btn-border-color: #0d6efd;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0b5ed7;
    --bs-btn-hover-border-color: #0a58ca;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0a58ca;
    --bs-btn-active-border-color: #0a53be;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #0d6efd;
    --bs-btn-disabled-border-color: #0d6efd;
}

/* CSS for the category containers */
.category-container {
    border: 1px solid #ccc;
    padding: 10px;
    margin: 10px;
    background-color: rgba(46, 144, 250, 1);
    border-radius: 5px;
    transition: background-color 0.3s;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* Center vertically */
}

/* Change the background color on hover */
.category-container:hover {
    background-color: rgba(245, 245, 245, 0.9);
}

.category-container p {
    font-size: 18px;
    text-align: center;
    /* Center the text */
}

.category-container i {
    margin-right: 0px;
    font-size: 24px;
}

.buttons-container {
    display: flex;
}

.buttons-container a {
    text-decoration: none;
}

.buttons-container button {
    font-size: 14px;
    padding: 5px 8px;
    border: 20px;
    border-radius: 3px;
    margin-right: 5px;
}

/* Style for the "طلب جديد" button container */


html,
body {
    overflow-x: hidden;
    /* Hide horizontal overflow */
}

.container {
    max-width: 100%;
    /* Ensure the container doesn't extend beyond the viewport width */
}

.logo-img-small {
    max-width: 100px;
    /* Adjust the size as needed */
    max-height: 100px;
    /* Adjust the size as needed */
}

.admin-button {
    background-color: blue;
    color: white;
    width: auto;
    /* Adjust the width as needed */
    padding: 5px 10px;
    /* Adjust padding as needed */
    border-radius: 20px;
    text-decoration: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logout-button {
    background-color: red;
    color: white;
    width: auto;
    /* Adjust the width as needed */
    padding: 5px 10px;
    border-radius: 20px;
    text-decoration: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Adjust the margin as needed for spacing */
.ml-3 {
    margin-left: 15px;
    /* Add margin to create space */
}

/* Additional custom CSS to align items to the left */
.d-flex.align-items-center.justify-content-start {
    justify-content: flex-start;
    align-items: center;
}

.admin-button a {
    text-decoration: none;
    /* Remove the underline */
    color: blue;
    /* Set the initial text color */
}

.admin-button a:hover {
    color: blue;
    /* Set the text color to blue on hover */
}

.admin-button .fa-crown {
    color: white;
    /* Set the initial icon color */
}

.admin-button a:hover .fa-crown {
    color: blue;
    /* Set the icon color to blue on hover */
}


.logout-button a:hover .fa-lock {
    color: #910404;
}

.custom-search-input {
    background-color: #f2f2f2;
    border: none;
    border-bottom: 2px solid #32a1ce;
    padding: 10px 15px;
    font-size: 16px;
    color: #555;
    width: 100%;
    /* Adjust the width as needed */
    border-radius: 5px;
    /* Rounded corners */
    transition: border-color 0.3s;
}

.custom-search-input::placeholder {
    color: #999;
}

.custom-search-input:focus {
    border-bottom: 2px solid #ff6f61;
    outline: none;
}


.search-bar {
    width: 80%;
}

.container-1 {
    margin: 10px;
    position: relative;
    top: 0;
    border: 2px solid #32a1ce;
    border-radius: 50px;
    padding: 5px;
    background-color: #f2f2f2;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    margin-top: auto;
}

select#job option {
    font-size: 120%;
}

/* Media Query for smaller screens */
@media (max-width: 767px) {
    .d-none.d-xl-block {
        display: none;
        /* Hide text for smaller screens */
    }

    .col-4,
    .col-8 {
        width: 50%;
        /* Make both icon and text take 50% width each */
    }
}


.toggle-section {
    position: fixed;
    top: 24;
    bottom: 24;
    right: -400px;
    width: 400px;
    height: auto;
    transition: right 0.5s ease;
    z-index: 1000;
    overflow: hidden;
    background-color: unset;
}

#toggleButton {
    position: fixed;
    top: 36;
    right: 0;
    z-index: 1001;
}

.toggle-section.show {
    right: 0;
}

.btn1 {
    width: 5%;
    height: 5%;
    border-radius: 30px 0px 0px 30px;
    right: 0;
    overflow: hidden;

}

.side {
    z-index: 1000;
}

.categories-side {
    background-color: white;
    border-radius: 50px 0px 0px 50px;
    /* margin-top: 24px; */
    margin-bottom: 24px;
    overflow: scroll;
    overflow-x: hidden;
}

.card-categories {
    width: 100%;
    border-radius: 5px;
    text-align: center;
    transition: transform 1s ease;
    box-shadow: 1px 1px 1px 1px rgb(195, 195, 217);
    padding: 10px;
}

.card-categories:hover {
    transform: scale(0.95);
}

.buttons-copy {
    display: none;
    visibility: hidden;
    width: 0;
    height: 0;
}

.buttons-csv {
    display: none;
    visibility: hidden;
    width: 0;
    height: 0;
}

.buttons-excel {
    display: none;
    visibility: hidden;
    width: 0;
    height: 0;
}

.buttons-pdf {
    display: none;
    visibility: hidden;
    width: 0;
    height: 0;
}

.buttons-print {
    display: none;
    visibility: hidden;
    width: 0;
    height: 0;
}


.form-control-sm {
    width: 100%;
}

.dataTables_filter {
    height: 100%;
}

.dataTables_filter label {
    width: 100%;
    height: 100%;

}

.dataTables_filter input {
    width: 90% !important;
    height: 100%;

}

.col-sm-12 .btn-group {
    width: 100%;
}

.buttons-colvis {
    width: 50% !important;
    background-color: #0d6efd;
    color: white;
}


.buttons-columnVisibility {
    background-color: #0d6efd;
    color: white;
    width: 160px;
    text-align: right;
}



.toggle-section {
    min-height: 88vh;
    max-width: 768px;
    overflow-y: auto;
}

@media (max-width: 768px) {
    .col-12.col-md-6 {
        width: 50%;
    }

    .icon-container {
        width: 100%;
    }

    .text-container {
        display: none;
    }
}


html,
body {
    height: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
}

.container-fluid {
    flex: 1;
    position: relative;
    /* Relative positioning for footer */
}

footer {
    background: #ffffff;
    position: relative;
    /* Change to relative for normal behavior */
    width: 100%;
    /* Full width */
}

footer.fixed {
    position: fixed;
    /* Fix footer to bottom */
    bottom: 0;
    left: 0;
    right: 0;
}

body {
    transition: margin-left 0.3s;
}

#sidebar {
    transition: width 0.3s, opacity 0.3s;
    width: 200px;
    opacity: 1;
    height: 100vh;
    position: fixed;
    z-index: 1;
}

#sidebar.collapsed {
    width: 0;
    opacity: 0;
    overflow: hidden;
}

#main-content {
    transition: margin-left 0.3s;
    margin-left: 200px;
    height: auto;
    overflow-y: auto;
    margin-top: 56px;
}

.toggle-btn {
    cursor: pointer;
}

.container-fluid {
    padding-left: 0;
}

@media (max-width: 768px) {
    #sidebar {
        width: 0;
    }

    #main-content {
        margin-left: 0;
    }
}

.custom-dropdown {
    position: relative;
    display: inline-block;
}

.custom-dropdown-menu {
    display: none;
    position: absolute;
    background-color: white;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1);
    z-index: 1;
    list-style: none;
    padding: 0;
    margin: 0;
}

.custom-dropdown-menu li {
    display: block;
}

.custom-dropdown-item {
    display: block;
    padding: 8px 16px;
    color: black;
    text-decoration: none;
    background-color: white;
    white-space: nowrap;
}

.custom-dropdown-item:hover {
    background-color: #f1f1f1;
}

.btn {
    cursor: pointer;
}

.form-control {
    overflow: hidden;
    border-color: none;
}

.custom-dropdown {
    position: relative;
}

.dropdown-button {
    padding: 10px;
    background-color: #28a745;
    color: white;
    border: none;
    cursor: pointer;
}

.dropdown-menu {
    display: none;
    position: absolute;
    right: 0;
    top: 100%;
    min-width: 256px;
    background-color: white;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 1;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.dropdown-menu li a {
    display: block;
    padding: 10px;
    color: black;
    text-decoration: none;
}

.dropdown-menu li a:hover {
    background-color: #f1f1f1;
}

.fixed-size-image {
    width: 100%;
    height: 150px;
    /* Adjust height as needed */
    object-fit: cover;
    /* Ensures the image scales without distortion */
}

.card {
    margin: 0 auto;
}

.cardimage {
    margin: 0 auto;
    height: 256px;
}

.cardimage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.custom-btn {
    color: #0D47A1 !important;
    transition: color 0.3s ease-in-out;
}

.custom-btn:hover {
    color: white !important;
}

.alt-dropdown-trigger {
    padding: 5px 10px;
    font-size: 14px;
    background-color: #6c757d;
    color: #fff;
    border: none;
    cursor: pointer;
    border-radius: 5px;
}

.alt-dropdown-list {
    display: none;
    position: absolute;
    right: 0;
    top: 100%;
    background-color: #fff;
    min-width: 180px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    z-index: 1000;
    list-style: none;
    padding: 0;
    margin: 5px 0 0 0;
    border-radius: 5px;
}

.alt-dropdown-list li a {
    display: block;
    padding: 10px 15px;
    color: #333;
    text-decoration: none;
}

.alt-dropdown-list li a:hover {
    background-color: #f1f1f1;
}

.custom-tooltip {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.custom-tooltip .tooltip-text {
    display: none;
    max-width: 350px;
    background-color: #333;
    color: #fff;
    text-align: right;
    padding: 10px;
    border-radius: 5px;
    position: fixed;
    /* 🟢 fix tooltip to screen */
    z-index: 9999;
    white-space: normal;
    font-size: 13px;
    line-height: 1.6;
    word-wrap: break-word;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    overflow-wrap: break-word;
    max-height: 400px;
    overflow-y: auto;
    pointer-events: none;
}

.toggle-section {
    transition: all 0.3s ease-in-out;
}

.toggle-section.show {
    display: block !important;
}

.btn-outline-primary:hover,
.btn-outline-secondary:hover {
    background-color: #0d6efd;
    color: white;
}

.sidebarleftbutton {
    position: fixed;
    width: 128px;
    direction: ltr;
    z-index: 1100;
}

.sidebarleft {
    position: fixed;
    left: -752px;
    top: 170px;
    width: 752px;
    height: auto;
    background-color: #f8f9fa;
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 0 16px 16px 0;
    transition: left 0.3s ease;
    z-index: 1000;
}

.sidebarleft.show {
    left: 0;
    /* Change from right to left */
}

.btn1 {
    cursor: pointer;
    display: flex;
    position: fixed;
    justify-content: left;
    /* Adjust button position to match the left side */
    z-index: 1001;
}

.systemtable {
    font-size: 0.95rem;
}

.systemtable th {
    white-space: nowrap;
}

.table-primary {
    background-color: #e7f5ff;
}

.table-warning {
    background-color: #fff9db;
}

.table-danger {
    background-color: #fff5f5;
}

.table-info {
    background-color: #f3f9fe;
}

.table-success {
    background-color: #ebfbee;
}


.alert-box {
    background: #fff8dc;
    color: #333;
    border: 2px solid #f4c542;
    border-radius: 16px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    padding: 16px 20px;
    font-size: 1rem;
    margin-bottom: 20px;
    position: relative;
    transition: all 0.5s ease;
}

.alert-box.hide {
    opacity: 0;
    height: 0;
    overflow: hidden;
    padding: 0;
    margin: 0;
}

.alert-box .close-btn {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}



.branch-card {
    border-radius: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: none;
}

.branch-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.stat-card {
    padding: 15px;
    border-radius: 8px;
    height: 100%;
    display: flex;
    align-items: center;
}

.bg-light-blue {
    background-color: #e6f2ff;
}

.bg-light-green {
    background-color: #e6ffe6;
}

.bg-blue {
    background-color: #0066cc;
}

.bg-green {
    background-color: #00aa55;
}

.stat-icon {
    margin-left: 15px;
    color: #555;
}

.stat-content {
    text-align: center;
    align-items: center;
    width: 100%;
}

.stat-content h6 {
    font-size: 0.9rem;
    color: #555;
    margin-bottom: 5px;

}

.stat-content h3 {
    font-weight: 700;
    color: #333;
}

.engineer-list {
    max-height: 250px;
    overflow-y: auto;
}

.engineer-link {
    color: #333;
    transition: color 0.2s;
}

.engineer-link:hover {
    color: #0066cc;
}

.card-header[aria-expanded="true"] .toggle-icon {
    transform: rotate(180deg);
}

.toggle-icon {
    transition: transform 0.3s ease;
}

.bg-light-blue {
    background-color: #e6f2ff;
}

.text-dark-blue {
    color: #004080;
}

.bg-light-yellow {
    background-color: #fff2cc;
}

.text-dark-yellow {
    color: #806000;
}

.bg-light-purple {
    background-color: #f0e6ff;
}

.text-dark-purple {
    color: #4d0099;
}

.bg-light-gray {
    background-color: #f5f5f5;
}

.text-dark-gray {
    color: #333333;
}

.bg-light-green {
    background-color: #e6ffe6;
}

.text-dark-green {
    color: #006600;
}

.bg-light-orange {
    background-color: #ffebcc;
}

.text-dark-orange {
    color: #994d00;
}

.bg-light-pink {
    background-color: #ffe6f2;
}

.text-dark-pink {
    color: #99004d;
}

.bg-light-teal {
    background-color: #e6fff9;
}

.text-dark-teal {
    color: #00664d;
}

/* Card styling */
.card {
    border-radius: 8px;
    overflow: hidden;
}

.rounded {
    border-radius: 6px !important;
}

/* Accordion styling */
.accordion-button:not(.collapsed) {
    background-color: #f5f5f5;
}

.accordion-button:focus {
    box-shadow: none;
    border-color: rgba(0, 0, 0, 0.125);
}

.star-rating {
    direction: rtl;
    display: inline-flex;
    font-size: 2rem;
    unicode-bidi: bidi-override;
}

.star-rating input {
    display: none;
}

.star-rating label {
    color: #ccc;
    cursor: pointer;
    transition: color 0.2s;
}

.star-rating input:checked~label,
.star-rating label:hover,
.star-rating label:hover~label {
    color: gold;
}

/* Responsive adjustments */
@media (max-width: 767.98px) {

    .col-6,
    .col-12 {
        margin-bottom: 8px;
    }
}

@media (max-width: 768px) {
    .stat-card {
        flex-direction: column;
        text-align: center;
    }

    .stat-icon {
        margin-left: 0;
        margin-bottom: 10px;
    }
}

@media (max-width: 450px) {
    .table-responsive {
        overflow-x: hidden;
    }

    table.systemtable,
    table.systemtable thead,
    table.systemtable tbody,
    table.systemtable th,
    table.systemtable td,
    table.systemtable tr {
        display: block;
        width: 100%;
    }

    table.systemtable {
        border-collapse: collapse;
    }

    table.systemtable thead {
        display: none;
    }

    table.systemtable tbody tr {
        display: flex;
        flex-direction: column;
        margin-bottom: 1rem;
        border: 1px solid #dee2e6;
        border-radius: 0.5rem;
        background-color: #fff;
        padding: 0.5rem;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
    }

    table.systemtable td {
        display: flex;
        justify-content: space-between;
        align-items: center;
        text-align: right;
        padding: 0.5rem 0.75rem;
        border: none;
        border-bottom: 1px solid #dee2e6;
        font-size: 0.85rem;
        /* Slightly reduced font for better fit */
        word-break: break-word;
        position: relative;
    }

    table.systemtable td::before {
        content: attr(data-label);
        font-weight: bold;
        color: #6c757d;
        margin-left: auto;
        margin-right: 1rem;
        display: block;
    }

    table.systemtable td:last-child {
        border-bottom: none;
    }

    .table-primary,
    .table-info,
    .table-success,
    .table-warning,
    .table-dark {
        display: block;
        width: 100%;
    }

    .bg-assets {
        background-color: #dbeeff;
    }

    .bg-current-assets {
        background-color: #fff8d1;
    }

    .bg-non-current-assets {
        background-color: #f8f9fa;
    }

    .bg-liabilities {
        background-color: #ffe5e5;
    }

    .bg-equity {
        background-color: #e5fff0;
    }

    .bg-total {
        background-color: #212529;
        color: white;
    }
}