

/* Start:/local/templates/.default/components/bitrix/system.auth.registration/.default/style.css?1783344584960*/
.accepted-with-docs {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    text-align: left;
    margin-bottom: 12px;
}

.accepted-with-docs .registration-body__field-error {
    margin-bottom: 0;
}

.accepted-with-docs input[type="checkbox"] {
    position: absolute;
    pointer-events: none;
    opacity: 0;
}

.accepted-with-docs input[type="checkbox"]:checked+label::before {
    background-image: url('/local/templates/.default/components/bitrix/system.auth.registration/.default/./check-mark.svg');
}

.accepted-with-docs label {
    display: inline-block;
    cursor: pointer;
}

.accepted-with-docs label::before {
    content: '';
    width: 12px;
    height: 12px;
    min-width: 12px;
    border: 1px solid black;
    display: inline-block;
    margin-right: 4px;
    padding: 2px;
    border-radius: 2px;
    font-size: 7px;
    background-image: none;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transition: .2s ease-in-out;
}
/* End */
/* /local/templates/.default/components/bitrix/system.auth.registration/.default/style.css?1783344584960 */
