a {
	text-decoration: none;
}

a .active {
	color: white;
}

.navbar-header {
	padding-left: 25px;
	padding-top: 10px;
}

.img-logo {
	/* position: absolute; */
	padding-left: 2%;
	width: 243px;
}

body #navbar_test {
	padding-right: 25px;
}

#table1,
th {
	text-align: center;
	line-height: 1;
}

#table1,
th,
td {
	padding: 5px;
	line-height: 1;
}

.ban1 {
	max-width: 50%;
}

.ban2 {
	max-width: 35%;
}

.imgline {
	max-width: 100%;
	/* z-index: 99999; */
}

.wrapper {
	position: fixed;
	z-index: -10;
	left: -50px;
	top: -50px;
	bottom: -50px;
	right: -50px;
	/* background: url('../images/full-width-images/green1.jpg'); no-repeat center center;
  background-size: cover; */
	overflow: hidden;
}

.home-section {
	width: 100%;
	display: block;
	position: relative;
	overflow: hidden;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.img-fluid {
	/* max-width: 100% !important; */
}

#gi1 {
	position: fixed;
	right: 260px;
	/* top: 18%; */
	width: 90%;
}

#gi2 {
	position: fixed;
	right: -100px;
	top: 8%;
	width: 90%;
}

#gi3 {
	position: fixed;
	right: 320px;
	top: 8%;
	width: 90%;
}

.imgcenter {
	display: block;
	margin: 0 auto;
}

.img-gl2 {
	display: block;
	position: fixed;
	top: 0px;
	width: 50%;
	/* right: 200px; */
}

.leaf-left {
	float: left;
	position: absolute;
	left: -10px;
	top: 0px;
	z-index: 100;
}

.leaf-right {
	float: right;
	position: absolute;
	right: -10px;
	top: 0px;
	z-index: 201;
}

.work-img.pullleft {
	margin-left: -77px;
}

.navbar {
	height: 60px;
	padding: 0px;
	background-color: #e71435;
	z-index: 4;
	box-shadow: 0 0 15px #06070f;
	top: 0;
	position: sticky;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.navbar h1 {
	float: left;
	position: relative;
	padding: 0;
	margin: 0;
}

.navbar h1:before,
.navbar h1:after {
	-webkit-transform: skew( 28deg, 0);
	-ms-transform: skewX(28deg) skewY(0);
	transform: skew( 28deg, 0);
	content: '';
	display: block;
	height: 60px;
	position: absolute;
	top: 0;
}

.navbar h1:before {
	background: #ffffff;
	left: 0px;
	right: -50px;
	left: -60px;
	z-index: 3;
}

.navbar h1:after {
	/* background: #e4d281; */
	left: -10px;
	right: -20px;
	z-index: 2;
}

.navbar h1 a {
	background-position: center center;
	background-repeat: no-repeat;
	color: transparent;
	font: 0/0 a;
	text-shadow: none;
	display: block;
	height: 60px;
	position: relative;
	margin-left: 15px;
	background-image: url(../images/logo.png?v=123);
	background-size: 185px 36px;
	width: 180px;
	z-index: 4;
}

.navbar h2 {
	color: #ffffff;
	font-size: 30px;
	margin: 0 auto;
}

.navbar-inverse .navbar-nav>li>a {
	color: #c3c3c3;
}

.text {
	display: block;
	margin-top: 75px;
	margin-left: -30px;
	font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
	font-size: 10px;
	color: #fff;
	text-transform: uppercase;
	white-space: nowrap;
	opacity: .25;
	animation: pulse 2s linear alternate infinite;
}

.whytitle {
	width: 100%;
}

#circleDiv {
	width: 80%;
	margin: auto;
}

#goodlist {
	margin: auto auto;
	width: 80%;
}
.biglogo img{
	border-radius: 15px;
}
.ft-grey {
    filter: grayscale(100%);
}
.panal-detail {
	background-image: url('../images/detail.html');
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	/* <------ */
	background-repeat: no-repeat;
	/* background-position: center center; */
	background-attachment: fixed;
	background-position: 50% 50%;
}

@keyframes pulse {
	to {
		opacity: 1;
	}
}

.divider-text {
	position: relative;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
}

.divider-text span {
	padding: 7px;
	font-size: 12px;
	position: relative;
	z-index: 2;
}

.divider-text:after {
	content: "";
	position: absolute;
	width: 100%;
	border-bottom: 1px solid #ddd;
	top: 55%;
	left: 0;
	z-index: 1;
}

.btn-facebook {
	background-color: #405D9D;
	color: #fff;
}

.btn-twitter {
	background-color: #42AEEC;
	color: #fff;
}

.md-tabs {
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
	margin: -1.5rem 1rem 0 1rem;
	display: flex;
	border: 0;
	padding: .7rem;
	z-index: 1;
	position: relative;
	border-radius: .25rem;
	background-color: #0277bd!important;
}


/* @media (max-width: 1200px) {
  #gi1 {
      right: 147px;
      top: 19%;
      width: 109%;
  }
  .ban1 {
    max-width: 67%;
    width: 40%;
    left: 88px;
    position: relative;
  }
  #gi2 {
      right: 129px;
      top: 19%;
      width: 109%;
  }
  #gi3 {
      right: 185px;
      top: 19%;
      width: 109%;
  }
  .ban2 {
    max-width: 67%;
    width: 40%;
    left: 88px;
    position: relative;
  }
} */


/* =========================== FOR MOBILE ============================================== */

