/*
 * DEBUG
 */

/*
 * APPLY FLUID FONT
 */
.fluid-font {
  font-size: 12px;
}

@media screen and (min-width: 320px) {
  .fluid-font {
    font-size: calc(12px + 8 * ((100vw - 320px) / (1920 - 320)));
  }
}

@media screen and (min-width: 1920px) {
  .fluid-font {
    font-size: 20px;
  }
}

/*
 * Self Defined
 */

.margin-left-auto {
  margin-left: auto;
  display: block;
}
.margin-right-auto {
  margin-right: auto;
  display: block;
}
.limited-width {
	max-width: 35em;
	margin-left: auto;
	margin-right: auto;
}
.supernarrow-width {
  max-width: 21em;
  margin-left: auto;
  margin-right: auto;
}
.text-bold {
  font-weight: bold;
}
.red-color {
  color: #d82336 !important;
}
.green-color {
  color: #48b824 !important;
}
.yellow-color {
	color: #e3f819 !important;
}
.white-color {
	color: #ddd !important;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.ml-0 {
  margin-left: 0;
}
.mr-0 {
  margin-right: 0;
}

/*
 * Normalisasi
 */
.input-group-text, 
.form-control {
  font-size: 1em;
}

.btn {
  font-size: 1em;
}

.btn:hover {
  border-color: transparent;
}

.h1, h1 {
  font-size: 2.2em;
}
.h2, h2 {
  font-size: 1.77em;
}
.h3, h3 {
  font-size: 1.55em;
}
.h4, h4 {
  font-size: 1.33em;
}
.h5, h5 {
  font-size: 1.11em;
}
.h6, h6 {
  font-size: 0.9em;
}

.mt-3 {
  margin-top: 0.93em !important;
}
.mt-4 {
  margin-top: 1.4em !important;
}

.mb-3 {
  margin-bottom: 0.93em !important;
}
.mb-4 {
  margin-bottom: 1.4em !important;
}

.alert-special {
  background-color: rgba(7, 12, 36, 0.7);
  border-color: rgba(255,255,255,0.3);
}
.alert-special > div {
  padding-left: 0 !important;
}

.record-summary::after {
	display: none !important;
}

.win-numbs .content.wn {
  height: auto !important;
}
.win-numbs .content.an {
  height: auto !important;
}
.win-numbs .content.ib {
  height: auto !important;
}

@media (max-width: 767px) {
	.win-numbs .content.wn,
	.win-numbs .content.an,
	.win-numbs .content.ib {
		padding-bottom: 0;
	}
}

/*
.alert-info a:hover {
  color: #444 !important;
}
*/

/*
 * DROPDOWN MENU
 */
.tabs-menu .dropdown-menu {
  border-radius: 0;
  padding-top: 0;
  padding-bottom: 0;
  border: none;
}
.tabs-menu .dropdown-menu li {
  right: 0 !important;
  width: 100% !important;
  margin-top: 0;
}
.tabs-menu .dropdown-menu a {
  border-radius: 0;
  font-size: 0.9em;
}
@media (max-width: 991px) {
	.tabs-menu .dropdown-menu a {
	  font-size: 0.8em;
	}
}
@media (max-width: 767px) {
	.tabs-menu .dropdown-menu a {
	  font-size: 0.76em;
	}
	.dropdown-menu.mobile-menu a {
	  padding-top: 0.75em;
	  padding-bottom: 0.75em;
	}
}

#dropdownHasil[aria-expanded="true"]::after,
#dropdownMenu[aria-expanded="true"]::after {
	border-top: 0;
	border-right: .3em solid transparent;
	border-bottom: .3em solid;
	border-left: .3em solid transparent;
}

/*
 * THEME COLORING
 */
body {
  background-color: #442a68;
  height: 100%;
  width: 100%;
	position: absolute;
}
body::before {
	background-image: linear-gradient(to top right, #57616b, #34393f, #1e2225);
}
.tabs-menu li a {
  color: #d4d4d4;
  background-color: #0b0b0d;
  box-shadow: inset 0.1em 0.15em 2px #5f6067;
}
.tabs-menu li a::before {
	background-color: #1d1e26e3;
}
.tab-menu-account a {
  background-color: #df9f68 !important;
  color: #fff !important;
}
.tab-menu-account a {
	color: #222 !important;
}

.tab-menu-account a span {
  color: #222;
}
.tab-menu-logout a {
  box-shadow: inset -0.06em 0.15em 2px rgba(255,255,255,0.35) !important;
  background-color: #ff3544 !important;
}
.inner-wrapper-border {
	background: linear-gradient(to right, #3b4459d6, #fcfdfca6);
}
.inner-wrapper {
	background-color: #13152e;
}


/*
 * FONTS
 */

.tabs-menu a {
	font-family: "GothamLight",Sans-serif,Arial;
}
.tab-menu-account a,
.font-mpsb {
	font-family: "MyriadProSemiBold",Sans-serif,Arial;
}
.essential-menus,
.essential-menus a,
.essential-menus input {
	font-family: "MyriadProRegular",Sans-serif,Arial;
}

/*
 * FONTS
 */
 
.hide-before::before {
	display: none;
}
.hide-after::after {
	display: none;
}

/*
 * BODY
 */

body::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: red;
  z-index: 1;
}

/*
 * MAIN BLOCKS
 */
.outer-container {
  z-index: 2;
  position: relative;
}
@media (max-width: 420px) {
	.outer-container {
		padding-left: 0.33em;
		padding-right: 0.33em;
	}
}
 
.outer-wrapper {
  max-width: 1440px;
  margin: 1em auto !important;
}

@media (max-width: 2030px) {
	.outer-wrapper {
	  margin-left: 2em;
	  margin-right: 2em;
	}
}

@media (max-width: 1199px) {
	.outer-wrapper {
	  margin-left: 1em;
	  margin-right: 1em;
	}
}

@media (max-width: 767px) {
	.outer-wrapper {
	  margin: 0.5em;
	}
}

@media (max-width: 480px) {
	.outer-wrapper {
	  margin: 0.5em 0;
	}
}

@media (max-width: 320px) {
	.outer-wrapper {
	  margin-top: 0.33em;
	  margin-bottom: 0.33em;
	}
}

/*
 * MENU TABS
 */
 
.tabs-block {
  display: table;
  width: 100%;
  position: relative;
	bottom: -0.1em;
}

.tabs-left, 
.tabs-right {
  display: table;
}

.tabs-left {
  float: left;
}

.tabs-right {
  float: right;
}

.tabs-right li {
  z-index: 10;
}
 
.tabs-wrapper {
  display: table;
  margin-bottom: 0;
}
 
.tabs-menu {
	padding-left: 1.5em;
	padding-right: 1.5em;
}

.tabs-menu.tabs-left {
	padding-right: 0;
}

.tabs-menu.tabs-right {
	padding-left: 0;
}

.tabs-menu ul {
	padding-left: 0;
	list-style-type: none;
}

.tab-menu-brand {
	display: none;
}

.tabs-menu li {
  float: left;
  position: relative;
  margin-top: 0.17em;
}

.tabs-menu li a {
  position: relative;
  text-decoration: none;
  border-radius: 0.6em 0.6em 0 0;
  padding: 0.4em 1.8em 0.4em 0.8em;
  font-size: 0.9em;
  display: block;
  min-width: 9em;
}

.tabs-menu li a:hover,
.tabs-menu li a:focus,
.tabs-menu li.active a {
	background-color: #202020;
	color: #d4d4d4;
}

.tabs-menu li a::before {
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.2em;
  z-index: 10;
  position: absolute;
}

.tab-menu-account {
  margin-top: 0 !important;
}

.tab-menu-account a {
  border-radius: 1em 1em 0 0 !important;
  padding: 0.6em 2em 0.4em !important;
  margin-top: 0 !important;
  box-shadow: none !important;
}

.tab-menu-account a::before {
	display: none;
}

.tab-menu-account a span {
  text-transform: uppercase;
}

.dropdown-item icon {
  width: 1.4em;
  display: inline-block;
}

.tabs-menu icon {
  margin-right: 0.2em;
}

.tabs-menu icon img {
  height: 1.2em;
  position: relative;
  top: -0.09em;
}

.tab-menu-logout {
  right: 0 !important;
}

.tab-menu-logout icon {
  margin-right: 0;
}

.tab-menu-logout a {
  padding: 0.4em 0.6em 0.4em 0.6em !important;
  border-radius: 0 0.6em 0 0 !important;
  min-width: auto !important;
}

.tab-menu-logout a::before {
  display: none;
}

.tab-menu-account2 {
	display: none;
}

.tabs-right ul > li:nth-last-child(2) {
  right: -0.5em;
}
.tabs-right ul > li:nth-last-child(3) {
  right: -0.5em;
}
.tabs-right ul > li:nth-last-child(4) {
  right: -1em;
}
.tabs-right ul > li:nth-last-child(5) {
  right: -1.5em;
}
.tabs-right ul > li:nth-last-child(6) {
  right: -2em;
}
.tabs-right ul > li:nth-last-child(7) {
  right: -2.5em;
}
.tabs-right ul > li:nth-last-child(8) {
  right: -3em;
}
.tabs-right ul > li:nth-last-child(9) {
  right: -3.5em;
}

.onmobile {
  display: none;
}

@media (max-width: 1230px) {
	.tabs-menu.tabs-left {
		display: none;
	}
	.tab-menu-account2 {
		display: block;
	}
}
@media (max-width: 1090px) {
	.tabs-menu li a {
		min-width: auto;
	}
}
@media (max-width: 991px) {
	.tabs-menu {
	  padding-left: 0;
	  padding-right: 0;
	}
	.inner-wrapper-border {
	  border-radius: 1.05em 0 1.05em 1.05em !important;
	}
	.page-peraturan .inner-wrapper-border, 
	.page-news .inner-wrapper-border {
	  border-radius: 1.05em !important;
	}
	.main-header {
	  border-radius: 1.1em 0 0 0 !important;
	}
	.page-peraturan .main-header, 
	.page-news .main-header {
	  border-radius: 1.1em 1.1em 0 0 !important;
	}
	.tabs-menu li a {
	  padding: 0.4em 1em 0.4em 0.4em;
	}
	.tabs-menu icon {
	  margin-right: 0;
	}
}
@media (max-width: 767px) {
	.ondesktop {
	  display: none;
	}
	.onmobile {
	  display: block;
	}
	
	.tabs-menu li a {
	  padding: 0.4em 1.8em 0.4em 0.8em;
	}
	
	.tabs-menu .dropdown-item {
	  padding-left: 1em;
	  padding-right: 1em;
	}
	
	.tabs-right ul.tabs-wrapper > li:nth-last-child(4) {
	  display: none;
	}
	.tabs-right ul.tabs-wrapper > li:nth-last-child(5) {
	  display: none;
	}
	.tabs-right ul.tabs-wrapper > li:nth-last-child(6) {
	  display: none;
	}
	.tabs-right ul.tabs-wrapper > li:nth-last-child(7) {
	  display: none;
	}
	.tabs-right ul.tabs-wrapper > li:nth-last-child(8) {
	  display: none;
	}
	
	.tabs-right ul > li:nth-last-child(9) {
	  right: -1.5em;
	}
	/*
	.tabs-right ul.tabs-wrapper > li:nth-last-child(8) {
	  display: none;
	}
	*/
	/*
	.tabs-right ul.tabs-wrapper > li:nth-last-child(9) {
	  display: none;
	}
	*/
	
	.tabs-right ul > li:nth-last-child(8) {
	  right: -1.5em;
	}
}

/*
 * INNER WRAPPER
 */
 
.inner-wrapper-border {
	padding: 0.12em;
	border-radius: 1.05em;
	box-shadow: 0em 0em 1.3em rgba(0,0,0,0.8);
}

.inner-wrapper {
	border-radius: 1em;
}

/*
 * MAIN HEADER
 */

.main-header {
  padding: 1em 2em;
  display: table;
  width: 100%;
  position: relative;
  background-image: url("images/bg/bg-header.jpg");
  border-radius: 1.1em 1.1em 0 0;
}
.main-header::before {
  content: "";
  position: absolute;
  bottom: -0.125em;
  width: 100%;
  height: 0.25em;
  background-image: linear-gradient(to right, #3b4459d6, #fcfdfca6);
  left: 0;
}

.main-header > div {
  float: left;
}

@media (max-width: 1290px) {
	.main-header {
	  padding: 1em;
	}
	.essential-menus {
	  padding-left: 1em;
	  padding-right: 1em;
	}
}

@media (max-width: 1120px) {
	.esmenu-inner > a {
	  margin-top: 0.5em;
	}
	#user_withdraw {
	  clear: both;
	  margin-left: -1em !important;
	}
	#user_deposit {
	  margin-left: -0.5em;
	}

	#user_downloadandroid {
		margin-left: 1em;
	  position: absolute;
	  top: 1em;
	  right: 1em;
	}
	#user_withdraw > button + button, #user_deposit > button + button {
	  width: 10em;
	}
}

