.custom-data-table {
	min-width: 100%; width: auto;
}

.d-none {
	display: none;
}

.h-auto {
	height: auto;
}

.h-fit-content {
	height: fit-content;
}

.min-height-half {
	min-height: 50vh;
}

.max-h-50 {
	max-height: 50px;
}

.min-width-fit-content {
	min-width: fit-content;
}

.of-y-auto {
	overflow-y: auto;
}

.of-xy-hidden {
	overflow-x: hidden; overflow-y: hidden;
}

.resize-none {
	resize: none;
}

.custom-store-restriction-div {
	max-height: 35vh; overflow-y: auto;
}

.custom-omniu-order-tr {
	background-color: rgba(0, 0, 0, .05);
}

.custom-qr-map-video {
	border: 1px solid gray; height: 30vh; width: 100%;
}

.custom-form-div {
	height: 50vh; overflow-y: auto;
}

.custom-import-config-detail-modal-div {
	overflow-x: auto; height: 75vh;
}

.custom-third-party-order-tr {
	background-color: rgba(0, 0, 0, .05);
}

.custom-home-refresh-page-div {
	background-color: #0007; display: none; z-index: 1; left: 0; top: 0;
}
/* Sidebar Store Dependent Module Highlight */
/* .sidebar-nav .nav-item.store-dependent-module {
    border-left: 4px solid #4154f1;
    background-color: #f6f9ff;
    border-radius: 0 8px 8px 0;
    margin-right: 15px;
    margin-bottom: 5px;
    transition: all 0.3s ease;
}

.sidebar-nav .nav-item.store-dependent-module .nav-link {
    background: transparent;
}

.sidebar-nav .nav-item.store-dependent-module:hover {
    border-left: 4px solid #012970;
    background-color: #e0e8ff;
} */

/* Global Store Selector Dropdown */
.global-store-selector-container {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    position: relative;
}

.global-store-selector-container:hover {
    transform: translateY(-1px);
}

.custom-store-dropdown-group {
    background-color: #fff;
    border: 1px solid rgba(0,0,0,0.08) !important;
}

.custom-store-dropdown-group .bootstrap-select > .dropdown-toggle {
    padding-left: 5px;
    font-weight: 600;
}

.custom-store-dropdown-group .bootstrap-select .dropdown-menu {
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    border: none;
    margin-top: 10px;
}

.custom-store-dropdown-group .bootstrap-select .dropdown-menu li a {
    padding: 10px 20px;
    border-radius: 8px;
    margin: 2px 10px;
    transition: all 0.2s ease;
}

.custom-store-dropdown-group .bootstrap-select .dropdown-menu li a:hover,
.custom-store-dropdown-group .bootstrap-select .dropdown-menu li.active a {
    background-color: #f6f9ff;
    color: #4154f1;
}

/* Add a badge indicator for store context */
.store-context-badge {
    position: absolute;
    top: -2px;
    right: -2px;
    width: 12px;
    height: 12px;
    background-color: #198754;
    border-radius: 50%;
    border: 2px solid #fff;
    z-index: 5;
}
