/* ==================================================
        #Reset & Basics
        #Styles
        #Typography
        #Links
        #Lists
        #Images
        #Forms
        #Scaling
        #Misc */
/* #Reset & Basics
================================================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: disc;
    margin-left: 15px;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* #Styles
================================================== */
body, html {
    margin: 0;
    padding: 0;
    color: #333;
}

body {
    font-family: "RobotoCondensed", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 1.5;
    font-style: normal;
    -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
    -webkit-text-size-adjust: 100%;
}

html {
    /* workaround for aMember */
    background-color: #242837 !important;
}

#bgBody {
    background: #090E1A url(https://static.igpmanager.com/igp/design/image/bg1.webp) top center no-repeat !important;
    background-size: cover !important;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

img {
    border: none;
}

a, a:visited, a:active {
    text-decoration: none;
    color: #0b55c4;
    outline: none;
}

a:hover {
    text-decoration: underline;
    color: #0b55c4;
    -moz-outline-style: none;
}

a.nu, a.nu:visited, a.nu:active, a.nu:hover {
    text-decoration: none;
    border: none;
}

a.ul, a.ul:visited, a.ul:active {
    text-decoration: none;
}

a.ul:hover {
    text-decoration: none;
    border-bottom: 1px solid #0b55c4;
}

#navToggle {
    float: left;
    margin-top: 7px;
}

#navToggle a, #navToggle a:visited {
    background: #689954;
    -webkit-animation: zoomIn2 250ms 1 linear;
    -moz-animation: zoomIn2 250ms 1 linear;
    -o-animation: zoomIn2 250ms 1 linear;
    animation: zoomIn2 250ms 1 linear;
    text-align: center;
    color: #fff;
    border: 0;
    box-sizing: border-box;
    display: inline-block;
    padding: 12px 18px !important;
    margin-right: 25px;
    border-radius: 2px;
}

#navToggle a:hover, #navToggle a:active {
    background: #5f8c4d;
    color: #fff;
    text-decoration: none;
}

ol#nav, ul#nav {
    margin: 0 !important;
}

#nav {
    float: left;
    list-style: none;
    text-align: center;
}

#headerNavWrap {
    display: flex;
    justify-content: flex-end;
}

#headerNavWrap #nav {
    float: none;
}

#nav ul {
    list-style: none;
    width: 10em;
}

#nav li {
    position: relative;
}

#nav > li {
    float: left;
    margin-right: 14px;
    padding-right: 14px;
}

#nav > li:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 2px;
    height: 44px;
    background: rgba(122, 181, 66, 0.9);
    transform: translateY(-50%);
}

#nav > li:last-child:after {
    display: none;
}

#nav > li.navLastPublic:after {
    display: none;
}

#nav li ul {
    padding: 5px;
    z-index: 100;
    position: absolute;
    left: -9999px;
    background: #fff;
    border: 1px solid #ccc;
    border-top: none;
    border-radius: 0px 0px 6px 6px;
    -webkit-border-radius: 0px 0px 6px 6px;
    -moz-border-radius: 0px 0px 6px 6px;
    -moz-box-shadow: 0 6px 5px #000;
    -webkit-box-shadow: 0 6px 5px #000;
    box-shadow: 0 6px 5px #000;
}

#nav > li.hover > ul, body.nojQuery #nav > li:hover > ul {
    left: 0;
}

#nav li li.hover ul, body.nojQuery #nav li li:hover ul {
    left: 100%;
    top: 0;
}

#nav a {
    display: block;
    text-decoration: none;
    word-wrap: break-word;
    font-weight: normal;
    color: #333;
}

#nav > li > a {
    height: 66px;
    line-height: 66px;
    padding: 0px 10px;
    color: #fff;
    border-radius: 0;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.01em;
    font-family: "RobotoCondensedBold", sans-serif;
    font-size: 1.05em;
    transition: color 0.2s ease;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 220px;
}

#nav > li > a:hover, #nav > li.hover > a, #nav > li > a.here {
    background: none;
    color: #7ab542;
    border-bottom: none;
}

.playNowUpper {
    text-transform: uppercase !important;
    letter-spacing: 0.01em;
}

#nav > li > a.here {
    position: relative;
}