@media (max-width: 1050px) {
	.imgline {
		width: 80%;
	}
	.buy-button {
		width: 80px;
	}
	.ban1 {
		width: 90%;
		max-width: 90%;
		left: 6%;
		text-align: center;
		position: fixed;
		top: 8%;
	}
	.ban2 {
		width: 90%;
		max-width: 90%;
		left: 6%;
		text-align: center;
		position: fixed;
		top: 18%;
	}
	.g1 {
		position: fixed;
		right: 50px;
		bottom: -4%;
		width: 70%;
	}
	.g2 {
		position: fixed;
		right: -8px;
		bottom: -4%;
		width: 97%;
	}
	.g3 {
		position: fixed;
		right: 26px;
		bottom: -4%;
		width: 87%;
	}
	.wrapper {
		left: -250px;
	}
	cirimg-right {
		margin: auto auto;
	}
	cirimg-left {
		margin: auto auto;
	}
	.work-img img {
		width: 67%;
	}
	.img-gl2 {
		top: auto;
		bottom: 0px;
		width: 90%;
	}
	.leaf-left {
		left: -30px;
	}
	.work-img.pullleft {
		margin-left: auto;
	}
	#circleDiv {
		width: 70%;
		margin: auto;
	}
	.cirimg-left {
		float: left;
		margin: auto auto;
	}
	.cirimg-right {
		float: right;
		margin: auto auto;
	}
	.work-grid-2 .work-item {
		width: 50%;
	}
	.nav-logo-wrap {
		padding-left: 10px;
	}
	.nav-logo-wrap .logo img {
		max-height: 78%;
	}
	#goodlist {
		width: 100%;
	}
	body {
		overflow-x: hidden;
	}
}


/* Shine */

.hover figure {
	position: relative;
}

.hover figure::before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}

.hover figure:hover::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}

@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}

@keyframes shine {
	100% {
		left: 125%;
	}
}

.hovereffect .overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	/* background-color: rgba(0,0,0,0.5); */
	-webkit-transition: all 0.4s cubic-bezier(0.88, -0.99, 0, 1.81);
	transition: all 0.4s cubic-bezier(0.88, -0.99, 0, 1.81);
}

.hovereffect a.info {
	text-decoration: none;
	display: inline-block;
	text-transform: uppercase;
	color: #fff;
	border: 1px solid #fff;
	/* background-color: transparent; */
	background: #9e0000;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	margin: 50px 0 0;
	padding: 7px 14px;
}

.hovereffect a.info:hover {
	box-shadow: 0 0 5px #fff;
}

.hovereffect:hover .overlay {
	opacity: 1;
	filter: alpha(opacity=100);
}

.hovereffect:hover h2,
.hovereffect:hover a.info {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-transform: translatey(0);
	-webkit-transform: translatey(0);
	transform: translatey(0);
}

.hovereffect:hover a.info {
	-webkit-transition-delay: .2s;
	transition-delay: .2s;
}

#livetable {
	/* background-image: url('../../usersc/images/mainbg_l.jpg');
    background-position: center 10px; */
}

#livetable2 {
	/* background-image: url('../../usersc/images/mainbg_l.jpg');
      background-position: center 10px; */
}

#slotgame {}

#countershow {
	background-image: url('../images/sec1_bg.html');
	box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.6);
}

.hoveff {
	cursor: pointer;
}

.gamelist {
	padding-bottom: 10px;
}

h4 {
	font-size: 46px;
	margin-top: 0px;
	/* margin-bottom: 1.0em; */
}

.label-login {
	font-size: 26px;
	margin-bottom: 0px;
}

.innewbox {
	padding: 35px;
}

.input-group-text {
	font-size: 24px;
}

.col-form-label {
	font-size: 24px;
}

.custom-select {
	font-size: 20px;
}

.custom-control-lg .custom-control-label::before,
.custom-control-lg .custom-control-label::after {
	top: 0.1rem !important;
	left: -2rem !important;
	width: 1.25rem !important;
	height: 1.25rem !important;
}

.swal2-styled .swal2-confirm {
	font-size: 1.4em !important;
}

.dropdown-menu {
	font-size: 1.2em !important;
}

.dropdown .dropdown-menu a {
	color: #2f2f2f !important;
}

.btn-thai-flag::before,
.btn-thai-flag::after {
	content: '';
	/* width: 500px; */
	height: 50px;
	background-color: #ed1c24;
	display: block;
	position: absolute;
}

.usertab {
	color: #fff;
	/* border: 1px solid; */
	/* border-radius: 20px; */
	/* background-color: rgba(102,6,5,.8); */
	/* box-shadow: inset 0 0 2px 1px #691100; */
}

.alert {
	position: fixed !important;
	z-index: 1;
	right: .5rem;
	top: .5rem;
}

.bg-danger {
	background: none!important;
}

.swal2-content {
	font-size: 1.825em !important;
}

.navbar-dark .navbar-nav .nav-link {
	white-space: nowrap;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
	font-size: 12px;
}

.btn {
	font-size: 20px;
}

.select-sm {
	height: 30px;
	line-height: 0.8;
}

.collapse.show {
	width: 100%;
	z-index: 9;
	padding-top: 100px;
	background-color: rgba(0,0,0,.8);
	height: 100vh;
	padding-bottom: 100px;
	-webkit-box-shadow: inset 0px 0px 15px 10px rgb(0 0 0 / 30%);
	box-shadow: inset 0px 0px 15px 0px rgb(0 0 0 / 30%);
	visibility: visible;
	height: 100vh;
    padding-bottom: 100px;

}

.collapse.show .container {
	max-width: 80%;
	padding: 0px;
}

.navbar-toggler {
	z-index: 10;
}

.form-control {
	font-size: 18px;
	padding: 5px 10px;
	border: 1px solid #cc0000;
	background: #ffffff;
	border-radius: 7px;
	color: #333333;
	margin: 0px;
	height: auto;
}

.form-control:focus {
	background: #ffffff;
	color: #333333;
	box-shadow: none;
	border: 1px solid black;
}

.form-control::placeholder {
	color: #333333;
}

:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #333333;
}

.game-type {
	color: #f8f2a8;
	font-size: 16px;
	list-style: none;
}

.game-type-s {
	font-weight: 100;
	opacity: .3;
}

