.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}
nav.main-navigation {
    top: 0;
    left: 0;
    width: 100%;
    height: 85px;
    background: var(--highlight);
    padding: 8px 8px;
    position: relative;
    z-index: 99;

    display: flex;
    flex-direction: column;
}
nav.main-navigation ul {
    padding-left: 0;
    margin-left: 0;
    list-style: none;

    overflow-y: auto;
}
#logo-container {
    width: 232px;
}
nav.main-navigation #logo-container {
    margin-left: auto;
    margin-right: auto;
}
nav.main-navigation #mobile-auth-buttons {
    position: absolute;
    width: max-content;
    display: flex;
    gap: 10px;

    top: 25px;
    right: 20px;
}
nav.main-navigation #mobile-auth-buttons .btn-auth {
    margin-bottom: 0;
    padding: 5px 10px;
}
nav.main-navigation .menu-main-menu-container {
    height: calc(100vh - 85px);
    height: calc(100dvh - 85px); /* using dynamic viewport height, so it adjust to various mobile url bars etc. */
    width: var(--nav_width);
    position: absolute;
    top: 85px;
    left: 0;
    background: var(--highlight);
    transform: translateX(-100%);
    overflow-y: auto;

    flex: 1;
    display: flex;
    flex-direction: column;
    padding-bottom: 0.95em;

    min-height: 0; /* weird trick to make it exapnd to remaining height of parent */
}
nav.main-navigation .menu-main-menu-container.active {
    transform: translateX(0);
}
.menu-toggle {
    background: none;
    border: none;
    color: #fff;
    width: 60px;
    height: 60px;
    position: absolute;
    left: 8px;
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
}
.menu-toggle .inline-svg {
    display: block;
    margin: 0 auto;
    width: 60px;
    height: 60px;
}
.menu-toggle .desktop-menu-icon .svg-menu-toggle {
    fill: #fff;
    pointer-events: all;
    cursor: pointer;
}
.menu-toggle .desktop-menu-icon .svg-menu-toggle {
    fill: #fff;
    pointer-events: all;
    cursor: pointer;
}
.menu-toggle .desktop-menu-icon .svg-menu-toggle .bar {
    transform: rotate(0) translateY(0) translateX(0);
    opacity: 1;
    transform-origin: 20px 10px;
    transition: transform .4s ease-in-out,opacity .2s ease-in-out;
}
.menu-toggle .desktop-menu-icon .svg-menu-toggle .bar:nth-of-type(1), .menu-toggle .desktop-menu-icon .svg-menu-toggle .bar:nth-of-type(3) {
    transform-origin: 20px 10px;
}
.menu-toggle .desktop-menu-icon .svg-menu-toggle .bar:nth-of-type(3) {
    transform-origin: 20px 20px;
}
.menu-toggle .desktop-menu-icon.active .svg-menu-toggle .bar:nth-of-type(1) {
    transform: rotate(-45deg) translateY(0) translateX(0);
}
.menu-toggle .desktop-menu-icon.active .svg-menu-toggle .bar:nth-of-type(2) {
    opacity: 0;
}
.menu-toggle .desktop-menu-icon.active .svg-menu-toggle .bar:nth-of-type(3) {
    transform: rotate(45deg) translateY(0em) translateX(0em);
}
.custom-logo-link {
    display: inline-block;
}
nav.main-navigation .custom-logo-link {
    margin: 1em auto;
    display: block;
    width: auto;
    min-width: 200px;
    margin-left: .825em;
    margin-right: .825em;

    padding-left: 0em;
    padding-right: 0em;
    padding-top: 0em;
    padding-bottom: 0em;
}
#site-navigation .custom-logo-link a {
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 13.025210084034%; /* regular logo*/
    /*padding-bottom: 13.913751017087%; !* christmas logo *! */
    position: relative;
}
#site-navigation .custom-logo-link a span {

}
#primary-menu li {
    font-size: 1em;
    font-weight: 800;
    width: 100%;
}
#primary-menu li:hover {
    background: rgba(255,255,255,.1);
}
#primary-menu li a {
    text-decoration: none;
    padding: 1em .825em;
    font-weight: 700;
    gap: 0.8em;
}
#site-navigation #primary-menu li a {
    padding-left: 0.95em;
    padding-right: 0.95em;
    padding-top: 1.1em;
    padding-bottom: 1.1em;
}
#primary-menu li i, #primary-menu li img {
    width: 24px;
    height: auto;
    text-align: center;
    transform: scale(100%);
    transition: transform .25s ease-in-out;
}
#animation_container {
    max-width: 100%;
    width: var(--table-preview-width) !important;
}
.banner-ad-holder {

}
.banner-ad-holder iframe {
    width: 100% !important;
    height: 100% !important;
}
#site-navigation .buttons-at-bottom {
    margin: 0 0.95em;
    margin-top: auto;
}
#site-navigation .btn-auth {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    border-radius: var(--border-radius-tiny);
    text-decoration: none;
    font-size: 16px;
    margin-bottom: 1.1em;
}
/* START Auth Nav */

