@font-face {
    font-family: "Loew Next Arabic";
    src: url("./font/LoewNextArabicBold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Loew Next Arabic";
    src: url("./font/LoewNextArabic-Regular.otf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Loew Next Arabic";
    src: url("./font/LoewNextArabicThin.ttf") format("truetype");
    font-weight: thin;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Loew Next Arabic";
    src: url("./font/LoewNextArabicBlack.ttf") format("truetype");
    font-weight: black;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Loew Next Arabic";
    src: url("./font/LoewNextArabicMedium.ttf") format("truetype");
    font-weight: medium;
    font-style: normal;
    font-display: swap;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.background {
    height: 100vh;
    margin-bottom: 25px;
    margin-top: 100px;
}

.breadcrumb-form {
    color: var(--accent);
}

.delete-icon {
    color: var(--accent);
    font-size: 20px;
}

.header-section {
    position: fixed;
    top: 0;
    inset-inline-start: 0;
    width: 100%;
    z-index: 999;
    background-color: white;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    padding: 10px 20px;
    margin-top: 0;
}

.main-title h2 {
    font-size: 24px;
    /* Adjust font size */
    font-weight: 700;
    font-family: "Loew Next Arabic";
    padding-inline-start: 80px;
    text-align: center;
    /* Center align the text */
}

.layout-wrapper {
    display: flex;
    /* Use flexbox to lay them side by side */
    justify-content: space-between;
}

.left-body,
.right-body {
    flex: 1;
}

.left-body {
    flex: 1;
    padding-inline-start: 270px;
    padding-inline-end: 30px;
    width: 500px;
}

.dashbrd {
    font-family: "Loew Next Arabic";
    font-size: 12px;
    color: rgba(0, 0, 0, 0.58);
}

.offcanvas-body {
    height: 100%;
    width: 280px;
    position: fixed;
    border-start-end-radius: 20px;
    border-end-end-radius: 20px;
    inset-inline-start: 0;
    background-color: var(--accent);
    padding-top: 20px;
    padding: 60px 27px;
}

    .offcanvas-body a:hover {
        color: var(--accent);
        background-color: #ffffff;
    }

    .offcanvas-body ul,
    .offcanvas-body .submenu {
        list-style-type: none;
        margin: 0;
        padding-left: 0;
        padding-inline-start: 0;
    }

    .offcanvas-body a i {
        margin-inline-end: 10px;
    }

    .offcanvas-body a {
        text-decoration: none;
        font-size: 16px;
        color: #ffffff;
        display: block;
        font-family: "Loew Next Arabic";
    }

    .offcanvas-body .submenu a {
        font-weight: normal !important;
        font-size: 13px;
        padding: 10px 3px;
    }

    .offcanvas-body .active {
        background-color: var(--accent);
    }

    .offcanvas-body ul li {
        margin-bottom: 19px;
        color: #ffffff;
        position: relative;
    }

    .offcanvas-body .submenu li {
        padding-left: 16px;
        padding-right: 16px;
        border-bottom: none;
        list-style-type: none;
    }

        .offcanvas-body .submenu li a::after {
            content: "";
            background-image: url(../../Images/Vector.svg);
            /* Correct path to the down arrow */
            background-repeat: no-repeat;
            background-position: center;
            width: 16px;
            /* Adjust the size of the arrow */
            height: 16px;
            /* Adjust the size of the arrow */
            margin-inline-start: 10px;
            /* Space between the text and the arrow */
            display: inline-block;
            position: absolute;
            /* Absolutely position the arrow */
            inset-inline-end: 10px;
            /* Align it to the right edge of the parent */
            top: 50%;
            /* Vertically center the arrow */
            transform: translateY(-50%);
            /* Fine-tune the vertical alignment */
        }

.sidenav {
    height: 827px;
    width: 260px;
    position: fixed;
    border-start-end-radius: 30px;
    border-end-end-radius: 30px;
    inset-inline-start: 0;
    background-color: var(--accent);
    padding: 60px 27px;
/*    z-index: 10000;*/
}

.sidebar-image {
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 0;
    inset-inline-start: 0;
    padding-inline-start: 0;
    padding-inline-end: 0;
}

.custom-menu {
    transform: translate(2px, 16px) !important;
    font-size: 12px;
}

.sidenav ul,
.sidenav .submenu {
    list-style-type: none;
    margin: 0;
    padding-left: 0;
    padding-inline-start: 0;
}

.submenu {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
    /* Ensures the dropdown is positioned relative to the submenu */
    z-index: 10;
    /* Ensure the submenu stays on top of other items */
}

.sidenav a i {
    margin-inline-end: 10px;
}

.sidenav a {
    text-decoration: none;
    font-size: 16px;
    color: #ffffff;
    display: block;
    font-family: "Loew Next Arabic";
}

.sidenav .submenu a {
    font-weight: normal !important;
    font-size: 13px;
    padding: 10px 3px;
}

.sidenav a:hover {
    color: var(--accent);
    background-color: #ffffff;
}

.content {
    margin-inline-start: 260px;
    padding: 15px;
}

.sidenav .active {
    background-color: var(--accent);
}

.sidenav ul li {
    margin-bottom: 19px;
    color: #ffffff;
    position: relative;
}

.sidenav .submenu li {
    padding-left: 2px;
    padding-right: 0;
    border-bottom: none;
    list-style-type: none;
}

.submenu-toggle {
    padding: 0px !important;
    margin-bottom: 19px;
    font-size: 16px;
    font-family: "Loew Next Arabic";
}

.dropdown-toggle::after {
    content: "";
    font-family: "FontAwesome";
    position: absolute;
    inset-inline-end: 10px;
}

.custom-toggle::after {
    content: "";
    font-family: "FontAwesome";
    position: absolute;
    /* right: 0px; */
    top: 50%;
    inset-inline-start: 260px;
    font-size: 20px;
    color: var(--accent);
}

.dropdown-toggle {
    position: relative;
    padding-inline-end: 25px;
    /* Adds space for the right-aligned arrow */
}

.sidenav .submenu .dropdown button {
    background-color: transparent;
    border: none;
    color: #ffffff;
    font-size: 16px;
    position: relative;
    padding-inline-end: 25px;
    display: flex;
    align-items: center;
    width: 100%;
}

.sidenav .submenu,
.sidenav .submenu li a,
.sidenav .submenu .dropdown button,
.sidenav .submenu .dropdown-item {
    font-family: "Loew Next Arabic";
    font-size: 14px;
}

    .sidenav .submenu .dropdown {
        position: relative;
        /* Position the dropdown inside the submenu */
    }

        .sidenav .submenu .dropdown button::after {
            content: "";
            background-image: url(../../Images/Vector.svg);
            background-repeat: no-repeat;
            background-position: center;
            width: 16px;
            height: 16px;
            position: absolute;
            inset-inline-end: 5px;
            top: 50%;
            transform: translateY(-50%);
        }

.custom-menu {
    background: none;
    border: none;
}

/* Modal Style */
.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    z-index: 1;
    /* Sit on top */
    inset-inline-start: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    /* Black background with opacity */
}

.modal-content {
    background-color: #fff;
    margin: 15% auto;
    padding-top: 32px;
    padding-bottom: 64px;
    padding-inline-start: 32px;
    padding-inline-end: 32px;
    border: 1px solid #888;
    border-radius: 25px;
    max-width: 896px;
}

.close, .modal-close {
    color: var(--accent);
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    top: 10px;
    inset-inline-end: 25px;
    text-decoration: none;
}

.modal-close {
    font-size: 15px;
}

.modal-image {
    width: 85px;
    height: 100px;
}

.close, .modal-close {
    color: var(--accent);
    /* Ensure the initial color is set (or use your default color) */
    text-decoration: none;
    cursor: pointer;
    width: 44px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .close:hover, .modal-close:hover,
    .close:focus,
    .modal-close:focus {
        color: var(--accent);
        /* Apply the secondary color on hover */
        text-decoration: none;
        cursor: pointer;
        background-color: var(--accent-soft);
        /* var(--accent) at 14% opacity */
        border-radius: 50%;
    }

.filter-heading {
    font-size: 20px;
    color: var(--accent);
    font-family: "Loew Next Arabic";
    font-weight: 700;
}

.date-heading, .reset-heading {
    font-size: 16px;
    font-family: "Loew Next Arabic";
    font-weight: 500;
}

.reset-heading {
    font-size: 14px;
    color: var(--accent);
}

.date-form {
    font-size: 14px;
    font-weight: 500;
    font-family: "Loew Next Arabic";
    color: rgba(0, 0, 0, 0.6);
}

/* Customizing the input color and background */
/* Customizing the input color and background */
input[type=date] {
    /* Custom background color */
    color: #000000;
    /* Text color */
    font-size: 14px;
    font-weight: 500;
    padding: 10px 19px;
    font-family: "Loew Next Arabic";
    /* Space for the icon */
}

.selection-field .form-select {
    font-size: 14px;
    height: 45px;
    padding: 10px 19px;
    border-radius: 8px;
    border: 1px solid #ccc;
    color: #000000;
    background-color: #fff;
    font-family: "Loew Next Arabic";
    font-weight: 500;
}

.filter-field input {
    font-size: 14px;
    height: 45px;
    min-width: 820px;
    padding: 10px 19px;
    border-radius: 8px;
    border: 1px solid #ccc;
    color: #000000;
    background-color: #fff;
    font-family: "Loew Next Arabic";
    font-weight: 500;
    outline: none;
}

.custom-item {
    color: #fff;
    padding: 2px 10px;
    font-size: 14px;
    display: block;
    background-color: none;
    line-height: 0.1;
}

    .custom-item:hover {
        color: var(--accent);
        background-color: #ffffff;
    }

.sidenav .submenu li a:hover,
.sidenav .submenu .dropdown button:hover,
.sidenav .submenu .custom-item:hover {
    background-color: white;
    color: var(--accent);
}

.sidenav .submenu li a:hover {
    background-color: white;
    color: var(--accent);
}

.sidenav .submenu .custom-item:hover {
    background-color: #ffffff;
    color: var(--accent);
}

.sidenav .submenu .custom-item.active {
    background-color: #0056b3;
    color: white;
}

.search-input {
    font-size: 16px;
    padding-inline-start: 50px;
    width: 369px !important;
    height: 42px;
    font-family: "Loew Next Arabic";
    box-shadow: none;
    border: none;
    background-color: rgba(0, 0, 0, 0.03);
}

    .search-input:focus {
        outline: none;
        border: none;
    }

.dropdown-container {
    display: flex;
    height: 45px;
}

.drp-button {
    font-size: 16px;
    font-weight: 700;
    background-color: rgba(0, 0, 0, 0.03);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    white-space: nowrap;
    padding-inline-start: 15px;
    border: none;
}

.listdrp-button {
    color: #ffffff;
    font-size: 12px;
}

.sts-button {
    font-size: 12px;
}

#checkbox:checked {
    background-color: var(--accent);
    color: #fff;
}

#checkbox2:checked {
    background-color: var(--accent);
    color: #fff;
}

#checkbox:focus {
    border-color: var(--accent);
    /* Custom border color when focused */
    box-shadow: 0 0 1px 1px var(--accent-soft-strong);
    /* Custom focus box shadow */
}

