html {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 14px;
}

body {
  padding-bottom: 58px;
}

.hidden,
  [hidden] {
    display: none !important;
}

/* Button */
.btn {
	border-radius: 0px;
}

.row {
    margin-right: -5px;
    margin-left: -5px;
}

.form-control{
	border-radius: 0px;
}

.modal-header {
	background: #000;
	color: #fff000;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}
	.modal-header a{
		color: #fff;
	}

.header-shadow {
  box-shadow: 0 2px 4px rgba(0,0,0,0.15);
}
.navbar {
  padding: 0 1rem;
}
.tab-bar {
  /*background-color: #fff;
  box-shadow: 0 4px 8px rgba(0,0,0,0.10);*/
  padding: 0 15px;
  display: flex;
  justify-content: space-evenly;
  margin-bottom: 16px;
}
.tab-list {
  width: 100%;
  text-align: center;
  padding: 8px 4px;
}
.tab-list a {
  display: block;
  background-color: #f6bc2a;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  padding: 8px 4px;
  border-radius: 0px;
}
.tab-list a:hover{
	text-decoration: none;
}
.tab-list.active a {
	background-color: #674900;
	color: #fff;
}
.bg-yellow {
	background-image: linear-gradient(to bottom,#4E2A00,#3B2100);
}
.navbar-brand img {
	max-width: 175px;
}
	
/* Hamburger Menu */
.hamburger {
	padding: 6px 8px;
	background-color: rgba(255,255,255,0.10);
	/*border-radius: 3px;*/
	color: #fff;
}
.hamburger .line{
	width: 24px;
	height: 2px;
	display: block;
	margin: 4px auto;
	background-color: #fff000;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.hamburger:hover{
  cursor: pointer;
}
.main-logo {
  max-width: 200px;
  text-align: center;
  margin: 30px auto;
}

/* Swiper Permainan */
.navbar-games {
  /*background-image: linear-gradient(to bottom, #b2007c, #4b0034);*/
  background: #292929;
}
.navbar-games .nav-link {
  width: auto;
  color: rgba(255,255,255,0.5);
  font-size: 14px;
  font-weight: 500;
  padding: 16px;
  min-width: 126px;
  position: relative;
  display: block;
  text-transform: uppercase;
  text-align: center;
  transition: all 300ms ease;
}
.navbar-games .nav-link.active {
  color: rgba(255,176,0,1);
  font-weight: 600;
}
.navbar-games .nav-link.active:before {
	/*
  content: ' ';
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0px;
  height: 0px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff7f0;
  z-index: 1;
  */
}
.navbar-games .swiper-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.navbar-games .nav-link .icon-category img {
  opacity: 0.5;
  width: 36px;
  height: 36px;
  margin-bottom: 4px;
}
.navbar-games .nav-link.active .icon-category img {
  opacity: 1;
}

/* Account Bar */
.user-box {
  background-image: linear-gradient(to top, #4E2A00, #3B2100);
  padding: 16px;
}

.account-bar {
  background-color: #fff;
  padding: 6px 16px;
  text-align: center;
  font-weight: 500;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.10);
  margin-top: 8px;
  position: relative;
}
.account-bar:before {
  /*position: absolute;
  top: 6px; */
  left: 12px;
  content: '\f51e';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

/* Announce */
.announce-bar {
  font-size: 14px;
  padding: 8px 0 2px 42px;
  background-color: rgba(0,0,0,0.8);
  position: relative;
}
.announce-bar::before {
  position: absolute;
  content: '\f0a1';
  top: 8px;
  left: 15px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #FD9801;
}
ul.notif {
  padding: 0;
  margin: 0;
}
ul.notif li {
  display: inline-block;
  list-style: none;
  position: relative;
  padding-left: 20px;
  margin-left: 16px;
  color: #fff000;
}
ul.notif li:before {
/*
  position: absolute;
  content: '\f05a';
  top: 1px;
  left: 0;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #FD9801;
*/
}

/* Bottom Menu */
.bottom-navbar {
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: #4E2A00;
  display: flex;
  width: 100%;
  box-shadow: 0 -2px 4px rgba(0,0,0,0.15);
}
.bottom-navbar-item {
  color: #fff;
  flex: 0 0 25%;
  text-align: center;
}
.bottom-navbar-item.active,
.bottom-navbar-item.active a {
  color: #f6bc2a;
}
.bottom-navbar-item a {
  display: block;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  padding: 6px 8px 4px;
}
.bottom-navbar-item a:hover,
.bottom-navbar-item a:focus {
  text-decoration: none;
  color: #fff000;
}
.bottom-navbar-item a i {
  margin-bottom: 4px;
  font-size: 18px;
}

/* Sidebar Menu */
#bg-overlay {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  z-index: 1040;
}
#bg-overlay.open {
  visibility: visible;
  opacity: 1;
}
#menu-overlay {
  position: fixed;
  visibility: hidden;
  transform: translateX(-100%);
  top: 0;
  left: 0;
  width: 290px;
  height: 100%;
  /*background-color: #fff7f0;*/
  background: rgba(0,0,0,0.8);
  z-index: 1041;
  transition: all 300ms ease;
}
#menu-overlay.open {
  visibility: visible;
  transform: translateX(0);
}
.user-box {
  background-image: linear-gradient(to top, #4E2A00, #3B2100);
  padding: 16px;
}
.user-top-bar {
  display: flex;
  justify-content: space-between;
}
.user-top-bar .notes {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 4px 0;
}
.toggleclose {
  padding: 10px 0;
 }
.toggleclose .line{
  width: 22px;
  height: 2px;
  background-color: #fff;
  display: block;
  transition: all 300ms ease;
  transition-delay: 200ms;
}
.toggleclose .line:nth-child(1){
  -webkit-transform: translateY(1px) rotate(45deg);
  -ms-transform: translateY(1px) rotate(45deg);
  -o-transform: translateY(1px) rotate(45deg);
  transform: translateY(1px) rotate(45deg);
}
.toggleclose .line:nth-child(2){
  -webkit-transform: translateY(-1px) rotate(-45deg);
  -ms-transform: translateY(-1px) rotate(-45deg);
  -o-transform: translateY(-1px) rotate(-45deg);
  transform: translateY(-1px) rotate(-45deg);
}
.user-picture {
  width: 70px;
  height: 70px;
  background-color: rgba(255,255,255,0.25);
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 8px auto;
}
.user-picture i {
  font-size: 24px;
}
.text-account {
  color: #fff000;
  font-weight: 500;
  text-align: center;
}
.button-holder {
  display: flex;
  width: 100%;
  margin-top: 16px;
}
.button-item {
  padding: 0 8px;
  flex: 0 0 50%;
}
.menu-list ul {
  padding: 16px;
  margin: 0;
}
.menu-list ul li {
  list-style: none;
}
.menu-list ul li a {
  display: block;
  color: #fff;
  padding: 10px 0;
  font-weight: 600;
  border-bottom: 1px dotted #eee;
  text-transform: uppercase;
}
.menu-list ul li a:hover {
	color: #fff000;
	text-decoration: none;
}
.title-bar {
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 4px 16px;
}

/* Alert */
.alert-dark {
    color: #fff000;
    background-color: #000;
    border: 1px solid #fff000;
	border-radius: 0px;
}

.alert-dark a{
	color: #fff;
}

.games-wrapper {
  /*padding: 16px;*/
  margin-bottom: 15px;
}
.games-list {
  display: flex;
  flex-wrap: wrap;
}
.games-item {
  flex: 0 0 50%;
  padding: 0 8px;
  margin-bottom: 30px;
}
.games-item a {
  display: block;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  color: #674900;
  text-decoration: none;
}
.games-item a img {
  display: block;
  max-height: 68px;
  margin: auto auto 6px auto;
}

.game-lists .card {
    border-radius: 0px;
	border: 10px solid #3B2100;
	background: #000;
	/*min-height: 210px;*/
}

.game-lists .card-footer{
	color: #fff000;
}

	.game-lists .col-6 {
		padding: 0 7px;
		margin-bottom: 15px;
	}

	.game-lists img{
		/*height:55px;*/
	}

	.game-lists .card-body{
		color: #fff000;
	}
	
.provider-list .card {
    border-radius: 0px;
	border: 10px solid #3B2100;
	background: #000;
	/*min-height: 210px;*/
}

.provider-list .card a{
    color: #fff000;
}

	.provider-list .card a:hover{
		text-decoration: none;
	}

.provider-list .col-6 {
    padding: 0 7px;
	margin-bottom: 15px;
}

.font-14{
	font-size: 14px;
}

#table-summary td, #table-summary th {
    padding: .1rem;
}

