

/* Start:/local/components/im/feedback.form/templates/demo/style.css?17667576471596*/
.demo .custom-checkbox.download-form-input_checkbox {
    z-index: 1;
    margin-left: 20px;
    line-height: inherit;
    font-size: 14px;
    position: relative;
}
.demo button.submit:disabled {
    background-color: grey;
}
.demo input {
    background-color: inherit;
    border-bottom: 1px solid grey;
}

.demo .form-label {
    cursor: text;
}

.demo form, .demo .download__block-success {
    max-width: 512px;
    margin: 10px auto 40px auto;
}

.demo .download-content a.button {
    display: inline-block;
    margin-top: 15px;
    padding: 14px 32px;
    text-decoration: none;
    border-radius: 4px;
    background-color: #007bff;
    color: #ffffff !important;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s, transform 0.1s;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.demo .download-content a.button:hover {
    background-color: #0056b3;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.demo .download-content a.button:active {
    transform: translateY(0);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.demo .download-content p {
    margin: 10px 0;
}

/* Блокировка кнопки при отправке формы через CSS */
.demo form.is-submitting button.submit {
    pointer-events: none;
    opacity: 0.6;
    cursor: not-allowed;
    background-color: grey !important;
}

.demo form.is-submitting button.submit::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
}

/* End */
/* /local/components/im/feedback.form/templates/demo/style.css?17667576471596 */
