@font-face {
    font-family: aachendeemed; /* Имя шрифта */
    src: url(/static/bingoweb/fonts/AE01014D.ttf); /* Путь к файлу со шрифтом */
   }
   
   
   
.d-none {
	display: none !important;
}

.pt-10 {
	 padding-top: 10rem !important;
}

.mainbar-wrap {
	background-color: rgba(0, 0, 0, 0.75);
	box-shadow: 0 2px 8px rgb(0 0 0 / 7%);
    backdrop-filter: blur(20px) saturate(180%);
	padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.main-nav > li > a, 
.main-header .header-module p {
	color: rgba(255, 255, 255, 0.8);
}

.main-header .header-module p {
	color: rgba(255, 255, 255, 0.8) !important;
}

.header-module .ld-dropdown-menu i {
	color: rgba(255, 255, 255, 0.8);
}

.talong_table {
	border-collapse: collapse;
}
.talong_table th, .talong_table td { 
border: 1px solid black;
	min-width: 36px;
	padding: 0px;
	box-sizing: border-box;
	text-align:  center;
    font-size: 22px;
    color: #191919;
	height: 36px;
	text-shadow: 1px 1px 3px white;
} 
.talong_table td p{ 
	margin: 0;
	width: 100%;
    height: 100%;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
	text-shadow: 1px 1px 3px #ffa351;
} 

.talong_table td.win_td p{
	background: linear-gradient(45deg, rgb(208 241 210) 0%, rgb(8 203 15) 100%);
    color: #ffffff;
	text-shadow: 1px 1px 3px black;
}
	
.wrapper {display: flex; } 

.card:not(:last-child) {margin-right: 50px;}
.win_info {margin-right: 50px;}
.ball {margin-right: 5px;}

.talong_title {	margin: 0;
				text-align: right;
				font-size: 13px;
				font-weight: 700;
			  }
			  
.tabs-nav {
	max-width: 850px;
	margin: auto;
	margin-bottom: 60px;
	text-transform: uppercase;
}

.ticket_side	 {
	margin-right: 50px;
}

.ticket_content {	
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: stretch;
	
}

.card_content {
	/*display: flex;
	flex-wrap: wrap;*/
	justify-content: space-between;
	padding: 5px 25px;
}


.one_talong {	
	margin-bottom: 10px;
}

.win_talong_almost {	    
	animation: flicker 3s infinite alternate;
}
@keyframes flicker {
   
  0%, 13%, 37%, 63%, 87%, 100% {

      box-shadow:
      0 0 4px #fff,
      0 0 60px #39ca39;
 
  }
 
  25%, 50%, 75% {        
      box-shadow: none;
  }    
}

.win_talong_title{
	color: #24991c;
	text-align: center;
}

.win_talong {	    
	/*background: #ffeb3b;*/
	background-image: url(/static/images/chips.png);
	background-repeat: no-repeat;
	background-position: left 5px top 5px;
	background-size: 25px;
	
}

.win_row {
	background: #31c327;
	background:linear-gradient(0deg, #0ea504 0%, rgb(160 241 185) 100%);
}

.win_row .empty_td, 
.talong_table .win_row td.win_td p {
	background: transparent;
}

.talong_table {
	width: 100%;
	font-family: aachendeemed;
}

.play_btn {
	border: 2px solid #fff;
    padding: 15px 30px;
    text-transform: uppercase;
    color: white;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 0.15em;
    background: rgb(195,88,34);
    background: linear-gradient(0deg, rgb(255 93 11) 0%, rgba(255,207,27,1) 100%);
	margin: auto;
    text-align: center;
    display: block;
    max-width: 210px;
	transition: all 0.5s linear;
}
.play_btn:hover {
	color: #fff;
	transform: scale(1.05);
	text-decoration: none;
}

.empty_td {
	background: linear-gradient(45deg, rgb(255 207 27 / 65%) 0%, rgb(255 93 11 / 65%) 100%);
}


.tabs-nav-active-underlined .tabs-nav li:after {
	height: 5px;
	background-color: #ff9913;
}

.tabs-nav-justified .tabs-nav li, .tabs-nav-justified .tabs-nav li a {
	color: #000;
	
}



.modal-message {
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(241, 241, 241, 0.9);
  z-index: 1000;
  color: #22a727;
  padding: 2em 1em;
  font-size: 16px;
  border-radius: 0.25rem;
  font-family: 'Rubik', sans-serif;
  text-transform: uppercase;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;  
  font-weight: bold;
}

.modal-message .error, .modal-message .danger {
  color: #f44336;   
}

.modal-message-inside {
  background: rgba(255,255,255, 0.9);
	width: 50vw;
  padding: 5vh 5vw;
  
}
.modal-message p:last-of-type {
  margin-bottom: 0;
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 80px;
  height: 34px;
}

/* 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: #2196F3;
}

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%;
}

.errornote, .messagenote{
    font-size: 14px;
    font-weight: 700;
    display: block;
    padding: 10px 12px;
    margin: 0 0 10px 0;
    color: #ba2121;
    border: 1px solid #ba2121;
    border-radius: 4px;
    background-color: #fff;
    background-position: 5px 12px;
    overflow-wrap: break-word;
}

.messagenote {
	color: #000000;
	border: 1px solid #fd5c4c;
	/*border: none;*/
}

.messagewin {
	color: #fd5c4c;
	/*border: 2px solid #fd5c4c;*/
	border: none;
	font-weight: bold;
    font-size: x-large;
    text-align: center;
}

ul.errorlist {
    margin: 0 0 4px;
    padding: 0;
    color: var(--error-fg);
    background: var(--body-bg);
}

form .aligned ul {
    margin-left: 160px;
    padding-left: 10px;
}
ul.errorlist {
    margin: 0 0 4px;
    padding: 0;
    color: #ba2121;
    background: #fff;
}

.play_privacy {
	display: flex;
	/*justify-content: flex-end;*/
	float: left;
}
.play_privacy {
	margin-right: 30px;
}

.play_privacy span {
	margin-right: 20px;
}		

.play_anon {
	justify-content: flex-start;
}

.changepass_form .form-row, 
.addticket_form .form-row, 
.request_refund_form .form-row{
	padding: 10px 0;
}

.changepass_form label, 
.addticket_form label, 
.request_refund_form label {
	width: 250px;
}	
.changepass_form input,
.addticket_form input, 
.request_refund_form input {
	width: 250px;
}		  

form.changepass_form .aligned ul {
	margin-left: 260px;
}		
/*
.changepass_form .submit-row input,
.addticket_form .submit-row input,
.request_refund_form .submit-row input {
	margin-left: 253px;
}	*/
.changepass_form .submit-row input,
.addticket_form .submit-row input, {
	margin-left: 253px;
}		

ul.language li:first-child:after {
	display: block;
	position: absolute;
	content: '/';
	right: 0;
	top: 2px;
}    

ul.language li a {
	padding: 5px 0;
}   

ul.language li:first-child a {
	padding-right: 15px;
} 

ul.language li:last-child a {
	padding-left: 7px;
} 


ul.nav.language>li>a:hover, ul.language>li>a:focus {
	background-color: transparent;
	color: #a11406;
}

ul.language>li>a.selected {
	
	color: #fd5c4c;
}

.addticket_form label,
.request_refund_form label
 {
	text-transform: uppercase;
	font-size: 16px;
    line-height: 1.2em;
    font-weight: 400;
    color: #fd5c4c;
}

.subm-btn {
	margin-left: 250px;
	justify-content: center;
}

fieldset {
	margin-bottom: 20px;
}

.payment-modal .fancy-title h2.payment-modal_heading {
	text-transform: uppercase;
	font-size: 30px;
	text-align: center;
}

.payment_wrap {
	display: flex;
	align-items: center;
	justify-content: space-around;
	flex-wrap: wrap;
	
}

/*.easy-pay {
	margin-right: 40px;
}*/

.payment-modal-container .lity-container {
	width: 60%;
}

.pay-link {
	width: 220px;
	border: 3px solid #0a80a1;
	border-radius: 100px;
	padding: 10px 60px;
	transition: all ease 0.4s;
	background-color: rgba(255,255,255,1);
	/*margin-bottom: 30px;*/
}
.pay-link img{
	height: 45px;
}
.pay-link:hover {
	background-color: rgba(78,165,189,0.15);
}

.lity-container {
	width: 600px;
}

.lqd-modal-inner {
	padding: 65px 2em;
	border-radius: 40px;
}

.topay-area {
	text-align: center;
}

.pay-order_btn {
	background: #fd5c4c;
    color: #fff;
    padding: 10px 50px;
    border-radius: 100px;
    font-size: 16px;
}

.lqd-modal-inner {
	background-image: url(/static/ave/assets/demo/bg/bg-79.svg);    
	background-size: cover;
    background-repeat: no-repeat;
}

.phones-area>div{
	display: flex;
	text-wrap-mode: nowrap;
}

.phones-area p {
	margin-right: 12px;
}

.phones-area a {
	color: #fd5c4c;
	font-weight: 700;
}

.is-stuck .phones-area p {
	color: #fff;
}

.disable-button {
	pointer-events: none;
	background-color: #b9b6b6;
	border-color: #b9b6b6;
}

.profile_form .fancy-box-offer .fancy-box-cell:first-child {
	    -webkit-box-flex: 1;
		flex-grow: 1;
}

section {
	position: relative;
}

.active_tickets {
	margin-top: 50px;
}

.video-area {
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: inline-block;
    overflow: hidden;
    transition: all 200ms ease-out;
    cursor: pointer;
	width: 100%;
}

.video-area img {
	width: 100%;
}


.video-area .play {
    background: url(/static/images/youtube_play_icon.png) no-repeat center center;
    background-size: 64px 64px;
    position: absolute;
    height: 100%;
    width: 100%;
	left: 0;
	top:0;
    opacity: .8;
    filter: alpha(opacity=80);
    transition: all 0.4s ease;
}

.video-area .play:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.error_wrap, .message_wrap {
	display: flex;
	align-items: center;
	margin-bottom: 40px;
    flex-direction: row;
    justify-self: center;
}

.error_wrap p, .message_wrap p {
	margin: 0;
	margin-right: 50px;
}

.error_wrap_btn {
	padding: 10px 15px;
    border: 2px solid #fd5c4c;
    border-radius: 20px;
    color: #fd5c4c;
    line-height: 1;
}

.buy_ticket_wrap {
	align-items: center;
	justify-content: space-around;
}

.buy_ticket_table {
	padding: 3.5rem 0;
}

.pricing-table-agency.buy_ticket_table .pricing-table-body {
	padding: 0 1rem;
	margin-bottom: 0;
}

.login-div,.shadow-div {	
	box-shadow: 5px 5px 15px rgb(0 0 0 / 70%)
}

.main-nav > li.active>a {
	 /*border-bottom: 1px solid #fc6758;*/
    color: #fc6758;
}

.is-stuck .main-nav > li.active > a {
	color: #fc6758 !important;
}

a.to_cart {
	position: relative;
}

a.to_cart img {
	width: 60px;
}

a.to_cart p {
	position: absolute;
    border: 1px solid #a60054;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    text-align: center;
    background: white;
    right: -1px;
    bottom: -9px;
	line-height: 1.5;
}


.agreement_checkbox {
	margin-bottom: 20px;
	justify-content: space-between;
}

input.register-btn:disabled {
	background: #cccccc;
    border-color: #838181;
}

.footer_wrap {
	align-items: flex-start;;
	justify-content: space-around;
}

.footer_wrap div {
	flex-grow: 1;
	text-align: left;
}

.copyright {
	text-align: center;
	margin-top: 30px;
}

.wpb_wrapper{	
	margin-left: 10px;
}

.wpb_wrapper p:last-of-type{
	margin-bottom: 0;	
}

.fancy-box-offer .fancy-box-cell:first-child {
	flex-grow: 1;
}

.fancy-box-offer .fancy-box-cell:nth-child(6n) {
	flex-grow: 2;
}

.logo-dark,.logo-sticky,.mobile-logo-default,.logo-default  {
	width:36px;
}

.process_area_wrap {
	justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.wrap {
	flex-wrap: wrap;
	justify-content: center;
}
/*
.process_area_wrap, .process_table_area {
	flex: 0 1;
}*/

.game_info {
	display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    text-align: center;
	font-size: 25px;
    line-height: 1.2em;
    font-family: 'europa', sans-serif;
    
    color: #000;
	font-style: italic;
	flex-direction: column;
/*	flex: 0 1;*/
}

.info_point_one {
	font-weight: 700;
	font-family: aachendeemed;
	font-size: 22px;
}

.info_point_two {
	background: url(/static/images/plus_display.png) no-repeat center / contain;
	padding: 5px 10px;
	padding-top: 0;
	height: 50px;
    color: white;
	font-family: aachendeemed;
	width: 160px;
	display: inline-flex;
	align-items: center;
	text-align: center;
	justify-content: center;
}

.shadow-div {
	margin-bottom: 20px;
}

.talong-div {
	
}

.talong_section {
	padding-top: 50px;
}

.process_area {
	DISPLAY: flex;
/*	-ms-flex-pack: distribute;
        justify-content: space-around;
    justify-content: space-around;*/
	flex-wrap:wrap;
	flex: 1 0;
}

.process_ball {
	background: url(/static/images/number_extract_bg.png) no-repeat center / contain;
	line-height: 200px;
    height: 200px;
    width: 200px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
	/*position: relative;
	z-index:2;*/
	
}

.process_ball p {
	color: #ff8d00;
    text-shadow: 4px 3px 2px #f9c7c7;
    font-family: aachendeemed;
	margin: 0;
	font-size: 64px;
    background: transparent;
    height: 64%;
    width: 64%;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 7px solid #cd8f64;
    transform: translateY(-4px);
    z-index: -1;
}

.process_table_area {
	border-radius: 10px;
    border: 2px solid #ff9d0b;
    padding: 4px;
}


.process_table {
	border-collapse: unset;
	border-radius: 10px;
	color: #404040;
	border: none;
	text-align: center;
	flex-wrap: wrap;
    justify-content: flex-start;
}


.process_table_num {
	border-radius: 10px;
	border: 1px solid #dedede;
	max-width: 36px;
	width: 36px;
	height: 36px;
	vertical-align: middle;
	font-family: aachendeemed;
		
}

.process_table .process_table_num:nth-child(n){
	background: rgb(7,114,182);
	background: linear-gradient(0deg, rgb(7 114 182 / 34%) 0%, rgb(128 232 255 / 85%) 100%);
}

.process_table .process_table_num:nth-child(2n) {
	background: rgb(7,114,182);
	background: linear-gradient(0deg, rgb(22 57 189 / 48%) 0%, rgb(230 240 255 / 85%) 100%);
}

.process_table .without_num {
	background: transparent !important;
	border-color: transparent !important;
}

.process_table_num p {
	margin: 0;
	display: flex;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    line-height: 24px;
    color: white;
    text-shadow: 2px 2px 4px #134ed1;
    font-size: 24px;
    align-items: center;
    justify-content: center;
}

.process_table .played_num {
	/*padding: 5px;*/
	background: rgb(255 108 0) !important;
    background: linear-gradient(0deg, rgb(255 108 0) 0%, rgb(255 202 10) 100%) !important;
}

.process_table .played_num p{
	color: #2e2e2e;
    text-shadow: 2px 2px 4px #ffffff;
    /*box-shadow: 0px 0px 9px #3a2385;*/
}

.lucky_num {
	position: relative;
	
}
.lucky_num:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
    background: url(/static/images/star3.png) no-repeat center / 123%;
    left: 0;
    top: 0;
    z-index: -1;
    transform: rotate(45deg);
	
	
}
.process_table .lucky_num p {
	font-size: 20px;
	color: #000;
	text-shadow: none;
	
}

.process_table .lucky_num {
	background: transparent;
}


.game_message_area{
	color: rgb(255 108 0);
    text-align:center;
       height: 30px;
    width:100%;
	font-family: aachendeemed;
	position: relative;
	z-index: 1;
}

.game_message_line {
	display: none;
	margin: 0;
	font-size: 20px;
}

.game_message_line.animate__animated {
	display: block;

}

.ball_wrap {
	flex-direction: column;
	align-items: center;
}

h2.loginform_heading {
	font-size: 24px;
}

.nav-trigger .bar {
	background-color: #fff;
}

@media screen and (max-width: 1199px) {
	.navbar-header {
		height: 90px;
	}
	.navbar-header .nav-trigger {
		justify-content: flex-end;
	}
	
	.navbar-nav {
		display: flex;
		width: auto;
		margin: 10px 0;
	}
	
	.navbar-nav img {
		height: 32px;
	}
	.navbar-nav li {
		list-style: none;
	}
	.navbar-nav li:not(:last-child) {
		margin-right: 15px;
	}
	.container-fluid.px-0 {
		padding: 0 15px !important;
	}
	
	.navbar-header .navbar-brand + .header-module {
		text-align: right;
		justify-content: flex-end;
		align-items: end;
		margin-right: 20px;
	}
	
	.navbar-header > * {
		flex: unset;
	}

	ul.nav.main-nav > li > a {
    	color: white !important;
	}
}

@media screen and (min-width: 1200px) {
	
	nav.navbar {
		display: none;
	}
	
	

}
@media  screen and (max-width: 1199px) {
	.navbar-header .nav-trigger {
		margin-left:20px;
	}
}


@media screen and (max-width: 991px) {	
	h2.loginform_heading {
		font-size: 32px;
	}
	
}

@media screen and (max-width: 768px) {	
	h2.loginform_heading {
		font-size: 40px;
	}
		
	
	  
}


@media screen and (max-width: 575px) {	
	
}

@media screen and (min-width: 320px) and (max-width: 767px) {	
	.container {
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
	}
	
}

.quantity_inner * {
    box-sizing: border-box;    
}    
.quantity_inner {
    display: inline-flex;
    border-radius: 50em;
    border: 2px solid #fd5c4c;
    position: relative;
    background: #FFF;
    z-index: 1;
	transform: translateX(-50%);
}        
.quantity_inner .bt_minus,
.quantity_inner .bt_plus,
.quantity_inner .bt_buy,
.quantity_inner .quantity {
    height: 40px;
    width: 40px;
    padding: 0;
    border: 0;
    margin: 0;
    background: #FFF;
    cursor: pointer;
    outline: 0;
    border-radius: 50em;
}
.quantity_inner .bt_buy {
    background: #fd5c4c;
    color: #fff;
    width: auto;
    height: 44px;
    position: absolute;
    left: 91px;
    top: -2px;
    z-index: -1;
    border-radius: 0 26px 26px 0;
    border: 2px solid #fd5c4c;
    line-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
	transition: all ease 0.7s;
	white-space: nowrap;	
}

.quantity_inner a.accepted {
	background: forestgreen;
	border: 2px solid forestgreen;
}
.quantity_inner.accepted {	
	border: 2px solid forestgreen;
}
.quantity_inner.accepted .quantity {	
	color: forestgreen;
}

.quantity_inner .btn.bt_buy:hover {
    transform: none;
	box-shadow: none;
	background: transparent;
	color: #fd5c4c;
}



 
.quantity_inner .quantity {
    width: 30px;
    text-align: center;
    font-size: 26px;
    color: #fd5c4c;
}
.quantity_inner .bt_minus svg,
.quantity_inner .bt_plus svg,
.quantity_inner .bt_buy svg {
    stroke: #fd5c4c;
    stroke-width: 2;
    transition: 0.5s;
    margin: 10px;
    fill: none;
    height: 20px;
    width: 20px;
}    
.quantity_inner .bt_buy svg {
    stroke: #BFE2FF;
    position: relative;
    left: 6px;
}    
.quantity_inner .bt_buy:hover svg {
    stroke: #FFF;
}
.quantity_inner .bt_minus:hover svg,
.quantity_inner .bt_plus:hover svg {
   stroke-width: 4;
}

.cart-ticket-remove, .cart-voucher-remove {
	cursor: pointer;
}

.login_form i {
	position: relative;
	transform: none;
	top: unset;
	left: unset;
	margin-top: 0;
}

.login_form i.d-none {
	display: none;
}

.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
	
	
}


