header{
  background: #2D5AA9;
  color: #FFF;
  padding: 15px 0;
  font-family: Montserrat, "Helvetica Neue", sans-serif;
  margin-bottom: 5%;
}

form {
  border: 1px solid #e1e1e1;
  border-radius: 15px;
  box-shadow: 0px 5px 8px #c9c9c9;
  padding:10px;
}

#logo-header{
  width: 15%;
}

#errorCertificaat, #errorMedewerker {
  font-weight: bold;
  color:red;
}

#certificaten, #medewerkers{
  list-style: none;
  padding-top: 25px;
  padding-left: 5px;
  height: 240px;
  margin: 10px 0;
  overflow: auto;
  border: 1px solid #e1e1e1;
  border-radius: 5px;
}

#participantList, #verifyNoMails{
  display: none;
}

.changesDone{
  border: 3px solid #45b300 !important;
}

.header-div{
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.main{
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.support-text{
    font-family: 'sofia_proregular', sans-serif;
    font-size: 16px;
    line-height: 28px;
    color: #979797;
}

.checkAll{
  list-style: none;
  position: absolute;
  background: #cfcfcf;
  z-index: 10;
  padding-left: 6px;
  width: calc(100% - 1px);
  top: 1px;
  border-radius: 5px 0 0 0;
}

.filter-list{
  position: relative;
}
