* {
  font-family: "Roboto Mono";
  font-size: 16px;
}

body {
  background-color: #FFFDFA;
}

.modal * {
  font-family: "Inter";
  font-weight: 500;
}

.modal-content {
  border-radius: 0% !important;
}

.custom-border-dark,
.custom-border-dark:hover {
  border: solid 1px black;
  border-radius: 0px !important;
}

.tabs-list,
.modal-tabs-list {
  background-color: transparent;
}

.tabs-list .tab-button {
  padding: 1rem 2rem;
  font-size: 1.125rem;
  border: none;
  border-radius: 0;
  cursor: pointer;
}

.custom-hover:hover {
  background-color: #CCC6B8 !important;
  color: black !important;
}
.custom-hover-2:hover {
  background-color: #F5F4F0 !important;
  color: black !important;
}

.modal-lg {
  max-width: none;
  width: 100%;
}

@media (min-width: 1200px) {
  .modal-lg {
    width: 1150px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .modal-lg {
    width: 970px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .modal-lg {
    width: 730px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .modal-lg {
    width: 550px;
  }
}

@media (max-width: 575.98px) {
  .modal-lg {
    width: 100%;
    margin: 0 10px;
  }
}

.filter-radio:disabled + label{
  color: #CCC6B8;
}

.filter-radio + label{
  border-radius: 0% !important;
}

.modal-tabs-list .tab-button {
  padding: 0.5rem 1.25rem;
  border: none;
  border-radius: 0;
  cursor: pointer;
  text-align: start;
}

.tabs-list > .tab-active {
  background: #3f00a5;
  color: #ffffff;
  border: 5px solid #3f00a5;
}

.modal-tabs-list > .tab-button {
  border: 5px solid #CCC6B8;
  background: white;
}

.modal-tabs-list > .tab-active {
  background: #e6e0cf;
  border: 5px solid #CCC6B8;
}

.tab-content,
.modal-tab-content {
  display: none;
}

.tab-content {
  padding: 0 1.5rem;
}

.tab-content.active,
.modal-tab-content.active {
  display: block;
}

.content {
  border: 5px solid #3f00a5;
  height: 425px;
}

.workload-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}

.legend {
  display: flex;
  margin-bottom: 1rem;
}

.legend-item {
  display: flex;
  align-items: center;
  margin-right: 20px;
}

.legend-color {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}

.e6data-color {
  background-color: #9333ea;
}

.databricks-color {
  background-color: #e6e0cf;
}

.modal-tab-content .btn-check:checked + label {
  background-color: #CCC6B8 !important;
  color: black !important;
}

.modal-tab-content .btn-check + label {
  border: 1px solid #CCC6B8 !important;
  background-color: #ffffff !important;
}

.modal-content {
  background-color: #f5f4f0 !important;
}

.f-inter{
  font-family: inter !important;
}