﻿body {
  font-family: 'Oswald', sans-serif;
}
body .header {
  background-image: url(../img/banner1.jpg);
  background-size: cover;
  background-position: top;
  padding-top: 30px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}

@media (max-width: 580px) {
    body .header {
        padding-top: 20px;
    }
}

body .header:after {
    content: "";
    position: absolute;
    display: block;
    width: 150%;
    height: 82%;
    background-color: rgba(0, 0, 0, 1);
    top: -60%;
    left: -25%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
}
@media (max-width: 580px) {
    body .header:after {
        height: 77%;
        top: -61%;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    #DefaultLogo {
        margin-top: 30px;
    }
}
body .header .text-section {
  position: relative;
  z-index: 9;
  color: white;
}
body .header .text-section h1 {
  font-size: 40px;
  color: #FCEE21;
}
@media(min-width: 1000px) {
    body .header .text-section h1 {
        font-size: 55px;
    }
}
@media(max-width: 420px) {
    body .header .text-section h1 {
        font-size: 32px;
    }
}
body .header .text-section strong {
  font-size: 20px;
  font-weight: 400;
}
body .header .text-section p {
  font-weight: 200;
  margin-top: 7px;
}
body .header .text-section .button {
  background-color: #C1272D;
  color: white;
  font-weight: 200;
  padding-left: 50px;
  padding-right: 50px;
}
@media screen and (max-width: 575px) {
  body .header .text-section {
    padding-bottom: 20px;
  }
}
body #arm {
  position: relative;
}
body #arm img {
  right: 0;
  width: 100%;
  max-width: 900px;
  top: -50px;
  position: absolute;
}
@media screen and (max-width: 768px) {
  body #arm img {
    top: -20px;
  }
}
body #getting-started {
  color: #C1272D;
  padding-top: 50px;
  padding-bottom: 70px;
  background-image: url(../img/football_money.jpg);
  background-repeat: no-repeat;
  background-position: bottom left;
}
@media screen and (max-width: 575px) {
  body #getting-started {
    padding-top: 20px;
    padding-bottom: 0px;
  }
}
body #getting-started .container {
    position: relative;
    z-index: 2;
}
body #getting-started .text_area h2#GameModesHeader {
    font-size: 40px;
    font-weight: bold;
}
body #getting-started .text_area h3{
	margin-bottom:25px;
}
div.GameModes figure:hover {
    transform: translateY(-10px);
    cursor: pointer;
    background: #ffc426;
}
#getting-started div.GameModes {
    margin-top: 20px;
    justify-content:center;
}
div.GameModes figure {
    padding: 14px 0 0 0;
    background-color: #d5242b;
    color: white;
    transition: 0.25s;
}
@media (max-width: 575px) {
    div.GameModes figure {
        margin: 1px 0px;
    }
}

div.GameModes figure {
    padding-bottom: 30px;
}
body #getting-started .text_area figure img {
  width: 65px;
}
body #getting-started .text_area figure figcaption {
  line-height: 1;
  font-weight: 200;
  margin-top: 20px;
}
body #getting-started .text_area .button {
  color: white;
  background-color: #F7931E;
  width: 100%;
}
@media screen and (max-width: 991px) {
  body #getting-started .text_area .button {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 20px;
  }
}
body #special-offer {
  padding-top: 80px;
  padding-bottom: 80px;
  background: red;
  background-size: 45%;
  background-repeat: no-repeat;
  background-position: right top;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 1199px) {
    body #special-offer {
        background-size: 60%;
    }
}

@media screen and (max-width: 1024px) {
    body #special-offer {
        background-size: cover;
        background-position: 140px 0px;
    }
}

@media screen and (max-width: 768px) {
    body #special-offer {
        background-position: 80px 0px;
    }
}

@media screen and (max-width: 520px) {
    body #special-offer {
        background-position: 15px 0px;
    }
}

@media screen and (max-width: 414px) {
    body #special-offer {
        background-size: cover;
        background-position: -50px 0px;
    }
}

@media screen and (max-width: 411px) {
    body #special-offer {
        background-size: cover;
        background-position: -50px 0px;
    }
}

@media screen and (max-width: 375px) {
    body #special-offer {
        background-size: cover;
        background-position: -103px 0px;
    }
}

@media screen and (max-width: 360px) {
    body #special-offer {
        background-size: cover;
        background-position: -144px 0px;
    }
}

@media screen and (max-width: 320px) {
    body #special-offer {
        background-size: cover;
        background-position: -178px 0px;
    }
}

body #special-offer:before {
    content: "";
    position: absolute;
    display: block;
    width: 75%;
    height: 200%;
    background-color: #d5242b;
    top: -65%;
    left: -18%;
    transform: rotate(12deg);
    z-index: 1;
}

body #special-offer:after {
  content: "";
  display: block;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
body #special-offer .text-area {
  position: relative;
  z-index: 9;
  color: white;
}
body #special-offer .text-area h2 {
  color: #FCEE21;
  font-size: 50px;
}
body #special-offer .text-area p {
  margin-top: 20px;
  margin-bottom: 30px;
  font-weight: 200;
  line-height: 1.4;
}
body #special-offer .text-area .button {
  background-color: #FCEE21;
  width: 100%;
  color: #333;
}
body #special-offer .text-area strong {
  font-size: 27px;
  color: white;
  line-height: 1.3;
  font-weight: 400;
}
@media screen and (max-width: 575px) {
  body #special-offer .text-area strong {
    margin-top: 30px;
    display: inline-block;
  }
}
body footer {
  background-color: black;
  color: grey;
  padding-top: 50px;
  padding-bottom: 15px;
  border-top: thin solid grey;
}
body footer .footer-brand {
  max-width: 241px;
  margin-bottom: 30px;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  body footer .footer-brand {
    min-width: 165px;
    max-width: 165px;
  }
}
@media screen and (max-width: 991px) {
  body footer .footer-brand img {
    min-width: 165px;
    max-width: 165px;
  }
}
body footer .footer-brand .slogan {
  color: white;
  font-size: .85vw;
  margin-right: 8%;
  margin-top: -4px;
}
@media screen and (min-width: 1760px) {
  body footer .footer-brand .slogan {
    font-size: 19px;
    margin-right: 23px;
  }
}
@media screen and (max-width: 991px) {
  body footer .footer-brand .slogan {
    font-size: 9.5px;
    margin-right: -9px;
    margin-top: -4px;
  }
}
body footer nav a {
  color: grey;
  padding: 0 20px;
}
body footer .copyright {
  margin-top: 20px;
  font-size: 12px;
}

div.rules-list table tr td {
    font-size: 14px;
}

.block {
	position: relative;
	margin-bottom: 20px;
	padding: 5px 15px 15px 15px;
	text-align: center;
	border-radius: 5px;
}
	.block h3 {
		font-size: 30px;
		font-size: 2.0rem;
		margin: 0 0 10px 0;
		color:black !important
	}
.money {
	color: #fcee21;
}
.container {
	display: block;
	margin-right: auto;
	margin-left: auto;
    margin-top: 50px;
	padding-right: 15px;
	padding-left: 15px;
}
.social{
	list-style:none;
}
.social .fontawesome-link {
	font-size: 40px;
	color: #FFFFFF;
}
.SocialListitems{
	display:inline-block;
}

@media (max-width: 767px) {
    li.hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    li.hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}

@media (max-width: 1313px) {
    .navbar-expand-lg {
        flex-flow: wrap;
    }

    .navbar-expand-lg .navbar-nav {
        flex-direction: column;
    }

    .navbar-expand-lg .navbar-collapse {
        display: block !important;
        flex-basis: 100%;
    }
}

/*Anthony Styles*/
div.nav-link.AccountBalance.MobileAccountBalance {
    color: yellow;
    padding: 0px;
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
}

#mainNavBar .header-logo {
    width: 150px;
    max-width: 150px;
}
@media (min-width: 992px) and (orientation: landscape) {
    #mainNavBar.GameNav .header-logo {
        inline-size: fit-content;
    }
}
#navigation .navbar-nav.mr-auto {
    padding-right: 17px;
}

#mainNavBar.bg-dark-custom {
    width: 100%;
    background-color: #282828;
    padding: 0;
    overflow-x: hidden;
    z-index: 10;
    display: flex;
    justify-content: space-between;
}
#mainNavBar.bg-dark-custom:not(.GameNav) {
    position: fixed;
}
#mainNavBar .navbar-brand {
    background-color: black;
    padding: 10px;
	margin-right: 0px;
}
#mainNavBar .navbar-brand.ColoradoState {
    padding: 14px 10px 15px 10px;
}
@media (max-width: 550px) {
    #mainNavBar .navbar-brand {
        background-color: transparent;
    }
}
#mainNavBar .navbar-toggler {
    padding: 4px 8px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    line-height: 20px;
}

@media (max-width: 1160px) {
    #mainNavBar .navbar-toggler {
        display: inline-block !important;
    }
}

#mainNavBar .navbar-toggler-icon {
    font-size: 20px;
    height: 30px;
    width: 30px;
}
#navigation .nav-link.nav-link-yellow {
    color: #fcee21;
}
#navigation .nav-link {
    color: #dcdcdc;
    font-size: 16px;
    line-height: 24px;
    padding: 8px 16px;
}
@media (max-width: 991px) {
    #navigation .nav-link {
        padding: 0px 15px;
    }
}
#navigation .AccountBalance.nav-link:hover {
    text-decoration: none;
}
#navigation .nav-item.left:not(.NoHover, .NavList):hover, #navigation .nav-item:hover::after, #navigation .nav-item.Friend:hover::before, .NavChecked, .NavChecked::before, .NavChecked::after, .NavTableTabs.TabChecked {
    background-color: gold;
}
.nav-item:hover .nav-link, #navigation .yellow-nav-items .NavList.NavChecked .nav-link, .NavTableTabs.TabChecked {
    color: black;
}
#navigation a, #navigation span, .btnAddFriend, .btnBlockUser {
    font-family: 'Oswald', sans-serif;
}
#navigation .nav-item {
    padding: 0px;
    margin-bottom: 0px;
    cursor: pointer;
}
.TableDropdown {
    cursor: default;
}
.NavTableContainer {
    display: flex;
    margin-bottom: 5px;
    font-family: 'Oswald', sans-serif
}
.NavTableTabs {
    display: inline-flex;
    background: gray;
    color: white;
    padding: 10px;
    transition: 0.25s;
    cursor: pointer;
}
.NavTableTabs:hover {
    background: gold;
    color: black;
}
.BlockedContainer {
    display: none;
}
.btnAddFriend, .btnBlockUser {
    padding: 2px 5px;
}
.btnRemoveBlockedUser, #navigation .yellow-nav-items .NavList span.btnRemoveBlockedUser, .btnFriendRequest.Reject, #navigation .yellow-nav-items .NavList span.btnFriendRequest.Reject {
    text-align: center;
    float: right;
    font-size: 16px;
    color: #212529;
    width: 25px;
    height: 25px;
    transition: 0.25s;
    background: white;
    border-radius: 20px;
}
.btnRemoveBlockedUser:hover, #navigation .yellow-nav-items .NavList span.btnRemoveBlockedUser:hover {
    background-color: #ffd700;
    cursor: pointer;
}
.UserRelation {
    background: linear-gradient(#059805, #016501);
    border-radius: 10px;
    text-align: center;
    cursor: pointer;
    color: white;
    transition: 0.25s;
}
.UserRelation:hover {
    background: linear-gradient(#059805, #017b01);
}
.UserRelation.Request {
    background: linear-gradient(gold, #caaa0d);
}
.UserRelation.Request:hover {
    background: linear-gradient(gold, #f1c800);
    color: white;
}
.btnFriendRequest.Reject:hover, #navigation .yellow-nav-items .NavList span.btnFriendRequest.Reject:hover {
    background: radial-gradient(lightgray, gray);
    color: white;
}
td.UserRelation.Pending {
    border-radius: 10px;
    text-align: center;
    background: linear-gradient(#d0d0d0, #7d7c7c);
    cursor: default;
}
@keyframes BtnClick {
    50% {
        transform: scale(0.95);
    }
    100% {
        transform: scale(1.00);
    }
}
.UserRelation.btnClicked {
    animation: 0.1s BtnClick 1;
}
@keyframes Rotate360 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
.Reject.RejectClicked {
    animation: 0.25s Rotate360 forwards;
}
.EmptyTable {
    text-align: center;
}
@media (max-width: 991px) {
    #navigation .nav-item {
        padding: 15px 0px;
    }
}
#navigation .nav-item {
    padding: 15px 0px;
}
#navigation .nav-item.CurrentAccountBalanceList {
    cursor: default;
}
@media (min-width: 992px) and (max-width: 1120px) {
	#navigation .nav-item {
		margin-right: 0px;
	}
}
#navigation .nav-item.left.FirstNav {
    display: inline-block;
    position: relative;
    z-index: 2;
}
#navigation .nav-item.left:not(.FirstNav, .NavList) {
    transform: skewX( 22deg );
    z-index: 3;
    position: relative;
    background: #282828;
}
@media (max-width: 1160px) {
    #navigation .nav-item.left {
        transform: skewX( 22deg );
        z-index: 3;
        position: relative;
        background: #282828;
    }
}
@media (min-width: 992px) {
    #navigation .nav-item.left.FirstNav a, #navigation .nav-item.left.FirstNav span {
        transform: none;
        position: relative;
        z-index: 2;
    }
    #navigation .nav-item.left.LastNav a {
        position: relative;
        z-index: 2;
    }
}
@media (max-width: 1160px) {
    #navigation .nav-item.left.FirstNav {
        transform: skewX( 22deg );
    }

    #navigation .nav-item.left.FirstNav a, #navigation .nav-item.left.FirstNav span {
        transform: skewX( -22deg );
    }
}
#navigation ul li.nav-item.right {
    transform: skewX( -22deg );
}
#navigation .nav-item.left:not(.FirstNav, .NavList) .nav-link {
    transform: skewX( -22deg );
}
@media (max-width: 1160px) {
    #navigation .nav-item.left .nav-link {
        transform: skewX( -22deg );
    }
}
@keyframes NewInviteAnimation {
    from {
        transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
    }

    50% {
        border-color: #C1272D;
        transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
    }

    to {
        transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
    }
}