.dropdown-menu {
    margin-top: 5px;
}

    .dropdown-menu .dropdown-item {
        padding: 10px 20px;
        font-size: 16px;
    }

        .dropdown-menu .dropdown-item:hover {
            background-color: #f8f9fa;
        }

.main-heading {
    margin-inline-start: 55px;
    font-family: "Loew Next Arabic";
    font-size: 24px;
}

.search-icon {
    font-size: 18px;
    color: var(--accent);
}

.input-group-text {
    position: absolute;
    inset-inline-start: 10px;
    top: 5px;
    background-color: transparent;
    border: none;
}

.circle {
    width: 35px;
    width: 30px;
    /* Set the size of the circle */
    height: 30px;
    /* Set the size of the circle */
    border-radius: 50%;
    /* Makes it a perfect circle */
    background-color: var(--accent);
    /* Circle color (blue in this case) */
    color: white;
    /* Text color inside the circle */
    font-weight: bold;
    /* Make the "B" bold */
    display: flex;
    justify-content: center;
    /* Horizontally center the "B" */
    align-items: center;
    /* Vertically center the "B" */
    margin-inline-end: 10px;
}

.fl-button {
    cursor: pointer;
    background-color: #f8f9fa;
    padding: 10px 12px;
    font-size: 16px;
    font-family: "Loew Next Arabic";
    font-weight: normal;
    display: flex;
    /* Flexbox for alignment */
    align-items: center;
    /* Align items vertically */
    justify-content: center;
    /* Align items horizontally */
}

    .fl-button i {
        margin-inline-end: 8px;
        color: var(--accent);
        font-size: 25px;
    }

    .fl-button span.filter-text {
        color: var(--accent);
        /* Change this color to whatever you want for the text */
    }

