

/* Start:/local/components/altermax/registry/templates/getchips/style.css?17840555594276*/
.alert-danger {
    padding: 10px;
    text-align: center;
}
.text-block * {
    text-align: center;
}

.el-input__inner {
padding: 0;
outline: 0;
border: none;
background: 0 0;
width:100%;
height: 100%;
font-size: 16px;
font-weight: 400;
}

.el-input__wrapper {
    display: inline-flex;
    flex-grow: 1;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 0 1px #969692 inset;
    color: #333;
    background-color: white;
    border-radius: 4px;
    padding: 1px 15px;
    height: 40px;
    width: 210px;
    margin-bottom: 5px;
}
.button-wrap {
    text-align: center;
}

.icon-block {
    text-align: center;
}

form {
    margin-bottom: 20px;
    margin-top: 20px;
}

.button-wrap {
    text-align: center;
}

#registraion-page-form {
    padding:20px;
}

.el-dialog__header {
    padding: 10px;
    text-align: center;
}

.form-terms-checkbox {
    padding: 0px;
    list-style: none;
}
.close_container .close {
    right: 9px;
    top: 3px;
}

#registraion-page-form {
    display: flex;
    flex-direction: column;
    align-items: center;
}
#registraion-page-form p {
    text-align:center;
}

.solutions_show .errorCust {
    position: relative;
}
.error * {
    color:red;
}

.button-main {
    width: 100%!important;
}

/* --- Мягкая подсказка под email --- */
.registry-email-hint {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    margin-top: 0;
    width: 100%;
    max-width: 420px;
    transition: max-height 0.35s ease, opacity 0.3s ease, margin-top 0.3s ease;
}

.registry-email-hint--visible {
    max-height: 48px;
    opacity: 1;
    margin-top: 8px;
}

.registry-email-hint__text {
    margin: 0;
    padding: 8px 10px;
    font-size: 12px;
    line-height: 1.45;
    text-align: left !important;
    color: #7a5a20;
    background: #fff9dd;
    border-left: 3px solid #e67817;
    border-radius: 0 3px 3px 0;
}

.registry-email-hint__text i {
    margin-right: 5px;
    color: #e67817;
}

.registry-email-hint__text strong {
    color: #29166f;
}

/* --- Блокирующее сообщение у ошибок (сверху) --- */
.registry-email-blocked {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
    max-width: 560px;
    transition: max-height 0.35s ease, opacity 0.3s ease, margin-bottom 0.3s ease;
}

.registry-email-blocked--visible {
    max-height: 360px;
    opacity: 1;
    margin-bottom: 20px;
}

.registry-email-blocked__inner {
    padding: 14px 16px;
    background: linear-gradient(135deg, #fff9dd 0%, #fff 100%);
    border: 1px solid #e8dcc0;
    border-left: 4px solid #29166f;
    border-radius: 0 4px 4px 0;
    box-shadow: 0 2px 10px rgba(41, 22, 111, 0.06);
    text-align: left;
}

.registry-email-blocked__title {
    margin: 0 0 8px;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 600;
    color: #29166f;
    text-align: left;
}

.registry-email-blocked__title i {
    margin-right: 6px;
    color: #c0392b;
}

.registry-email-blocked__text {
    margin: 0;
    font-size: 12px;
    line-height: 1.6;
    color: #555;
    text-align: left;
}

.registry-email-blocked__text strong {
    color: #29166f;
}

/* Состояния поля email (обводка на wrapper) */
.el-input__wrapper.registry-email--warn-wrap {
    box-shadow: 0 0 0 1px #e67817 inset, 0 0 0 2px rgba(230, 120, 23, 0.1);
    transition: box-shadow 0.25s ease;
}

.el-input__wrapper.registry-email--invalid-wrap {
    box-shadow: 0 0 0 1px #29166f inset, 0 0 0 2px rgba(41, 22, 111, 0.12);
    transition: box-shadow 0.25s ease;
}

#registry-email.registry-email--warn,
#registry-email.registry-email--invalid {
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

/* Мобилка */
@media all and (max-width: 800px) {
    .registry-email-hint--visible {
        max-height: 64px;
    }

    .registry-email-hint__text {
        font-size: 11px;
        padding: 8px;
    }

    .registry-email-blocked--visible {
        max-height: 480px;
        margin-bottom: 16px;
    }

    .registry-email-blocked__inner {
        padding: 12px;
    }

    .registry-email-blocked__title {
        font-size: 13px;
    }

    .registry-email-blocked__text {
        font-size: 11px;
        line-height: 1.65;
    }
}
/* End */
/* /local/components/altermax/registry/templates/getchips/style.css?17840555594276 */
