﻿.error-form.c-1frcn23
{
    background: linear-gradient(180deg,#0c0a66 -8.25%,#100321 56.63%);
    border: 2px solid #fff;
    border-radius: 16px;
    box-shadow: 0 12px 32px #00000040;
    font-family: Inter,sans-serif;
    margin: 0 10px;
    max-width: 490px;
    overflow: hidden;
    padding: 24px;
    position: relative;
    z-index: 99;
}
.error-inner.c-1frcn23
{
    align-items: center;
    border: transparent!important;
    display: flex;
    flex-direction: column;
    gap: 0!important;
    justify-content: flex-start;
    overflow: hidden;
}
.error-title.c-1frcn23
{
    font-weight: 800;
    line-height: 28px;
    margin: 0 auto 16px;
    text-transform: uppercase;
    width: 100%;
}
.error-text.c-1frcn23, .error-title.c-1frcn23
{
    color: #fff;
    font-family: Inter,sans-serif;
    font-size: 16px;
    text-align: center;
    text-shadow: 0 4px 4px rgba(0,0,0,.25);
}
.error-text.c-1frcn23
{
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    margin: 0 auto 14px;
    text-transform: none;
    width: 99%;
}
.error-hero.c-1frcn23
{
    margin-bottom: -10px;
    pointer-events: none;
    width: 232px;
}
.retry-btn.c-1frcn23
{
    background: linear-gradient(90deg,#8e54e9,#4776e6 94.27%);
    border-radius: 6px;
    font-family: Inter,sans-serif;
    font-size: 21px;
    font-style: normal;
    font-weight: 800;
    height: 52px;
    line-height: 18px;
    margin: 0 auto 10px;
    max-width: 392px;
    overflow: hidden;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    transform: none;
    transition: all .4s linear;
    width: 100%;
    z-index: 99;
}
.retry-btn.c-1frcn23:hover
{
    box-shadow: 0 0 40px #3e89fd4d;
}
.error-bg.c-1frcn23
{
    z-index: -1;
}
.btn-bg.c-1frcn23, .error-bg.c-1frcn23
{
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.btn-bg.c-1frcn23
{
    border-radius: inherit;
    overflow: hidden;
    z-index: 0;
}
.btn-bg.c-1frcn23:before
{
    animation: c-1frcn23-chooseBtn 4s linear infinite;
    background: linear-gradient(126deg,#fffefe00 37.84%,#fff 45%,#fff 0,#fffefe00 51.64%);
    content: "";
    height: 100%;
    left: -150%;
    position: absolute;
    top: 0;
    width: 100%;
}
@keyframes c-1frcn23-chooseBtn
{
    0%
    {
        transform: translate(-150%);
    }
    60%
    {
        transform: translate(300%);
    }
    to
    {
        transform: translate(300%);
    }
}
@media(min-width: 450px)
{
    .error-form.c-1frcn23
    {
        border-radius: 32px;
    }
}