@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,regular,500,600,700,800,300italic,italic,500italic,600italic,700italic,800italic);

*,
a,
a:hover,
body {
    text-shadow: 1px 1px 1px #111;
    text-decoration: none
}

a,
body,
i {
    color: #e0e9f3
}

.cell,
.global-container {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    caption-side: bottom;
    word-wrap: break-word !important;
    word-break: break-word !important;
    box-sizing: border-box
}

*,
.cell,
.container,
.global-container,
form {
    box-sizing: border-box
}

* {
    font-family: "Open Sans", sans-serif;
    font-size: 11px !important
}

@media screen and (max-width: 936px) {
    * {
        font-size: 10px !important
    }
}

:root {
    --bg: #0a0a0a;
    /* Midnight black background */
    --white: #fffafa;
    /* Pure white */
    --gold: #FFD700;
    /* New Year gold */
    --silver: #C0C0C0;
    /* Silver accent */
    --success: #32cd32;
    /* Bright green */
    --failed: #dc143c;
    /* Crimson red */
    --dark: #111111;
    --red: #dc143c;
    /* Party red */
    --champagne: #F7E7CE;
    /* Champagne gold */
    --platinum: #e0e9f3;
    --black: #222222;
    --thumb: #FFD700;
    /* Gold accent */
    --ny-glow: 0 0 3px #FFD700, 0 0 7px #C0C0C0, 0 0 3px #fffafa;
    --ny-shadow: 1px 1px 5px #0a0a0a, 0 0 6px #FFD700;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Open Sans", sans-serif;
    color: var(--gold);
    text-shadow: var(--ny-glow);
    letter-spacing: 2px;
}

.button,
button,
input[type="submit"],
.btn-padded,
.btn-dark {
    background: linear-gradient(135deg, var(--gold), var(--silver) 70%, var(--champagne) 100%);
    color: #1a1a1a !important;
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.8), 0 0 4px rgba(0, 0, 0, 0.3);
    border: 2px solid var(--gold);
    box-shadow: 0 0 5px 1px var(--gold), 0 0 2px var(--silver), 0 0 6px var(--champagne);
    border-radius: 6px !important;
    position: relative;
    font-weight: 700;
    transition: background 0.35s, box-shadow 0.25s, color 0.2s;
    overflow: hidden;
}

.button::before,
button::before,
.btn-padded::before,
.btn-dark::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: repeating-linear-gradient(135deg, #fffafa 0px, #fffafa 3px, transparent 3px, transparent 9px);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s;
    z-index: 0;
}

.button:hover::before,
button:hover::before,
.btn-padded:hover::before,
.btn-dark:hover::before {
    opacity: 0.13;
}

.button:hover,
button:hover,
input[type="submit"]:hover,
.btn-padded:hover,
.btn-dark:hover {
    background: linear-gradient(135deg, var(--champagne), var(--gold) 60%, var(--silver) 100%);
    box-shadow: 0 0 3px 1px var(--gold), 0 0 2px var(--silver);
}

