body, html{
	/*font-family: lato-regular,Helvetica,Tahoma,sans-serif;
	font-size: 12px;
	background-color: #F2F3F7;*/
}
.theme-yellow-hover:hover {
	cursor: pointer;
	color: #FFC107 !important;
}
.custom-scroll {
  overflow-x: auto;
  overflow-y: hidden;
  -ms-overflow-style: none;  /* IE & Edge */
  scrollbar-width: none;     /* Firefox */
}
.custom-scroll::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
}
.text-deep-blue {
	color: #236ba0;
}
.text-yellow {
	color: #eaff00 !important;
}
/*
a:hover {color: #eaff00;}
*/
.custom-input-field-bg {
	background-color: #E9EBEB;
}
.default-hover:hover {
	color: #eaff00 !important;
}
.darkblue-hover:hover {
	color: #236AA0 !important;
}
.arrow-hover-class {
	background-color: rgb(0, 0, 0, 0.3);
	color: #f8f9fa;
}
#arrow-hover-id:hover .arrow-hover-class {
	background-color: #f8f9fa!important;
	color: #000!important;
}
.custom-bg-light {
	background-color: rgb(0, 0, 0, 0.3);
}
.custom-bg-light:hover {
	background-color: #f8f9fa!important;
}
.custom-border-eye-icon {
	border-top: 1px solid #ced4da !important;
	border-right: 1px solid #ced4da !important;
	border-bottom: 1px solid #ced4da !important;
}
.custom-border-input-field {
	border-top: 1px solid #ced4da !important;
	border-left: 1px solid #ced4da !important;
	border-bottom: 1px solid #ced4da !important;
}
.input-group-text-custom {
	display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    white-space: nowrap;
    /*background-color: #ffffff;*/
    border: 0px solid #ced4da;
    border-radius: 0.25rem;
}
.bg-promotion-title-color-opacity {
	background-color: rgba(0, 0, 0, 0.3) !important;
	z-index: 1 !important;
}
.custom-promotion-banner-rounded {
	border-radius: 1.5rem;
}
.promotion-smaller-text {
	font-size: 0.8rem;
}
.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #2C4A62;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}
.accordion-button::after {
    background-image: url(../images/desktop/arrow_down.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: 0.8rem;
}
.accordion-button:not(.collapsed)::after {
    background-image: url(../images/desktop/arrow_down.png);
    transform: rotate(-180deg);
}
.dropdown-wallet-balance {
	position: absolute;
	top: 30px;
	right: 1px;
	z-index: 999;
	min-width: 20rem;
	padding: 0.5rem 0;
	margin: 0;
	font-size: 1rem;
	text-align: left;
	background-clip: padding-box;
	border: 1px solid rgba(0,0,0,.15);
	border-radius: 0.25rem;
}
td {
	border: none;
}
.rounded-6 {
	border-radius: 2rem;
}
.scrolling-wrapper-none {
	/*overflow-x: scroll;
	white-space: nowrap;*/
	overflow-y: hidden;
}
.text-right {
	text-align: right !important;
}
.small-bottom {
	padding-bottom: 100px;
}
.promotion-bottom-title {
	padding: 2px;
	/*margin-top: 5px;*/
	text-align: right;
	color: #ffffff;
	width: 100%;
}
.content-text-break {
	overflow-wrap: anywhere; 
	/*width: 140px; */
	white-space: normal !important;
	/*height: 130px;*/
	text-align: end;
	padding-right: 1rem;
}
.promotion-content-margin {
	margin-left: 130px;
}
.promotion-card-height {
	height: 170px;
}
.promotion-card-lists-height {
	height: 190px;
}
.promotion-margin-top {
	margin-top: -180px;
}
.table-white-border-color {
	border-color: #ffffff !important;
}
.remove-border-radius {
	border-radius: 0 !important;
}
.form-bottom {
	padding-bottom: 200px;
}
.form-shadow-box {
	box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.2), 0 0px 8px 0 rgba(0, 0, 0, 0.19);
}
.language-bar-background {
	background: #ffffff;
}
.bank-notice-margin {
	margin-left: 1.5rem;
	width: 250px;
}
.bank-option-icon {
	margin-left: 10px;
	background: #D1D3D2;
	border-top-left-radius: 0.5rem;
	border-top-right-radius: 0.5rem;
	cursor: pointer;
}
.margin-left-10px {
	margin-left: 10px;
}
.bank-option-icon active {
	background: #84B0D3!important;
}
.bg-custom-lightblue {
	background-color: #cbe1ef !important;
}
.promotion-content-tc {
	position: absolute;
	top: 80px;
	z-index: 1;
	color: #fff;
}
.promotion-content-position-tc {
	left: 60%!important;
}
.promotion-content {
	position: absolute;
	top: 40px;
	z-index: 1;
	color: #fff;
}
.promotion-content-position {
	left: 42%!important;
}
.promotion-content-text {
	display: block;
	width: 180px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.pragmatic_slot_hover {		
	width: 177px;
	position :absolute;
	/*top: 0;*/
	margin-top: -225px;
	background: rgba(0,0,0,0.5);
	z-index:1;
	cursor : pointer;
	opacity : 0;
	transition: 0.3s;
}
.pragmatic_slot_hover a label{
	background: #73CAEE;/*theme color*/
	border: 0px solid #fff;
	border-radius: 2px;
	padding: 7px 30px;
	/*font-size: 13px;*/
	cursor : pointer;
	color: #000000 !important;
}
.pragmatic_slot_hover:hover {			
	opacity : 1;		
}
.pragmatic_layer {height : 180px!important;}
.pragmatic_margin_left {margin-left: 8%!important;}
.pragmatic_open_btn {margin-top: 47%!important;}
.slot_hover {
	/*cursor : pointer;*/
}
.slot_hover:hover {
	z-index: 9;
	/*opacity : 0.2;*/
	transition: 0.3s;
}
.slot_text_alignment {
	position :absolute;
}
.slot_btn_adjustment {
	left: 1%!important;
	top: 30%!important;
	opacity: 0;
}
.slot_btn_adjustment:hover {
	opacity: 1;
	background: rgba(0,0,0,.5);
}
.slot_btn_real {
	background: #73CAEE;/*theme color*/
	border: 1px solid #000000;
	border-radius: 2px;
	padding: 7px 30px;
	cursor : pointer;
	color: #000000 !important;
	opacity: 1;
}
.slot_btn_real:hover {
	color: #73CAEE!important;
	background: #000000;/*theme color*/
}
.slot_btn_demo {
	opacity: 1;
	color: #FAFD1A!important;
	/*background: #FAFD1A;*/ /*theme color*/
	/*border: 1px solid #000000;
	border-radius: 2px;
	padding: 7px 30px;*/
	cursor : pointer;
	border-bottom: 1px solid #FAFD1A;
}
.slot_btn_demo:hover {
	/*color: #FAFD1A!important;
	background: #000;*/ /*theme color*/
}
.border-color-lightdark {
	border-color: #D9D9D9!important;
}
.btn-border-radius {
	border-radius: 0.25rem !important;
}
.custom-font-control{
	font-size: 12px !important;
}
.nav-icon-resize{
	width: 15px;
	height: 15px;
}
.logo-control{
	width: 65%;
	height: 65%;
}
.bg-deep-blue {
    background: #236ba0;
}
.bg-whitegrey {
	background: #E3DFDF;
}
.text-whitedark {
	color: #4A4848;
}
.overflow-x-s {
	overflow-x: scroll;
}
.remove-decoration {
	text-decoration: none;
}
.scrolling-wrapper {
	overflow-x: scroll;
	overflow-y: hidden;
	white-space: nowrap;
}
.card {
	display: inline-block;
	/*padding-right: 1rem;*/
}
.scrolling_card {
	display: inline-block;
	padding-right: 1rem;
}
.promotion_card {
	display: inline-block;
	padding-right: 1rem;
}
.promotion-button {
	bottom: 0;
    text-align: right;
    padding: 1rem;
	/*bottom: 0;
    text-align: right;
    padding-top: 1rem;
    padding-right: 1rem;
	background-color: #2125298f !important;*/
}
.rounded-left-bottom-right-top {
	border-top-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
}
.rounded-5 {
	border-radius: 1rem;
}
.border-top-darkblue {
	border-top: 1px solid #07568F !important;
  }
.border-bottom-darkblue {
	border-bottom: 1px solid #07568F !important;
}
.deposit_box {
	border: 1px solid #transparent;
	border-radius: 0.5rem;
}
.copy_input {
	background-color: #236AA0;
	color: #fff;
	border: 0;
	padding: 0.5rem 1rem;
}
.copy_button {
	background-color: transparent;
	border: 0;
	font-size: 1.5rem;
}
/*a {color: #fff;}
a:hover {color: #E2F50D;}
*/
/*Background Color */
.bg-custom-grey {background-color:#f2f3f7;}
.bg-custom-darkgrey {background-color:#405C72;}
.bg-custom-lightgrey {background-color:#E6EAED;}
.bg-custom-skyblue {background-color:#84B0D3;}
.bg-custom-blue {background-color:#236ba0;}
.bg-custom-darkblue {background-color:#1E405B;}
.bg-custom-yellow {background-color:#eaff00;}
.bg-transparent {background-color:rgba(255,255,255,.8);}
.bg-custom-darkred{background-color:#bb2d3b;}
.bg-custom-orange{background-color:#FFB243;}
/*BACKGROUND IMAGES*/
.bg_register {
	background-image: url("../images/desktop/register/bg_register.png");
}
/*FONT COLOR*/
.text-darkblue {color: #236AA0 !important;}
.text-black {color: #000000 !important;}
.text-lightgrey {color: #878586;}
.text-white {color: #ffffff;}
/* BORDER */
.border-none {
	border: none;
}
.border-bottom-darkblue {
	border-bottom: 1px solid #236AA0;
}
/* Z INDEX */
.z-index100 {z-index:100;}
.z-index99 {z-index:99;}
/* BET BUTTON */
.sportbook-bet-button {
	top: 90px;
	left: 60px;
}
.casino-bet-button {
	top: 100px;
	left: 30px;
}
/* WALLET DD */
.dd_button {
	background: transparent;
    border: none;
    font-size: 1.5rem;
    color: #236Ba0;
}
.dd_button:hover {
	background: transparent;
    border: none;
    font-size: 1.5rem;
    color: #236Ba0;
}
.dd_button:focus {
	background: transparent;
    border: none;
    font-size: 1.5rem;
    color: #236Ba0;
}
.dd-manu {
	background: #2C4A62;
	max-width: 20rem;
	color: #fff;
}
textarea:hover, 
input:hover, 
textarea:active, 
input:active, 
textarea:focus, 
input:focus,
button:focus,
button:active,
button:hover,
label:focus,
.btn:active,
.btn.active
{
    outline:0px !important;
    -webkit-appearance:none;
    box-shadow: none !important;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #cecece !important;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #cecece !important;
}
::-ms-input-placeholder { /* IE 10+ */
  color: #cecece !important;
}
::-moz-placeholder { /* Firefox 18- */
  color: #cecece !important;
}
.rounded-c1 {border-radius: 1rem;}
.slot-shadow {
	box-shadow:
	0 2.8px 2.2px rgba(0, 0, 0, 0.034),
	0 6.7px 5.3px rgba(0, 0, 0, 0.048),
	0 12.5px 10px rgba(0, 0, 0, 0.06),
	0 22.3px 17.9px rgba(0, 0, 0, 0.072),
	0 41.8px 33.4px rgba(0, 0, 0, 0.086),
	0 100px 80px rgba(0, 0, 0, 0.12);
}
.rounded-c2 {
	border-top-right-radius: 1rem;
	border-top-left-radius: 1rem;
}
.text-bold {font-family: lato-bold,Helvetica,Tahoma,sans-serif;}
.text-custom-yellow,.text-custom-yellow:hover{color:#E2F50D;}
.nav-underline {
    background-image: linear-gradient(#ee6c0c, #fec529);
    background-position: bottom center;
    background-size: 80% 3px;
    background-repeat: no-repeat;
	padding-bottom: 1rem;
}
.nav-font-bold {
	color: #246A9D !important;
}
/* SLIDE */
@media (max-width: 767px) {
	#featureContainer .carousel-inner .carousel-item > div {
		display: none;
	}
	#featureContainer .carousel-inner .carousel-item > div:first-child {
		display: block;
	}
	#productContainer .carousel-inner .carousel-item > div {
		display: none;
	}
	#productContainer .carousel-inner .carousel-item > div:first-child {
		display: block;
	}

}
	#featureContainer .carousel-inner .carousel-item.active,
	#featureContainer .carousel-inner .carousel-item-next,
	#featureContainer .carousel-inner .carousel-item-prev,
	#productContainer .carousel-inner .carousel-item.active,
	#productContainer .carousel-inner .carousel-item-next,
	#productContainer .carousel-inner .carousel-item-prev,
	#featureContainer2 .carousel-inner .carousel-item.active,
	#featureContainer2 .carousel-inner .carousel-item-next,
	#featureContainer2 .carousel-inner .carousel-item-prev {
		display: flex;
	}
/* medium and up screens */
@media (min-width: 768px) {
	#featureContainer .carousel-inner .carousel-item-end.active,
	#featureContainer .carousel-inner .carousel-item-next,
	#featureContainer2 .carousel-inner .carousel-item-end.active,
	#featureContainer2 .carousel-inner .carousel-item-next
	{
		transform: translateX(25%);
	}
	#featureContainer .carousel-inner .carousel-item-start.active, 
	#featureContainer .carousel-inner .carousel-item-prev,
	#featureContainer2 .carousel-inner .carousel-item-start.active, 
	#featureContainer2 .carousel-inner .carousel-item-prev
	{
		transform: translateX(-25%);
	}
	#productContainer .carousel-inner .carousel-item-end.active,
	#productContainer .carousel-inner .carousel-item-next
	{
		transform: translateX(16.6%);
	}
	#productContainer .carousel-inner .carousel-item-start.active, 
	#productContainer .carousel-inner .carousel-item-prev
	{
		transform: translateX(-16.6%);
	}
	#featureContainer .card,
	#productContainer .card,
	#featureContainer2 .card img
	{
		width: 98%;
	}
	#featureContainer .carousel-item,
	#productContainer .carousel-item,
	#featureContainer2 .carousel-item
	{
		justify-content: space-between;
	}
}
@media (max-width: 767px) {
	#featureContainer .card img,
	#productContainer .card img,
	#featureContainer2 .card img
	{
		width: 100%;
	}
}
	#featureContainer .carousel-inner .carousel-item-end,
	#featureContainer .carousel-inner .carousel-item-start,
	#productContainer .carousel-inner .carousel-item-end,
	#productContainer .carousel-inner .carousel-item-start,
	#featureContainer2 .carousel-inner .carousel-item-end,
	#featureContainer2 .carousel-inner .carousel-item-start
	{ 
		transform: translateX(0);
	}
	#featureContainer .card,
	#productContainer .card,
	#featureContainer2 .card
	{
		border: 0;
	}
	#featureContainer .card,
	#productContainer .card,
	#featureContainer2 .card
	{
		position: relative;
	}
	#featureContainer .card .card-img-overlays,
	#productContainer .card .card-img-overlays,
	#featureContainer2 .card .card-img-overlays
	{
		position: absolute;
		bottom: 40%;
		left: 10%;
		color: #fff;
		font-weight: bolder;
	}
	#featureContainer a,
	#productContainer a,
	#featureContainer2 a
	{
		text-decoration: none;
	}
	#featureContainer .indicator,
	#productContainer .indicator,
	#featureContainer2 .indicator
	{
		/*border: 1px solid rgb(202, 202, 202); law*/
		padding: 3px 6px 3px 6px;
	}
	#featureContainer .indicator:hover,
	#productContainer .indicator:hover,
	#featureContainer2 .indicator:hover
	{
		background-color: blue;
		border: 1px solid blue;
		transition: 200ms;
	}
	#featureContainer .indicator:hover,
	#productContainer .indicator:hover,
	#featureContainer2 .indicator:hover
	{
		color: white;
		transition: 200ms;
	}
	#featureContainer .indicator,
	#productContainer .indicator,
	#featureContainer2 .indicator
	{
		color: lightgray;
	}
	#featureContainer .float-end,
	#productContainer .float-end,
	#featureContainer2 .float-end
	{
		padding-top: 10px;
	}
	/* FISHING IMAGES ZOON IN */
	.column {}
	.column:last-child {}
	.column::after {
		content: '';
		clear: both;
		display: block;
	}
	.column div {
		position: relative;
		float: left;
		/*height: 170px;*/
		height: 142px;
		margin: 0 10px 0 0;
		padding: 0;
	}
	.column div:first-child {
		margin-left: 0;
	}
	.column div span {
		position: absolute;
		bottom: 0px;
		left: 0;
		z-index: -1;
		display: block;
		width: 100%;
		height: 50px;
		margin: 0;
		padding: 1rem;
		color: #444;
		font-size: 18px;
		text-decoration: none;
		text-align: left;
		-webkit-transition: 1.0s ease-in-out;
		transition: 1.0s ease-in-out;
		opacity: 0;
		border-radius: 0 0 1rem 1rem;
	}
	figure {
		margin: 0;
		padding: 0;
		background: #fff;
		overflow: hidden;
	}
	figure:hover+span {
		bottom: 35px;
		opacity: 1;
		z-index: 9;
		background: #E6EAED;
	}
	.fishing_btn_play:hover {
		bottom: 35px;
		opacity: 1;
		z-index: 9;
		background: #E6EAED;
	}
	/*DEPOSIT ACTIVE BUTTON*/
	/* Style the buttons */
	.btn_deposit {
		border: none;
		outline: none;
		padding: 5px 5px 0px;
		background-color: #D1D3D2;
		cursor: pointer;
		margin: 0 1rem;
		border-top-left-radius: 0.5rem;
		border-top-right-radius: 0.5rem;
	}
	.btn_amounts {
		width: 18%;
		border: none;
		outline: none;
		padding: 1rem;
		/*background-color: #F8F7FD;*/
		background-image: url("../images/desktop/no_active.png");
		background-size: 100% 100%;
		cursor: pointer;
		margin: 0 0.5%;
		border-radius: 0.5rem;
		border: 1px solid #000;
	}
	/* Style the active class, and buttons on mouse-over */
	.active, .btn_deposit:hover {
		/*background-color: #84B0D3;*/
		color: white;
	}
	.active_a, .btn_amounts:hover {
		/*background-color: #84B0D3;*/
		background-image: url("../images/desktop/active.png");
	}
/*----------*/
.dialog-border-bottom {
    border: 0px solid #888888;
    /*height: 65px;*/
    margin-bottom: 25px;
    position: relative;
    width: 100%;
}
.dialog-border-bottom:before {
    /*border-color: #888888 transparent transparent; 
    border-style: solid solid solid; 
    border-width: 20px 20px 20px 20px; */
    bottom: 40px;
	border-right: 20px solid transparent;
	border-left: 20px solid transparent;
	border-bottom: 20px solid #E6EAED;
	display:inline-block;
    /* 必須指定，才能顯示內容 */
    content: "";
    height: 0px;
    /* 必須指定，否則會變梯形 */
    position: absolute;
	/*left: 75px; */
	left: 6%;
    width: 0px;
}
.dialog-border-bottom_02:before {
	/*left: 280px;*/
	left: 22%;
}
.dialog-border-bottom_03:before {
	/*left: 480px; */
	left: 39%;
}
.dialog-border-bottom_04:before {
	/*left: 700px;*/
	left: 57%;
}
.dialog-border-bottom_05:before {
	/*left: 900px;*/
	left: 73%;
}
.dialog-border-bottom_06:before {
	/*left: 1100px;*/
	left: 89%;
}
.ifun-deep-blue-bg {
	background-color : #226ba0 !important;
}	
.i1fun-deep-dark-bg {
	background-color : #07243c !important;
}
.i1fun-deep-dark-light-bg {
	background-color : #455b6d !important;
}
.i1fun-deep-dark-light-bg-opacity {
	background-color: rgba(69, 91, 109, 0.5) !important;
}
.ifun-deep-blue {
	color : #226ba0 !important;
}	
.i1fun-deep-dark {
	color : #07243c !important;
}
.i1fun-deep-dark-light {
	background-color : #455b6d !important;
}
.i1fun-deep-dark-light-v2 {
	background-color: #7390a5 !important;
}
.i1fun-deep-dark-light-v3 {
	background-color: #b1c1cd !important;
}
.arrow-left-bg {
	background-color: #287fbd;
	border: 3px solid transparent;
}
.nav-label-bg {
	display: block;
	border: 0px solid;
	padding: 0.375rem 0.375rem;
	box-shadow: 3px 2px #f2f2f2;
}	
.arrow-top-bar {
	display: block;
	background-color : #226ba0;
	padding: 2px 1px 2px 1px;
}
.narbar-bg-app {
	background-image: url("../new/mobile/home/app_bg.png"); 
	background-repeat: no-repeat;                         
	background-size: cover;                                
	background-position: 15%;                   
	height: 150px;                                         
	width: 100%;                                           
	border-radius: 5px;                                    
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);              
	overflow: hidden;
}
.bg-layout-block {
	display: block;
	background-color : #226ba0;
	padding: 2px 1px 2px 1px;
}
.bg-layout-block-v2 {
	display: block;
	padding: 5px 2px 5px 2px;
}
.bg-layout-block-v3 {
	display: block;
}
.bg-cream-color {
	background-color: #F2F3F7;
}	
.bg-water-blue {
	background-color: #328baf;
}
.bg-water-blue-v2 {
	background-color: #82ccea;
}
.border-radius-topper-left-right {
	border-radius: 1rem 1rem 0 0;
}
.active-color-bg-navtabs {
	background-color: #6a8692 !important;
}
.border-underline-color {
	border-color: #236ba0 !important;
}
.footer-logo-underline-color {
	border-color: #b5b5b5 !important;
}
.sub-nav-underline {
	border-bottom: 3px solid #eaff00;
}
.abcontent-details {
    opacity: 0;
    pointer-events: none; /* Disable interaction by default */
    transition: opacity 0.3s ease;
    visibility: hidden; /* Ensure it's hidden when not visible */
}
.abcontent:hover .abcontent-details {
    opacity: 1;
    pointer-events: all; /* Enable interaction when visible */
    visibility: visible; /* Make it visible */
}
.w-85 {
	width: 85% !important;
}
.w-90 {
	width: 90% !important;
}
.btn-shadow-v1 {
	width: 100%;
	border: 0px solid;
	box-shadow: none !important;
	transition: box-shadow 0.3s ease;
}
.btn-shadow-v1:hover {
	box-shadow: 3px 2px #f2f2f2 !important; /* Shadow appears on hover */
}
.btn-shadow-v2 {
	width: 50%;
	border: 0px solid;
	box-shadow: none !important;
	transition: box-shadow 0.3s ease;
}
.btn-shadow-v2:hover {
	box-shadow: 3px 2px #f2f2f2 !important; /* Shadow appears on hover */
}
.btn-shadow-chubby-v1 {
	padding: 8px;
	border-radius: 6px;
	border: 0px solid;
	box-shadow: none !important;
	transition: box-shadow 0.3s ease;
	box-shadow: none;
	font-weight: 600;
}
.btn-shadow-chubby-v1:hover {
	box-shadow: 3px 2px #f2f2f2 !important;
}
.btn-shadow-chubby-v3 {
	padding: 8px;
	border-radius: 0px;
	border: 0px solid;
	box-shadow: none !important;
	transition: box-shadow 0.3s ease;
	box-shadow: none;
	font-weight: 600;
}
.btn-shadow-chubby-v3:hover {
	box-shadow: 3px 2px #f2f2f2 !important;
}
.btn-shadow-chubby-v2 {
	padding: 8px;
	border-radius: 6px;
	border: 0px solid;
	box-shadow: none !important;
	transition: box-shadow 0.3s ease;
	box-shadow: none;
	font-weight: 600;
}
.btn-shadow-chubby-v2:hover {
	box-shadow: 3px 2px #f2f2f2 !important;
}
.btn-chubby {
	font-weight: 600 !important;
	padding: 8px !important;
	border-radius: 6px !important;
}
.scroll-wrapper {
    overflow-x: auto;
    scroll-behavior: smooth;
    white-space: nowrap;
}
.product-card {
    flex: 0 0 auto;
}
.slot_title_hover {
	color: none;
}
.slot_title_hover:hover {
	color: #f3ff00 !important;
}
.slot_title_hover .border-bottom {
    border-bottom: 1px solid #ccc !important; /* default state */
}
.slot_title_hover:hover .border-bottom {
    border-bottom: 1px solid #f3ff00 !important; /* on hover */
}
.slot-image-container {
    position: relative;
    width: 100%;
    cursor: pointer;
}
.slot-image-container img {
    width: 100%;
    display: block;
}
.slot-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5); /* semi-transparent black */
    opacity: 0;
    transition: opacity 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
	/*pointer-events: none;*/
	z-index: 1;
}
.slot-image-container:hover .slot-overlay {
    opacity: 1;
	z-index: 2;
}
.slot-overlay .trydemo-button,
.slot-overlay .playreal-button {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    padding: 5px 10px;
    border: none;
    font-weight: bold;
    border-radius: 5px;
    cursor: pointer;
	pointer-events: auto;
}
.slot-overlay .trydemo-button {
    top: 25%;
}
.slot-overlay .playreal-button {
    bottom: 25%;
}
.left-40 {
	left: 40% !important;
}
.left-45 {
	left: 45% !important;
}
.pt-6 {
	padding-top: 5rem !important;
}
.w-32 {
	width: 32% !important;
}
.w-20 {
	width: 20% !important;
}
.bank-boder-bottom-active {
	border-bottom: 3px solid #ffab22 !important;
}
.bg-light-blue {
	background-color: #E7F5FF;
}
.canvas-width-on {
	width: 450px !important;
	transition: 0.2s ease-in;
	right: -2.5%
}
.canvas-width-off {
	width: 0px !important;
	transition: 0.2s ease-out;
}
.profile-manu-border-bottom {
    border-bottom: 1px solid #5a758c !important;
}
.custom-border-left-right-radius {
	border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
}
.hotmatch-bg1 {
	background-color: #c4d4e5;
}
.hotmatch-bg2 {
	background-color: #4e89b9;
}
.border-radius-none {
	border-radius: 0 !important;
}
.nav-box-bg {
	background-color: #203a50;
}
.truncate-text {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis !important;
	display: block !important;
	width: 100% !important;
}
.pale-sky-blue-bg {
	background-color: #9ED0F5;
}
.drop-down-apperance-auto {
	appearance: auto !important;
}
.btn-chubby-bg-color {
	background-color: #0a91f3!important;
}
.font-size-14px {
	font-size: 14px !important;
}
.w-18 {
	width: 18% !important;
}
.promo-page-btn-padding {
	padding: 5px 3px !important;
}
.promo-page-btn-bg {
	background-color: #346487 !important;
}
.border-color-i1fun {
	border-color: #226ba0 !important;
}