html {

    color: #FFF;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
}

body {
	background-color: #000;
	background-size: 100% 100%;
	color: #FFF;
	font-family: Open Sans, sans-serif;
	font-size: 12px;
	font-weight: 300;
	padding-bottom: 30px;
	-webkit-font-smoothing: subpixel-antialiased;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

body:before {
	content: ' ';
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url(../images/bg_5.webp) no-repeat center center;
	background-color: #000;
	background-size: cover;
	will-change: transform;
	z-index: -1;
	-webkit-filter: blur(5px);
	filter: blur(5px);
}

.thumbnail a>img, .thumbnail>img {
  width: 100%;
}

.thumbnail h4 {
  color: #eee;
  font-weight: 700;
}

.thumbnail h5 {
    color: #eee;
    font-weight: 300;
    margin: 0;
  }

.api_content {
  color: white;
  /*border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;*/
  border: 1px solid #686868;
  overflow: hidden;
  background: #272727;
  background: url(../images/pattern-dots-api.png), -moz-linear-gradient(top, #3f3f3f 0%, #1e1e1e 100%);
  background: url(../images/pattern-dots-api.png), -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3f3f3f), color-stop(100%,#1e1e1e));
  background: url(../images/pattern-dots-api.png), -webkit-linear-gradient(top, #3f3f3f 0%,#1e1e1e 100%), url(../images/pattern-dots-api.png);
  background: url(../images/pattern-dots-api.png), -o-linear-gradient(top, #3f3f3f 0%,#1e1e1e 100%);
  background: url(../images/pattern-dots-api.png), -ms-linear-gradient(top, #3f3f3f 0%,#1e1e1e 100%);
  background: url(../images/pattern-dots-api.png), linear-gradient(to bottom, #3f3f3f 0%,#1e1e1e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f3f3f', endColorstr='#1e1e1e',GradientType=0 );
  -webkit-box-shadow: 10px 10px 28px -9px rgba(0,0,0,0.75);
  -moz-box-shadow: 10px 10px 28px -9px rgba(0,0,0,0.75);
  box-shadow: 10px 10px 28px -9px rgba(0,0,0,0.75);
  cursor:pointer;
  transition: all 0.2s;
}

.api_content:hover {
  box-shadow: rgb(88, 107, 207) 0px 0px 7px 4px;
}

.panel-default.api_content>.panel-heading {
  background: #1b1b1b;
  background: rgba(0,0,0,.4);
  border-bottom: 3px solid #dc1000;
  color: #fff;
  padding-top: 15px;
}

.api_content.red {
  background: rgb(252,0,0);
  background: url(../images/pattern-dots-api.png), -moz-linear-gradient(top, rgba(252,0,0,1) 0%, rgba(146,20,0,1) 50%, rgba(86,10,0,1) 100%);
  background: url(../images/pattern-dots-api.png), -webkit-linear-gradient(top, rgba(252,0,0,1) 0%,rgba(146,20,0,1) 50%,rgba(86,10,0,1) 100%);
  background: url(../images/pattern-dots-api.png), linear-gradient(to bottom, rgba(252,0,0,1) 0%,rgba(146,20,0,1) 50%,rgba(86,10,0,1) 100%);
}

#title {
  text-align: center;
  margin-top: 20px;
}

#gamesRow {
  padding-top:140px;
  margin-top: -140px;
  background-color: #330000;
  border: 0px solid #E37B00;
}

#bottom_float {
  position:fixed;
  bottom:0px;
  width:100%;
  margin-top:7px;
  padding-top:7px;
  border-top: 1px solid #777777;
  background: url(../images/pattern-dots-api.png), linear-gradient(to bottom, #3f3f3f 0%,#1e1e1e 100%);
}

#top_float {
  position:fixed;
  top:0px;
  width:100%;
  margin-bottom:7px;
  padding-bottom:7px;
  padding-top:7px;
  border-bottom: 1px solid rgb(254, 80, 0);
  /* border-bottom: 1px solid #403797; */
  background: url(../images/pattern-dots-api.png), linear-gradient(to bottom, #f91212 0%,#360909 100%);
}

#games_container {
  padding-top:50px;
}

#fs_gameplay {
  display:none; 
  position:fixed; 
  top: 0; 
  left: 0; 
  height: 100%; 
  width: 100%; 
  background-color:#ff000055; 
  z-index:100
}

#div_iframe_controls {
  flex-direction: row;
  box-sizing: border-box;
  display: block;
  place-content: center space-between;
  align-items: center;
  width: 100%;
  margin: 0px auto;
  padding: 7px;
  background-color: rgb(0, 0, 0);
  color: yellow;
  text-align: center;
}

.user_drop_menu_button {
  width:160px;
  padding:5px 0;
  background-color: rgba(0,0,0,0);
  /*color: #000; */
  border: none;
  outline: none;
}

.game-name-text {
  font-weight:500;
  font-size:16px;
  line-height:20px;
  color:#eee;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width:100%;
}

.overlay_container {
  position: fixed;
  pointer-events: all;
  z-index: 1000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}

.overlay_wrapper {
  pointer-events: all;
  justify-content: center;
  align-items: center;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  display: flex;
  position: absolute;
  z-index: 1000;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

.overlay_pane {
  box-sizing: border-box;
  max-width: 80vw;
  max-height: 90vh;
  pointer-events: auto;
  width: 500px;
  position: static;
  display: flex;
  z-index: 1000;
}

.overlay_dialog_container {
  text-align: center;
  border-radius: 1rem;
  background: rgb(36,0,2);
  background: linear-gradient(45deg,  rgba(87,25,25,1) 0%, rgba(36,0,0,1) 50%, rgba(87,25, 25,1) 100%);
  display: block;
  box-sizing: border-box;
  outline: 0;
  border: 1px solid rgb(180, 74, 74);
  width: 100%;
  height: 100%;
  min-height: inherit;
  padding: 15px 25px 20px;
  overflow: hidden!important;
  overflow-y: hidden!important;
}

.overlay_dialog_title {
  place-content: center space-between;
  align-items: center;
  flex-direction: row;
  box-sizing: border-box;
  display: flex;  
  margin: 0px 0px 5px 10px;
  max-height: 50px;
}


.overlay_dialog_image {
  width: 100%;
  border-radius: 1rem;
  margin: 10px 0;
}

.overlay_dialog_control_box {
  margin-bottom: 20px;
}

#games_selector_button_play {
  margin-bottom: 10px;
}

.main-dropmenu-btn, .main-dropmenu-btn:hover, .main-dropmenu-btn:active, .main-dropmenu-btn:focus {
  color:#fff;
  background: transparent;
  border-color: transparent;
}

.user-info-container {
  display: flex;
  float: right;
  align-items: center;
  column-gap: 8px;
  margin-right: 5px;
  margin: 0;
  padding: 0;
  outline: 0;    
}

.user-name-balance-box > p {
  margin: 0;
  padding: 0;
  outline: 0;
  font-size: 13px;
  font-weight: 600;
}

.user-image-link {
  width: 35px;
  height: 35px;
  position: relative;
  float: right;
  text-decoration: none;
  transition: all .2s ease-in-out;
   cursor: pointer;
}

.user-image-link > img {
  width: 100%;
  opacity: .5;
  margin: 0;
  padding: 0;
  list-style: none;
  outline: 0;
}

.thumbnail {
    padding: 0;
    margin-bottom: 20px ;
  }

  .badge-new {
    content:url(../images/new_badge.webp);
    width:100%;height:100%;
    position: absolute;
    top: 0;
    left: 0;
    transform-origin: 50% 0%;
    transform: scale(0.92);
} 

.badge-jackpot {
    content:url(../images/jackpot_badge.webp);
    width:100%;height:100%;
    position: absolute;
    top: 0;
    left: 0;
    transform-origin: 50% 0%;
    transform: scale(0.92);
} 

@media only screen and (orientation: portrait) {
  .overlay_pane {
    max-width: 80vw;
  }
}

.small-pad-col {
    padding-left: 5px;
    padding-right: 5px;
  }
  
@media only screen and (max-width: 500px) and (orientation: portrait) {
  .game-name-text {
    font-size: 12px;
  }

  .small-pad-col {
    padding-left: 5px;
    padding-right: 5px;
  }

  .badge-new {
    position:absolute;
    top:-3%;
    left:0%;
  } 
  
  .thumbnail {
    padding: 0;
    margin-bottom: 10px ;
  }
}

@media only screen and (max-width: 1173px) and (orientation: landscape) {
  .overlay_dialog_image_box {
    width: 250px;
    height: 250px;
  }

  .overlay_dialog_control_box {
    place-content: stretch center;
    align-items: stretch;
    flex-direction: column;
    box-sizing: border-box;
    display: flex;
    width: 250px;
    height: 250px;
    padding-left: 20px;
  }

  .overlay_dialog_content {
    flex-direction: row;
    display: flex;
  }

}


.dropdown-menu {
  background: #B15600;
  background: linear-gradient(to bottom, #ba3e05 0%,#67240f 100%);
  border: 1px solid #FB883B;
  border-top: 0;
}

.user_drop_menu {
  padding: 0;
  right: 0;
  border-radius: 0;
  padding: 5px;
  margin-top: 10px;
  min-width: 220px;
  max-width: 280px;
  padding: 5px 10px;
}

.user_drop_menu button {
  /* width: 230px; */
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-color: rgba(0,0,0,0);
  /* color: #000; */
  border: none;
  outline: none;
}

.user_drop_menu button img {
  width: 100%;
  max-width: 70px;
  max-height: 100px;
}

.fl {
  float: left;
}

.user_drop_menu .glyphicon {
  width: 20px;
  margin: 0 10px 0 5px;
}

.dropdown-menu .divider {
  background: #A96601;
  margin: 5px 0;
}


/*--------------------------------------------------------*/
.modal-header {
  border-bottom: 1px solid #005094;
}

.modal hr {
  border-top: 1px solid #007BE4;
}

.modal-footer {
  border-top: 1px solid #005094;
}

.modal-content {
    color: white;
    background: #004bb1; /* Old browsers */
    background: -moz-linear-gradient(top, #004bb1 1%, #001735 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #004bb1 1%,#001735 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #004bb1 1%,#001735 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    border: 1px solid #3B88FB;
    width: 70%;
    margin: 0 auto;
}

.modal .close {
  opacity: .8;
  color: #FFF;
  text-shadow: 0 1px 0 #000;
}

.modal {
  z-index:10000;
  top:100;
  backdrop-filter: blur(5px);
}

/* -------------------  end of modal  --------------------*/


/*---------------------------------------------------------------*/
/* ----------------  Responsible gambling  ----------------------*/
/*---------------------------------------------------------------*/


#responsible-container {
  /* background: url('../images/stripe-left.png'),rgba(0, 37, 128, 0.4); */
  /* border-radius: 10px; */
  padding-top: 20px;
  margin: 50px auto 0 auto;
  /* border: 1px solid #007BE4; */
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 10px;
}

#year-container {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 3px solid rgba(255, 255, 255, .7);
  line-height: 54px;
  text-align: center;
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  float: left;
  -webkit-box-shadow: inset 0px 0px 18px 3px rgba(255,255,255,.3);
  -moz-box-shadow: inset 0px 0px 18px 3px rgba(255,255,255,.3);
  box-shadow: inset 0px 0px 18px 3px rgba(255,255,255,.3);
}
#year-container span:nth-child(2){
 position: relative;
 top:-3px;
 }

