@CHARSET "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
body {
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	background-color: #151515;
	color: #FFFFFF;
}

.italic {
	font-style: italic;
}
.xdsoft_datetimepicker .xdsoft_label{
	color: #000;
}
.bgc-body {
	background-color: #151515;
}


/*layerui*/

body .layui-layer .layui-layer-title {
	background: #333;
	color: #fff;
	border: none;
}

body .layui-layer .layui-layer-content {
	word-break: normal;
	color: #222;
}

body .layui-layer .layui-layer-btn {
	border: 0px solid #E9E7E7
}

body .layui-layer .layui-layer-btn a {
	background: #333;
}

body .layui-layer .layui-layer-btn .layui-layer-btn0 {
	border: 0;
	color: #fff;
}

.border-radius {
	border-radius: 8px;
}

.border-top-radius {
	border-radius: 20px 20px 0 0;
}

.border-bottom-grey {
	border-bottom: 3px solid #1f1f1f;
}

.border-bottom-light-grey {
	border-bottom: 1px solid #2e2e2e;
}

.border-right {
	border-right: 2px solid #222222;
}

.border-left {
	border-left: 2px solid #808080;
}

.border-radius20 {
	border-radius: 20px;
}

.border-grey {
	border: 3px solid #2E2E2E;
	display: inline-block;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	padding: 0.375rem 0.75rem;
}

input[type="checkbox"] {
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: 0;
	background: #161616;
	height: 13px;
	width: 13px;
	border: 1px solid #808080;
}

input[type="checkbox"]:checked {
	background: #2aa1c0;
}

input[type="checkbox"]:after {
	content: '';
	position: relative;
	left: 40%;
	top: 20%;
	width: 15%;
	height: 40%;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
	display: none;
}

input[type="checkbox"]:checked:after {
	display: block;
}

.z-index100 {
	z-index: 100;
}

.form-control {
	background-color: #151515;
	border: none;
	color: #FFFFFF;
	outline: none;
	transition: border-color 0s ease-in-out, box-shadow 0s ease-in-out;
}

.form-control:disabled {
	background-color: #151515;
	border: none;
	color: #FFFFFF;
	outline: none;
	transition: border-color 0s ease-in-out, box-shadow 0s ease-in-out;
	pointer-events: auto! important;
	cursor: not-allowed! important;
}

.ui-input2 {
	border: none;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 1em;
}

.form-control:focus {
	background-color: #151515;
	border: none;
	color: #FFFFFF;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	/*transition-duration: .5s;*/
}

.form-control::placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #FFFFFF;
	opacity: 0.6;
}

.form-control:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #FFFFFF;
	opacity: 0.6;
}

.form-control::-ms-input-placeholder {
	/* Microsoft Edge */
	color: #FFFFFF;
	opacity: 0.6;
}

.form-control:-moz-placeholder {
	/* Firefox 18- */
	color: #FFFFFF;
	opacity: 0.6;
}

.form-group {
	margin-bottom: 3px;
}

.input-group-text {
	color: #FFFFFF;
	text-align: center;
	white-space: nowrap;
	background-color: #151515;
	border: 1px solid #151515;
}

button:focus,
a:focus,
.form-control:focus {
	outline: 0 !important;
	box-shadow: 0 0 0 0rem rgb(0 0 0 / 0%);
	border-color: none !important;
}

a:hover {
	color: white;
}

.text-sm {
	font-size: 11px;
}
/* The heart of the matter */
.testimonial-group > .row {
	display: block;
	overflow-x: auto;
	white-space: nowrap;
  }
  .testimonial-group > .row > .col-auto {
	display: inline-block;
  }
  .nav-link {
    background-color: #2E2E2E;
    color: gray;
    border: 1px solid transparent;
    font-size: large;
    height: 100%;
}
.nav-link:hover {
    background-color: #1f1f1f !important;
    color: white !important;
}
.active {
    background-color: #1f1f1f !important;
    color: white !important;
}
  .testimonial-group a{
	margin-bottom: 2px;
  }
.bg-none {
	background: transparent;
	background-color: none !important;
}

.bg-grey {
	background-color: #1f1f1f;
}

.bg-light-grey {
	background-color: #2E2E2E;
}

.bg-header {
	background-color: #010101;
}

.border-gradient {
	border: 2px solid;
	border-image-slice: 10;
	background: #151515;
	border-width: 2px;
}

.border-gradient-purple {
	border-image-source: linear-gradient(to left, #7f6003 0%, #ffda6d 25%, #fff4d4 50%, #ffda6d 75%, #7f6003 100%);
}

.bg-en {
	background: #2e2e2e;
	color: #ffc107;
}

.shadow {
	box-shadow: 1px 3px 5px 0px rgba(59, 58, 58, 0.75);
	-webkit-box-shadow: 1px 3px 5px 0px rgba(59, 58, 58, 0.75);
	-moz-box-shadow: 1px 3px 5px 0px rgba(59, 58, 58, 0.75);
}

.shadow-yellow {
	box-shadow: 1px 1px 15px 2px rgba(224, 217, 64, 0.75);
	-webkit-box-shadow: 1px 1px 15px 2px rgba(224, 217, 64, 0.75);
	-moz-box-shadow: 1px 1px 15px 2px rgba(224, 217, 64, 0.75);
}

.text-grey {
	color: #808080;
}

.fs-large {
	font-size: 3rem;
}

.fs-medium {
	font-size: 2.5rem;
}

.fs-small {
	font-size: .8rem;
}

.fs-tiny {
	font-size: .7rem;
}

.circle-logo {
	width: 10vw;
	height: 8vh;
	border-radius: 50%
}

@media only screen and (orientation:landscape) {
	.site-content {
		padding-bottom: 30vh;
	}
}


/* slots */

.slot-game-container {
	/* height: 750px; */
	height: auto;
	color: white;
}

.slot-game-img {
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width: 100%;
	height: 195px;
}

.slot-game-btn-hover {
	visibility: hidden;
	opacity: 0;
	display: flex;
	position: absolute;
	background-color: rgba(21, 21, 21, .5);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
	transition: .5s;
}

.col-4:hover .slot-game-btn-hover {
	visibility: visible;
	opacity: 1
}

.slot-game-wrap {
	width: 189px;
	height: 228px;
	position: relative;
	margin: 0 10.6px 20px;
}

.slot-game-btn {
	width: 112px;
	height: 32px;
	background-color: #fbbd2e;
	color: #000;
	line-height: 32px;
	margin: 3px auto;
	text-align: center;
	cursor: pointer;
}

.slot-game-title {
	width: 100%;
	height: 33px;
	font-size: 12px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 0 5px;
}