@font-face {
  	font-family: 'Open Sans';
	src: url('../SBGGLOBAL_V3/fonts/open-sans/OpenSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
  	font-family: 'Open Sans ExtraBold';
	src: url('../SBGGLOBAL_V3/fonts/open-sans/OpenSans-ExtraBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
:root {
	--bs-blue: #0d6efd;
	--bs-indigo: #6610f2;
	--bs-purple: #6f42c1;
	--bs-pink: #d63384;
	--bs-red: #dc3545;
	--bs-orange: #fd7e14;
	--bs-yellow: #ffc800;
	--bs-green: #198754;
	--bs-teal: #20c997;
	--bs-cyan: #0dcaf0;
	--bs-black: #000;
	--bs-white: #fff;
	--bs-gray: #6c757d;
	--bs-gray-dark: #343a40;
	--bs-gray-100: #f8f9fa;
	--bs-gray-200: #e9ecef;
	--bs-gray-300: #dee2e6;
	--bs-gray-400: #ced4da;
	--bs-gray-500: #adb5bd;
	--bs-gray-600: #6c757d;
	--bs-gray-700: #495057;
	--bs-gray-800: #343a40;
	--bs-gray-900: #212529;
	--bs-primary: #f38231;
	--bs-secondary: #6c757d;
	--bs-success: #198754;
	--bs-info: #0dcaf0;
	--bs-warning: #ffc800;
	--bs-danger: #dc3545;
	--bs-light: #f8f9fa;
	--bs-dark: #212529;
	--bs-primary-rgb: 255, 200, 0;
	--bs-secondary-rgb: 108, 117, 125;
	--bs-success-rgb: 25, 135, 84;
	--bs-info-rgb: 13, 202, 240;
	--bs-warning-rgb: 255, 200, 0;
	/*--bs-danger-rgb: var(--bs-blue);*/
	--bs-light-rgb: 248, 249, 250;
	--bs-dark-rgb: 33, 37, 41;
	--bs-white-rgb: 255, 255, 255;
	--bs-black-rgb: 0, 0, 0;
	--bs-body-color-rgb: 33, 37, 41;
	--bs-body-bg-rgb: 255, 255, 255;
	--bs-font-sans-serif: Open Sans, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	--bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	--bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
	--bs-body-font-family: Open Sans, sans-serif, Roboto Slab, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
	--bs-body-font-size: 1rem;
	--bs-body-font-weight: 400;
	--bs-body-line-height: 1.5;
	--bs-body-color: #212529;
	--bs-body-bg: #fff;
	--bs-border-width: 1px;
	--bs-border-style: solid;
	--bs-border-color: #dee2e6;
	--bs-border-color-translucent: rgba(0, 0, 0, 0.175);
	--bs-border-radius: 0.375rem;
	--bs-border-radius-sm: 0.25rem;
	--bs-border-radius-lg: 0.5rem;
	--bs-border-radius-xl: 1rem;
	--bs-border-radius-2xl: 2rem;
	--bs-border-radius-pill: 50rem;
	--bs-link-color: #ffc800;
	--bs-link-hover-color: #cca000;
	--bs-code-color: #d63384;
	--bs-highlight-bg: #fff4cc;
	--deposit-btn-color-hover: #068c88;
	--spinner-color: var(--deposit-btn-color-hover);
}
*,
*::before,
*::after {
	box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
	:root {
		scroll-behavior: smooth;
	}
}
body {
	margin: 0;
	/*font-family: var(--bs-body-font-family);*/
	font-family: "Open Sans";
	font-size: var(--bs-body-font-size);
	font-weight: var(--bs-body-font-weight);
	line-height: var(--bs-body-line-height);
	color: var(--bs-body-color);
	text-align: var(--bs-body-text-align);
	background-color: var(--bs-body-bg);
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	padding-top: 3.9rem;
}
img {
	max-width: 100%;
	height: auto
}
hr {
	margin: 1rem 0;
	color: #eee;
	border: 0;
	border-top: 1px solid;
	opacity: 0.25;
}
hr.titles {
	color: #000;
}
h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
	margin-top: 0;
	margin-bottom: 0.5rem;
	font-family: "Open Sans", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-weight: 700;
	line-height: 1.2;
}
h1, .h1 {
	font-size: calc(1.2rem + 0.678vw);
}
p {
    font-size: 1rem;
    color: #2D2E2C;
}
footer h5 {
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	text-shadow: 2px 2px #000000cc;
}
footer span.title-trusted:before{
	content: "";
	display: block;
	width: 40px;
	height: 2px;
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: var(--bs-orange);
}
footer span.title-trusted{
	padding-left: 55px;
}
footer span.title {
	color: var(--bs-gray-100);
	font-size: 13px;
	line-height: 18px;
	font-weight: 700;
	font-style: normal;
    text-transform: uppercase;
	etter-spacing: 1.8px;
	position: relative;
	display: inline-block;
}
footer .payment-options img {
	margin-right: 20px;
}
#navigationFooter{
	display: block;
}
footer span.sub-title {
    color: #fff;
    font-weight: bold;
    line-height: 1.2;
    font-size: 0.8rem;
    margin-top: 0;
    margin-bottom: 0.5rem;
    display: block;
}
footer .nav-item > .nav-link:hover{
	color: var(--bs-gray-200);
    text-decoration: underline;
    text-underline-position: under;
}
footer .nav-item > .nav-link {
	color: var(--bs-light);
    font-size: 0.75rem;
    cursor: pointer;
}
footer .social-links{
	font-size: 1.577rem;
}
footer .card.partner{
	background-color: #4950573d;
	border-radius: 3px;
}
footer span.trusted-title{
	font-weight: 700;
	color: #dee2e6;
	text-transform: uppercase;
	border-right: 1px solid #6c757d;
	padding-right: 5px;
	text-shadow: 2px 2px #000000cc;
}
footer .trusted p {
	font-size: 0.7688rem;
}
footer .copyright{
	border-top: solid 0.8px #343a40;
}
footer .copyright p {
	font-size: 0.8rem;
	color: var(--bs-gray-500);
}
.btn-help:hover {
	color: #e52722;
	background-color: #fff;
	border-color: #fff;
}
.btn-help {
	color: #fff;
	text-transform: uppercase;
	background-color: #bf2c28;
	font-size: 0.788rem;
	font-weight: 700;
	border-radius: 3px;
}
.fa.fa-twitter{
	font-family:sans-serif;
}
.fa.fa-twitter::before{
	content:"𝕏";
	font-size:1em;
}
#span_clock{
	color: #fff;
}
.navbar-border{
	border-bottom: solid 1.5px var(--sbl-primary-color);
}
/*.bg-dark {
	background-color: rgb(46 46 44) !important;
}
.btn-login{
	border: solid 1.2px #495057;
}*/
.btn-join{
	background-color: #00af55;
}
.login-form{
	align-items: center;
	/*gap: 0.5rem;*/
}
.login-form span{
	/*font-weight: 700;*/
}
.fl-wrap {
	float: left;
	width: 100%;
	position: relative;
}
/*.fc-cont.fc-cont-prev {
	left: 0;
}
.fc-cont.fc-cont-next {
	right: 0;
}*/
.fc-cont:hover {
	color: var(--bs-orange);
}
.fc-cont {
	position: absolute;
	top: 50%;
	z-index: 100;
	width: 20px;
	height: 20px;
	line-height: 20px;
	margin-top: -10px;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
}
/*------ loader-------------------------------------------------*/
.loader-wrap {
	position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1100;
    background: #343a40;
}
.pin , .ajax-loader {
	position:absolute;
	left:50%;
	top:50%;
	width:40px;
	height:40px;
	border:4px solid;
	border-radius:100%;
	margin:-20px 0 0 -20px;
}
.pulse  , .ajax-loader-cirle{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	border-radius:100%;
	animation: spin 1000ms linear infinite;
}
.pulse:before  , .ajax-loader-cirle:before{
	content:'';
	position:absolute;
	width:12px;
	height:4px;
	border-radius:4px;
	background:#fff;
	left:50%;
	top:50%;
	margin:-2px 0 0 -12px;
}

