﻿[tink-pending]
{
    text-align: center;
}
[tink-pending] .progress-title h1
{
    text-align: left;
    font-weight: 500;
    font-size: 28px;
    color: #fff;
    display: flex;
    align-items: center;
    width: 100%;
    font-weight: 400;
    line-height: 1.2;
}
[tink-pending] .progress-title .progress
{
    width: 100%;
    height: 2px;
    position: relative;
    background-color: hsla(0,0%,100%,.07);
    display: block;
    margin-top: 16px;
}
[tink-pending] .progress-title .progress span
{
    display: block;
    width: 0;
    height: 2px;
    background-color: #df3320;
}
[tink-pending]>[font-icon]
{
    display: block;
    margin-bottom: 24px;
    padding: 6px;
    font-size: 60px;
    animation: rotate-circle 2s linear infinite;
    margin-top: 24px;
}
[tink-pending]>h3
{
    font-size: 22px;
    line-height: 27px;
    letter-spacing: normal;
    font-weight: 400;
    margin-bottom: 12px;
}
[tink-pending]>label
{
    display: block;
    font-size: 16px;
    color: #7f7f7f;
    margin-bottom: 32px;
}
[tink-pending]>label, [tink-pending]>p
{
    line-height: 22px;
    letter-spacing: normal;
}
[tink-pending]>p
{
    font-size: 18px;
    color: #fff;
}
[tink-pending]>p>a[href^=mailto]
{
    color: #2680eb;
    text-decoration: underline;
}
@media(max-width: 419px)
{
    .hidden-ms-down
    {
        display: none!important;
    }
}
@media(max-width: 579px)
{
    .hidden-mm-down
    {
        display: none!important;
    }
}
@media(max-width: 767px)
{
    .hidden-ml-down
    {
        display: none!important;
    }
}
@media(max-width: 1023px)
{
    .hidden-tp-down
    {
        display: none!important;
    }
}
@media(max-width: 1259px)
{
    .hidden-tl-down
    {
        display: none!important;
    }
}
@media(max-width: 1419px)
{
    .hidden-ds-down
    {
        display: none!important;
    }
}
@media(max-width: 1599px)
{
    .hidden-dm-down
    {
        display: none!important;
    }
}
@media(min-width: 420px)
{
    .hidden-mm-up
    {
        display: none!important;
    }
}
@media(min-width: 580px)
{
    .hidden-ml-up
    {
        display: none!important;
    }
}
@media(min-width: 768px)
{
    .hidden-tp-up
    {
        display: none!important;
    }
}
@media(min-width: 1024px)
{
    .hidden-tl-up
    {
        display: none!important;
    }
}
@media(min-width: 1260px)
{
    .hidden-ds-up
    {
        display: none!important;
    }
}
@media(min-width: 1420px)
{
    .hidden-dm-up
    {
        display: none!important;
    }
}
@media(min-width: 1600px)
{
    .hidden-dl-up
    {
        display: none!important;
    }
}
.submit-group
{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
@media(min-width: 580px)
{
    .submit-group
    {
        flex-direction: row;
    }
}