#nav li li a {
    padding: 5px 20px;
    z-index: 100;
    margin-top: 5px;
}

#nav li li a:hover {
    background: #e9e9e9;
    color: #333;
}

#nav li li a.here {
    background: #333;
    color: #f2f2f2;
}

#search {
    padding: 10px 0px;
    text-align: right;
}

#header {
    background: #111;
    color: #fff;
    z-index: 101;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 66px;
    box-sizing: border-box;
}

#header > div {
    background: #111;
}

#page-title {
    margin: 0px 0px 20px 0px;
}

#page-title h1 {
    margin: 0px;
    padding: 0px;
}

#page-content {
    padding-top: 15px;
    padding-bottom: 25px;
    background: #e9eaec;
    border-radius: 8px;
    margin-bottom: 80px;
}

#page-position {
    position: relative;
    top: 100px;
}

#bgBody #page-position {
    top: 0;
    padding-top: 100px;
    margin-bottom: 0;
    flex: 1 0 auto;
}

#bgBody #footer {
    margin-top: 0;
}

#footer {
    position: relative;
    z-index: 10;
    width: 100%;
    margin-top: 40px;
    padding: 50px;
    color: #999;
    background: #f8f9fa;
    border-top: 1px solid #e5e5e5;
    border-radius: 0;
}

#footer a, #footer a:hover, #footer a:active, #footer a:visited {
    color: #999;
}

#copyright {
}

#social {
    margin-top: 8px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 18px;
}

#social a,
#social a:hover,
#social a:visited,
#social a:active {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

#social a {
    opacity: 0.94;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

#social a:hover {
    opacity: 1;
    transform: translateY(-2px);
}

/* #Typography
================================================== */
h1 {
    margin: 0px;
    padding: 0px 0px 10px 0px;
    font-size: 1.43em;
    color: #333;
    color: #555659;
    font-family: "RobotoCondensedBold";
    font-weight: normal;
}

h1 a, h1 a:visited, h1 a:active {
    text-decoration: none;
    color: #555659;
}

h1 a:hover {
    text-decoration: none;
    border-bottom: 1px solid #555659;
}

h2 {
    margin: 0px;
    padding: 0px 0px 10px 0px;
    font-size: 1.06em;
    color: #333;
    font-family: "RobotoCondensedBold";
    font-weight: normal;
}

h2 a, h2 a:hover, h2 a:visited, h2 a:active {
    text-decoration: none;
    color: #555659;
}

h2 a:hover {
    text-decoration: none;
    border-bottom: 1px solid #555659;
    color: #555659;
}

h3 {
    margin: 20px 0px 0px 0px;
    padding: 0px 0px 10px 0px;
    font-size: 1em;
    color: #333;
}

h3 a, h3 a:visited, h3 a:active {
    text-decoration: none;
}

h3 a:hover {
    text-decoration: none;
    border-bottom: 1px solid #0b55c4;
}

p {
    margin: 0px;
    padding: 10px 0px;
}

ul br, ol br {
    display: none;
}

/* Public button suite extracted to design/template/default/public-tw-buttons.css. */

.small {
    font-size: 12px !important;
}

.normal {
    font-size: 16px !important;
}

.medium {
    font-size: 24px !important;
}

.icon-16, .icon-20, .icon-24, .icon-32, .icon-48 {
    display: inline-block;
    pointer-events: none;
}

.icon-16 {
    width: 16px;
    height: 16px;
}

.icon-20 {
    width: 20px;
    height: 20px;
}

.icon-24 {
    width: 26px;
    height: 26px;
}

.icon-32 {
    width: 32px;
    height: 32px;
}

.icon-48 {
    width: 48px;
    height: 48px;
}

.pad {
    padding: 6px 8px;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: block;
    box-sizing: border-box;
    position: absolute;
    color: #ccc;
    background: #e3e4e5;
    z-index: 102;
    width: 240px;
    max-height: 360px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 10px;
    right: 3px;
}

.dOpt {
    display: none;
}

span.tooltip, div.tooltip, td.tooltip, th.tooltip, tr.tooltip, #achievements img.tooltip {
    cursor: help;
}

