﻿[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;
}
[responsible-ready-modal]>.panel
{
    position: relative;
    overflow: visible;
    background-color: #f7f7f8;
}
[responsible-ready-modal]>.panel .scroll-area
{
    height: calc(100% - 59px);
    display: flex;
    flex-direction: column;
    overflow-y: visible;
}
[responsible-ready-modal]>.panel .scroll-area>.body
{
    flex: 1;
}
[responsible-ready-modal] .content [gp-description]
{
    padding-top: 0;
    padding-bottom: 20px;
    text-align: center;
}
[responsible-ready-modal] .content [gp-description]>p
{
    line-height: 20px;
}
[responsible-ready-modal] .content .sub-title
{
    color: #000;
    font-size: 14px;
    font-weight: 500;
}
[responsible-ready-modal] .content .body
{
    margin-top: 5px;
    display: flex;
    flex-direction: column;
    max-height: 210px;
    overflow-y: auto;
    background-color: #fff;
    border-radius: 16px;
    padding-top: 16px;
    padding-bottom: 16px;
}
[responsible-ready-modal] .content .body .list-item
{
    display: flex;
    flex-direction: row;
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 2px;
    padding-bottom: 2px;
    gap: 8px;
    align-items: center;
}
[responsible-ready-modal] .content .body .list-item .verify-icon
{
    color: #249135;
    font-size: 16px;
}
[responsible-ready-modal] .content .body .list-item>p
{
    color: #787878;
}
[responsible-ready-modal] .footer
{
    display: flex;
    gap: 10px;
    margin-top: 20px;
}
[gp-footer]
{
    background-color: #fafafa;
}
[gp-footer]>p
{
    color: #8a8e90;
    font-size: 12px;
}
[rg-reponsible-header]
{
    background-color: #333;
}
[rg-reponsible-header] .rg-header
{
    position: relative;
    display: flex;
    align-items: center;
    background-color: #333;
    gap: 20px;
    padding: 20px;
    max-width: 720px;
    margin: auto;
    width: 100%;
}
@media(max-width: 340px)
{
    [rg-reponsible-header] .rg-header
    {
        padding-right: 20px;
        padding-left: 20px;
        gap: 10px;
        align-items: flex-end;
    }
    [rg-reponsible-header] .rg-header .route-name .nl-image
    {
        display: none;
    }
}
[rg-reponsible-header] .rg-header .route-name
{
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    color: #737373;
    height: 100%;
    display: flex;
    align-items: center;
}
[rg-reponsible-header] .rg-header .route-name.active
{
    color: #fff;
    font-weight: 500;
}
[rg-reponsible-header] .rg-header .nl-image
{
    padding-right: 10px;
    -o-object-fit: contain;
    object-fit: contain;
}
[rg-reponsible-header] [gp-btn-back]
{
    position: absolute;
    left: 15px;
    color: #fff;
    margin-top: 0;
}
@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;
    }
}
[responsible-gaming]
{
    position: relative;
    width: 100%;
    min-height: var(--innerHeight);
    display: flex;
    flex-direction: column;
    background-color: #f7f7f8;
}
[responsible-gaming] .page-content
{
    display: flex;
    flex-direction: column;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 30px;
    padding-left: 0;
    flex: 1;
    width: 100%;
    max-width: 720px;
    margin: auto;
}
[responsible-gaming] .nl-link
{
    padding-left: 20px;
    margin-bottom: 10px;
    color: #06c;
}
[responsible-gaming] 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;
}