/* 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;
}