/*new*/
/* popup (например, приглашение зарегистрироваться)*/

.message {
    color: #ff0000;
    padding-top: 8px;
}
.modal-content {
    position: relative;
    width: 100%;
    max-width: 360px;
    background: #fffbfa;
    background-color: #fffbfa;
    border-radius: 24px;
    color: #050404;
    padding: 0;
}

.modal-close-custom {
    font-size: 28px;
    cursor: pointer;
}

.modal-close {
    display: none;
}

.popup-header {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 18px 24px;
}

.popup-header__title {
    width: 100%;
    font-family: "Roboto Flex", sans-serif;
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    text-align: center;
    letter-spacing: -0.03em;
}

.popup-body {
    padding: 16px;
    padding-top: 0;
}

.wp_google_login {
    display: flex;
    align-items: center;
    min-height: 62px;
    padding: 20px;
    background-color: #ffffff;
    border: 1px solid rgba(5, 4, 4, 0.0784313725);
    border-radius: 16px;
    margin: 0;
}

.wp_google_login__button-container {
    width: 100%;
    margin-top: 0;
}

.wp_google_login__button {
    display: flex;
    justify-content: center;
    width: 100%;
    font-family: "Roboto Flex", sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #050404;
    text-align: left;
    text-decoration: none;
    letter-spacing: -0.03em;
    column-gap: 12px;


    border-style: none;
    border-width: 0;
    text-overflow: ellipsis;
    padding: 0;
    background-color: unset;
    color: unset;
}

.wp_google_login__google-icon {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-right: 10px;
    background: url(images/google_light.png) no-repeat 50%;
    background-size: contain;
    vertical-align: middle;
}

.wp_google_login__telegram-icon {
    display: inline-block;
    width: 25px;
    height: 24px;
    margin-right: 10px;
    background: url(images/telegram.png) no-repeat 50%;
    background-size: contain;
    vertical-align: middle;
}

.wp_google_login__google-icon_round_button {
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url(images/google_light.png) no-repeat 50%;
    background-size: contain;
    vertical-align: middle;
}

.wp_google_login__telegram-icon_round_button {
    display: inline-block;
    width: 25px;
    height: 24px;
    background: url(images/telegram.png) no-repeat 50%;
    background-size: contain;
    vertical-align: middle;
}

.wp_google_login_round_button {
    border-radius: 50% !important;
    display: inline-block;

    align-items: center;
    padding: 20px;
    background-color: #ffffff;
    border: 1px solid rgba(5, 4, 4, 0.0784313725);
    margin: 0;
}

.wp_google_login_round_button:hover {
    border: 1px solid #FF8000;
}



.login-button-round {
    margin-top: 16px;
    align-self: stretch;
    padding: 16px 40px;
    background: #FF8000;
    color: white;
    font-weight: 600;
    border-radius: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.login-button div {
    color: #FFFBFA;
    font-size: 16px;
    font-family: 'Roboto Flex', sans-serif;
    font-weight: 800;
    line-height: 24px;
}

.input-field {
    width: 328px;
    padding: 20px 28px;
    background: white;
    border-radius: 999px;
    border: 1px solid rgba(5, 4, 4, 0.08);
    display: flex;
    align-items: center;
}

.input-field input {
    border: none;
    outline: none;
    font-size: 16px;
    font-family: 'Roboto Flex', sans-serif;
    font-weight: 800;
    color: rgba(5, 4, 4, 0.40);
    background: transparent;
    width: 100%;
}

.divider-text {
    color: #050404;
    font-size: 16px;
    font-family: 'Roboto Flex', sans-serif;
    font-weight: 400;
    line-height: 16px;
    margin-top: 22px;
    margin-bottom: 16px;
}

.divider {
    align-self: stretch;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
}

.divider-line {
    flex: 1;
    height: 1px;
    background: rgba(5, 4, 4, 0.08);
}