.ulfoot {
	list-style: none;
	padding: 3px 0 10px;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.foottext {
	font-size: 21px;
}

.title-home {
	color: #ca0000;
	text-decoration: none;
	display: block;
	box-sizing: border-box;
	padding: 2px;
	text-transform: uppercase;
	line-height: 35px;
	border-radius: 100px;
	overflow: hidden;
	/* background: linear-gradient(45deg,#cc6b4d,#f2b868 13%,#ffe187 32%,#ffe187 44%,#db8864 55%,#ffe187 74%,#ffe187 88%,#d89556); */
	position: relative;
	z-index: 1;
	/* box-shadow: 0 2px 5px rgba(0,0,0,.8); */
	transition: .3s ease;
}

.title-text {
	/* border-radius: 100px; */
	font-size: 1.5rem;
	padding: 0 25px;
	/* box-shadow: inset 0 0 4px 2px #69110f; */
	/* box-shadow: inset 0 0 4px 2px rgba(0,6,5,.8);
   background: linear-gradient(180deg,#0b2994 20%,#000b2b); */
	margin-bottom: 0px;
}

.gamelist {
	cursor: pointer;
}

.is-soon:after {
	cursor: default;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	background: url(../../../csi.52ipp.com/img/static/usa88/banner-cs.png) 50%/89% no-repeat;
}

.newsbox {
	width: 95%;
	position: absolute;
	bottom: 5px;
}

.mqbox {
	width: 70%;
	line-height: 20px;
	float: right;
	background-color: rgba(0, 11, 43, .8);
	border-radius: 20px;
	line-height: 20px;
	box-shadow: inset 0 0 2px 1px #c7a466;
}

.mqtext {
	color: #f9f2a8;
	margin-left: 24px;
}

#list-anchor {
	padding-top: 4px;
}

.nav .nav-link>a h3,
.nav .nav-item>a h3 {
	border-radius: 100px;
	padding: 0 25px;
	box-shadow: inset 0 0 4px 2px rgba(0, 6, 5, .8);
	background: linear-gradient(180deg, #0b2994 20%, #000b2b);
	margin-bottom: 0px;
}

@media (max-width: 549px) {
	.img-logo {
		width: 65%;
		margin-bottom: 30px;
		padding: 0px;
	}
	.navbar {
		max-height: 60px;
	}
	.newsbox {
		bottom: -22px;
		background: black;
		width: 100%;
		left: -1px;
	}
	.mqbox {
		border-radius: 0px;
		width: 100%;
		background-color: rgba(0, 11, 43, .8);
	}
	.mqtext {
		color: #f9f2a8;
	}
	#username {
		max-width: 100%;
	}
	#password {
		max-width: 100%;
	}
	.nav {
		padding-top: 29px;
	}
}

@media (min-width: 550px) {
	.img-logo {
		width: 169px;
	}
	.navbar {
		max-height: 60px;
	}
	.newsbox {
		bottom: -22px;
		background: black;
		width: 100%;
		left: -1px;
	}
	.mqbox {
		border-radius: 0px;
		width: 100%;
		background-color: rgba(0, 11, 43, .8);
	}
	.mqtext {
		color: #f9f2a8;
	}
	.nav .nav-link>a h3,
	.nav .nav-item>a h3 {
		font-size: 0.85rem;
	}
	#list-anchor {
		overflow: scroll;
	}
	#username {
		max-width: 100%;
	}
	#password {
		max-width: 100%;
	}
	.nav {
		padding-top: 25px;
	}
}

@media (min-width: 700px) {
	.img-logo {
		width: 169px;
	}
	.navbar {
		max-height: 60px;
	}
	.newsbox {
		bottom: -22px;
		/* background: black; */
		width: 100%;
		left: -1px;
	}
	.nav .nav-link>a h3,
	.nav .nav-item>a h3 {
		font-size: 0.85rem;
	}
	.mqbox {
		border-radius: 0px;
		width: 100%;
		background-color: rgba(0, 11, 43, .8);
	}
	.mqtext {
		color: #f9f2a8;
	}
	#list-anchor {
		overflow: scroll;
	}
	#username {
		max-width: 100%;
	}
	#password {
		max-width: 100%;
	}
	.nav {
		padding-top: 28px;
	}
}

@media (min-width: 768px) {
	.img-logo {
		padding-left: 2%;
		width: 187px;
	}
	.navbar {
		max-height: 60px;
		height: 60px;
	}
	.nav .nav-link>a h3,
	.nav .nav-item>a h3 {
		font-size: 1.2rem;
	}
	.form-control {
		width: 120px;
	}
	#list-anchor {
		padding-top: 21px;
		overflow: hidden;
	}
	#username {
		max-width: 100%;
	}
	#password {
		max-width: 100%;
	}
	.nav {
		padding-top: 0px;
	}
}

@media(min-width:992px) {
	.img-logo {
		padding-left: 10%;
		width: 243px;
	}
	.nav .nav-link>a h3,
	.nav .nav-item>a h3 {
		font-size: 1.085rem;
	}
	.form-control {
		width: 100%;
	}
	#list-anchor {
		padding-top: 4px;
		overflow: hidden;
	}
	.nav .nav-link>a h3,
	.nav .nav-item>a h3 {
		border-radius: 100px;
		padding: 0 25px;
		box-shadow: inset 0 0 4px 2px rgba(0, 6, 5, .8);
		background: linear-gradient(180deg, #0b2994 20%, #000b2b);
		margin-bottom: 0px;
	}
	.newsbox {
		width: 95%;
		position: absolute;
		bottom: 5px;
		background: none;
	}
	.mqbox {
		width: 70%;
		line-height: 20px;
		background: none;
		float: right;
		background-color: rgba(0, 11, 43, .8);
		border-radius: 20px;
		line-height: 20px;
		box-shadow: inset 0 0 2px 1px #c7a466;
	}
	.mqtext {
		color: #f9f2a8;
		margin-left: 24px;
	}
	#username {
		max-width: 100%;
	}
	#password {
		max-width: 100%;
	}
	.nav {
		padding-top: 0px;
	}
}

