﻿[gp-language-modal]>.dim
{
    background-color: rgba(0,0,0,.3);
}
[gp-language-modal] .modal-title
{
    font-size: 16px;
    font-weight: 600;
}
[gp-language-modal]>.panel
{
    width: 316px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    border-bottom-right-radius: 0!important;
    border-top-right-radius: 0!important;
    background-color: #fff!important;
    margin-right: 0!important;
}
@media(max-width: 316px)
{
    [gp-language-modal]>.panel
    {
        width: 100%;
    }
}
[gp-language-modal]>.panel .header
{
    border-radius: 0;
}
[gp-language-modal] .lang-list
{
    display: flex;
    flex-wrap: wrap;
}
[gp-language-modal] .lang-list>.lang-item
{
    width: 49%;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    color: #737373;
    font-weight: 400;
    cursor: pointer;
}
[gp-language-modal] .lang-list>.lang-item.bottom-border
{
    border-bottom: 1px solid #f4f4f5;
}
[gp-language-modal] .lang-list>.lang-item.active
{
    color: #000;
    font-weight: 600;
}
@media(min-width: 768px)
{
    [gp-language-modal]>.panel
    {
        width: 316px;
        height: 90%;
        position: absolute;
        top: 45px;
        right: calc(50% - 360px);
        border-bottom-right-radius: 16px!important;
        border-top-right-radius: 16px!important;
        background-color: #fff!important;
    }
    [gp-language-modal]>.panel .header
    {
        border-radius: 0;
    }
}
[gp-page-header]
{
    background-color: #333;
}
[gp-page-header] .page-logo
{
    height: 26px;
}
[gp-page-header] .main-header
{
    display: flex;
    padding-top: 0;
    padding-right: 16px;
    padding-bottom: 0;
    padding-left: 16px;
    height: 48px;
    justify-content: space-between;
    align-items: center;
    background-color: #333;
    max-width: 720px;
    width: 100%;
    margin: auto;
}
[gp-page-header] .main-header .right-header
{
    line-height: 0;
    font-size: 20px;
    padding-top: 4px;
}
[gp-page-header] .locale-select
{
    display: none;
}
[gp-page-header] .right-header
{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
}
[gp-page-header] .left-header
{
    cursor: pointer;
}
@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-handler]
{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    background-color: #f7f7f8;
}
[my-info-handler] [gp-page-header]
{
    width: 100%;
}
[my-info-handler] .handler-group
{
    display: flex;
    flex-direction: column;
    flex: 2;
    justify-content: center;
    align-items: center;
    width: 100%;
}
[my-info-handler] .handler-group>.handler-title
{
    font-weight: 400;
    font-size: 16px;
    margin-top: 24px;
    margin-right: 0;
    margin-bottom: 12px;
    margin-left: 0;
    color: #000;
    text-align: center;
}
[my-info-handler].success [font-icon]
{
    color: #249135;
}
[my-info-handler] [font-icon]
{
    display: block;
    font-size: 40px;
    color: #df3320;
}
[my-info-handler] .error-msg-wrapper
{
    padding: 20px;
    width: 100%;
    margin-bottom: 20px;
}
[my-info-handler] .error-msg-wrapper>p
{
    background-color: #fff;
    color: #737373;
    padding: 20px;
    border-radius: 8px;
    font-size: 14px;
    text-align: center;
}
[my-info-handler] .bottom
{
    width: 100%;
    padding: 20px;
    margin-top: 40px;
    flex: 1;
}