@keyframes sparkle {

    0%,
    100% {
        filter: brightness(1.05) drop-shadow(0 0 5px #fff);
    }

    10%,
    90% {
        filter: brightness(1.25) drop-shadow(0 0 8px #FFD700);
    }

    20%,
    80% {
        filter: brightness(1.15) drop-shadow(0 0 7px #C0C0C0);
    }

    50% {
        filter: brightness(1.23) drop-shadow(0 0 10px #FFD700);
    }
}

.button,
button,
.btn-padded,
.btn-dark,
input[type="submit"] {
    animation: sparkle 2.3s infinite alternate;
}

a:hover {
    color: #fff
}

i.fas,
i.tip-fill {
    font-size: 15px !important
}

iconify-icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    vertical-align: -0.125em;
    color: #e0e9f3;
}

iconify-icon.fas,
iconify-icon.tip-fill {
    font-size: 15px !important;
}

.container:has(.icon iconify-icon) .icon {
    position: absolute;
    bottom: -25px;
    right: -35px;
    transform: rotate(10deg);
    padding: 8px;
    z-index: 1;
}

.container:has(.icon) iconify-icon {
    font-size: 100px !important;
    color: rgba(255, 255, 255, .15);
    opacity: .3;
}

.container:hover:not(.noHover) .icon iconify-icon {
    color: #FFD700;
    opacity: .4;
}

form {
    padding: 0;
    margin: 0;
    width: 100%
}

img {
    max-width: 100vw;
    height: auto;
    -webkit-max-width: 100vh;
    -webkit-height: auto;
    -moz-max-width: 100vh;
    -moz-height: auto;
    -ms-max-width: 100vh;
    -ms-height: auto
}

::-webkit-scrollbar {
    width: 2px;
    height: 40px;
    border-top: 1px solid var(--bg)
}

::-webkit-scrollbar-track {
    background-color: #111;
    border-left: 1px solid #111
}

::-webkit-scrollbar-thumb {
    background-color: var(--bg)
}

::-webkit-scrollbar-thumb:hover {
    background-color: var(--bg)
}

.bg-blur {
    background: url(https://cdn.internationalgangsters.com/server2/mainbackground.png) center center/cover no-repeat fixed !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    -webkit-filter: blur(5px) brightness(0.75) opacity(0.95) grayscale(10%);
    -moz-filter: blur(5px) brightness(0.75) opacity(0.95) grayscale(10%);
    -o-filter: blur(5px) brightness(0.75) opacity(0.95) grayscale(10%);
    -ms-filter: blur(5px) brightness(0.75) opacity(0.95) grayscale(10%);
    filter: blur(5px) brightness(.75) opacity(.95) grayscale(10%);

    transform: scale(1.05);
    position: fixed;
    width: 100vw;
    height: 100vh;
    z-index: -999;
}

/* CONFETTI ANIMATION */
.confetti-overlay {
    pointer-events: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 1000;
}

.confetti {
    position: absolute;
    top: -10px;
    color: #FFD700;
    font-size: 1.3em;
    opacity: .85;
    text-shadow: 0 0 6px #fff, 0 0 10px #FFD700, 0 0 16px #C0C0C0;
    animation: confetti-fall linear infinite;
}

@keyframes confetti-fall {
    0% {
        transform: translateY(0) rotate(0deg) scale(1);
    }

    40% {
        opacity: .95;
    }

    100% {
        transform: translateY(100vh) rotate(360deg) scale(.9);
        opacity: .7;
    }
}

/* FIREWORKS ANIMATION */
.fireworks-overlay {
    pointer-events: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 999;
    overflow: hidden;
}

.firework {
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    pointer-events: none;
    z-index: 1000;
}

.firework-trail {
    position: absolute;
    width: 3px;
    height: 0;
    pointer-events: none;
    opacity: 0.8;
    z-index: 999;
}

.firework-particle {
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    pointer-events: none;
    z-index: 1001;
}

@keyframes firework-launch {
    0% {
        transform: translateY(0) scale(0.5);
        opacity: 1;
    }

    20% {
        transform: translateY(calc(var(--launch-height) * 0.2)) scale(1);
        opacity: 1;
    }

    80% {
        opacity: 1;
    }

    100% {
        transform: translateY(var(--launch-height)) scale(1.2);
        opacity: 0;
    }
}

@keyframes firework-trail {
    0% {
        height: 0;
        opacity: 0.8;
    }

    50% {
        opacity: 0.6;
    }

    100% {
        height: var(--launch-height);
        opacity: 0;
    }
}

@keyframes firework-explode {
    0% {
        transform: scale(1) translate(0, 0);
        opacity: 1;
    }

    30% {
        opacity: 1;
    }

    100% {
        transform: scale(0.3) translate(var(--particle-x), var(--particle-y));
        opacity: 0;
    }
}

.firework.launching {
    animation: firework-launch var(--launch-duration) ease-out forwards;
    background: radial-gradient(circle, #FFFFFF 0%, #FFD700 50%, #FFA500 100%);
    box-shadow: 0 0 15px rgba(255, 215, 0, 0.8), 0 0 30px rgba(255, 165, 0, 0.6), 0 0 45px rgba(255, 215, 0, 0.4);
}

.firework-trail {
    animation: firework-trail var(--launch-duration) ease-out forwards;
}

.firework-particle {
    animation: firework-explode var(--explode-duration) ease-out forwards;
    border-radius: 50%;
}

.cursor-pointer {
    cursor: pointer !important;
}

.column,
.grid,
.layout-rows,
.mobile-prop-and-menu-wrapper {
    width: 100%
}

.features {
    max-width: 80%;
    align-items: center;
    margin: 0 auto
}

.ig-card-container-2,
.split-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    align-items: baseline
}

.ig-card-container,
.split-container-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    align-items: baseline
}

.ig-card-container-4,
.split-container-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    align-items: baseline
}

.layout-rows {
    display: grid;
    grid-template-columns: 215px 1fr 215px;
    gap: .5em;
    align-items: baseline !important;
    margin: 0 auto;
    align-self: auto;
    align-content: center;
    justify-items: center;
    justify-content: center;
    padding: 8px 8px 0
}

.col {
    table-layout: fixed;
    display: grid;
    grid-gap: 30px;
    grid-auto-flow: dense;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    align-content: start;
    justify-content: stretch
}

.chartContainer,
.equal-grid {
    grid-template-columns: repeat(2, 1fr)
}

.equal-grid {
    display: grid;
    align-items: baseline
}

.grid {
    display: flex;
    flex-grow: 0;
    flex-shrink: 0
}

.flex-5 {
    flex: 5%
}

.flex-10 {
    flex: 10%
}

.flex-15 {
    flex: 15%
}

.flex-20 {
    flex: 20%
}

.flex-25 {
    flex: 25%
}

.flex-30 {
    flex: 30%
}

.flex-35 {
    flex: 35%
}

.flex-40 {
    flex: 40%
}

.flex-45 {
    flex: 45%
}

.flex-50 {
    flex: 50%
}

.flex-55 {
    flex: 55%
}

.flex-60 {
    flex: 60%
}

.flex-65 {
    flex: 65%
}

.flex-70 {
    flex: 70%
}

.flex-75 {
    flex: 75%
}

.flex-80 {
    flex: 80%
}

.flex-85 {
    flex: 85%
}

.flex-90 {
    flex: 90%
}

.flex-95 {
    flex: 95%
}

.flex-100 {
    flex: 100%
}

.mw-300,
.slots-container {
    max-width: 300px
}

.mw-500 {
    max-width: 500px !important
}

.mw-700 {
    max-width: 700px
}

.global-container {
    margin: 0 auto;
    width: 100%;
    box-shadow: none
}

.container,
.container-main {
    position: relative;
    padding: 12px;
    color: #fff;
    width: 100%;
    box-shadow: rgba(0, 0, 0, .25) 0 .0625em .0625em, rgba(0, 0, 0, .25) 0 .125em .5em, rgba(255, 255, 255, .1) 0 0 0 1px inset;
    overflow: hidden
}

.container-main {
    background-image: repeating-linear-gradient(225deg, rgba(57, 57, 57, 0.09) 0px, rgba(57, 57, 57, 0.09) 1px, transparent 1px, transparent 60px), repeating-linear-gradient(135deg, rgba(57, 57, 57, 0.09) 0px, rgba(57, 57, 57, 0.09) 1px, transparent 1px, transparent 60px), repeating-linear-gradient(135deg, rgba(57, 57, 57, 0.09) 0px, rgba(57, 57, 57, 0.09) 1px, transparent 1px, transparent 10px), repeating-linear-gradient(225deg, rgba(57, 57, 57, 0.09) 0px, rgba(57, 57, 57, 0.09) 1px, transparent 1px, transparent 10px), linear-gradient(225deg, rgb(38, 40, 44), rgb(38, 40, 44));
    border: 3px solid #35383d;
    margin: 0 0 5px;
    box-shadow: rgba(0, 0, 0, .99) 0 .0625em .0625em, rgba(0, 0, 0, .99) 0 .125em .5em, rgba(124, 124, 128, 0.55) 0 0 0 0.51px inset;

}

.container {
    background-image: repeating-linear-gradient(90deg, rgba(42, 42, 42, 0.09) 0px, rgba(42, 42, 42, 0.09) 1px, transparent 1px, transparent 60px), repeating-linear-gradient(0deg, rgba(42, 42, 42, 0.09) 0px, rgba(42, 42, 42, 0.09) 1px, transparent 1px, transparent 60px), repeating-linear-gradient(0deg, rgba(42, 42, 42, 0.09) 0px, rgba(42, 42, 42, 0.09) 1px, transparent 1px, transparent 10px), repeating-linear-gradient(90deg, rgba(42, 42, 42, 0.09) 0px, rgba(42, 42, 42, 0.09) 1px, transparent 1px, transparent 10px), linear-gradient(90deg, rgb(30, 33, 36), rgb(30, 33, 36));
    border-radius: 1px;
    border: 1px solid #3c4146;
    margin: 0 0 10px;
    max-width: 100vw;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
}

.crew_name,
.darker-cell,
.flag {
    position: absolute
}

.header-container {
    width: 70%;
    max-width: 200px;
    min-width: 100px;
    display: inline-block
}

.chartContainer {
    display: grid;
    align-items: baseline;
    gap: 10px
}

.cell.spaced,
.spaced {
    display: flex !important
}

.container:hover {
    border: 1px solid #FFD700;
    transition: .5s
}

.container.noHover:hover {
    cursor: default;
    border: 1px solid #3c4146
}

.minimal-padding {
    padding: 3px !important
}

.topheader {
    -moz-box-shadow: 0 0 5px 2px #222;
    -webkit-box-shadow: 0 0 5px 2px #222;
    box-shadow: 0 0 5px 2px #222
}

.bg-dark,
.container .cell.lighter {
    background-color: #26282C
}

.offcanvas {
    width: 270px;
    height: 100%;
    background: #111;
    padding-top: 0
}

.container .cell.darker,
.spaced {
    background-color: #26282C
}

.carshadow1 {
    border: 2px solid white !important
}

.carshadow2 {
    border: 2px solid coral !important
}

.carshadow3 {
    border: 2px solid dodgerblue !important
}

.carshadow4 {
    border: 2px solid violet !important
}

.carshadow5 {
    border: 2px solid rgba(184, 125, 140, 1) !important
}

.carshadow6 {
    border: 2px solid rgba(135, 206, 235, 1) !important
}

.section {
    border: 1px solid #35383d;
    margin-top: 10px
}

.cell,
.container .cell.lighter {
    border-bottom: 1px solid #191919;
    border-right: 1px solid #191919
}

.spaced {
    justify-content: space-between !important;
    flex-direction: row !important;
    padding: 8px
}

.cell {
    border-collapse: separate;
    border-spacing: 0.5px;
    vertical-align: middle !important;
    color: #f3f3f3;
    padding: 6px;
    text-align: left
}

.darker-cell,
.menubadge {
    color: #fff;
    text-align: center
}

.cell.spaced {
    justify-content: middle !important;
    align-items: center !important
}

.section .cell {
    background-color: #222529;
    padding: 8px
}

.container .cell.split,
.container p.split,
.container-main .cell.split,
.container-main p.split {
    display: flex;
    justify-content: space-between
}

.container .cell.inset-left {
    padding-left: 1em
}

.container.w-half {
    width: 50%
}

.tbl-content2 {
    max-height: 350px;
    overflow-x: auto;
    margin-top: 0;
    margin-bottom: 0;
    z-index: 1
}

.extra-padding {
    padding: 10px !important
}

.active-forum {
    background-color: #101010 !important;
    color: #fff;
    border: .25px solid #FFD700 !important
}

.column:first-child:not(.excludeLighter),
.indent,
.lighter {
    background-color: #1d1f23 !important
}

.submit-area {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    background-color: #191919;
    margin-top: 10px;
    border: 1px solid #191919
}

.darker-cell {
    background-color: #191919;
    justify-content: center;
    width: 100%;
    padding: 10px;
    margin: 0 auto !important;
    align-items: center;
    align-self: center;
    bottom: 0;
    left: 0;
    right: 0;
    border: 1px solid #222
}

.menubadge {
    background-color: #111;
    padding: 1px 3.5px;
    min-width: 15px;
    max-width: 35px;
    width: auto;
    min-height: 15px;
    max-height: 30px;
    border-radius: 2px;
    display: inline-block;
    vertical-align: middle
}

.boss_name,
.main-menu-cell a,
.shown,
[tooltip]:hover::after,
[tooltip]:hover::before {
    display: block
}

.pulsing {
    animation: 2s infinite pulse;
    box-shadow: 0 0 0 0 #90ee90
}

.rightmenu {
    padding: .5em .8em;
    margin: auto !important;
    color: #f3f3f3
}

.main-menu-cell {
    background-color: rgba(41, 41, 41, .2) !important
}

.main-menu-cell:hover {
    filter: brightness(1.1)
}

.flag {
    width: 64px;
    z-index: 2;
    right: 10px;
    bottom: 0
}

.crew_name {
    left: 0;
    bottom: 0;
    font-size: 20px !important;
    font-weight: 600 !important;
    color: #fff;
    text-shadow: 1px 0 5px #000;
    padding: 10px;
    width: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, .2), rgba(0, 0, 0, .5))
}

