

/* Start:/local/templates/b2bcabinet_v2.0/assets/css/auth.css?17536841305688*/
.vvpg-auth {
    border-radius: 36px;
    padding: 48px;
    background: #FFFFFF;
    width: 100%;
    max-width: 706px;
    max-height: 100%;
    display: flex;
    flex-direction: column;
}

.vvpg-auth--with-scroll {
    padding: 48px 24px 48px 48px;
}

.vvpg-auth__register-form {
    overflow: auto;
    height: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 24px;
}

.vvpg-auth__header {
    margin: 0 auto 48px;
    max-width: 227px;
}

.vvpg-auth__header img {
    width: 100%;
}

.vvpg-auth__sub-header {
    color: #102FFD;
    margin: 0 auto 48px;
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    text-align: center;
}

.vvpg-auth .vvpg-auth__form-wrapper {
    overflow: auto;
    margin-bottom: 20px;
    padding-right: 21px;
    scrollbar-color: #202932 #E7E7E7;
    scrollbar-width: thin;
}

.vvpg-auth .vvpg-auth__form-wrapper::-webkit-scrollbar {
    width: 3px;
    height: 81px;
}

.vvpg-auth .vvpg-auth__form-wrapper::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background: #E7E7E7;
}
.vvpg-auth .vvpg-auth__form-wrapper::-webkit-scrollbar-thumb {
    background: #202932;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}

.vvpg-auth__form {
    margin-bottom: 48px;
    max-height: 100%;
    overflow: auto;
}

.vvpg-auth__form--nm {
    margin-bottom: 0;
}

.vvpg-auth__form-row:not(:last-child) {
    margin-bottom: 24px;
}

.vvpg-auth__label {
    margin-bottom: 16px;
    font-weight: 600;
    font-size: 20px;
    color: #202932;
    line-height: 120%;
}

.vvpg-auth__input {
    display: block;
    max-width: 610px;
    width: 100%;
    border: 1px solid #E7E6EB;
    border-radius: 12px;
    padding: 16px;
    font-size: 20px;
    outline-color: #0F2EFD;
}

.vvpg-auth__input:not(:focus):not(:placeholder-shown) {
    background-color: #F8F8F8;
    color: #060606;
    border-color: #D0D0D0;
}

.vvpg-auth__input:disabled {
    background-color: #F8F8F8;
    border-color: #EDEDED;
}

.vvpg-auth__input:-moz-focusring {
    outline-offset: -2px;
}

.vvpg-auth__input::placeholder {
    line-height: 120%;
    color: #848793;
}

.vvpg-auth__input-link {
    text-align: right;
    margin-top: 8px;
}

.vvpg-auth__input-link a {
    color: #102FFD;
    font-size: 16px;
    line-height: 120%;
}

.vvpg-auth__button {
    background: #102FFD;
    text-align: center;
    width: 100%;
    color: #FFFFFF;
    font-size: 20px;
    line-height: 120%;
    padding: 16px;
    border-radius: 8px;
    border: none;
    outline-color: #F845FC;
}

.vvpg-auth__button:hover {
    background: #001AE9;
}

.vvpg-auth__button:active {
    background: #0A10DF;
}

.vvpg-auth__button:disabled {
    background: #F0F1FF;
    color: #A3AEBB;
}

.vvpg-auth__link {
    text-align: center;
    color: #141B2D;
    font-size: 16px;
    line-height: 120%;
}

.vvpg-auth__link a {
    text-decoration: underline;
    color: inherit;
}

.vvpg-auth__link a:hover {
    color: inherit;
}

.vvpg-auth__radio {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 20px;
    color: #202932;
}

.vvpg-auth__radio:not(:last-child) {
    margin-bottom: 18px;
}

.vvpg-auth__radio input {
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    margin: 0 12px 0 0;
    cursor: pointer;

    width: 24px;
    height: 24px;
    border: 1px solid #102FFD;
    border-radius: 50%;
    display: grid;
    place-content: center;
}

.vvpg-auth__radio input:checked::before {
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #102FFD;
}

.vvpg-auth__input-text {
    font-size: 16px;
    color: #848793;
    margin-top: 8px;
}

.vvpg-auth__consent {
    margin-top: 24px;
    margin-bottom: 13px;
    text-align: center;
    cursor: pointer;
}

.vvpg-auth__consent input {
    display: none;
}

.auth-form {
    width: 100%;
}

.vvpg-auth .ui-tile-uploader-drop-area {
    padding: 40px 0 52px;
    border: 2px dashed #E7E6EB;
    border-radius: 12px;
}

.vvpg-auth .ui-tile-uploader-drop-label {
    font-size: 16px;
    color: #202932;
    border: none;
}

.vvpg-auth .ui-tile-uploader-drop-box {
    flex-direction: column;
    height: auto;
}

.vvpg-auth .ui-tile-uploader-drop-box:before {
    content: "";
    left: 0;
    right: 0;
    top: 40px;
    width: 24px;
    height: 24px;
    background: url('/local/templates/b2bcabinet_v2.0/components/bitrix/main.file.input/vvpg/icon.svg') no-repeat center;
}

.vvpg-auth__notification {
    position: relative;
    padding: 12px 42px;
    font-size: 14px;
    line-height: 140%;
    color: #060606;
    border-radius: 12px;
    margin-bottom: 30px;
    border: 1px solid #76B0F5;

}

.vvpg-auth__notification::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    left: 12px;
    background: url('/local/templates/b2bcabinet_v2.0/assets/css/icons/info.svg');
}

.vvpg-auth__close {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    top: 12px;
    right: 12px;
    background: url('/local/templates/b2bcabinet_v2.0/assets/css/icons/close.svg');
    cursor: pointer;
}

.vvpg-auth__notification--error {
    border: 1px solid #F57679;
    background: #FDE6E7;
}

.vvpg-auth__notification--error::before {
    background: url('/local/templates/b2bcabinet_v2.0/assets/css/icons/warning.svg');
}

.vvpg-auth__notification--success {
    border: 1px solid #76F596;
    background: #E6FDF0;
}

.vvpg-auth__notification--success::before {
    background: url('/local/templates/b2bcabinet_v2.0/assets/css/icons/success.svg');
}

/* End */
/* /local/templates/b2bcabinet_v2.0/assets/css/auth.css?17536841305688 */
