
/* NAVBAR */
.main-navbar {
    width: 100%;
    position: fixed;
    top: 0;
    color: #efefef;
    background-color: rgba(33, 4, 86, 0.9);
    z-index: 4;
}
.navbar-brand {
    position: relative;
}
.navbar-brand img {
    width: 120px;
}
.navbar-nav {
    margin: 0 auto;
}
.navbar-nav a.nav-item {
    padding-left: 15px !important;
    padding-right: 15px !important;
    font-weight: 600;
    text-align: center;
    color: #efefef;
    font-size: 18px;
    transition: 0.1s;
}
.navbar-nav a.nav-item span {
    display: block;
    font-weight: 400;
    font-size: 12px;
    color: #aaaaaa;
}
.navbar-nav a.nav-item.active,
.navbar-nav a.nav-item:hover,
.navbar-nav a.nav-item.active span,
.navbar-nav a.nav-item:hover span {
    color: #cfac5a !important;
}
.navbar-social a {
    margin-left: 5px;
    margin-right: 5px;
    background-color: #efefef;
    transition: 0.1s;
}
.navbar-social a:hover {
    background-color: #cfac5a;
}
.navbar {
    padding-left: 0;
    padding-right: 0;
    padding-top: 5px;
    padding-bottom: 5px;
}
.id-name {
    border: 2px solid #d610ed9c;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    font-size: 14px;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
    color: #fff;
    background-color: #00000059;
}
.id-name span {
    padding-right: 10px;
    color: #ffffff;
    font-weight: 600;
}
.logout-btn {
    background: rgb(97, 21, 211);
    background: -moz-linear-gradient(45deg, #6115d3, #dd10ee, #dd10ee, #dd10ee);
    background: -webkit-linear-gradient(45deg, #6115d3, #dd10ee, #dd10ee, #dd10ee);
    background: linear-gradient(45deg, #6115d3, #dd10ee, #6115d3, #dd10ee);
    background-size: 300% auto;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.45s linear;
    color: #fff;
    border-radius: 4px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    font-size: 14px;
    font-weight: 600;
    padding-top: 12px;
    padding-bottom: 9px;
    border-left: 1px;
}
.logout-btn:hover {
    color: #ffffff !important;
    background-position: 100% 0;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
    box-shadow: 0px 0px 2px 0px rgba(214, 67, 227, 0.6);
}
.point-reward {
	font-size: 14px;
	background: #00000059;
	border: 2px solid #d610ed9c;
	color: #ffffff;
	border-radius: 40px;
}
.bonus-point {
	width: 100%;
	color: #ffffff;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	padding: 8px 14px 0px 20px;
}
.refresh-btn {
	background-color: #ffffff;
	width: auto !important;
	font-size: 12px;
	padding: 5px 10px;
	margin: 0 0 0 10px;
	border-radius: 4px;
	text-transform: uppercase;
	font-weight: 600;
	border-width: 0px;
}
.bonus-point .total-point {
	color: #fff401;
}
.history-btn {
	background-color: #ffffff;
	color: #212529;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	border-radius: 4px;
	text-decoration: none;
	padding: 11px 18px;
}
.refresh-btn:hover,
.history-btn:hover {
	filter: brightness(120%);
	background-color: #ea5454 !important;
	color: #ffffff !important;
}
.items-shop-btn {
	margin-left: 10px;
	font-weight: 500;
	color: #ffffff !important;
	background: rgb(248, 169, 107);
	background: -moz-linear-gradient(45deg, #ffaf20, #fa7725, #fa7725, #fa7725);
	background: -webkit-linear-gradient(45deg, #ffaf20, #fa7725, #fa7725, #fa7725);
	background: linear-gradient(45deg, #ffaf20, #fa7725, #fa7725, #fa7725);
	background-size: 300% auto;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	transition: all 0.45s linear;
	border-radius: 40px;
	border: 2px solid #f8a96b;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
} 
.items-shop-btn:hover {
	color: #ffffff !important;
	background-position: 100% 0;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	transition: all 0.3s linear;
	box-shadow: 0px 0px 2px 0px rgba(214, 67, 227, 0.6);
}
.btn-refresh {
	padding: 0px 2px;
	color: #ffffff;
}
.btn-refresh i {
	transform: rotate(0deg);
	transition: 1s;
	font-size: 16px;
	line-height: 1em;
}
.btn-refresh:hover,
.btn-refresh:active {
	color: rgb(251, 255, 0);
}
.btn-refresh:hover i,
.btn-refresh:active i {
	transform: rotate(360deg);
}
@media only screen and (min-width: 768px) and (max-width: 1440px) {

}

@media only screen and (max-width: 1199.98px) {

}

@media only screen and (max-width: 991.98px) {
	.main-navbar {
		position: static;
	}
	.navbar {
		justify-content: center !important;
		flex-direction: column !important;
	}
}


@media only screen and (max-width: 767.98px) {

}