nav.auth-nav {
    top: 22px;
    right: 8px;
    width: 200px;
    padding: 0;
    position: absolute;
    z-index: 99;

    pointer-events: none; /* so it doesn't by default block pointer events of elements under it, if it's not visibly covering it */
}
nav.auth-nav > * > * {
    pointer-events: auto;
}
.auth-nav-toggle {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}
.auth-nav-toggle:hover > * {
    /* filter: brightness(120%); */
}
.auth-nav .profile-avatar-container {
    border: 1px solid var(--avatar-border-color);
    border-radius: calc(var(--avatar-size) / 2);
    padding-left: 0.5em;
    gap: 0.25em;
    background-color: rgb(38, 135, 81);
}
.auth-nav .profile-avatar {
    --avatar-size: 45px;

    border: 1px solid var(--avatar-border-color);
}
.auth-nav-toggle .fa-angle-down {
    font-size: 1.45em;
    transition: transform 150ms ease-in-out;
}
nav.auth-nav.active .fa-angle-down {
    /*transform: rotate(180deg);*/
}
.auth-nav-container {
    margin-top: 20px;
    border: 1px solid #ffffff;
    background: var(--highlight);
    border-radius: 9px;

    transform: translateX(calc(28px + 100%));
    /*transition: transform 150ms ease-in-out;*/
    pointer-events: auto;
}
.auth-nav-container.active {
    transform: translateX(0);
}
.auth-nav-container .avatar-holder {
    padding: 25px 30px 15px 30px;
}
.auth-nav-container .avatar-holder a:hover > *:not(.profile-username-container) {
    filter: brightness(120%);
}
.auth-nav-container a {
    text-decoration: none;
}
.auth-nav-container .profile-avatar {
    --avatar-size: 54px;
}
.auth-nav-container .profile-username-container {
    margin-top: 13px;
    margin-bottom: 1px;;
}
.auth-nav-container .profile-username-container .profile-username {
    font-size: 15px;
}
.auth-nav-container .menu-item.secondary {
    background: var(--clr-red-1);
}
.auth-nav-container .menu-item:not(.avatar-holder) {
    border-top: 1px solid white;
    padding: 5px 15px;
    line-height: 1.8;
}
.auth-nav-container .menu-item:not(.avatar-holder):hover {
    background: #4a9a6e;
}
.auth-nav-container .menu-item.secondary:hover {
    background: var(--clr-red-3);
}
.auth-nav-container .menu-item.admin-only {
    background: var(--clr-orange-1);
}
.auth-nav-container .menu-item.admin-only:hover {
    background: var(--clr-orange-1);
    filter: brightness(110%);
}
.auth-nav-container .menu-item:not(.avatar-holder) i {
    margin-right: 10px;
}
.auth-nav-container .menu-item:last-child {
    border-bottom-right-radius: 9px;
    border-bottom-left-radius: 9px;
}
.auth-nav-container ul {
    padding-left: 0;
    margin-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.auth-membership-gold-icon {
    width: 12px;
    height: 12px;
}
.auth-profile-chips-icon {
    width: 24px;
    height: 24px;
    margin-left: 0.25em;
}
.auth-profile-chips-balance {
    font-weight: bold;
    margin-right: 0.35em;
    font-size: 0.85em;
}
.auth-profile-chips-change-text {
    font-weight: bold;
    text-align: center;
    user-select: none;
    font-size: 0.85em;
    padding-top: 0.35em;
}
.auth-profile-chips-change-text-positive {
    color: #00ff00;
}
.auth-profile-chips-change-text-negative {
    color: #ff0000;
}
.auth-profile-chips-change-text-fade-out {
    transition: opacity 2s;
    opacity: 0;
}
.auth-profile-chips-change-text-opaque {
    opacity: 1;
}
.auth-nav-container .menu-item-gold {
    background-color: #ffd601;
}
.auth-nav-container .menu-item-gold:hover {
    background-color: #FFE591 !important;
}
.auth-nav-container .menu-item-gold a {
    color: #000;
}
.auth-nav-container .menu-item-gold a i {
    color: #000;
}
.auth-nav-container .menu-item a .chip-menu-icon {
    width: 16px;
    height: 16px;
    background-image: url('../images/icons/pp_profile_chips_tiny.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
/* END Auth Nav */

/* Faucet Notifications */
.faucet-popup {

}

.faucet-popup .popup-content-holder .popup-content {
    padding-right: calc(40px * var(--ui-scale)) !important;
}
.faucet-popup .popup-content-holder .popup-content .buttons-holder {
    padding-bottom: 0em  !important;
    margin-bottom: 0em  !important;
}

.faucet-awarded-popup-content {
}

.faucet-awarded-popup-message {
    font-size: 0.75em;
    max-width: 20em;
    text-align: center;
    margin-top: 1.5em;
    margin-bottom: 1em;
}

.faucet-awarded-popup-icon {
    background-image: url("../images/icons/pp_profile_chips_medium.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 50px;
    height: 50px;
    margin: auto;
}

.faucet-payment-option-loading {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
}

.faucet-loading-container {
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 100;
    display: none;
    align-items: center;
    justify-content: center;
}

.faucet-loading-spinner {
    scale: 2;
}