@media (max-width: 690px) {
	/*
	#user_downloadandroid > button:first-child span {
	  display: none;
	}
	*/
	.game-brand-area {
	  position: absolute;
	  top: -2.5em;
	  left: 1em;
	  padding-top: 0 !important;
	}
	.page-peraturan .game-brand-area, 
	.page-news .game-brand-area {
	  position: static;
	  width: auto;
	}
	.essential-menus {
	  width: 100% !important;
	  padding-left: 0 !important;
	  padding-right: 0 !important;
	  padding-top: 0 !important;
	}
	#user_username, 
	#user_balance, 
	#user_berita {
	  font-size: 1.3em;
	}
	#user_username input, #user_balance input {
	  padding-top: 0.6em;
	}
	#user_username {
	  width: 49% !important;
	  /*box-shadow: none !important;*/
	}
	/*
	#user_username input {
		box-shadow: inset 0.1em 0.1em 0.6em rgba(120,120,120,0.3), 0.2em 0.2em 0.2em rgba(0,0,0,0.6) !important;
	}
	*/
	#user_balance {
	  width: 49% !important;
	  margin-left: 2% !important;
	}
	#user_deposit {
	  margin-left: -0.25em !important;
	}
	
	#user_downloadandroid {
	  position: static;
	}
	
	#user_withdraw,
	#user_deposit,
	#user_downloadandroid {
		display: none;
	}
	
}
@media (max-width: 530px) {
	#user_withdraw > button + button, #user_deposit > button + button {
	  padding-right: 0.75em !important;
	  padding-left: 1em !important;
	}
	#user_downloadandroid > button:first-child {
	  padding-left: 0.25em !important;
	  padding-right: 0.25em !important;
	}
	#user_withdraw > button + button, #user_deposit > button + button {
	  width: auto;
	}
}
@media (max-width: 400px) {
	#user_downloadandroid > button:first-child span {
	  display: none;
	}
	#user_balance input, 
	#user_username input {
	  padding-left: 0.5em;
	  padding-right: 0.5em;
	}
	#user_balance .input-group-text, 
	#user_username .input-group-text {
	  padding-left: 0.3em;
	  padding-right: 0.3em;
	}
}

/*
 * GAME BRAND AREA
 */

.game-brand-area {
  width: 10%;
  padding-top: 0.8em;
}

.page-peraturan .game-brand-area, 
.page-news .game-brand-area {
  padding-top: 0;
  margin: auto;
	float: none;
}

.game-brand-area a {
  display: block;
}

.game-brand-area img {
  width: 6em;
  margin: auto;
  display: block;
}

/*
 * ESSENTIAL MENU
 */
 
.esmenu-inner {
  display: table;
  width: 100%;
}

.esmenu-inner > * {
  float: left;
}
 
#user_username {
  width: 10em;
  box-shadow: 0.2em 0.2em 0.2em rgba(0,0,0,0.6);
  border-radius: 0.5em;
}
 
#user_username .input-group-image {
  background-color: #c62483;
  border-color: #c62483;
  padding: 0.1em 0.5em;
  line-height: 0.1em;
  height: 1.7em;
  border-radius: 0.5em 0 0 0.5em;
}

#user_username img {
  width: 1.25em;
}

#user_username input {
  background-color: #2c2e37;
  color: #fff;
  border-color: #2c2e37;
  box-shadow: inset 0.1em 0.1em 0.6em rgba(120,120,120,0.3);
  height: 1.93em;
  font-size: 0.9em;
  text-align: center;
  border-radius: 0 0.5em 0.5em 0;
  font-family: "MyriadProLight",Sans-serif,Arial;
}

.essential-menus {
  width: 90%;
  padding-left: 1.5em;
	padding-right: 1.5em;
	padding-top: 0.6em;
}

#user_balance {
  width: 12em;
  box-shadow: 0.2em 0.2em 0.2em rgba(0,0,0,0.6);
  border-radius: 0.5em;
  margin-left: 1.5em;
}

#user_balance .input-group-text {
  padding: 0.4em 0.7em 0.2em;
  height: 1.94em;
  background: #0f1013;
  border-color: #1d1f23;
  font-size: 0.9em;
  color: #eee;
  border-radius: 0.5em 0 0 0.5em;
  box-shadow: inset 0.1em 0.1em 0.6em rgba(120,120,120,0.2);
}

#user_balance input {
  font-size: 0.9em;
  height: 1.94em;
  background-color: #2c2e37;
  border-color: #2c2e37;
  color: #eac106;
  box-shadow: inset 0.1em 0.1em 0.6em rgba(120,120,120,0.3);
  border-radius: 0 0.5em 0.5em 0;
  text-align: right;
  font-family: "MyriadProLight",Sans-serif,Arial;
}

#user_deposit,
#user_withdraw {
	text-decoration: none;
}

#user_withdraw {
  margin-left: 1em;
}

#user_deposit {
	margin-left: 0.5em;
}

#user_withdraw .input-group-image,
#user_deposit .input-group-image {
  padding: 0 0.1em;
  height: 0.3em;
}

#user_withdraw img,
#user_deposit img {
  height: 1.9em;
  position: relative;
  right: -0.9em;
  z-index: 8;
  top: -0.05em;
}

#user_withdraw > button + button,
#user_deposit > button + button {
  font-size: 0.9em;
  height: 2em;
  padding-top: 0.3em;
  border-radius: 0 0.5em 0.5em 0;
  padding-left: 1.4em;
  padding-right: 1.8em;
  background-color: #b36d30;
  border-color: #1e412d;
  box-shadow: inset 0.1em 0.1em 0.6em rgba(120,120,120,0.3), 0.2em 0.2em 0.2em rgba(0,0,0,0.6);
}

#user_downloadandroid {
  text-decoration: none;
  box-shadow: 0.2em 0.2em 0.2em rgba(0,0,0,0.6);
  border-radius: 0.5em;
  float: right;
}

#user_downloadandroid > button:first-child {
  font-family: MyriadProLight;
  font-size: 1.2em;
  height: 1.6em;
  line-height: 1em;
  border-radius: 0.5em 0 0 0.5em;
  background-color: #179351;
  border-color: #179351;
  color: #151515;
  box-shadow: inset 0.3em 0.5em 1.2em rgba(255,255,255,0.3);
  padding-top: 0.3em;
	padding-bottom: 0.3em;
}

