

/* Start:/bitrix/components/tektura/add.diler.form/templates/.default/style.css?17872828551592*/
.add-diler-form {
    max-width: 480px;
    margin: 35px auto;
}

.add-diler-form__title {
    margin: 0 0 24px;
    font-size: 28px;
    font-weight: 700;
    color: #222d55;
    line-height: 1.2;
}

.add-diler-form__field {
    margin-bottom: 16px;
}

.add-diler-form__label {
    display: block;
    margin-bottom: 6px;
    font-weight: 600;
}

.add-diler-form__required {
    color: #c00;
}

.add-diler-form__input {
    width: 100%;
    box-sizing: border-box;
    height: 48px;
    padding: 12px 16px;
    font-size: 16px;
    line-height: 1.4;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.add-diler-form__field--checkbox {
    margin-bottom: 12px;
}

.add-diler-form__checkbox-label {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-weight: normal;
    cursor: pointer;
}

.add-diler-form__checkbox-label input {
    margin-top: 3px;
    flex-shrink: 0;
}

.add-diler-form__actions {
    margin-top: 20px;
}

.add-diler-form__submit {
    padding: 14px 32px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background-color: #222d55;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.add-diler-form__submit:hover {
    background-color: #1a2344;
}

.add-diler-form__message {
    padding: 16px;
    border-radius: 4px;
}

.add-diler-form__message--success {
    background: #e8f5e9;
    color: #000;
    font-weight: 600;
}

.add-diler-form__message--error {
    background: #ffebee;
    color: #c62828;
}

.add-diler-form__errors {
    margin: 0;
    padding-left: 20px;
}

/* End */
/* /bitrix/components/tektura/add.diler.form/templates/.default/style.css?17872828551592 */
