/*!**************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./src/shared/ui/Checkbox/Checkbox.module.css ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************/
.Checkbox_customCheckbox__CDlVD {
    display: block;
    position: relative;
    padding-left: 15px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.Checkbox_customCheckbox__CDlVD input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.Checkbox_checkmark__aVnY8 {
    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;
    
    background-color: #fff;
    border-radius: 5px;
    border: 2px solid rgb(238, 244, 247);
}

.Checkbox_customCheckbox__CDlVD:hover input ~ .Checkbox_checkmark__aVnY8 {
    background-color: #dfdfdf;
}

.Checkbox_customCheckbox__CDlVD input:checked ~ .Checkbox_checkmark__aVnY8 {
    background-color: #2196f3;
    border: none;
}

.Checkbox_checkmark__aVnY8:after {
    content: "";
    position: absolute;
    display: none;
}

.Checkbox_customCheckbox__CDlVD input:checked ~ .Checkbox_checkmark__aVnY8:after {
    display: block;
}

.Checkbox_customCheckbox__CDlVD .Checkbox_checkmark__aVnY8:after {
    left: 7px;
    top: 4px;
    width: 6px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}