.left-part {
    font-size: 10px;
}

.creates-button, .savenew-button {
    background-color: var(--accent);
    color: #ffffff;
    padding-inline-start: 12px;
    padding-inline-end: 12px;
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 16px;
    align-items: center;
    cursor: pointer;
    font-family: "Loew Next Arabic";
    font-weight: normal;
    text-decoration: none;
}

.savenew-button {
    margin-inline-start: 300px;
}

.thead-rounded th {
    padding: 12px;
    color: var(--accent);
    background-color: rgba(0, 0, 0, 0.04);
    font-size: 16px;
    font-family: "Loew Next Arabic";
}

table thead :first-child {
    border-start-start-radius: 20px;
    border-end-start-radius: 20px;
}

table thead :last-child {
    border-start-end-radius: 20px;
    border-end-end-radius: 20px;
}

.content-box td {
    background-color: rgba(0, 0, 0, 0.02);
}

.content-box {
    font-size: 14px;
    padding: 6px 16px;
    font-family: "Loew Next Arabic";
}

tbody tr :first-child {
    border-start-start-radius: 20px;
    border-end-start-radius: 20px;
}

tbody tr :last-child {
    border-start-end-radius: 20px;
    border-end-end-radius: 20px;
}

table {
    border-collapse: separate;
    border-spacing: 0 15px;
}

