#overlay-spinner {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 19000;
    top: 0;
    left: 0;
    opacity: 0.5;
    filter: alpha(opacity=50);
    background-color: #000333;
}
.loader {
    display: block;
    position: fixed;
    z-index: 1031;
    top: 50%;
    right: 50%;
}

.modal-xl {
    --bs-modal-width: 90%;
}

.select2-search {
    z-index: 1000000;
}

.menu_item_spotted{
    background-color: #6576ff;
    color: #ffffff
}

.menu_item_spotted{
    background-color: #6576ff;
    color: #ffffff
}
/*
.menu_item_spotted:hover, .active > .nk-menu-link {
    color: #ffffff !important;
}

.menu_item_spotted .nk-menu-link:hover .nk-menu-icon,
.menu_item_spotted.active > .nk-menu-link .nk-menu-icon,
.menu_item_spotted.current-menu > .nk-menu-link .nk-menu-icon {
    color: #ffffff !important;
}

.menu_item_spotted > *{
    color: #ffffff
}*/

.editable-cell {
    cursor: pointer;
    position: relative;
}
.editable-cell:hover {
    background-color: #f0f0f0;
}
.editable-cell input[type="text"] {
    width: auto;
    border: 1px solid #0d6efd; /* Blue border when editing */
    padding: 8px;
    box-sizing: border-box;
    border-radius: 5px;
}