.maintenance-block {
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -60%);
	transform: translate(-50%, -60%);
	box-shadow: none;
	background-color: transparent;
	font-size: 14px;
	width: 80%;
	line-height: 1.4;
}

.is-disabled img {
	filter: brightness(35%);
	cursor: not-allowed;
}

.time {
	color: yellow;
}

.maintenance-block {
	position: absolute;
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	box-sizing: border-box;
	border-radius: 8px;
}

#mobile-cr {
	color: #fff;
  z-index: 9;
  text-shadow: 0px 1px 3px black;
	/* border: 1px solid;
    border-radius: 2px;
    background-color: rgba(102,6,5,.8);
    box-shadow: inset 0 0 2px 1px #69110; */
}

.collapsing {
	transition: unset !important;
}


.navbar-nav>li {
	padding-left: .5rem;
	padding-right: .5rem;
}

.nav-link {
	padding-right: .5rem !important;
	padding-left: .5rem !important;
}


/* Fixes dropdown menus placed on the right side */

.ml-auto .dropdown-menu {
	left: auto !important;
	right: 0px;
}

nav a {
	color: white;
	text-decoration: none;
}

.dropdown .nav-link {
	color: #fff;
	text-decoration: none;
}

.dropdown .dropdown-menu a {
	color: #033C73;
}

.dropdown-menu {
	min-width: 200px;
}

.container .dropdown .dropdown-menu a:hover {
	color: #fff;
	background-color: #b91773;
	border-color: #fff;
}


/* this deals with giving font-awesome icons badges since they were deprecated in BS4 */

*.icon-blue {
	color: #0088cc;
}

*.icon-white {
	color: white;
	padding-right: 2rem;
}

i {
	text-align: left;
	vertical-align: middle;
	position: relative;
}

.badge:after {
	content: attr(data-count);
	/* position: absolute; */
	/* background: rgba(0,0,255,1); */
	/* height:1rem; */
	/* top:1rem;
    right:1.5rem;
    width:2rem;
    text-align: center;
    line-height: 2rem;; */
	font-size: 1rem;
	/* border-radius: 50%; */
	color: white;
	/* border:1px solid blue; */
}

html {
	min-height: 100%;
	/* make sure it is at least as tall as the viewport */
	position: relative;
}

#sidebar {
	overflow: hidden;
	z-index: 3;
	max-width: 180px;
}

#sidebar .list-group {
	min-width: 250px;
	background-color: #023c73;
	min-height: 100vh;
}

#sidebar i {
	margin-right: 6px;
}

#sidebar .list-group-item {
	border-radius: 0;
	background-color: #04519b;
	color: rgba(255, 255, 255, 0.8);
	border-left: 0;
	border-right: 0;
	white-space: nowrap;
}

#sidebar .list-group-item:hover {
	color: #fff;
}


/* highlight active menu */

#sidebar .list-group-item:not(.collapsed) {
	background-color: #222;
}


/* closed state */

#sidebar .list-group .list-group-item[aria-expanded="false"]::after {
	content: " \f0d7";
	font-family: FontAwesome;
	display: inline;
	text-align: right;
	padding-left: 5px;
}


/* open state */

#sidebar .list-group .list-group-item[aria-expanded="true"] {
	background-color: #033C73;
}

#sidebar .list-group .list-group-item[aria-expanded="true"]::after {
	content: " \f0da";
	font-family: FontAwesome;
	display: inline;
	text-align: right;
	padding-left: 5px;
}


/* level 1*/

#sidebar .list-group .collapse .list-group-item,
#sidebar .list-group .collapsing .list-group-item {
	padding-left: 20px;
	background-color: #fff;
	color: #033C73;
}

#sidebar .list-group .collapse .list-group-item:hover,
#sidebar .list-group .collapsing .list-group-item:hover {
	background-color: #2FA4E7;
}


/* level 2*/

#sidebar .list-group .collapse>.collapse .list-group-item,
#sidebar .list-group .collapse>.collapsing .list-group-item {
	padding-left: 30px;
}


/* level 3*/

#sidebar .list-group .collapse>.collapse>.collapse .list-group-item {
	padding-left: 40px;
}

@media (max-width:767px) {
	#sidebar {
		min-width: 35px;
		max-width: 40px;
		overflow-y: auto;
		overflow-x: visible;
		transition: all 0.25s ease;
		transform: translateX(-45px);
		position: fixed;
	}
	#sidebar.show {
		transform: translateX(0);
	}
	#sidebar::-webkit-scrollbar {
		width: 0px;
	}
	#sidebar,
	#sidebar .list-group {
		min-width: 35px;
		overflow: visible;
		position: relative;
	}
	/* overlay sub levels on small screens */
	#sidebar .list-group .collapse.show,
	#sidebar .list-group .collapsing {
		position: relative;
		z-index: 1;
		width: 190px;
		top: 0;
	}
	#sidebar .list-group>.list-group-item {
		text-align: center;
		padding: .75rem .5rem;
	}
	/* hide caret icons of top level when collapsed */
	#sidebar .list-group>.list-group-item[aria-expanded="true"]::after,
	#sidebar .list-group>.list-group-item[aria-expanded="false"]::after {
		display: none;
	}
}


.collapsing {
	visibility: visible;
	height: 0;
	-webkit-transition-property: height, visibility;
	transition-property: height, visibility;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.collapsing.width {
	-webkit-transition-property: width, visibility;
	transition-property: width, visibility;
	width: 0;
	height: 100%;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

#sidebarLeft {
	overflow: hidden;
	z-index: 3;
	max-width: 180px;
}

#sidebarLeft .list-group {
	min-width: 250px;
	background-color: #023c73;
	min-height: 100vh;
}

#sidebarLeft i {
	margin-right: 6px;
}

#sidebarLeft .list-group-item {
	border-radius: 0;
	background-color: #04519b;
	color: rgba(255, 255, 255, 0.8);
	border-left: 0;
	border-right: 0;
	white-space: nowrap;
	text-align: left;
}