.boss_name,
.boss_name a {
    color: #ccc !important;
    font-size: 12px !important
}

.crew_name::before {
    content: '';
    position: absolute;
    top: -10px;
    left: 0;
    width: 100%;
    height: 20px;
    background: inherit;
    filter: blur(50px)
}

@keyframes war-pulse {

    0%,
    100% {
        border: 1px solid red
    }

    50% {
        border: 1px solid #191919
    }
}

.war-border {
    border: 1px solid red;
    animation: 2s ease-in-out infinite war-pulse
}

.container .title {
    font-size: 12px !important;
    font-weight: bold;
    margin-bottom: 2px;
    color: #FFD700
}

@media screen and (max-width: 936px) {
    .container .title {
        font-size: 11px !important
    }
}

.container .titleLarger,
.container-main .MenutitleLarger {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 1px
}

.container .info {
    margin-bottom: 5px;
    color: #afafaf;
    font-weight: none !important
}

.container-main .Menutitle {
    font-size: 12px;
    font-weight: none;
    margin-bottom: 1px
}

.container-main .Menuinfo {
    margin-bottom: 5px;
    color: #999;
    font-weight: 700
}

.container .infoSmaller {
    font-size: 12px !important;
    font-weight: 700 !important;
    margin-bottom: 2px;
    color: #f3f3f3
}