.table-status {
    max-width: 100px;
    /* Set a max-width to constrain the overall size */
    width: auto;
}

.status-draft {
    background-color: #C8C9CA;
    color: #212121;
    width: auto;
    max-width: 170px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    font-size: 10px;
}

.status, .table-status {
    background-color: var(--accent);
    color: #ffffff;
    font-family: "Loew Next Arabic";
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    max-width: 170px;
    border-radius: 50px;
    font-size: 10px;
}

/* Remove border from the entire pagination component */
/* Remove border from pagination */
.pagination {
    border: none;
}

    /* Style page link without borders */
    .pagination .page-link {
        border: none;
        box-shadow: none;
        padding: 4px 8px;
        color: #333333;
        background-color: transparent;
        border-radius: 50px;
        font-size: 16px;
    }

    /* Page text like "Page 1" */
    .pagination .page-item.disabled .page-link {
        background-color: transparent;
        color: #333333;
        font-weight: 600;
    }

    /* Hover effect for page links */
    .pagination .page-link:hover {
        background-color: var(--accent);
        color: #ffffff;
    }

    /* Active page number style */
    .pagination .page-item.active .page-link {
        background-color: #333333;
        color: white;
    }

    /* Style for Previous and Next icons */
    .pagination .page-link span {
        font-size: 16px;
    }

    /* Style ellipses (...) */
    .pagination .page-item.disabled .page-link {
        color: #333333;
    }

.icon {
    margin-top: 70px;
    opacity: 0.5;
}

.line-input {
    border: none;
    border-bottom: 0.5px solid rgba(0, 0, 0, 0.2);
    background: transparent;
    font-size: 30px;
    outline: none;
    font-family: "Loew Next Arabic";
}

input::-moz-placeholder {
    color: rgba(0, 0, 0, 0.2);
    /* Replace with your desired color */
}

input::placeholder {
    color: rgba(0, 0, 0, 0.2);
    /* Replace with your desired color */
}

.form-button {
    padding: 10px 26px;
    font-size: 16px;
    font-family: "Loew Next Arabic";
    font-weight: 700;
    color: var(--accent);
    background-color: var(--accent);
    color: #ffffff;
    padding-top: 11px;
    text-decoration: none;
}

.add-form {
    height: auto;
    background-color: rgba(0, 0, 0, 0.05);
    padding: 10px 10px 25px 10px;
    border-radius: 10px;
    transition: height 0.3s ease;
}

.formTable-heading h2 {
    font-size: 30px;
    font-weight: 700;
    font-family: "Loew Next Arabic";
}

.field-div {
    background: #ffffff;
    margin: 0px;
    padding: 30px 30px 0 30px;
}

.theme-button {
    padding: 10px 15px;
    font-size: 14px;
    font-family: "Loew Next Arabic";
    font-weight: 500;
    background-color: var(--accent);
    color: #ffffff;
    border: 1px solid #ffffff !important;
}

.operationButton{
    margin-left:20px;
}

.save-form {
    height: auto;
    /* Default height to adjust based on content */
    min-height: 300px;
    /* Minimum height to keep it looking good initially */
    background-color: rgba(0, 0, 0, 0.1);
    padding: 30px;
    border-radius: 10px;
    transition: height 0.3s ease;
    /* Smooth transition when height changes */
}

.form-check-input {
    border-color: var(--accent);
}

    .form-check-input[type=checkbox] {
        border-radius: 50;
    }

.custom-text {
    margin: 0;
    font-size: 12px;
    font-family: "Loew Next Arabic";
}

.choice-text {
    font-size: 14px;
    font-family: "Loew Next Arabic";
}