@keyframes spin {
   to{
        -webkit-transform: rotate(360deg);
transform: rotate(360deg);
    }
}
.to-top {
    position: fixed;
    bottom: 120px;
    right: 3%;
    width: 40px;
    height: 40px;
    color: #fff;
    line-height: 40px;
    font-size: 17px;
    z-index: 116;
    cursor: pointer;
    display: none;
    border-radius: 3px;
    box-shadow: 0px 0px 0px 4px rgba(0, 0, 0, 0.2);
    -webkit-transform: translate3d(0, 0, 0);
    background: #f68d29;
    text-align: center;
}
.carousel-indicators [data-bs-target] {
	margin-right: 8px;
    margin-left: 8px;
    width: 36px;
    height: 4px;
}
/*** Nav Menu section */
.dropdown-item.active, .dropdown-item:active {
	/*background-color: var(--bs-gray-dark);*/
}
a.nav-link.active, .mobile-top-links-carousel-item > a.active {
	border-bottom: 0.12rem solid var(--bs-orange);
	/*max-width: 120px;*/
}

.link-bg-free-chips{
	background-color: #0d6efd !important;
	line-height: 17px;
}

#navbar_fixed_bottom{
	z-index: 1029;
}
.navbar-toggler:focus{
	box-shadow: none;
}
.navbar-dark, .offcanvas-header{
	box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.12), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 2px 4px -1px rgba(0, 0, 0, 0.2);
}
.nav-link-txt {
	font-size: 0.789rem !important;
	font-weight: 600;
	color: #11324d;
	letter-spacing: 1px;
}
.nav-item > .nav-link{
	color: #fff !important;
}
.mobile-menu-login {
	/*position: absolute;
	right: 20px;
	line-height: initial;*/
}
.mobile-menu-login span{
	font-size: 1.6rem;
    color: var(--bs-gray-400);
    padding: 0px;
}
.offcanvas-header{
	padding: 8px 15px;
}
.offcanvas-btn {
	left: 15px;
    position: absolute;
}
.img-justify{
	display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}