.ig-card-container-2:has(.container) .title,
.ig-card-container-4:has(.container) .title,
.ig-card-container:has(.container) .title {
    font-size: 11px !important;
    font-weight: none !important;
    margin-bottom: 2px;
    color: #999 !important
}

.ig-card-container-2:has(.container) .info,
.ig-card-container-2:has(.container) .info a,
.ig-card-container-2:has(.container) .info span,
.ig-card-container-2:has(.container) .info strong,
.ig-card-container-4:has(.container) .info,
.ig-card-container-4:has(.container) .info a,
.ig-card-container-4:has(.container) .info span,
.ig-card-container-4:has(.container) .info strong,
.ig-card-container:has(.container) .info,
.ig-card-container:has(.container) .info a,
.ig-card-container:has(.container) .info span,
.ig-card-container:has(.container) .info strong {
    font-size: 14px !important;
    font-weight: 700 !important;
    margin-bottom: 2px;
    color: #f3f3f3
}

.bold,
.spaced .upgradeTitle {
    font-weight: 700;
    color: #fff
}

.spaced .upgradeCaption,
.tip-fill:hover {
    color: #90ee90
}

label.lbl-centered {
    width: 100%;
    height: 100%;
    cursor: pointer;
    display: flex;
    align-items: center
}

.text-muted {
    color: #999 !important
}

strong.rlt-green {
    width: 100%;
    color: #32cd32
}

strong.rlt-red {
    width: 100%;
    color: red
}

strong.rlt-black {
    width: 100%;
    color: #878282
}

strong.rlt-other {
    width: 100%;
    color: #e1e1e1
}

.container-text {
    font-size: 11px
}

.caption,
.caption a {
    color: #fff;
    font-size: 15px
}

.right {
    text-align: right
}

.left {
    text-align: left
}

.center {
    text-align: center
}

.paytable-icon {
    font-size: 25px
}

.cell .center {
    justify-content: center !important;
    text-align: center !important
}

.reply_content,
.topic_content {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    padding: 6px 8px;
    vertical-align: text-top
}

.cell img,
.reply_content img {
    max-width: 100%;
    height: auto;
    -webkit-max-width: 100%;
    -webkit-height: auto;
    -moz-max-width: 100%;
    -moz-height: auto;
    -ms-max-width: 100%;
    -ms-height: auto
}

.text-muted-right {
    text-align: right;
    float: right;
    color: #999;
    text-decoration: italic;
    display: inline
}

@keyframes pulse-frame {

    0%,
    100% {
        opacity: .5
    }

    50% {
        opacity: 1
    }
}

.pulse-text {
    font-weight: 700;
    animation: 3.5s ease-in-out infinite pulse-frame
}

.linear-wipe,
blockquote {
    font-weight: 700 !important
}

.cell:has(.linear-wipe) {
    color: #90ee90;
    text-decoration: bold !important;
    text-shadow: none !important
}

.cell:has(.linear-wipe-blue) {
    color: #114b5f;
    text-decoration: bold !important;
    text-shadow: none !important
}

