

/* Start:/local/templates/shl_thems/components/bitrix/form/form_access_main/bitrix/form.result.new/form_access_main/style.css?17513141792697*/
.caphead {
    color: #FFF;
    font-family: Mulish;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px; /* 187.5% */
    margin-bottom:10px;
}

.capbody {
    display: flex;
    align-items: center;
    gap:22px;
}

.capbody .inputtext {
    border-radius: 5px;
    background: #FFF;
    padding:0 20px;
    height:40px;
    border-radius: 5px;
    font-family: Mulish;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px; /* 187.5% */
}

.checkbox-container {
    margin-top:24px;
}

.checkbox-container input {
    position: absolute;
    width: 1px;
    opacity: 0;
    bottom: 0;
    left: 12px;
    z-index: -1;
}

.checkbox-container label {
    position:relative;
    color: #FFF;
    font-family: Mulish;
    font-size: 14px;
    padding-left:32px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 16.8px */
}

.checkbox-container label:before {
    content: "";
    position: absolute;
    left:0;
    top:50%;
    transform:translateY(-50%);
    display: flex;
    width: 20px;
    aspect-ratio: 1 / 1;
    border-radius: 4px;
    background-color: #fff;
}

.checkbox-container input:checked + label:before {
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24px' height='24px'%3E%3Cpath d='M 20.292969 5.2929688 L 9 16.585938 L 4.7070312 12.292969 L 3.2929688 13.707031 L 9 19.414062 L 21.707031 6.7070312 L 20.292969 5.2929688 z'/%3E%3C/svg%3E");
}

@media (max-width: 768px) {

    .checkbox-container {
        margin-top:16px;
    }

    .caphead {
        font-size: 10px;
        margin-top:16px;
        margin-bottom:8px;
        line-height: 120% !important;
    }

    .capbody {
        flex-direction: column;
        align-items: start;
        gap:8px;
    }   

    .checkbox-container label:before {
        top:0;
        transform:translateY(-100%) !important;
    }

    .checkbox-container label {
        padding-left:32px;
        font-size: 10px !important;
        line-height: 120% !important;
    }
    
    .capbody .inputtext {
        box-sizing:border-box;
        height:30px;
        font-size: 10px;
    }

    .checkbox-container label:before {
        content: "";
        position: absolute;
        left:0;
        top:50%;
        transform:translateY(-50%);
        display: flex;
        width: 16px;
        aspect-ratio: 1 / 1;
        border-radius: 4px;
        background-color: #fff;
    }
}
/* End */
/* /local/templates/shl_thems/components/bitrix/form/form_access_main/bitrix/form.result.new/form_access_main/style.css?17513141792697 */