.zoom:hover {
    transform: scale(1.04);
}
.zoom {
    transition: all .2s ease-in-out;
}
.img-opacity{
	opacity: 95%;
}
.container-default{
	min-height: 75vh;
}
.container-balance{
	width: 335px;
    margin: 5px 10px;
}
.title-balance{
	font-size: 0.89rem;
}
.dropdown-balance {
    left: -150px !important;
}
.dropdown-balance::before {
    top: 0px;
    left: 55%;
    width: 0.6rem;
    height: 0.6rem;
    content: "";
    position: absolute;
    transform: translate(-50%, -50%) rotate(45deg);
    background: inherit;
}
#left-menu-stick{
    top: 75px;
}
#left-menu-stick .close-sidebar-txt {
    text-decoration: underline;
    text-underline-position: under;
    cursor: pointer;
}
#left-menu-stick .nav-link:hover, .show-casino-menu-toggle:hover {
    background-color: var(--bs-gray);
}
#left-menu-stick .bg-light-subtle {
    background-color: #343a40 !important;
}
.offcanvas-body .bg-light-subtle {
    background-color: #343a40 !important;
    padding: 5px 15px;
}
#left-menu-stick .txt-to-show {
	display: none;
}
.link-bg-home{
	background-color: red !important;
	line-height: 17px;
}
.link-bg-deposit{
	background-color: #86bb03 !important;
	line-height: 17px;
}
/*------ register form------------------------------------------------*/
.togglePassword {
    position: absolute;
    top: 22px;
    right: 35px;
    display: block;
	z-index: 15;
}
.main-register-wrap , .reg-overlay {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:2000;
	overflow: auto;
	display: none;
	-webkit-transform: translate3d(0,0,0);
	background:rgba(0,0,0,0.81);
	padding: 10px;
}
.reg-overlay {
	z-index:1;
	background:none;
}
.hid-body {
    overflow:hidden;
}
.main-register-holder {
	max-width:420px;
	margin:100px auto 50px;
	position:relative;
	z-index:5;
}
.main-register h3 {
	float:left;
	width:100%;
	text-align:left;
	font-size:20px;
	padding:20px 0;
	margin-bottom:15px;
 	font-weight:600;
	color: var(--bs-gray-700);
	border-bottom: 0.8px solid var(--bs-dark-bg-subtle);
}
.main-register h3 span {
	font-weight: 800;
    font-size: 18px;
    color: #566985;
    text-transform: uppercase;
    /*font-family: 'Montserrat', sans-serif;*/
}
.main-register {
	float:left;
	width:100%;
	position:relative;
	padding:0 0 10px;
	margin-bottom:50px;
	background:#fff;
	border-radius:10px;
	overflow:hidden;
	/*box-shadow: 0px 0px 0px 7px rgba(255,255,255,0.3);*/
}
.close-reg {
    position: absolute;
    top: 12px;
    right: 20px;
    border-radius: 100%;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
    transition: all .2s ease-in-out;
    z-index: 100;
    border: 1px solid #fff;
    background: #999;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    vertical-align: baseline;
    text-decoration: none;
    margin: 0;
    padding: 0;
}
.close-reg .fa-times {
	margin-left: 9px;
}
.close-reg:hover{
	background: #18458B;
}
.soc-log {
	padding:15px 0;
}
.soc-log p {
	margin-bottom:15px;
	font-size: 0.789rem;
	color:#454545;
}
.soc-log a {
    /* float: left; */
    /* width: 100%; */
    padding: 0px;
    color: #fff;
    height: 60px;
    line-height: 0px;
    /* margin-bottom: 10px; */
    border-radius: 4px;
    font-size: 12px;
    font-weight: 500;
    position: relative;
    /* text-align: left; */
    text-decoration: none;
}
.soc-log a i {
    font-size: 12px;
    /* position: absolute; */
    top: 0;
    width: 20px;
    height: 75%;
    left: 22px;
    /* height: 39px; */
    line-height: 14px;
    text-align: center;
    /* border-right: 1px solid rgba(0, 0, 0, 0.21);*/
}
.soc-log a.facebook-log {
	background:#3b5998;
}
.soc-log a.twitter-log {
	background:#55acee;
}
.soc-log a.paypal-log{
	background:#205DA5;
}
.log-separator {
	margin-top:10px;
}
.log-separator  span{
	position:relative;
	width:90px;
	display:inline-block;
	background:#fff;
	z-index:2;
}
.log-separator:before {
	content:'';
	position:absolute;
	top:50%;
	left:0;
	right:0;
	height:1px;
	background:var(--bs-dark-bg-subtle);
	z-index:1;
}
.custom-form .log-submit-btn {
	float:left;
	padding:13px 35px;
	border:none;
	border-radius:4px;
	color:#fff;
	cursor:pointer;
	-webkit-appearance: none;
	margin-top:12px;
}
.main-register .filter-tags{
	float:left;
	margin-top:30px;
}
.lost_password {
	margin-top:34px;
	float:right;
}
.lost_password a, .main-register .filter-tags{
	float:left;
	color: var(--bs-secondary-color);
	font-size:12px;
	font-weight:500;
	text-underline-position: under;
}
#tabs-container {
	float: left;
    width: 100%;
    margin-top: 10px;
    padding: 0 30px;
    border: none;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    vertical-align: baseline;
    text-decoration: none;
}
.tab {
	 float: left;
	 width: 100%;
}
.tabs-menu {
    float: left;
    width: 100%;
    list-style: none;
    border: none;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    vertical-align: baseline;
    text-decoration: none;
    margin: 0;
    padding: 0;
}
.tabs-menu li {
    float: left;
    width: 50%;
    border: none;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    vertical-align: baseline;
    text-decoration: none;
    margin: 0;
    padding: 0;
}
.tabs-menu  li a{
	float:left;
	width:100%;
	padding:20px 30px;
 	font-weight:600;
	font-size:12px;
	color: var(--bs-dark-text-emphasis);
	background:#eee;
	text-align:left;
	text-transform:uppercase;
	text-decoration: none;
    position: relative;
    background: var(--bs-secondary-bg-subtle);
}
.tabs-menu  li a i {
	padding-right:20px;
}
.tabs-menu li.current a {
	color: var(--bs-dark-text-emphasis);
    background: var(--bs-white);
}
/*.tabs-menu  li.current a , .tabs-menu  li a:hover {
	color:#fff;
}*/
.tab-content {
    width: 100%;
    padding: 20px 0;
    display: none;
}
#tab-1 {
	display: block;
}
.main-register h3 strong{
	color: var(--bs-orange);
}
.custom-form {
    float: left;
    width: 100%;
    position: relative;
}
/*-------------Forms---------------------------------------*/
.invalid-feedback {
    color: #dc3545;
    font-size: .78rem;
}
.form-control.is-invalid, .was-validated .form-control:invalid {
    border-color: #f3b3b9 !important;
}
label.error{
    padding: 0px;
    font-size: 0.71rem !important;
    color: var(--bs-danger) !important;
}
.form-floating>label.error::after{
	content: none !important;
}
.bootstrap-select.country, .bootstrap-select.state {
    padding: 0px !important;
    border: solid 0.8px var(--bs-dark-bg-subtle) !important;
    background-color: #00000000;
}
.bootstrap-select >.dropdown-toggle {
    padding: 20px 15px 10px;
    background-color: #ffff;
}
.bootstrap-select>.dropdown-toggle.bs-placeholder, .bootstrap-select>.dropdown-toggle.bs-placeholder:active, .bootstrap-select>.dropdown-toggle.bs-placeholder:focus, .bootstrap-select>.dropdown-toggle.bs-placeholder:hover {
    color: var(--bs-gray) !important;
    background-color: #fff;
}
.bootstrap-select .dropdown-toggle:focus, .bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
    outline: none !important;
    background-color: #ffff;
}
.bootstrap-select .dropdown-menu.show {
    top: -310px;
    width: 230px;
    max-height: 330px !important;
}
.bootstrap-select .dropdown-toggle.show::after {
    margin-left: -0.745em;
}
.custom-form {
	float:left;
	width:100%;
	position:relative;
}
.bg-hr{
    color: #6c757d;
}
.start-25 {
    left: 85% !important;
}
.custom-form .nice-select {
	margin-bottom:20px;
}
/*.custom-form  textarea , .custom-form input[type="text"] , .custom-form  input[type=email] , .custom-form  input[type=password] , .custom-form  input[type=button]{
    float: left;
    border: 1px solid #eee;
    background:#F7F9FB;
    width: 100%;
    padding: 14px 20px 14px 45px;
    border-radius: 6px;
	color: #212529;
	font-size:13px;
	-webkit-appearance: none;
}*/
.custom-form  textarea:focus , .custom-form input[type="text"]:focus  , .custom-form  input[type=email]:focus  , .custom-form  input[type=password]:focus  {
	background:#fff;
}
.custom-form .nice-select input {
	padding-left:20px;
}
.custom-form  input::-webkit-input-placeholder  , .custom-form  textarea::-webkit-input-placeholder{
	color: #666;
	font-weight:500;
	font-size:13px;
}
.custom-form  input:-moz-placeholder , .custom-form  textarea:-moz-placeholder  {
	color: #888DA0;
	font-weight:600;
	font-size:13px
}
.custom-form  textarea{
	height: 200px;
    resize: none;
    padding: 25px 20px;
	-webkit-appearance: none;
}
/*.custom-form  input  {
	margin-bottom:20px;
}*/
.custom-form label span{
	color: var(--bs-orange);
}
.filter-tags input , .custom-form  .filter-tags input {
	float:left;
	position:relative;
	border: 2px solid #ccc;
    cursor: pointer;
    padding: 0;
    width: 20px;
    height: 20px;
    position: relative;
	color:#0d6efd;
	background:#fff !important;
	-webkit-appearance: none;
	margin-top: 0px;
}
.filter-tags input:checked:after , .custom-form  .filter-tags input:checked:after  {
	font-family: Font Awesome\ 5 Pro;
	content: "\f00c";
	font-size: 12px;
	position: absolute;
	top:2px;
	left: 2px;
	z-index:20;
}
.filter-tags label , .custom-form  .filter-tags label  {
	float:left;
	padding:0 10px;
	position:relative;
	top:0px;
	color:#343a40;
	font-weight:500;
	width:auto;
}
/*.custom-form label {
	float:left;
	position:relative;
	width:100%;
	text-align:left;
	font-weight:500;
	color: #f7f9fb;
    font-size: 13px;
    font-weight: 500;
}*/
.main-register .custom-form label {
	/*margin: 5px 5px;*/
    font-size: 0.89rem;
}
.custom-form label i {
	padding-right:12px;
	font-size:14px;
	position:absolute;
	top:16px;
	left:16px;
}
.custom-form button {
	outline:none;
	border:none;
	cursor:pointer;
	-webkit-appearance: none;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button
{
  -webkit-appearance: none;
  margin: 0;
}
input[type=number]
{
  -moz-appearance: textfield;
}
.quantity {
	float:left;
 	width: 65px;
	height: 42px;
	position:relative;
}
.quantity input {
	width: 100%;
	height: 42px;
	line-height: 1.65;
	float: left;
	padding: 0;
	margin: 0;
	padding-left:10px;
	border: 1px solid #eee;
	border-radius:4px 0 0 4px;
	margin-bottom:0;
}
.quantity input:focus {
	outline: 0;
}
.quantity-nav {
	position: absolute;
	height: 42px;
	right:0;
	width: 20px;
	border-right: 1px solid #eee;
}
.quantity-button {
 	background: #F7F9FB;
	position: absolute;
	right:0;
	cursor: pointer;
	border-left: 1px solid #eee;
	width: 20px;
	text-align: center;
	color: #333;
	font-size: 13px;
	font-family: "Trebuchet MS", Helvetica, sans-serif !important;
	line-height: 1.7;
	box-sizing:border-box;
	-webkit-user-select: none;
	user-select: none;
}
.quantity-button.quantity-up {
	position: absolute;
	height: 50%;
	top: 0;
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
}
.quantity-button.quantity-down {
	position: absolute;
	bottom: -1px;
	height: 50%;
	border-bottom: 1px solid #eee;
}
.custom-form.no-icons input , .custom-form.no-icons textarea {
	padding-left:10px;
}
.custom-form.no-icons label {
	margin-bottom:20px;
}
.pass-input-wrap span {
    position: absolute;
    right: 20px;
    cursor: pointer;
    bottom: 36px;
    z-index: 10;
	font-size:12px;
}
.radio{
	color:#999;
	font-size:13px;
	position:relative;
	top:-2px;
}
.radio span{
	position:relative;
	padding-left:30px;
	top:1px;
}
.radio span:after{
	content:'';
	width:20px;
	height:20px;
	border:2px solid #ccc;
	position:absolute;
	left:0;
	top:-3px;
	box-sizing:border-box;
}
.radio input[type="radio"]{
	cursor: pointer;
	position:absolute;
	width:100%;
	height:100%;
	z-index: 1;
	opacity: 0;
}
.radio input[type="radio"]:checked + span{
	color:#666;
}
.radio input[type="radio"]:checked + span:before{
	font-family: Font Awesome\ 5 Pro;
	content: "\f00c";
	font-size: 13px;
	position: absolute;
	top:0;
	left: 4px;
	z-index:20;
}
.fuzone {
    position: relative;
    border: 1px   solid #eee;
    border-radius: 3px;
    background: #F7F9FB;
    transition: all 0.3s linear;
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
	min-height:160px;
	margin-top:0px;
	float:left;
	cursor:pointer;
}
.fuzone input {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	opacity:0;
	z-index:100;
	cursor:pointer;
}
.fuzone .fu-text {
    text-align: center;
    margin: 50px 0;
    font-size: 12px;
	color: #999;
	font-weight:400;
    position: relative;
}
.fuzone .fu-text i {
	font-size:44px;
	width:100%;
	padding-bottom:10px;
    transition: all 0.3s linear;
}
.fuzone:hover  .fu-text i {
	transform: translateY(-10px);
}
.photoUpload-files span {
    color: #666;
    margin: 0 3px;
    padding: 3px 6px;
    background: #fff;
    border-radius: 2px;
    display: inline-block;
    font-size: 10px;
    box-shadow: 0 5px 5px rgb(0 0 0 / 7%);
}
.book-form .quantity-item label {
	width:auto;
	position:relative;
	top:16px;
	padding-right:10px;
    color: #878C9F;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
}
.book-form .quantity-item label i {
	position:relative;
	float:left;
	top:0;
	left:0;
	padding-right:8px;
}
.book-form .quantity  {
	float:right;
}
.book-form .quantity-item {
	margin-bottom:20px;
	float:left;
	width:50%;
}

.book-form  .quantity-item.fcit {
	padding-left:20px;
}
.book-form .btnaplly {
	color:#fff;
	width:100%;
	background:#F8BB11;
	padding:15px 0;
	border-radius:4px;
}
.book-form .btnaplly i {
	padding-left:10px;
}
.total-coast {
	padding:15px 0;
	border-top:1px   solid #eee;
	border-bottom:1px solid #eee;
	margin-bottom:20px;
}
.total-coast strong {
    color: #878C9F;
    font-size: 12px;
    font-weight: 600;
	position: absolute;
	left:0;
	top:21px;
}
.total-coast span {
	float:right;
	text-align:right;
	font-size:19px;
	font-weight:400;
	position:relative;
	top:3px;
}
.custom-form .total-coast  input {
	width: inherit !important;
	float:left;
	border:none;
	background:none;
	height:auto;
	padding:0;
	color: #888DA0;
	font-size:24px;
	text-align:right;
	margin-bottom:0;
	top:-3px;
	position:relative;
	right:10px;
}
.hid-input {
	display:none;
}
.book-form .bookdate-container label i {
	top:42px;
}
.book-form .bookdate-container input {
	padding-left:42px;
}
.book-form .listsearch-input-item label   , .book-form .bookdate-container label {
	margin-bottom:12px;
}
.bookdate-container-dayscounter {
	position:absolute;
	right:10px;
	bottom:32px;
	z-index:20;
	cursor:help;
}
.bookdate-container-dayscounter  span{
	color:#fff;
	position:absolute;
	right:-10px;
	top:-40px;
	border-radius: 4px;
    background: #18458B;
	height: 30px;
    line-height: 30px;
    min-width: 100px;
	font-size:11px;
	opacity:0;
	visibility:hidden;
}
.bookdate-container-dayscounter:hover span {
	opacity:1;
	visibility:visible;
}
.onoffswitch {
    position: relative; width: 83px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch-checkbox {
    display: none;
}
.onoffswitch-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 2px solid #FFFFFF; border-radius: 20px;
}
.onoffswitch-inner {
    display: block; width: 200%; margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block; float: left; width: 50%; height: 30px; padding: 0; line-height: 30px;
    font-size: 14px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
    box-sizing: border-box;
}
.onoffswitch-inner:before {
    content: "ON";
    padding-left: 21px;
    background-color: #4DB7FE; color: #FFFFFF;
}
.onoffswitch-inner:after {
    content: "OFF";
    padding-right: 21px;
    background-color: #4DB7FE; color: #FFFFFF;
    text-align: right;
}
.onoffswitch-switch {
    display: block; width: 21px; margin: 4.5px;
    background: #FFFFFF;
    position: absolute; top: 0; bottom: 0;
    right: 49px;
    border: 2px solid #FFFFFF; border-radius: 20px;
    transition: all 0.3s ease-in 0s;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px;
}
/*.main-register .custom-form input[type="text"] , .main-register .custom-form  input[type=email] ,
.main-register .custom-form  input[type=password]{
	padding-left:20px;
}*/
.modal-menu-promo {
	list-style-type: none;
  	margin: 0;
  	padding: 0;
}
.main-menu-padding{
	padding-left: 12px;
    padding-right: 12px;
}
.main-menu-padding .col-sm-auto {
    /*min-width: 3%;*/
}
.main-menu-padding  .col-sm {
    min-width: 70%;
}
.link-view-all:hover{
    text-decoration: underline;
    text-underline-position: under;
    cursor: pointer;
}
.link-view-all{
    color: var(--bs-orange);
    text-decoration: none;
}
/* Portfolio
================================================== */
.portfolio{
	background: #f5f5f5;
	padding-bottom: 0;
}
#main-container.portfolio{
	background: none;
}
#filterGames {
	width: 205px;
}
.input-search {
	border: 2px solid var(--bs-secondary-text-emphasis);
	padding: 6px 20px;
	height: 50px;
	background: none !important;
	color: var(--bs-body-color);
	font-size: 14px;
	border-radius: 5px;
	box-shadow: none !important;
}
.input-search:focus {
	border: 2px solid var(--bs-orange) !important;
}
.input-search::placeholder {
	color:  var(--bs-gray-600) !important;
}
/*-- Isotope Portfolio start --*/
#isotope .isotope-item{
	padding:0;
}