.linear-wipe-blue {
    background: linear-gradient(to right, #114b5f 20%, #226177 40%, #236074 60%, #114b5f 80%);
    background-size: 200% auto;
    color: #90ee90 !important;
    background-clip: text;
    text-emphasis-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: 1s linear infinite shine;
    text-shadow: none !important;
    font-size: 15px !important
}

.linear-wipe {
    background: linear-gradient(to right, #31b463 20%, #71df80 40%, #3e7e48 60%, #368d2f 80%);
    background-size: 200% auto;
    color: #90ee90 !important;
    background-clip: text;
    text-emphasis-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: 1s linear infinite shine;
    text-shadow: none !important;
    font-size: 15px !important
}

@keyframes shine {
    to {
        background-position: 200% center
    }
}

@keyframes blink {

    0%,
    100% {
        opacity: .3
    }

    50% {
        opacity: 1
    }
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(144, 238, 144, .7)
    }

    70% {
        box-shadow: 0 0 0 10px rgba(144, 238, 144, 0)
    }

    100% {
        box-shadow: 0 0 0 0 rgba(144, 238, 144, 0)
    }

    0%,
    100% {
        background-color: #006400
    }

    50% {
        background-color: #90ee90
    }
}

@keyframes glow {

    0%,
    100% {
        box-shadow: 0 0 2px 0 #90ee90
    }

    50% {
        box-shadow: 0 0 4px 0 #90ee90
    }
}

.isonline {
    animation: 2s infinite blink, 2s infinite pulse, 4s infinite glow;
    background-color: #006400;
    border-radius: 50%;
    height: 4px;
    margin-left: 1px;
    width: 4px;
    box-shadow: 0 0 1px 1px #111, 0 0 1px 1px #111;
    -webkit-box-shadow: 0 0 1px 1px #111, 0 0 1px 1px #111;
    -moz-box-shadow: 0 0 1px 1px #111, 0 0 1px 1px #111;
    -o-box-shadow: 0 0 1px 1px #111, 0 0 1px 1px #111;
    -ms-box-shadow: 0 0 1px 1px #111, 0 0 1px 1px #111
}

.container:has(.icon i) .icon {
    position: absolute;
    bottom: -25px;
    right: -35px;
    transform: rotate(10deg);
    padding: 8px;
    z-index: 1
}

.container:has(.icon span) .icon {
    position: absolute;
    top: -20%;
    right: 0;
    padding: 0;
    z-index: 1;
    transform: rotate(10deg);
    align-items: baseline;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center
}

.icon2 {
    width: 15px
}

.container:has(.icon) i {
    font-size: 100px !important;
    color: rgba(255, 255, 255, .15);
    opacity: .3
}

.container:has(.icon) .icon-text {
    color: rgba(255, 255, 255, .25);
    opacity: .3;
    font-size: 100px !important;
    font-weight: 700;
    margin-left: 5px
}

.container:hover:not(.noHover) .icon i {
    color: #FFD700;
    opacity: .4
}

.container:hover:has(.noHover) .icon .icon-text {
    color: #FFD700;
    opacity: .4
}

.editor {
    width: 100%;
    max-height: 300px;
    min-height: 100px
}

.editor-buttons {
    margin-bottom: 10px;
    align-items: center;
    display: flex;
    justify-content: space-between;
    background-color: transparent
}

.nopadding {
    padding: .5px !important;
    align-items: center !important
}




.header-select,
.textbox {
    background-color: #26282C;
    font-variant: normal;
    color: #ccc;
    text-align: left
}

.btn-padded {
    background-color: #111519 !important;
    background: #111519 !important;
    color: white !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8), 0 0 4px rgba(255, 255, 255, 0.2);
    padding: 10px !important;
    border: 1px solid #35383d;
    cursor: pointer;
    width: 100%;
    display: inline-block;
    text-align: center;
    transition-duration: 0.4s;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    border-radius: 1px !important;
    position: relative;
    overflow: hidden;
}

.btn-padded::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 1px;
    background-image: linear-gradient(90deg, transparent, #FFD700, transparent);
    transition: width 0.4s ease, left 0.4s ease;

}

.btn-padded:hover::after {
    width: 100%;
    left: 0;
}

button[type=submit]:focus,
button[type=submit]:active,
button.btn-padded:focus,
button.btn-padded:active,
input[type=button]:focus,
input[type=button]:active,
.btn-padded:focus,
.btn-padded:active {
    outline: none !important;
    -webkit-box-shadow: 0 0 3px 2px var(--gold) inset !important;
    -webkit-text-fill-color: #f3f3f3 !important;
    -webkit-font-size: 11px !important;
    -webkit-font-family: "Open Sans", sans-serif !important;
    -webkit-appearance: none;
    outline: 0 !important;
}




.btn-paddded:focus,
.header-select:focus,
.textbox:focus,
input[type=button]:focus,
input[type=password]:focus,
input[type=submit]:focus,
input[type=text]:focus,
.btn-padded:focus,
.btn-padded:active,
button:focus {
    outline: 0
}

input:-webkit-autofill,
input:-webkit-autofill:active,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover {
    -webkit-box-shadow: 0 0 0 30px #292929 inset !important;
    -webkit-text-fill-color: #f3f3f3 !important;
    -webkit-font-size: 11px !important;
    -webkit-font-family: "Open Sans", sans-serif !important;
    -webkit-appearance: none
}

textarea {
    resize: vertical;
    min-height: 200px !important;
    max-height: 1000px !important
}




input[type=email],
input[type=password],
input[type=submit]:focus,
input[type=text]:focus,
.btn-padded:focus,
.btn-padded:active,
button:focus {
    outline: 0;
    appearance: none
}