#user_downloadandroid > button:first-child span {
  color: #eee;
}

#user_downloadandroid > button:last-child {
  background-color: #3964d7;
  padding: 0 0.4em;
  height: 1.9em;
  border-radius: 0 0.5em 0.5em 0;
}

#user_downloadandroid > button:last-child img {
  height: 1.8em;
}

#user_berita {
  margin-top: 0.75em;
}
.running-news .input-group-text {
  text-transform: uppercase;
  font-size: 0.7em;
	height: 1.8em;
  border-radius: 0.5em 0 0 0.5em;
  background-color: #402c88;
  color: #fff;
  border-color: #402c88;
  box-shadow: inset 0.5em 0.3em 0.5em rgba(255,255,255,0.2);
  letter-spacing: 1px;
  padding-top: 0.2em;
	padding-bottom: 0;
	line-height: 1.5em;
}
#user_berita > div {
  height: 1.3em;
  padding-top: 0;
  padding-bottom: 0;
  background-color: #07070b;
  border-color: #252528;
  color: #fff;
  border-radius: 0 0.5em 0.5em 0;
  box-shadow: inset 0.1em 0.6em 0.5em rgba(255,255,255,0.2);
}
#user_berita .marquee {
  font-size: 0.8em;
  line-height: 1.5em;
  font-family: "MyriadProLight",Sans-serif,Arial;
}
.buttons-alt {
  display: none;
  margin: auto;
  float: none;
  clear: both;
  width: 100%;
  max-width: 35em;
}
.buttons-alt > a {
  display: block;
  float: left;
  width: 32%;
  margin-top: 1em;
  box-shadow: 0.2em 0.2em 0.3em rgba(0,0,0,0.6);
  border-radius: 2em;
}
.buttons-alt > a + a {
  margin-left: 2%;
}
.buttons-alt img {
  width: 100%;
}
@media (max-width: 1230px) {
	.essential-menus {
	  padding-right: 0;
	}
}
@media (max-width: 860px) {
	.essential-menus {
	  padding-left: 2.5em;
	}
}
@media (max-width: 689px) {
	.buttons-alt {
		/*
		display: table;
		*/
		display: flex;
		justify-content: center;
	}
}
@media (max-width: 480px) {
	.buttons-alt > a {
		margin-top: 0.5em;
	}
	#user_berita {
	  margin-top: 0.4em;
	}
}

/*
 * MAIN
 */
main {
	background-image: url("images/bg/bg-single-block.jpg");
	background-size: cover;
	height: 570px;
	border-radius: 0 0 1.1em 1.1em;
	overflow: hidden;
	background-position: center;
}

.inner-main {
	padding: 15px;
	/*position: relative;*/
	background-color: rgba(0,0,0,0.75);
}

/*
.inner-main::before {
  position: absolute;
  content: attr(data-message);
  right: 27%;
  color: #ddd;
  font-size: 0.8em;
  width: 10em;
  line-height: 1em;
  padding: 0.5em 1.5em 0.5em 3em;
  top: 0px;
  background-color: #098bbd;
  color: #faff06;
}
*/

main .content {
	overflow-y: auto;
	width: 100%;
	color: #fff;
	overflow-x: hidden;
}

@media (max-width: 767px) {
	/*
	.inner-main::before {
		right: 15px;
	}
	*/
}

/*
 * GAME SLIDER
 */
.content .splide-container {
  display: block;
  width: 100%;
} 

.splide {
  margin: auto;
}

.game-each {
  padding: 1em;
  align-items: center;
  display: flex;
  margin: auto !important;
}

.game-each a {
  /*padding: 1.5em 1em 1em 1em;*/
  display: block;
  text-decoration: none;
  width: 100%;
  position: relative;
  aspect-ratio: 0.8;
  /*background-image: url("images/bg/bg-games.png");*/
  background-size: 100% 100%;
}

.game-name {
  font-family: "PlayRegular",Sans-serif,Arial;
  text-align: center;
  position: absolute;
  left: 1em;
  bottom: 1.3em;
  color: #fff;
  text-transform: uppercase;
  line-height: 1.2em;
  right: 1em;
  font-size: 0.8em;
  display: none;
}

.game-name::before {
  position: absolute;
  width: 100%;
  bottom: -0.5em;
  left: 0;
  height: 0.2em;
  content: "";
  background-image: url("images/bg/bg-underline.png");
  background-size: 100% 100%;
}

.games-list::before {
  content: "";
  position: absolute;
  height: 0.6%;
  top: 49.7%;
  background-image: url("images/bg/bg-underlinelong.png?v=2");
  background-size: 100% 100%;
  z-index: 8;
  width: 90%;
  left: 5%;
}

.game-each img {
  width: 100%;
  /*transform: scale(1.3);*/
}

.splide__pagination {
  bottom: 0 !important;
}

.splide__arrow--prev {
  left: -1em !important;
}
.splide__arrow--next {
  right: -1em !important;
}

.splide__arrow {
  background-image: linear-gradient(to top right, #baafca, #b87030, #fbfeff) !important;
}
.splide__arrow svg {
  fill: #fff;
}

@media (max-width: 480px) {
	.games-list::before {
		display: none;
	}
}

@media (orientation: portrait) {
	@media (max-width: 480px) {
		.game-each {
		  padding-top: 0.5em;
		  padding-bottom: 0.5em;
		}
		.game-each a {
		  padding: 1.2em 1em 1em 1em;
		  aspect-ratio: 0.88;
		}
	}
	@media (max-width: 320px) {
		.game-each a {
		  padding: 1.5em 1em 1em 1em;
		  aspect-ratio: 0.77;
		}
	}
}

/*
==================================================
	BANNER GAMES SLIDER MODE
==================================================
*/

.gamesbanner-list .splide__arrow--prev {
  left: 0 !important;
}
.gamesbanner-list .splide__arrow--next {
  right: 0 !important;
}

.gamesbanner-each a {
  position: relative;
}
.gamesbanner-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding: 0.5em;
  z-index: 10;
  text-align: center;
}

@media (max-width: 820px) {
	.gamesbanner-list .splide__arrow--prev {
	  left: 0.8em !important;
	}
	.gamesbanner-list .splide__arrow--next {
	  right: 0.8em !important;
	}
}

@media (max-width: 360px) {
	.gamesbanner-list .splide__arrow--prev {
	  left: 0 !important;
	}
	.gamesbanner-list .splide__arrow--next {
	  right: 0 !important;
	}
}

/*
==================================================
	BANNER GAMES
==================================================
*/

