* {
    margin: 0;
    padding: 0
}

body {
    line-height: 1;
    font-family: roboto, sans-serif;
     background: #f7f3ef;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.grid-container {
    width: 100%;
    background-color:transparent;
	padding: 15px 0px;
}

.header {
	position: relative;
	top: 0;
	z-index: 9;
	width: 100%;
	min-height: 65.8px;
	padding: 0px 20px;
}
.sticky{
	background: #f7f3ef;
	padding-bottom:10px;
	position: fixed;
}

.brand img {
    width: 70px;
}

.brand .sidemenu {
    width: 40px;
    height: 40px;
    float: left;
    cursor: pointer;
    padding: 5px;
    margin: 11px;
    display: none;
}

.brand .sidemenu .menuline {
    width: 20px;
    height: 3px;
    background-color: #888;
    margin: 4px;
}

#desktopmenu {
    float: right;
    margin-top: 10px;
    margin-left: 60px;
    margin-bottom: 10px;
    /* display: none */
}

#desktopmenu ul.nav.navbar-nav li a {
    color: #525252;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 7px 17.5px 0;
}

#desktopmenu ul.nav.navbar-nav li a:hover,
#desktopmenu ul.nav.navbar-nav li a:focus,
#desktopmenu ul.nav.navbar-nav li a:active {
    background-color: transparent;
    border-bottom:2px solid #767676;
    border-radius: 0;
}

.sidebar {
    position: fixed;
    transition: all .5s;
    transform: translateX(-30rem);
    width: 12rem;
    background-color: #ece5da;
    font-size: 1.3rem;
    top: 61px;
	z-index:10;
}

.sidebar ul {
    list-style: none;
    color: #fff;
    text-align: left;
    margin: 0;
    padding: 0
}

.sidebar ul li {
    border-bottom: solid 1px #e9cc8f;
    padding: 13px 10px
}

.sidebar ul li:last-child {
    border-bottom: none
}

.sidebar ul li:hover {
    background: #2596b4
}

.sidebar ul li.active {
    color: #ec1c24
}

