.v-list--nav .v-list-item {
    padding: 0 0px !important;
}
.v-icon{
    color: white !important;
}
.theme--light.v-divider {
    border-color: rgb(0 0 0 / 34%) !important;
}
.card-headertext{
    font-weight: bold !important;
    font-family: revert !important;
    font-size: 23px !important;
}
.swal-confirm-button-text {
    color: white !important;
}
.checkbox-class .v-icon{
    color:rgba(0, 0, 0, .6) !important;
}

.select_input .v-icon{
    color: black !important;
}
.date_filter_custom .v-icon{
    color: black !important;
}
.custom-autocomplete .v-icon{
    color: black !important;
}
.check .v-icon{
    color: black !important;
}
.datepickervariance .v-icon{
    color: black !important;
}

.analysis_table .v-data-table-header .text-start {
    font-size: 15px !important; /* Adjust font size as needed */
    font-weight: bold !important;
  }