@keyframes NewInviteAnimationMobile {
    from {
        transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
    }

    50% {
        background-color: #fcee21;
        transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
    }

    to {
        transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
    }
}
@keyframes NewInvite {
    0% {
        background-position: 0 0;
    }
    /*use negative width if you want it to flow right to left else and positive for left to right*/
    20% {
        background-position: -90px 0;
    }

    100% {
        background-position: -900px 0;
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}
.NewInvite {
    background-repeat: repeat;
    background-position: 0 0;
    background-image: linear-gradient(90deg, #145de2, #282828) !important;
    animation: NewInvite 12.0s linear !important;
    animation-iteration-count: infinite !important;
    background-size: 900px;
}

.NewInviteMobile {
    animation: NewInviteAnimationMobile 2s;
    animation-iteration-count: infinite;
}
#navigation .nav-item.left:not(.NewInvite):hover .nav-link {
    color: black;
}
#navigation ul li.nav-item.right:hover .nav-link {
    color: black;
}
#navigation ul li.nav-item.right .nav-link {
    transform: skewX( 22deg );
}
#navigation .yellow-nav-items {
    padding-right: 16px;
}	
#navigation .yellow-nav-items div a, #navigation .yellow-nav-items .NavList span {
	color: #ffe000;
}
#navigation .navbar-nav {
    padding-top: 0;
}
@media (max-width: 1273px) {
	.navbar-toggler {
		margin-right: 25px;
	}	
}	
@media (min-width: 1274px) {
    #mainNavBar.GameNav {
        max-height: 71px;
        overflow: hidden;
    }
}
ul li a.nav-link.AccountBalance {
    cursor: default;
}
/*Navigation list items are all slanted except the first one (because otherwise there is a gap between the logo and the item). These are what make the first nav item appear to have a slant 
    and the last one continue onto the end of the page. Note: these after css elements are set behind all other navigation elements.
*/
@media (min-width: 1160px) {
    div.nav-item.left.FirstNav::after {
        width: 30px;
        content: '';
        display: inline-block;
        position: absolute;
        height: 100%;
        top: 0px;
        right: -14px;
        transform: skewX( 22deg );
        z-index: 1;
    }
    div.nav-item.left.LastNav::after {
        width: 30px;
        content: '';
        display: inline-block;
        position: absolute;
        height: 100%;
        top: 0px;
        right: -16px;
        transform: skewX( -22deg );
        z-index: 1;
    }
    .nav-item.left.Friend.FirstNav::before, .nav-item.left.Invite.FirstNav::before {
        width: 30px;
        content: '';
        display: inline-block;
        position: absolute;
        height: 100%;
        top: 0px;
        left: -15px;
        transform: skewX( 22deg );
        z-index: 0;
    }
}
@media(max-width: 1197px) {
    div.nav-item.left.FirstNav::after {
        width: 38px;
        right: -3px;
    }
}

.NavList {
    background-size: 100% 200%;
    background-image: linear-gradient(to bottom, #282828 50%, gold 50%);
    transition: 0.25s;
}

@media(max-width: 1313px) {
    .LobbyHeader .NavList, .LobbyHeader #navigation:not(.show,.collapsing), #GameHeaderNav #navigation:not(.show,.collapsing,.collapse.in) {
        display: none !important;
    }
    .LobbyHeader #navigation {
        margin: 10px;
    }
}

@media(max-width: 1313px) {
    .GameHeader .NavList {
        display: none;
    }
    .GameHeader #navigation {
        margin: 10px;
    }
}

#navigation .nav-item.left.Friend.NavList:hover, #navigation .nav-item.left.Invite.NavList:hover, .NavChecked {
    background-position: 0 -100%;
}

#InvitesList table.InvitesTable tr td, #MobileInvitesList table.InvitesTable tr td {
    vertical-align: middle;
}

#FriendsList, #InvitesList {
    display: none;
    position: fixed;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
    z-index: 5;
    top: 71px;
    height: 50%;
    width: 400px;
    overflow-y: auto;
}



.FriendsContainer thead td {
    position: sticky;
    top: -1px;
    background: #f9f9f9;
}

#MobileFriendsList, #MobileInvitesList {
    display: none;
    position: fixed;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
    z-index: 5;
    top: 70px;
    height: 50%;
    width: 100%;
    left: 0;
    overflow-y: auto;
}

@media (min-width: 1314px) {
    #mainNavBar:not(.GameNav) #MobileFriendsNav, #mainNavBar:not(.GameNav) #MobileInvitesButton, div.nav-link.AccountBalance.MobileAccountBalance {
        display: none;
    }

    #GameHeaderNav #MobileFriendsNav, #GameHeaderNav #MobileInvitesButton {
        display: none;
    }
}

#MobileFriendsNav.NavChecked, #MobileInvitesButton.NavChecked {
    border: 2px solid #059405;
}

#MobileInvitesButton, #MobileFriendsNav {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 40px;
    width: 40px;
    border-radius: 30px;
}

#MobileInvitesButton {
    background-image: url("/img/Asset 1.png");
    background-color: white;
    background-size: 31px;
}

#MobileInvitesButton:before {
    position: absolute;
    margin-left: -15px;
    margin-top: -10px;
    content: attr(count);
    align-content: center;
    text-align:center;
    background-color: #FF0000;
    border-radius: 50%;
    opacity: 1;
    width: 22px;
    height: 22px;
    pointer-events: none;
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
}

#MobileInvitesButton.NotNew:before{
    display:none;
}

#MobileFriendsNav {
    background-image: url("/img/Asset 3.png");
    background-color: white;
}

@media (max-width:992px) {
    .nav-item.left.Friend.FirstNav {
        display: none;
    }
}

#MobileInvitesList .table tbody tr td {
    max-width: 37vw;
    padding: 12px 0px;
    vertical-align: middle;
}

@media (max-width: 992px) {
    #MobileInvitesList .table tbody tr td {
        padding: 12px 15px;
    }
    .btnRemoveNotification {
        background: lightgray;
        text-align: center;
    }
}

.TableDropdown table tr {
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
}

img.btnPrivateGameAccept {
    width: 45px;
    display: block;
    position: relative;
    margin: auto;
}

img.btnPrivateGameAccept:hover {
    background: gold;
    border-radius: 30px;
}

.btnPrivateGameHeader {
    text-align: center;
}

.main-site-footer {
    background-color: #000;
    padding: 20px 0;
    text-align: center;
}

.main-site-footer .footer-logo {
    width: 250px;
    margin-bottom: 25px;
    margin-left: 0px;
    margin-right: 0px;
    display: inline-block;
}

.main-site-footer ul.footer-social-media {
    padding: 0;
    margin-bottom: 25px;
    list-style: none;
}

.main-site-footer ul.footer-social-media li {
    display: inline-block;
    margin-right: 20px;
}
	
.main-site-footer ul.footer-social-media li img{
	width:34px;
}

.main-site-footer ul.footer-social-media li:last-child {
    margin-right: 0;
}

ul.footer-site-navigation {
    margin-bottom: 25px;
    padding: 0;
    list-style: none;
}

ul.footer-site-navigation li {
    display: inline-block;
    margin-right: 20px;
}

ul.footer-site-navigation li a {
    color: gray;
    font-size: 16px;
}

ul.footer-site-navigation li a:hover {	
	color:#fcee21;
}

ul.footer-site-navigation li:last-child {
    margin-right: 0;
}

ul.footer-site-navigation li:after {
    content: "|";
    color: gray;
    padding-left: 20px;
}

ul.footer-site-navigation li:last-child:after {
    content: "";
    padding-left: 0;
}
	
@media (max-width: 492px) {
	ul.footer-site-navigation li {
		display: block;
		margin-right: 0;
		margin-bottom: 15px;
	}

	ul.footer-site-navigation li:after {
		content: "";
		padding-left: 0;
	}	
}

.main-site-footer .footer-copyright {
    color: gray;
    font-size: 12px;
    margin-bottom: 0;
	font-family: 'Oswald', sans-serif;	
}

.pnlJoinUnjoin.text-center {
    width: 100%;
}

.game-table-contents .card {
    background-color: transparent;
    border: none;
}
#myModal .card{
    background-color: transparent;
    border: none;	
}
#myModal .cardContainer .card {
    background-color: #fff;
}
.pnlBidding {
    width: 100%;
}
@media (max-width: 991px) {
	.pnlBidding .input-group {
	    margin-bottom: 10px;
	}
}

.innerPhase table {
	color:#fff;
}