.form-select:focus {
    border-color: var(--accent);
    /* Highlight border color on focus */
    box-shadow: 0 0 0 0.2rem var(--accent-soft);
    /* Focus shadow */
}

.form-select {
    font-family: "Loew Next Arabic";
    font-weight: 400;
    font-size: 14px;
    color: #000000;
}

.select-field {
    display: flex;
    align-items: center;
    margin-top: 20px;
    padding-inline-start: 10px;
    padding-inline-end: 10px;
}

    .select-field h6 {
        font-size: 14px;
        font-family: "Loew Next Arabic";
        font-weight: 700;
        margin-bottom: 5px;
        min-width: 300px;
        max-width: 300px;
    }

    .select-field .select-box {
        width: 1140px;
        margin-inline-start: 150px;
    }

.card-button, .fields .field-button {
    border: 1px solid var(--accent) !important;
    background-color: #ffffff;
    color: var(--accent);
    height: 30px;
    width: 150px;
    border: none;
    cursor: pointer;
}

.select-fields {
    display: flex;
    align-items: center;
    margin-top: 20px;
    padding-inline-start: 10px;
    padding-inline-end: 10px;
}

    .select-fields h6 {
        font-size: 16px;
        font-family: "Loew Next Arabic";
        font-weight: 700;
        margin-bottom: 5px;
        min-width: 300px;
        max-width: 300px;
    }

.form-checkbox {
    margin-inline-end: 10px;
    height: 18px;
    width: 18px;
    color: var(--accent);
}

.title-field {
    display: flex;
    align-items: center;
    margin-top: 20px;
    flex-wrap: wrap;
}

    .title-field h6 {
        font-size: 16px;
        font-family: "Loew Next Arabic";
        width: 11%;
        font-weight: 700;
    }

    .title-field .title-box {
        height: 45px;
        border-radius: 5px;
        margin-inline-start: 20px;
    }

    .title-field input::-webkit-input-placeholder {
        font-family: "Loew Next Arabic";
        font-size: 14px;
        font-weight: 400;
        color: rgba(0, 0, 0, 0.5);
    }

.check-button, .choice-button {
    border: 1px solid var(--accent) !important;
    background-color: #ffffff;
    color: var(--accent);
    padding: 10px 24px;
    border: none;
    cursor: pointer;
}

.choice-button {
    padding: 7px 24px;
}

.publish-button, .save-button {
    padding: 10px 24px;
    font-size: 14px;
    font-weight: 500;
    font-family: "Loew Next Arabic";
    background-color: var(--accent);
    color: #ffffff;
    cursor: pointer;
}

.save-button {
    font-size: 12px;
}

.draft-button {
    cursor: pointer;
    padding: 10px 24px;
    font-size: 14px;
    font-family: "Loew Next Arabic";
    font-weight: 500;
    color: var(--accent);
    background-color: #ffffff;
    border: 1px solid var(--accent) !important;
}

.submenu-toggle {
    padding: 5px;
    margin-bottom: 19px;
}

.offcanvas-btn-bottom {
    position: fixed;
    top: 150px;
    padding-inline-end: 15px;
    transform: translateX(30%);
    z-index: 1050;
    background-color: var(--accent);
    color: #ffffff;
}

.edit-icon {
    border-radius: 50%;
}

/* Initially hide the new validation section */
.edit-form {
    height: auto;
    min-height: 800px;
    background-color: rgba(0, 0, 0, 0.05);
    padding: 40px;
    border-radius: 10px;
    transition: height 0.3s ease;
    /* Smooth transition when height changes */
}

.edit-field {
    align-items: center;
    margin-top: 20px;
}

    .edit-field h6 {
        font-size: 16px;
        font-family: "Loew Next Arabic";
        min-width: 150px;
        max-width: 150px;
        font-weight: 700;
    }

    .edit-field input::-webkit-input-placeholder {
        font-family: "Loew Next Arabic";
        font-size: 14px;
        font-weight: 700;
        color: #000000;
    }

.save-group {
    border-radius: 10px;
    padding: 10px 19px;
    background-color: #F3F3F3;
}

.add-group {
    border-radius: 10px;
    padding: 10px 19px;
    height: 45px;
}

.type-group {
    font-size: 14px;
    height: 45px;
    color: rgba(0, 0, 0, 0.5);
}

.cb-button {
    margin-inline-end: 8px;
    font-size: 25px;
}

.ed-button, .plus-button {
    font-size: 20px;
    color: var(--accent);
}

.plus-button {
    font-size: 15px;
}