.responsible-text-1 {
  height: 60px;
  color: white;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 16px;
  line-height: 60px;
  margin-bottom: 0;
  margin-left: 30px;
  float: left;
}

.responsible-text-2 {
 padding-top: 14px;
 text-align: center;
 margin-bottom:10px;
}

.responsible-col-1{
max-width: 360px;
margin: 10px auto 20px auto;
}

#responsible-container .line-separator {
width:100%; 
height: 1px; 
background: -webkit-linear-gradient(left, rgba(255, 0, 0, 0) 0%,rgb(80, 200, 250) 50%,rgba(255,255,255,0) 100%);
}

/* ----------------  end of Responsible gambling ----------------------*/

.imagemask {
  top:0;
  left:0;
  width: 100%;
  min-height: 100px;
  object-fit:fill;
  opacity: 0;
}



.imagebanner {
  position:absolute;
  min-height: 100px;
  top:0;
  left:0;
  width: 100%;
  object-fit:fill;
  transition: all 1.5s;
}

.imageshow1 {  opacity: 0;}
.imageshow1:nth-child(2) {  opacity: 1; }

.imageshow2 {  opacity: 0;}
.imageshow2:nth-child(3) {  opacity: 1; }

.imageshow3 {  opacity: 0;}
.imageshow3:nth-child(4) {  opacity: 1; }

