

/* Start:/partner/style.css?17707269031169*/
.ezviz-for-partners {}

.ezviz-for-partners__container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap;
    max-width: 900px;
    margin: 0 auto;
}

.ezviz-for-partners__description {
    flex: 1 1 520px;
    min-width: 280px;
    background-color: #EFF2F8;
    border-radius: 24px;
    padding: 24px;
    margin: 0;
    box-sizing: border-box;
}

.ezviz-for-partners__form {
    flex: 0 1 340px;
    max-width: 100%;
    box-sizing: border-box;
}

.ezviz-for-partners__description h2 {
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 24px 0;
}

.ezviz-for-partners__description p {
    font-size: 14px;
}

.ezviz-for-partners__description h3 {
    font-size: 16px;
    font-weight: bold;
}

@media all and (max-width: 768px) {
    .ezviz-for-partners__container {
        flex-direction: column;
        padding-left: 24px;
        padding-right: 24px;
        box-sizing: border-box;
    }

    .ezviz-for-partners__description {
        flex: 1 1 auto;
    }

    .ezviz-for-partners__form {
        flex: 1 1 auto;
    }
}
/* End */


/* Start:/local/templates/universe_s1_new-ezviz/components/ceh9/webform/partner/style.css?17707296364081*/
.ceh9-webform-wrapper {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 24px;
    background-color: #EFF2F8;
    border-radius: 24px;
    box-sizing: border-box;
}

.ceh9-webform-title {
    margin: 0 0 16px 0;
    font-size: 18px;
    font-weight: 600;
    color: #1F1F1F;
    line-height: 24px;
}

.ceh9-webform-form {
    width: 100%;
}

.ceh9-webform-field {
    margin-bottom: 16px;
}

.ceh9-webform-label {
    display: block;
    margin-bottom: 4px;
    font-size: 14px;
    font-weight: 600;
    color: #1F1F1F;
    line-height: 24px;
}

.ceh9-webform-label-required {
    color: #dc3545;
    margin-left: 4px;
}

.ceh9-webform-input,
.ceh9-webform-textarea,
.ceh9-webform-select {
    width: 100%;
    padding: 12px 16px;
    border: 0;
    border-bottom: 1px solid #1F1F1F;
    border-radius: 0;
    font-size: 14px;
    font-weight: 400;
    color: #1F1F1F;
    line-height: 24px;
    font-family: inherit;
    background: transparent;
    transition: all 0.4s;
    box-sizing: border-box;
}

.ceh9-webform-input:focus,
.ceh9-webform-textarea:focus,
.ceh9-webform-select:focus {
    outline: none;
    box-shadow: none;
}

.ceh9-webform-textarea {
    min-height: 120px;
    resize: none;
}

.ceh9-webform-select {
    cursor: pointer;
}

.ceh9-webform-radio-group,
.ceh9-webform-checkbox-group {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
}

.ceh9-webform-radio-item,
.ceh9-webform-checkbox-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px;
}

.ceh9-webform-radio-input,
.ceh9-webform-checkbox-input {
    cursor: pointer;
    flex-shrink: 0;
}

.ceh9-webform-radio-label,
.ceh9-webform-checkbox-label {
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    color: #414141;
    line-height: 24px;
    user-select: none;
    margin: 0;
}

.ceh9-webform-button {
    width: 100%;
    padding: 12px 24px;
    background-color: #4484F4;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    cursor: pointer;
    transition: all 0.4s;
}

.ceh9-webform-button:hover {
    background-color: #3165D1;
}

.ceh9-webform-button:active {
    transform: translateY(1px);
}

.ceh9-webform-button:disabled {
    user-select: none !important;
    cursor: not-allowed !important;
    background-color: #808080 !important;
    transform: none;
}

.ceh9-webform-messages {
    padding: 12px 16px;
    border-radius: 8px;
    margin-bottom: 8px;
}

.ceh9-webform-messages-success {
    background-color: rgba(217, 236, 254, 0.7);
    border: none;
    color: #4484f4;
}

.ceh9-webform-messages-error {
    background-color: #f8d7da;
    border: 1px solid #f5c6cb;
    color: #721c24;
}

.ceh9-webform-messages ul {
    margin: 8px 0 0 0;
    padding-left: 20px;
}

.ceh9-webform-messages li {
    margin-bottom: 4px;
}

.ceh9-webform-form-hidden {
    display: none;
}

.ceh9-webform-success-only {
    padding: 20px;
    text-align: center;
}

.ceh9-webform-agreement {
    margin-bottom: 20px;
}

.ceh9-webform-agreement-label {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    color: #1F1F1F;
    line-height: 24px;
    user-select: none;
    background: transparent;
}

.ceh9-webform-agreement-checkbox {
    margin-top: 2px;
    cursor: pointer;
    flex-shrink: 0;
}

.ceh9-webform-agreement-text {
    line-height: 1.5;
    color: inherit;
    background: transparent;
}

/* Prevent global styles highlighting agreement text on checked/focus */
.ceh9-webform-agreement-checkbox:checked + .ceh9-webform-agreement-text,
.ceh9-webform-agreement-checkbox:focus + .ceh9-webform-agreement-text,
.ceh9-webform-agreement-checkbox:active + .ceh9-webform-agreement-text {
    color: inherit;
    background: transparent;
}

.ceh9-webform-agreement-text a {
    color: #4484F4;
    text-decoration: underline;
}

.ceh9-webform-agreement-text a:hover {
    color: #3165D1;
}

@media (max-width: 768px) {
    .ceh9-webform-wrapper {
        padding: 24px;
    }
}
/* End */
/* /partner/style.css?17707269031169 */
/* /local/templates/universe_s1_new-ezviz/components/ceh9/webform/partner/style.css?17707296364081 */
