body.pc-is-webview .layout_header__ttTk7{
    display: none!important;
}

header.site-header {
    display: none!important;
}

.ast-container .widget-area.secondary {
    display: none!important;
}

.content-area.primary {
    margin: 20px auto!important;
    max-width: 2000px!important;
}

.ast-small-footer {
    border-top-color: #232323;
}

.ast-small-footer > .ast-footer-overlay {
    background-color: #232323;
}

body.pc-theme-dark.react-app .site-content,
body.pc-theme-dark .Dashboard,
body.pc-theme-dark .WpPage, 
body.pc-theme-dark .PreflopCharts,
body.pc-theme-dark .Quizzes,
body.pc-theme-dark .Cards,
body.pc-theme-dark .PrivateCoaching,
body.single-pc-quizzes .site-content {
    background-color: #111111;
}

#content .ast-container, .site-content {
    justify-content: center;
}

.PreflopCharts__chart-filters {
    border: 2px solid #ffffff1a;
}

.PreflopCharts__chart-header, .PreflopCharts__chart-sequence {
    outline: 2px solid #ffffff1a;
}

.PreflopCharts {
    padding: 20px;
}

.UpgradeBanner {
    color: #fff;
}

.UpgradeBanner__description {
    max-width: none;
}

.UpgradeBanner__title {
    margin-bottom: 15px;
}

body:not(.pc-is-webview) .ast-separate-container {
    background-color: #111;
}

nav.HeaderMainMenu_menu__WpMKe_mobile {
    display: none;
}

@media screen and (max-width: 1080px) {
    nav.HeaderMainMenu_menu__WpMKe {
        display: none;
    }

    nav.HeaderMainMenu_menu__WpMKe_mobile.show {
        display: flex;
        flex-direction: column;
        padding: 20px;
    }

    nav.HeaderMainMenu_menu__WpMKe_mobile .HeaderMainMenu_menuSeparator__VTOKk {
        display: none;
    }

    nav.HeaderMainMenu_menu__WpMKe_mobile .HeaderMainMenu_menuItemNoBox__lo4of {
        text-align: center;
    }
}

/* STYLES from NEXT.JS */
.layout_header__ttTk7 {
    grid-area: header;
    background-color: #111;
}

.HeaderMainMenu_menu__WpMKe {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    gap: .75rem;
    padding-left: 20px;
}

.HeaderMainMenu_menuItem__o2hBU {
    position: relative;
    padding: .45rem 1rem;
    border-radius: .4rem;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    font-size: 1rem;
    transition: background-color .2s ease,color .2s ease;
    cursor: pointer;
    border: none;
    outline: none;
    background: rgba(0,0,0,0)
}

.HeaderMainMenu_menuItem__o2hBU:focus,.HeaderMainMenu_menuItem__o2hBU:hover {
    background: #fff;
    color: #111
}

.HeaderMainMenu_menuItem__o2hBU:focus-visible {
    outline: 1px solid #fff;
    outline-offset: 1px
}

.HeaderMainMenu_menuItemActive__lin5e,.HeaderMainMenu_menuItemActive__lin5e:focus,.HeaderMainMenu_menuItemActive__lin5e:hover {
    background: #fff;
    color: #111
}

.HeaderMainMenu_menuItem__o2hBU:after {
    position: absolute;
    display: block;
    content: "";
    inset: -.375rem
}

.HeaderMainMenu_menuSeparator__VTOKk {
    display: block;
    margin: 0 .75rem;
    width: 0;
    height: 1.25rem;
    border: 1px solid #444
}

@media screen and (min-width: 768px) {
    .HeaderMainMenu_menu__WpMKe {
        justify-content:flex-start
    }

    .HeaderMainMenu_menuItem__o2hBU {
        padding: .35rem .9rem;
        font-size: .9rem
    }
}

.HeaderMainMenu_menuItemNoBox__lo4of,.HeaderMainMenu_menuItemNoBox__lo4of:focus,.HeaderMainMenu_menuItemNoBox__lo4of:hover {
    padding: 0;
    background: rgba(0,0,0,0)
}

.HeaderMainMenu_menuItemNoBox__lo4of img {
    transition: transform .3s ease,filter .3s ease
}

.HeaderMainMenu_menuItemNoBox__lo4of:hover img {
    transform: scale(1.05);
    filter: drop-shadow(0 0 8px rgba(255,255,255,.3))
}

.HeaderTopMenu_menu__Up0xT>ul {
    margin: 0;
    display: flex;
    align-items: center
}

.HeaderTopMenu_menu__Up0xT li {
    position: relative;
    display: block;
    flex-shrink: 0;
    white-space: nowrap
}

@media screen and (min-width: 1080px) {
    .HeaderTopMenu_menu__Up0xT li.HeaderTopMenu_mobileOnly__MhZ7_ {
        display:none
    }
}

.HeaderTopMenu_menuItem__sROft {
    display: block;
    padding: 1.25rem 1rem;
    color: #fff;
    line-height: 1rem
}