#sidebarLeft .list-group-item:hover {
	color: #fff;
}


/* highlight active menu */

#sidebarLeft .list-group-item:not(.collapsed) {
	background-color: #222;
}


/* closed state */

#sidebarLeft .list-group .list-group-item[aria-expanded="false"]::after {
	content: " \f0d7";
	font-family: FontAwesome;
	display: inline;
	text-align: right;
	padding-left: 5px;
}


/* open state */

#sidebarLeft .list-group .list-group-item[aria-expanded="true"] {
	background-color: #033C73;
}

#sidebarLeft .list-group .list-group-item[aria-expanded="true"]::after {
	content: " \f0da";
	font-family: FontAwesome;
	display: inline;
	text-align: right;
	padding-left: 5px;
}


/* level 1*/

#sidebarLeft .list-group .collapse .list-group-item,
#sidebarLeft .list-group .collapsing .list-group-item {
	padding-left: 20px;
	background-color: #fff;
	color: #033C73;
}

#sidebarLeft .list-group .collapse .list-group-item:hover,
#sidebarLeft .list-group .collapsing .list-group-item:hover {
	background-color: #2FA4E7;
}


/* level 2*/

#sidebarLeft .list-group .collapse>.collapse .list-group-item,
#sidebarLeft .list-group .collapse>.collapsing .list-group-item {
	padding-left: 30px;
}


/* level 3*/

#sidebarLeft .list-group .collapse>.collapse>.collapse .list-group-item {
	padding-left: 40px;
}

@media (max-width:767px) {
	#sidebarLeft {
		min-width: 35px;
		max-width: 40px;
		overflow-y: auto;
		overflow-x: visible;
		transition: all 0.25s ease;
		transform: translateX(45px);
		position: fixed;
	}
	#sidebarLeft.show {
		transform: translateX(0);
	}
	#sidebarLeft::-webkit-scrollbar {
		width: 0px;
	}
	#sidebarLeft,
	#sidebarLeft .list-group {
		min-width: 35px;
		overflow: visible;
		position: relative;
	}
	/* overlay sub levels on small screens */
	#sidebarLeft .list-group .collapse.show,
	#sidebarLeft .list-group .collapsing {
		position: relative;
		z-index: 1;
		width: 190px;
		left: -150px;
		top: 0;
	}
	#sidebarLeft .list-group>.list-group-item {
		text-align: center;
		padding: .75rem .5rem;
	}
	/* hide caret icons of top level when collapsed */
	#sidebarLeft .list-group>.list-group-item[aria-expanded="true"]::after,
	#sidebarLeft .list-group>.list-group-item[aria-expanded="false"]::after {
		display: none;
	}
}



.overlay {
	display: none;
	background-color: #000;
	bottom: 0;
	left: 0;
	opacity: 0.5;
	filter: alpha(opacity=50);
	/* IE7 & 8 */
	position: fixed;
	right: 0;
	top: 0;
	z-index: 49;
}

.btn-group-lg>.btn,
.btn-lg {
	border-radius: 5.3rem;
	background: none;
	border-color: unset;
	border: none;
}

.btn-primary:hover {
	border-color: #154415;
}

.btn-primary.focus,
.btn-primary:focus {
	box-shadow: 0 0 0 0.2rem rgba(101, 255, 38, 0.5);
}

.form-control:focus {
	/* border-color: #b18508;
         box-shadow: 0 0 0 0.2rem rgba(251, 243, 0, 0.3); */
}

.login-content .input-group {
    float: left;
    width: auto;
}

#page-wrapper {
	width: 100%;
	/* background: #e6e7e8; */
	/* -webkit-box-shadow: inset 0px 0px 15px 10px rgb(0 0 0 / 30%);
	box-shadow: inset 0px 0px 15px 0px rgb(0 0 0 / 30%); */
	padding-top: 0px;
	float: left;
	background : url("/usersc/images/287.jpg?v1=1");
	background-size: cover;
	/* padding-bottom: 100px; */
}

@media (max-width: 767px) {
	#page-wrapper {
		/* height: 100vh; */
		overflow-x: hidden;
	}
}

.jumbotron {
	padding: 0px !important;
	margin-bottom: 0px !important;
}

.select-sm {
	height: 26px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-radius: 20px;
	min-width: 79px;
}

.row {
	margin: 0px;
}

.jssorl-004-double-tail-spin img {
	animation-name: jssorl-004-double-tail-spin;
	animation-duration: 1.6s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

@keyframes jssorl-004-double-tail-spin {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}


/*jssor slider bullet skin 031 css*/

.jssorb031 {
	position: absolute;
}

.jssorb031 .i {
	position: absolute;
	cursor: pointer;
}

.jssorb031 .i .b {
	fill: #000;
	fill-opacity: 0.5;
	stroke: #fff;
	stroke-width: 1200;
	stroke-miterlimit: 10;
	stroke-opacity: 0.3;
}

.jssorb031 .i:hover .b {
	fill: #fff;
	fill-opacity: .7;
	stroke: #000;
	stroke-opacity: .5;
}

.jssorb031 .iav .b {
	fill: #fff;
	stroke: #000;
	fill-opacity: 1;
}

.jssorb031 .i.idn {
	opacity: .3;
}


/*jssor slider arrow skin 051 css*/

.jssora051 {
	display: block;
	position: absolute;
	cursor: pointer;
}

.jssora051 .a {
	fill: none;
	stroke: #fff;
	stroke-width: 360;
	stroke-miterlimit: 10;
}

.jssora051:hover {
	opacity: .8;
}

.jssora051.jssora051dn {
	opacity: .5;
}

.jssora051.jssora051ds {
	opacity: .3;
	pointer-events: none;
}

.btn-hover {
	background-size: 300% 100%;
	moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.btn-hover:hover {
	background-position: 100% 0;
	moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}


/* #border-gold {
    line-height: 12px;
    text-align: center;
    cursor: pointer;
    color: black;
    font-weight: bold;
    padding: 0px!important;
    background: radial-gradient(ellipse farthest-corner at right bottom, #f9dd58 0%, #ffffff 8%, #c3983d 30%, #f1d79f 40%, transparent 80%), radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #FFFFAC 8%, #bb911b 25%, #fdbd2d 62.5%, #bd860a 100%);
    border: 3px double #c1a300;
    border-radius: 10px;
    box-shadow: 0px 0px 5px #000000;
} */

#okbtn {
	color: #ffffff;
	background: #cc0000;
	padding-right: 10px;
	margin-right: 5px;
	line-height: 1.25rem;
	padding-left: 10px;
	border-radius: 7px;
	border: 1px solid #fff;
	/* width: 116px; */
	min-width: 78px;
}

#okbtn:hover {
	color: white;
}

