﻿[np-fund-password-modal]>.panel
{
    height: 400px;
    position: relative;
    max-width: 460px;
}
@media(max-height: 499px)
{
    [np-fund-password-modal]>.panel
    {
        min-height: 100%;
    }
}
[np-fund-password-modal]>.panel .scroll-area
{
    height: calc(100% - 59px);
    display: flex;
    flex-direction: column;
}
[np-fund-password-modal]>.panel .scroll-area>.modal-body
{
    flex: 1;
}
[np-fund-password-modal] .content
{
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding-top: 4px;
    height: 100%;
}
[np-fund-password-modal] .content .message-group
{
    text-align: center;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
    line-height: 16px;
}
[np-fund-password-modal] .content .message-group .content-title
{
    color: #000;
    font-size: 16px;
    font-weight: 500;
}
[np-fund-password-modal] .content .message-group .content-message
{
    color: #737373;
    font-size: 12px;
    font-weight: 400;
    padding-right: 30px;
    padding-left: 30px;
}
[np-fund-password-modal] .result
{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
    gap: 8px;
}
[np-fund-password-modal] .result .icon
{
    font-size: 36px;
    color: #249135;
}
[np-fund-password-modal] .result .content-message
{
    color: #000;
    font-size: 14px;
    font-weight: 500;
    padding-right: 30px;
    padding-left: 30px;
    text-align: center;
}
[np-fund-password-modal] .footer
{
    display: flex;
    flex-direction: row;
    gap: 20px;
}
[np-fund-password-modal] .gp-modal-floating
{
    position: absolute;
    bottom: 20px;
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    display: flex;
    gap: 10px;
}
[my-info-notice]
{
    display: flex;
    flex-direction: column;
    background-color: #ebebef;
    border-radius: 16px;
    padding: 16px;
    margin-bottom: 16px;
}
[my-info-notice]>label
{
    font-size: 14px;
    font-weight: 400;
    color: #000;
    display: flex;
    gap: 4px;
    align-items: center;
}
[my-info-notice]>label [font-icon]
{
    color: #f7a609;
}
[my-info-notice]>label>span
{
    flex: 1;
}
[my-info-notice]>p
{
    font-size: 12px;
    line-height: 16px;
    padding-left: 18px;
}
[my-info-notice]>p>span
{
    color: #737373;
}
[my-info-notice]>p>span .link
{
    padding-left: 4px;
    color: #1570ef!important;
    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-info] .info-router-group
{
    padding-top: 12px;
    padding-right: 24px;
    padding-bottom: 12px;
    padding-left: 24px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
[my-info] .info-router-group>h3
{
    color: rgba(0,0,0,.8);
    font-size: 16px;
    font-weight: 500;
}
[my-info] .info-router-group [gp-menu-link-button]
{
    display: flex;
    flex-flow: row;
}
[my-info] .last-router
{
    padding-right: 20px;
    padding-left: 20px;
}
[my-info] .list-holder>a
{
    display: block;
    padding-top: 16px;
    padding-right: 24px;
    padding-bottom: 12px;
    padding-left: 16px;
    border-bottom: 1px solid rgba(0,0,0,.1);
    color: rgba(0,0,0,.8);
    font-weight: 700;
    position: relative;
}
[my-info] .list-holder>a [font-icon]
{
    font-weight: 700;
    color: rgba(0,0,0,.5);
    right: 0;
    top: 50%;
    left: auto;
    bottom: auto;
    position: absolute;
    transform: translateY(-50%);
}