@font-face {
    font-family: 'LatoBold';
    src: url('../../common/html/fonts/Lato2OFL/Lato-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'LatoItalic';
    src: url('../../common/html/fonts/Lato2OFL/Lato-HeavyItalic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'LatoItalicLight';
    src: url('../../common/html/fonts/Lato2OFL/Lato-LightItalic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'barlowbold';
    src: url('../../common/html/fonts/Barlow/barlow-bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'barlowExtrabold';
    src: url('../../common/html/fonts/Barlow/Barlow-ExtraBold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
	padding: 0;
	margin: 0;
	background: white;
	font-family: 'barlowbold';
    overflow-x: hidden;
}

/*---- nav.css ----*/
nav > .nav.nav-tabs{
    color:#fff;
    border-radius:0;
	font-family: barlowExtrabold;
	font-size: 16px !important;
}
nav > div a.nav-item.nav-link,
nav > div a.nav-item.nav-link.active
{
    padding: 12px 25px;
    color:#fff;
    background:#6696D8;
	background: -moz-linear-gradient(#137ad7, #0f6bbc, #0b5a9f); /* FF3.6-15 */
	background: -webkit-linear-gradient(#137ad7, #0f6bbc, #0b5a9f); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(#137ad7, #0f6bbc, #0b5a9f );
}

.tab-content{
  background: #fdfdfd;
    line-height: 25px;
    border: 1px solid #ddd;
    border-top:5px solid #4768AD;
    border-bottom:5px solid #4768AD;
    padding:30px 25px;
}

nav > div a.nav-item.nav-link:hover
{
 	background: #1998df !important;
    color:#fff;
    transition:background 0.20s linear;
	border-top-left-radius: 5px !important;
	border-top-right-radius: 5px !important;
	border-color: transparent;
}

.nav-link {
    margin-right: .2em !important;
}

/*--- feature section ---*/

.features {
	margin-top: 2em;
	padding: .01em;
	position: relative;
}

.feature-title {
	color: #333;
	font-size: 1.3rem;
	font-weight: 700;
	margin-bottom: 20px;
	text-transform: uppercase;
}

/* .features img {
	
} */
/*--- footer ---*/

.page-footer {
	background-color: #222;
	color: #ccc;
	padding: 60px 0 30px;
}

.footer-copyright {
	color: #aabfdb;
	padding: 40px 0;
}

/*--- media queries ---*/

@media (max-width: 575.98px) {

	.description {
		left: 0;
		padding: 0 15px;
		position: absolute;
		top: 10%;
		transform: none;
		text-align: center;
	}
	
	.description h1 {
		font-size: 2em;
	}
	
	.description p {
		font-size: 1.2rem;
	}
	
	.features {
		margin: 0;
	}

}

.gsn-logo{
	margin-left: 16%;
	width: 5%;
	padding-right: 1%;
	margin-top: -2%;
}



.headerFeatures{
	margin: 0em auto;
    padding-bottom: .2em;
    position: relative;
}



#exTab > div.active   {
  background-color: #6696D8;
  color: white
}

.tabs{
    background-color: #6696D8;
    color: white;
    margin-right: 0.07em;
    text-align: center;
	margin-top:0.5em;
	width: 17.6%;
}

.tabs > li.nav-item > .nav-pills{
	  background-color: red;
    color: white;
    margin-right: 0.07em;
    text-align: center;
	margin-top:0.5em;
	width: 17.6%;
}


#exTab1 > .nav > li.nav-item > a {
  /* border-radius: 0%; */
  background-color:#4768AD;
  color: white
}


#exTab1 > .nav > li.nav-item> a.active {
  /* border-radius: 0%; */
  background-color:#4768AD;
  color: white
}

/* footer CSS */

.page-footer {
	background-color: #032c6e;
	color: #666;
	padding: 30px 0 30px;
}
.page-footer-color {
	color: #666;
	z-index:2;
}
.page-footer-color span{
	color: #666;
}


#exTab1 .nav-pills > li  > a {
  border-radius: 0%;
  background-color:#4768AD;
  color: white
}



#exTab1 .nav-pills > li.active  > a  {
  background-color: #6696D8;
  color: white
}

.colorWhite{
	color: #666;
}
.card-body{
	padding:4.25em;
}

.small{
	font-size:85%;
}

.colorBlue{
	color: #007bff;
}

#bingo_bg {
	position: absolute;
	z-index: -10;
	/* width: fit-content; */
	height: 600px;
}

/* for IE */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
   	#bingo_bg {
		left:95px;
		top:0px;
	}
}

.help-mail-link{
	color: #B49753;
    font-weight: bolder;
}

.card-title{
	font-size: 1.1em;
	font-weight: bold;
}

.card-signin{
	-moz-box-shadow: 0 0 15px gray !important;
    -webkit-box-shadow: 0 0 15px grey !important;
    box-shadow: 0 0 15px grey !important;
}

.info-text-size{
	font-size: 0.9em;
}

#loginId{
    color: #41AC52;
}

.forgotBtn{
    background-color: #41AC52;
    border: none;
    border-collapse: unset;
    width: 70%;
    text-align: center;
    margin: auto;
}

.link-primary{
    font-style: italic;
    margin-top: 4%;
    font-size: 0.8rem;
}

.footerLink{
	color:#aabfdb;
}

.mainContainer img{
	/* box-shadow: 5px 5px darkgray; */
	padding-right:0;
}

/* .mainContainer img:hover{
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
} */

.activeNavItem{
	background: #1998df !important;
	border-radius:0;
	border-top-left-radius: 5px !important;
	border-top-right-radius: 5px !important;
	margin-top: -5px;
}

