.modal {
    --bs-modal-zindex: 9999 !important;
}

a:focus, input:focus, textarea:focus, select:focus, button:focus {
    outline: none !important;
    box-shadow: none !important;
}

button:active {
    border-color: transparent !important;
}

.error-message {
    display: flex;
    align-items: center;
    color: #aa0000;
    font-size: 14px;
    font-weight: 400;
    min-height: 1.5rem;
}

.social-icon {
    display: inline-block;
    text-align: center;
    min-width: 39px;
    width: 39px;
    height: 39px;
    color: #fff;
    background-color: #00aede;
    border-radius: 50%;
    overflow: hidden;
    transition: all .2s ease-in-out;
}

[class*="social-icon-"]::before {
    font-family: 'Font Awesome 6 Brands';
    line-height: 39px;
    font-size: 20px;
}

.social-icon:hover {
    color: #fff;
}

.social-icon-vkontakte {
    background-color: #4680c2;
}

.social-icon-vkontakte::before {
    content: '\f189';
}

.social-icon-twitter {
    background-color: #1da1f3;
}

.social-icon-twitter::before {
    content: '\f099'
}

.social-icon-facebook {
    background-color: #3b5998;
}

.social-icon-facebook::before {
    content: '\f39e';
}

.social-icon-instagram {
    background-color: #d6249f;
    background: radial-gradient(circle at 30% 107%, #fdf497 0, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
}

.social-icon-instagram::before {
    content: '\f16d';
}

.social-icon-odnoklassniki {
    background-color: #ee8208;
}

.social-icon-odnoklassniki::before {
    content: '\f263';
}

.social-icon-youtube {
    background-color: red;
}

.social-icon-youtube::before {
    content: '\f167';
}

.social-icon-telegram {
    background-color: #0084c6;
}

.social-icon-telegram::before {
    content: '\f2c6';
    margin-right: 1px;
}

.social-icon-whatsapp {
    background-color: #25d366;
}

.social-icon-whatsapp::before {
    content: '\f232';
}

.social-icon-viber {
    background-color: #563dbd;
}

.social-icon-viber::before {
    content: '\f409';
}