.grecaptcha-badge {
	opacity: 0 !important;
}

.ml-auto,
.mx-auto {
	padding-top: 15px;
}

.tabbar-wrapper {
	height: 60px;
	position: fixed;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: stretch;
	align-items: stretch;
	-webkit-box-pack: center;
	justify-content: center;
	bottom: 0px;
	left: 0;
	z-index: 99999;
	width: 100%;
	    background-color: #ffa9b6;
    box-shadow: 0 0 15px #06070f;
    border-top: 3px solid #ff5757;
}

.tabbar-wrapper .tabbar-holder {
	width: 100%;
	display: -webkit-box;
	display: flex;
	padding: 0;
	padding-top: 5px;
	margin-bottom: 0px !important;
}

.tabbar-wrapper .tabbar-holder .tab,
.tabbar-wrapper .tabbar-holder .tab a {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
}

.tabbar-wrapper .tabbar-holder .tab {
	width: 20%;
}

.tabbar-wrapper .tabbar-holder .tab a {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-flow: column;
	-webkit-box-align: center;
	align-items: center;
	opacity: 1;
	text-decoration: none;
	color: #1c1c1c;
}

.tabbar-wrapper .tabbar-holder .tab a img {
	text-decoration: none;
	margin-top: -35px;
	max-width: 90%;
}

.tabbar-wrapper .tabbar-holder .tab a span {
	font-size: 16px;
	padding-top: 3px;
}

#page-wrapper .container {
	padding: 0 10px;
	position: relative;
	z-index: 3;
	overflow: hidden;
}

#page-wrapper .container h1 {
	/* font-size: 2.75rem;
	color: #ff9a96; */
}

@media(max-width:767px) {
	#page-wrapper .container h1 {
		font-size: 1.75rem;
	}
}

#games {
	display: block;
	width: 100%;
	margin: 0px;
}

#games #games-filters {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 25px;
	margin: 25px 0;
}

#games #games-filters ul {
	padding: 0;
	border-radius: 50px;
	overflow: hidden;
	margin: 0;
}

#games #games-filters ul:before {
	overflow: hidden;
}

#games #games-filters li {
	float: left;
	border-radius: 50px;
	margin: 0 5px;
	cursor: pointer;
	display: inline-block;
	padding: 10px 45px;
	font-size: 30px;
	line-height: 1;
	color: #ffffff;
	background-color: #fcd3a5;
	transition: all 0.3s ease-in-out;
}

#games #games-filters li:last-child {
	border-right: none;
}

#games #games-filters li:hover,
#games #games-filters li.filter-active {
	color: #fff;
	border: transparent;
	background: #fcd3a5;
	background: -moz-linear-gradient(top, #fcd3a5 0%, #d83c3d 100%);
	background: -webkit-linear-gradient(top, #fcd3a5 0%, #d83c3d 100%);
	background: linear-gradient(to bottom, #fcd3a5 0%, #d83c3d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcd3a5', endColorstr='#d83c3d', GradientType=0);
}

#games .games-item {
	text-align: center;
	position: relative;
	float: left;
	width: calc(25% - 10px);
	margin: 5px;
}

@media (max-width: 767px) {
	#games #games-filters {
		width: 100%;
		margin: 0;
		text-align: center;
	}
	#games #games-filters ul {
		width: 100%;
	}
	#games #games-filters li {
		padding: 10px;
		font-size: 22px;
		width: 33.33%;
		margin: 0;
	}
	#games .games-item {
		text-align: center;
		width: calc(50% - 10px);
		margin: 5px;
	}
	#games .games-item.item1 {
		text-align: center;
		width: calc(100% - 10px);
		margin: 5px;
	}
	#games .games-item.item3 {
		text-align: center;
		width: calc(33.33% - 10px);
		margin: 5px;
	}
}

#games .games-item .games-wrap {
	overflow: hidden;
	position: relative;
	margin: 0;
}

#games .games-item .games-wrap .games-info {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: center;
	opacity: 0;
	transition: 0.2s linear;
	padding-top: 20px;
}

#games .games-item .games-wrap .games-info h4 {
	font-size: 28px;
	font-weight: 400;
	color: #ffffff;
	-webkit-background-clip: text;
	-webkit-text-fill-color: #ffffff;
}

#games .games-item .games-wrap:hover img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	transition-duration: 0.5s;
	opacity: 0.9;
}

#games .games-item .games-wrap:hover .games-info {
	opacity: 1;
}

@media (max-width: 767px) {
	#games.games-item .games-wrap .games-info h4 {
		font-size: 16px;
	}
}

.carousel-indicators {
	bottom: -35px;
	z-index: 3;
}

.login-content {
background: none;
}

.login-logo .input-group{
    float: left;
	width: auto;
}
@media (max-width: 567px){
	.login-logo .input-group {
		width: 100%;
}
}
.login-logo .input-group i{
    position: absolute;
    padding: 0;
    top: 5px;
    left: 5px;
    display: inline-block;
    font-size: 18px;
    color: #ffffff;
}

