body, html{
	/*font-family: lato-regular,Helvetica,Tahoma,sans-serif;
	font-size: 12px;
	background-color: #F2F3F7;*/
}

.custom-input-field-bg {
	background-color: #E9EBEB;
}

.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 #000000 !important;
	border-right: 1px solid #000000 !important;
	border-bottom: 1px solid #000000 !important;
}

.custom-border-input-field {
	border-top: 1px solid #000000 !important;
	border-left: 1px solid #000000 !important;
	border-bottom: 1px solid #000000 !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: rgb(0, 0, 0, 0.3);
}

.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: 15rem;
	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;
}

.content-text-break {
	overflow-wrap: anywhere; 
	width: 180px; 
	white-space: normal !important;
	height: 70px;
}

.promotion-content-margin {
	margin-left: 120px;
}

.promotion-card-height {
	height: 170px;
}

.promotion-card-lists-height {
	height: 190px;
}

.promotion-margin-top {
	margin-top: -150px;
}

.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 #07568F;
	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;}
/*a:hover {color: #236AA0;}*/

/*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: #c4f53a;
}
.dd_button:hover {
	background: transparent;
    border: none;
    font-size: 1.5rem;
    color: #c4f53a;
}
.dd_button:focus {
	background: transparent;
    border: none;
    font-size: 1.5rem;
    color: #c4f53a;
}
.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;
	}
}

	#featureContainer .carousel-inner .carousel-item.active,
	#featureContainer .carousel-inner .carousel-item-next,
	#featureContainer .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%);
	}
	#featureContainer .card,
	#featureContainer2 .card img
	{
		width: 98%;
	}
	#featureContainer .carousel-item,
	#featureContainer2 .carousel-item
	{
		justify-content: space-between;
	}
}
@media (max-width: 767px) {
	#featureContainer .card img,
	#featureContainer2 .card img
	{
		width: 100%;
	}
}
	#featureContainer .carousel-inner .carousel-item-end,
	#featureContainer .carousel-inner .carousel-item-start,
	#featureContainer2 .carousel-inner .carousel-item-end,
	#featureContainer2 .carousel-inner .carousel-item-start
	{ 
		transform: translateX(0);
	}
	#featureContainer .card,
	#featureContainer2 .card
	{
		border: 0;
	}
	#featureContainer .card,
	#featureContainer2 .card
	{
		position: relative;
	}
	#featureContainer .card .card-img-overlays,
	#featureContainer2 .card .card-img-overlays
	{
		position: absolute;
		bottom: 40%;
		left: 10%;
		color: #fff;
		font-weight: bolder;
	}
	#featureContainer a,
	#featureContainer2 a
	{
		text-decoration: none;
	}
	#featureContainer .indicator,
	#featureContainer2 .indicator
	{
		/*border: 1px solid rgb(202, 202, 202); law*/
		padding: 3px 6px 3px 6px;
	}
	#featureContainer .indicator:hover,
	#featureContainer2 .indicator:hover
	{
		background-color: blue;
		border: 1px solid blue;
		transition: 200ms;
	}
	#featureContainer .indicator:hover,
	#featureContainer2 .indicator:hover
	{
		color: white;
		transition: 200ms;
	}
	#featureContainer .indicator,
	#featureContainer2 .indicator
	{
		color: lightgray;
	}
	#featureContainer .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%;
}