p {
    color: inherit;
}

.lead {
    font-weight: inherit !important;
    color: inherit !important;
}

.dash-table-container .dash-spreadsheet-container .dash-spreadsheet-inner .dash-header > div input[type="text"], .dash-table-container .dash-spreadsheet-container .dash-spreadsheet-inner .dash-filter > div input[type="text"]{
    text-align: left;
}

:where(.css-cdzvx5).ant-tree-select-dropdown .ant-select-tree {
    font-family: 'Montserrat', sans-serif;
}

:where(.css-cdzvx5).ant-select-selector {
    border-color: #8d8d8d !important;
}

.input-group-text {
    box-shadow: none !important;
    border: 1px solid #d8d8d8 !important;
    min-width: 70px;
}

.dash-table-container .dash-spreadsheet-container th {
    font-weight: inherit !important;
}

:where(.css-cdzvx5).ant-select-single {
    height: 36px !important;
}

.rc-slider-track {
    background-color: #fd7622dd !important;
}

.rc-slider-dot-active, .rc-slider-handle {
    border-color: #fd7622ee !important;
}

.dash-spreadsheet-menu {
    display: none;
}

.current-page {
    background-color: white;
}

.form-select {
    line-height: 1.25rem;
    font-weight: inherit;
}

.accordion-button {
    font-size: 1rem;
    font-weight: 500;
    color: black !important;
}

.column-actions {
    align-items: end;
}

.accordion-item {
    font-weight: inherit !important;
    color: black !important;
}

.Select-control {
    border-radius: 0 !important;
    line-height: 1.25rem;
    border-color: #d8d8d8 !important;
    
}

.Select--multi .Select-value {
    background-color: #fd762266!important;
    border-color: #fd7622aa !important;
    color: black !important;
}
.Select--multi .Select-value-icon {
    border-right: none !important;
    padding-right: 0 !important;
}

:root {
  --bs-font-sans-serif: 'Montserrat', sans-serif;
  --bs-body-font-weight: 500;
  --bs-nav-link-font-size: 1rem;
  --bs-nav-link-font-weight: 600;
  --bs-border-color: #d8d8d8;
  --mantine-color-scheme: light;
}