#login-form input[type=password], #login-form input[type=text] {
    width: 135px;
    border-radius: 0px;
    padding: 5px;
    padding-left: 35px;
    border: 0;
    font-size: 18px;
    line-height: 1;
    vertical-align: middle;
    background: transparent;
    /* border-bottom: 1px solid #dab9b9; */
    outline: none;
    color:rgb(68 68 68);
    margin-right: 5px;
}
/* 
#login-form input[type=password],
#login-form input[type=text] {
	width: 135px;
    border-radius: 0px;
    padding: 5px;
    padding-left: 35px;
    border: 0;
    font-size: 18px;
    line-height: 1;
    vertical-align: middle;
    background: transparent;
    border-bottom: 1px solid #dab9b9;
    outline: none;
    color: rgba(255, 255, 255, 1);
    margin-right: 10px;
} */

#login-form input[type=password]::placeholder,
#login-form input[type=text]::placeholder {
	color: rgb(135 135 135);
}

.submit-btn {
	color: #000;
	background: transparent;
    border: 1px solid #505050;
	line-height: 1;
	border-radius: 7px;
	padding: 5px 10px;	
	font-size: 18px;
}

.submit-btn:focus,
.submit-btn:hover {
	border: 1px solid #e4d281;
	color: #e4d281;
}

.submit-btn:active {
	border: 1px solid #e4d281;
	color: #e4d281;
}


@media (max-width: 767px) {
	.login-content {
    border-radius: 7px;
    background-color: #cc0000;
}

.login-content .input-group{
	width: 100%;
}

.navbar-nav>li {
    padding-left: 35px;
    padding-right: 35px;
}

.login-logo {
    margin: 15px 0;
}

.login-logo img{
    width: 80%;
    margin: 0 auto;
}
	
	#login-form input[type=password],
	#login-form input[type=text] {
		width: 100%;
		margin: 0px;
		border-radius: 0px;
		line-height: 1.25rem;
		font-size: 18px;
		height: auto;
		outline: 0 none;
		border-bottom: .1rem solid #fff;
		color: #ffffff;
		margin-bottom: 20px;
	}
	#login-form input[type=password]::placeholder,
	#login-form input[type=text]::placeholder {
		color: #fffff;
	}
	
	.submit-btn {
		width: 100%;
		color: #fff;
		height: auto;
		padding: 10px;
		margin: 0px;
		line-height: 1.25rem;
		border-radius: 7px;
		background-color: #48c599;
		font-size: 22px;
	}
	.submit-btn:focus,
	.submit-btn:hover {
		border: 1px solid #e4d281;
		color: #333333;
	}
	.submit-btn:active {
		border: 1px solid #e4d281;
		color: #333333;
	}

}

@media (min-width: 576px) {
	.navbar-expand-sm .navbar-nav {
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.title {
	position: relative;
	z-index: 0;
	text-transform: uppercase;
	text-align: center;
	clear: both;
	overflow: hidden;
	margin-bottom: 20px;
}

.title h2 {
	display: inline-block;
	position: relative;
	font-size: 20px;
	color: #ffffff;
}

.title h2:before,
.title h2:after {
	content: "";
	position: absolute;
	top: 50%;
	width: 1000px;
	height: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.title h2:before {
	right: 100%;
	margin-right: 15px;
}

.title h2:after {
	left: 100%;
	margin-left: 15px;
}

.home-footer {
	color: #ffffff;
    padding: 5px;
    font-size: 24px;
    position: absolute;
	top: -4px;
    left: 0;
    text-decoration: none;
}

.home-footer:hover {
	text-decoration: none;
}

.category-game {
	background-image: linear-gradient( 90deg, transparent, #e4d281, #e4d281, transparent);
	height: 3px;
	text-align: center;
	line-height: .1em;
	margin-bottom: 25px;
	margin-top: 20px;
}

.category-game>.title {
	background: #710100;
	color: #e4d281;
	font-size: 24px;
	padding: 0 15px;
}

.back-menu {
	text-decoration: none;
	color: #ffffff;
}

.back-menu:hover {
	color: #ffffff;
	text-decoration: none;
}

body.dashboard {
	background-color: #2b2829;
}

.dashboard .container {
	padding: 15px;
	color: #ffffff;
}

.dashboard label {
	display: block;
	margin-bottom: 5px;
	font-size: 18px;
	color: #ffffff;
}

.dashboard input {
	width: 100%;
	padding: 0px 10px;
	background: transparent;
	border: none;
	border-bottom: .1rem solid #515151;
	color: #ffffff;
	outline: none;
}

.dashboard input:focus {
	border-color: #d9d9d9;
}

.dashboard .card {
	background: transparent;
	border: none;
}

.dashboard .card-body {
	padding: 10px 15px;
	font-size: 20px;
}

.form-group {
	margin-bottom: 20px;
	margin-top: 10px;
}

@media (min-width: 768px) and (orientation: landscape) {
	body.dashboard .container {
		padding: 15px 205px;
	}
}

.m-menu {
	text-align: center;
	font-size: 14px;
	padding: 0 5px;
	margin: 15px 0px;
	text-decoration: none;
}

.m-menu a:hover {
	text-decoration: none;
}

.m-menu i {
	width: 45px;
	height: 45px;
	margin: 5px auto;
	background-color: transparent;
	border: 1px solid #cc0000;
	border-radius: 50%;
	text-align: center;
	padding-top: 10px;
	overflow: hidden;
	color: #cc0000;
	display: block;
	font-size: 20px;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
	color: #ffffff;
	background-color: #cc0000;
	border-color: #cc0000;
}

.nav-fill .nav-item {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	text-align: center;
	color: ffffff;
}

.user-box {
	position: absolute;
	top: 0;
	right: 0;
	padding: 15px;
	color: #ffffff;
}

.user-box i {
	font-size: 18px;
	padding: 0 5px;
}

.table td,
.table th {
	border: none;
	padding: 5px 15px;
}

#table-wrapper {
	position: relative;
}

#table-scroll {
	height: auto;
	overflow: auto;
}

#table-wrapper table {
	width: 100%;
	color: #ffffff;
}

.table {
	width: 100%;
	color: #ffffff;
}

#table-wrapper table thead th .text {
	position: absolute;
	top: -20px;
	z-index: 2;
	height: 20px;
	width: 35%;
}