.HeaderTopMenu_menuItem__sROft:focus,.HeaderTopMenu_menuItem__sROft:hover,.HeaderTopMenu_menu__Up0xT li.HeaderTopMenu_hasSubMenu__MwUUs:hover .HeaderTopMenu_menuItem__sROft {
    color: #ccc
}

a.HeaderTopMenu_menuItem__sROft {
    cursor: pointer
}

button.HeaderTopMenu_menuItem__sROft,button.HeaderTopMenu_mobileMenuToggle__WgujK {
    border: none;
    background: rgba(0,0,0,0);
    cursor: pointer
}

.HeaderTopMenu_menuItemIcon__xX7AZ {
    display: inline-block;
    width: 1.25em;
    height: 1.25em;
    vertical-align: middle
}

@media screen and (min-width: 768px) {
    .HeaderTopMenu_menuItemIcon__xX7AZ {
        width:1.1em;
        height: 1.1em
    }
}


.HeaderTopMenu_subMenu__xq_Xw {
    position: absolute;
    top: 100%;
    left: 50%;
    z-index: 5;
    overflow: hidden;
    width: 0;
    height: 0;
    background: #fff;
    text-align: center;
    opacity: 0;
    transition: transform .3s ease,opacity .3s ease;
    transform: translateX(-50%) translateY(-5px)
}

.HeaderTopMenu_hasSubMenu__MwUUs.HeaderTopMenu_subMenuOpen__NCaa5 .HeaderTopMenu_subMenu__xq_Xw {
    width: auto;
    height: auto;
    opacity: 1;
    transform: translateX(-50%) translateY(0)
}

@media screen and (min-width: 460px) {
    .HeaderTopMenu_subMenu__xq_Xw {
        right:0;
        left: auto;
        transform: translateY(-5px)
    }

    .HeaderTopMenu_hasSubMenu__MwUUs.HeaderTopMenu_subMenuOpen__NCaa5 .HeaderTopMenu_subMenu__xq_Xw {
        transform: translateY(0)
    }
}

a.HeaderTopMenu_subMenuItem__Ghfdl,button.HeaderTopMenu_subMenuItem__Ghfdl {
    display: block;
    padding: .5rem 3rem;
    width: 100%;
    border: none;
    background: rgba(0,0,0,0)
}

.HeaderTopMenu_subMenu__xq_Xw li+li .HeaderTopMenu_subMenuItem__Ghfdl {
    border-top: 1px solid rgba(0,0,0,.15)
}

.HeaderTopMenu_subMenuItem__Ghfdl.HeaderTopMenu_userType__8UrHF {
    padding: .75rem 1.25rem
}

a.HeaderTopMenu_subMenuItem__Ghfdl,button.HeaderTopMenu_subMenuItem__Ghfdl {
    color: #333;
    cursor: pointer
}

a.HeaderTopMenu_subMenuItem__Ghfdl:focus,a.HeaderTopMenu_subMenuItem__Ghfdl:hover,button.HeaderTopMenu_subMenuItem__Ghfdl:focus,button.HeaderTopMenu_subMenuItem__Ghfdl:hover {
    background: #f5f5f5;
    color: #222
}

.HeaderTopMenu_userTypeShort__daDyC {
    line-height: 1em
}

.HeaderTopMenu_userTypeShort__daDyC span,.HeaderTopMenu_userTypeShort__daDyC svg {
    display: inline-block;
    vertical-align: middle
}

.HeaderTopMenu_userTypeShort__daDyC svg {
    margin-right: .5ch;
    width: 1em;
    height: 1em
}

.Header_header__2AlXl {
    padding: .75rem 1rem;
    background: #111;
    max-width: 2000px;
    margin: 0 auto;
}

.Header_topRow__WrKBg {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.Header_topRow_left__WrKBg {
    display: flex;
    align-items: center;
    width: 100%;
    flex-direction: row
}

.Header_logo__d2E46 {
    flex: 0 0 auto
}

.Header_logo__d2E46 a {
    display: block;
    padding: 1rem 0
}

.Header_logo__d2E46 img {
    display: inline-block;
    height: auto;
    vertical-align: middle
}

.Header_nav__cIp7P {
    flex: 0 0 auto
}

.Header_bottomRow__RhaOD {
    display: none;
    padding: .75rem 0 1rem
}

.Header_bottomRow__RhaOD.Header_isMobileMenuOpen__dQALl {
    display: block
}

@media screen and (min-width: 768px) {
    .Header_header__2AlXl {
        padding:.75rem 1.5rem
    }

    .Header_logo__d2E46 a {
        padding: 0
    }

    .Header_bottomRow__RhaOD {
        display: block;
        margin-top: 1rem
    }
}

@media screen and (min-width: 1366px) {
    .Header_header__2AlXl {
        padding:.75rem 2rem
    }
}

@media screen and (min-width: 1920px) {
    .Header_header__2AlXl {
        padding:.75rem 4rem
    }
}

