/*
    Color Blue 1 : #2244a7
    Color Blue 2 : #2d5adf
    Color Blue 3 : #101f4e
    Color Blue 4 : #1b3686

    Color Sec Blue 1 : #30231e
    Color Sec Blue 2 : #fdb734
*/
.offcanvas-body ul .nav-item.active{
    background-color: #2244a7 !important;
}

.navbar-fontcolor{
    color: white !important;
}

.text-primary{
    color: #fdb734 !important;
}

.text-secondary{
    color: #909098 !important;
}

.color-1{
    background-color: #2244a7;
}

.color-2{
    background-color: #2d5adf;
}

.color-3{
    background-color: #101f4e;
}

.color-4{
    background-color: #1b3686;
}

.color-second-1{
    background-color: #30231e;
}

.color-second-2{
    background-color: #fdb734;
}

.font14{
    font-size: 14px !important;
}

.font12{
    font-size: 12px !important;
}

.dropdown-menu.megamenu {
	border-bottom: 1px solid #fdb734;
}

.menu-dekstop a{
    color: #909098;
}

.mobile-menu-item.show{
    background-color: #fdb734 !important;
    color: #30231e;
}

.btn-owl-nav {
	background: #2244a7;
	color: #fff;
}

.btn-owl-nav:active,
.btn-owl-nav:hover,
.btn-owl-nav:focus{
	background: #2d5adf !important;
	border-color: #2d5adf !important;
}

#btn-seeall{
    background-color: #2d5adf;
}

#btn-seeall:hover{
    background-color: #1b3686 !important;
}

.game-slide-title span{
    color: #fff;
    font-size: 18px;
}
.footer-brand{
    color: #fff;
}
#footer{
    color: #909098;
}
.kolom-footer ul li a{
    text-decoration: none;
    color: #909098;
    font-size: 14px;
}

/*Start Filter Game Button*/
.btn-app-game-radio .btn-check:checked + .btn:hover,
.btn-app-game-radio .btn-check:checked + .btn {
	color: #333333;
	background: #fc9c2d;
	border-color: #fc9c2d;
}
.btn-app-game-radio .btn-check + .btn:hover,
.btn-app-game-radio .btn-outline-primary {
	color: #fc9c2d;
	border-color: #fc9c2d;
}

.btn-app-game {
	border: 1px solid #fc9c2d;
	color: #333333;
	background: #fc9c2d;
}
.btn-app-game:hover {
	background: rgba(239, 212, 68, 0.5);
	color: #fff;
}

/*End Filter Game Button*/

/*Start Game Pages*/
.nav-link{
    font-family: 'GothamBold';
    color: #909098;
}

.nav-link:hover{
    color: #fb9c2c !important;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link{
    background-color: transparent  !important;
}
/*End Game Pages*/

thead tr{
    background: #fc9c2d !important;
    font-weight: bold;
}

.form-success{
    font-size: smaller !important;
    color: #53e0a6 !important;
    margin-top: -10px !important;
    float: left;
}

.form-error{
    font-size: smaller !important;
    color:red !important;
    margin-top: -10px !important;
    float: left;
}