@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

body {
    font-family: "Inter", sans-serif;
}

.departments,
.experience,
.function,
.location {
  display: none;
}

.layers-1 {
  display: block;
}

/*---*/


.filters {
    margin-bottom: 10px;
}
.title {
  font-weight: 700;
  font-size: 18px;
  color: #281e69;
  font-family: "Inter", sans-serif;
  margin-bottom: 5px;
}

label {
    font-weight: 500;
    margin-right: 10px !important;
    font-size: 16px;
}

label:hover {
    cursor: pointer;
}

.selection label {
    margin-right: 5px;
    font-weight: normal;
}

.btn {
    background-color: #281e69 !important;
  border-radius: 50px;
  padding: 10px 30px;
  font-size: 16px;
    color: #fff;
    font-family: "Inter", sans-serif;
}

.btn:hover {
  color: #fff !important;
  background-color: #4c61e9 !important;
}

a {
    text-decoration: underline;
    
}

input[type="radio"],
input[type="checkbox"] {
    accent-color: #8abd24;
}

.form-group {
    display: block !important;
    margin-bottom: 5px !important;
}

label:has(input:focus-visible),
a:focus {
  outline: 1px solid #1e1e1e !important;
}

.btn:focus-visible {
  outline: solid #4c61e9 !important;
  color: #fff !important;
}

.email-label {
  font-weight: bold;
  font-size: 15px;
  color: #281e69;
  display: block !important;
  font-family: "Inter", sans-serif;
}

#email {
  width: 100%;
  max-width: 400px;
}
/*
.selection {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
*/
.selection {
    display: block;
}

label {
    display: block;
  }
/*
@media (max-width: 650px) {
  .selection {
    display: block;
  }
  
  label {
    display: block;
  }
}*/
