.bg-primary .btn-primary, .nav-box-custom .nav-link.active, .btn-primary, .nav-tab-pill-fill .nav-link.active, .bg-primary, .bg-primary a {
	color: #FFF !important;
}

.bg-primary .border-bottom-gray-18 {
    border-bottom-color: #ffffff94 !important;
}

.bg-primary input::-webkit-input-placeholder {
   color: rgba(255, 255, 255, .5);
}

.bg-primary input:-moz-placeholder { /* Firefox 18- */
   color: rgba(255, 255, 255, .5);  
}

.bg-primary input::-moz-placeholder {  /* Firefox 19+ */
   color: rgba(255, 255, 255, .5);  
}

.bg-primary input:-ms-input-placeholder {  
   color: rgba(255, 255, 255, .5);  
}

.btn-primary[href]:hover, .btn-primary[href]:focus, .btn-primary[href]:active, .btn-primary[type]:hover, .btn-primary[type]:focus, .btn-primary[type]:active {
    box-shadow: 0 4px 11px rgba(255, 255, 255, 0) !important;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    color: #1e2022;
    background-color: transparent !important;
    border-color: transparent !important;
}

.videoloop {
	text-align: center;
    background: #020b02;
    overflow: hidden;
    height: 130px;
}

.videoloop video {
	width: 100%;
    height: 130px;
    overflow: hidden;
    min-width: 1800px;
    margin-left: 50%;
    transform: translateX(-50%);
}

.home-game-carousel {
	padding: 0.2rem !important;
}

.btn-play-now {
	padding: 5px;
    display: block;
    width: 100%;
    text-align: center;
}

.btn-play-now i {
	color: #f4c345 !important;
    font-size: 10px;
}

.btn-play-now:hover i {
	color: #776503 !important;
}

.home_banner_signup {
	max-width: 100%;
}

.jackpot-text {
	font-size: 25px;
    font-weight: bold;
    margin-top: -62px;
    z-index: 100;
    position: relative;
    color: #ffd144;
}

.btn_game_img { position: relative; }
.btn_game_img img { width: 100%; }

.game_bg_1 {
	background: url(/assets/img/ag_3.jpg);
    background-size: cover;
    background-position: center center;
    margin: 3px 20px 3px 3px;
    padding: 0;
    max-height: 220px;
}

.btn_game_row {
	visibility: hidden;
	opacity: 0;
	background: #000000a3;
    position: absolute;
    top: 0;
    height: 100%;
    right: 0;
    left: 0;
    transition: visibility 0.4s ease, opacity 0.4s ease;
}

.btn_game_row a {
    display: block;
    color: #FFF;
    text-align: center;
    font-size: 20px;
    border: 1px solid #FFF;
    padding: 5px;
    margin: 5px;
    transition: color 0.4s ease, border-color 0.4s ease;
}

.btn_game_row a:hover {
	color: #ffc107;
	border-color: #ffc107;
}

.btn_game_row div {
	font-size: 17px;
    color: #FFF;
    text-align: center;
    padding: 10px;
}

.product-item:hover .btn_game_row, .principal_game:hover .btn_game_row {
	visibility: visible;
	opacity: 1;
}

.game_item {
    padding: 0 !important;
}

.margin_top_5 { margin-top: -15px !important; }

.outline_header_btn_feature {
    padding: 8px;
    border: 1px solid #ffc107;
    color: #ffc107 !important;
}

.bg_header_btn_feature {
    padding: 8px;
    border: 1px solid #ecbc20;
    background: #d09f03 !important;
}

.right_title_btn {
    margin-bottom: 5px;
    margin-top: -5px;
}

.product-item__title {

}

.product-item__title a {
    color: #1b0042 !important;
    text-align: center;
}

.game_principal {
    padding: 0 3px;
}

.mCustomScrollbar {
    background: #2a0067;
}

.titleground {
    background: #1c0044 !important;
}

.titleground .jackpot-text {
    margin-top: 45px !important;
    color: #FFF !important;
}

.creditTop { font-size: 17px; }

.alert-geral {
    position: fixed;
    bottom: 0;
    width: 100%;
    margin: 0;
    font-size: 16px;
}

.form-deposit {
    max-width: 500px;
    text-align: center;
    margin: 30px auto;
}

.payment-banner {
    margin: 20px auto;
    text-align: center;
}

.payment-banner img {
    max-width: 100%;
}

.account-menu-title {
    text-align: center;
    background: #e6e6e6;
    font-weight: bold;
}

.input-group * {
    border-radius: 0 !important;
}

@media (max-width: 767px) {
    .game_principal {
        margin-top: 3px;
    }
}

@media (max-width: 575px) {

    .row_mobile_padding {
        padding: 0 15px !important;
    }
}

@media (max-width: 1199px) {
    .mobile_absolute { position: absolute; width: auto; right: 5px; }
    .btn_game_row div, .hidden1200 { display: none; }
}