.input-group input {
	position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0;
	padding-left: 3em;
}

.input-group-prepend,
.input-group-append {
  display: flex;
  position: absolute;
    top: 0;
    height: 100%;
}

.input-group-prepend {
 left: 0;
}


.input-group-append {
 right: 0;
}
.input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;

}

.input-group-append {
	cursor: pointer;
}

/*.signup_section {
	margin-top: 2rem;
}*/

/*.pricing_section {
	margin-top: 8rem;
}*/

.section_profile {
	margin-top: 2rem;
}

.main-nav .children, .nav-item-children {
	background-color: #404040;
	border-radius: 0;
}

.main-nav .children > li > a, .nav-item-children > li > a {
	color: rgba(255, 255, 255, 0.8);
	text-transform: uppercase;
}

.nav>li>a:hover, .nav>li>a:focus {
	background-color: transparent;
	color: #fd5c4c;
}

.main-nav .children > li.active > a, 
.main-nav .children > li.current-menu-item > a, 
.main-nav .children > li:hover > a, 
.nav-item-children > li.active > a, 
.nav-item-children > li.current-menu-item > a, 
.nav-item-children > li:hover > a {
	color: #fd5c4c;
}


.ld-module-dropdown {
	background-color: #404040;
}

.ld-dropdown-menu-content a {
	color: #d5d5d5;
	
}

