

/* Start:/local/templates/biodiversity/components/bitrix/form.result.new/form/style.css?17700151722971*/
.send-button {
    background-color: var(--brand-color);
    color: white;
    border: none;
    padding: 15px 40px;
    font-size: 18px;
    border-radius: 125px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    min-width: 120px;
    min-height: 55px;
    width: fit-content;
}

.send-button:hover {
    background-color: var(--brand-color-2);
}

.send-button:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgba(40, 167, 69, 0.5);
}

input.send-button[type="submit"],
button.send-button[type="submit"] {
    display: inline-block;
}

.captcha_input {
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
}

div[id*="wait_comp_"] {
    display: none !important;
}

.success-message {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 60px;
    padding: 20px 24px;
    margin: 16px 0;
    background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%);
    border: 1px solid #c3e6cb;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(40, 167, 69, 0.15);
    animation: successSlideIn 0.4s ease-out;
}

.success-message__text {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: #155724;
    text-align: center;
}

@media (max-width: 768px) {
    .success-message {
        padding: 16px 20px;
        margin: 12px 0;
        min-height: 48px;
    }

    .success-message__text {
        font-size: 15px;
    }
}

@keyframes successSlideIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.success-message--with-icon {
    gap: 12px;
}

.success-message__icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%2328a745"><path d="M9 12l2 2 4-4m6 2a9 9 0 11-18 0 9 9 0 0118 0z"/></svg>') no-repeat center;
    background-size: contain;
}

.gaField__error {
    color: var(--error-color);
    height: 10px;
}
.feedbackSectionForm .feedbackSectionFormField-input.field-error input {
    border: 1px solid var(--error-color);
}
.feedbackSectionForm .field-error .gaField__error {
    color: white;
    background-color: var(--error-color);
    display: block;
    padding: 8px 10px;
    line-height: 120%;
    height: auto;
    border-radius: 7px;
    position: relative;
}
.feedbackSectionForm .field-error .gaField__error:before {
    content: "";
    left: 20px;
    top: -14px;
    position: absolute;
    border: 7px solid transparent;
    border-bottom: 7px solid var(--red);
}
.error-box-top p .errortext{
    color: white;
    background-color: var(--error-color);
    display: block;
    padding: 8px 10px;
    line-height: 120%;
    height: auto;
    border-radius: 7px;
    max-width: max-content;
    margin-bottom: 20px;
}

/* End */
/* /local/templates/biodiversity/components/bitrix/form.result.new/form/style.css?17700151722971 */
