/* Anomalies Datatable Row Styling */
.ag-row::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 2px;
    background-color: #e0e0e0;
    z-index: 1;
}

.ag-row.highlight-ratio::before {
    background-color: #ff6b6b;
}

/* Media Queries */
@media (max-width: 768px) {
    .horizontal-range-slider {
        transform: rotate(270deg) !important; /* Remove vertical rotation */
    }
}

/*!* CSS for solid line marker *!*/
/*.legend-solid {*/
/*    border: none;*/
/*    border-bottom: 4px solid #1F51FF;*/
/*    width: 20px;*/
/*    height: 2px;*/
/*    background-color: transparent;*/
/*}*/

/*!* CSS for dashed line marker *!*/
/*.legend-dashed {*/
/*    border: none;*/
/*    border-bottom: 4px dashed #1F51FF;*/
/*    width: 20px;*/
/*    height: 2px;*/
/*    background-color: transparent;*/
/*}*/

.apexcharts-toolbar {
    position: absolute;
    right: auto;
    left: 10px;
}


/* Styles for all dropdowns within REA */
/* menu-outer allows the dropdown to expand completely. */
.Select-menu-outer {
    max-height: none !important;
}

/* multi-value-wrapper ensures they stay the default dash dropdown height and add a scrollbar. */
.Select-multi-value-wrapper {
    max-height: 38px !important;
    min-height: 38px !important;
    overflow-y: auto !important;
}