.ld-dropdown-menu-content a:hover {
	color: #fd5c4c;
}

.ld-dropdown-menu-content a.login_btn:hover {
	color: #fff;
}

.main-header {
	position: relative;
}


.fancy-box-offer .btn {
	width: 55%;
    height: 40px;
    align-items: center;
}

.message_wrap .btn {
	width: 55%;
    height: 40px;
    align-items: center;
    place-content: center;
}

.profile_form input,
.profile_form input:active,
.profile_form select,
.cart-form input  {
	border-radius: 50em;
    padding-left: 10px;
    border: 1px solid #fd5c4c;
    outline: none;
}
.profile_form input:focus, .profile_form input:focus-visible {
	border-width: 2px;
}

.profile_form input.bg-gray {
	background-color: rgba(253, 92, 76, 0.1) !important;
}

.android_wrap a {
	margin-left: -35px;
}

.jackpot_info_wrap {
	margin-top: 20px;
}

.jackpot_info_wrap .info_point_one {
	color: #000;
	font-style: italic;
}

.request_refund_form {
	display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.template-image {
	width: 220px;
    height: 220px;
    object-fit: contain;
}

.login_form button.signup-btn  {
	background-color: #00BCD4;
	border: 1px solid #00BCD4;
}

.login_form button.signup-btn:disabled  {
	background-color: #c7c5c5;
	border: 1px solid #c7c5c5;
}

.btn-register-off {
	background: #2196f3;
	border: 1px solid #2196f3;
} 
.btn-register-off:hover {	
	background: #2196f3;
}

.btn-game-online {
	background: #4CAF50;
	border: 1px solid #4CAF50;
} 
.btn-game-online:hover {	
	background-color: #4CAF50;	
}


.user_icon {
	display: none;
}

@media screen and (max-width: 1199px) {
	.main-header .header-module.lang_module {
	    display: flex;
	}
}


@media screen and (max-width: 576px) {
	.navbar-header {
		flex-wrap: wrap;
		height: auto;
		justify-content: space-between;
		padding-bottom: 15px;
	}

	.navbar-header .nav-trigger {
		width: 50%;
		order: 1;
	}

	.play_privacy {
		float: none;
	}

	.contact-form input.mobile-none {
		display: none;
	}

	.contact-form input.mobile-date {
		display: block;
		
	}

	.ld-module-trigger-txt {
		display: none;
	}

	.navbar-header .navbar-brand + .header-module {
		margin-left: unset;
	}

	.play_privacy {
		margin-right: 0;
		display: flex;
		justify-content: space-between;
	}

	.play_privacy span {
		margin-right: 0;
		text-align: left;
	}

	.play_privacy>span {
		width: 75%;
	}


	input:checked + .slider:before {
		    -webkit-transform: translateX(43px);
		    -ms-transform: translateX(43px);
		    transform: translateX(43px);
	}

	.user_icon {
		width: 35px;
		height: 35px;
			background-image: url(/static/images/user-1.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
		display: block;
	}

}

.voucher-send-btn {
	cursor: pointer;
}

.pro_table_wrap {
		flex-wrap: wrap;
		justify-content: center;
	}

	.jp_table_wrap {
		display: flex;
		justify-content: center;
	}

	.jackpot_info_wrap {
		width: 100%;
		text-align: center;
	}

	.slide_wrap {
		width: 100%;
	}

	.visible_md {
		display: none;
	}

	.slwrap {
		width: 100%;
	}

@media screen and (max-width: 990px) {
	.order_wrap {
		flex-wrap: wrap;
		justify-content: center;
	}

	.order-md-2 {
		order: 2; 
	}

	.hidden_md {
		display: none;
	}

	.visible_md {
		display: block;
	}

	.wrap-c {
		justify-content: center;
		order: 3;
	}
}

@media screen and (max-width: 575px) {
	.slwrap {
		width: auto;
	}
}

h6.required::after,div.required::after {
  content: " *";
  font-size: x-large;
  color: black;
}

.panel-button-group a {
  margin-bottom: 5px;
}


/* Same box for both badges */
:root { --app-badge-w: 151px; --app-badge-h: 50px; }

.footer__apps { display:flex; gap:12px; flex-wrap:wrap; }

.footer__app {
  display: inline-block;
  width: var(--app-badge-w);
  height: var(--app-badge-h);
  /*padding: 4px;                    /* gives breathing room */
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-color: transparent;   /* ensure no fill behind */
  background-origin: content-box;  /* respect the padding */
  background-clip: content-box;    /* image stays inside padding */
  border-radius: 10px;
  transition: transform .15s ease, filter .15s ease;
}

/* Your images */
.footer__app_android { background-image: url(/static/images/badges/google-play-badge.png); }
.footer__app_ios     { background-image: url(/static/images/badges/app-store-badge.svg); }

@media (max-width: 480px) {
  :root {
    --app-badge-w: 135px; 
    --app-badge-h: 45px;  
  }
}