@charset "UTF-8";
@media screen and (min-width: 500px) {
  div.checkboxes {
    width: 40vh;
    display: flex;
    padding: 2vh 0vh 2.2vh 0vh;
    justify-content: center;
    align-items: center;
  }
}
.header-container {
  transition: text-decoration, transform 0.5s ease-in-out;
}
.header-container h1 {
  color: rgba(1, 1, 108, 0.75);
  transition: text-decoration-line 2s ease-in-out transform 0.5s ease-in-out;
  text-decoration: none;
}
.header-container:hover {
  transform: scale(1.025, 1.025);
  color: rgba(1, 1, 108, 0.75);
}

.container {
  font-family: sans-serif;
  color: #666;
  margin: 8px 0;
}


@media screen and (min-width: 500px) {
  

  .custom-checkbox {
    position: relative;
    cursor: pointer;
  }
  .custom-checkbox input[type=checkbox] {
    position: absolute;
    opacity: 0;
  }
  .custom-checkbox input[type=checkbox] + b {
    position: relative;
    display: inline-block;
    background-color: #fff;
    border: 2px solid #e5e5e5;
    border-radius: 4px;
    font-size: 20px;
    color: #49b35e;
    cursor: pointer;
    line-height: 1;
    outline: 0;
    text-align: center;
    vertical-align: bottom;
    height: 18px;
    width: 18px;
    top: 3px;
    margin-bottom: auto;
    margin-right: 5px;
  }
  .custom-checkbox input[type=checkbox]:hover + b {
    border-color: #49b35e;
  }
  .custom-checkbox input[type=checkbox]:hover + b:after {
    color: #49b35e;
    content: "✔";
  }
  .custom-checkbox input[type=checkbox]:checked + b:after {
    content: "✔";
  }
  .custom-checkbox input[type=checkbox]:checked:hover + b {
    border-color: #f43f31;
  }
  .custom-checkbox input[type=checkbox]:checked:hover + b:after {
    color: #f43f31;
    content: "✖";
  }
  .custom-checkbox input[type=checkbox]:disabled + b {
    background-color: #e5e5e5;
  }
  .custom-checkbox input[type=checkbox]:disabled + b:after {
    content: "";
  }
  .custom-checkbox input[type=checkbox]:disabled:hover + b {
    border-color: #e5e5e5;
    cursor: not-allowed;
  }
  .custom-checkbox input[type=checkbox]:disabled:hover + b + span {
    cursor: not-allowed;
  }
  .custom-checkbox input[type=checkbox]:disabled:checked + b:after {
    content: "✔";
  }
  .custom-checkbox input[type=checkbox]:disabled:checked:hover + b:after {
    color: #49b35e;
    content: "✔";
  }
}

@media screen and (max-width: 500px) {

  
.custom-checkbox {
  position: relative;
  cursor: pointer;
}
.custom-checkbox input[type=checkbox] {
  position: absolute;
  opacity: 0;
}
.custom-checkbox input[type=checkbox] + b {
  position: relative;
  display: inline-block;
  background-color: #fff;
  border: 2px solid #e5e5e5;
  border-radius: 4px;
  font-size: 20px;
  color: #49b35e;
  cursor: pointer;
  line-height: 1;
  outline: 0;
  text-align: center;
  vertical-align: bottom;
  height: 18px;
  width: 18px;
  top: 3px;
  margin-bottom: auto;
  margin-right: 5px;
}

.custom-checkbox input[type=checkbox]:checked + b:after {
  content: "✔";
}

.custom-checkbox input[type=checkbox]:disabled + b {
  background-color: #e5e5e5;
}
.custom-checkbox input[type=checkbox]:disabled + b:after {
  content: "";
}

.custom-checkbox input[type=checkbox]:disabled:checked + b:after {
  content: "✔";
}

  
}

/*# sourceMappingURL=stylesheet.css.map */