.bidngo-container .col-xs-1, .bidngo-container .col-sm-1, .bidngo-container .col-md-1, .bidngo-container .col-lg-1, .bidngo-container .col-xs-2, .bidngo-container .col-sm-2, .bidngo-container .col-md-2, .bidngo-container .col-lg-2, .bidngo-container .col-xs-3, .bidngo-container .col-sm-3, .bidngo-container .col-md-3, .bidngo-container .col-lg-3, .bidngo-container .col-xs-4, .bidngo-container .col-sm-4, .bidngo-container .col-md-4, .bidngo-container .col-lg-4, .bidngo-container .col-xs-5, .bidngo-container .col-sm-5, .bidngo-container .col-md-5, .bidngo-container .col-lg-5, .bidngo-container .col-xs-6, .bidngo-container .col-sm-6, .bidngo-container .col-md-6, .bidngo-container .col-lg-6, .bidngo-container .col-xs-7, .bidngo-container .col-sm-7, .bidngo-container .col-md-7, .bidngo-container .col-lg-7, .bidngo-container .col-xs-8, .bidngo-container .col-sm-8, .bidngo-container .col-md-8, .bidngo-container .col-lg-8, .bidngo-container .col-xs-9, .bidngo-container .col-sm-9, .bidngo-container .col-md-9, .bidngo-container .col-lg-9, .bidngo-container .col-xs-10, .bidngo-container .col-sm-10, .bidngo-container .col-md-10, .bidngo-container .col-lg-10, .bidngo-container .col-xs-11, .bidngo-container .col-sm-11, .bidngo-container .col-md-11, .bidngo-container .col-lg-11, .bidngo-container .col-xs-12, .bidngo-container .col-sm-12, .bidngo-container .col-md-12, .bidngo-container .col-lg-12 {
flex: initial;
max-width: initial;
}

.bidngo-container .gameArea > .row {
margin-right: 0;
margin-left: 0;
display: initial;
flex-wrap: initial;
}

@media (max-width: 1161px){
	.GameTypeNav {
	    margin-top: 10px;
	    width: 100%;
	}
	#mainNavBar ul.nav {
    	padding-bottom: 5px;
    	padding-top: 5px;
	}
	.innerPhase {
	    margin-bottom: 50px;
	}
	.bidngo-container .gameArea .bid .btn {
		font-size: 12px;
		margin-bottom: 10px;
	}	
}

@media (min-width: 768px) and (max-width: 823px) {
	.leaderboards h2.text-capitalize {
	    padding: 0 20px;
	}
}
.border-right-dotted {
    border-right: dotted #c1272d;
}
@media (max-width: 575px) {
	.border-right-dotted {
	    border-right: none;
	}	
}

.payouts-container, .tutorials-container {
    border: 2px solid #B3B3B3;
    border-radius: 30px;
    background: #F2F2F2;
    padding: 25px 0px 0px 0px;
    margin-top: 0px;
}

#TutorialInfoContainer .payouts-container, .tutorials-container {
    min-height: 675px;
}

#TutorialText.MobileTutorial {
    transition: all 0.5s ease-in 0s;
    position: sticky;
    color: white;
    margin: 0px auto 10px;
    background: black;
    width: 100%;
    z-index: 3;
    height: 125px;
    max-height: 125px;
    overflow-y: scroll;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
    top: 0;
    padding: 10px 20px 10px;
    font-family: Oswald, sans-serif;
}

#TutorialText.DesktopTutorial {
    transition: all 0.5s ease-in 0s;
    position: relative;
    color: white;
    margin: 0px auto;
    background: black;
    width: 70%;
    z-index: 3;
    height: 90px;
    max-height: 90px;
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
    padding: 5px 20px 10px;
    font-family: Oswald, sans-serif;
    overflow-y: scroll;
}

h2.payouts-heading {
    margin-bottom: 25px;
    font-size: 3em;
    padding-left: 52px;
}

.payouts-list {
    margin-bottom: 0;
    padding: 10px;
    padding-left: 55px;
    font-family: 'Oswald-Regular';
    font-size: 21px;
    line-height: 23px;
    color: #666666;
    font-weight: normal;
    letter-spacing: -0.2px;
}

.showdown-payouts-list {
    margin-bottom: 0;
    font-family: 'Oswald-Regular';
    font-size: 21px;
    line-height: 35px;
    color: #666666;
    font-weight: normal;
    letter-spacing: -0.2px;
}

.payouts-list li:nth-child(even), .showdown-payouts-list li:nth-child(even) {
    background-color: #f2f2f2;
}

.payouts-list li:nth-child(odd), .showdown-payouts-list li:nth-child(odd) {
    background-color: #fff;
}

.showdown-payouts-list li {
    padding: 0px 15px;
}

span.payouts-list-place {
    color: #C1272D;
}

.payouts-list li .payouts-list-exception {
    color: #dab245;
}

.LobbyInfoHeader {
    color: #f8da23;
    text-align: center;
    margin-top: 20px;
    background: black;
    font-weight: bold;
    font-family: 'Oswald', sans-serif;
    padding: 10px 0px;
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
    margin-bottom: -23px;
    position: relative;
}

#LobbyGameSelectHeader {
    color: #f8da23;
    text-align: center;
    margin-top: 40px;
    margin-bottom: -32px;
    background: black;
    font-weight: bold;
    font-family: 'Oswald', sans-serif;
    padding: 10px 0px;
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
    position: relative;
}

#LobbySelectHeader {
    color: #f8da23;
    text-align: center;
    margin-top: 10px;
    margin-bottom: -32px;
    background: black;
    font-weight: bold;
    font-family: 'Oswald', sans-serif;
    padding: 10px 0px;
    position: relative;
}

#LobbySelectContainer {
    text-align: center;
    width: 100%;
    padding-bottom: 10px;
    padding-top: 40px;
    border: 2px solid #B3B3B3;
    border-radius: 30px;
    background: #F2F2F2;
}

@media (min-width: 576px) {
    .payouts-container .row div.payout-left, .tutorials-container .row div.payout-left {
        border-right: 2px solid #B3B3B3;
        padding: 0px 0px 2% 0px;
    }
    .payouts-container .row div.payout-right, .tutorials-container .row div.payout-right {
        padding: 0px;
    }
    .payouts-container .row div.payout-right h2, .tutorials-container .row div.payout-right h2 {
        padding-top: 6.8%;
    }
}

@media (max-width: 575px) {
    .payouts-container .row div.payout-left, .tutorials-container .row div.payout-left {
        border-bottom: 2px solid #B3B3B3;
    }
    .payouts-container .row div.payout-left, .tutorials-container .row div.payout-left {
        border: 2px solid #B3B3B3;
        border-radius: 30px;
        background: #F2F2F2;
        padding: 8% 0;
        margin-top: 10px;
    }
    .payouts-container .row div.payout-right, .tutorials-container .row div.payout-right {
        border: 2px solid #B3B3B3;
        border-radius: 30px;
        background: #F2F2F2;
        padding: 25px 0;
        margin-top: 10px;
    }
    .payouts-container, .tutorials-container {
        border: none;
        border-radius: 30px;
        background: none;
        padding: 0;
        margin-top: 50px;
        min-height: initial;
        max-height: none;
    }
    .LobbyInfoHeader {
        margin-bottom: -85px;
        z-index: 1;
    }
}


/*Media Queries*/
@media (max-width: 1200px) {
	h2.payouts-heading {
	    padding-left: 21px;
	}

	.payouts-list li {
	    padding-left: 21px;
	}
}

@media (max-width: 797px) {
    #PayoutInfoContainer ul.payouts-list li  {
        padding-left: 0;
        text-align: center;
    }
}

@media (min-width: 798px) {
    .payouts-list li {
        padding-left: 35%;
    }
}
 
@media (max-width: 599px) {
	h2.payouts-heading {
	    text-align: center;
	    font-size:42px;
	}
}

.overall-winners .title {
    background: rgb(242,167,0);
    background: -moz-linear-gradient(0deg, rgba(242,167,0,1) 0%, rgba(247,190,64,1) 50%);
    background: -webkit-linear-gradient(0deg, rgba(242,167,0,1) 0%, rgba(247,190,64,1) 50%);
    background: linear-gradient(0deg, rgba(242,167,0,1) 0%, rgba(247,190,64,1) 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f2a700",endColorstr="#f7be40",GradientType=1);
}

.overall-winners .title h2 {
    font-weight: 900;
    color: #000000;
}

.bidngo-container .gameArea.standings .overall-winners .innerPhase .title {
    border-bottom: 2px solid #f2a700;
}

.bidngo-container .gameArea.standings .overall-winners .innerPhase {
    border: 2px solid #f2a700;
    background: rgb(0,0,0);
    background: -moz-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(39,39,39,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(39,39,39,1) 100%);
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(39,39,39,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#272727",GradientType=1);
}
.my-active-games p {
    font-family: 'Oswald-Light';
    font-size: 25px;
    font-weight: normal;
    letter-spacing: -0.4px;
    color: #fcee21;
}

.my-active-games {
    text-align: center;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 0px;
}
@media (max-width: 480px) { 
	#mainNavBar .header-logo {
	    width: 170px !important;
	}
	body nav.navbar.navbar-dark .navbar-brand {
		max-width: 170px !important;
	}	
}
p.active-user {
    color: #c1272e;
    width: 100%;
    text-align: center;
    margin-top: 6px;
    line-height: 18px;
}

p.non-active-user, p.TierFraction {
    color: #808080;
    width: 100%;
    text-align: center;
    margin-top: 6px;
    line-height: 18px;
}

/*update*/
@media (max-width: 1200px){
	.select-tab-in {
	    width: 52px;
	    height: 52px;
	    margin-left: auto;
	    margin-right: auto;
	    display: block;
	}
}
h3.scoringNotToday-text {
    font-family: 'Oswald-Regular',Arial;
    font-size: 21px;
    line-height: 23px;
    color: #c1272d;
    font-weight: bold;
    letter-spacing: -0.2px;
    margin-top: 0;
    margin-bottom: 20px;
    text-align: center;
    /*text-transform: capitalize;*/
    background-color: #e1e2e1;
    padding: 20px 0;
}

.scoring-message {
    background-color: #e1e2e1;
    margin-bottom: 30px;
    padding: 30px 0;
}

    .scoring-message h3 {
        font-family: 'Oswald-Regular',Arial;
        font-size: 21px;
        line-height: 30px;
        color: #c1272d;
        font-weight: bold;
        letter-spacing: -0.2px;
        margin-top: 0;
        margin-bottom: 0;
        text-align: center;
        background-color: #e1e2e1;
        padding: 20px 0;
    }

.PlayAgainBtn, .ReturnToLobbyBtn {
    font-size: 20px;
    margin: 0 auto;
    margin-top: 15px;
    padding: 10px 20px;
    text-align: center;
    color: #FFFFFF;
    border: none;
    border-bottom: #740000 5px solid;
    background: #A00000;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.PlayAgainBtn:hover, .ReturnToLobbyBtn:hover {
	transition: 0.25s;
	color: black;
	background: gold;
	border-bottom: 5px solid #deaa18
}

.scoring-message ul li {
    margin-bottom: 10px;
    font-size: 19px;
    line-height: 31px;
}

    .scoring-message ul li:last-child {
        margin-bottom: 0;
    }

div.rewind-game-starting, div.live-game-starting, div.tourney-game-inprogress, div.showdown-game-starting {
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    background-image: url('/img/Red Chip NEW.png');
}

div.live-game-ready-to-score {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e6f0a3+0,d2e638+50,c3d825+51,dbf043+100;Green+Gloss+%232 */
    background: white;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6f0a3', endColorstr='#dbf043',GradientType=0 ); /* IE6-9 */
}

div.live-game-standard, div.rewind-game-standard, div.showdown-game-standard {
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.game-rate.rewind-game-standard::before {
    content: "R";
    position: absolute;
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    top: 19%;
    right: 19%;
    color: #666666;
    font-weight: bold;
    font-family: 'Oswald';
}

.game-rate.rewind-game-starting::before {
    content: "R";
    position: absolute;
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    top: 19%;
    left: 64%;
    color: #C80000;
    font-weight: bold;
    font-family: 'Oswald';
}

.game-rate.live-game-standard::before {
    content: "L";
    position: absolute;
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    top: 19%;
    right: 19%;
    color: #666666;
    font-weight: bold;
    font-family: 'Oswald';
}

.game-rate.live-game-starting::before {
    content: "L";
    position: absolute;
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    top: 19%;
    right: 19%;
    color: #ffd700;
    font-weight: bold;
    font-family: 'Oswald';
}

.game-rate.tourney-game-inprogress::before, .game-rate.tourney-game-ready::before, .game-rate.tourney-game-complete::before, .game-rate.tourney-game-filling::before {
    content: "T";
    position: absolute;
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    top: 19%;
    right: 19%;
    color: #666666;
    font-weight: bold;
    font-family: 'Oswald';
}

.game-rate.tourney-game-inprogress::before {
    content: "T";
    position: absolute;
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    top: 19%;
    right: 19%;
    color: #ffd700;
    font-weight: bold;
    font-family: 'Oswald';
}

.game-rate.showdown-game-inprogress::before, .game-rate.showdown-game-ready::before, .game-rate.showdown-game-complete::before, .game-rate.showdown-game-filling::before, .game-rate.showdown-game-standard::before {
    content: "S";
    position: absolute;
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    top: 19%;
    right: 19%;
    color: #666666;
    font-weight: bold;
    font-family: 'Oswald';
}

.game-rate.showdown-game-inprogress::before {
    content: "S";
    position: absolute;
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    top: 19%;
    right: 19%;
    color: #ffd700;
    font-weight: bold;
    font-family: 'Oswald';
}

div.live-game-scored {
    background: #3ce862; /*SG lets see if this works.*/
}

div.tourney-game-ready .rate-top h3, div.tourney-game-ready div.rate-bottom span {
    color: #666666;
    font-weight: normal;
}

div.game-rate .rate-bottom span {
    color: #666666;
}

div.tourney-game-complete {
    background: #3ce862; /*SG lets see if this works.*/
}

p.footer-trademark-info {
    font-size: 16px;
    color: #808080;
    line-height: 24px;
    font-family: 'Oswald', sans-serif;
    margin-bottom: 16px;
}

#LoginSpace {
    margin: 0px 10px;
}

.ClockLobbyName {
    margin-top: 0px;
}

@media (max-width: 767px) {
    .scoring-card img.responsive.card-img {
        height: 190px;
    }

    .ClockLobbyName {
        font-size: 22px;
        margin-top: 0.8vh;
        font-family: 'Oswald', 'Times New Roman-', Times, serif;
        font-weight: bold;
    }

    .ClockLobbyLongName {
        font-size: 22px;
        margin-top: -6.2vh;
        font-family: 'Oswald', 'Times New Roman-', Times, serif;
        font-weight: bold;
    }
}

@media (min-width: 767px) {
    .CenterOnDesktop {
        /*left: 30%;*/
        margin-left: 35%;
        z-index: 100;
    }
}


.btnFoldPlayAgain, .btnFoldShowdown {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857;
    display: inline-block;
    margin-bottom: 0;
    padding: 6px 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    border: 1px solid transparent;
    border-radius: 0;
    background-image: none;
    touch-action: manipulation;
}

.btnFoldShowdown {
    font-size: 18px;
    text-decoration: underline;
}

/*.TournamentBanner {
    background-image: url('../img/banner.jpg');
    background-size: cover;
}*/

@media (min-width: 601px) {
    .TournamentBanner {
        background-position: center;
    }
}

.TournamentTitle {
    width: 35%;
    margin: auto;
    white-space: pre-line;
}
/*.TournamentGameBlock, .SpokerTournamentListContainer {
    align-self: center;
}*/
.SpokerTournamentListContainer .SpokerTournamentList .item a.TournamentRules {
    font-size: 18px;
    color: gold;
    font-family: 'Oswald', 'Times New Roman-', Times, serif;
    text-decoration: underline;
}
@media (max-width:1023px) {
    #TournamentContainer .mySlides div.TournamentBanner {
        padding-left: 0px;
        padding-right: 0px;
    }

    .TournamentTitle {
        width: 100%;
    }
}
@media (min-width:767px) {
    /*(min-width: 1024px) (max-width:1366px) old media criteria*/
    #TournamentContainer .mySlides div.TournamentBanner {
        background-position: center;
    }
}