td{
	line-height: 1.42857143;
}

.table td, .table th{
	padding: 8px;
}

/* Remove Up Down Arrow for Input Type Number */
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.navbar-text{
	color: #000;
}

#user-balance {
	color: #000;
	font-weight: 800;
}

.progress{
	height: 1.2rem;
	border-radius: 0px;
}

/*loader*/
#loader-wrapper {
opacity:0.5;background:#000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}
#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #3498db;

    -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */

    z-index: 1001;
}

    #loader:before {
        content: "";
        position: absolute;
        top: 5px;
        left: 5px;
        right: 5px;
        bottom: 5px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #e74c3c;

        -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
        animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    }

    #loader:after {
        content: "";
        position: absolute;
        top: 15px;
        left: 15px;
        right: 15px;
        bottom: 15px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #f9c922;

        -webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
          animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    }

    @-webkit-keyframes spin {
        0%   { 
            -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(0deg);  /* IE 9 */
            transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
        }
        100% {
            -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(360deg);  /* IE 9 */
            transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
        }
    }
    @keyframes spin {
        0%   { 
            -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(0deg);  /* IE 9 */
            transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
        }
        100% {
            -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(360deg);  /* IE 9 */
            transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
        }
    }

    #loader-wrapper .loader-section {
        position: fixed;
        top: 0;
        width: 51%;
        height: 100%;
        /*background: #222222;*/
        z-index: 1000;
        -webkit-transform: translateX(0);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: translateX(0);  /* IE 9 */
        transform: translateX(0);  /* Firefox 16+, IE 10+, Opera */
    }

    #loader-wrapper .loader-section.section-left {
        left: 0;
    }

    #loader-wrapper .loader-section.section-right {
        right: 0;
    }

    /* Loaded */
    .loaded #loader-wrapper .loader-section.section-left {
        -webkit-transform: translateX(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: translateX(-100%);  /* IE 9 */
                transform: translateX(-100%);  /* Firefox 16+, IE 10+, Opera */

        -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  
                transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    }

    .loaded #loader-wrapper .loader-section.section-right {
        -webkit-transform: translateX(100%);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: translateX(100%);  /* IE 9 */
                transform: translateX(100%);  /* Firefox 16+, IE 10+, Opera */

-webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  
        transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    }
    
    .loaded #loader {
        opacity: 0;
        -webkit-transition: all 0.3s ease-out;  
                transition: all 0.3s ease-out;
    }
    .loaded #loader-wrapper {
        visibility: hidden;

        -webkit-transform: translateY(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: translateY(-100%);  /* IE 9 */
                transform: translateY(-100%);  /* Firefox 16+, IE 10+, Opera */

        -webkit-transition: all 0.3s 1s ease-out;  
                transition: all 0.3s 1s ease-out;
    }
    
    /* JavaScript Turned Off */
    .no-js #loader-wrapper {
        display: none;
    }
    .no-js h1 {
        color: #222222;
    }

/* end loader */