.textbox {
    border-top: 1px solid #444;
    border-bottom: 1px solid #444;
    border-left: 1px solid #444;
    border-right: 1px solid #444;
    padding: 12px;
    width: 100%
}

.header-select {
    border: 1px solid #222;
    float: right;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 10px !important;
    font-family: "Open Sans", sans-serif
}




.tip,
[tooltip] {
    cursor: help
}

.emphasise-error {
    color: #dc143c;
    font-weight: 700
}

.emphasise-info {
    color: #fff;
    font-weight: 700
}

.emphasise-success {
    color: #90ee90;
    font-weight: 700
}

.ig-alert-failed,
.ig-alert-success {
    color: #f8f8f8 !important;
    font-size: 1em !important
}

.ig-alert {
    border: 1px solid transparent !important;
    border-radius: .25rem !important;
    padding: .75rem 1.25rem !important;
    margin-bottom: 10px !important;
    font-family: "Open Sans", sans-serif;
    text-shadow: none
}

.ig-alert-content {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.ig-alert-success {
    background-color: #185031 !important;
    border-color: #2e8b57 !important;
    background-image: none !important;
}

.ig-alert-failed {
    background-color: #791212 !important;
    border-color: #dc143c !important;
    background-image: none !important;

}

.ig-alert-info {
    color: #f8f8f8;
    border-color: rgb(50 58 74 / 90%) !important;
    background: rgb(50 58 74 / 90%) !important;
    font-size: 1em
}

.highlight-cell {
    background-color: #185031 !important;
    color: #f8f8f8 !important
}

.greenBorder {
    border: 1px solid #2e8b57 !important
}

.redBorder {
    border: 1px solid #dc143c !important
}

.neutralBorder {
    border: 1px solid #FFD700 !important
}

.igPopUp .igPopUp-content .igPopUp-close,
.igPopUp .igPopUp-content .igPopUp-close:after,
.igPopUp .igPopUp-content .igPopUp-close:before,
.igPopUp .igPopUp-content .igPopUp-header {
    top: 0;
    border-radius: 0 5px;
    font-size: 12px !important;
    cursor: pointer;
    position: absolute;
    color: #fff
}

.igPopUp {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(34, 34, 34, .8);
    z-index: 999;
    display: none
}

.igPopUp .igPopUp-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #222;
    padding: 0;
    width: 90%;
    max-width: 500px;
    min-height: 275px;
    max-height: 275px;
    overflow: hidden
}

.igPopUp .igPopUp-content .igPopUp-close {
    right: 0;
    padding: 10px 15px
}

.igPopUp .igPopUp-content .igPopUp-close:after,
.igPopUp .igPopUp-content .igPopUp-close:before {
    content: "\00d7";
    right: 0;
    padding: 10px 15px
}

.igPopUp .igPopUp-content .igPopUp-header {
    left: 0;
    padding: 10px;
    width: 100%;
    background: radial-gradient(circle, #191919 0, rgba(8, 8, 8, .568) 100%);
    border-bottom: 3px solid #444
}

.igPopUp .igPopUp-content .igPopUp-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px;
    cursor: pointer;
    color: #fff;
    font-size: 12px !important;
    width: 100%;
    margin-top: 15px
}

.igPopUp .igPopUp-content .igPopUp-body {
    position: absolute;
    top: 50px;
    left: 0;
    padding: 0;
    width: 100%;
    height: 85%;
    margin-top: -10px;
    overflow: auto
}

.centered {
    margin: auto;
    align-items: center;
    justify-content: center;
    text-align: center
}

.mobile-bottom-menu-wrapper {
    background-color: #111519 !important;
    z-index: 999 !important;
    padding-bottom: env(safe-area-inset-bottom)
}

.mobile-bottom-menu {
    padding: 0.5em;
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    justify-content: space-between;
    gap: 6px;
    max-width: 100vw;
    width: 100vw;
}

.menu-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 6px;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    letter-spacing: 0.5px;
    aspect-ratio: 1 / 1;
}

.menu-item img {
    width: 100%;
    height: auto;
    max-width: 10px;
    max-height: 10px;
    object-fit: contain;
}

.has-mail-border,
.mobile-bottom-menu button.currently-active {
    border: 1px solid #90ee90 !important
}

.mobile-bottom-menu button img {
    padding: 1px 0;
    font-size: 12px !important;
}

.mobile-bottom-menu button {
    background-color: #111519 !important
}

@media screen and (max-width:350px) {
    .mobile-bottom-menu {
        gap: 2px !important;
        padding: .25em !important
    }

    .mobile-bottom-menu button img {
        padding: 1px 0
    }
}

.emphasis {
    color: #32cd32;
    font-weight: 700
}

ul.mobile-current-menu {
    background-color: #111519;
    width: 100vw;
    padding: 1em;
    margin: 0;
    list-style: none;
    bottom: 85px;
    left: 0;
    display: none;
    z-index: 999999
}

.property-information {
    background-color: #111519;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border: 3px solid rgba(49, 53, 143, .85);
    box-shadow: 0 0 5px 0 rgba(49, 53, 143, .85);
    font-size: 12px;
    padding: 1em;
    width: 135px;
    max-width: 200px;
    text-align: center;
    float: right;
    color: #ccc;
    text-decoration: bold;
    font-weight: 700
}

.property-information.mobile-menu-active {
    border: 1px solid #8888883b;
    background-color: #111519;
    border-bottom: 0
}

.property-information a {
    margin: 0;
    display: block;
    width: 100%;
    height: 100%
}

ul.mobile-current-menu li.active {
    border: 1px solid #35383d
}

