.loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}


.loader .spinner {
    width: 50px;
    height: 50px;
    border: 6px solid #ccc;
    border-top-color: #3498db;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}


@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.min-w-80-percent {
    min-width: 80%;
}

.search-footer {
    padding: .75rem 1.563rem;
    position: absolute;
    inset-block-end: 0;
    width: 100%;
    background-color: var(--custom-white);
    border-block-start: 1px dashed var(--default-border);
    display: flex !important;
    box-shadow: 0 .25rem .5rem rgba(0, 0, 0, .5);
}


/* test nsaybo select2 */
.fls-custom-wrapper {
    position: relative;
    width: 100%;
    font-family: Arial, sans-serif;
}

.fls-custom-toggle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 12px;
    background: #fff;
    border: 1px solid #ced4da;
    border-radius: 6px;
    cursor: pointer;
    min-height: 37px;
    max-height: 37px;

}

.fls-custom-toggle .selected-content {
    display: flex;
    align-items: center;
    gap: 6px;
}

.fls-custom-toggle .arrow {
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #666;
}

.fls-custom-options {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    border: 1px solid #ced4da;
    border-radius: 6px;
    margin-top: 2px;
    display: none;
    z-index: 1000;
    max-height: 300px;
    overflow-y: auto;
    padding: 6px;
}



.fls-custom-options .option-html {
    padding: 8px 12px;
    cursor: pointer;
    font-size: 14px;
}

.fls-custom-options .option-html:hover {
    background: #9578ff;
    color: #ffe91a;
}

.fls-select2 {
    display: none !important;
}



.fls-custom-options input[type="text"] {
    width: 100%;
    margin: 0;
    padding: 5px 12px;
    border: none;
    border: 1px solid #ddd;
    border-radius: 6px;
    outline: none;
    font-size: 14px;
    box-sizing: border-box;
}

.fls-custom-options input[type="text"]:focus {
    background-color: #ffffff;
}

.option-html {
    display: flex !important;
    align-items: center;

    padding: 8px 12px;
    cursor: pointer;
    font-size: 14px;
}

.option-html:hover {
    background: #9578ff;
}

.option-html img {
    width: 24px;
    height: 24px;
    border-radius: 50%;
}

.option-html.selected {
    color: #ffe91a;
    background-color: #9578ff;
    font-weight: 500;
}

.option-html.selected {
    background-color: #9578ff;
    font-weight: 500;
}

.selected-content.placeholder {
    background: transparent;
}

.nav-adjust {
    margin: 0px 8px 0px 8px;
}




td {
    padding: 0.30rem 0.30rem !important;
}

.disabled-link {
    pointer-events: none;
    opacity: 0.5;
    cursor: not-allowed;
}
/* .startbar{
    z-index: 2005 !important;

.startbar {
    z-index: 1050 !important;
}

.offcanvas-backdrop {
    z-index: 2006 !important;
}

.offcanvas {
    z-index: 2007 !important;
} */


.brand .logo .logo-lg {
    width: 100% !important;
}
