﻿[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;
}
[gp-footer]
{
    background-color: #fafafa;
}
[gp-footer]>p
{
    color: #8a8e90;
    font-size: 12px;
}
@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-page]
{
    position: relative;
    min-height: var(--innerHeight);
    background-color: #f7f7f8;
}
[my-page], [my-page] .page-content
{
    width: 100%;
    display: flex;
    flex-direction: column;
}
[my-page] .page-content
{
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 30px;
    padding-left: 0;
    flex: 1;
    max-width: 720px;
    margin: auto;
}
[my-page] footer
{
    padding-top: 16px;
    padding-right: 20px;
    padding-bottom: 16px;
    padding-left: 20px;
    background-color: rgba(0,0,0,.1);
    color: rgba(0,0,0,.7);
    font-size: 12px;
    line-height: 16px;
    left: 0;
    bottom: 0;
    right: auto;
    top: auto;
    width: 100%;
}
[drop-list]
{
    box-shadow: 0 6px 8px 0 rgba(0,0,0,.1);
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
}
[drop-list]>.list-holder>.list-box
{
    border: none;
    padding-left: 0;
    padding-right: 0;
}
[drop-list]>.list-holder>.list-box>.item:hover
{
    background-color: #f3fcf5;
    color: #000;
}
[drop-list]>.list-holder>.list-box>.item.active
{
    background: #e6f3e8;
    color: #000;
}
[drop-list]>.list-wrapper>.list-holder>.list-box
{
    border: none;
    padding-left: 0;
    padding-right: 0;
    border-radius: 8px;
    margin-top: 3px;
}
[drop-list]>.list-wrapper>.list-holder>.list-box [drop-tree-list-item]>.item, [drop-list]>.list-wrapper>.list-holder>.list-box>.none-data
{
    color: #000;
    font-size: 14px;
    padding-top: 10px;
    padding-right: 16px;
    padding-bottom: 10px;
    padding-left: 16px;
    line-height: 16px;
    font-weight: 400;
}
[drop-list]>.list-wrapper>.list-holder>.list-box [drop-tree-list-item]>.item
{
    border-top: none;
}
[drop-list]>.list-wrapper>.list-holder>.list-box [drop-tree-list-item]>.item:hover
{
    background-color: #f3fcf5;
    color: #000;
}
[drop-list]>.list-wrapper>.list-holder>.list-box [drop-tree-list-item]>.item.active
{
    background: #e6f3e8;
    color: #000;
}