body.instructor {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    color: $zim_lime;

    strong {
      font-family: $ratio;
      color: $zim_lime;
    }
  }

  .text-centered {
    text-align: center;
    vertical-align: middle;
  }

  .left-no-padding {
    .col {
      padding-left: 0;
    }

    .row {
      margin-bottom: 0;

      .teil-margin-bottom {
        margin-bottom: 20px;
      }
    }
  }

  .fixed-footer {
    background-color: $zim_lime;

    a,
    h3 {
      color: $text_inverse;
    }

    button.outlined {
      border: 2px $text_inverse solid;
      color: $text_inverse;
    }
  }

  button.outlined {
    border: 2px $zim_lime solid;
    color: $zim_lime;

    &.active {
      border: 2px $text_inverse solid;
      background-color: $zim_lime;
      color: $text_inverse;
    }
  }

  .material-tooltip {
    color: $text_inverse;
  }
}

.instructor-container {
  #course-container #course-list {
    tr {
      border-color: $zim_lime;
    }

    a {
      color: $zim_lime;
    }
  }

  .content-with-margin {
    ul {
      padding-left: 18px;
      
      li {
        list-style-type: disc;
      }
    }
  }
}

.file-drop-area {
  position: relative;
  margin-top: 16px;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 20px 75px;
  border: 2px $text_secondary dashed;
  border-radius: 3px;

  &.active {
    background-color: rgba(0, 0, 0, 0.1);
  }
}

.file-input-message {
  margin: 0 auto;
  color: $text_secondary;
  font-family: $ratio;
  font-weight: 300;
  line-height: 1.4;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 20px;
}

#id_cv_document,
#id_questionnaire_document,
#id_additional_doc1,
#id_additional_doc2,
#id_additional_doc3,
#quotation {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
  opacity: 0;
}

.file-input-label {
  font-size: 1rem;

  @media only screen and (max-width: $breakpoint_small) {
    margin-top: 20px;
  }
}

#questionnaire-download-link {
  margin-bottom: 20px;

  a {
    color: $zim_lime;
  }
}

@media only screen and (max-width: $breakpoint_medium) {
  #cv-label-id,
  #questionnaire-label-id {
    padding: 75px 75px;
  }
}

.filter-margin {
  @media only screen and (max-width: $breakpoint_medium) {
    margin-bottom: 20px !important;
  }
}

.filter-container {
  display: flex;
  flex-direction: row;
  gap: 50px;
  margin-bottom: 25px;

  @media only screen and (max-width: $breakpoint_medium) {
    flex-wrap: wrap;
    gap: 20px
  }
}

.button-filter-container {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    flex-direction: column;
}

.button-filter-inner-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 25px;
  a {
    text-decoration: none;
  }
}

.selected-button {
  background: $zim_green !important;
  color: white !important;
}

.zoom-account-error {
  color: red;
}