.zIndex1 {
    z-index: 1;
}

#CurrentAccountBalanceDisplay {
    color: #fcee21;
}

div.player div.seatWrap div.seatWrapInner div.playerSeat.UserExperienceLevel0, div.player div.seatWrap div.playerOuter div.playerSeat.UserExperienceLevel0, div.player div.seatWrapInner div.playerSeat.UserExperienceLevel0, div.seatWrap div.playerOuter div.playerSeat.UserExperienceLevel0, div.mobile.visible-xs div.playerOuter div.playerSeat.UserExperienceLevel0, div.player div.mobileplayernameplate div.seatWrapInner div.playerSeat.UserExperienceLevel0 {
    background: linear-gradient(#28a745, green);
    color: white;
    border-radius: 10px;
}

.bidngo-container .lineUp .lineUpInner.UserExperienceLevel0 {
    background: #12750b;
    border-radius: 10px;
}

.bidngo-container .lineUp .lineUpInner .playerInfo {
    background: #E1E1E1;
}

.bidngo-container .lineUp .lineUpInner.user .playerInfo {
    background: white;
}

.bidngo-container .lineUp .lineUpInner.user .playerInfo {
    background: white;
}

.bidngo-container .lineUp .lineUpInner.advancing .ScoreBox {
    background-color: #F7BE41;
}

.bidngo-container .lineUp .lineUpInner.eliminated .ScoreBox {
    background-color: #ff2626;
}

/*@media (min-width: 768px) {
    .bidngo-container .col-sm-6.col-xs-12.playerInfo.teambonus {
        width: 100%;
    }

    .col-sm-6.col-xs-12.playerInfo.teambonus:after {
        content: "";
        position: absolute;
        z-index: 0;
        top: 0;
        bottom: 0;
        left: calc(50% - 33px);
        border-left: 1px solid #E1E1E1;
        transform: translate(-50%);
    }
}*/

div.player div.seatWrap div.playerOuter div.playerSeat.user, div.player div.seatWrapInner div.col-sm-4 div.playerSeat.user, div.seatWrap div.playerOuter div.playerSeat.user, div.mobile.visible-xs div.playerOuter div.playerSeat.user, div.player div.mobileplayernameplate div.seatWrapInner div.playerSeat.user {
    border-color: #fccf2a;
    border-radius: 10px;
}

div.player div.seatWrap div.seatWrapInner div.playerSeat.UserExperienceLevel1, div.player div.seatWrap div.playerOuter div.playerSeat.UserExperienceLevel1, div.player div.seatWrapInner div.col-sm-4 div.playerSeat.UserExperienceLevel1, div.seatWrap div.playerOuter div.playerSeat.UserExperienceLevel1, div.mobile.visible-xs div.playerOuter div.playerSeat.UserExperienceLevel1, div.player div.mobileplayernameplate div.seatWrapInner div.playerSeat.UserExperienceLevel1 {
    background: linear-gradient(#09098e, #03034e);
    color: white;
    border-radius: 10px;
}

.bidngo-container .lineUp .lineUpInner.UserExperienceLevel1 {
    background: #09098e;
    border-radius: 10px;
}

div.player div.seatWrap div.seatWrapInner div.playerSeat.UserExperienceLevel2, div.player div.seatWrap div.playerOuter div.playerSeat.UserExperienceLevel2, div.player div.seatWrapInner div.col-sm-4 div.playerSeat.UserExperienceLevel2, div.seatWrap div.playerOuter div.playerSeat.UserExperienceLevel2, div.mobile.visible-xs div.playerOuter div.playerSeat.UserExperienceLevel2, div.player div.mobileplayernameplate div.seatWrapInner div.playerSeat.UserExperienceLevel2 {
    background: linear-gradient(#4a4a4a, black);
    color: white;
    border-radius: 10px;
}

.bidngo-container .lineUp .lineUpInner.UserExperienceLevel2 {
    background: black;
    border-radius: 10px;
}

.lineUpInner .lInfo strong.StandingsHeader {
    color: white;
    font-size: 16px;
}

.lineUpInner.user .lInfo strong.StandingsHeader {
    color: #ffd400;
} 

.MyGames-Legend {
    font-family: 'Oswald-Light';
    font-size: 1.2rem;
    letter-spacing: -0.4px;
    color: #f2f2f2;
    font-weight: bold;
    margin: 10px 0 0 0;
}

#MyGamesLabel .MyGames-Legend {
    display: inline;
}

@media (max-width: 412px) {
    .MyGames-Legend {
        margin-top: 10px;
    }
}

a#IntroScreenPlayButton {
    color: white;
    background-color: #C1272D;
    border: solid 2px #C1272D;
}

a#IntroScreenPlayButton:hover {
    border: 2px solid white;
}

@keyframes BorderAnimationBefore {
    0% {
        width: 0;
        height: 0;
        border-top-color: #f8da23;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    }

    50% {
        width: 100%;
        height: 0;
        border-top-color: #f8da23;
        border-right-color: #f8da23;
        border-bottom-color: transparent;
        border-left-color: transparent;
    }

    100% {
        width: 100%;
        height: 100%;
        border-top-color: #f8da23;
        border-right-color: #f8da23;
        border-bottom-color: transparent;
        border-left-color: transparent;
    } 
} 

@keyframes BorderAnimationAfter
{
    0% {
        width: 0;
        height: 0;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: #f8da23;
    }

    50% {
        width: 0;
        height: 100%;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: #f8da23;
        border-left-color: #f8da23;
    }

    100% {
        width: 100%;
        height: 100%;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: #f8da23;
        border-left-color: #f8da23;
    } 
}
@keyframes ReverseBorderAnimationBefore {
    0% {
        width: 100%;
        height: 100%;
        border-top-color: #f8da23;
        border-right-color: #f8da23;
        border-bottom-color: transparent;
        border-left-color: transparent;
    }

    50% {
        width: 100%;
        height: 0;
        border-top-color: #f8da23;
        border-right-color: #f8da23;
        border-bottom-color: transparent;
        border-left-color: transparent;
    }
    100% {
        width: 0;
        height: 0;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    }

} 

@keyframes ReverseBorderAnimationAfter
{
    0% {
        width: 100%;
        height: 100%;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: #f8da23;
        border-left-color: #f8da23;
    }

    50% {
        width: 0;
        height: 100%;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: #f8da23;
        border-left-color: #f8da23;
    }
    100% {
        width: 0;
        height: 0;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    }
}

.TutorialTextBox.BorderAnimation::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    background: transparent;
    border: 4px solid transparent;
    border-radius: 8px;
}
.TutorialTextBox.BorderAnimation::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    background: transparent;
    border: 4px solid transparent;
    border-radius: 8px;
}

.TutorialTextBox.BorderAwayAnimation::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    background: transparent;
    border: 4px solid black;
    border-radius: 8px;
}

.TutorialTextBox.BorderAwayAnimation::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    background: transparent;
    border: 4px solid black;
    border-radius: 8px;
}

.TutorialTextBox.BorderAnimation::before {
    animation: BorderAnimationBefore 0.5s ease-in-out forwards;
    z-index: 4;
}

.TutorialTextBox.BorderAnimation::after {
    animation: BorderAnimationAfter 0.5s ease-in-out forwards;
    z-index: 4;
}

.TutorialTextBox.BorderAwayAnimation::before {
    animation: ReverseBorderAnimationBefore 0.5s linear forwards;
}

.TutorialTextBox.BorderAwayAnimation::after {
    animation: ReverseBorderAnimationAfter 0.5s linear forwards;
}

.TutorialTextBox {
    cursor: pointer;
    position: absolute;
    top: 15%;
    left: 44.4%;
    z-index: 1;
    transition: 0.5s;
    background: none;
    width: 11.4%;
    height: 3.5%;
    border: solid 4px blue;
}

@media (orientation: landscape) {
    .TutorialTextBox {
        border-radius: 8px;
    }
}

@media (orientation: portrait) {
    .TutorialTextBox {
        border-radius: 2px;
    }
}