.active {
    display: grid !important;
    font-size: 12px !important;
    grid-template-columns: repeat(2, 1fr);
    gap: .6em;
    border-top: 1px solid #88888850;
    box-shadow: 0 0 10px #111;
    padding-bottom: 1em !important;
    max-height: 900px;
    border-bottom: 2px solid #35383d
}

.active li {
    border: 1px solid #35383d;
    border-radius: 0;
    background-color: #222529;
    text-align: left;
    letter-spacing: 1px;
    transition: .3s ease-in-out;
}

.active li:hover {
    background-color: #222529;
    cursor: pointer
}

ul.mobile-current-menu li {
    margin: 0;
    font-size: 12px
}

#mobile-bottom-menu__info.emphasize-success,
ul.mobile-current-menu li.emphasize-success {
    border: 1px solid #32cd32;
    box-shadow: 0 0 5px #32cd32
}

ul.mobile-current-menu li.might-overflow {
    text-overflow: clip
}

ul.mobile-current-menu li.emphasize-fail {
    border: 1px solid #263796;
    box-shadow: 0 0 5px #263796
}

ul.mobile-current-menu li.emphasize-info {
    border: 1px solid #1e90ff
}

.active li a {
    margin: 0;
    display: block;
    width: 100%;
    padding: 1.25em 1em;
    height: 100%
}

.topHeadingButtonsGrid {
    width: 100%;
    height: 100%;
    display: grid;
    align-items: center;
    justify-items: center
}

.icon-mobile-menu {
    width: 18px
}

.navbar {
    padding-bottom: 0 !important
}

@media screen and (max-device-width: 1440px),
screen and (max-width: 1090px) {
    .split-container {
        display: grid;
        grid-template-columns: 1fr;
    }

    .container {
        max-width: 100%
    }
}

.Infotooltip,
ul.statistic-types li {
    display: inline-block
}

[tooltip] {
    overflow: visible;
    position: relative
}

[tooltip]::after,
[tooltip]::before {
    text-transform: none;
    font-size: .9em;
    line-height: 1;
    user-select: none;
    pointer-events: none;
    position: absolute;
    display: none;
    opacity: 0
}

[tooltip]::before {
    content: "";
    border: 5px solid #181818;
    z-index: 1001
}

[tooltip]::after {
    content: attr(tooltip);
    text-align: center;
    font-size: 11px;
    width: max-content;
    max-width: 200px;
    overflow-wrap: normal;
    padding: 10px;
    border-radius: .3ch;
    border: 2px solid #222;
    background-color: #333 !important;
    color: #f3f3f3;
    z-index: 1000
}

.tip-fill {
    color: #777
}

[tooltip=""]::after,
[tooltip=""]::before {
    display: none !important
}

[tooltip]:not([flow])::before,
[tooltip][flow^=up]::before {
    bottom: 100%;
    border-bottom-width: 0;
    border-top-color: #90ee90
}

[tooltip]:not([flow])::after,
[tooltip][flow^=up]::after {
    bottom: calc(100% + 5px)
}

[tooltip]:not([flow])::after,
[tooltip]:not([flow])::before,
[tooltip][flow^=down]::after,
[tooltip][flow^=down]::before,
[tooltip][flow^=up]::after,
[tooltip][flow^=up]::before {
    left: 50%;
    transform: translate(-50%, -.5em)
}

[tooltip]:not([flow])::before,
[tooltip][flow^=down]::before {
    top: 100%;
    border-bottom-width: 0;
    border-top-color: #90ee90
}

[tooltip]:not([flow])::after,
[tooltip][flow^=down]::after {
    top: calc(100% + 5px)
}

[tooltip][flow^=left]::before {
    top: 50%;
    border-right-width: 0;
    border-left-color: #90ee90;
    left: calc(0em - 5px);
    transform: translate(-.5em, -50%)
}

[tooltip][flow^=left]::after {
    top: 50%;
    right: calc(100% + 5px);
    transform: translate(-.5em, -50%)
}

[tooltip][flow^=right]::before {
    top: 50%;
    border-left-width: 0;
    border-right-color: #90ee90;
    right: calc(0em - 5px);
    transform: translate(.5em, -50%)
}

[tooltip][flow^=right]::after {
    top: 50%;
    left: calc(100% + 5px);
    transform: translate(.5em, -50%)
}

@keyframes tooltips-vert {
    to {
        opacity: .9;
        transform: translate(-50%, 0)
    }
}

@keyframes tooltips-horz {
    to {
        opacity: .9;
        transform: translate(0, -50%)
    }
}

[tooltip]:not([flow]):hover::after,
[tooltip]:not([flow]):hover::before,
[tooltip][flow^=down]:hover::after,
[tooltip][flow^=down]:hover::before,
[tooltip][flow^=up]:hover::after,
[tooltip][flow^=up]:hover::before {
    animation: .3s ease-out forwards tooltips-vert
}

[tooltip][flow^=left]:hover::after,
[tooltip][flow^=left]:hover::before,
[tooltip][flow^=right]:hover::after,
[tooltip][flow^=right]:hover::before {
    animation: .3s ease-out forwards tooltips-horz
}

.tips,
[tooltip]::after {
    font-family: "Open Sans", sans-serif
}

.container.businessImg {
    background-color: #161616;
    background-position: center top;
    background-repeat: no-repeat;
    position: relative;
    background-size: cover;
    height: 100px;
    max-width: 100vw
}

.container.businessImg .ticker {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30px;
    color: #fff;
    font-size: 12px;
    padding: 5px;
    box-sizing: border-box
}

