

/* Start:/local/components/pairmax/invest.auth/templates/login.form/style.css?17643739265969*/
.lk__form-auth {
    position: relative;
    min-height: 50vh;
    max-width: 424px;
}

.ui__btn.lk__btn-send-code {
    width: 140px;
    height: 36px;
}

.ui__btn.lk__btn-send-code:disabled:hover {
    background-color: #6a6a6a;
    color: #929292;
}

.form__info-field {
    padding-top: 12px;
    padding-bottom: 32px;
}

.error-container {
    display: flex;
    flex-direction: column;
    gap: 5px;
    max-width: 80%;

}

.error-container .error-filed {
    font-size: .75rem;
    line-height: .9rem;

    color: #F54657;
}

.error-container .error-filed.error-field__green {
    padding-top: 24px;
    color: #ab8e66;
}

.error-container .error-filed.error-field__green a {
    color: #FFF;
}

.auth--loading::before,
.auth--loading::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.auth--loading::before {
    width: 100%;
    height: 100%;
    z-index: 10;
    /*
        background: rgba(0,0,0,0.2);*/
}

.auth--loading::after {
    width: 50px;
    height: 50px;
    margin: auto;
    border: 4px solid transparent;
    border-top-color: #ffffff;
    border-radius: 50%;
    animation: auth-loading-spinner 1s ease infinite;
    z-index: 11;
}

.form__submit.auth--loading {
    position: relative;
    color: transparent;
    pointer-events: none;
}

@keyframes auth-loading-spinner {
    from {
        transform: rotate(0turn);
    }

    to {
        transform: rotate(1turn);
    }
}

.connection_type {
    gap: 24px;
    margin-top: 8px;
}

.radio-container {
    display: flex;
    align-items: center;
}

.radio-input {
    display: none;
}

.radio-label {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-family: "Golos Text";
    font-size: .75rem;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 20.8px */
    color: #929292;
}

.radio-label.error {
    color: #ff3347;
}

.radio-custom {
    width: 30px;
    height: 20px;
    border: 1px solid #AB8E66;
    border-radius: 4px;
    margin-right: 10px;
    position: relative;
    overflow: hidden;
}

.radio-custom::after {
    content: '';
    width: 26px;
    height: 26px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity 0.2s;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTguODMzMjkgMTMuMjEwOEwxNC40MzU4IDcuNjA4MzFMMTMuNTU3NyA2LjczMDE4TDguODMzMjkgMTEuNDU0Nkw2LjQ1ODI5IDkuMDc5NTZMNS41ODAxNyA5Ljk1NzY4TDguODMzMjkgMTMuMjEwOFpNNC40MjMwOCAxNy4wODI3QzQuMDAyMTEgMTcuMDgyNyAzLjY0NTc5IDE2LjkzNjggMy4zNTQxMyAxNi42NDUyQzMuMDYyNDYgMTYuMzUzNSAyLjkxNjYzIDE1Ljk5NzIgMi45MTY2MyAxNS41NzYyVjQuNDIyNDdDMi45MTY2MyA0LjAwMTUgMy4wNjI0NiAzLjY0NTE4IDMuMzU0MTMgMy4zNTM1MkMzLjY0NTc5IDMuMDYxODUgNC4wMDIxMSAyLjkxNjAyIDQuNDIzMDggMi45MTYwMkgxNS41NzY4QzE1Ljk5NzggMi45MTYwMiAxNi4zNTQxIDMuMDYxODUgMTYuNjQ1OCAzLjM1MzUyQzE2LjkzNzUgMy42NDUxOCAxNy4wODMzIDQuMDAxNSAxNy4wODMzIDQuNDIyNDdWMTUuNTc2MkMxNy4wODMzIDE1Ljk5NzIgMTYuOTM3NSAxNi4zNTM1IDE2LjY0NTggMTYuNjQ1MkMxNi4zNTQxIDE2LjkzNjggMTUuOTk3OCAxNy4wODI3IDE1LjU3NjggMTcuMDgyN0g0LjQyMzA4WiIgZmlsbD0iI0FCOEU2NiIvPgo8L3N2Zz4K);
    background-size: cover;
}

.radio-input:checked + .radio-label .radio-custom::after {
    opacity: 1;
}

.form__field--file .form__danger {
    top: 10%;
}

.form__files-upload {
    align-items: flex-start;
    line-break: anywhere;
}

.form__dropdown,
.form__icon-dropdown,
.form__field--file .form__input {
    cursor: pointer;
}

input#TYPE_CALL:disabled,
input#TYPE_CALL:disabled::placeholder {
    opacity: .7;
}

.PHONE_WAITING,
.CODE_WAITING {
    transition: all 0.3s ease;
}

.ui__btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.form__field {
    position: relative;
}

.notification {
    position: fixed;
    top: 20px;
    left: 20px;
    color: white;
    padding: 15px 20px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    z-index: 10000;
    transform: translateX(-100%);
    opacity: 0;
    transition: all 0.3s ease;
    max-width: 400px;
    border-left: 4px solid;
}

.notification.show {
    transform: translateX(0);
    opacity: 1;
}

.notification.hide {
    transform: translateX(-100%);
    opacity: 0;
}

.notification-content {
    display: flex;
    align-items: center;
    gap: 12px;
}

.notification-icon {
    width: 20px;
    height: 20px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 14px;
    flex-shrink: 0;
}

.notification-message {
    flex: 1;
    line-height: 1.4;
}

.notification-close {
    background: none;
    border: none;
    color: white;
    font-size: 18px;
    cursor: pointer;
    padding: 0;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    opacity: 0.7;
    transition: opacity 0.2s ease;
}

.notification-close:hover {
    opacity: 1;
}

/* Типы сообщений */
.notification.error {
    background: #ff4444;
    border-left-color: #cc0000;
}

.notification.error .notification-icon {
    color: #ff4444;
}

.notification.success {
    background: #4CAF50;
    border-left-color: #388E3C;
}

.notification.success .notification-icon {
    color: #4CAF50;
}

.notification.warning {
    background: #FF9800;
    border-left-color: #F57C00;
}

.notification.warning .notification-icon {
    color: #FF9800;
}

.notification.info {
    background: #2196F3;
    border-left-color: #1976D2;
}

.notification.info .notification-icon {
    color: #2196F3;
}

.js-PROCESSING_PERSONAL_DATA,
.js-RULES_FOR_RAISING_FUNDS,
.js-RECEIVE_MAILINGS {
    transition: all 0.3s ease;
}

/* Плавное скрытие */
.checkbox-hidden {
    opacity: 0;
    height: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
/* End */
/* /local/components/pairmax/invest.auth/templates/login.form/style.css?17643739265969 */
