/* [project]/src/components/CustomCheckbox.module.css [app-client] (css) */
.CustomCheckbox-module__8roMmG__labelCbx {
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.CustomCheckbox-module__8roMmG__labelCbx:has(input:disabled) {
  cursor: not-allowed;
  opacity: .6;
}

.CustomCheckbox-module__8roMmG__labelCbx input:checked + .CustomCheckbox-module__8roMmG__checkboxCustom {
  border-color: var(--main, #ad112a);
}

.CustomCheckbox-module__8roMmG__labelCbx input:checked + .CustomCheckbox-module__8roMmG__checkboxCustom svg path {
  fill: var(--main, #ad112a);
}

.CustomCheckbox-module__8roMmG__labelCbx input:checked + .CustomCheckbox-module__8roMmG__checkboxCustom svg polyline {
  stroke-dashoffset: 0;
}

.CustomCheckbox-module__8roMmG__labelCbx:hover:not(:has(input:disabled)) .CustomCheckbox-module__8roMmG__checkboxCustom svg path {
  stroke-dashoffset: 0;
}

.CustomCheckbox-module__8roMmG__checkboxCustom {
  border: 2px solid #c8ccd4;
  border-radius: 3px;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  transition: border-color .3s;
  position: relative;
}

.CustomCheckbox-module__8roMmG__checkboxCustom svg {
  position: absolute;
  top: -2px;
  left: -2px;
}

.CustomCheckbox-module__8roMmG__checkboxCustom svg path {
  fill: none;
  stroke: var(--main, #ad112a);
  stroke-width: 2px;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 71;
  stroke-dashoffset: 71px;
  transition: all .6s;
}

.CustomCheckbox-module__8roMmG__checkboxCustom svg polyline {
  fill: none;
  stroke: #fff;
  stroke-width: 2px;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 18;
  stroke-dashoffset: 18px;
  transition: all .3s;
}

.CustomCheckbox-module__8roMmG__checkboxLabel {
  pointer-events: none;
  vertical-align: middle;
  color: #374151;
  font-size: .875rem;
}

.CustomCheckbox-module__8roMmG__invisibleCheckbox {
  z-index: -1;
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute;
}

.CustomCheckbox-module__8roMmG__cntrCheckbox {
  position: relative;
}

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