﻿[result-page]
{
    flex: 1;
    display: flex;
    flex-direction: column;
    padding-right: 20px;
    padding-left: 20px;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 99;
}
[result-page] .message-group
{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex: 1;
}
[result-page] .message-group>p
{
    color: #1b1b1b;
    font-size: 16px;
    text-align: center;
}
[result-page] .message-group>i
{
    font-size: 30px;
    color: #df3320;
}
[result-page] .message-group>i.success
{
    color: #249135;
}
[result-page] .bottom
{
    display: flex;
    gap: 10px;
}
[loading-page]
{
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
[loading-page], [loading-page] .dim
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
[loading-page] .dim
{
    background-color: rgba(0,0,0,.3);
}
[loading-page] .fake-header
{
    height: 105px;
    width: 100%;
}
[loading-page] .fake-body
{
    width: 100%;
    height: calc(100% - 105px);
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 60px;
    background-color: #fff;
}
[loading-page] .fake-body .progress-circle
{
    width: 40px;
    height: 40px;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: rotate-circle 2s linear infinite;
    background-image: linear-gradient(0deg,#249135 70%,transparent 0),linear-gradient(90deg,#d4d4d8 0,#d4d4d8 30%);
    background-origin: border-box;
    background-clip: content-box,border-box;
}
[loading-page] .fake-body .progress-circle .inner-progress
{
    width: 30px;
    height: 30px;
    background-color: rgba(0,0,0,.3);
    border-radius: 100px;
}
[loading-page] .fake-body .progress-group
{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
[loading-page] .fake-body .progress-group>[font-icon], [loading-page] .fake-body .progress-group>img
{
    animation: rotate-circle 2s linear infinite;
    transform-origin: center;
}
[loading-page] .fake-body .progress-group>[font-icon]
{
    font-size: 30px;
    color: #249135;
}
[loading-page] .fake-body .progress-group>p
{
    color: #1b1b1b;
    font-size: 14px;
}
[gp-page-template]
{
    display: flex;
    flex-direction: column;
    flex: 1;
    width: 100%;
}
[gp-page-template] .page-content-header
{
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
}
[gp-page-template] .page-content-body
{
    flex: 1;
    display: flex;
}
[gp-page-template] .page-result-view
{
    flex: 1;
    display: flex;
    position: relative;
}
@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;
    }
}
[my-info-page]
{
    display: flex;
    flex-direction: column;
    flex: 1;
}
[my-info-page] .desc
{
    color: #000;
}
[my-info-page] .submit-button-group
{
    gap: 10px;
    display: flex;
    flex-direction: column;
}
@media(min-width: 580px)
{
    [my-info-page] .submit-button-group
    {
        flex-direction: row;
    }
}