.sidebar.in {
    transform: translateX(0);
    left: 0px;
}
.mainwarper{
	width:100%;
	
}
.pagetitle{
	border-bottom: 0;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 10px;
    text-align: center;
    letter-spacing: 3px;
    margin-top: 0px;
    color: #525252;
}
.container-promosi {
    padding-right: 15px ;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.row {
    margin-right: -15px;
    margin-left: -15px;
}
.sub-games .allGame_page {
    padding: 5px 10px;
    min-height: 100%;
}
.sub-games .allGame_page .filter_div {
    background: #e8e4dd;
    margin: 8px 0px 8px 0px;
}
.sub-games .allGame_page .filter_div .fillter_ul {
    display: flex;
    list-style: none;
    padding: 5px 0;
}
.sub-games .allGame_page .filter_div .fillter_ul .fil_link {
    padding: 5px 25px;
    border-right: 1px solid #e9cc8f;
    color: #947642;
    cursor: pointer;
    text-transform: capitalize;
}
.sub-games .allGame_page .filter_div .fillter_ul .fil_link:hover,
.sub-games .allGame_page .filter_div .fillter_ul .fil_link:active,
.sub-games .allGame_page .filter_div .fillter_ul .fil_link.act {
  background: #fff;
}

.promosi .promotion-single {
    margin-bottom: 15px;
    background: #f7f3ef;
    border: 0.3px solid #e9cc8f;
    border-radius: 10px;
    overflow: hidden;
}
.d-flex {
    display: flex;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
.no_gutter {
    padding-right: 15px!important;
    margin-right: -15px!important;
}
.promosi .promotion-single .img-fluid {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.promosi .promo_content {
    padding: 7.5px 0;
    text-align: center;
    color: #317eac;
}
.promosi .promo_top_txt {
    font-size: 1em;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}
.promosi .promo_content .p {
    margin-bottom: 5px;
}
.submit_btn {
    width: 128px;
    padding: 6px 10px;
    border-radius: 0;
    text-transform: uppercase;
    font-weight: 500;
    color: #000;
    background: #d3a543;
    border: 1px solid;
    color: rgba(0,0,0,.8);
    margin: auto;
    text-decoration: none;
   
}
.btn {
    transition: .2s ease-out;
}
.promosi .promo_content .inn-btn {
    text-transform: uppercase;
    font-size: 14px;
    padding: 4px 15px;
    border-radius: 6px;
    width: auto;
    color: #FFF;
    border: 1px;
}
.sub-games .allGame_page .btn.dropdown-toggle{
		background-color: rgba(255,255,255,.15);
		color: #555;
		border: none;
		display: block;
		width: 100%;
		display:none;
	}

.promosi .promotion-single .promo_odometer .odometer_container {
    background: none;
    border: none;
}
.promosi .promotion-single .odometer_inner{
	height: 36px;
    text-align: left;
    margin: 0 auto;
    position: relative;
    right: 0;
}
.promosi .promotion-single .odometer_container .titles {
    text-align: center;
    padding-right: 0;
    line-height: 12px;
	margin-bottom: 5px;
}
.promosi .promotion-single .odometer_container .titles .note.day {
    width: 100px;
}
.promosi .promotion-single .odometer_container .titles .note.hour {
    width: 70px;
}
.promosi .promotion-single .odometer_container .g-num-item, 
.promosi .promotion-single .odometer_container .ini_g_num_item {
    display: inline-block;
}
.promosi .promotion-single .odometer_container .g-num-item i,
.promosi .promotion-single .odometer_container .ini_g_num_item i{
	width: 30px;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    border-radius: 1px;
    border: 2px solid #000;
    background-color: #333;
    background-size: 100%;
    background-image: linear-gradient(180deg,#0c0b0b,#292929 20%,#464444 60%,#292727 95%,#0c0b0b);
    padding: 0 0.15em;
    position: relative;
    font-style: normal;
}
.promosi .promotion-single .odometer_container .g-num-item i.no-bg, 
.promosi .promotion-single .odometer_container .ini_g_num_item i.no-bg{
	    background: none;
    border: none;
    box-shadow: none;
    visibility: hidden;
}
.promosi .promotion-single .odometer_container .titles span {
    display: inline-block;
}


.promosi-detailmodel{
	min-width: 350px;
    width: 90%;
    margin: auto;
    border: 2px solid #fff;
    border-radius: 30px;
    overflow-y: hidden;
    max-height: 75vh;
    min-height: 65vh;
    background-color: #181818;
	
	position: fixed;
    top: 50%;
    left: 50%;
    z-index: 2000;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateX(-50%) translateY(-50%);
	color:#ffffff;
}
.model-show {
    visibility: visible;
}
.promosi-detailmodel .model-head {
    z-index: 30;
    position: relative;
}
.promosi-detailmodel .glyphicon  {
	position: absolute;
    top: 10px !important;
    right: 10px;
    font-size: 21px;
	color:#fff;
	cursor:pointer;
	font-weight:normal;
}

.promotionmodal_content::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.promotionmodal_content::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.promotionmodal_content::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}
.promotionmodal_contentt::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(255, 255, 255, 0.3);
}

.promosi-detailmodel .promotionmodal_content{
	padding: 0 25px;
    height: calc(100vh - 240px);
    display: inline-block;
    overflow-y: auto;
    /* margin: 10px 0; */
}
.promosi-detailmodel .title {
	color: inherit;
    font-family: inherit;
    font-size: 30px;
    text-transform: capitalize;
}
.promosi-detailmodel .promo_inner_details {
    margin-top: 20px;
}
@media only screen and (max-width: 1024px) {

	#desktopmenu {
		display:none;
	}
	.brand .sidemenu{
		display:block;
	}
	.grid-container{
		padding:0px;
	}
	.brand img {
		width: 40px;
		padding: 10px 0px;
	}
	.header{
		background-color:#ece5da;
		padding: 0px 0px;
		min-height: 60px;
	}
	.sticky{
		background-color:#ece5da;
		padding-bottom:0px;
	}
	.pagetitle{
		border-bottom: 1px solid #888;
		margin: 11px 10px 0px 10px;
		padding-bottom: 10px;
		font-size: 20px;
	}
	.promosi .promotion-single .img-fluid{
		border-bottom-left-radius: 0px;
	}
	.sub-games{
		position:relative;
	}
	
	.sub-games .allGame_page .filter_div{
		position: absolute;
		z-index: 5;
		width: 100%;
		margin:0px;
		display:none;
	}
	.sub-games .allGame_page .filter_div.open{
		display:block;
		border-top: 1px solid #e9cc8f;
	}
	
	.sub-games .allGame_page .btn.dropdown-toggle{
		display:block;
	}
	.sub-games .allGame_page .filter_div .fillter_ul{
		 display: block;
	}
	.sub-games .allGame_page .filter_div .fillter_ul .fil_link{
		padding: 9px 15px;
		border-right: none;
		width: auto;
	}
	
	
}