.TutorialTextBox.RoundedRightSide {
    border-radius: 0px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.TutorialTextBox.RoundedLeftSide {
    border-radius: 0px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.TutorialTextBox.GreedRoundedLeftSide {
    border-radius: 0px;
    border-top-left-radius: 17px;
    border-bottom-left-radius: 17px;
}

.TutorialTextBox.BorderAnimation {
    border: none;
}

span.GameLinkTutorial {
    font-family: 'Oswald-Regular';
    font-size: 21px;
    line-height: 23px;
    font-weight: normal;
    letter-spacing: -0.2px;
    color: #c9474c;
    cursor: pointer;
}

span.GameLinkTutorial.SelectedTutorial {
    color: #f8da23;
}

.game-rate {
    transition: transform 1s;
}

#MyGamesList li:hover .game-rate, #WelcomePageInfoMyGames:hover {
    transform: rotateY(360deg);
}

.GameLinkTutorialList {
    display: inline-flex;
    width: 100%;
    max-width: 100%;
    place-content: space-between;
    padding: 0 10%;
    margin: 0px;
    background: white;
    padding: 10px 0px;
    white-space: nowrap;
    overflow-x: scroll;
}

.GameLinkTutorialListItem {
    display: inline-block;
    margin-right: 10px;
}

#MyGamesLink {
    cursor: default;
}

@keyframes LoadingAnimation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.loader {
    position: absolute;
    left: 20%;
    top: 35%;
    color: white;
/*    border: 5px solid #f3f3f3; 
    border-top: 5px solid #c6c6c6;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    animation: LoadingAnimation 1s ease-in infinite;*/
}

#loader {
    position: relative;
    left:unset;
    top:unset;
    color: grey;
}

@media screen and (max-width: 768px) {
    .loader {
        left: 40%;
        top: 50%;
    }
}

/*#ClearFinalGames {
    font-family: 'Oswald';
    background: silver;
    border-radius: 10px;
    transition: 0.5s;
}

#ClearFinalGames:hover {
    background: gray;
    transition: 0.5s;
}*/

/* width */
/*::-webkit-scrollbar {
    width: 12px;
}*/

/* Track */
/*::-webkit-scrollbar-track {
    background: none;
}*/

/* Handle */
/*::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 15px;
}*/

/* Handle on hover */
/*::-webkit-scrollbar-thumb:hover {
    background: #555;
}

::-webkit-scrollbar-corner {
    background: none;
}*/

.HowToPlayVideoImg {
    max-width: 100%;
    max-height: 211px;
    margin-left: auto;
    margin-right: auto;
}

.HowToPlayButton {
    width: 90px;
    height: 60px;
    background-color: #333;
    box-shadow: 0 0 30px rgba( 0,0,0,0.6 );
    z-index: 1;
    opacity: 0.8;
    border-radius: 6px;
}
.HowToPlayButton:before {
    content: "";
    border-style: solid;
    border-width: 15px 0 15px 26.0px;
    border-color: transparent transparent transparent #fff;
}
.HowToPlayButton, .HowToPlayVideoImg {
    cursor: pointer;
}
.HowToPlayButton,
.HowToPlayButton:before {
    position: absolute;
}
.HowToPlayButton,
.HowToPlayButton:before {
    top: 55%;
    left: 52%;
    transform: translate3d( -50%, -50%, 0 );
}

@media (min-width: 992px) and (max-width: 1024px) {
    .HowToPlayButton,
    .HowToPlayButton:before {
        top: 50%;
        left: 50%
    }
}

@media (max-width: 991px) {
    .HowToPlayButton,
    .HowToPlayButton:before {
        top: 50%;
        left: 49%
    }
}

.HowToPlayButton:hover {
    background-color: #d42626;
    transition: 0.1s;
}

.tooltip, .PrivateGameTooltip {
    position: relative;
    opacity: 1;
    font-weight: bold;
    vertical-align: top;
    background: #6699ff;
    padding: 1px 6px 1px 6px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    color: white;
    font-size: 12px;
}

@media (max-width: 992px) {
    #MyGamesLabel .tooltip {
        top: -7px;
        background: #6699ff;
        font-size: .875rem;
        max-height: .875rem;    
    }
}

#dvContentContainer {
    padding-top: 70px;
}

@media (max-width: 1313px) {
    #dvContentContainer {
        padding-top: 100px
    }
}

@media (min-width: 1314px) {
    #dvContentContainer.IncludeMyGamesBar {
        padding-top: 0px
    }
}

#dvContentContainer.NoPaddingTop {
    padding-top: 0px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.slider.disabled {
    cursor: not-allowed;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #ca161f;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.PrivateGameContainer {
    margin: 10px 0;
}

.PrivateGameLabel.active, .PrivateSeatsLabel.active {
    color: #808080;
}

.PrivateSeats {
    border-radius: 5px;
}

.PrivateSeats.active {
    border: solid 2px;
}

@media (max-width: 767px) {
    .PrivateGameContainer {
        margin: 10px 0 20px;
        text-align: center;
    }
    .PrivateGameContainer .tooltip {
        vertical-align: sub;
    }
}

@media (min-width: 767px) {
    .LobbyBottomInfo {
        margin-top: 10px;
    }
}

.PrivateGameContainer .tooltip, .PrivateGameTooltip {
    vertical-align: baseline;
}

.PrivateGameLabel {
    display: inline-block;
    color: #cccccc;
    vertical-align: -webkit-baseline-middle;
    vertical-align: -moz-middle-with-baseline;
    font-family: 'Oswald', sans-serif;
    margin-left: 10px;
}

.PrivateSeats {
    width: 50px;
    height: 34px;
    background: #f2f2f2;
    border: none;
}

.PrivateSeatsLabel {
    font-family: 'Oswald';
    margin-left: 10px;
    color: #cccccc;
    font-size: 18px;
}

.PrivateGameBanner {
    background-color: #252525;
    padding: 17px 0;
}
.PrivateGameHeader {
    color: #F7C324;
    font-size: 17px;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    background: #d2131a;
    margin: 0 auto 5px;
    padding: 2px 10px;
}
.PrivateGameHeader p {
    margin-bottom: 0;
    cursor: pointer;
}
.NoPaddingLeft {
    padding-left: 0px;
}
.NoPaddingRight {
    padding-right: 0px;
}
.ProjectionStat {
    color: gray;
}

/* NFL BoxScores */
.bidngo-container .lineUp .lineUpInner .playerInfo.qb {
    border-left-color: #980D0D;
}

.bidngo-container .lineUp .lineUpInner .playerInfo.rb {
    border-left-color: #006FBE;
}

.bidngo-container .lineUp .lineUpInner .playerInfo.wr {
    border-left-color: #F4A802;
}

.bidngo-container .lineUp .lineUpInner .playerInfo.te {
    border-left-color: #5B8541;
}

.bidngo-container .lineUp .lineUpInner .playerInfo.k {
    border-left-color: #E55100;
}

.bidngo-container .lineUp .lineUpInner .playerInfo.ptconv {
    border-left-color: #eebf2a;
}

.bidngo-container .lineUp .lineUpInner .playerInfo.touchdown {
    border-left-color: #006dc1;
}

.bidngo-container .lineUp .lineUpInner .playerInfo.safety {
    border-left-color: #9a0901;
}

.bidngo-container .lineUp .lineUpInner .playerInfo.extrapoint {
    border-left-color: #652c90;
}

.bidngo-container .lineUp .lineUpInner .playerInfo.fieldgoal {
    border-left-color: #61a143;
}

.bidngo-container .lineUp .lineUpInner .playerInfo.d {
    border-left-color: #762EAF;
}

.bidngo-container .lineUp .lineUpInner .playerInfo.rednfl {
    border-left-color: #980D0D;
}

.bidngo-container .lineUp .lineUpInner .playerInfo.bluenfl {
    border-left-color: #006FBE;
}

.bidngo-container .lineUp .lineUpInner .playerInfo.yellownfl {
    border-left-color: #F4A802;
}

.bidngo-container .lineUp .lineUpInner .playerInfo.greennfl {
    border-left-color: #5B8541;
}

.bidngo-container .lineUp .lineUpInner .playerInfo.purplenfl {
    border-left-color: #762EAF;
}

/* NBA BoxScores */
.bidngo-container .lineUp .lineUpInner .playerInfo.c {
    border-left-color: #F4A802;
}

.bidngo-container .lineUp .lineUpInner .playerInfo.g {
    border-left-color: #9a0901;
}

.bidngo-container .lineUp .lineUpInner .playerInfo.f {
    border-left-color: #006FBE;
}

.bidngo-container .lineUp .lineUpInner .playerInfo.up {
    border-left-color: #5B8541;
}

.bidngo-container .lineUp .lineUpInner .playerInfo.sp {
    border-left-color: #F4A802;
}

.bidngo-container .lineUp .lineUpInner .playerInfo.dunk {
    border-left-color: #006dc1;
}

.bidngo-container .lineUp .lineUpInner .playerInfo.rebound {
    border-left-color: #d62626;
}

.bidngo-container .lineUp .lineUpInner .playerInfo.freethrow {
    border-left-color: #5a863d;
}

.bidngo-container .lineUp .lineUpInner .playerInfo.assist {
    border-left-color: #f4a802;
}

.bidngo-container .lineUp .lineUpInner .playerInfo.pointer {
    border-left-color: #67368b;
}

.bidngo-container .lineUp .lineUpInner .playerInfo.purplenba {
    border-left-color: #67368b;
}

.bidngo-container .lineUp .lineUpInner .playerInfo.rednba {
    border-left-color: #9a0901;
}

.bidngo-container .lineUp .lineUpInner .playerInfo.bluenba {
    border-left-color: #006FBE;
}

.bidngo-container .lineUp .lineUpInner .playerInfo.greennba {
    border-left-color: #5B8541;
}

.bidngo-container .lineUp .lineUpInner .playerInfo.yellownba {
    border-left-color: #F4A802;
}

/* MLB BoxScores */
.bidngo-container .lineUp .lineUpInner .playerInfo.rp {
    border-left-color: #5B8541;
}

.bidngo-container .lineUp .lineUpInner .playerInfo.inf {
    border-left-color: #006FBE;
}

.bidngo-container .lineUp .lineUpInner .playerInfo.if {
    border-left-color: #006dc1;
}

.bidngo-container .lineUp .lineUpInner .playerInfo.of {
    border-left-color: #980D0D;
}

.bidngo-container .lineUp .lineUpInner .playerInfo.ph {
    border-left-color: #F7C324;
}

.bidngo-container .lineUp .lineUpInner .playerInfo.dh {
    border-left-color: #3C763D;
}

.bidngo-container .lineUp .lineUpInner .playerInfo.od {
    border-left-color: #662d91;
}

.bidngo-container .lineUp .lineUpInner .playerInfo.gl {
    border-left-color: #F4A802;
}

.bidngo-container .lineUp .lineUpInner .playerInfo.purplemlb {
    border-left-color: #67368b;
}

.bidngo-container .lineUp .lineUpInner .playerInfo.redmlb {
    border-left-color: #9a0901;
}

.bidngo-container .lineUp .lineUpInner .playerInfo.bluemlb {
    border-left-color: #006FBE;
}

.bidngo-container .lineUp .lineUpInner .playerInfo.greenmlb {
    border-left-color: #5B8541;
}

.bidngo-container .lineUp .lineUpInner .playerInfo.yellowmlb {
    border-left-color: #F4A802;
}

.bidngo-container .lineUp .lineUpInner .playerInfo.single {
    border-left-color: #f4a802;
}

.bidngo-container .lineUp .lineUpInner .playerInfo.double {
    border-left-color: #006dc1;
}

.bidngo-container .lineUp .lineUpInner .playerInfo.triple {
    border-left-color: #9a0901;
}

.bidngo-container .lineUp .lineUpInner .playerInfo.homerun {
    border-left-color: #67368b;
}

