/*
 * COLORS
 */
/*
 * FONT AND TEXT
 */
/*
 * SIZES AND PREFIXES
 */
/*
 * MEDIA QUERIES
 */
.--center-ver {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

.--unselectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.--click-through {
  pointer-events: none;
}

.--no-scroll-bar {
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
}
.--no-scroll-bar::-webkit-scrollbar {
  width: 0 !important;
}

.input-base {
  border: none;
  border-radius: 6px;
  outline: none;
  font-size: 14px;
  padding: 11px 0px 11px 13px;
  box-shadow: none;
  -webkit-transition: border 0.3s ease-in-out;
  -moz-transition: border 0.3s ease-in-out;
  -ms-transition: border 0.3s ease-in-out;
  -o-transition: border 0.3s ease-in-out;
  transition: border 0.3s ease-in-out;
  -webkit-transition: box-shadow 0.3s ease-in-out;
  -moz-transition: box-shadow 0.3s ease-in-out;
  -ms-transition: box-shadow 0.3s ease-in-out;
  -o-transition: box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out;
}
.input-base::placeholder {
  color: #8DA1B7;
}

.display-none {
  display: none;
}

td:hover .check_control {
  visibility: unset;
  border: 2px solid #1d205e;
  border-radius: 5px;
  font-weight: 700;
  font-size: 15px;
  display: block;
}

td:hover .check_control.check_control--selected,
td .check_control.check_control--selected {
  visibility: unset;
  border-radius: 5px;
  color: white;
  font-weight: 700;
  font-size: 15px;
}

td:hover .check_control {
  border: 2px solid rgb(var(--primary-color));
  color: rgb(var(--primary-color));
}

td:hover .check_control.check_control--selected,
td .check_control.check_control--selected {
  background-color: rgb(var(--primary-color));
}

/*# sourceMappingURL=checklist-with-hover.css.map */