.new-field {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    align-items: center;
    margin-bottom: 50px;
    padding-bottom: 30px;
}

    .new-field h6 {
        font-size: 16px;
        font-family: "Loew Next Arabic";
        min-width: 150px;
        max-width: 150px;
        font-weight: 700;
    }

    .new-field input::-webkit-input-placeholder {
        font-family: "Loew Next Arabic";
        font-size: 14px;
        font-weight: 700;
        color: #000000;
    }

.validation-text {
    font-size: 16px;
    font-family: "Loew Next Arabic";
    font-weight: bold;
}

.section-box {
    height: 45px;
    border-radius: 5px;
    font-family: "Loew Next Arabic";
    font-weight: bold;
    font-size: 14px;
}

    .section-box input::-webkit-input-placeholder {
        font-family: "Loew Next Arabic";
        font-size: 14px;
        font-weight: 500;
        color: #000000;
    }

.choice-checkbox {
    margin-inline-end: 100px;
    font-size: 14px;
}

.edit-field.first-field {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 35px;
}

.footer {
    display: flex;
    bottom: 0;
    inset-inline-start: 0;
    inset-inline-end: 0;
    align-items: center;
    position: fixed;
    padding: 40px 30px;
    background-color: #fff;
    z-index: 9999;
    margin-top: auto;
    /* Push footer to the bottom */
}

.number-container {
    position: relative;
    width: 200px;
}

.input-wrapper {
    display: flex;
    align-items: center;
    position: relative;
}

.number-input {
    width: 100%;
    padding: 8px 30px 8px 8px;
    /* Ensure space for the buttons */
    font-size: 13px;
    border: 1px solid #ccc;
    border-radius: 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-sizing: border-box;
}

.spinner-buttons {
    position: absolute;
    inset-inline-start: 260px;
    /* Position the buttons inside the input field */
    top: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    padding: 5px;
}

    .spinner-buttons button {
        background-color: transparent;
        /* No background */
        border: none;
        /* No border */
        font-size: 12px;
        /* Size of the increment and decrement buttons */
        cursor: pointer;
        padding: 0;
        /* No padding between buttons */
        margin: 0;
        /* No margin between buttons */
        height: 40%;
        /* Ensure each button takes up equal space */
    }

    .spinner-buttons .increment {
        color: var(--accent);
        /* Color for the increment button */
    }

    .spinner-buttons .decrement {
        color: var(--accent-soft-strong);
        /* Different color for the decrement button (e.g., Tomato red) */
    }

.modal-header {
    padding: 10px 24px;
}

.modal-body {
    font-size: 22px;
    font-weight: 700;
    font-family: "Loew Next Arabic";
    color: #172243;
}

.modal-thin {
    font-size: 16px;
    font-weight: 400;
    color: #434C68;
}

    .modal-body p,
    .modal-thin p {
        margin-bottom: 0;
    }

.formTable {
    width: 100%;
    border-collapse: collapse;
    /* Ensures no space between table borders */
}

    .formTable th,
    .formTable td {
        padding: 10px 18px;
        /* Adds space inside table cells */
        text-align: start;
        /* Aligns text to the left */
        border: 1px solid #ddd;
        /* Adds light gray borders to cells */
        font-family: "Loew Next Arabic";
    }

    .formTable th {
        background-color: #f8f9fa;
        /* Light gray background for header */
        font-size: 16px;
        font-weight: bold;
        color: var(--accent);
    }

    .formTable tbody tr:nth-child(even) {
        background-color: #f9f9f9;
        /* Stripes for even rows */
    }

    .formTable tbody tr:hover {
        background-color: rgba(0, 0, 0, 0.04);
        /* Hover effect with slight opacity */
    }

    .formTable td {
        background-color: white;
    }

    .formTable .formTable-heading h2 {
        font-size: 30px;
        font-weight: 700;
        margin-bottom: 20px;
    }

.number-container {
    display: flex;
    align-items: center;
}

    .number-container .number-input {
        border: none;
        outline: none;
        background: transparent;
        width: auto;
        padding-inline-start: 14px;
        font-size: 16px;
    }

.table-dropdown {
    font-size: 14px;
    font-weight: 500;
    font-family: "Loew Next Arabic";
    color: #ffffff;
}

.custom-modal {
    padding: 48px 56px;
    max-width: 1500px;
}

.english-input, .arabic-input {
    padding: 12px 15px;
    font-size: 16px;
    height: 100px;
    border-radius: 6px;
    border: 1px solid #ccc;
    background-color: #fff;
    width: 100%;
    box-sizing: border-box;
    transition: border-color 0.3s ease-in-out;
}

