@font-face {
  font-family: Roboto;
  src: url(/site_utils/fonts/Roboto-Light.ttf);
}
body{
  margin:0;
  font-family: Roboto;
}
#header_container{
	display: grid;
	grid-template-columns: 1fr;
	font-family: sans-serif;
  position: relative;
  z-index: 100;
  background-color: #f7f7f7;
}
#grid_link_holder{
	display: grid;
	/*grid-template-columns: repeat(8,1fr);*/
  /*grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));*/
  grid-template-columns: 225px repeat(auto-fill, minmax(150px, 1fr));
	grid-gap: 10px;
  padding: 20px 10px 0 10px;
	
}
.tab-selection{
  justify-self: center;
  color: #243194;
  cursor: pointer;
  text-transform: uppercase;
  font-family: sans-serif;
  font-size: 18px;
  line-height: 80px;
  white-space: nowrap;
  position: relative;

}
#slots:after,#livecasino:after{
  font-family: "Font Awesome 5 pro";
  content: '\f107';
  margin-left: 4px;
  font-size: 16px;
  transition: font-size 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, font-size 0.3s ease;
  transition: transform 0.3s ease, font-size 0.3s ease, -webkit-transform 0.3s ease;
}
.tab-selection:hover{
  color:#fe7b8f;
}
#grid_link_holder div:not(#provider_container+div,#provider_container_live+div){
	padding: 20px;
}
#loginWrapper{
	display: none;
  background: linear-gradient(0.25turn, #243194, #3c3dd1, #fe7b8f);
  line-height: 1.43;
  width: 252px !important;
  color: #fff;
  position: absolute;
  top: 30px;
  left: 10px;
  z-index: 5;
  padding: 20px 10px 10px;
  box-shadow: 0 5px 10px #fe7b8f75;
}
#loginWrapper>*{
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  box-sizing: border-box;
}
.login_item{
  margin-bottom: 10px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 24px;
}
.login_item_content{
  font-size: 14px;
  position: relative;
  height: 40px;
  border: 1px solid #d4d9dc;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.login_item_content>input{
  width: 250px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 5px;
  height: 25px;
  outline: none;
  border: none;
  box-shadow: none;
  color: #fff;
  box-sizing: border-box;
}
.text_login{
  color: #fff;
  background: linear-gradient(0.25turn, #243194, #3c3dd1, #fe7b8f);
  font-size: inherit !important;
  padding: 8px 12px !important;
  width: 100%;
  height: 100% !important;
  border: 0;
  outline: none;
  -webkit-filter: none;
  filter: none;
}
.text_login:-webkit-autofill,
.text_login:-webkit-autofill:hover, 
.text_login:-webkit-autofill:focus{
  -webkit-text-fill-color: #fff;
  transition: background-color 5000s ease-in-out 0s;
}
.text_label{
  position: absolute;
  line-height: 1;
  top: 12px;
  left: 6px;
  transition: -webkit-transform 150ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 150ms cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
  padding: 0 6px;
  max-width: 95%;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-backface-visibility: hidden;
  cursor: pointer
}
.active_label{
  background: linear-gradient(0.25turn, #243194, #3c3dd1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: scale(0.89) translateY(-23.05263px);
  transform: scale(0.89) translateY(-23.05263px);
}
.remember_me{
  text-decoration: underline;
  margin-left: auto;
  text-align: right;
  color: rgba(255,255,255,0.7);
}
#sign_in{
  width: 100%;
  outline: none;
  cursor: pointer;
  font-size: 14px;
  border: 0;
  display: block;
  position: relative;
  color: #333;
  background: rgba(255,255,255,0.7);
  padding: 8px 16px;
  text-transform: uppercase;
  min-height: 40px;
  overflow: hidden;
  z-index: 0;
}
#top_bar_holder{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin:0 10px;
}
#registration_holder,#social_holder{
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; 
  -webkit-justify-content: flex-start; 
  -ms-flex-pack: start;
  justify-content: flex-start; 
  margin-left: 7px;
}
.register_btn,.social_btn{
	display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 1.25em;
  padding-left: 2.8125em;
  height: 30px;
  text-decoration: none;
  font-size: 16px;
  color: #fff;
  -webkit-transform: skew(-25deg);
  transform: skew(-25deg);
}
#registerSelector,#account_menu,#payment_btn{
  background-color: #243194;
}
#loginSelector,#message_tab,#user_info{
  background-color: #3c3dd1;
}
#user_info{
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  cursor: default;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 15px;
  padding-left: 25px;
  border-left: 1px solid #ccc;
  vertical-align: bottom;
}
#span_username{
  white-space: nowrap;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 13px;
}
#HrefBalance{
  margin: 0;
  font-size: 12px;
  line-height: 13px;
}
#user_account{
  padding: 0 10px
}
#user_info:after{
  font-family: "Font Awesome 5 pro";
  content: '\f021';
  position: absolute;
  display: flex;
  top: 0;
  left: 5px;
  cursor: pointer;
  font-size: 14px;
  color: #fefefe;
  align-items: center;
  height: 100%;
  transition: 0.5s ease;
  -webkit-transform: skew(25deg) rotate(0deg);
  transform: skew(25deg) rotate(0deg);
}
.user_info_clicked:after{
  -webkit-transition: -webkit-transform .9s ease-in-out!important;
  -ms-transition: -ms-transform .8s ease-in-out!important;
  transition: transform .01s ease-in-out!important;
  transform:skew(25deg) rotate(180deg) !important;
  -ms-transform:skew(25deg) rotate(180deg) !important;
  -webkit-transform:skew(25deg) rotate(180deg) !important;
}
#message_tab{
  min-width: 3.3125em;
  padding: 0;
  transition: background-color .3s ease, box-shadow .3s ease;
}
#message_tab_container:before{
  font-family: "Font Awesome 5 pro";
  content: '\f0e0';
  font-size: 20px;
  position: absolute;
  line-height: 0px;
  left: 15px;
}