.bidngo-container .lineUp .lineUpInner .playerInfo.walk {
    border-left-color: #5a863d;
}

/* PGA BoxScores */
.bidngo-container .lineUp .lineUpInner .playerInfo.bogey {
    border-left-color: #662d91;
}

.bidngo-container .lineUp .lineUpInner .playerInfo.par {
    border-left-color: #eec02c;
}

.bidngo-container .lineUp .lineUpInner .playerInfo.birdie {
    border-left-color: #9a1b1e;
}

.bidngo-container .lineUp .lineUpInner .playerInfo.eagle {
    border-left-color: #61a344;
}

.bidngo-container .lineUp .lineUpInner .playerInfo.ace {
    border-left-color: #2760ad;
}

.bidngo-container .lineUp .lineUpInner .playerInfo.purplepga {
    border-left-color: #662d91;
}

.bidngo-container .lineUp .lineUpInner .playerInfo.yellowpga {
    border-left-color: #f4a802;
}

.bidngo-container .lineUp .lineUpInner .playerInfo.redpga {
    border-left-color: #9a1b1e;
}

.bidngo-container .lineUp .lineUpInner .playerInfo.greenpga {
    border-left-color: #61a344;
}

.bidngo-container .lineUp .lineUpInner .playerInfo.bluepga {
    border-left-color: #2760ad;
}

/* NHL BoxScores */
.bidngo-container .lineUp .lineUpInner .playerInfo.forecheck {
    border-left-color: #9a1b1f;
}

.bidngo-container .lineUp .lineUpInner .playerInfo.powerplay {
    border-left-color: #eec02c;
}

.bidngo-container .lineUp .lineUpInner .playerInfo.goal {
    border-left-color: #61a143;
}

.bidngo-container .lineUp .lineUpInner .playerInfo.hattrick {
    border-left-color: #662d91;
}

.bidngo-container .lineUp .lineUpInner .playerInfo.assisth {
    border-left-color: #2960ad;
}

.bidngo-container .lineUp .lineUpInner .playerInfo.rednhl {
    border-left-color: #9a1b1f;
}

.bidngo-container .lineUp .lineUpInner .playerInfo.yellownhl {
    border-left-color: #eec02c;
}

.bidngo-container .lineUp .lineUpInner .playerInfo.greennhl {
    border-left-color: #61a143;
}

.bidngo-container .lineUp .lineUpInner .playerInfo.purplenhl {
    border-left-color: #662d91;
}

.bidngo-container .lineUp .lineUpInner .playerInfo.bluenhl {
    border-left-color: #2960ad;
}

/* EPL BoxScores */
.bidngo-container .lineUp .lineUpInner .playerInfo.pk {
    border-left-color: #61a143;
}

.bidngo-container .lineUp .lineUpInner .playerInfo.pitch {
    border-left-color: #662d91;
}

.bidngo-container .lineUp .lineUpInner .playerInfo.cross {
    border-left-color: #9a1b1f;
}

.bidngo-container .lineUp .lineUpInner .playerInfo.goals {
    border-left-color: #eec12f;
}

.bidngo-container .lineUp .lineUpInner .playerInfo.assists {
    border-left-color: #2960ad;
}

.bidngo-container .lineUp .lineUpInner .playerInfo.greenepl {
    border-left-color: #5a863d;
}

.bidngo-container .lineUp .lineUpInner .playerInfo.purpleepl {
    border-left-color: #662d91;
}

.bidngo-container .lineUp .lineUpInner .playerInfo.redepl {
    border-left-color: #9a1b1f;
}

.bidngo-container .lineUp .lineUpInner .playerInfo.yellowepl {
    border-left-color: #f4a802;
}

.bidngo-container .lineUp .lineUpInner .playerInfo.blueepl {
    border-left-color: #2960ad;
}

.bidngo-container.SOCCER .lineUp .lineUpInner .playerInfo.g {
    border-left-color: #eebf2a;
}

.bidngo-container.SOCCER .lineUp .lineUpInner .playerInfo.d {
    border-left-color: #9a1b1f;
}

.bidngo-container.SOCCER .lineUp .lineUpInner .playerInfo.m {
    border-left-color: #2960ad;
}

.bidngo-container.SOCCER .lineUp .lineUpInner .playerInfo.f {
    border-left-color: #61a143;
}

.bidngo-container.HOCKEY .lineUp .lineUpInner .playerInfo.g {
    border-left-color: #62a144;
}

.bidngo-container.HOCKEY .lineUp .lineUpInner .playerInfo.c {
    border-left-color: #9a1b1f;
}

.bidngo-container.HOCKEY .lineUp .lineUpInner .playerInfo.w {
    border-left-color: #eebf2a;
}

.bidngo-container.HOCKEY .lineUp .lineUpInner .playerInfo.d {
    border-left-color: #2960ad;
}

.bidngo-container.GOLF .lineUp .lineUpInner .playerInfo.boss, .bidngo-container.GOLF .lineUp .lineUpInner .playerInfo.mm, .bidngo-container.GOLF .lineUp .lineUpInner .playerInfo.toptier, .bidngo-container.GOLF .lineUp .lineUpInner .playerInfo.cpro, .bidngo-container.GOLF .lineUp .lineUpInner .playerInfo.t100, .bidngo-container.GOLF .lineUp .lineUpInner .playerInfo.tcij {
    border-left-color: #2760ad;
}

.game-type ul li a.MobileLobbyLink, .MobileLobbyLink {
    font-family: 'Oswald-Regular';
    font-size: 21px;
    line-height: 23px;
    font-weight: normal;
    color: #d3474c;
}

.PickDeckListItem {
    background: white;
    border-radius: 10px;
    margin: 0px 0px 10px;
    border: solid 2px;
}

.pick-sport-right ul li.PickDeckListItem span {
    color: #4d4d4d;
    font-size: 22px;
    padding: 10px 0px;
}

.Inactive {
    color:lightgray;
    border-color:lightgray;
    pointer-events:none;
}

@media (min-width: 767px) {
    .pick-sport-right ul.PickDeckList {
        place-content: space-evenly;
        margin-top: 15px;
    }
}

.PickDeckListItem.DeckSelected {
    background-color: #c1272d;
    border-color: #c1272d;
}

.pick-sport-right ul li.PickDeckListItem.DeckSelected span:not(#TierTicketAvailable) {
    color: white;
}

.PickDeckListItem:hover, .PickDeckListItem:hover span:not(#TierTicketAvailable) {
    transition: 0s;
    background-color: #c1272d;
    color: white !important;
}

.FantasyAverageLink {
    color: #FFFFFF;
    background-color: #F7C324;
    font-size: 22px;
    font-weight: normal;
    padding: 6px 12px;
    cursor: pointer;
    border: 1px solid #E6B008;
    border-radius: 0;
}

.FantasyAverageLink:hover {
    text-decoration: underline;
}

.DeckTypeTooltip {
    position: absolute;
    top: 5px;
    margin-left: 5px;
}

.GameClickHereLink {
    color: gold;
    text-decoration: underline;
}

#TierTicketAvailable {
    position: absolute;
    bottom: -100%;
}

@media (max-width: 600px) {
    #TierTicketAvailable {
        bottom: -65%;
    }
}

#LeadTierTicketAvailable {
    margin: auto;
}

#WelcomePageTitleRow {
    text-align: center;
    padding: 40px 10px 10px;
    background: radial-gradient(#303031, black);
    color: white;
}

#WelcomePageTitleRow h1 {
    font-size: 60px; 
    font-weight: bold;
}

@media (max-width: 425px) {
    #WelcomePageTitleRow h1 {
        font-size: 40px;
    }
}

#WelcomePageTitleRow img {
    max-width: 100%;
    top: -140px;
    bottom: 0;
    right: 0;
    left: 0;
    width: 300px;
    margin: auto;
}

#WelcomePageTitleRow p {
    font-size: 18px;
}

#WelcomePageTitleRow div p {
    padding-top: 20px;
}

#WelcomePageTitleRow a {
    color: gold; 
    text-decoration: underline;
}

#WelcomePageTitleRow img {
    max-width: 100%;
    top: -140px;
    bottom: 0;
    right: 0;
    left: 0;
    width: 300px;
    margin: auto;
}

.WelcomePageTitleText {
    margin: 0px;
}

#WelcomePageInfoContainer {
    width: 100%;
    background: #f8f8ff;
}

#WelcomePageInfoBanner {
    background-image: url(/img/irongrip.png);
    color: white;
    font-weight: bold;
    margin-bottom: 20px;
    padding: 10px;
}

#WelcomePageInfoBanner p {
    font-size: 40px;
    margin: 0px;
}

.WelcomePageInfoRow {
    margin: 0px 0px 20px 0px;
    padding: 10px;
}

.WelcomePageInfoRow:last-of-type {
    margin-bottom: 0px;
}

.WelcomePageInfoRowTitle {
    min-width: 470px;
    margin-bottom: 20px;
}

@media (max-width: 575px) {
    .WelcomePageInfoRowTitle {
        min-width: unset;
    }
}

.WelcomePageInfoHeader {
    font-size: 40px;
    background: #1163f9;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    box-shadow: 5px 5px 5px grey;
}

.LongTitle {
    font-size: 32px;
}

@media (max-width: 575px) {
    .WelcomePageInfoHeader {
        font-size: 30px;
    }
}

.WelcomePageInfoText {
    margin-top: 15px;
    text-align: justify;
}

#WelcomePageInfoFlex {
    text-align: center;
    display: flex;
    justify-content: space-evenly;
    padding-bottom: 30px;
}

@media (max-width: 767px) {
    #WelcomePageInfoFlex {
        justify-content: space-around;
    }
    #WelcomePageInfoFlex div {
        max-width: 25%
    }
    #WelcomePageInfoFlex div img {
        max-width: 100%
    }
}

#WelcomePageInfoGamesLobbyImgRow {
    text-align: center;
    display: flex;
    justify-content: space-evenly;
}

@media(min-width: 576px) {
    #WelcomePageInfoContainer div.row:nth-child(even) .WelcomePageInfoHeader::after {
        width: 30px;
        content: '';
        display: inline-block;
        position: absolute;
        height: 79%;
        top: 0px;
        right: -3px;
        transform: skewX( -22deg );
        z-index: 1;
        background: #1163f9;
    }

    #WelcomePageInfoContainer div.row:nth-child(odd) .WelcomePageInfoHeader::before {
        width: 30px;
        content: '';
        display: inline-block;
        position: absolute;
        height: 79%;
        top: 0px;
        left: -3px;
        transform: skewX( 22deg );
        z-index: 1;
        background: #1163f9;
    }
}

#WelcomePageInfoMyGames {
    border-radius: 100%;
    text-align: center;
    background: #ffffff;
    padding: 8px 0;
    width: 110px;
    height: 110px;
    border: blue dashed;
    filter: drop-shadow(2px 4px 6px black);
    margin: 0px auto 20px;
    cursor: default;
}

#WelcomePageInfoMyGamesCoin {
    height: 44px;
    margin-top: 5px;
}

#WelcomePageInfoMyGamesCoin h3 {
    margin: 0 0;
    padding: 0 11px 0 0;
    line-height: 52px;
    font-family: 'Oswald';
    font-size: 48px;
    line-height: 52px;
    color: #666666;
    font-weight: 100;
}

#WelcomePageInfoMyGamesCoin h3 sup {
    font-family: 'Oswald';
    font-size: 27.87px;
    line-height: 29px;
    font-weight: normal;
}

#WelcomePageInfoMyGames div.rate-bottom {
    font-family: 'OSWALD';
    font-size: 18px;
    line-height: 20px;
    display: block;
    text-align: center;
    padding: 8px 0 5px 0;
    font-weight: 100;
}