input.large-input::-moz-placeholder {
    text-align: start;
}

input.large-input::placeholder {
    text-align: start;
}

.arabic-box {
    direction: rtl;
}

.message-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media (max-width: 1400px) and (min-width: 1200px) {
    .col-lg-4 {
        flex: 0 0 48%;
        max-width: 48%;
    }
}

@media (max-width: 1400px) and (min-width: 1200px) {
    .col-lg-3 {
        flex: 0 0 48%;
        max-width: 48%;
    }
}

@media (min-width: 1200px) and (max-width: 1500px) {
    .title-field h6 {
        width: 200px;
        margin-bottom: 10px;
    }

    .title-field .title-box {
        width: 100%;
        margin-inline-start: 0;
        margin-top: 10px;
    }
}

.left-section {
    background-color: var(--accent);
    height: 100vh;
    border-end-end-radius: 150px;
    max-width: 700px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    background-image: url("../../Images/right-image.svg");
    background-repeat: repeat-y;
    background-position: right;
    background-position: calc(100% - 40px) top;
    background-size: 150px;
}

.inner-button {
    border: 1px solid var(--accent) !important;
    background-color: #ffffff;
    color: var(--accent);
    border-radius: 10px;
    padding: 5px 10px;
    border: none;
    cursor: pointer;
}

.dashboard-card, .dashboard-down {
    background-color: rgba(46, 164, 27, 0.1803921569);
    color: var(--accent);
    border-radius: 5px;
    border: none;
    cursor: pointer;
}

.dashboard-down {
    background-color: rgba(255, 23, 23, 0.1803921569);
}

.dashboard-erp {
    padding: 20px 66px;
    font-size: 18px;
    font-weight: 700;
    font-family: "Loew Next Arabic";
    background-color: rgba(0, 0, 0, 0.06);
    border-start-end-radius: 10px;
    border-start-start-radius: 10px;
    color: #000000;
    cursor: pointer;
}

.dashboard-gate {
    padding: 20px 66px;
    font-size: 18px;
    font-weight: 700;
    font-family: "Loew Next Arabic";
    background-color: var(--accent);
    color: #ffffff;
    cursor: pointer;
    border-start-end-radius: 10px;
    border-start-start-radius: 10px;
}

.dashboard-button {
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.chart-text {
    font-size: 12px;
    font-weight: 400;
    font-family: "Loew Next Arabic";
}

.count {
    font-size: 20px;
    font-weight: 700;
    font-family: "Loew Next Arabic";
}

.qoc-image {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-grow: 1;
    margin-inline-start: 130px;
}

.user-box {
    width: 47px;
    height: 45px;
    border-radius: 10px;
    background-color: var(--accent);
    position: relative;
}

.custom-card {
    border: none;
    outline: none;
}

.inner-button h6 {
    margin: 0;
}

.inner-button img {
    margin-inline-start: 8px;
}

.text-box h6 {
    color: #434C68;
}

.login-form-container {
    width: 100%;
    max-width: 1039px;
}

.login-heading, .login-title {
    font-size: 18px;
    font-family: "Loew Next Arabic";
    font-weight: 400;
    color: #464F5D;
}

.login-logo {
    font-size: 26px;
    font-family: "Loew Next Arabic";
    font-weight: 700;
    color: var(--accent);
}

.input-container input::-moz-placeholder {
    font-size: 16px;
    font-family: "Loew Next Arabic";
    color: #747688;
}

.input-container input::placeholder {
    font-size: 16px;
    font-family: "Loew Next Arabic";
    color: #747688;
}

.input-container {
    position: relative;
    width: 100%;
    max-width: 1039px;
}

    .input-container input {
        padding-inline-start: 40px;
        border-radius: 10px;
        font-size: 16px;
        font-family: "Loew Next Arabic";
        height: 45px;
    }

    .input-container .lock-icon {
        position: absolute;
        inset-inline-start: 10px;
        top: 50%;
        transform: translateY(-50%);
        width: 20px;
        height: 20px;
    }

    .input-container .eye-icon {
        position: absolute;
        inset-inline-end: 10px;
        transform: translateY(-120%);
        font-size: 20px;
        cursor: pointer;
    }

.remember {
    cursor: pointer;
}

.toggle-icon {
    font-size: 45px;
    color: #154772;
    margin-inline-end: 10px;
}

.remember-text {
    font-size: 14px;
    font-family: "Loew Next Arabic";
    font-weight: 400;
}

.login-button {
    height: 50px;
    width: 100%;
    background-color: var(--accent);
    font-size: 18px;
    font-weight: 700;
    font-family: "Loew Next Arabic";
    color: #ffffff;
}

.dashboard-title {
    font-size: 28px;
    font-weight: 850;
    font-family: "Loew Next Arabic";
}

.card-title {
    font-size: 16px;
    font-family: "Loew Next Arabic";
    font-weight: 500;
}

.login-title {
    color: #000000;
}

.upload-icon {
    width: 30px;
    /* Adjust the size of the circle */
    height: 30px;
    /* Adjust the size of the circle */
    background-color: #ffffff;
    /* Circle background color */
    border-radius: 50%;
    /* Ensures the element is a circle */
    display: flex;
    justify-content: center;
    align-items: center;
    margin-inline-end: 8px;
    /* Space between the icon and text */
}

.upload-button {
    background-color: var(--accent);
    color: #ffffff;
    padding-inline-start: 5px;
    padding-inline-end: 12px;
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 16px;
    align-items: center;
    font-family: "Loew Next Arabic";
    font-weight: normal;
    text-decoration: none;
}

@media (min-width: 1200px) and (max-width: 1873px) {
    .choice-field {
        margin-inline-start: 22px;
    }
}

@media (max-width: 767px) {
    .title-field {
        flex-direction: column;
        align-items: flex-start;
    }

    .title-box {
        width: 100%;
        margin-inline-start: 0;
        margin-top: 10px;
    }
}

@media (max-width: 768px) {
    .left-body {
        padding-inline-start: 0;
    }
}

@media (min-width: 1200px) {
    .search-input {
        width: 320px !important;
        margin-bottom: 0;
    }

    .dropdown-container {
        margin-top: 5px !important;
    }

    .form-container {
        flex-direction: row;
        align-items: center;
    }

    .dropdown-container {
        margin-inline-start: 32px;
    }
}

.breadcrumb {
    font-size: 14px;
}

.breadcrumb-item a {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.5);
    text-decoration: none;
    font-family: "Loew Next Arabic";
}

