.apexcharts-canvas {
    background-color: white;
}

.dropdown-menu{
    max-height: calc(100vh - 100px);
    overflow-y: auto;
}

.form-select{
    background-color: white;
    width: 50%;
}