/* #Lists
================================================== */
/* #Images
================================================== */
/* #Forms
================================================== */
/* Scaling
================================================== */
/* Default (960px) *//* Default (960px) */
/* Tablet - Portrait (768px) */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    #tabs ul li, #tabs a.ui-tabs-anchor {
        width: 100%;
    }

    #bgBody {
        background-size: cover !important;
    }

    #page-position {
        top: 66px;
    }

    #bgBody #page-position {
        top: 0;
        padding-top: 66px;
    }
}

/* Mobile - All */
@media only screen and (max-width: 768px) {
    #header .grid.grid-cols-1 {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 0;
    }

    #header {
        height: auto;
        min-height: 66px;
    }

    #header > div {
        padding: 8px 10px;
        position: relative;
    }

    #nav > li {
        margin-right: 0;
        padding-right: 0;
    }

    #nav > li:after {
        display: none;
    }

    #nav > li > a {
        border-radius: 8px;
        text-transform: none;
        letter-spacing: normal;
        max-width: none;
        white-space: normal;
        overflow: visible;
        text-overflow: clip;
    }

    #page-position {
        top: 72px;
    }

    #bgBody #page-position {
        top: 0;
        padding-top: 72px;
    }

    #page-content {
        padding: 6px 0 10px;
        border-radius: 0;
    }

    .igp-shell {
        padding-left: 0;
        padding-right: 0;
    }

    #page-content > .sixteen.columns {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    #infobar {
        display: none;
    }

    #tabs ul li, #tabs a.ui-tabs-anchor {
        width: 100%;
    }

    .mOpt {
        display: none !important;
    }

    .dOpt {
        display: inline-block;
    }

    .btn.dOpt, .btn2.dOpt, .btn3.dOpt, .btn4.dOpt, .btn5.dOpt, .btn6.dOpt, .btn7.dOpt, .btnInsta.dOpt, .btnTwitter.dOpt, .btnFb.dOpt {
        display: inline-flex;
    }

    #logo {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        min-height: 50px;
    }

    #logo > a {
        order: 1;
    }

    #headerActions {
        display: none;
    }

    #logo img {
        margin-top: 0;
        max-height: 44px;
        width: auto;
    }

    #navToggle {
        float: none;
        order: 2;
        margin-top: 0;
        margin-right: 0;
    }

    #navToggle a, #navToggle a:visited {
        min-width: 48px;
        min-height: 48px;
        padding: 10px 12px !important;
        margin-right: 0;
        border-radius: 0;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    #search {
        text-align: center;
        display: none;
    }

    #headerNavWrap {
        position: absolute;
        left: 0;
        right: 0;
        top: 66px;
        z-index: 140;
    }

    #nav {
        display: none;
        width: 100%;
        background: #14182c;
        padding: 14px 12px 16px;
        border-top: 1px solid rgba(255, 255, 255, 0.08);
        box-sizing: border-box;
    }

    #nav > li {
        float: none;
        width: 100%;
        max-width: 320px;
        margin: 0 auto;
    }

    #nav > li:not(.dOpt):after {
        content: '';
        display: block;
        width: 78px;
        height: 2px;
        margin: 8px auto 10px;
        background: rgba(122, 181, 66, 0.9);
        transform: none;
        position: static;
    }

    #nav > li:last-child:after {
        display: none;
    }

    #nav > li > .parent {
        background-position: 95% 50%;
    }

    #nav > li:not(.dOpt) > a {
        height: auto;
        line-height: 1.2;
        padding: 6px 10px;
        background: none;
        border: 0;
        margin-bottom: 0;
        text-transform: uppercase;
        font-size: 1.9rem;
        letter-spacing: 0.02em;
        color: #fff;
        text-align: center;
    }

    #nav > li:not(.dOpt) > a.here,
    #nav > li:not(.dOpt).hover > a {
        color: #7ab542;
    }

    #nav > li.dOpt {
        margin-top: 0;
    }

    #nav > li.dOpt:after {
        display: none;
    }

    #nav > li.navMobilePlayNow {
        margin-top: 12px;
    }

    #nav > li.navMobileLang {
        margin-top: 10px;
    }

    #nav > li.navMobileLang #headerLangPickerMenu {
        display: flex;
        justify-content: center;
    }

    #nav li li .parent {
        background-image: url(https://static.igpmanager.com/igp/template/downArrow.png);
        background-repeat: no-repeat;
        background-position: 95% 50%;
    }

    #nav ul {
        display: block;
        width: 100%;
    }

    #nav > li.hover > ul, #nav li li.hover ul {
        position: static;
    }

    #splash-intro {
        font-size: 100%;
        padding: 0 10px;
    }

    #splash-intro h1 {
        font-size: 150%;
    }

    .playnow {
        margin-top: 25px;
    }

    #footer {
        padding: 10px 10px;
    }

    #social {
        margin: 10px 0px;
    }

    #bgBody {
        background-size: cover !important;
    }
}