.breadcrumb-item.active {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.5);
    font-family: "Loew Next Arabic";
}

/* Optional: You can also add some styles for hover effect for all links */
.breadcrumb-item a:hover {
    color: rgba(0, 0, 0, 0.7);
}

.breadcrumb-item .create-form {
    color: var(--accent);
    /* Custom color for the 'Create Form' link */
}

/* Hover effect for 'Create Form' */
/* Responsive Table Adjustment */
@media (max-width: 375px) {
    .search-input {
        width: 130px;
        /* Adjust the width for smaller devices */
        font-size: 14px;
        /* Smaller font size for very small screens */
    }
}

@media (max-width: 320px) {
    .search-input {
        width: 120px;
        /* Even more reduced width for ultra-small screens */
        font-size: 12px;
        /* Even smaller font size for ultra-small screens */
    }
}

.modal-backdrop {
    z-index: 1050 !important;
    /* Bootstrap default */
}

.modal {
    z-index: 1051 !important;
    /* Modal should be above the backdrop */
}

.card {
    border: none;
    text-decoration: none;
}

.chart-form {
    height: auto;
    background-color: #ffffff;
    padding: 30px;
    border-radius: 10px;
    transition: height 0.3s ease;
}

.align-box-cs {
    display: flex;
}

    .align-box-cs button {
        flex: none;
    }

    .align-box-cs select {
        margin-left: 20px;
    }

:root {
    --primary-color: var(--accent);
    --primary-hover: var(--accent-hover);
}

.custom-action-button {
    background-color: var(--primary-color);
    color: #fff;
    border: none;
    border-radius: 50rem;
    padding: 0.5rem 1.25rem;
    font-weight: 500;
    font-size: 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: background-color 0.2s ease-in-out;
}

    .custom-action-button:hover {
        background-color: var(--primary-hover);
        color: #fff;
    }

.custom-action-button-outline {
    background-color: transparent;
    color: var(--primary-color);
    border: 2px solid var(--primary-color);
    border-radius: 50rem;
    padding: 0.5rem 1.25rem;
    font-weight: 500;
    font-size: 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: background-color 0.2s ease-in-out, color 0.2s;
}

    .custom-action-button-outline:hover {
        background-color: var(--primary-color);
        color: #fff;
    }

.custom-icon {
    font-size: 20px;
    display: inline-flex;
    align-items: center;
    line-height: 1;
}

.check-wrap{
    width: 160px;
}

.check-wrap-row {
    display: flex;
    flex-wrap: wrap;
}

.check-wrap-head {
    width: 300px;
}

/*# sourceMappingURL=style.css.map */