.banner_games a {
  display: block;
  width: 93%;
  margin: auto;
  border-radius: 1em;
  overflow: hidden;
  /*border: 0.2em solid rgba(19, 125, 176, 0.4);*/
  padding: 0.2em;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fcfdfc+0,3a4456+100 */
	background: rgb(252,253,252); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(252,253,252,1) 0%, rgba(58,68,86,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(252,253,252,1) 0%,rgba(58,68,86,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(252,253,252,1) 0%,rgba(58,68,86,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfdfc', endColorstr='#3a4456',GradientType=0 ); /* IE6-9 */

}

.banner_games img {
  width: 100%;
  border-radius: 0.9em;
}

@media (max-width: 770px) {
	.banner_games a {
		width: 95.5%;
	}
}

/*
==================================================
	BANK BLOCK
==================================================
*/

.bank-block {
	/*
	padding: 1em 1em 0 1em;
	background-color: rgba(0,0,0,0.5);
	*/
	margin-left: -0.5em;
	margin-right: -0.5em;
}

.room-bank-block {
	/*text-align: center;*/
}

.page-games .room-bank-block,
.page-index .room-bank-block {
  width: 93%;
  margin: 1em auto -1em;
  text-align: center;
}

.room-bank-block > div {
	padding-left: 0.5em;
	padding-right: 0.5em;
	float: none;
	display: inline-block;
	width: 7em;
	position: relative;
}

.bank-status {
	text-align: center;
	margin-top: 5px;
	margin-bottom: 15px;
	display: table;
	height: 1em;
}

.room-bank-block img {
  width: 100%;
}

.bank-status::before {
	position: absolute;
	left: 0;
	right: 0;
	font-size: 0.65em;
	letter-spacing: 1px;
}

.bank-status.on::before {
	content: "Online";
	color: #06ff00;
}

.bank-status.off::before {
	content: "Offline";
	color: #ff2323;
}

@media (max-width: 767px) {
	.room-bank-block > div {
		width: 8em;
	}
}

@media (max-width: 480px) {
	.room-bank-block > div {
	  width: 6em;
	}
	.bank-status::before {
		font-size: 0.8em;
	}
}

@media (max-width: 430px) {
	/*
	.room-bank-block > div {
	  margin-bottom: 1em;
	}
	
	.bank-status {
	  top: 0.1em;
	  position: absolute;
	  left: 1em;
	}
	.bank-status::before {
	  width: 0.6em;
	  height: 0.6em;
	  border-radius: 1em;
	}
	.bank-status.on::before {
		content: "";
	  background-color: #06ff00;
	}
	.bank-status.off::before {
		content: "";
	  background-color: #ff0000;
	}
	*/
}

@media (max-width: 420px) {
	/*
	.bank-block {
		margin-left: -0.5em;
		margin-right: -0.5em;
	}
	*/
}


/*
.splide__slide > div:last-child {
  margin-top: 1em !important;
}
*/

/*
 * MAIN BLOCKS height
 */
/*

*/

/*
 * CONTENT MAIN & SIDEBAR
 */
 
.content a {
  text-decoration: none;
}
.content a:hover {
  color: #d8ec1a;
}
.content-inner {
  display: table;
  width: 100%;
}
.content .emphasis {
	color: #be67d4;
}
.content-inner-main {
  padding-bottom: 5em;
}
.two-part .content-inner-main {
  width: 73.5%;
  float: left;
}
.two-part .content-inner-side {
  width: 25%;
  float: right;
  background-image: linear-gradient(to top right, rgba(196,20,247,0.2), rgba(17,23,135,0.3), rgba(12,169,197,0.3));
  border-radius: 0.8em;
  border: 0.2em solid rgba(12,169,197,0.5);
  padding: 1em;
}
.side-wrapper > div + div {
  margin-top: 1em;
}
.side-item a {
  display: block;
}
.side-item img {
  width: 100%;
  border-radius: 0.8em;
}
.side-item .alert-maintenance {
  width: 100%;
  aspect-ratio: 1.56;
  border-radius: 0.8em;
  margin-bottom: 0;
}

.page-banner {
  display: block;
}
.page-banner img {
  max-width: 100%;
  display: block;
  border-radius: 1em;
}

.page-image img {
  max-width: 20em;
}

@media (max-width: 991px) {
	.two-part .content-inner-main {
		width: 72.5%;
	}
}
@media (max-width: 767px) {
	.inner-main {
	  position: relative;
	}
	body:not(.page-games) main .content {
	  padding-bottom: 7em;
	}
	.side-item .alert-maintenance {
		padding: 0.6em;
	}
	.two-part .content-inner-main {
	  width: 100%;
	}
	.two-part .content-inner-side {
	  position: absolute;
	  bottom: -1em;
	  left: -15px;
	  right: -15px;
	  width: auto;
	  background-image: none;
	  border: none;
	  padding: 1.3em;
	  float: none;
	  z-index: 10;
	}
	.side-wrapper {
	  display: table;
	  width: 100%;
	}
	.side-item {
	  width: 49%;
	  float: left;
	  margin-top: 0 !important;
	}
	.side-wrapper > div + div {
	  margin-left: 2%;
	}
	.content-inner-side img {
	  height: 6em;
	  width: auto;
	  margin: auto;
	  border-radius: 0.8em;
	}
	.side-item {
	  /*background-image: linear-gradient(to top right, rgba(196,20,247,0.2), rgba(17,23,135,0.3), rgba(12,169,197,0.3));*/
	  background-image: linear-gradient(to top right, #442a68, #203c62, #1f677c);
		border-radius: 0.8em;
		border: 0.2em solid rgba(12,169,197,0.5);
	  padding: 0.5em 0;
	}
}
@media (max-width: 400px) {
	.side-item {
	  background-image: none;
		border-radius: 0;
		border: none;
	  padding: 0;
	}
	.content-inner-side img {
	  width: 100%;
	  height: auto;
	}
}

/*
 * BREADCRUMB
 */

.breadcrumb {
  margin-bottom: 1.2em;
}
.breadcrumb-item.active {
  color: #fff;
}

/*
 * PANEL
 */

.panel {
  border-radius: 1em;
  background-color: rgba(0,0,0,0.7);
  box-shadow: inset 0.2em 0.2em 0.6em rgba(255,255,255,0.2), 0.1em 0.1em 0.3em rgba(255,255,255,0.4);
}
.panel-heading {
  padding: 0.5em 1em;
  border-radius: 1em 1em 0 0;
  background-image: linear-gradient(to top right, rgba(196,20,247,0.2), rgba(17,23,135,0.3), rgba(12,169,197,0.3));
  color: #be67d4;
  font-family: "GothamLight",Sans-serif,Arial;
  text-transform: uppercase;
  display: block;
}
.panel-heading h4 {
  margin-bottom: 0;
}
.panel.nobody .panel-heading {
  border-radius: 1em;
}
.panel.link .panel-heading {
  color: #0d69f3;
}
.panel.link .panel-heading:hover {
  color: #d8ec1a;
}
.panel.link .panel-heading > * {
  display: table;
  margin: auto;
}
.panel.iconhead .panel-heading > * {
  padding-left: 1.5em;
}
.panel.iconhead .panel-title {
  position: relative;
}
.panel.iconhead .panel-title::before {
  position: absolute;
  content: "";
  background-size: 100%;
  left: 0;
  top: 0;
  width: 1.2em;
	height: 1.2em;
	background-repeat: no-repeat;
}
.panel.msginbox .panel-title::before {
	background-image: url("images/icon/user/message-inbox.png?v=2");
}
.panel.msgsent .panel-title::before {
	background-image: url("images/icon/user/message-sent.png");
}
.panel.msgcompose .panel-title::before {
	background-image: url("images/icon/user/message-compose.png");
}
.panel-image a {
  padding: 0;
}
.panel-image a img {
  width: 100%;
  border-radius: 1em;
}

.result-list .row > div {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
	
.panel-body {
  padding: 1em;
  background-image: linear-gradient(to bottom, rgba(20,20,200,0.1), rgba(200,20,20,0.1));
  border-radius: 0 0 1em 1em;
}

.panel.active {
  opacity: 0.3;
}

@media (max-width: 767px) {
	.sided-block {
	  width: 99%;
	}
	.panel-heading {
	  font-size: 0.9em;
	}
	.transfer-menus {
		font-size: 1.4em;
	}
	
}
@media (max-width: 575px) {
	.panel.iconhead .panel-title {
	  min-width: 7em;
	  text-align: left !important;
	}
	.sided-block .row > div + div {
	  margin-top: 1em;
	}
	.result-list .row > div {
	  margin-top: 0;
	  margin-bottom: 0;
	}
}

/*
 * SEGMENT TITLE
 */

.segment-title {
  margin-bottom: 1em;
  margin-top: 0.5em;
  text-transform: uppercase;
  color: #e3f819;
  text-shadow: 0.1em 0.1em 0.2em rgba(255,255,255,0.3);
}
.segment-title .arrow {
  float: left;
  margin-right: 0.5em;
  position: relative;
  bottom: -0.15em;
}
.arrow-right {
  width: 0;
  height: 0;
  border-top: 0.5em solid transparent;
  border-bottom: 0.5em solid transparent;
  border-left: 0.5em solid #e3f819;
}
.segment-title-special {
  padding: 1em;
  background-color: rgba(198, 36, 131, 0.4);
}
.segment-title-special .segment-title {
  display: table;
  margin: auto;
}

.segment-title.special {
  background-color: rgba(0,0,0,0.2);
  padding-top: 0.2em;
  padding-bottom: 0.3em;
  box-shadow: inset 0 0 0.8em rgba(255,255,255,0.2);
  border-radius: 0.4em;
}

.page-games .segment-title.special {
  width: 93.5%;
  margin-left: auto;
  margin-right: auto;
}

.hot-icon {
  height: 0.9em;
  position: relative;
  top: -0.1em;
  margin-left: 0.1em;
  margin-right: 0.1em;
}

@media (max-width: 770px) {
	.page-games .segment-title.special {
		width: 96%;
	}
}

/*
 * DESCRIPTIONS
 */

.text-description {
  margin-top: 2em;
  margin-bottom: 0;
  font-family: "GothamLight",Sans-serif,Arial;
  font-size: 1em;
}

.text-description ul,
.modal-body ul {
  padding-left: 1em;
  list-style-type: none;  
}

.text-description ol,
.modal-body ol {
  padding-left: 1.2em;
}

.chevron-right,
.modal-body ul li {
  position: relative;
}

.text-description li.chevron-right::before,
.modal-body ul li::before {
  content: "";
  position: absolute;
  left: -1em;
  top: 0.5em;
  height: 0.5em;
  width: 0.5em;
  border: 0.1em solid #f9dd94;
  transform: rotate(45deg);
  border-width: 0.1em 0.1em 0 0;
}

.modal-body ul li::before {
  border-color: #ff5400;
}
    
/*
 * CONTENT FORM ELEMENTS
 */

/* .content input[readonly=""]:focus */
 
.content .form-control {
  background-color: #2c2e37;
  border-color: #2c2e37;
  color: #eac106;
  box-shadow: inset 0.1em 0.1em 0.6em rgba(120,120,120,0.3), 0.2em 0.2em 0.2em rgba(0,0,0,0.6);
  border-radius: 0.5em;
  font-family: "MyriadProLight",Sans-serif,Arial;
}

.content .form-control:focus {
	background-color: #4d4f55;
  border-color: #2c2e37;
  color: #eac106;
  box-shadow: inset 0.1em 0.1em 0.6em rgba(120,120,120,0.3), 0.2em 0.2em 0.2em rgba(0,0,0,0.6);
  border-radius: 0.5em;
}

.content .form-control[readonly=""],
.content .form-control[readonly=""]:focus {
	background-image: url("images/bg/bg-grid-tiled-small.png?debug=1");
	background-color: #1c1c1d;
}

.content .input-group-text {
  background-color: #222;
  border-color: #222;
  color: #eac106;
  box-shadow: inset 0.1em 0.1em 0.6em rgba(120,120,120,0.3);
}

.form-transaction-range {
  margin-right: auto;
  margin-left: 0;
}

#refurl {
  font-size: 1.1em;
}
.copyclipboard-icon {
  width: 1.4em;
}

@media (max-width: 575px) {
	.normal-form label {
	  padding-top: 0;
	}
}

/*
 * BUTTONS
 */

.btn-success {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2a6b15+0,34821a+100 */
	background: #2a6b15; /* Old browsers */
	background: -moz-linear-gradient(top,  #2a6b15 0%, #34821a 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #2a6b15 0%,#34821a 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #2a6b15 0%,#34821a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a6b15', endColorstr='#34821a',GradientType=0 ); /* IE6-9 */
}
.btn-success:hover {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#34821a+0,2a6b15+100,2a6b15+100 */
	background: #34821a; /* Old browsers */
	background: -moz-linear-gradient(top,  #34821a 0%, #2a6b15 100%, #2a6b15 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #34821a 0%,#2a6b15 100%,#2a6b15 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #34821a 0%,#2a6b15 100%,#2a6b15 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#34821a', endColorstr='#2a6b15',GradientType=0 ); /* IE6-9 */
	color: #fff !important;
}
.btn-warning {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e8a90b+0,f8bc0a+100 */
	background: #e8a90b; /* Old browsers */
	background: -moz-linear-gradient(top,  #e8a90b 0%, #f8bc0a 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #e8a90b 0%,#f8bc0a 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #e8a90b 0%,#f8bc0a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8a90b', endColorstr='#f8bc0a',GradientType=0 ); /* IE6-9 */
	color: #fff !important;
}
.btn-warning:hover {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f8bc0a+0,e8a90b+100,e8a90b+100 */
	background: #f8bc0a; /* Old browsers */
	background: -moz-linear-gradient(top,  #f8bc0a 0%, #e8a90b 100%, #e8a90b 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #f8bc0a 0%,#e8a90b 100%,#e8a90b 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #f8bc0a 0%,#e8a90b 100%,#e8a90b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8bc0a', endColorstr='#e8a90b',GradientType=0 ); /* IE6-9 */
	color: #fff !important;
}

.content .btn {
  border-color: transparent;
  border-radius: 0.8em;
  font-family: "GothamLight",Sans-serif,Arial;
  box-shadow: inset 0.1em 0.1em 0.6em rgba(120,120,120,0.3), 0.2em 0.2em 0.2em rgba(0,0,0,0.6);
}
.content .btn:focus {
  box-shadow: none;
  box-shadow: inset 0.1em 0.1em 0.6em rgba(120,120,120,0.3), 0.2em 0.2em 0.2em rgba(0,0,0,0.6);
}

.btn-minwidth {
  min-width: 7em;
}

/*
 * ALERT
 */

.alert {
  padding: 0.5em 1em;
}
.alert div {
  margin: auto;
  padding-left: 2em;
  position: relative;
}
.alert-success div::before,
.alert-danger div::before {
	content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1.5em;
  height: 1.5em;
  background-size: 100%;
  background-repeat: no-repeat;
}
.alert-success div::before {
  background-image: url("images/icon/user/checkmark-icon.png");
}
.alert-danger div::before {
	background-image: url("images/icon/user/exclamation-icon.png");
}

/*
 * FORM VALIDATION
 */

.error-notif {
  border-radius: 0.4em !important;
}

/*
 * TABLE
 */

/**
=============================================
	TABLE
=============================================
**/
.room-main-table {
    /*margin-top: 30px;*/
}

.room-main-table table {
    /*font-family: "PlayBold";*/
	background-color: rgba(0,0,0,0.6);
    text-transform: uppercase;
    border-radius: 0.6em;
	width: 99%;
	margin-left: auto;
	margin-right: auto;
	color: #ddd;
	
	
    -webkit-box-shadow: 0px 0px 2px #f5f5f5;
	   -moz-box-shadow: 0px 0px 2px #f5f5f5;
		-ms-box-shadow: 0px 0px 2px #f5f5f5;
		 -o-box-shadow: 0px 0px 2px #f5f5f5;
			box-shadow: 0px 0px 2px #f5f5f5;
}

.room-main-table table img {
    width: 32px;
    margin-left: auto;
    margin-right: auto;
}

.room-main-table table thead > tr:first-child {
  border-radius: 0.6em 0.6em 0 0;
}

.room-main-table table thead tr > th:first-child {
  border-radius: 0.6em 0 0 0;
}

.room-main-table table thead tr > th:last-child {
  border-radius: 0 0.6em 0 0;
}

.room-main-table table tbody > tr:last-child {
  border-radius: 0 0 0.6em 0.6em;
}

.room-main-table table tbody > tr:last-child > td:first-child {
  border-radius: 0 0 0 0.6em;
}

.room-main-table table tbody > tr:last-child > td:last-child {
  border-radius: 0 0 0.6em 0;
}

.room-main-table table tbody > tr:last-child > td {
  border-bottom-width: 0;
}

.room-main-table table th, 
.room-main-table table td {
  color: #ddd !important;
}

.room-main-table .table > thead > tr > td, 
.room-main-table .table > thead > tr > th {
	background-color: rgba(7, 12, 36, 0.7);
	/*font-style: italic;*/
	padding: 0.5em;
	font-size: 1.1em;
}

.room-main-table .table > thead > tr > th {
    border-bottom: 4px solid #aeaeae;
}

.room-main-table .table > tbody > tr > td:first-child, .table > tbody > tr > th:first-child, 
.room-main-table .table > tfoot > tr > td:first-child, .table > tfoot > tr > th:first-child, 
.room-main-table .table > thead > tr > td:first-child, .table > thead > tr > th:first-child {
	border-left: 0;
}

.room-main-table .table > tbody > tr > td:last-child, .table > tbody > tr > th:last-child, 
.room-main-table .table > tfoot > tr > td:last-child, .table > tfoot > tr > th:last-child, 
.room-main-table .table > thead > tr > td:last-child, .table > thead > tr > th:last-child {
	border-right: 0;
}

.room-main-table .table > thead > tr > th {
    vertical-align: top;
}

.table-striped > tbody > tr:nth-of-type(2n+1) {
    /*background-color: rgba(255, 102, 0, 0.45);*/
	
	-webkit-box-shadow: inset 0 0 3em rgba(255, 255, 255, 0.2);
	   -moz-box-shadow: inset 0 0 3em rgba(255, 255, 255, 0.2);
		-ms-box-shadow: inset 0 0 3em rgba(255, 255, 255, 0.2);
		 -o-box-shadow: inset 0 0 3em rgba(255, 255, 255, 0.2);
			box-shadow: inset 0 0 3em rgba(255, 255, 255, 0.2);
}

.table-striped > tbody > tr:nth-of-type(2n) {
    background-color: rgba(255, 255, 255, 0.03);
}

.table-striped > tbody > tr:hover {
    background-color: rgba(152, 36, 76, 0.45);
}

.table-striped.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    vertical-align: middle;
    border-top: 1px solid rgba(0, 0, 0, 0.45);
	border-left: 2px solid #aeaeae;
    text-align: center;
}

tr.sub-thead > th {
	font-size: 16px !important;
	font-weight: normal !important;
	font-style: normal !important;
}

.table-striped.table > tbody > tr > th {
	background-color: rgba(0, 0, 0, 0.75);
}

.tablecell_bl {
	border-left: 2px solid #aaa !important;
}
.tablecell_bb {
	border-bottom: 2px solid #aaa !important;
}
tr[valign=top] td,
tr[valign=top] th {
	vertical-align: top !important;
}

table .pokercard {
    width: 1.5em !important;
}

@media (max-width: 640px) {
	.tablecell_bl {
		border-left: none !important;
	}
	.tablecell_bb {
		border-bottom: none !important;
	}
	.hide-640 {
		display: none !important;
	}
}

/**
=============================================
	NOMOR KELUAR PRIZE
=============================================
**/
/*
Label the data
*/
@media (max-width: 640px) {
	.room-main-table .table-prize td:nth-of-type(1):before { content: "Posisi"; }
	.room-main-table .table-prize td:nth-of-type(2):before { content: "Angka"; }
	
	.room-main-table .table-periode-prize td:nth-of-type(1):before { content: "Periode"; }
	.room-main-table .table-periode-prize td:nth-of-type(2):before { content: "Tanggal"; }
	.room-main-table .table-periode-prize td:nth-of-type(3):before { content: "Hari"; }
	.room-main-table .table-periode-prize td:nth-of-type(4):before { content: "1st Prize"; }
	.room-main-table .table-periode-prize td:nth-of-type(5):before { content: "2nd Prize"; }
	.room-main-table .table-periode-prize td:nth-of-type(6):before { content: "3rd Prize"; }
	
	.room-main-table .table-periode-common td:nth-of-type(1):before { content: "Periode"; }
	.room-main-table .table-periode-common td:nth-of-type(2):before { content: "Tanggal"; }
	.room-main-table .table-periode-common td:nth-of-type(3):before { content: "Hari"; }
	.room-main-table .table-periode-common td:nth-of-type(4):before { content: "Angka Keluar"; }
	
	.room-main-table tbody td:before { 
		content: attr(data-columntitle) !important; 
		font-weight: bold;
	}
	
	.room-main-table .table-detail-angka td:nth-of-type(1):before { content: "As" !important; }
	.room-main-table .table-detail-angka td:nth-of-type(2):before { content: "Kop" !important; }
	.room-main-table .table-detail-angka td:nth-of-type(3):before { content: "Kepala" !important; }
	.room-main-table .table-detail-angka td:nth-of-type(4):before { content: "Ekor" !important; }
	
	.room-main-table .table-detail-angka td.notitle_640:nth-of-type(1):before { content: "" !important; }
	.room-main-table .table-detail-angka td.notitle_640:nth-of-type(2):before { content: "" !important; }
	.room-main-table .table-detail-angka td.notitle_640:nth-of-type(3):before { content: "" !important; }
	.room-main-table .table-detail-angka td.notitle_640:nth-of-type(4):before { content: "" !important; }
	
	
	
	.table-detail-angka .notitle_640 {
		padding-left: 8px !important;
		width: 50%;
		display: inline-block;
	}
	
	.table-detail-angka .notitle_640.full_width {
		width: 100%;
	}
	
	.hidden_640 {
		display: none !important;
	}
	
	table td.nodata-found {
	  padding-left: 1em !important;
	  padding-right: 1em;
	}
}

@media (max-width: 640px) {
	.room-main-table table {
		width: 99%;
	}
	
	.room-main-table .table > tbody > tr > td, .room-main-table .table > tbody > tr > th, 
	.room-main-table .table > tfoot > tr > td, .room-main-table .table > tfoot > tr > th, 
	.room-main-table .table > thead > tr > td, 
	.room-main-table .table > thead > tr > th {
		border-left: 0;
		border-top: 0;
		text-align: left;
	}
	
	.room-main-table table img {
		margin-left: unset;
		margin-right: auto;
		text-align: left;
	}
	
	.room-main-table .table > tbody > tr > td:first-child, 
	.room-main-table .table > tbody > tr > th:first-child, 
	.room-main-table .table > tfoot > tr > td:first-child, 
	.room-main-table .table > tfoot > tr > th:first-child, 
	.room-main-table .table > thead > tr > td:first-child, 
	.room-main-table .table > thead > tr > th:first-child {
		border-top: 2px solid #aeaeae;
	}
	
	.room-main-table .table > tbody > tr:first-child > td:first-child, 
	.room-main-table .table > tbody > tr:first-child > th:first-child, 
	.room-main-table .table > tfoot > tr:first-child > td:first-child, 
	.room-main-table .table > tfoot > tr:first-child > th:first-child, 
	.room-main-table .table > thead > tr:first-child > td:first-child, 
	.room-main-table .table > thead > tr:first-child > th:first-child {
		border-top: 0;
	}	
	
	.room-main-table .table > tbody > tr > td:last-child, 
	.room-main-table .table > tbody > tr > td:last-child, 
	.room-main-table .table > tfoot > tr > td:last-child, 
	.room-main-table .table > tfoot > tr > td:last-child, 
	.room-main-table .table > thead > tr > td:last-child, 
	.room-main-table .table > thead > tr > td:last-child {
		border-bottom: 0;
	}
	
	.room-main-table tbody tr > td {
	  box-shadow: inset 0.1em 0.1em 0.5em rgba(255,255,255,0.1);
	}
	
	/* Force table to not be like tables anymore */
	.room-main-table table, .room-main-table thead, .room-main-table tbody, .room-main-table th, .room-main-table td, .room-main-table tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	.room-main-table thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	.room-main-table tr { }
	
	.room-main-table td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid rgba(0, 0, 0, 0.45); 
		position: relative;
		padding-left: 55% !important; 
		
		white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
		white-space: -webkit-pre-wrap;          /* Chrome & Safari */ 
		white-space: -pre-wrap;                 /* Opera 4-6 */
		white-space: -o-pre-wrap;               /* Opera 7 */
		white-space: pre-wrap;                  /* CSS3 */
		word-wrap: break-word;                  /* Internet Explorer 5.5+ */
		word-break: break-all;
		white-space: normal;
	}
	
	.room-main-table td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 0.6em;
		left: 0.8em;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		text-align: left;
	}
	
	/*
	Label the data
	*/
	.room-main-table td:nth-of-type(1):before { content: "Periode"; }
	.room-main-table td:nth-of-type(2):before { content: "Hari"; }
	.room-main-table td:nth-of-type(3):before { content: "Angka Keluar"; }
	.room-main-table td:nth-of-type(4):before { content: ""; }
	.room-main-table td:nth-of-type(5):before { content: ""; }
	
	
	/**--- analisis-table --**/
	.analisis-table {
		position: relative;
	}	
	
	.analisis-table table {
		width: 100% !important;
		min-width: unset !important;
	}
	
	.analisis-table .table > tbody > tr > td, .analisis-table .table > tbody > tr > th, 
	.analisis-table .table > tfoot > tr > td, .analisis-table .table > tfoot > tr > th, 
	.analisis-table .table > thead > tr > td, 
	.analisis-table .table > thead > tr > th {
		border-left: 0;
		border-top: 0;
		text-align: left;
	}
	
	.analisis-table table img {
		margin-left: unset;
		margin-right: auto;
		text-align: left;
	}
	
	.analisis-table .table > tbody > tr > td:first-child, 
	.analisis-table .table > tbody > tr > th:first-child, 
	.analisis-table .table > tfoot > tr > td:first-child, 
	.analisis-table .table > tfoot > tr > th:first-child, 
	.analisis-table .table > thead > tr > td:first-child, 
	.analisis-table .table > thead > tr > th:first-child {
		border-top: 2px solid #aeaeae;
	}
	
	.analisis-table .table > tbody > tr:first-child > td:first-child, 
	.analisis-table .table > tbody > tr:first-child > th:first-child, 
	.analisis-table .table > tfoot > tr:first-child > td:first-child, 
	.analisis-table .table > tfoot > tr:first-child > th:first-child, 
	.analisis-table .table > thead > tr:first-child > td:first-child, 
	.analisis-table .table > thead > tr:first-child > th:first-child {
		border-top: 0;
	}	
	
	.analisis-table .table > tbody > tr > td:last-child, 
	.analisis-table .table > tbody > tr > td:last-child, 
	.analisis-table .table > tfoot > tr > td:last-child, 
	.analisis-table .table > tfoot > tr > td:last-child, 
	.analisis-table .table > thead > tr > td:last-child, 
	.analisis-table .table > thead > tr > td:last-child {
		border-bottom: 0;
	}
	
	/* Force table to not be like tables anymore */
	.analisis-table table, .analisis-table thead, .analisis-table tbody, .analisis-table th, .analisis-table td, .analisis-table tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	.analisis-table thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	.analisis-table tr { }
	
	.analisis-table td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid rgba(0, 0, 0, 0.45); 
		position: relative;
		padding-left: 5px !important; 
	}
	
	.analisis-table td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		text-align: left;
	}
	
	/*
	Label the data
	*/
	
	.analisis-table tr::before {
		position: absolute;
		top: 6px;
		left: 0;
		width: 100%;
		padding-bottom: 5px;
		white-space: nowrap;
		text-align: center;
		font-weight: 600;
		border-bottom: 1px solid #000;
	}
	
	
	.analisis-table tr:first-child td:first-child {
		padding-top: 40px;
	}
	
	.analisis-table tr:nth-of-type(1):before { content: "Jenis Analisis"; }

	
}

@media (max-width: 600px) {
	.room-main-table {
		/*
		overflow-x: scroll;
		*/
		border-radius: 5px;
		
		-webkit-box-shadow: 0px 0px 2px #f5f5f5;
		   -moz-box-shadow: 0px 0px 2px #f5f5f5;
			-ms-box-shadow: 0px 0px 2px #f5f5f5;
			 -o-box-shadow: 0px 0px 2px #f5f5f5;
				box-shadow: 0px 0px 2px #f5f5f5;		
	}
	
	/*
	.table {
		margin-bottom: 0;
	}
	*/
	
	.main-pagination nav, .login-navigasi nav {	
		padding: 15px 15px;
		font-size: 12px;
	}
	
	.pagination > li > a, .pagination > li > span {
		padding: 5px 5px;
	}
}

/*
 * SIMPLE POPUP
 */

#popup-overlay.show-popup {
  z-index: 100;
  display: flex;
  align-items: center;
  background-color: rgba(0,0,0,0.5);
}
.simple-popup.alert-box,
.simple-popup.confirm-box {
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  border: solid 0.3em #00ffdb;
	border-radius: 0.5em;
}
.simple-popup.alert-box .popup-message, 
.simple-popup.confirm-box .popup-message {
  color: #222;
}
.popup-buttons button {
	font-size: 0.8em !important;
}

@media (max-width: 360px) {
	.simple-popup.alert-box,
	.simple-popup.confirm-box {
	  max-width: 280px;
	}
}

/*
 * MESSAGE PAGINATION
 */

.mgs-pagination {
  display: table;
  width: 100%;
  margin-bottom: 1em;
}
.mgs-pagination .record-summary {
  float: left;
  font-size: 0.9em;
}
.msg-navigation {
  float: right;
  margin-top: 0;
}
.msg-navigation ul {
  margin-top: 0;
  margin-bottom: 0;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li:last-child > a, 
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li:first-child > a, 
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > .active > a, 
.pagination > .active > a:focus, 
.pagination > .active > a:hover, 
.pagination > .active > span, 
.pagination > .active > span:focus, 
.pagination > .active > span:hover {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > li > a, 
.pagination > li > span {
  position: relative;
  float: left;
  padding: 0.3em 0.8em;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a, 
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.pagination > li:last-child > a, 
.pagination > li:last-child > span {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.pagination > li > a, 
.pagination > li > span {
  color: #fff;
  background-color: #F8A700;
  border: none;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
  margin-right: 5px;
  	margin-top: 0.2em !important;
}
.pagination > .active > a, 
.pagination > .active > a:focus, 
.pagination > .active > a:hover, 
.pagination > .active > span, 
.pagination > .active > span:focus, 
.pagination > .active > span:hover {
  background-color: #098700;
  border-color: #098700;
}

/*
 * MESSAGE
 */
 
.message-list > a {
  background-color: #aaa;
  border-radius: 5px;
  clear: both;
  color: #333 !important;
  display: table;
  padding: 0.4em 1.2em 0.5em;
  width: 100%;
  position: relative;
}
.bg-gradation-darkblue {
  background-color: rgba(255, 255, 255, 0.65) !important;
  border: 1px solid rgba(0, 0, 0, 0.45);
  -webkit-box-shadow: inset 2px 2px 3px rgba(0, 0, 0, 0.45), 2px 2px 3px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: inset 2px 2px 3px rgba(0, 0, 0, 0.45), 2px 2px 3px rgba(0, 0, 0, 0.45);
  -o-box-shadow: inset 2px 2px 3px rgba(0, 0, 0, 0.45), 2px 2px 3px rgba(0, 0, 0, 0.45);
  box-shadow: inset 2px 2px 3px rgba(0, 0, 0, 0.45), 2px 2px 3px rgba(0, 0, 0, 0.45);
}
.message-list > a + a {
  margin-top: 5px;
}
.message-list > a.unread {
  color: #0354ce !important;
  padding-left: 2.2em;
}
.message-list > a.unread::before {
  background-color: #0354ce;
  border-radius: 0.8em;
  content: "";
  height: 0.8em;
  left: 1.2em;
  position: absolute;
  top: 0.6em;
  width: 0.8em;
  margin-top: 0.5em;
}

.message-list > a > div {
  float: left;
  line-height: 2em;
}
.message-list .msg-subject {
  width: 50%;
  padding-right: 1.2em;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.message-list .msg-time {
  width: 45% !important;
  font-size: 1em;
}
.message-list .msg-trash {
  color: #c45252;
  font-size: 1em
  line-height: 2em;
  text-align: right;
  width: 5%;
  opacity: 0.7;
}

.read-message-area {
  padding: 0.6em 1.2em;
}

.read-message-area {
  color: #ddd !important;
}

/*
 * NEW MESSAGE BLINK
 */
 
.unread-message-sign a {
  display: flex;
  align-items: center;
  height: auto;
  margin-left: 1.5em;
  position: relative;
  display: none;
}

.unread-message-sign a.show-sign {
	display: block;
}

.unread-message-sign a::before {
  content: attr(data-unreadcount);
  position: absolute;
  background-color: red;
  right: -0.5em;
  font-size: 0.8em;
  width: 1.5em;
  height: 1.5em;
  text-align: center;
  border-radius: 2em;
  line-height: 1.3em;
  color: #fff;
}
.unread-message-sign img {
  width: 1.8em;
  box-shadow: 0.1em 0.1em 0.3em rgba(255,255,255,0.7);
}
@-webkit-keyframes blinker {
  from { opacity: 1.0; }
  to { opacity: 0.0; }
}

.unread-message-sign a {
  -webkit-animation-name: blinker;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: cubic-bezier(.5, 0, 1, 1);
  -webkit-animation-duration: 1s;
}

/**
=============================================
	PAGINATION
=============================================
**/

.room-main-pagination {
	text-align: center;
}

.main-pagination {
	display: inline-block;
	text-align: center;
	border-radius: 5px;
	
	-webkit-box-shadow: 0px 0px 2px #f5f5f5;
	   -moz-box-shadow: 0px 0px 2px #f5f5f5;
		-ms-box-shadow: 0px 0px 2px #f5f5f5;
		 -o-box-shadow: 0px 0px 2px #f5f5f5;
			box-shadow: 0px 0px 2px #f5f5f5;
			
	width: 100%;
}

.main-pagination .record-summary {
    background-color: #394679;
    font-family: "PlayBold";
    padding: 5px 20px 10px;
	border-radius: 5px 5px 0 0;
	position: relative;
}

.record-summary::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 5px;
    width: 100%;
}

.record-summary::after {
    background: rgba(255,110,2,1);
	background: -moz-linear-gradient(left,  rgba(255,110,2,1) 0%, rgba(255,255,0,0.56) 50%, rgba(255,109,0,0.13) 100%);
	background: -webkit-linear-gradient(left,  rgba(255,110,2,1) 0%,rgba(255,255,0,0.56) 50%,rgba(255,109,0,0.13) 100%);
	background: linear-gradient(to right,  rgba(255,110,2,1) 0%,rgba(255,255,0,0.56) 50%,rgba(255,109,0,0.13) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6e02', endColorstr='#21ff6d00',GradientType=1 );
}

.main-pagination nav {
	font-family: "PlayBold";
    background-color: rgba(0, 0, 0, 0.55);
    border-radius: 0 0 5px 5px;
	padding: 15px 20px;
	line-height: 0;
}

.pagination {
    margin: 0;
}

.btn-pagination {
	-webkit-box-shadow: inset 0px 0px 12px #fff, 0px 4px 7px rgba(0, 0, 0, 0.25);
	   -moz-box-shadow: inset 0px 0px 12px #fff, 0px 4px 7px rgba(0, 0, 0, 0.25);
		-ms-box-shadow: inset 0px 0px 12px #fff, 0px 4px 7px rgba(0, 0, 0, 0.25);   
		 -o-box-shadow: inset 0px 0px 12px #fff, 0px 4px 7px rgba(0, 0, 0, 0.25);
			box-shadow: inset 0px 0px 12px #fff, 0px 4px 7px rgba(0, 0, 0, 0.25);

	color: #000 !important;
	border-radius: 5px !important;
	text-transform: uppercase;
	border: 2px solid #ffa800 !important;
	padding: 2px 10px !important;
	line-height: normal !important;
	margin-top: 3px;	
	
	background: #ffdd30;
	background-image: -webkit-linear-gradient(top, #ffdd30, #ffa611);
	background-image: -moz-linear-gradient(top, #ffdd30, #ffa611);
	background-image: -ms-linear-gradient(top, #ffdd30, #ffa611);
	background-image: -o-linear-gradient(top, #ffdd30, #ffa611);
	background-image: linear-gradient(to bottom, #ffdd30, #ffa611);
	
	/*
	-webkit-transform: skew(-21deg);
	   -moz-transform: skew(-21deg);
		-ms-transform: skew(-21deg);   
		 -o-transform: skew(-21deg);
			transform: skew(-21deg);	
	*/
}

.btn-pagination span {
	display: inline-block;
	-webkit-transform: skew(21deg);
	   -moz-transform: skew(21deg);
		-ms-transform: skew(21deg);   
		 -o-transform: skew(21deg);
			transform: skew(21deg);	
}

.btn-pagination:hover {
	background: #fdcf01 !important;
}

.pagination > li:first-child > a {
	margin-right: 5px;
}

.pagination > li:last-child > a {
	/*margin-left: 5px;*/
}

.main-pagination .btn-pagination {
    padding-top: 0.35em !important;
    padding-bottom: 0.35em !important;
    margin-top: 0;
}

@media (max-width: 480px) {
	.main-pagination .pagination > li {
		display: inline-block;
	}
	.main-pagination .pagination > li.navi {
		width: 100%;
	}
	
	.main-pagination .pagination > li:first-child > a, 
	.main-pagination .pagination > li:first-child > span {
		width: 100%;
		margin-right: 0;
	}

	.main-pagination .pagination > li:last-child > a, 
	.main-pagination .pagination > li:last-child > span {
		width: 100%;
		margin-left: 0;
		margin-top: 5px;
	}	
	
	.main-pagination .pagination > li:first-child:not(.navi) > a {
		margin-bottom: 0;
		left: -5px;
	}
}

/*
 * MODAL
 */
/*
.modal {
  display: flex !important;
  align-items: center;
}
.modal-dialog {
  margin-top: 0;
  margin-bottom: 0;
}
.modal-content {
  width: 280px;
}
*/

.modal-dialog {
  height: 100%;
  margin-top: 0;
  display: flex;
  align-items: center;
  width: 20em;
  margin-left: auto;
	  margin-right: auto;
}
.modal-big .modal-dialog {
	width: 95%;
  max-width: 30em;
}
.modal-header.text-center .modal-title {
  margin: auto;
}
.modal-header.uppercase .modal-title {
  text-transform: uppercase;
}
.modal-content {
  background-color: #070805;
	color: #fff;
	box-shadow: 0 0 0.5em rgba(255,255,255,0.8);
}
.modal.smooth-color .modal-content {
  background-color: #dcf1b2;
  color: #000;
}
.modal-header {
  border-bottom-color: #2a6c15;
}
.modal-footer {
	border-top-color: #2a6c15;
}
.modal-content .btn-close {
  background-color: #fff;
}

.modal-footer .hint {
  font-size: 0.83em;
  width: 100%;
  position: relative;
  top: -1em;
  height: 0.7em;
  text-align: right;
  margin-bottom: 1.5em;
  line-height: 1.4em;
}

/*
=========================================================
	CHAT WIDGET
=========================================================
*/

.custom-live-chat {
	display: table;
	position: fixed;
	z-index: 1100;
	bottom: 0;
	left: 0;
	font-size: 15px;
	width: 100%;
	padding: 1em;
	max-width: 26em;
}
.custom-live-chat.right {
	right: 0;
	left: auto;
	width: auto;
}
.custom-live-chat.goup {
	bottom: 7em;
}
.clc-button {
	display: block;
	cursor: pointer;
}
.clc-button:hover {
	text-decoration: none;
}
.clc-greet {
	font-size: 1.4em;
	text-decoration: none;
	position: absolute;
	bottom: 3em;
	width: 15em;
	line-height: 1.3em;
	color: #222;
	left: 0;
}
.custom-live-chat.right .clc-greet {
	right: 0;
	left: auto;
	text-align: right;
}
.clc-greet p {
	background-color: #fff;
	padding: 0.4em 1em;
	border-radius: 0.5em;
	position: relative;
}
.clc-greet p::after {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-left: 0.6em solid transparent;
	border-right: 0.6em solid transparent;
	border-top: 0.6em solid #fff;
	bottom: -0.5em;
	left: 0.8em;
}
.clc-great-close {
	position: absolute;
	font-family: "Arial";
	display: table;
	right: 0.2em;
	top: 0.2em;
	color: #999;
	z-index: 100;
	font-size: 0.8em;
	line-height: 0.95em;
	padding: 0.1em;
	border-radius: 2em;
	border: 1px solid #999;
	text-align: center;
	width: 1.4em;
	height: 1.4em;
}
.custom-live-chat.right .clc-great-close {
	left: 0.2em;
	right: auto;
}
.custom-live-chat.right .clc-greet p::after {
	right: 0.8em;
	left: auto;
}
.clc-btnimg {
	position: relative;
}
.clc-btnstartchat {
	display: table;
	text-align: center;
	margin: auto;
	margin-top: auto;
	margin-bottom: auto;
	background-color: #fd5002;
	padding: 0.5em 1em;
	font-size: 0.9em;
	border-radius: 0.5em;
	margin-top: 0.3em;
	color: #fff;
	margin-bottom: 0.3em;
	line-height: 1em;
}
.clc-photo {
	position: absolute;
	width: 4em;
	border-radius: 2em;
	z-index: 10;
}
.custom-live-chat.right .clc-photo {
	right: 0;
	left: auto;
}
.clc-icon {
	height: 2.67em;
	border-radius: 0.67em;
	margin-left: 3.33em;
	margin-top: 0.67em;
	margin-bottom: 0.67em;
}
.custom-live-chat.right .clc-icon {
	margin-right: 3.4em;
	margin-left: auto;
}

.clc-iframe {
	max-height: 40em;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 1000;
	padding: 1em;
	max-width: 25em;
	height: 0;
	width: 0;
	opacity: 0;
	
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.custom-live-chat.right .clc-iframe {
	left: auto;
	right: 0;
}
.clc-iframe.show {
	height: 100%;
	width: 100%;
	opacity: 1;
}

.clc-iframe iframe {
	height: 100%;
	width: 100%;
	background-color: #fff;
	border-radius: 10px;
}

.clc-minimize {
	font-family: "Arial";
	font-size: 0.8em;
	cursor: pointer;
	float: right;
	position: absolute;
	top: 0;
	right: 2em;
	background-color: #fff;
	line-height: 0.8em;
	padding: 0.22em 0.4em;
	color: #000;
	border-radius: 3px 3px 0 0;
}

.clc-notes {
	font-family: "Arial";
	font-size: 0.8em;
	padding-left: 5em;
	position: absolute;
	bottom: 0.5em;
	left: 0;
	margin-left: 1em;
	text-shadow: 1px 1px 4px #000;
	z-index: 100;
}

.custom-live-chat.right .clc-notes {
	margin-left: auto;
	left: auto;
	right: 0;
	margin-right: 1em;
	padding-left: 0;
	padding-right: 5em;
	text-align: right;
	width: 100%;
}

.clc-greet p, 
.custom-live-chat .clc-icon {
	-webkit-box-shadow: 0 0 .8em rgba(0, 0, 0, .45);
			box-shadow: 0 0 .8em rgba(0, 0, 0, .45);
}

@media (max-width: 991px) {
	.clc-btnimg {
		font-size: 0.8em;
	}
	.clc-notes {
		padding-left: 2em;
	}
	.custom-live-chat.right .clc-notes {
		padding-right: 2em;
	}
}
@media (max-width: 767px) {
	.clc-btnimg {
		font-size: 0.7em;
	}
	.clc-notes {
		padding-left: 0.5em;
		bottom: 0.3em;
	}
	.custom-live-chat.right .clc-notes {
		padding-right: 0.5em;
	}
}
@media (max-width: 480px) {
	.clc-btnimg {
		font-size: 0.6em;
	}
	.custom-live-chat.right .clc-notes {
		padding-right: 0.5em;
	}
}

/*
=========================================================
	SOCIAL BUTTON
=========================================================
*/

.social-button-home {
	background: linear-gradient(to bottom,  #8239d1 0%,#346dd4 100%);
	position: fixed;
	width: 52px;
	min-height: 10px;
	top: 50%;
	left: 0;
	z-index: 999;
	border-radius: 0 7px 7px 0;
	
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
			transform: translateY(-50%);

	-webkit-box-shadow: -1px 2px 3px #000;
	   -moz-box-shadow: -1px 2px 3px #000;
		-ms-box-shadow: -1px 2px 3px #000;
		 -o-box-shadow: -1px 2px 3px #000;
			box-shadow: -1px 2px 3px #000;
}

.social-button-home::before {
	content: "";	
	background: #d50855;	
	position: absolute;
	width: 3px;
	height: 100%;
	bottom: 0;
	left: 0;	
}

.social-button-home .img-responsive {
	display: block;
    max-width: 100%;
    height: auto;	
}

.social-button-home ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.social-button-home ul > li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.75);
	padding: 5px 7px;	
}

.social-button-home ul > li:last-child {
    border-bottom: 0;
}

img.img-social {
	display: block;
	
    -webkit-transition: .3s ease-in-out;
	   -moz-transition: .3s ease-in-out;
		 -o-transition: .3s ease-in-out;
			transition: .3s ease-in-out;	
}

img.img-social:hover {
	-webkit-transform: scale(1.1);
	   -moz-transform: scale(1.1);
		 -o-transform: scale(1.1);
			transform: scale(1.1);
}

.social-button-home a,
.social-button-home a:hover,
.social-button-home a:active,
.social-button-home a:focus {
	text-decoration: none;
}

@media (max-width: 767px){
	.social-button-home {
		width: 40px;
	}
}

/*
=========================================================
	FLOATING QR CODE DOWNLOAD
=========================================================
*/

.floating-content {
	position: fixed;
	right: -224px;
	top: 50%;
	display: inline-block;
	z-index: 999;
	border-radius: 7px 0 0 7px;
	
	-webkit-box-shadow: 0 2px 3px -1px #000;
	   -moz-box-shadow: 0 2px 3px -1px #000;
			box-shadow: 0 2px 3px -1px #000;
	
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
			transform: translateY(-50%);
			
    -webkit-transition: .5s ease-in-out;
	   -moz-transition: .5s ease-in-out;
			transition: .5s ease-in-out;
}

.floating-content .img-responsive {
	display: block;
    max-width: 100%;
    height: auto;	
}

.floating-content:hover {
	right: 0;
}

.floating-content:hover .bottom-icon {
	-webkit-transform: rotate(-180deg);
	   -moz-transform: rotate(-180deg);
			transform: rotate(-180deg);
}

.floating-content > div {
	float: left;
	position: relative;
	min-height: 196px;
}

.head-floating-content {
	background: linear-gradient(to bottom,  #8239d1 0%,#346dd4 100%);
	padding: 10px;
	padding-top: 15px;
	border-radius: 7px 0 0 7px;
	border-right: 3px solid #d50855;
	width: 44px;
	cursor: pointer;
	font-size: 19px;
	line-height: 19px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
}

.head-floating-content .title {
	width: 21px;
	writing-mode: vertical-rl;
	text-orientation: mixed;
	white-space: nowrap;
	
	-webkit-transform: rotate(180deg);
	   -moz-transform: rotate(180deg);
			transform: rotate(180deg);
}

.head-floating-content .bottom-icon {
    -webkit-transition: .5s ease-in-out;
	   -moz-transition: .5s ease-in-out;
			transition: .5s ease-in-out;
}

.body-floating-content {
	background: linear-gradient(to bottom, #346dd4 0%,#04989c 100%);
	min-width: 224px;
	padding: 10px;
	text-align: center;
	color: #fff;
}

.body-floating-content .body-title {
	background-color: transparent;
	padding: 0;
	font-size: 16px;
	line-height: 16px;
	margin-bottom: 10px;
}

.floating-content .body-floating-content .body-content a {
	display: table;
	margin: auto;
}

.floating-content .body-floating-content .body-content img {
	width: 110px;
	margin: auto;
	border-radius: 7px;
	border: 3px solid #8239d1;
	
    -webkit-transition: .3s ease-in-out;
	   -moz-transition: .3s ease-in-out;
			transition: .3s ease-in-out;
}

.floating-content .body-floating-content .body-content img:hover {
	-webkit-transform: scale(1.1);
	   -moz-transform: scale(1.1);
			transform: scale(1.1);
}

@media (max-width: 480px){
	.floating-content {
		right: -184px;
	}

	.floating-content > div {
		min-height: 178px;
	}	
	
	.head-floating-content {
		width: 41px;
		font-size: 16px;
		line-height: 16px;
	}
	
	.head-floating-content .title {
		width: 18px;
	}
	
	.head-floating-content .bottom-icon {
		margin-top: 5px;
	}
	
	.body-floating-content {
		min-width: 184px;
	}
	
	.body-floating-content .body-title {
		font-size: 14px;
		line-height: 14px;
	}
	
	.floating-content .body-floating-content .body-content img {
		width: 100px;
	}
}

/*
 * FLUID FONT FORMULA
 */
/*
.fluid {
 font-size: [value-min];
}

@media (min-width: [breakpoint-min]) {
  .fluid {
    font-size: calc([value-min] + ([value-max] - [value-min]) * ((100vw - [breakpoint-min]) / ([breakpoint-max] - [breakpoint-min])));
  }
}

@media (min-width: [breakpoint-max]) {
  .fluid {
    font-size: [value-max]
  }
}
*/

/*
 * GRADIENT border guide
 */
/*
https://css-tricks.com/gradient-borders-in-css/
*/