/* #Misc
================================================== */
#logo img {
    margin-top: 10px;
}

div.clear {
    clear: both;
}

.hide {
    display: none;
}

.pad {
    padding: 5px;
}

svg {
    align-self: center; /* Aligns the SVG vertically within the flex container */
    fill: currentColor;
    stroke-width: 0;
    stroke: currentColor;
    vertical-align: middle;
}

/* For pagiantion where svg icon in anchor a */
.pager-wrap a {
    position: relative;
}

/* Tooltip Layout */
span.tooltip, div.tooltip, td.tooltip, th.tooltip, tr.tooltip, #achievements img.tooltip, .hoverData, .disabled.tooltip {
    cursor: help;
}

span.tooltip {
    display: inline-block;
}

.tTip {
    text-align: center;
    color: #ccc;
    background: #292d33;
    position: absolute;
    z-index: 201;
    padding: 10px;
    border-radius: 8px;
    font-size: 90%;
    box-sizing: border-box;
    min-width: 150px;
}

.tTipArrow {
    /* triangle decoration */
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 12px solid #292d33;
    content: '';
    position: absolute;
    left: 50%;
    bottom: -8px;
    margin-left: -8px;
    z-index: 202;
}

.tTipArrow.topArrow {
    border-top-color: transparent;
    border-bottom: 12px solid #292d33;
    top: -20px;
    bottom: auto;
}

.tTip .one-btn, .tTip .two-btn, .tTip .three-btn {
    margin-top: 10px;
}

/* @font-face declarations extracted to design/template/default/public-tw-fonts.css. */
/* Lity lightbox extracted to design/template/default/public-tw-lity.css. */

.container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    border-radius: 8px;
}
.container-fluid {
    max-width: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}

/* Margin utilities (from app/styles.css) */
.mRight5 {
    margin-right: 5px !important;
}

.mTop5 {
    margin-top: 5px !important;
}

.mTop10 {
    margin-top: 10px !important;
}

.mBottom {
    margin-bottom: 5px !important;
}

.mBottom5 {
    margin-bottom: 5px !important;
}

.mBottom10 {
    margin-bottom: 10px !important;
}

/* Tailwind-compat utility aliases (`.\!mr-[5px]`, `.font-heading`, `.h-4`, ... ) that used to live here were removed — Tailwind emits every one of them natively from the content scan, with `text-ellipsis` and `overflow-x-scroll` covered by the safelist in tailwind.config.js. */

/* Rounded corner utilities (from app/styles.css) */
.round-tl, .round-top, .round-left {
    border-top-left-radius: 8px;
}

.round-tr, .round-top, .round-right {
    border-top-right-radius: 8px;
}

.round-bl, .round-bottom, .round-left {
    border-bottom-left-radius: 8px;
}

.round-br, .round-bottom, .round-right {
    border-bottom-right-radius: 8px;
}

.rounded-3 {
    border-radius: 3px;
}

.rounded-8 {
    border-radius: 8px;
}

/* Error list styling (from app/styles.css) */
.errorList {
    color: #fff;
    background: #1a1a24;
    padding: 8px;
    list-style-position: inside;
    margin: 15px 0;
    border-bottom: 5px solid #c52d2d;
    border-radius: 8px;
}

.errorList ul {
    list-style-type: circle;
    padding: 0;
    margin: 0;
}

/* Comment compose form suite extracted to design/template/default/public-tw-comment.css. */

.error {
    color: #c52d2d;
    border: 1px solid #c52d2d;
}

.success {
    color: #6C0;
}