.inputError{
	/* box-shadow: 0 1px 5px rgba(185,1,0,.5); */
    border: 1px solid #b90100;
    color: #b90100;
    background-color: #ffdbdb !important;
}

#header_nav_logo{
	cursor: pointer;
}

.btn-primary{
	border-color:#7bc77b;
	background: linear-gradient(to bottom, #89e23e 5%, green 100%);
	font-size: 90%;
	letter-spacing: .1rem;
	font-weight: bold;
	padding: 1rem;
	/* transition: all 0.2s; */
}

.btn-primary:hover:enabled{
	border-color: green;
	background:linear-gradient(to bottom, green 5%, #89e23e 100%);
}

.btn-primary:focus:enabled{
	box-shadow: none;
}

.messageClass {
    font-size: .9em;
    margin-bottom: 5%;
}
.nav-item {
	border-left: 1px solid #65b4e8 !important;
	border-right: 1px solid #65b4e8 !important;
	border-top: 1px solid #65b4e8 !important;
}
.mailLink:hover {
	color: blue !important;
}
.helpLink {
	text-decoration: underline;
	float: right;
	font-weight: bold;
}
#casino_modal {
	width: 100%;
	height: 100%;
}

/* New Lobby Revamp*/

.casinopages .card {
	background-image: url('../../common/html/images/login/Small-base.png');
	background-size: 100% 100%;
	background-color: unset;
}
.casinopages .new-account {
	color: white;
}

.casinopages input[type="text"]::placeholder , .casinopages input[type="password"]::placeholder, .casinopages input[type="email"]::placeholder{ /* Firefox, Chrome, Opera */
	color: #4f8cc5;
	opacity: 1;
}
.casinopages input[type="text"]::-ms-input-placeholder , .casinopages input[type="password"]::-ms-input-placeholder, .casinopages input[type="email"]::-ms-input-placeholder{ /* Firefox, Chrome, Opera */
	color: #4f8cc5;
}
.casinopages input[type="text"]:-ms-input-placeholder , .casinopages input[type="password"]:-ms-input-placeholder, .casinopages input[type="email"]:-ms-input-placeholder{ /* Firefox, Chrome, Opera */
	color: #4f8cc5;
}
.casinopages .form-control{
	border: 1px solid #6015c6;
	border-bottom: 1px solid #0e61c6;
	box-shadow: none;
}
.casinopages .form-control:focus {
	border: 1px solid #6015c6;
	border-bottom: 1px solid #0e61c6;
	box-shadow: none;
}
.casinopages .form-label-group-a > a {
	color: #9ef7ff !important;
}
.casinopages .custom-control-label {
	color: white !important;
}
.casinopages a.create-account {
	color: #9ef7ff;
}
.casinopages #login_button {
	background-image: url('../../common/html/images/login/Green-btn.png');
	background-size: 100% 100%;
	box-shadow: none;
	border: none;
}
.casinopages #register {
	background-image: url('../../common/html/images/login/Green-btn.png');
	background-size: 100% 100%;
	box-shadow: none;
	border: none;
}
.casinopages #submit_fgusername {
	background-image: url('../../common/html/images/login/Green-btn.png');
	background-size: 100% 100%;
	box-shadow: none;
	border: none;
}
.casinopages #submit_fgpwd {
	background-image: url('../../common/html/images/login/Green-btn.png');
	background-size: 100% 100%;
	box-shadow: none;
	border: none;
}
.casinopages #recover_submit_btn {
	background-image: url('../../common/html/images/login/Green-btn.png');
	background-size: 100% 100%;
	box-shadow: none;
	border: none;
}
.casinopages #recoverpwd_submit_btn {
	background-image: url('../../common/html/images/login/Green-btn.png');
	background-size: 100% 100%;
	box-shadow: none;
	border: none;
}
.casinopages #confirm_loginbutton {
	background-image: url('../../common/html/images/login/Green-btn.png');
	background-size: 100% 100%;
	box-shadow: none;
	border: none;
}
.casinopages .login-text-btn {
	background-image: url('../../common/html/images/login/Text-login.png');
	background-size: 100% 100%;
	box-shadow: none;
	border: none;
}
.casinopages .heading{
	font-family: 'barlowbold';
	font-size: 18px;
	color: white;
	font-weight: bold;
}
.casinopages .form-control{
	background-color : #061361 !important;
	color: #4f8cc5 !important;
	font-weight: bold;
}
.casinopages .form-control:focus {
	background-color : #061361 !important;
	color: #4f8cc5 !important;
}
.casinopages .form-control:hover {
	background-color : #061361 !important;
	color: #4f8cc5 !important;
}
.casinopages .form-control:active {
	background-color : #061361 !important;
	color: #4f8cc5 !important;
}

.casinopages input:-webkit-autofill,
.casinopages input:-webkit-autofill:hover,
.casinopages input:-webkit-autofill:focus,
.casinopages input:-webkit-autofill:active  {
	-webkit-box-shadow: 0 0 0 30px #061361 inset !important;
	-webkit-text-fill-color: #4f8cc5 !important;
	font-family: 'barlowbold' !important;
}
.casinopages input {
	font-family: 'barlowbold' !important;
}

.casinopages .card-signin{
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	background-color: transparent;
}
.casinopages #loginId{
	color: #54fc70;
}
.casinopages .messageClass{
	color: white;
	font-size: 13px;
}
.casinopages {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.form-control.errorBorder {
	border: 1px solid #fd8e62;
}

.headerH1{
	font-size: 1em;
}