.isotope-nav {
  	margin: -80px auto 80px;
  	display: inline-block;
  	float: right;
  	position: relative;
  	z-index: 100;
}
.isotope-nav ul{
	list-style: none;
	margin: 0;
}
.isotope-nav ul li{
	float: left;
	margin-right: 10px;
}
.isotope-nav ul li a{
	color: #323232;
  	padding: 5px 15px 8px;
  	border: 1px solid #ddd;
  	-webkit-transition: all 0.3s;
  	-moz-transition: all 0.3s;
  	-o-transition: all 0.3s;
  	transition: all 0.3s;
}

.isotope-nav ul a.active,
.isotope-nav ul a:hover{
	color: #fff;
	position: relative;
	border: 1px solid transparent;
}

.isotope-nav ul a.active:after,
.isotope-nav ul a:hover:after{
  	position: absolute;
  	content: " ";
  	width: auto;
  	height: auto;
  	bottom: -13px;
  	margin-left: -8px;
  	left: 50%;
  	border-width: 7px;
  	border-style: solid;
}

#isotope .isotope-item .grid{
	position: relative;
	margin-bottom: -8px;
}

.grid figure {
	position: relative;
	z-index: 1;
	display: inline-block;
	overflow: hidden;
	background: #3085a3;
	text-align: center;
	width: 100%;
	height: 100%;
}
.grid figure figcaption{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.grid figure figcaption {
	color: #fff;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
figure.effect-oscar {
	background: rgba(0,0,0,.8);
	margin: 0px;
}

figure.effect-oscar img {
	display: block;
	width: 100%;
	opacity: 1;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

figure.effect-oscar figcaption {
	background-color: rgba(0,0,0,0.1);
	-webkit-transition: background-color 0.35s;
	transition: background-color 0.35s;
}

/*figure.effect-oscar figcaption::before {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	border: 1px solid rgba(255,255,255,.3);
	content: '';
}*/

figure.effect-oscar h3 {
	font-size: 18px;
	color: #fff;
	opacity: 0;
	margin: 25% 0 10px 0;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
}

figure.effect-oscar a{
	color: #fff;
	/*font-size: 18px;*/
	margin: 20px 5px 0;
	display: inline-block;
	z-index: 1;
	position: relative;
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
}


figure.effect-oscar a.link i{
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

figure.effect-oscar figcaption::before,
figure.effect-oscar a {
	opacity: 0;
	-webkit-transition: all 0.35s, -webkit-transform 0.35s;
	transition: all 0.35s, transform 0.35s;
	-webkit-transform: scale(0);
	transform: scale(0);
}

figure.effect-oscar:hover h3 {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-oscar:hover figcaption::before,
figure.effect-oscar:hover h3,
figure.effect-oscar:hover a {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}


figure.effect-oscar:hover figcaption {
	background-color: rgba(0,0,0,0.5);
}
/*figure.effect-oscar:hover img {
	opacity: 0.4;
}*/
figcaption .fa-play-circle{
    font-size: 2.2rem;
}
figure.effect-oscar.live a{
	margin-top: 25px;
}
/* Portfolio box */
.portfolio-box{
	padding-bottom: 80px;
}
.portfolio-box .isotope-nav{
	margin: 0 auto 60px;
	float: none;
}
/* Portfolio details */
.portfolio-static .col-md-1{
	min-width: 11.1%;
}
.portfolio-static-item{
	padding-bottom: 0px;
	margin-bottom: 20px;
}
.portfolio-static-item figure.effect-oscar a{
	text-decoration: none;
    height: 100%;
    margin: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.portfolio-static-item figure.effect-oscar a span{
    font-size: 1.02rem;
    display: block;
}
.portfolio-static-desc h3{
	font-size: 16px;
	margin: 5px 0 -5px 0;
	line-height: normal;
}
.portfolio-static-desc a{
	color: #6A6A6A;
}
/* Portfolio details */
.portfolio-desc h3{
	margin-top: 0;
}
.portfolio-desc .project-btn{
	margin-top: 20px;
	padding: 8px 25px;
}
.card.box{
	width: 70% !important;
}
.card-shadow {
	box-shadow: 0px 0px 0px 5px var(--bs-border-color);
}
.hideState {
    display: none !important;
}

/* Available Balance button and offcanvas used in menu.vm and dropdown-total-balance.vm ▼ */
.cursor-pointer {
    cursor: pointer;
}

.available-avatar{
    color: #9b9d9e;
}

.available-avatar__container {
    display: flex !important;
    align-items: center;
    gap: 5px;
    border: solid #11324d 1px;
    border-radius: 15px;
    padding:2px 5px;
    text-decoration: none;
}

.available-avatar__icon {
    background-color: #11324d;
    border-radius: 50%;
    padding: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

.available-avatar__amount {
    color: #11324d;
}

.available-balance-offcanvas-overlay {
    position: fixed;
    top: 62px;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
    z-index: 10000;
}

.available-balance-offcanvas-overlay.active {
    opacity: 1;
    visibility: visible;
}

.available-balance-offcanvas-offcanvas {
    position: fixed;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    z-index: 10001;
    padding: 1rem;
    transition: transform 0.3s ease;
}

/* Escritorio: desde la derecha */
.available-balance-offcanvas-offcanvas {
    top: 64px;
    right: 0;
    width: 320px;
    height: calc(100vh - 64px);
    transform: translateX(100%);
}

.available-balance-offcanvas-offcanvas.active {
    transform: translateX(0%);
}

.message-count__badge {
	background-color: #c72f2f;
	border-radius: 50%;
	padding: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	flex-shrink: 0;
	font-size: 12px;
	color: var(--bs-white);
}

@supports (-webkit-touch-callout: none) {
    input[type="text"],
    input[type="number"] {
        font-size: 16px;
    }
}

.tooltip.show {
    z-index: 10002;
}

/*  en pendings */
.pendingSummary {
    display: inline;
    user-select: none;
}

/* Transición suave para la rotación en pendings */
.toggle-icon {
    transition: transform 0.3s ease;
}

/* Cuando el <details> está abierto, rota el ícono 180° en pendings */
details[open] .toggle-icon {
    transform: rotate(180deg);
}
/* shiny effect imges */
img.shiny {
	-webkit-mask-image: linear-gradient(45deg,#000 25%,rgba(0,0,0,.2) 50%,#000 75%);
	mask-image: linear-gradient(45deg,#000 25%,rgba(0,0,0,.2) 50%,#000 75%);
	-webkit-mask-size: 800%;
	mask-size: 800%;
	-webkit-mask-position: 0;
	mask-position: 0;
}

img.shiny:hover {
	transition: mask-position 2s ease,-webkit-mask-position 2s ease;
	-webkit-mask-position: 120%;
	mask-position: 120%;
	opacity: 1;
}
/* Available Balance button and offcanvas used in menu.vm and dropdown-total-balance.vm end ▲ */
/*-----------------------------------------------------------------------------------*/
/*  TABLET
/*-----------------------------------------------------------------------------------*/
@media (max-width: 768px) {
	body {
        padding-top: 3.8rem;
    }
	footer .trusted-experience img{
		margin: 15px auto;
	}
	.navbar-main{
		padding-left: 0px;
	}
	#navbar_betslip_button{
		display: block;
	}
    .available-balance-offcanvas-overlay {
        top: 103px;
    }

}
/*@media only screen and (min-device-width: 576px) and (max-device-width: 768px) and (orientation:landscape) { }*/

/*-----------------------------------------------------------------------------------*/
/*  PHONE
/*-----------------------------------------------------------------------------------*/
@media (max-width: 576px) {
	body {
        padding-top: 6.4rem;
    }
	footer .payment-options img {
		margin: 5px 7px;
		margin-left: 0px;
	}
	#filterGames {
		width: 100%;
	}
	.mobile-top-links-left-sidebar-carousel__container-background {
		background-color: #424242;
		margin-left: -15px;
		margin-right: -15px;
		padding-left: 15px;
		padding-right: 15px;
	}
	.mobile-top-links-left-sidebar-carousel__container-background a.active {
		border-bottom: solid 1px var(--bs-orange); /*Dynamic according to current webpage*/
	}
	.mobile-top-links__link-text {
		font-size: 11px;
	}
    .mobile-top-links-left-sidebar-carousel-wrap .fc-cont.fc-cont-prev{
	    left: 0px;
	}
	.mobile-top-links-left-sidebar-carousel-wrap .fc-cont.fc-cont-next{
	    right: -10px;
	}
    .text-xs-center {
        text-align: center !important;
    }
    .section-menu-toggle .sub-title{
        border-bottom: solid 1.8px #666;
        padding-bottom: 12px;
    }
    #menu-mobile-top{
    	border-bottom: 1.2px solid #343a40;
    }
    #left-menu-stick{
	    display: none !important;
	}
    .nav-link.active {
	    max-width: 50%;
	    background-color: rgb(0 0 0 / 0%);
	}
	.nav-menu-mobile .nav-item{
		border-bottom: solid 0.8px #343a40;
	}
	.nav-menu-mobile .dropdown-menu{
		margin-bottom: 10px;
	}
	.nav-link{
		font-size: 0.923rem;
	}
	.navbar .btn-fixed-bottom{
		padding: 8px 65px;
		box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.12), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 3px 1px -2px rgba(0, 0, 0, 0.2);
	}
	.navbar-menu-mobile a.dropdown-toggle.collapsed::after{
		border-top: 0.3em solid transparent;
		border-left: 0.3em solid;
		border-bottom: 0.3em solid transparent;
		border-right: 0;
		vertical-align: unset;
	}
	.navbar-menu-mobile a.dropdown-toggle.show::after{
		border-top: 0.3em solid transparent;
		border-left: 0.3em solid;
		border-bottom: 0.3em solid transparent;
		border-right: 0;
		vertical-align: unset;
	}
	.mobile-top-links-carousel-item .title {
        font-size: 0.788rem;
        text-decoration: none;
        font-weight: 400;
        letter-spacing: 1.3px;
        line-height: normal;
    }
    .container-balance {
    	width: 200px;
    }
    .dropdown-balance {
	    left: -40% !important;
	}
	.card.box{
		width: 100% !important;
	}
    /* Available Balance button and offcanvas used in menu.vm and dropdown-total-balance.vm end ▼ */
    .available-balance-offcanvas-offcanvas {
        width: 100%; /* Mejor que 100vw en móviles */
        height: 75%;
        top: auto;
        bottom: 0;
        right: 0;
        left: 0;
        transform: translateY(100%);
        border-radius: 20px 20px 0px 0px;
    }

    .available-balance-offcanvas-offcanvas.active {
        transform: translateY(0%);
    }
    /* Available Balance button and offcanvas used in menu.vm and dropdown-total-balance.vm end ▲ */
}
@media (max-width: 400px) {
    .logo{
        width: 100px;
    }
}
@media (max-width: 320px) {
	.mobile-top-links-carousel-item .title {
        font-size: 0.58rem;
    }
}
@media (max-width: 950px) {
	#navigation .nav-item > .nav-link{
		width: 15%;
	}
}
@media (width: 820px) {
	body {
		padding-top: 3.5rem;
	}
}
@media (max-width: 1063px){
	.multi-words-fixture {
		display: inline-block;
		line-height: 1.3;
		text-align: center;
	}
	.multi-words-fixture-top{
		display: inline-block;
		line-height: 1;
	}
}