#WelcomePageInfoProfilePic {
    margin-bottom: 10px;
}

#NewToSpokerDiv {
    margin: 150px auto 15px;
    text-align: center;
    background: gold;
    width: 200px;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 9px #b79d0d;
    transition: 0.15s;
}

#NewToSpokerDiv:hover {
    box-shadow: 0 9px #9e880c;
    cursor: pointer;
}

#NewToSpokerDiv p {
    color: black;
    font-family: 'Oswald';
    font-size: 28px;
}

#NewToSpokerDiv span {
    font-size: 20px;
    text-decoration: underline;
}

#NewToSpokerDiv:active {
    box-shadow: 0 5px #9e880c;
    transform: translateY(4px);
}


.GoToSpoker {
    margin: 150px auto 15px;
    text-align: center;
    background: gold;
    width: 200px;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 9px #b79d0d;
    transition: 0.15s;
}

    .GoToSpoker:hover {
        box-shadow: 0 9px #9e880c;
        cursor: pointer;
    }

.GoToSpoker p {
    color: black;
    font-family: 'Oswald';
    font-size: 28px;
}

    .GoToSpoker span {
        font-size: 20px;
        text-decoration: underline;
    }

    .GoToSpoker:active {
        box-shadow: 0 5px #9e880c;
        transform: translateY(4px);
    }


.mainTable {
    margin: 0 auto; /* centers the block horizontally */
    text-align: center; /* optional, centers text inside */
    width: fit-content; /* or set a specific width, like 80% or 600px */
    padding-bottom: 18px;
}


table.fantasy-table {
    border-collapse: separate;
    border-spacing: 4px;
    width: 100%;
    font-family: Arial, sans-serif;
    border: 1px solid #ccc;
    background-color: #fafafa;
}

.fantasy-table th {
    padding: 8px;
    background-color: #ca161f;
    color: white;
    text-align: left;
    border-radius: 4px;
    position: relative;
    cursor: pointer;
    user-select: none;
}

.sort-indicator {
    margin-left: 6px;
    font-size: 0.8em;
    color: #ddd;
}

.fantasy-table th.sorted-asc .sort-indicator {
    color: #ffffff;
    content: "▼";
}

.fantasy-table th.sorted-desc .sort-indicator {
    color: #ffffff;
    content: "▲";
}

.fantasy-table th.neutral .sort-indicator {
    color: #ffffff;
}


.fantasy-table td {
    padding: 8px;
    background-color: #ffffff;
    border: 1px solid #ddd;
    border-radius: 4px;
}

    .fantasy-table td.text-center {
        text-align: center;
    }

.fantasy-table tr:hover td {
    background-color: #f1f1f1;
}


#NewToSpokerCheckboxDiv {
    margin: 20px auto 0px;
    width: 170px;
}

#NewToSpokerCheckboxDiv label {
    font-family: 'Oswald';
    color: white;
    margin-left: 10px;
}

@media (max-width: 1314px) {
    .MobileProfileNavIcon {
        padding-right: 20px;
    }

    .MobileGamesBarHeader {
        display: flex;
        position: fixed;
        z-index: 2;
        width: 100%;
    }
}

@media (min-width: 1314px) {
    .MobileProfileNavIcon, #MobileGamesBarDiv {
        display: none;
    }
}

#MobileGamesBarDiv {
    width: 100%;
    background: #c70811;
}

#MobileGamesBarList {
    display: flex;
    justify-content: space-evenly;
    margin: 4px;
    text-transform: uppercase;
    list-style: none;
    padding: 2px;
}

@media (max-width: 610px) {
    #MobileGamesBarList {
        overflow-x: scroll;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        justify-content: center;
    }
    #MobileGamesBarList li {
        padding: 0px 20px;
    }
}


#MobileGamesBarList::-webkit-scrollbar {
    -webkit-appearance: none;
}

#MobileGamesBarList::-webkit-scrollbar:horizontal {
    height: 6px;
}

#MobileGamesBarList::-webkit-scrollbar-thumb {
    border-radius: 8px;
    /*border: 2px solid white;*/ /* should match background, can't be transparent */
    background-color: rgba(0, 0, 0, .4);
}

#MobileGamesBarList li a {
    color: white;
    font-size: 16px;
    line-height: 1.5;
}

#MobileGamesBarList li a.CurrentNavLink {
    color: #ffeb00;
}

a.SMSValidateLink {
    color: blue;
    text-decoration: underline;
}

a.SMSValidateLink:hover {
    color: navy;
}

#DefaultTournaments {
    padding-bottom: 50px;
    background-color: #303031;
    position: relative;
}

#DefaultTournaments::after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0%;
    right: 0%;
    background: rgba(0,0,0,0.5);
    background-size: cover;
    background-repeat: no-repeat;
}

@media(min-width: 1300px) {
    #DefaultTournaments {
        padding-top: 50px;
        padding-bottom: 50px;
        /*background-image: url(/img/Spokerama_Llama_Test.jpg);
    background-repeat: no-repeat;
    background-position: 100% 25%;
    background-size: 467px;*/
        background: radial-gradient(#303031, black);
        position: relative;
    }

    #DefaultTournaments::after {
        content: "";
        position: absolute;
        display: block;
        width: 600px;
        height: 200%;
        top: -50%;
        right: 0%;
        background: rgba(0,0,0,0);
        background-image: url(/img/Spokerama_Llama_Tux_Gold_Full_Cards.png);
        background-size: cover;
        background-repeat: no-repeat;
    }

    .SpokeramaLlamaDefault {
        display: none;
    }
}

#DefaultTournaments .container {
    z-index: 2;
    position: relative;
}

.DefaultTournamentsHeader {
    margin-bottom: 30px;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
}

.DefaultTournamentsInfo {
    /*border: double 5px gold;*/
    border-radius: 10px;
    padding: 10px;
    color: white;
    /*background: rgba(0,0,0,0.6);*/
}

.DefaultTournamentsInfo div.text_area {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#special-offer .row.justify-content-between.text-area {
    margin: 0px 10px;
}

#WelcomePageLlama {
    max-width: 200px;
    margin: auto;
    display: block;
    cursor: pointer;
    transition: 0.5s;
}

#WelcomePageLlama:hover {
    transform: scale(1.15);
}

#WelcomePageInvitesLabel, #WelcomePageFriendsLabel, #WelcomePageWifiLabel {
    display: block;
    margin-bottom: 10px;
}

.DefaultTournamentsInfo h2 {
    font-size: 28px;
}

.DefaultTournamentsInfo ul {
    font-size: 22px;
    list-style: none;
    padding: 0px 5px;
}

.DefaultTournamentsInfo li {
    margin: 20px 0px;
}

.invisible {
    visibility: hidden !important;
}

#ShowdownHeader {
    display: block;
    text-align: center;
    padding: 45px 0px 20px;
    color: #ffbb00;
    font-family: 'Oswald';
    font-size: 100px;
    font-weight: bold;
    transition: 0.5s;
    position: relative;
}

@media (max-width: 768px) {
    #ShowdownHeader {
        padding: 60px 0px 20px;
    }
}

#ShowdownHeader img {
    width: 185px;
    transition: 0.5s;
}

@media (max-width: 582px) {
    #ShowdownHeader {
        font-size: 60px;
    }

    #ShowdownHeader img {
        width: 150px;
    }
}

#ShowdownSubHeader {
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: 0.5s;
}

#ShowdownHeader h1 {
    font-family: 'Oswald';
    font-size: 30px;
    margin: 0px 5px;
}

@media (min-width: 583px) {
    #ShowdownSubHeader {
        flex-direction: row;
    }
}

.ShowdownContainer {
    padding: 0;
}

#ShowdownLobbyContainer {
    background: #1b1b1b;
}

.PickShowdownEventBlock {
    display: flex;
    align-items: center;
}

#ShowdownLobbyContainer #GamesContainer {
    margin-top: 30px;
}

@media (min-width: 1201px) {
    #GamesContainer .classic-setting.d-flex.flex-wrap h2 {
        padding-top: 20px;
    }
}

.ShowdownLeaderboardHeader {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.ShowdownLeaderboard h3 {
    margin-top: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 22px;
}

.btnShowdownPointer {
    padding: 2px;
    border: none;
    width: 100px;
    margin: 10px auto;
    background: white;
    background-color: #C1272D;
    color: #FFFFFF;
    border-bottom: 5px solid #740000;
}

#MonthlyLeaderboardsHeader {
    margin-top: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 42px;
    color: gold;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.2;
}

@media (max-width: 991px) {
    #MonthlyLeaderboardsHeader {
        margin-bottom: 0px;
    }
}

.ShowdownRulesHeader {
    text-align: center;
    color: gold;
    margin-top: 20px;
    font-weight: bold;
    letter-spacing: 1px;
}

#MyGamesRulesHeader {
    text-align: center;
    color: gold;
    margin-top: 20px;
    font-size: 28px;
}

#LeaderboardsRulesHeader {
    text-align: center;
    color: gold;
    margin-top: 20px;
}

#ShowdownRules {
    list-style: inside number;
    color: white;
    font-family: 'Oswald';
    font-size: 18px;
}

#ShowdownRules li {
    border-bottom: solid 2px white;
    padding: 10px 30px;
}

#LeaderboardsRules {
    list-style: inside number;
    color: white;
    font-family: 'Oswald';
    font-size: 18px;
}

#LeaderboardsRules li {
    border-bottom: solid 2px white;
    padding: 10px 30px;
}

#MyGamesRules {
    list-style: inside number;
    color: white;
    font-family: 'Oswald';
    font-size: 18px;
}

#MyGamesRules li {
    border-bottom: solid 2px white;
    padding: 10px 30px;
}

#WelcomePageInfoContainer .SpokeramaLlamaText, #DefaultTournaments .SpokeramaLlamaText {
    display: flex;
    flex-direction: column;
    padding: 20px;
    border-radius: 10px;
    border: solid 2px gold;
    box-shadow: 0px 0px 15px black;
    color: black;
    margin-top: 20px;
}

#WelcomePageInfoContainer .SpokeramaLlamaText span {
    color: black;
}

#WelcomePageInfoContainer .SpokeramaLlamaText span:not(.LlamaPrepText) {
	font-style: italic;
	display: inline-block;
}

.AccountExperienceLevel0, .AccountExperienceLevel1, .AccountExperienceLevel2 {
    position: relative;
    width: 110px;
    height: 110px;
    margin: auto;
    z-index: 1;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.MobileProfileNavIcon .AccountExperienceLevel0, .MobileProfileNavIcon .AccountExperienceLevel1, .MobileProfileNavIcon .AccountExperienceLevel2 {
    height: 55px;
    width: 55px;
}

#WelcomePageInfoProfilePic .AccountExperienceLevel0, #WelcomePageInfoProfilePic .AccountExperienceLevel1, #WelcomePageInfoProfilePic .AccountExperienceLevel2 {
    height: 180px;
    width: 180px;
}

.AccountExperienceLevel0 {
    background: green;
}

.AccountExperienceLevel1 {
    background: blue;
}

.AccountExperienceLevel2 {
    background: black;
}

#MyGamesProfilePic {
    border-radius: 100%;
}

.SpokerStarsButton {
    background-color: #C1272D;
    font-size: 18px;
    padding: 5px 25px;
    color: #FFFFFF;
    border: none;
    border-bottom: 5px solid #740000;
    margin-top: 15px;
    margin-bottom: 50px;
}

#ShowdownLobbyContainer {
    background-image: url(/img/GraySpokerBackground.png);
    background-color: #111111;
    background-repeat: no-repeat;
}

.main-content.leaderboards {
    background-image: url(/img/RedSpokerBackground.png);
    background-color: #111111;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (max-width: 768px) {
    .main-content.leaderboards, #ShowdownLobbyContainer {
        background-size: 250%;
    }
}

