#header {
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 100;
  width: calc(100% - 220px);
}

#content-title {
  font-size: 18px;
  margin-bottom: 2px !important;
  font-weight: bold;
}

#header-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 25px;
  background-color: #FFFFFF;
}

#header-description {
  width: 50%;
  line-height: normal;
}

#dashboard-title {
  font-weight: 900;
  margin-bottom: 0px !important;
}

#dashboard-description {
  font-size: 12px;
  margin-bottom: 0px !important;
}

#content-header {
  display: flex;
  padding: 15px 25px;
  justify-content: space-between;
  background-color: #f8f9fa;
}

#header-filter {
  display: flex;
  flex-direction: column;
  align-items: end;
}

.dropdown {
  margin-left: 24px;
  min-width: 180px;
  font-size: 12px;
}

.temp-button {
  background-color: #632956;
  margin-left: 16px !important;
  font-size: 12px;
  padding: 2px 10px !important;
}

@media screen and (max-width: 1200px) {
  #content-header {
    flex-direction: column;
  }

  #header-filter {
    align-items: start;
    margin-top: 12px;
  }

  .temp-button {
    margin-right: 16px !important;
    margin-left: 0px !important;
  }

  .dropdown {
    margin-right: 24px;
    margin-left: 0px;
  }
}

#filter-dropdown {
  display: flex;
  margin-bottom: 10px;
}

.Select-multi-value-wrapper {
  height: 24px;
}

.Select-placeholder {
  height: 24px;
  line-height: 24px;
}

.Select-control {
  height: 24px;
  border: 1px solid #343A40;
  border-radius: 5px;
}

.Select-value {
  display: flex;
  align-items: center;
}

.Select-input {
  display: flex !important;
  align-items: center;
  height: 24px;
}

.Select-arrow {
  border-color: #343A40 transparent transparent;
}