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

* {
  font-family: "Roboto", sans-serif;
}
.categories,
.experience,
.function,
.location,
.departments {
    display: none;
}

.layers-1,
.layers-4{
   display: block;
    margin-bottom: 10px;
}

.filters {
    margin-bottom: 10px;
}
.title {
    font-weight: bold;
    font-size: 18px;
    color: #020617;
}

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

label:hover {
    cursor: pointer;
    color: #002a80;
}

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

.btn {
    background-color: #003bb3 !important;
    color: #fff;
    border-radius: 50px;
  font-size: 15px;
  font-weight: 500;
    border: 2px solid #003bb3!important
}

.btn:hover {
  background-color: #fff !important;
  color: #003bb3 !important;
}

a {
    text-decoration: underline;
    
}

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

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


.selection label:has(input:focus-visible),
a:focus {
  outline: solid #292b2c !important;
}

.btn:focus {
  outline: thick double #292b2c !important;
  color: #fff;
}



#email {
  width: 100%;
  max-width: 400px;
}