table thead {
	color: #fff;
	background-color: rgba(204, 0, 0, 0.6);
	font-size: 18px;
}

table tbody tr {
	background-color: #333031;
}

table tbody tr:nth-of-type(even) {
	background-color: #3d3d3c;
}

.headinfo {
	/* background: #ce0000; */
	/* -webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-repeat: no-repeat;
background-position: top center; */
	border-bottom: 4px solid #ce0000;
}

.forever {
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	-o-animation-iteration-count: infinite;
	-ms-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.transaction-type {
	margin-bottom: 10px;
	background-image: none;
	background-color: initial;
	margin-right: -5px;
	margin-left: -5px;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
}

.transaction-type-item {
	position: relative;
	text-decoration: none;
	font-size: 20px;
	border-bottom: none;
	display: inline-block;
	width: 23%;
	vertical-align: middle;
	margin-right: 1%;
	margin-left: 1%;
	background-color: #585858;
	min-height: initial;
	text-align: center;
	border-radius: 7px;
	padding: 15px 1px;
	color: #ffffff
}

.transaction-type-item a:hover,
.transaction-type-item a:active,
.transaction-type-item a:focus {
	text-decoration: none;
	color: #e4d281;
}

.transaction-type-item i {
	font-size: 32px;
	color: #ffffff;
}

.transaction-type-item span {
	position: relative;
	display: block;
	text-decoration: none;
	font-size: 16px;
	color: #ffffff;
}

.transaction-type-item a {
	text-decoration: none;
}

.transaction-type-item a:hover span,
.transaction-type-item a:hover i {
	text-decoration: none;
	color: #e4d281;
}

.block-border {
	height: 1px;
	width: 100%;
	display: block;
	position: relative;
	background: #bebebe;
}

.btn-submit {
	width: 100%;
	margin-bottom: 15px;
	background-color: #e4d281;
	border: 1px solid #e4d281;
	border-radius: 7px;
	text-align: center;
	color: #333333;
	display: block;
	font-size: 20px;
	padding: 5px 10px;
	text-decoration: none;
}

.btn-submit:hover {
	text-decoration: none;
	color: #333333;
}

.btn-submit i {
	margin-right: 5px;
}

h1.title,
h2.title {
	position: relative;
	padding: 0px 25px;
	margin-bottom: 20px;
	text-align: center;
	word-wrap: break-word;
	color: #e4d281;
}

h1.title {
    position: relative;
    padding: 0px 25px;
    text-align: center;
    word-wrap: break-word;
    color: #ffffff;
    background-color: #cc0000;
    margin-bottom: 0px;
    font-size: 26px;
}

.back-button {
	color: #e4d281;
	padding: 5px;
	font-size: 24px;
	position: absolute;
	top: 5px;
	left: 0;
	text-decoration: none;
}

.nav-tabs {
	border-bottom: 1px transparent;
}

.tab-content {
	border: .1rem solid #515151;
	border-radius: 7px;
	margin-top: 10px;
}

.listshow {
	border: .1rem solid #515151;
	border-radius: 7px;
	margin-top: 10px;
}
html{
	overflow-x: hidden !important;
}
@media (max-width: 1050px){
	body {
		overflow-x: hidden;
	}
	html{
		overflow-x: hidden;
	}
	}
@media (max-width: 768px){
	.gamelist {
		overflow: scroll;
		max-height: 540px;
	}

}

@media (max-width: 549px){
	body page-wrapper {
		/* padding-top: 60px; */
	}
}
@media (max-width: 567px){
	.login-content {
		border-radius: 15px;
		background-color: #ffffff;
		width: 100%;
		margin: 0 auto;
		padding: 15px;
	}
.showuser {
    margin: 0px;
    padding: 5px;
    border-right: 1px solid #e4d281;
    width: 50%;
    display: inline-block;
    margin-bottom: 10px;
    text-align: center;
    font-size: 24px;
	}
	.usertab {
		color: #fff;
	}
	.usertab i {
		font-size: 24px;
		width: 100%;
		text-align: center;
		margin: 0 5px;
		color: #fff;
	}
	.collapse.show .container {
		max-width: 90%;
		padding: 0px;
	}
	.nav {
		padding-top: 0px;
	}
}

#toTop {
	display: none; /* Hidden by default */
	position: fixed; /* Fixed/sticky position */
	bottom: 75px; /* Place the button at the bottom of the page */
	right: 20px; /* Place the button 30px from the right */
	z-index: 99; /* Make sure it does not overlap */
	border: none; /* Remove borders */
	outline: none; /* Remove outline */
	background-color: #616161ba; /* Set a background color */
	color: white; /* Text color */
	cursor: pointer; /* Add a mouse pointer on hover */
	padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 14px;
    padding-left: 15px;
	border-radius: 60px; /* Rounded corners */
	font-size: 18px; /* Increase font size */
  }
  
  #toTop:hover {
	background-color: #616161ba; /* Add a dark-grey background on hover */
  }

  #username-mb{
	color: #5d0b6c !important;
    border-bottom: .1rem solid #278f42!important;
  }
  #password-mb{
	color: #5d0b6c !important;
    border-bottom: .1rem solid #278f42!important;
  }

  #username-mb::placeholder{
	  color:#d2d2d2!important;
  }
  #password-mb::placeholder{
	color:#d2d2d2!important;
}
  .i-user{
	color:#49c599!important;
  }
 .i-password{
	color:#49c599!important;
  }

  
.disabled {
	pointer-events: none;
	cursor: default;
	opacity: 0.6;
  }