.container .darkText {
    color: #111
}

.businessImage {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(30%, -50%) rotate(7deg);
    opacity: .2;
    z-index: 0;
    border-radius: 10px;
    width: 400px;
    height: 400px;
    object-fit: cover;
    object-position: center;
    pointer-events: none;
    filter: blur(2px)
}

.Infotooltip {
    position: relative;
    border-bottom: 1px dotted #000
}

.Infotooltip .Infotooltiptext {
    visibility: hidden;
    width: 200px;
    background-color: #111;
    border: 1px solid rgba(255, 255, 255, .15);
    color: #fff;
    text-align: center;
    border-radius: 1px;
    padding: 5px 0;
    position: absolute;
    top: -50px;
    z-index: 4
}

.Infotooltip:hover .Infotooltiptext {
    visibility: visible
}

.middle {
    display: block;
    margin: 0 auto;
    width: 50%
}

.hidden {
    display: none
}

ul.statistic-types {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(9, 1fr)
}

blockquote {
    font-style: italic !important;
    color: #7e96ac !important
}

.view_profile_options {
    border-top: 2px solid #111;
    display: grid;
    grid-template-columns: repeat(3, 1fr)
}

.view_profile_options a {
    display: block;
    padding: 1em;
    text-align: center;
    transition: .3s ease-in-out
}

.view_profile_options a:hover {
    background-color: #111
}

@keyframes loading {
    from {
        width: 0%
    }

    to {
        width: 100%
    }
}

.loading-bar {
    position: relative;
    width: 100%;
    height: 30px;
    background-color: #191919;
    border: 1px solid #222
}

.loading-bar:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-color: rgba(11, 11, 12, .9);
    animation-name: loading;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear
}

.section-title {
    cursor: pointer;
    padding: 10px;
    border: 1px solid #444;
    font-size: 13px !important;
    background-image: repeating-linear-gradient(180deg, rgba(66, 66, 66, 0.03) 0px, rgba(66, 66, 66, 0.03) 1px, transparent 1px, transparent 11px), repeating-linear-gradient(90deg, rgba(66, 66, 66, 0.03) 0px, rgba(66, 66, 66, 0.03) 1px, transparent 1px, transparent 11px), linear-gradient(135deg, rgb(31, 31, 31), rgb(31, 31, 31));
    display: flex;
    align-items: center;
    justify-content: flex-start;
    box-shadow: 0 0 5px 0 #111;
    max-width: 400px;
}

.section-title:hover {
    color: white;
}

.dropdown-arrow {
    font-size: 10px !important;
    color: #fff;
    margin-right: 5px;
    display: flex;
    align-items: center;
}

.dropdown-arrow i {
    font-size: 10px !important;
    color: #fff;
    margin-right: 5px;
}

.section-content {
    display: none;
    padding: 0.8em;
    border: 1px solid #444;
    background-color: #333;
    border-top: none;
    box-shadow: 0 0 5px 0 #111;
    max-width: 400px;

}


.bigsection-title {
    cursor: pointer;
    padding: 10px;
    border: 1px solid #444;
    font-size: 13px !important;
    background-image: repeating-linear-gradient(180deg, rgba(66, 66, 66, 0.03) 0px, rgba(66, 66, 66, 0.03) 1px, transparent 1px, transparent 11px), repeating-linear-gradient(90deg, rgba(66, 66, 66, 0.03) 0px, rgba(66, 66, 66, 0.03) 1px, transparent 1px, transparent 11px), linear-gradient(135deg, rgb(31, 31, 31), rgb(31, 31, 31));
    display: flex;
    align-items: center;
    justify-content: flex-start;
    box-shadow: 0 0 5px 0 #111;
    width: 100%;
}

.bigsection-title:hover {
    color: white;
}

.big-dropdown-arrow {
    font-size: 10px !important;
    color: #fff;
    margin-right: 5px;
    display: flex;
    align-items: center;
}

.big-dropdown-arrow i {
    font-size: 10px !important;
    color: #fff;
    margin-right: 5px;
}

.bigsection-content {
    display: none;
    padding: 0.8em;
    border: 1px solid #444;
    background-color: #333;
    border-top: none;
    box-shadow: 0 0 5px 0 #111;
    width: 100%;
}

.hot {
    animation: 4s infinite hot;
    border: 1px solid #ff6a00;
}

@keyframes hot {
    0% {
        border-color: rgba(255, 124, 1, 0.800);
    }

    50% {
        border-color: rgba(255, 255, 255, .1);
    }

    100% {
        border-color: rgb(255, 123, 0.800);
    }
}

.cold {
    animation: 4s infinite cold;
    border: 1px solid #4169e1;
}

@keyframes cold {
    0% {
        border-color: rgba(65, 106, 255, 0.800);
    }

    50% {
        border-color: rgba(255, 255, 255, .1);
    }

    100% {
        border-color: rgba(65, 105, 255, 0.800);
    }
}

.coldtext {
    color: #4169e1;
}

.hottext {
    color: #ff6a00;
}

#mobile-bottom-menu__playerstats.emphasize-hot,
ul.mobile-current-menu li.emphasize-hot {
    border: 1px solid #ff6a00 !important;
    box-shadow: 0 0 5px #ff6a00 !important
}

#mobile-bottom-menu__playerstats.emphasize-cold,
ul.mobile-current-menu li.emphasize-cold {
    border: 1px solid #4169e1 !important;
    box-shadow: 0 0 5px #4169e1 !important
}