/* Minification failed. Returning unminified contents.
(72,1): run-time error CSS1019: Unexpected token, found '@import'
(72,9): run-time error CSS1019: Unexpected token, found 'url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap")'
(783,22): run-time error CSS1039: Token not allowed after unary operator: '-sds-size-depth-0'
(783,46): run-time error CSS1039: Token not allowed after unary operator: '-sds-size-depth-025'
(783,72): run-time error CSS1039: Token not allowed after unary operator: '-sds-size-depth-100'
(783,98): run-time error CSS1039: Token not allowed after unary operator: '-sds-size-depth-0'
(783,122): run-time error CSS1039: Token not allowed after unary operator: '-sds-color-black-100'
(840,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(841,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(842,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(843,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(844,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(845,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(847,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1309,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1419,20): run-time error CSS1034: Expected closing parenthesis, found ','
(1419,20): run-time error CSS1042: Expected function, found ','
(1419,25): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')'
 */

@font-face {
    font-family: 'Arial';
    src: url(/Content/klekoon/fonts/Arial-Mdm.woff2) format('woff2'),
        url(/Content/klekoon/fonts/Arial-Mdm.woff) format('woff'),
        url(/Content/klekoon/fonts/Arial-Mdm.ttf) format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Arial';
    src: url(/Content/klekoon/fonts/Arial-Lgt.woff2) format('woff2'),
        url(/Content/klekoon/fonts/Arial-Lgt.woff) format('woff'),
        url(/Content/klekoon/fonts/Arial-Lgt.ttf) format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Arial';
    src: url(/Content/klekoon/fonts/Arial-Black.woff2) format('woff2'),
        url(/Content/klekoon/fonts/Arial-Black.woff) format('woff'),
        url(/Content/klekoon/fonts/Arial-Black.ttf) format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Arial';
    src: url(/Content/klekoon/fonts/ArialMT.woff2) format('woff2'),
        url(/Content/klekoon/fonts/ArialMT.woff) format('woff'),
        url(/Content/klekoon/fonts/ArialMT.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Arial';
    src: url(/Content/klekoon/fonts/Arial-BoldMT.woff2) format('woff2'),
        url(/Content/klekoon/fonts/Arial-BoldMT.woff) format('woff'),
        url(/Content/klekoon/fonts/Arial-BoldMT.ttf) format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Arial Narrow';
    src: url(/Content/klekoon/fonts/ArialNarrow.woff2) format('woff2'),
        url(/Content/klekoon/fonts/ArialNarrow.woff) format('woff'),
        url(/Content/klekoon/fonts/ArialNarrow.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
} 
@font-face {
    font-family: 'Arial Narrow';
    src: url(/Content/klekoon/fonts/ArialNarrow-Bold.woff2) format('woff2'),
        url(/Content/klekoon/fonts/ArialNarrow-Bold.woff) format('woff'),
        url(/Content/klekoon/fonts/ArialNarrow-Bold.ttf) format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
/* Base css start */

/* google font cdn */
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

/* Start footer style */
/* Reset for mobile devices (screens smaller than 768px) */
.efacture-footer {
    position: fixed;
    bottom: 0;

    /* CHANGE 1: Push the footer to the right by the width of your sidebar */
    left: 320px;

    /* CHANGE 2: Calculate the remaining width */
    width: calc(100% - 320px);

    z-index: 1000;
    background-color: #fff;
    border-top: none;
    padding: 15px 0;
}
@media (max-width: 1200px) {
    .efacture-footer {
        left: 0;
        width: 100%;
        padding-left: 0; /* Reset if you used Solution 2 */
    }
}
/* End select style */

/* Start select style*/
/* LOGIC: Target any ".select2-container" that comes immediately 
   after an ".efacture-select" element.
*/
/* 1. Reset the arrow container */
.efacture-select + .select2-container .select2-selection__arrow {
    height: 100% !important;
    top: 0 !important;
    right: 0 !important;
    width: 30px !important;
}

/* 2. Hide the default arrow (the 'b' tag) */
.efacture-select + .select2-container .select2-selection__arrow b {
    display: none !important;
}

/* 3. Add YOUR custom arrow */
.efacture-select + .select2-container .select2-selection__arrow {
    background-image: url("data:image/svg+xml,%3Csvg width='8' height='8' viewBox='0 0 8 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.53939 7.64643C4.42688 7.86607 4.22218 8 4.00029 8C3.7784 8 3.5737 7.86607 3.46119 7.64643L0.0859477 1.075C-0.028123 0.853571 -0.0281229 0.580357 0.0828225 0.358928C0.193768 0.1375 0.401595 0 0.625049 0H7.37553C7.59899 0 7.80681 0.1375 7.91776 0.358928C8.0287 0.580357 8.02714 0.855357 7.91463 1.075L4.53939 7.64643Z' fill='black'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 8px 8px !important;
    transition: transform 0.2s ease;
}

/* 4. Rotate on Open */
.efacture-select + .select2-container.select2-container--open .select2-selection__arrow {
    transform: rotate(180deg);
}
/* End select style */

.add-padding-for-footer {
  padding-bottom: 55px !important;
}

.theme-modal .modal-dividerless {
    border-top: none;
    border-bottom: none;
}

/* Start footer style */
/* Reset for mobile devices (screens smaller than 768px) */
.efacture-footer {
    position: fixed;
    bottom: 0;

    /* CHANGE 1: Push the footer to the right by the width of your sidebar */
    left: 320px;

    /* CHANGE 2: Calculate the remaining width */
    width: calc(100% - 320px);

    z-index: 1000;
    background-color: #fff;
    border-top: none;
    padding: 15px 0;
}
@media (max-width: 1200px) {
    .efacture-footer {
        left: 0;
        width: 100%;
        padding-left: 0; /* Reset if you used Solution 2 */
    }
}
/* End select style */

/* Start select style*/
/* LOGIC: Target any ".select2-container" that comes immediately 
   after an ".efacture-select" element.
*/
/* 1. Reset the arrow container */
.efacture-select + .select2-container .select2-selection__arrow {
    height: 100% !important;
    top: 0 !important;
    right: 0 !important;
    width: 30px !important;
}

/* 2. Hide the default arrow (the 'b' tag) */
.efacture-select + .select2-container .select2-selection__arrow b {
    display: none !important;
}

/* 3. Add YOUR custom arrow */
.efacture-select + .select2-container .select2-selection__arrow {
    background-image: url("data:image/svg+xml,%3Csvg width='8' height='8' viewBox='0 0 8 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.53939 7.64643C4.42688 7.86607 4.22218 8 4.00029 8C3.7784 8 3.5737 7.86607 3.46119 7.64643L0.0859477 1.075C-0.028123 0.853571 -0.0281229 0.580357 0.0828225 0.358928C0.193768 0.1375 0.401595 0 0.625049 0H7.37553C7.59899 0 7.80681 0.1375 7.91776 0.358928C8.0287 0.580357 8.02714 0.855357 7.91463 1.075L4.53939 7.64643Z' fill='black'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 8px 8px !important;
    transition: transform 0.2s ease;
}

/* 4. Rotate on Open */
.efacture-select + .select2-container.select2-container--open .select2-selection__arrow {
    transform: rotate(180deg);
}
/* End select style */

.theme-modal .modal-dividerless {
    border-top: none;
    border-bottom: none;
}

.theme-modal .kleekoon-divider {
    border-top: 1px solid #bbb;
    margin-left: 20px;
    margin-right: 20px;
}

.modal-backdrop.show {
    background-color: rgba(0, 0, 0, 0.3);
    opacity: 1;
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
}


/* Hide default arrow for IE */
select::-ms-expand {
    display: none;
}

input[type="radio"] ~ label {
    color: black;
    margin-bottom: 0px;
}

.form-check-input[type="radio"]:checked {
    background-color: #fff;
    border-color: #000;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='1.5' fill='%23000'/%3e%3c/svg%3e");
}

.form-check-input[type="radio"]:checked:focus {
    box-shadow: none;
}

.form-check-input {
    border-color: #000;
}

.disabled-input {
    background-color: #e9ecef;
    cursor: not-allowed;
    opacity: 0.6;
    color: #6c757d;
    border-color: #ced4da;
}

.disabled-input::placeholder {
    color: #adb5bd;
}

.icon-info:hover {
    color: #FF7200;
}

.icon-info {
    width: 16px;
    height: 16px;
    color: #0070c0;
}

/* Start footer style */
/* Reset for mobile devices (screens smaller than 768px) */
.efacture-footer {
    position: fixed;
    bottom: 0;

    /* CHANGE 1: Push the footer to the right by the width of your sidebar */
    left: 320px;

    /* CHANGE 2: Calculate the remaining width */
    width: calc(100% - 320px);

    z-index: 1000;
    background-color: #fff;
    border-top: none;
    padding: 15px 0;
}
@media (max-width: 1200px) {
    .efacture-footer {
        left: 0;
        width: 100%;
        padding-left: 0; /* Reset if you used Solution 2 */
    }
}
/* End select style */

/* Start select style*/
/* LOGIC: Target any ".select2-container" that comes immediately 
   after an ".efacture-select" element.
*/
/* 1. Reset the arrow container */
.efacture-select + .select2-container .select2-selection__arrow {
    height: 100% !important;
    top: 0 !important;
    right: 0 !important;
    width: 30px !important;
}

/* 2. Hide the default arrow (the 'b' tag) */
.efacture-select + .select2-container .select2-selection__arrow b {
    display: none !important;
}

/* 3. Add YOUR custom arrow */
.efacture-select + .select2-container .select2-selection__arrow {
    background-image: url("data:image/svg+xml,%3Csvg width='8' height='8' viewBox='0 0 8 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.53939 7.64643C4.42688 7.86607 4.22218 8 4.00029 8C3.7784 8 3.5737 7.86607 3.46119 7.64643L0.0859477 1.075C-0.028123 0.853571 -0.0281229 0.580357 0.0828225 0.358928C0.193768 0.1375 0.401595 0 0.625049 0H7.37553C7.59899 0 7.80681 0.1375 7.91776 0.358928C8.0287 0.580357 8.02714 0.855357 7.91463 1.075L4.53939 7.64643Z' fill='black'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 8px 8px !important;
    transition: transform 0.2s ease;
}

/* 4. Rotate on Open */
.efacture-select + .select2-container.select2-container--open .select2-selection__arrow {
    transform: rotate(180deg);
}
/* End select style */

.add-padding-for-footer {
  padding-bottom: 55px !important;
}

.theme-modal .modal-dividerless {
    border-top: none;
    border-bottom: none;
}

.theme-modal .kleekoon-divider {
    border-top: 1px solid #bbb;
    margin-left: 20px;
    margin-right: 20px;
}

.modal-backdrop.show {
    background-color: rgba(0, 0, 0, 0.3);
    opacity: 1;
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
}


/* Hide default arrow for IE */
select::-ms-expand {
    display: none;
}

input[type="radio"] ~ label {
    color: black;
    margin-bottom: 0px;
}

.form-check-input[type="radio"]:checked {
    background-color: #fff;
    border-color: #000;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='1.5' fill='%23000'/%3e%3c/svg%3e");
}

.form-check-input[type="radio"]:checked:focus {
    box-shadow: none;
}

.form-check-input {
    border-color: #000;
}

.disabled-input {
    background-color: #e9ecef;
    cursor: not-allowed;
    opacity: 0.6;
    color: #6c757d;
    border-color: #ced4da;
}

.disabled-input::placeholder {
    color: #adb5bd;
}

.icon-info:hover {
    color: #FF7200;
}

.icon-info {
    width: 16px;
    height: 16px;
    color: #0070c0;
}

/* Start footer style */
/* Reset for mobile devices (screens smaller than 768px) */
.efacture-footer {
    position: fixed;
    bottom: 0;

    /* CHANGE 1: Push the footer to the right by the width of your sidebar */
    left: 320px;

    /* CHANGE 2: Calculate the remaining width */
    width: calc(100% - 320px);

    z-index: 1000;
    background-color: #fff;
    border-top: none;
    padding: 15px 0;
}
@media (max-width: 1200px) {
    .efacture-footer {
        left: 0;
        width: 100%;
        padding-left: 0; /* Reset if you used Solution 2 */
    }
}
/* End select style */

/* Start select style*/
/* LOGIC: Target any ".select2-container" that comes immediately 
   after an ".efacture-select" element.
*/
/* 1. Reset the arrow container */
.efacture-select + .select2-container .select2-selection__arrow {
    height: 100% !important;
    top: 0 !important;
    right: 0 !important;
    width: 30px !important;
}

/* 2. Hide the default arrow (the 'b' tag) */
.efacture-select + .select2-container .select2-selection__arrow b {
    display: none !important;
}

/* 3. Add YOUR custom arrow */
.efacture-select + .select2-container .select2-selection__arrow {
    background-image: url("data:image/svg+xml,%3Csvg width='8' height='8' viewBox='0 0 8 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.53939 7.64643C4.42688 7.86607 4.22218 8 4.00029 8C3.7784 8 3.5737 7.86607 3.46119 7.64643L0.0859477 1.075C-0.028123 0.853571 -0.0281229 0.580357 0.0828225 0.358928C0.193768 0.1375 0.401595 0 0.625049 0H7.37553C7.59899 0 7.80681 0.1375 7.91776 0.358928C8.0287 0.580357 8.02714 0.855357 7.91463 1.075L4.53939 7.64643Z' fill='black'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 8px 8px !important;
    transition: transform 0.2s ease;
}

/* 4. Rotate on Open */
.efacture-select + .select2-container.select2-container--open .select2-selection__arrow {
    transform: rotate(180deg);
}
/* End select style */

.add-padding-for-footer {
  padding-bottom: 55px !important;
}

.theme-modal .modal-dividerless {
    border-top: none;
    border-bottom: none;
}

.theme-modal .kleekoon-divider {
    border-top: 1px solid #bbb;
    margin-left: 20px;
    margin-right: 20px;
}

.modal-backdrop.show {
    background-color: rgba(0, 0, 0, 0.3);
    opacity: 1;
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
}


/* Hide default arrow for IE */
select::-ms-expand {
    display: none;
}

input[type="radio"] ~ label {
    color: black;
    margin-bottom: 0px;
}

.form-check-input[type="radio"]:checked {
    background-color: #fff;
    border-color: #000;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='1.5' fill='%23000'/%3e%3c/svg%3e");
}

.form-check-input[type="radio"]:checked:focus {
    box-shadow: none;
}

.form-check-input {
    border-color: #000;
}

.disabled-input {
    background-color: #e9ecef;
    cursor: not-allowed;
    opacity: 0.6;
    color: #6c757d;
    border-color: #ced4da;
}

.disabled-input::placeholder {
    color: #adb5bd;
}

.icon-info:hover {
    color: #FF7200;
}

.icon-info {
    width: 16px;
    height: 16px;
    color: #0070c0;
}

/* Start footer style */
/* Reset for mobile devices (screens smaller than 768px) */
.efacture-footer {
    position: fixed;
    bottom: 0;

    /* CHANGE 1: Push the footer to the right by the width of your sidebar */
    left: 320px;

    /* CHANGE 2: Calculate the remaining width */
    width: calc(100% - 320px);

    z-index: 1000;
    background-color: #fff;
    border-top: none;
    padding: 15px 0;
}
@media (max-width: 1200px) {
    .efacture-footer {
        left: 0;
        width: 100%;
        padding-left: 0; /* Reset if you used Solution 2 */
    }
}
/* End select style */

/* Start select style*/
/* LOGIC: Target any ".select2-container" that comes immediately 
   after an ".efacture-select" element.
*/
/* 1. Reset the arrow container */
.efacture-select + .select2-container .select2-selection__arrow {
    height: 100% !important;
    top: 0 !important;
    right: 0 !important;
    width: 30px !important;
}

/* 2. Hide the default arrow (the 'b' tag) */
.efacture-select + .select2-container .select2-selection__arrow b {
    display: none !important;
}

/* 3. Add YOUR custom arrow */
.efacture-select + .select2-container .select2-selection__arrow {
    background-image: url("data:image/svg+xml,%3Csvg width='8' height='8' viewBox='0 0 8 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.53939 7.64643C4.42688 7.86607 4.22218 8 4.00029 8C3.7784 8 3.5737 7.86607 3.46119 7.64643L0.0859477 1.075C-0.028123 0.853571 -0.0281229 0.580357 0.0828225 0.358928C0.193768 0.1375 0.401595 0 0.625049 0H7.37553C7.59899 0 7.80681 0.1375 7.91776 0.358928C8.0287 0.580357 8.02714 0.855357 7.91463 1.075L4.53939 7.64643Z' fill='black'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 8px 8px !important;
    transition: transform 0.2s ease;
}

/* 4. Rotate on Open */
.efacture-select + .select2-container.select2-container--open .select2-selection__arrow {
    transform: rotate(180deg);
}
/* End select style */

.add-padding-for-footer {
  padding-bottom: 55px !important;
}

.theme-modal .modal-dividerless {
    border-top: none;
    border-bottom: none;
}

.theme-modal .kleekoon-divider {
    border-top: 1px solid #bbb;
    margin-left: 20px;
    margin-right: 20px;
}

.modal-backdrop.show {
    background-color: rgba(0, 0, 0, 0.3);
    opacity: 1;
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
}


/* Hide default arrow for IE */
select::-ms-expand {
    display: none;
}

input[type="radio"] ~ label {
    color: black;
    margin-bottom: 0px;
}

.form-check-input[type="radio"]:checked {
    background-color: #fff;
    border-color: #000;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='1.5' fill='%23000'/%3e%3c/svg%3e");
}

.form-check-input[type="radio"]:checked:focus {
    box-shadow: none;
}

.form-check-input {
    border-color: #000;
}

.disabled-input {
    background-color: #e9ecef;
    cursor: not-allowed;
    opacity: 0.6;
    color: #6c757d;
    border-color: #ced4da;
}

.disabled-input::placeholder {
    color: #adb5bd;
}

.icon-info:hover {
    color: #FF7200;
}

.icon-info {
    width: 16px;
    height: 16px;
    color: #0070c0;
}

.theme-table__wrapper {
    overflow-x: auto;
}

.theme-tab__action-btn svg {
    min-width: 24px;
}

.theme-tab__action-btn.active svg path {
    fill: #0070c0 !important;
}

.theme-tab__action-btn.active:hover svg path {
    fill: #005a9a !important;
}


.caret-icon {
    cursor: pointer;
}

.caret-icon.hidden {
    display: none;
}

.gap-2px {
    gap: 2px;
}

#page-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

#page-loader .loader-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
}

#page-loader .loader-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#page-loader .spinner-border {
    width: 3rem;
    height: 3rem;
    color: #ff8d28 !important;
}

.loading-modal-new-cancel-btn {
    width: 75px;
    height: 21px;
    background: #d9d9d9;
    border: 1px solid #000;
    border-radius: 3px;
    font-family: Arial, sans-serif;
    font-weight: bold;
    font-size: 14px;
    color: #000;
    padding: 0;
    margin-bottom: 10px;
}

.loading-modal-new-file-name {
    margin-bottom: 10px;
}

.loading-modal-new-progress-bar {
    width: 269px;
    height: 21px;
    background: linear-gradient(90deg, rgba(217, 217, 217, 0.65) 0%, rgba(217, 217, 217, 0.65) 100%);
    border: 1px solid #707070;
    border-radius: 3px;
}

.loading-modal-new-main-content {
    padding-top: 14px;
    height: 100px;
    background: white;
    border-radius: 3px;
    border: 1px solid rgba(112,112,112,0.58);
    padding-left: 24px;
    padding-right: 24px;
}

.loading-modal-new-title {
    color: #000 !important;
    font-family: Arial;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    background-color: #DFF0FF;
    display: flex;
    align-items: center;
    height: 36px;
    padding-left: 20px;
    border-bottom: 1px solid rgba(112, 112, 112, 0.58);
}

.loading-modal-new-title p {
    margin: 0;
}

.import-modal-new .modal-body__title {
    height: 40px !important;
}

.import-modal-new .import-info  {
    padding-top: 30px !important;
    padding-bottom: 0;
}

.import-modal-new .import-desc {
    margin-bottom: 20px;
}

.import-modal-new .import-file {
    padding: 13px;
    margin-bottom: 10px;
    border: 1px solid rgba(153, 153, 153, 0.22);
    border-radius: 5px;
}

.import-modal-new .import-info form label {
    margin-top: 10px !important;
    margin-bottom: 20px !important;
    box-shadow: var(--sds-size-depth-0) var(--sds-size-depth-025) var(--sds-size-depth-100) var(--sds-size-depth-0) var(--sds-color-black-100);
}

.import-modal-new .modal-content {
    border-radius:3px !important;
}

.import-modal-new .import-file  .icon-circle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px !important;
    height: 30px !important;
    border-radius: 50% !important;
    background-color: rgba(255, 255, 255, 0.40);
    border: 1px solid rgba(112, 112, 112, 0.46);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
ol,
ul {
  margin: 0;
  padding: 0;
}
li {
  list-style-type: none;
}

a,
button {
  transition: all 0.3s;
}
a {
  text-decoration: none;
}
input:focus, select, textarea {
  outline: none;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  padding-inline: 20px;
}
body {
  font-family: "Arial";
  color: #000;
}

.theme-tooltip {
  --bs-tooltip-bg: #303030;
  --bs-tooltip-color: #fff;
  --bs-tooltip-font-size: 14px;
  --bs-tooltip-padding-x: 16px;
  --bs-tooltip-padding-y: 8px;
  --bs-tooltip-border-radius: 3px;
  line-height: normal;
  --bs-tooltip-max-width: 365px;
}
.theme-btn {
  background-color: #0070c0;
  color: #fff;
  font-size: 14px;
  height: 24px;
  padding-inline: 20px;
  gap: 6px;
}
.theme-btn:hover {
  background-color: #ff7200;
}
/* Base css end */

/* header section start */

.header {
  background-color: #484848;
  font-family: "Arial Narrow";
}
.header__wrapper {
  height: 56px;
  padding-inline: 30px 60px;
}
.header__logo img {
  width: 150px;
}
.header__nav {
  gap: 175px;
}
.header__menu {
  gap: 60px;
}
.header__menu-link {
  color: #acdbff;
  font-size: 18px;
  letter-spacing: 0.72px;
}
.header__menu-link:hover {
  color: #ff7200;
}
.header__notification-icon {
  width: 22px;
}
.header__notification-btn span {
  font-size: 12px;
  line-height: normal;
  border-radius: 3px;
  background-color: #f00;
  padding-inline: 4px 5px;
  top: -5px;
  right: -10px;
}

.header__notification-btn {
  margin-right: 40px;
}
.header__action-link {
  color: rgba(217, 255, 223, 0.97);
  font-size: 18px;
  line-height: normal;
}
.header__action-link {
  color: rgba(217, 255, 223, 0.97);
  font-size: 18px;
  line-height: normal;
}
.header__profile {
  gap: 10px;
}
.header__profile-label {
  font-size: 19px;
}
.header__profile-dropdown-btn img {
  width: 8px;
}
.header__divider {
  width: 1px;
  height: 18px;
  background-color: #ffffff;
}

.header__menubar svg {
  width: 24px;
}
.offcanvas {
  background-color: #484848 !important;
}

/* header section end */

/* sidebar start */
.sidebar {
  width: 320px;
  height: calc(100vh - 56px);
  background-color: #ebebeb;
  padding: 50px 10px 50px 30px;
}
.sidebar__menu {
  gap:20px;
}
.sidebar__link {
  font-size: 16px;
  line-height: normal;
  color: #0070c0;
  padding-right: 20px;
}
.sidebar__link:hover {
  color: #ff8d28;
}
.sidebar__submenu {
  padding: 10px 0 0 10px;
  gap: 10px;
}
.sidebar__submenu-link {
  line-height: normal;  
  color: #000;
  font-size: 16px;
}
.sidebar__submenu-link:hover, 
.sidebar__submenu-link--active  {
  color: #ff8d28;
}

.sidebar__submenu-link--active {
  text-shadow: 
      0.3px 0 0 currentColor,
      0.6px 0 0 currentColor,
      0.9px 0 0 currentColor;
}

.sidebar__toggle {
  background-color: #0070c0;
  border: 0;
  width: 36px;
  height: 36px;
  color: #0070c0;
}
.sidebar__toggle svg {
  width: 26px;
}
.sidebar-overlay {
  background-color: rgba(0, 0, 0, 0.7);
  transition: all 0.5s;
  opacity: 0;
  visibility: hidden;
}
.sidebar-overlay.active {
  opacity: 1;
  visibility: visible;
}
/* sidebar end */

/* main content start */
.main__container {
  height: calc(100vh - 56px);
}

/* main header start */
.main__header {
  padding: 40px 50px 30px 30px;
}
.main__title {
  font-size: 20px;
  line-height: normal;
  color: #0070c0;
  margin-bottom: 30px;
}
.search {
  width: 330px;
  margin-right: 30px;
}
.search__input, .list__input {
  border-radius: 3px;
  border: 1px solid #bbb;
  background-color: #fff;
  height: 26px;
  font-size: 14px;
  padding-inline: 8px 100px;
  transition: all 0.3s;
}
.search__input::placeholder, .list__input::placeholder {
  color: #9e9e9e;
}
select.list__input {
  width: 330px;
}
.search__btn {
  right: 10px;
  background-color: transparent;
  border: 0;
  gap: 5px;
  font-size: 14px;
  color: #0088ff;
}
.search__icon {
  width: 16px;
}
.search__input:focus, .list__input:focus {
  outline: none;
  border-color: #0088ff;
}
.radio-btn {
  gap: 10px;
}
.radio-btn .radio-btn__label {
  font-size: 14px;
  gap: 2px;
  cursor: pointer;
}
.radio-btn .radio-btn__label span {
  color: #000;
}
.radio-btn__toggle {
  width: 15px;
  height: 15px;
  border: 1px solid #707070;
}
.radio-btn__toggle::after {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #0070c0;
  position: absolute;
  inset: 0;
  margin: auto;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.3s;
}
.radio-btn__input:checked ~ .radio-btn__toggle::after {
  opacity: 1;
}
.main__header-action-btns {
  gap: 20px;
}
/* main header end */

/* theme table start */
.theme-table {
  margin-bottom: 70px; /* Espace pour le footer fixe */
}
.theme-table.shadow-sm,
.shadow-sm .theme-table,
.theme-table.bg-white {
  box-shadow: none !important;
}
.theme-table th {
  background-color: #192f5b;
  padding: 19px 30px;
  font-size: 16px;
  line-height: normal;
  cursor: pointer;
}
.theme-table .caret-icon {
  margin-left: 6px;
}
.theme-table td {
  font-size: 14px;
  line-height: 16px;
  padding: 19px 30px;
  background-color: #fff;
}
.theme-tab__action-btns {
  gap: 15px;
}
.theme-tab__action-btn img {
  width: 18px;
  height: 18px;
}
.theme-tab__action-btn {
  display: flex;
}
.theme-table tr:nth-child(2n) td {
  background-color: #f3f3f3;
}
/* theme table end */

/* footer section start */

.footer__wrapper {
  height: 62px;
}
.footer {
    border-top: 1px solid #d9d9d9;

    position: fixed;
    bottom: 0;
    left: 320px;
    width: calc(100% - 320px);

    background-color: #fff;
    z-index: 999;
}
@media (max-width: 1200px) {
    .footer {
        left: 0;
        width: 100%;
    }
}
.no-sidebar-page .footer {
    left: 0;
    width: 100%;
}
.theme-pagination {
  gap: 20px;
}
.theme-pagination__btn {
  width: 36px;
  height: 22px;
  background-color: #0070c0;
}
.theme-pagination__btn:hover {
	background-color: #ff7200;
}
.theme-pagination__btn img {
  width: 16px;
}
.theme-pagination__input {
  width: 67px;
  height: 24px;
  border: 1px solid #0070c0;
  border-radius: 3px;
  padding-inline: 10px;
}
.theme-pagination__inner {
  font-size: 14px;
  line-height: normal;
  gap: 10px;
}
.footer__pagination {
  width: 100%;
  max-width: 920px;
  padding-inline: 45px;
}
.footer__pagination-btn {
  padding-inline: 26px;
  min-width: 158px;
}
.footer__pagination-btn svg {
  width: 17px;
}
/* footer section end */

/* main content end */

/* modal start */

.theme-modal .modal-dialog {
  max-width: 486px;
  width: calc(100% - 40px);
}
.import-modal .modal-dialog {
  max-width: 368px;
}
.export-modal .modal-dialog {
  max-width: 330px;
}
.theme-modal .modal-header {
  padding: 8px 20px;
  border-bottom-color: #bbb;
}
.modal-title {
  gap: 10px;
  color: #0070c0;
}
.modal-title-icon {
  width: 18px;
}
.modal__close-btn {
  width: 16px;
  height: 16px;
  background-color: #ff0000;
}
.modal__close-btn img {
  width: 9px;
  height: 9px;
}
.theme-modal .modal-body {
  padding: 12px 24px 12px;
}
.modal-body__title {
  background-color: #192f5b;
  padding: 10px 16px;
}
.import-info {
  background-color: rgba(217, 217, 217, 0.2);
  padding: 46px 16px 25px;
}
.import-desc {
  font-size: 15px;
  line-height: normal;
  font-weight: 500;
  margin-bottom: 26px;
}
.import-file {
  font-size: 14px;
  line-height: normal;
  text-align: left;
  margin-bottom: 32px;
}
.modal__btn {
  font-size: 14px;
  line-height: 1;
  background-color: #0070c0;
  color: #fff;
  padding: 2px 20px;
  border: none;
  box-shadow: 0 1px 4px 0 rgba(12, 12, 13, 0.05);
}
.modal__btn:hover {
	background-color: #ff7200;
}
.modal__desc {
  font-size: 14px;
  line-height: normal;
  max-width: 366px;
}
.theme-modal .modal-footer {
  padding-block: 10px;
  border-top-color: #bbb;
}
.success-icon {
  width: 28px;
}
.success-msg .modal__desc {
  max-width: unset;
}
/* modal end */

/* add supplier section start */
.add-supplier, .add-client {
	background-color: #f8f8f8;
}

.add-supplier__wrapper, .add-client__wrapper {
	max-width: 920px;
	padding: 30px 45px;
}
.form__title, .add-client__title {
	background-color: #324e85;
	font-size: 20px;
	line-height: normal;
	font-family: "Roboto", sans-serif;
	padding: 14px;
}

.form__container {
  padding: 15px 28px;
  background-color: rgba(217, 217, 217, 0.1);
}
.form__indicator-msg {
  color: #bbb;
  font-size: 12px;
  font-style: italic;
  line-height: normal;
}
.form__indicator-msg span {
  color: #ff0000;
}
.form__container .row {
  --bs-gutter-x: 68px;
}
.form__input label {
  font-size: 14px;
  line-height: normal;
  color: #0070c0;
  margin-bottom: 10px;
  gap: 10px;
}
.form__input label span {
  color: #f00;
}
.form__input-field {
  height: 26px;
  background-color: #fff;
  border: 1px solid #999999;
  border-radius: 3px;
  padding-inline: 10px;
  font-size: 14px;
  min-width: 0;
}
.form__input-field::placeholder {
  color: #000;
  opacity: 0.2;
}
.form__input-icon {
  right: 10px;
}
.form__input-icon img {
  width: 8px;
}
.form__input-list {
  gap: 15px;
}
.form__input-field--textarea {
  min-height: 90px;
  resize: none;
  padding: 14px 12px;
}
.form__input-inner-list {
  gap: 10px;
}
.form__input {
  gap: 30px;
}
.radio-btn__group {
  gap: 18px;
}
.search-dropdown {
  width: 100%;
  border-radius: 0 2px 3px 3px;
  border: 1px solid rgba(187, 187, 187, 0.9);
  background-color: #fff;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  left: 0;
  top: calc(100% + 20px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
.search-dropdown.show {
  top: 100%;
  opacity: 1;
  visibility: visible;
}
.search-dropdown__wrapper {
  height: 220px;
  overflow: auto;
  padding: 12px 0 6px 1px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.search-dropdown__item {
  padding: 3px 8px 8px;
}
.search-dropdown__item-title {
  font-size: 14px;
  line-height: normal;
  margin-bottom: 3px;
}
.search-dropdown__item address,
.search-dropdown__item p {
  color: #bbb;
  font-size: 10px;
  line-height: normal;
}
.search-dropdown__item .siret-number {
  color: #8e8e8e;
}
.search-dropdown__item:nth-child(2n + 1) {
  background-color: rgba(243, 243, 243, 0.41);
}
.form__input-field--post-code {
  width: 112px;
}
.form__input .info-btn {
  right: -22px;
}

#comment {
  min-height: 60px;
}
.form__footer {
  margin-top: 25px;
  padding-top: 20px;
  border-top: 1px solid #ff7200;
}
.supplier-history, .client-history {
	font-size: 12px;
	color: rgb(0, 0, 0, 0.5);
	font-style: italic;
}
	.supplier-history span, .client-history span {
		font-size: 14px;
		color: #0070c0;
	}
/* add supplier section end */

/* autocomplete start */
/*.ui-autocomplete {
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
  border: 1px solid #ced4da;
  border-radius: 0.375rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  background: white;
  z-index: 9999;
}

.ui-autocomplete .ui-menu-item {
  padding: 0;
  border: none;
  background: transparent;
}

.ui-autocomplete .ui-menu-item-wrapper {
  padding: 12px 16px;
  border: none;
  background: transparent;
  color: #333;
  font-size: 14px;
  line-height: 1.4;
  transition: background-color 0.2s ease;
}

.ui-autocomplete .ui-menu-item-wrapper:hover,
.ui-autocomplete .ui-menu-item-wrapper.ui-state-active {
  background-color: #007bff;
  color: white;
  border: none;
}
*/
.ui-helper-hidden-accessible{
  display: none;
}
.autocomplete-entreprise {
	padding: 8px 0;
}

.autocomplete-entreprise__title {
	font-weight: bold;
	margin-bottom: 4px;
	font-size: 14px;
}

.autocomplete-entreprise__details {
	font-size: 12px;
	color: inherit;
	opacity: 0.9;
}

.autocomplete-entreprise__adresse {
	margin-bottom: 2px;
}

.autocomplete-entreprise__activite {
	margin-bottom: 2px;
	font-style: italic;
}

.autocomplete-entreprise__siret {
	font-weight: bold;
	font-size: 11px;
}

.ui-autocomplete .ui-menu-item-wrapper:hover .autocomplete-entreprise__details,
.ui-autocomplete .ui-menu-item-wrapper.ui-state-active .autocomplete-entreprise__details {
	opacity: 1;
}
/* autocomplete end */
/* Action icons styles */
.theme-tab__action-btn svg {
  color: #9e9e9e; /* Gris par défaut */
  transition: color 0.3s;
}

.theme-tab__action-btn:hover svg {
  color: #666666; /* Gris plus foncé au survol */
}

.theme-tab__action-btn.active svg {
  color: #0070c0; /* Bleu pour les icônes actives */
}

.theme-tab__action-btn.active:hover svg {
  color: #005a9e; /* Bleu plus foncé au survol pour les actives */
}

.sidebar__link img {
	transition: transform 0.3s ease;
}

.sidebar__link[aria-expanded="true"] img {
	transform: rotate(180deg);
}

.header__wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header__logo {
	display: flex;
	align-items: center;
}

	.header__logo img {
		display: block;
		height: 36px;
		object-fit: contain;
	}
	.header__logo img {
		transform: translateY(-2px);
	}
@media (max-width: 1599px) {
  .header__wrapper {
    padding-inline: 20px;
  }
  .header__nav {
    gap: 80px;
  }
  .header__menu-link {
    font-size: 16px;
  }
  .header__menu {
    gap: 40px;
  }
  .header__action-link {
    font-size: 16px;
  }
  .header__profile-label {
    font-size: 16px;
  }
  .sidebar {
    width: 280px;
    padding: 40px 10px 40px 20px;
  }
  .sidebar__link {
    font-size: 18px;
  }
  .theme-table th {
    padding: 19px 20px;
    /*font-size: 14px;*/
  }
  .theme-table td {
    padding: 19px 20px;
  }
  .footer,
  .efacture-footer {
    left: 280px;
    width: calc(100% - 280px);
  }
}

/* 
  Extra large devices (less than 1400px)
*/
@media (max-width: 1399px) {
  .header__logo img {
    width: 124px;
  }
  .header__menu {
    gap: 32px;
  }
  .header__menu-link {
    font-size: 14px;
  }
  .header__nav {
    gap: 60px;
  }
  .header__action-link {
    font-size: 14px;
  }
  .header__profile-label {
    font-size: 14px;
  }
  .sidebar {
    width: 250px;
  }
  .sidebar__menu {
    gap: 24px;
  }
  .sidebar__link {
    font-size: 16px;
  }
  .theme-table th {
    padding: 16px;
    /*font-size: 13px;*/
  }
  .theme-table td {
    padding: 16px;
    font-size: 13px;
  }
  .theme-tab__action-btn img {
    width: 16px;
    height: 16px;
  }
  .footer,
  .efacture-footer {
    left: 250px;
    width: calc(100% - 250px);
  }
}

/* 
  Large devices (less than 1200px)
*/
@media (max-width: 1199px) {
  .header__notification-btn {
    margin-right: 6px;
  }
  .header__logo img {
    width: 110px;
  }
  .header__notification-icon {
    width: 18px;
  }
  .sidebar {
    position: fixed;
    height: 100%;
    width: 280px;
    z-index: 1031;
    transform: translateX(-280px);
    transition: all 0.5s;
    padding-top: 60px;
  }
  .sidebar.active {
    transform: translateX(0);
  }
}

/* 
  Medium devices (less than 992px)
*/
@media (max-width: 991px) {
  .main__header {
    padding: 30px;
  }
  .theme-table__table {
    min-width: 920px;
  }
}

/* 
  Small devices (less than 768px)
*/
@media (max-width: 767px) {
  .main__header {
    padding: 30px 20px;
  }
  .main__header-action-btns {
    gap: 16px;
  }
  .form__title {
    padding-left: 14px;
    text-align: center;
  }
  .add-supplier__wrapper {
    padding: 30px 20px;
  }
  .form__container {
    padding: 15px 16px;
  }
  .footer__pagination {
    padding-inline: 20px;
  }
  .footer__pagination-btn {
    padding-inline: 20px;
    min-width: 140px;
  }
}

/* 
  Extra small devices (less than 576px)
*/
@media (max-width: 575px) {
  .search {
    width: 100%;
    margin-right: 0;
  }
}