.imageshow4 {  opacity: 0;}
.imageshow4:nth-child(5) {  opacity: 1; }

.imageshow5 {  opacity: 0;}
.imageshow5:nth-child(6) {  opacity: 1; }

#bannerdiv {
  min-height: 100px;
}

@media only screen and (max-width: 500px) and (orientation: portrait) {
  .imagemask, .imagebanner {
    min-height: 130px;
  }

  #bannerdiv {
    min-height: 120px;
  }
  
}

.loginBtn {
  background-color: transparent;
  background-image: none;
  border: 2px solid #bbbbbb;
  border-radius: 5px;
  
}

#login-popup-title, .general-popup-title {
  font-style: italic;
  text-transform: uppercase;
  font-size: 24px;
  margin: -30px auto 25px auto;
}

#changepass-popup-title {
  font-style: italic;
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 25px;
  margin-top: -30px;
}

.input-group-addon-bigger {
  padding: 6px 6px;
  font-size: 20px;
}

.form-control-bigger {
  font-size: 20px;
  padding: 6px 6px;
  height: 54px;
}

#login_close_img, .overlay_close_img {
  transform: scale(0.5); 
  margin-right:-40px;
  margin-top: -30px;
}

.overlay_dialog_container_2 {
  text-align: center;
  border-radius: 1rem;
  background: rgb(2,0,36);
  background: linear-gradient(45deg,  rgba(25,25,87,1) 0%, rgba(0,0,36,1) 50%, rgba(25,25, 87,1) 100%);
  display: block;
  box-sizing: border-box;
  outline: 0;
  border: 1px solid rgb(74, 74, 180);
  width: 100%;
  height: 100%;
  min-height: inherit;
  padding: 45px 25px 0;
  overflow: hidden!important;
  overflow-y: hidden!important;
}