#LeaderboardsTable {
    color: white;
    margin-top: 20px;
}

#UserLeaderboardHeader {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: bold;
}

#UserLeaderboardHeader span {
    color: gold;
    text-align: center;
}

.ShowdownLeaderboard table {
    color: white;
    font-family: 'Oswald';
}

#ShowdownLeaderboardBackground {
    height: 100%;
    position: absolute;
    z-index: 0;
    border-radius: 10px;
}

.ShowdownLeaderboardDisclaimer {
    font-family: Oswald;
}

#PrepTournamentVideo {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-height: 190px;
}

#WelcomePageProfileIcon {
    border-radius: 100%;
    height: 150px;
    width: 150px;
}

#ShowdownLogoDiv {
    position: relative;
    z-index: 1;
    max-height: 110px;
    max-width: 800px;
    margin: auto;
}

#ShowdownHeader .SpokeramaLlama {
    z-index: 3;
    position: absolute;
    right: 24.7%;
    top: -33%;
    max-width: 19%;
    margin: 0px;
}

#SpokeramaSubText {
    min-width: 80%;
    max-height: 100px;
    margin: auto;
}

#MobileGamesBarLabelDiv {
    width: 100%;
    text-align: center;
    color: white;
    display: flex;
    justify-content: center;
    font-family: 'Oswald';
}

@media (min-width: 610px) {
    #MobileGamesBarLabelDiv {
        display: none;
    }
}

@media (max-width: 609px) {
    div#TournamentContainer {
        margin-top: 25px;
    }
}

#MobileGamesBarLabelDiv span {
    padding: 0px 10px;
}

#DefaultLogo {
    max-height: 152px;
    max-width: 100%;
}

.btnRefund {
    padding: 10px 0px;
    color: #FFFFFF;
    background: linear-gradient(green, #076815);
    border-radius: 10px;
    border: solid 2px white;
    transition: 0.1s;
}

.btnRefund:not(.Inactive):hover{
    color: black;
    background: linear-gradient(gold, #d0aa39);
    border: solid 2px #d0aa39;
}

.btnRefund.Inactive {
    background: #bbbbbb
}

#DefaultTournamentsInfo .text_area {
    margin: 0px 20px;
}

.SubmitIDButton {
    font-family: 'Oswald', 'Times New Roman-', Times, serif;
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold;
    display: block;
    width: 50%;
    height: 65px;
    margin-top: 45px;
    margin-bottom: 20px;
    margin-left: 25%;
    padding: 20px;
    cursor: pointer;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    border-style: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #6D0000;
    background: -moz-linear-gradient(top, #C1272D 0%, #A00000 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #C1272D), color-stop(100%, #A00000));
    background: -webkit-linear-gradient(top, #C1272D 0%, #A00000 100%);
    background: -o-linear-gradient(top, #C1272D 0%, #A00000 100%);
    background: -ms-linear-gradient(top, #C1272D 0%, #A00000 100%);
    background: linear-gradient(to bottom, #C1272D 0%, #A00000 100%);
}

.OverlayButtons {
    color: white;
    background-color: #C1272D;
    border: solid 2px #C1272D;
    padding: 10px 50px;
    font-size: 20px;
    font-weight: bold;
}

.OverlayButtons:hover {
    border: 2px solid white;
}

/* Dark background for the entire table */
#LeaderboardsTable {
    border-collapse: collapse;
    width: 100%;
}

    /* Header row */
    #LeaderboardsTable thead th {
        background-color: #111;
        color: white;
        border-bottom: 3px solid white;
        font-size: 16px;
        text-align: center;
    }

    /* All rows default style */
    #LeaderboardsTable tbody tr {
        border-top: 1px solid white;
        font-size: 18px;
        font-weight: 400;
    }

        /* First place */
        #LeaderboardsTable tbody tr:nth-child(1) {
            background-color: #ffe600;
            -webkit-text-stroke: 1px black;
            color: white;
            text-shadow: 1px 1px 2px #000;
            font-size: 28px;
            font-weight: 900;
            transform: scaleX(1.12); /* 12% wider */
            margin: 0 auto;
            width: 100%;
        }

        /* Second place */
        #LeaderboardsTable tbody tr:nth-child(2) {
            background-color: #c90000;
            -webkit-text-stroke: 1px black;
            color: white;
            font-size: 24px;
            font-weight: 700;
            text-shadow: 1px 1px 1px #000;
            transform: scaleX(1.06); /* 6% wider */
            margin: 0 auto;
            width: 100%;
        }

        /* Third place */
        #LeaderboardsTable tbody tr:nth-child(3) {
            background-color: transparent;
            color: white;
            font-size: 20px;
            width: 100%;
        }

        /* Remaining rows */
        #LeaderboardsTable tbody tr:nth-child(n+4) {
            background-color: transparent;
            color: white;
            font-size: 20px;
        }



/*Invite Friends Button*/


.inviteBtn-button {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: rgb(255, 255, 255);
    border: none;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 0px 2px rgb(0 0 0);
    transition: all 0.3s ease;
    overflow: hidden;
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 9999;
    font-size: 24px;
}

.inviteBtn-svgIcon {
    width: 12px;
    transition-duration: 0.3s;
}

    .inviteBtn-svgIcon path {
        fill: black;
    }

.inviteBtn-social-icons {
    display: none;
    gap: 14px;
    align-items: center;
    justify-content: center;
    transition: opacity 0.3s ease;
}

.inviteBtn-button:hover {
    width: 240px;
    border-radius: 50px;
    transition-duration: 0.3s;
    background-color: transparent;
    align-items: center;
}

    .inviteBtn-button:hover .inviteBtn-icon-main {
        display: none;
    }

    .inviteBtn-button:hover .inviteBtn-social-icons {
        display: flex;
    }

.inviteBtn-icon-social {
    color: rgb(0, 0, 0);
    font-size: 32px;
}

.inviteBtn-button:hover .inviteBtn-svgIcon {
    transform: translateY(-200%);
}

.inviteBtn-button::before {
    position: absolute;
    bottom: -20px;
    color: rgb(29, 29, 29);
    font-size: 0px;
}

.inviteBtn-button:hover::before {
    font-size: 13px;
    opacity: 1;
    bottom: unset;
    transition-duration: 0.3s;
}

.inviteBtn-button::after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: "";
    width: 0;
    height: 0;
    transition-duration: 0.3s;
}

.inviteBtn-button:hover::after {
    content: "";
    width: 20px;
    height: 20px;
    background-image: url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.0/font/bootstrap-icons.css");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.inviteBtn-icon-main {
    font-size: 32px;
    font-weight: bold;
}

.inviteBtn-button:hover {
    background-color: white !important;
}

@media screen and (max-width: 575px) {
    .inviteBtn-button {
        width: 50px;
        height: 60px;
        border-radius: 10px;
        right: -5px;
        bottom: unset;
        top: 50%;
        transform: translateY(-50%);
        background-color: rgb(255, 255, 255, 0.7);
        transition: all 0.4s ease;
    }

        .inviteBtn-button.expanded {
            right: 60%;
            top: 50%;
            border-radius: 10px;
            transform: translate(50%, -50%);
            width: 300px;
            height: 60px;
        }

        .inviteBtn-button:focus {
            right: 20%;
        }

            .inviteBtn-button.expanded .inviteBtn-icon-main {
                display: none;
            }

            .inviteBtn-button.expanded .inviteBtn-social-icons {
                display: flex;
            }

}

    /* ---------- Base / Layout ---------- */
    #gamesbrowse-root {
        font-family: Arial, sans-serif;
        background: #f9fafb;
        margin: 0;
    }

    .gamesbrowse-container {
        max-width: 2160px;
        margin: auto;
        padding: 20px;
    }

    .gamesbrowse-header {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-start;
        margin-bottom: 20px;
    }

    .gamesbrowse-controls {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        font-family: Oswald;
        font-weight: 400;
    }

    .gamesbrowse-sport-type {
        display: flex;
        gap: 8px;
    }

    select, button {
        padding: 6px 12px;
        font-size: 14px;
        border-radius: 16px;
    }

    .gamesbrowse-refresh {
        font-weight: bold;
        color: white;
        background-color: green;
    }

    /* ---------- Cards (Grid & List) ---------- */
    .gamesbrowse-view-grid {
        display: grid;
        gap: 20px;
        grid-template-columns: repeat(auto-fill,minmax(300px,1fr));
    }

    .gamesbrowse-view-list {
        display: block;
    }

    .gamesbrowse-card {
        background: #fff;
        padding: 16px;
        border-radius: 8px;
        box-shadow: 0 1px 4px rgba(0,0,0,.1);
        transition: box-shadow .25s;
        margin-bottom: 16px;
    }

        .gamesbrowse-card:hover {
            box-shadow: 0 4px 14px rgba(0,0,0,.7);
        }

        .gamesbrowse-card h3 {
            margin: 0 0 8px;
        }

    /* ---------- Badges ---------- */
    .gamesbrowse-badge {
        display: inline-block;
        padding: 4px 8px;
        font-size: 12px;
        border-radius: 4px;
    }

    .gamesbrowse-status-one-more {
        background: #22c55e;
        color: #fff;
    }

    .gamesbrowse-status-almost-full {
        background: #facc15;
        color: #000;
    }

    .gamesbrowse-status-still-forming {
        background: #dc2626;
        color: #fff;
    }

    /* ---------- Progress Bar ---------- */
    .gamesbrowse-progress {
        background: #e5e7eb;
        border-radius: 999px;
        height: 6px;
        overflow: hidden;
    }

    .gamesbrowse-progress-fill {
        background: #2563eb;
        height: 100%;
    }

    /* ---------- Button ---------- */
    .gamesbrowse-btn-join {
        margin-top: 12px;
        width: 100%;
        padding: 8px;
        background: #c1272d;
        color: #fff;
        border: none;
        border-radius: 4px;
        cursor: pointer;
        transition: background .2s;
        font-family: Oswald;
    }

        .gamesbrowse-btn-join:hover {
            background: #c8464b;
        }

    /* ---------- GamesBrowse section start ---------- */
    .gamesbrowse-hidden {
        display: none;
    }

    /* list‑specific tweaks */
    .gamesbrowse-list-row {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        align-items: center;
    }

    .gamesbrowse-list-main {
        flex: 1 1 260px;
        min-width: 0;
    }

    .gamesbrowse-list-right {
        display: flex;
        align-items: center;
        gap: 14px;
    }

    .gamesbrowse-progress-list {
        width: 140px;
    }
    /* ---------- GamesBrowse section end ---------- */

.JoinTournamentButton {
    padding: 10px 50px;
    font-size: 20px;
    font-weight: bold;
    border: 2px solid white;
    color: white;
    background-color: #DAB245;
    border: solid 2px #C1272D;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

.homepage-tourney-swal {
    background: #000 !important;
    color: #D4AF37 !important; /* gold */
    border: 2px solid #D4AF37 !important;
}

    .homepage-tourney-swal .swal2-title,
    .homepage-tourney-swal .swal2-html-container {
        color: #D4AF37 !important;
    }

    .homepage-tourney-swal .swal2-close {
        color: #D4AF37 !important;
    }

    /* Default SweetAlert buttons (Cancel/Close button at bottom) */
    .homepage-tourney-swal .swal2-styled.swal2-cancel {
        background: #D4AF37 !important;
        color: #000 !important;
    }

    /* Your custom modal buttons are using swal2-confirm swal2-styled */
    .homepage-tourney-swal .swal2-styled.swal2-confirm {
        background: #B00020 !important; /* red */
        color: #fff !important;
    }

    /* Promo input styling */
    .homepage-tourney-swal .swal2-input {
        background: white !important;
        color: black !important;
        border: 1px solid #D4AF37 !important;
    }

    .homepage-tourney-swal #tourney-promo-message {
        color: #D4AF37 !important;
    }