#account_menu{
  white-space: nowrap;
}
#message_counter{
  border-radius: .625em;
  background: #000;
  font-size: 10px;
  color: #fff;
  box-sizing: border-box;
  position: absolute;
  padding: 0 .34375em;
  text-align: center;
  height: 1.25em;
  line-height: 1.25em;
  top: -1.25em;
  left: calc(100% - -2.67789em);
}
#payment_btn:before,#account_menu:before{
  font-family: "Font Awesome 5 pro";
  content: '\f53d';
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  left: .8em;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  font-size: 20px;
  -webkit-transform: skew(25deg);
  transform: skew(25deg);
}
#account_menu:before{
  content: '\f007';
}
.social_btn{
    padding-left: 0.25em;
    padding-right: 0.25em;
}
#registerSelector > a{
	text-decoration: none;
	color:#fff;
}
#registerSelector>.register_text:before{
	font-family: "Font Awesome 5 pro";
	content: '\f044';
	margin-right: 5px
}
#loginSelector>.register_text:before{
	font-family: "Font Awesome 5 pro";
	content: '\f2f6';
	margin-right: 2px;
  font-size: 18px;
}
.register_text{
	-webkit-transform: skew(25deg);
	transform: skew(25deg);
}
.social_link{
	display: inline-block;
    position: relative;
    width: 26px;
    height: 20px;
    overflow: hidden;
    background: #3C3DD1;
    vertical-align: top;
    text-align: center;
    color: #fff;
    transition: color 0.3s ease;
}
.social_link:before{
	content: '';
    position: absolute;
    bottom: 3px;
    left: 3px;
    z-index: 5;
    width: 1px;
    height: 1px;
    border-radius: 50%;
    background: #fff;
}
.social_link:after{
	content: '';
    position: absolute;
    top: 2px;
    right: 3px;
    z-index: 5;
    width: 1px;
    height: 1px;
    border-radius: 50%;
    background: #fff
}
.social_link:before,.social_link:after,#account_menu div{
	-webkit-transform: skew(25deg);
	transform: skew(25deg);
}
.account_menu_dropdown{
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 30px;
  left: 45px;
  z-index: 1;
  box-sizing: border-box;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 250px;
  box-shadow: 0 3px 3px rgba(0,0,0,0.5);
  background: linear-gradient(to right, #fe7b8f, #243194);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all .5s ease-out;
  display: none;
}
.dropdown_item{
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  box-sizing: border-box;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-left: 3.18182em;
  height: 28px;
  font-size: 12px;
  line-height: 13px;
  color: #fff;
  transition: background-color 0.3s;
  text-decoration: none;
}
.dropdown_item:hover{
  background: linear-gradient(to right, #fe7b8f, #243194);
  /*background-position: left bottom;*/
}
.register_btn:hover:not(a){
  box-shadow: 0 3px 3px rgba(0,0,0,0.5);
}
.dropdown_item i{
  position: absolute;
  top: 50%;
  left: 1.15385em;
  font-size: 13px;
  color: #fff;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.item_active{
 
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: scale(0.89) translateY(-23.05263px);
  transform: scale(0.89) translateY(-23.05263px);
   transition: top 0.3s, -webkit-transform 0.3s;
   transition: transform 0.3s, top 0.3s;
   transition: transform 0.3s, top 0.3s, -webkit-transform 0.3s; 
}
.social_link_overlay{
	position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 50%;
  background: linear-gradient(90deg, #fe7b8f, #3c3dd1);
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#939499', endColorstr='#4a4a4c', GradientType=1);
}
.social_link_ico{
	position: relative;
    z-index: 5;
    text-align: center;
    -webkit-transform: skew(25deg);
    transform: skew(25deg);
}
.social_link_ico:before{
    font-size: 15px;
    line-height: 20px;
}
.social_link:hover,.misc_item:hover{
  filter: drop-shadow(0 0 0.75rem black);
}

#misc_holder{
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: -15px;
  right: 10px;
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-transform-origin: bottom right;
  transform-origin: bottom right;
}
.misc_item{
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   position: relative;
   top: 0;
   z-index: 11;
   cursor: pointer;
   -webkit-flex-direction: column;
   -ms-flex-direction: column;
   flex-direction: column;
   -webkit-align-content: stretch;
   -ms-flex-line-pack: stretch;
   align-content: stretch;
   -webkit-align-items: stretch;
   -ms-flex-align: stretch;
   align-items: stretch;
   width: 30px;
   height: 30px;
   margin-left: .84615em;
   box-shadow: 1px 2px 8px #fe7b8fc7;
   text-decoration: none;
   color: #fff;
   -webkit-transform: rotate(-45deg);
   transform: rotate(-45deg);
   transition: top 0.3s, -webkit-transform 0.3s;
   transition: transform 0.3s, top 0.3s;
   transition: transform 0.3s, top 0.3s, -webkit-transform 0.3s; 
}
.misc_item_head{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
    padding-right: 1.78571em;
    padding-left: 1.07143em;
    min-width: 30px;
    height: 30px;
    font-size: 14px;
    background-color: #243194;
}
.misc_item_icon{
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-align-content: center;
   -ms-flex-line-pack: center;
   align-content: center;
   -webkit-align-items: center;
   -ms-flex-align: center;
   align-items: center; 
}
.misc_item_name{
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-align-content: center;
   -ms-flex-line-pack: center;
   align-content: center;
   -webkit-align-items: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-justify-content: flex-start;
   -ms-flex-pack: start;
   justify-content: flex-start;
   max-width: 0;
   overflow: hidden;
   transition: max-width 0.4s, margin-left 0.4s; 
   /*transition: max-width 0.4s;*/
}
.langs_svg_1{
  background:url('/images/flags/langs/1.svg') no-repeat 0.1446% 88.9362%
}
.langs_svg_2{
  background:url('/images/flags/langs/2.svg') no-repeat 53.1446% 88.9362%
}
.langs_svg_3{
  background:url('/images/flags/langs/3.svg') no-repeat 53.1446% 88.9362%
}
.langs_svg_7{
  background:url('/images/flags/langs/7.svg') no-repeat 53.1446% 88.9362%
}
.langs_svg_9{
  background:url('/images/flags/langs/9.svg') no-repeat 53.1446% 88.9362%
}
.langs_svg_4{
  background:url('/images/flags/langs/4.svg') no-repeat 25.1446% 88.9362%
}
.langs_svg_26{
  background:url('/images/flags/langs/26.svg') no-repeat 25.1446% 88.9362%
}
[class*=langs_svg]{
  width: 18px;
  height: 18px;
  border-radius: 100%;
  margin: 5px -2px;
  background-size: cover!important;
  text-transform: uppercase;
}
.lang_item{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .50em .25em .50em .83333em;
    width: 60px;
    /*margin-top: 10px;*/
    text-transform: uppercase;
    font-size: 12px;
    color: #fff;
}
.lang_item:nth-child(-n+6) {
    margin-top: 0;
}
.flag_name{
    margin:0 30px;
    font-size: 15px;
    line-height: 22px;
    cursor: pointer
}
.flag_item{
  width:21px;
  height:21px;
  border-radius: 100%;
  background-size: cover!important;
  margin: 0;
  cursor: pointer;
}
[class*=langs_svg]>i{
  margin:0 20px;
  -webkit-transform: skew(6deg);
  transform: skew(6deg);
}
[class*=langs_svg]+.misc_item_name{
  padding-left: 25px
}
#langs_wrapper_v2:before,#settings_wrapper:before{
  font-family: "Font Awesome 5 pro";
  content: '\f107';
  position: absolute;
  bottom: -3px;
  left: 0;
  font-size: 18px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.misc_item_icon:before{
    font-size: 20px;
    color:#fff;
}
.misc_item:nth-child(2n) .misc_item_head {
    background-color: #3c3dd1;
}
.social_link:hover .social_link_overlay{
    width: 100%;
}
.misc_item_head:hover .misc_item_name{
    /*display: contents;*/
    max-width: 100%
}
.active_modal{
  top: 15px;
  z-index: 1;
  -webkit-transform: none;
  transform: none;
  box-shadow: 1px 2px 8px #000;
  z-index: 100
}
.langs_selector{
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 30px;
  right: 0;
  padding: 0;
  width: 440px;
  margin: 0;
  background: linear-gradient(0.25turn, #243194, #3c3dd1, #fe7b8f);
  list-style: none;
}
#langs_wrapper_details,#settings_details,#provider_container,#provider_container_live{
  box-sizing: border-box;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 425px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 30px;
  right: 0;
  padding: 0;
  margin: 0;
  background: linear-gradient(to left, #fe7b8f, #243194);
  box-shadow: 1px 2px 8px #fe7b8fc7;
  list-style: none;
  display: none;
  overflow: hidden;
}
#provider_container,#provider_container_live{
  width: 745px;
  color:#fff;
  font-size: 12px;
}
#langs_wrapper_details{
  right:-10px;
  width: 375px;
}

#loginSelector:hover,#registerSelector:hover,.lang_item:hover,.dropdown_item:hover{
  filter: drop-shadow(0 0 0.75rem black);
}
#provider_container,#provider_container_live{
  grid-template-columns:repeat(4,1fr);
  grid-template-rows: repeat(auto,45px);
  border-top: 3px solid #3c3dd1;
  /*left: 30%;*/
  left: -350px;
  top:80px;
  z-index: 10;
  display: none;
}
.ico_provider{
  height: 45px;
  display: flex;
  -webkit-flex: 0 65%;
  -ms-flex: 0 65%;
  flex: 0 65%;
  padding: 2px 4px;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
  text-transform: uppercase;
  text-overflow: ellipsis;
  font-size: 11px;
  color: #fff;
  border-right: 1px solid #673ab7ad;
  border-bottom: 1px solid #673ab7ad;
}
.provider_title{
  line-height: 45px;
  display: block;
  -webkit-flex: 0 65%;
  -ms-flex: 0 65%;
  flex: 0 65%;
  padding: 2px 4px;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
  text-transform: uppercase;
  text-overflow: ellipsis;
  font-size: 11px;
  color: #fff;
}
.grid_provider_item:hover{
  filter: drop-shadow(2px 4px 6px black);
}
@media only screen and (max-width: 1223px){
  body{min-width: 1000px}
  #grid_link_holder{
    grid-template-columns: 145px repeat(auto-fill, minmax(125px, 1fr));
  }
  #logo_info_holder_v2{
    position: relative;
    top: 15px;
  }
}
body::-webkit-scrollbar {
   height: 8px;
   width: 8px;
   cursor: pointer!important;
}

body::-webkit-scrollbar-thumb {
   background-color: #3c3dd1;
   border-radius: 10px;
   -webkit-box-shadow: inset 0 0 6px 12px transparent;
   cursor: pointer!important;
}

body::-webkit-scrollbar-track {
   -webkit-box-shadow: inset 0 0 6px 12px rgba(249, 249, 249, 0.1);
   border-radius: 10px;
   cursor: pointer!important;
}
/*.grid_provider_item span{
}*/
/*.ico_provider{
  display: block;
  -webkit-flex: inherit;
  -ms-flex: inherit;
  flex: inherit;
  margin: 0 auto;
}*/
/*.provider_title{
  display: block;
    -webkit-flex: 0 65%;
    -ms-flex: 0 65%;
    flex: 0 65%;
    padding: 2px 4px;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    text-transform: uppercase;
    text-overflow: ellipsis;
    font-size: 11px;
    color: #373737;
}*/