#login_form input.invalid {
  background-color: #ffaaaa;
}



.lds-dual-ring {
  display: inline-block;
  width: 80px;
  height: 80px;
}
.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid rgba(0, 0, 0, 0);
  border-color: rgb(245, 8, 8) transparent rgb(250, 9, 9) transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.popup-center {
  z-index: 100;
  position: fixed;
  top: 30%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.loading-overlay {
  display: block;
  position: fixed;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  background: repeating-linear-gradient(45deg, #606dbc60, #606dbc60 5px, #46529860 5px, #46529860 10px );
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
  z-index: 2000;
  transition: all 0.5s ease;
}

.scanning_p {
    color:yellow;
    font-size: 14px;
    animation: pulsate 1s ease-out;
    animation-iteration-count: infinite; 
    opacity: 0.5;
}
@keyframes pulsate {
    0% {  opacity: 0.5; }
    50% { opacity: 1.0; }
    100% { opacity: 0.5; }
}

.qr_payin_div {
    box-shadow:inset 0px 1px 0px 0px #a4e271;
	background:linear-gradient(to bottom, #89c403 5%, #77a809 100%);
	background-color:#89c403;
	border-radius:4px;
	border:1px solid #74b807;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	text-decoration:none;
	text-shadow:0px 1px 0px #528009;
}

.qr_payout_div {
    box-shadow: rgb(245 151 142) 0px 1px 0px 0px inset;
    background: linear-gradient(rgb(242, 69, 55) 5%, rgb(198, 45, 31) 100%) rgb(242, 69, 55);
    border-radius: 4px;
    border: 1px solid rgb(208, 39, 24);
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	text-decoration:none;
	text-shadow: rgb(129 14 5) 0px 1px 0px;    
}


.css-button {
    width:100%;
	font-family: Arial;
	color: #FFFFFF;
	font-size: 24px;
	border-radius: 5px;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
    margin-bottom: 2vw;
    text-decoration: none;
    transition: all 0.2s;    
}

.css-button.red {
	border: 1px #e00d30 solid;
	background: linear-gradient(180deg, #ed1515 5%, #c72424 100%);
	text-shadow: 0px 0px 1px #c3c6c9;
	box-shadow: inset 1px 1px 2px 0px #8c0505;
}
.css-button.red:hover {
	background: linear-gradient(180deg, #c72424 5%, #ed1515 100%);
    text-decoration: none;
	color: #FFFFFF;
    box-shadow: rgb(88, 107, 207) 0px 0px 7px 4px;
    transform: scale(1.02);    
}

.css-button.green {
	border: 1px #0dc030 solid;
	background: linear-gradient(180deg, #15cd15 5%, #24a724 100%);
	text-shadow: 0px 0px 1px #c3c6c9;
	box-shadow: inset 1px 1px 2px 0px #058505;
}
.css-button.green:hover {
	background: linear-gradient(180deg, #24a724 5%, #15cd15 100%);
    text-decoration: none;
	color: #FFFFFF;
    box-shadow: rgb(88, 107, 207) 0px 0px 7px 4px;
    transform: scale(1.02);    
}
.css-button-icon {
	padding: 10px 11px;
	border-right: 1px solid rgba(255, 255, 255, 0.16);
	box-shadow: rgba(0, 0, 0, 0.14) -1px 0px 0px inset;
}

.css-button-icon i {
	position: relative;
	font-size: 24px;
}
.css-button-text {
	padding: 10px 18px;
}
