.divAbsenceSubCategory-js,
.divAbsenceSubSubCategory-js {
  display: none;
}

.active {
  display: block;
}

.absence__file {
  display: none;
}

.absence__radio {
  display: none;
}

.absence__label {
  color: black;
  padding: 10px;
  cursor: pointer;
  margin: 10px;
  border: 1px solid #01386d;
  border-radius: 10px;
}

.absence__label:hover {
  background: #0522ff;
  color: #fff;
}

.absence_type__labbel {
  color: black;
  padding: 10px;
  margin: 10px;
  border: 1px solid #01386d;
  border-radius: 10px;
}

.absence_type__title {
  padding-left: 10px;
  margin: 10px;
  border-left: 4px solid #007B8D;
}

.absence_type__div {
  padding: 10px 30px;
}

input[type="radio"]:checked + label.absence__label {
  background: #01386d;
  color: #fff;
}

.absence__item {
  font-size: 1.5rem;
  /* line-height: 30px; */
  margin-bottom: 10px;
  padding: 0;
  font-weight: 500;
}

.absence__description {
  font-size: 1.3rem;
}

.active {
  display: block;
}

.absence_counterdetails {
  display: flex;
  justify-content: center;
}

.absence__show_details {
  cursor: pointer;
  position: relative;
  padding: 0 50px;
}

.absence__show_details::after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  background: url("../../images/icons/caret-down-4Dx6E0U.svg");
  width: 16px;
  height: 16px;
}

.absence__show_details::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  background: url("../../images/icons/caret-down-4Dx6E0U.svg");
  width: 16px;
  height: 16px;
}

.absence__show_details.showactive::after {
  transform: rotate(180deg);
}

.absence__show_details.showactive::before {
  transform: rotate(180deg);
}
