/*
Theme Name: Logrand Theme
Theme URI:
Author: BtoBet
Author URI:
Description: BtoBet layout structure that can be used for any theme development
Version: 1.0
License: GNU General Public License v2 or later
License URI:
Text Domain:
Tags:
*/

/* Body */
body {
    font-family: 'SanukOT';
    font-weight: normal;
    font-style: normal;
    font-size: 13px;
    background: #2f3339;
    color: #fff;
}

/* Body Profile background*/
body.page-id-40 {
    background-color: #212429;
}

/* Layout */
hr {
    border-color: #3b424c;
}

/* Typography */
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    color: #fff;
}

p {
    font-weight: 300;
}

/* Brands colors */
.blue,
.casino,
.blue:hover,
.casino:hover {
    color: #00c1de;
}

.red,
.sportbook,
.red:hover,
.sportbook:hover {
    color: #ff0000;
}

.magenta,
.bingo,
.magenta:hover,
.bingo:hover {
    color: #fd17a9;
}

.e-sport,
.orange,
.e-sport:hover,
.orange:hover {
    color: #feb101;
}

.poker,
.yellow,
.poker:hover,
.yellow:hover {
    color: #fff200;
}

.fantasy,
.azul,
.fantasy:hover,
.azul:hover {
    color: #232be7;
}

.social,
.amarillo,
.social:hover,
.amarillo:hover {
    color: #fbf364;
}

/* Links */
a {
    color: #fff;
}

a:hover,
a:focus {
    color: #38c000;
}

/* Buttons */

/* Style Buttons */
.btn-success,
.btn-user-success,
.btn-user-confirm,
.btn-green {
    background: #38c000;
    border-color: #4bae4f;
}

.btn-green:hover,
.btn-green:focus,
.btn-green:active:hover,
.btn-green:active:focus,
.btn-green:active,
.btn-green.active,
.btn-user-success:hover,
.btn-user-success:focus,
.btn-user-success:active:hover,
.btn-user-success:active:focus,
.btn-user-success:active,
.btn-user-success.active,
.btn-user-confirm:hover,
.btn-user-confirm:focus,
.btn-user-confirm:active:hover,
.btn-user-confirm:active:focus,
.btn-user-confirm:active,
.btn-user-confirm.active,
.btn-success:hover,
.btn-success:focus,
.btn-success:active:hover,
.btn-success:active:focus,
.btn-success:active,
.btn-success.active {
    background: #3dab10;
    border-color: #3dab10;
}

.btn-close,
.btn-close:hover,
.btn-close:focus,
.btn-close:active:hover,
.btn-close:active:focus,
.btn-close:active,
.btn-close.active,
.btn-grey,
.btn-grey:hover,
.btn-grey:focus,
.btn-grey:active:hover,
.btn-grey:active:focus,
.btn-grey:active,
.btn-grey.active {
    color: #333;
    background: #fff;
    border-color: #fff;
}

.bto-user-logged .btn-user-confirm,
.bto-user-logged .btn-user-confirm:focus,
.btn-danger {
    color: #fff;
    border-color: #f34235;
    background-color: #ff0000;
}

.btn-file {
    position: relative;
    margin-left: 10px;
    overflow: hidden;
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

/* Input */
.form-control,
.form-control:focus,
select.form-control {
    background: #30333a;
    color: #fff;
    border: none;
}

.form-control:-ms-input-placeholder,
.form-control:focus:-ms-input-placeholder {
    color: #fff !important;
}

.form-control::-moz-placeholder,
.form-control:focus::-moz-placeholder {
    color: #fff !important;
}

.form-control::-webkit-input-placeholder,
.form-control:focus::-webkit-input-placeholder {
    color: #fff !important;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control,
select.form-control:not(:root:root)[disabled] {
    border-color: #191b1f;
    color: #a5a5a5;
    background-color: #191b1f !important;
}

textarea {
    resize: none;
}

span.colored-select {
    position: relative;
    display: block;
}

.form-inline span.colored-select {
    display: inline-block;
}

.colored-select select {
    line-height: normal !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    -ms-appearance: none !important;
    appearance: none !important;
    background: #30333a !important;
}

.ie8 .plain-select select {
    padding-right: 3px
}

.colored-select select:focus {
    background: #30333a !important;
    outline: none !important;
    border-color: #30333a !important;
}

.colored-select::-ms-expand {
    display: none !important;
}

.colored-select:after {
    content: "";
    position: absolute;
    z-index: 2;
    right: 8px;
    top: 16px;
    height: 0;
    width: 0;
    border-top: 6px solid #38c000;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    pointer-events: none;
}

.form-inline span.colored-select:after {
    top: 13px;
}

/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #30333a inset !important;
    -webkit-text-fill-color: #fff !important;
}

.bto-float-login input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #212429 inset !important;
    -webkit-text-fill-color: #fff !important;
}

/* Select */

/* Input Label */
.form-group label {
    color: #fff;
    font-weight: 400;
}

.input-group-addon {
    background: #30333a;
    border-color: #30333a;
    color: #38c000;
}

/* Input Alerts */

/* Checkbox & Radio */

/* Datepicker */

/* Dropdown */
.dropdown-toggle {
    font-weight: 300;
    color: #fff;
    background: #30333a;
    border-color: #30333a;
}

.dropdown-toggle:active,
.open .dropdown-toggle,
.dropdown-menu {
    background: #3c4048;
    color: #fff;
    border-color: #30333a;
    box-shadow: none;
}

.dropdown-menu > li {
    border-bottom: 1px solid #30333a;
    color: #fff;
}

.dropdown-menu > li > a {
    color: #fff;
}

.dropdown-menu > li > a:hover {
    color: #38c000;
}

/* Dropdown Submenu*/

/* Table Bordered*/
.table-bordered-white.table>tbody>tr>td {
    color: #fff !important;
}

/*-----------------------------------------------
	#Heading Title
-----------------------------------------------*/
.bto-heading-v1 {
    border-color: #3b424c;
}

/*-----------------------------------------------
	#Preloader and Data Tables Preloader
-----------------------------------------------*/

/*-----------------------------------------------
	#Tool Tip
-----------------------------------------------*/

/*-----------------------------------------------
	#Modal
-----------------------------------------------*/
.modal-content {
    background: #212429;
}

.modal-title {
    font-weight: 300;
}

.modal-header,
.modal-footer {
    border-color: #3b424c;
}

.modal-header {
    border-bottom: none;
}

.modal-header .close {
    opacity: 1;
    color: #fff;
    box-shadow: none;
}

.modal-body .info-text a {
    color: #38c000;
}

.bto-need-login .modal-header .close {
    color: #333;
}

.modal-login label {
    font-weight: 400;
}

/* Modal Register */

.bto-register-vertical .bto-register {
    background: #212121;
    border-radius: 6px !important;
    padding: 0;
    width: 100%;
    margin: 0 auto;
    float: none;
    min-height: 540px;
}

.bto-register-vertical .modal-content {
    background-color: transparent;
    box-shadow: none;
}

.bto-register-vertical .bto-register .strendus-brand {
    margin-bottom: 40px;
}

.bto-register-vertical .bto-register .strendus-brand img {
    width: 70px;
}

.bto-register-vertical .progress-section {
    background-color: #2d2d2d;
    padding: 6% 12%;
    height: 540px;
    border-radius: 6px 0 0 6px !important;
}

.bto-register-vertical .bto-register select.form-control {
    background-color: #30333a !important;
}

.bto-register-vertical .bto-register.bto-form-wizard .bto-wizard-content {
    height: 430px;
    position: relative;
}

.bto-register-vertical .bto-wizard-nav ul {
    flex-direction: column;
    float: left;
}

.bto-register-vertical .bto-wizard-nav ul li{
    text-align: left;
}

.bto-register-vertical .bto-wizard-nav ul li .bto-wizard-indicator {
    width: 13px;
    height: 13px;
    margin: 0 10px 30px 0;
    float: left;
}

.bto-register-vertical .bto-wizard-nav ul li span {
    position: relative;
    top: -1px;
    color: #666666;
}

.bto-register-vertical .bto-wizard-nav ul li span.orange {
    color: #feb101 !important;
}

.bto-register-vertical .bto-register.bto-form-wizard .bto-wizard-nav ul li .bto-wizard-active {
    border: 5px solid #00de00 !important;
    background: #00de00;
}

.bto-register-vertical .bto-register.bto-form-wizard .bto-wizard-nav ul li .bto-wizard-active ~ span {
    color: #ffffff;
}

.bto-register-vertical .bto-register.bto-form-wizard .is-done ~ span {
    text-decoration: line-through;
    color: #666666 !important;
}

.bto-register-vertical .bto-wizard-nav progress {
    top: 65px;
    width: 130px;
    height: 1px;
    left: -59px;
    transform: rotate(90deg);
}

.bto-register-vertical .bto-register.bto-form-wizard .is-done::after {
    content: "\f00c";
    font-family: FontAwesome;
    font-size: 8px;
    color: #2f3339;
    text-align: center;
    background-color: transparent;
}

.bto-register-vertical .bto-register.bto-form-wizard form {
    padding: 2%;
}

.bto-register-vertical .bto-wizard-content .form-group {
    padding: 2% 25% 0;
}

.bto-register-vertical .bto-wizard-content .form-group.bto-register-wrapper {
    padding: 2% 15% 0;
}

.bto-register-vertical .bto-wizard-content .form-group.bto-register-wrapper .row {
    background-color: #ffffff;
    position: relative;
    top: 20px;
    margin-top: 20px;
    padding: 25px 10% 30px;
    border-radius: 20px !important;
    color: #181818;
}

.bto-register-vertical .bto-wizard-content .form-group.bto-register-wrapper .row h3{
    color: #181818;
}

.bto-register-vertical .bto-register.bto-form-wizard form .bto-wizard-custom-input {  
    padding: 19px 0 0 10px;
} 

.bto-register-vertical .bto-register.bto-form-wizard form .bto-wizard-custom-input::placeholder {  
    position: relative;
    bottom: 0px;
} 

.bto-register-vertical .bto-register.bto-form-wizard form .form-control::-webkit-input-placeholder {
    opacity: 1 !important;
    background-color: #181818;
}

.bto-register-vertical .bto-register.bto-form-wizard form .bto-label {
    position: absolute;
    top: 9px;
    font-size: 10px;
    left: 20px;
    color: #ffffff;
    z-index: 999;
}

.bto-register-vertical .bto-register.bto-form-wizard form .bto-gray-input label {
    color: #181818;
}

.bto-register-vertical .bto-register.bto-form-wizard form .bto-gray-input .form-control,
.bto-register-vertical .bto-register.bto-form-wizard form .bto-gray-input .form-control::-webkit-input-placeholder {
    background-color: #f0f0f0 !important;
    color: #181818 !important;
}

.bto-register-vertical .bto-register.bto-form-wizard form .colored-select:after {
    content: "\f107";
    font-family: FontAwesome;
    right: 23px;
    font-size: 16px;
    top: 14px;
    height: auto;
    width: auto;
    border-top: none;
    border-left: none;
    border-right: none;
}

.bto-register-vertical .inputwrapper{
    position: relative;
}

.bto-register-vertical .bto-register.bto-form-wizard form .form-control {
    height: 50px;
    border-radius: 8px !important;
    background-color: #181818 !important;
}

.bto-register-vertical .bto-register.bto-form-wizard form .bto-heading {
    margin-bottom: 40px;
    padding: 5px 0;
}

.bto-register-vertical .bto-register.bto-form-wizard form .bto-heading h5 {
    line-height: 26px !important;
    padding: 0;
}

.bto-register-vertical .bto-register.bto-form-wizard .bto-heading .icon{
    position: static;
    margin-right: 5px;
}

.bto-register-vertical .bto-register.bto-form-wizard .back {
    position: absolute;
    top: 5px;
    left: -5px;
    font-size: 20px;
    line-height: 1;
    color: #ffffff;
    text-shadow: none;
    background: transparent;
    border: transparent;
    padding: 0;
    -webkit-text-stroke: 2px #212429;
}

.bto-register-vertical .bto-register.bto-form-wizard .back .glyphicon {
    top: 0;
    position: absolute;
}

.bto-register-vertical .bto-register.bto-form-wizard .close {
    position: absolute;
    top: 5px;
    right: 0;
    color: #ffffff;
    font-size: 20px;
    background: transparent;
    border: transparent;
    text-shadow: none;
    opacity: 1;
    -webkit-text-stroke: 3px #212429;
}

.bto-register-vertical .step-footer {
    position: absolute;
    bottom: -60px;
    left: 0;
    right: 0; 
}

.bto-register-vertical .step-footer.step-footer-mobile {
    display: none;
}

.bto-register-vertical .bto-register.bto-form-wizard .btn-wizzard.btn-success {
    border-radius: 20px !important;
    width: 200px;
    color: #181818;
    font-weight: 700;
    background: #00de00;
    border-color: #00de00;
}

.bto-register-vertical .bto-register.bto-form-wizard form .bto-agenda-list li {
    margin-bottom: 5px;
}

.bto-register-vertical .bto-register.bto-form-wizard form .bto-agenda-list li span {
    font-weight: 300;
}

.bto-register-vertical .bto-register.bto-form-wizard form .bto-agenda-list li .glyphicon-ok::before {
    position:absolute;
    top: -10px;
    right: 10px;
}

.bto-register-vertical .bto-register.bto-form-wizard form .bto-agenda-list li .glyphicon-minus::before {
    position:absolute;
    top: -12px;
    right: 9px;
}

/* Icons */

.bto-register-vertical .one-fine-dot::before {
    content: "\25cf";
    position:absolute;
    top: -14px;
    right: 11px;
}

.bto-register-vertical .bto-app-user:before {
    content: "\e923";
    font-family: "bto-sb-app";
}

.bto-register-vertical .bto-app-allsport:before {
    content: "\e957";
    font-family: "bto-sb-app";
}

.bto-register-vertical .bto-register.bto-form-wizard form .bto-agenda-list li .glyphicon-ok {
    color: #38c000;
    font-size: 10px;
}

.bto-register-vertical .bto-register.bto-form-wizard form .glyphicon-eye-open {
    position: absolute;
    right: 25px;
    font-size: 18px;
    top: 16px;
    cursor: pointer;
}

/* END Icons */

.bto-register-vertical .bto-register.bto-form-wizard form .prefix .input-group-addon {
    background: #181818;
    border-color: #181818;
    color: #ffffff;
    border-radius: 8px 0 0 8px !important;
    padding: 18px 0 0 8px;
    font-size: 12px;
}

.bto-register-vertical .bto-register.bto-form-wizard form .prefix .form-control {
    border-radius: 0 8px 8px 0 !important;
}

.bto-register-vertical .bto-register.bto-form-wizard form .bto-wizard-custom-input span:before {
    left: 3px;
    top: 1px;
    height: 15px;
    width: 15px;
}

.bto-register-vertical .bto-register .bto-checkbox-inline a {
    color: #0871ec;
}

.bto-register-vertical .bto-separator {
    width: 30%;
    margin: 20px auto 0;
}

.bto-register-vertical #infobipPinInputs {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

.bto-register-vertical .infobip-input {
    padding: 15px 10px 10px;
    border: none;
    width: 60px;
    height: 60px !important;
    text-align: center;
    font-size: 30px;
    margin: 5px;
}

.bto-register-vertical button.btn-wizzard-transparent {
    background-color: transparent;
    color: #ffffff;
    border-radius: 20px !important;
    width: 200px;
    padding: 15px 0;
    font-weight: 700;
    display: block;
    margin: 0 auto;
}

.bto-register-vertical button.btn-bonus-select {
    font-size: 16px;
    text-transform: capitalize;
    padding-left: 20px;
    padding-bottom: 40px;
    width: 100%;
    max-width: 270px;
    height: 90px;
    border-radius: 10px !important;
    text-align: left;
    background-color: transparent;
    border: 1px solid #181818;
    color: #181818;
}

.bto-register-vertical button.btn-bonus-select i{
    font-size: 45px;
    margin-right: 5px;
    position: relative;
    top: 10px;
}

.bto-register-vertical button.btn-bonus-select.bonus-selected,
.bto-register-vertical button.btn-bonus-select:hover, 
.bto-register-vertical button.btn-bonus-select:focus, 
.bto-register-vertical button.btn-bonus-select:active:hover, 
.bto-register-vertical button.btn-bonus-select:active:focus, 
.bto-register-vertical .button.btn-bonus-select:active, 
.bto-register-vertical button.btn-bonus-select.active {
    background-color: #00de00 ;
    border: 1px solid #00de00 ;
    color: #ffffff ;
}

.bto-register-vertical .bto-wizard-content .green {
    color: #00de00 ;
}

.bto-register-vertical .bto-register.bto-form-wizard .bto-wizard-content.bto-wizard-deposit {
    height: 500px;
}

.bto-register-vertical .bto-wizard-content.bto-wizard-deposit .bto-heading {
    display: none;
}

.bto-register-vertical .bto-wizard-content.bto-wizard-deposit .small {
    font-size: 10px;
}



/*-----------------------------------------------
	#Panels
-----------------------------------------------*/
.panel-form {
    padding: 20px;
    background: #212429;
    border-color: #353941;
}

.panel-form-header {
    border-color: #3b424c;
}

.panel-form-o {
    border: transparent;
    padding: 0;
}

/*-----------------------------------------------
	#Pagination
-----------------------------------------------*/
.pagination > li > a,
.pagination > li > span,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    background-color: #2f3339;
    border: 1px solid #2f3339;
    color: #fff;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus,
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    border-color: #38c000;
    background-color: #38c000;
}

.pagination > .disabled > a {
    border-color: #25272b;
    color: #868690;
    background: #25272b;
}

/*-----------------------------------------------
	#Scroll To Top
-----------------------------------------------*/

/*-----------------------------------------------
	#Sweet Alert
-----------------------------------------------*/
.sweet-alert .confirm {
    background-color: #f44336 !important;
}

.sweet-alert .confirm:hover {
    background-color: #ef5d52 !important;
}

.sweet-alert button.cancel {
    background-color: #18242a;
}

.sweet-alert button.cancel:hover {
    background-color: #2c2d2e;
}


/*-----------------------------------------------
	#Social Media
-----------------------------------------------*/

/*-----------------------------------------------
	#Language
-----------------------------------------------*/

/*-----------------------------------------------
	#Player Navigation
-----------------------------------------------*/

/* Player menu */

/* Player Login */
.bto-user-login .bto-btn-user-forgot,
.bto-user-login .bto-btn-user-forgot:hover,
.bto-user-login .bto-btn-user-forgot:focus {
    height: 32px;
    background: #30333a;
    color: #fff;
    border: none;
}

.bto-user-login .bto-btn-user-forgot:hover span:after {
    color: #38c000;
}

header .bto-login-simple-mobile .btn.btn-icon-logout, .btn.btn-icon-logout {
    padding: 7px 0 5px 5px;
    position: relative;
    float: right;
    background: none;
    display: none;
}

header .bto-user-login .chat-icon,
header .bto-login-simple-mobile .chat-icon {
    float: left;
    padding: 4px 10px 4px;
}

/* Player Simple Form */

/* Player Logged */

.bto-user-logged .bto-btn-deposit {
    border-radius: 20px;
    padding: 9px 20px 6px;
    margin-left: 5px;
    margin-right: 8px;
    color: #212429;
    font-weight: 700;
}

.dropdown-menu>li button.bto-btn-logout:hover {
    color: #38c000 !important;
}

/* Player Logged Simple Form*/

/* Player Modal Login & Register */

.modal-login .modal-content .modal-body .bto-render-login-facebook {
    margin-bottom: 10px;
}

/* Player Alternate Login */
.bto-user-alternate a,
.bto-user-alternate-modal a {
    opacity: 1;
}

/* Player Slider Login */
.bto-float-login.panel-form {
    padding: 0 !important;
    border: none;
    background: #2f3339;
}

.bto-float-login.panel-form .panel-form-header h4 {
    margin-bottom: 0;
    padding: 20px;
    font-size: 21px;
    font-weight: 300;
}

.bto-float-login.panel-form .panel-form-header h4 span:first-child {
    font-weight: bold;
}

.bto-float-login.panel-form p {
    margin-bottom: 14px;
    padding: 0 20px;
    font-size: 13px;
    font-weight: 300;
    line-height: 18px;
    color: #a5a5a5;
}

.bto-float-login.panel-form form {
    padding: 0 20px 20px 20px;
}

.bto-float-login.panel-form .form-control {
    background: #212429 !important;
}

.bto-float-login.panel-form form .btn {
    padding: 11px 35px;
    width: auto;
    font-weight: 600;
}

.bto-float-login.panel-form form .bto-user-alternate a {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
    color: #fff;
    letter-spacing: normal;
    word-spacing: normal;
    opacity: 1;
}

.bto-float-login.panel-form form .bto-user-alternate a.btosystem-forgot-btn {
    float: right;
    text-decoration: underline;
    text-align: right !important;
    color: #eb0029;
}

.bto-float-login.panel-form form .bto-user-alternate a:hover {
    opacity: .8;
}

/*-----------------------------------------------
	#Header TopBar
-----------------------------------------------*/

/* Navigation TopBar */
header .navigation-topbar {
    position: relative;
    border-bottom: 1px solid #30333a;
    background-color: #30333a;
}

header .navigation-topbar .pull-right > div:first-child {
    border-left: 1px solid #30333a;
}

/* Navigation TopBar Info Links*/
header .navigation-topbar .info-brand .clock {
    color: #fff;
}

/* Navigation TopBar Socia*/

/* Navigation TopBar Language */

/* Navigation TopBar Player Menu */

/*-----------------------------------------------
	#Header Navigation
-----------------------------------------------*/

/*header.header {
	min-height: 140px;
}*/

.toggle-hamburger-menu a:hover .captain-nav-menu .bto-captainup-nav {
    display: block;
}

header .navigation-menu.captain-nav-menu {
    left: auto;
    right: 225px;
    top: 110px;
}

header .navigation-header .strendus-brand {
    position: relative;
    left: 15px;
    top: 0;
}

header .navigation-menu {
    box-shadow: none;
}

header .navbar {
    border-bottom: 1px solid #353941;
    background-color: #212429;
}

/* Navigation */

/* Navigation Header */

/* Navigation Header Brand */
header .navigation-header .brand {
    position: relative;
}

/* JUST USE FOR NEW LOGO AND SPORTSBOOK LABEL
.page-template-sports-pagev3 header .navigation-header .brand span {
    position: absolute;
    top: 24px;
    right: 181px;
    font-weight: 600;
    font-size: 7px;
    text-transform: uppercase;
}  */

header .navigation-header .brand span {
    position: absolute;
    top: 15px;
    right: 0;
    font-size: 9px;
    font-weight: 600;
    text-transform: uppercase;
}

/* Navigation Header Navbar Toggle */
header .navigation-header .navbar-toggle span {
    color: #ffffff;
}

header .navigation-header .bto-mobileusermenu {
    float: right;
    margin-right: 0;
}

header .navigation-header .bto-mobilemenu {
    margin-left: 0;
    display: none;
}

/* Navigation Header Language */
header .navigation-header .bto-language-nav {
    margin-left: 0;
    position: absolute;
    z-index: 99;
    bottom: -32px;
}

header .navigation-header .bto-language-nav .dropdown-toggle {
    border: none;
    color: #fff;
    background: none;
}

header .navigation-header .bto-language-nav .dropdown-toggle span.bto-lng {
    display: none;
}

/* Navigation Chat */
.chat-icon {
    background-color: transparent;
    border: none;
    padding: 4px 0 4px 10px;
}

.chat-icon img {
    width: 24px;
}

/* Navigation Header Help */
.help-menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

.help-menu li {
    padding: 7px 15px;
}

.help-menu li a {
    font-size: 12px;
    text-transform: uppercase;
}

/*-----------------------------------------------
	#Header Navigation Menu
-----------------------------------------------*/
header .navigation-menu .navbar-nav {
    display: block;
    width: unset;
}

/*-----------------------------------------------
	#Header Navigation Menu V2
-----------------------------------------------*/
header .navbar-v2 .navigation-header {
    box-shadow: none;
    border: none;
}

header .navbar-v2 .navigation-menu .navbar-nav > li {
    padding: 6px 18px;
}

header .navbar-v2 .navigation-menu .navbar-nav > li:first-child {
    padding-left: 0;
}

header .navbar-v2 .navigation-menu .navbar-nav > li:last-child {
    padding-right: 0;
}

header .navbar-v2 .navigation-menu .navbar-nav > li > a {
    padding: 0;
    position: relative;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
}

header .navbar-v2 .navigation-menu .navbar-nav > li > a:hover,
header .navbar-v2 .navigation-menu .navbar-nav > li > a:focus,
header .navbar-v2 .navigation-menu .navbar-nav > li.current-menu-item > a,
header .navbar-v2 .navigation-menu .navbar-nav > li.current-page-ancestor > a,
li.current-menu-ancestor > a {
    color: #38c000 !important;
    background-color: transparent !important;
}

header .navbar-v2 .navigation-menu .navbar-nav > li.current-menu-item > a:after,
header .navbar-v2 .navigation-menu .navbar-nav > li > a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: #38c000;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

header .navbar-v2 .navigation-menu .navbar-nav > li.current-menu-item > a:after,
header .navbar-v2 .navigation-menu .navbar-nav > li > a:hover:after {
    content: '';
    width: 100%;
}

/*-----------------------------------------------
	#Header Navigation Sub Menu
-----------------------------------------------*/
header .navbar-v2 .sub-menu {
    background-color: #17181d;
}

header .navbar-v2 .sub-menu li > a {
    color: #fff;
}

/* Navigation Submenu Inner Page */
.inner-menu {
    box-shadow: none;
    background-color: #171a1f;
    border-bottom: 1px solid #353941;
}

.inner-menu .navbar-nav > li > a:hover,
.inner-menu .navbar-nav > li > a:focus,
.inner-menu .navbar-nav > li.current-menu-item > a,
.inner-menu .navbar-nav > li.current-page-ancestor > a {
    color: #38c000;
}

header .navbar-v2 .sub-menu li > a:hover,
header .navbar-v2 .sub-menu li.current-menu-item > a {
    color: #38c000;
}

/* Navigation Submenu Virtual Betradar */

/*-----------------------------------------------
	#Header Navigation Mobile
-----------------------------------------------*/
header .navigation-mobil-menu .navbar-nav > li > a {
    margin-right: 7px;
    min-width: 70px;
}

header .navigation-mobil-menu .navbar-nav {
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    max-width: 100vw;
}
/* Navigation Menu User Mobile */

/* Navigation Menu User Mobile Login */
header .navigation-menu .bto-user-mobile-menu .btn.btn-user-confirm {
    background: #fff;
    border-color: #fff;
    color: #333;
}

header .navigation-menu .bto-user-login-mobile .bto-btn-user-forgot {
    color: #fff;
}

/* Navigation Menu User Mobile Logged */

/* Navigation Mobile Menu */
header .navigation-mobil-menu {
    background: #212429;
    z-index: 99 !important ;
}

header .navigation-mobil-menu .navbar-nav > li > a:hover,
header .navigation-mobil-menu .navbar-nav > li > a:focus,
header .navigation-mobil-menu .navbar-nav > li.current-menu-item > a {
    color: #38c000;
}

/* Fixed Navigation */

/*-----------------------------------------------
	#Slider
-----------------------------------------------*/
.slider {
    border-bottom: 1px solid #353941;
}

.slider .tp-bgimg {
    box-shadow: none;
}

.slider .tparrows:before {
    color: #38c000;
}

/*-----------------------------------------------
	#Page Header Title
-----------------------------------------------*/
.page-header {
    padding: 30px 0;
    border-bottom: solid 1px #444a52;
    background: #171a1f;
}

/*-----------------------------------------------
	#Main
-----------------------------------------------*/
.site-main .container,
.site-main .container-fluid {
    background: transparent;
}


/* Remove Background Color of Container */

/*-----------------------------------------------
	#Casino Games Page
-----------------------------------------------*/
.bto-casino-playgame .bto-playgame-title-content,
.bto-casino-playgame .bto-playgame,
.bto-casino-playgame .bto-playgame-menu i {
    background: #212429;
}

.bto-casino-playgame .bto-playgame-title,
.bto-casino-playgame .bto-playgame-menu i:hover,
.bto-casino-playgame .bto-playgame-menu .bto-icon-heart {
    color: #04b0ca;
}

/* Casino Lobby GameTitle */
.bto-casino-lobby .bto-casino-heading-v1 {
    border: none;
}

.bto-casino-lobby .bto-casino-heading-v3,
.bto-casino-lobby .bto-casino-heading-v4 {
    background: #212429;
}

.bto-casino-lobby .bto-casino-heading-v3 .bto-casino-heading-title,
.bto-casino-lobby .bto-casino-heading-v4 .bto-casino-heading-title {
    color: #fff;
}

/* Casino Menu */
.bto-casino-lobby .bto-casino-menu {
    background: #212429;
}

/* Casino Lobby Menu */
.bto-casino-lobby.bto-casino-col .bto-casino-inner-menu {
    padding: 0;
}

.bto-casino-lobby.bto-casino-col .bto-casino-inner-menu li {
    border-bottom: 1px solid #2c3133;
    background: rgb(4, 176, 201);
    background: -moz-linear-gradient(to left, transparent 50%, rgba(29, 54, 61, 1) 15%, rgba(4, 176, 201, 1) 100%);
    background: -webkit-linear-gradient(to left, transparent 50%, rgba(29, 54, 61, 1) 15%, rgba(4, 176, 201, 1) 100%);
    background: linear-gradient(to left, transparent 50%, rgba(29, 54, 61, 1) 15%, rgba(4, 176, 201, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#04b0c9', endColorstr='#1d363d', GradientType=1);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all .5s ease;
}

.bto-casino-lobby.bto-casino-col .bto-casino-inner-menu li:hover {
    background-position: left bottom;
}

.bto-casino-lobby.bto-casino-col .bto-casino-inner-menu li.active {
    background: -moz-linear-gradient(to left, rgba(29, 54, 61, 1) 15%, rgba(4, 176, 201, 1) 100%);
    background: -webkit-linear-gradient(to left, rgba(29, 54, 61, 1) 15%, rgba(4, 176, 201, 1) 100%);
    background: linear-gradient(to left, rgba(29, 54, 61, 1) 15%, rgba(4, 176, 201, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#04b0c9', endColorstr='#1d363d', GradientType=1);
}

.bto-casino-lobby.bto-casino-col .bto-casino-inner-menu li a {
    padding: 15px 10px;
    color: #fff;
    border: none;
}

/* Casino Lobby Wide Menu */
.bto-casino-lobby.bto-casino-wide .bto-casino-inner-menu li.active a,
.bto-casino-lobby.bto-casino-wide .bto-casino-inner-menu li a:hover {
    color: #04b0ca;
}

.bto-casino-lobby .bto-casino-menu-allgames:hover {
    color: #04b0ca;
}

/* Casino Lobby Mobile Menu */
.bto-casino-lobby .bto-casino-mobile-menu-toggle,
.bto-casino-lobby .bto-casino-mobile-nav {
    background-color: #212429;
}

.bto-casino-lobby .bto-casino-mobile-inner-menu li a:hover,
.bto-casino-lobby .bto-casino-mobile-inner-menu li a:hover i,
.bto-casino-lobby .bto-casino-mobile-inner-menu li.active a i,
.bto-casino-lobby .bto-casino-mobile-inner-menu li.active a {
    color: #38c000;
    border-color: #38c000;
}

.bto-casino-col .bto-casino-providers { 
    z-index: 0;
}

/* NEW SEARCH FOR MOBILE */
.bto-casino-heading.bto-casino-heading-v1 .bto-casino-menu-filtergames.bto-strendus-casino-menu-filtergames {
    display: none;
}

/* Casino Search */
.bto-casino-lobby .bto-casino-search-box {
    background: #212429;
    height: 60px;
}

.bto-casino-lobby .bto-casino-search-toggle {
    border-radius: 0 !important;
}

.bto-casino-lobby .bto-casino-search-toggle:hover,
.bto-casino-lobby .bto-casino-search-toggle.bto-casino-search-active {
    color: #fff;
    background: #04b0ca;
}

.bto-casino-lobby .bto-casino-search-toggle.bto-casino-search-active:before,
.bto-casino-lobby .bto-casino-search-toggle:hover:before {
    color: #fff;
}

/* Casino Lobby MenuSearch */
.bto-casino-lobby.bto-casino-wide .bto-casino-search-box {
    background: #212429;
}

.bto-casino-lobby.bto-casino-col .bto-casino-search-box .bto-form-control {
    padding: 10px 40px 10px 10px;
    background: #fff;
    color: #333;
}

.bto-casino-lobby .bto-casino-search-box:before {
    padding-left: 15px;
    top: 20px;
    color: #04b0ca;
    z-index: 9;
    border-left: 1px solid #eaeaea;
}

/* Casino GamesBlock */

/* Casino Lobby Item Game */

.bto-casino-lobby .bto-casino-game-item {
    padding: 0 7px;
    margin-bottom: 14px;
}

/* Casino Lobby Game */
.bto-casino-lobby .bto-casino-game {
    border: none;
    border-radius: 10px !important;
    background-color: #212429;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.bto-casino-lobby .bto-casino-game-ribbons {
    top: 0;
    left: 0;
}

/* Casino Lobby GameRibbons */
.bto-casino-lobby .bto-casino-game-ribbons .bto-casino-hot-ribon {
    width: 69px;
    height: 69px;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEUAAABFCAYAAAAcjSspAAAI+0lEQVR4nNWcbWwcRx3Gf3NaKc7lTJMqMa5jGbskloD6pBaREpByKEGFswSoqIraKqZCJUIIRf0CLSotFBK1wIcK3EBFk1YCQ4iKQJUCilAcge0ikTRxg+M2xdjESe3j6gTHis8vSKdbPtze3r7M7s3snh2z0l/jnfnP2zPPPDO7O2fRNPAsghJQWqkwKSidhNKu8r2pmM8s/22646Q+nrTq36bHz5SkV+PAHBKY2QQITAQrFCZBnDQRu6rxKOYHECDKcUjzIk3zx2Hf4/Exq3FDILJnMzcXDK9T1RIWekHpNS0J4iQWIN7GqpVR7pQQAtMUCGley8eVZkriKn440u20ISD7RubGAkCiinwCSFjIBoXKLEmaFiD+9IROOYFAyX102QIghkxE9o3M7IIVQULOENm9N4zCkJp5XVahtkl5GsmBcvjUBMjpB6Y1Zc5lrtuA2KCosyDhCBOyUZdoiDNEsR4VwIJ9g+OcLKkAMuMCJIApUSxRgyHRzdV5Ie2cfR8svnjKZAhE9nwm7wMEbE3R1gwve5ImCUtDvOxx3uvX4wcgNlssQHJSQCgPsd48l5iDIUH6kyBOPfHY4oobApEdzkwFAmKBorpvUN2HRGfFymiLDZAFyNVQQCxQ6sGQWExTMALYEgYUzrghE5F9M3O5JiDg2qdohSH7ELXwu209bDU2xWQLHl98PuVll+yFzIQSIBCNKbEZ8lLnY/S0f46fffhxJX8pUAFscfuWRfVC5p/KgNig1EdD1MIjnQfY0/xxFotL/OTycaV8TlbUAszhNwgiC0ILEBuUoArrzZCjnV9nT/O9AMwsz/LO0rRyXunjgZC33SwD0m0iFqr90wBFcaWIrSFHO7/GnuYddsXtqa38Mv00LcYmpfxhA+fxHQTRTURAoAZTggDRtXvWt7JzcxeLxWWeGP0pk4WcA5jvsNUCpjZb5NriaL8FCAsebdG6xO0DL+J8ARP+gij6C6f7GrcDJv3zb9NqNNKX/hbtqRYAJgvTPDLyDNPF2RrlmPJ4swSYg4JSN5QWvL4jmVEtUAJXH11RrWWn5sc4Nf8PQDBVvEnPyHNMFqaBMmN+kX4mlDGVEQ9gi2fKuH11r6B9iraoesu5Z/0dvNL5ZS594nnO7fgBB9u+SKtxm50uA2Z/y+ejgB4wZZymd4lNAy85qGgCpSSUTgpKu6JOl882dtDb9ShJo8FV2bXlGzx56Sj985ds361GI33pJ5kovMtXx54PLVsyzd1TxvROr7LvxczfdUE54gIkroa0GUlO73iCpNHAZCHP4PWLZJs/xpaGjTYw9w9/n+ninAuYXPGGRj0mgtIglLoFpYWqtsh00eRi5oIWKA5NwTVloi69j7fdR9Jo4NryHA+PHOapqyf4wvAPOZ0/D8CWhk18786HcdJ7uniTGlPEtsqya1oa4tYWAvLpXRVNib3sVmy7taK8tzzHu8UFTARTxQJP/+u3TBb+DcDOzV1xnpglohqmb/pXQiaqURtsIigUlwG4M9XMR9ffYcdPFQsMXb8IYGmNPuDenap8JUKSVx8U37KrY23GBvo6H6DNSAGCc3MTdsd//KEv2cCAoDPVCmAxRht0B0NkHa8fWwxcy271O49J+btJWNhubOB4eh8dqSY+mGrmoZGXeTb3Op/a/BHu2vgB2lPNHLv7Mf6UP8/2VAt3bewA4NjUaV3wbUCq9RPcPgGY8TVFezMGgivFJSYKMwB0pJo4nn6UNiPF/rf7GJ27ApQZc3/rJ21ADo+/xs9n/qrDEs/DnYrh6YsmKOoUlIf7xl6jP1/WivZUE8fTX8FE8JmRFzk8/kcmC3kA/nb9Et8cfZkf5fp1gHeJqndKhLZPeEFSv8RtA32m8jMGJdqNdbya3ssf8iMcyp1BUKK7sZVX7n7ELnSy8B4PjRzhanE+sByF0L8PcYXSZzU7BNP+OP9W5owWKGHPPtLw1fReOlKbObBtN0+13Eu2sY0Xuh4EYKH4XwDaU+/nN+n9tBmNUZZcvAyR+1OjHBxs0bu0NeVE/i0784FtuznctZcNxjouF2bYfbaX/vyICxhNQQ1cdqNYnTUFKVAmgoO5N+kdH7AL2GCs49ryTR4c+RVXikv0jP3eBuZEfjiwHBVRDfev/QkFKtoSARR/oeEfrg7mhukd/4tdyJaG97GvKW2n94z9jm+MHuO53Ouh5YSJam1DySfKPiXhVml/hUGj4AXmwLZP8+2WnXb6r2ffCc3v3ZhJn2XqEEaaPorCJ7VDufP0jv/ZBcyO9Vtq5ovHkCimCQqAnC1qo+EE5oXx05xd+s8KaUjUUP8yypnBv2VWP9p1KHeOUzcmOLt0DbGqDEHDT/2qvs2PwRYQnFmaDUn3rRR10hCdQ4XaoETTlGBLBPwtgEQdNUT1eIcmKP413U9PvdFzHh70HthJeDRE71Cg7j6lDpu3YCrqGUFpDobEO8QTrU2aoISzJcoo6uxDvIcKVdmDRv0RQPF1XvgrVzcfAzQ0JOi4quxeh2maoPgRjcMS3yhH3Ic4DzrLNET3gLImKIEg1DhCpWB1WmW8+hNFi7RBCfsRQLVQzX3Dij3LrMau1qgi6Qch/IcCgaOyCs8yK84UOROiscW7D1kLLIkAihwEqoWqa8sgsMYYEospQQj7TX8fshbCCKDIBFb+sxK3T5UhahoSczWLYRFA0W24Zx+SVdWQGmxbS5qCowCCG+/Xlso51UX/qChPu1VijyYo4TSXdRAoa0gWxKJ8N6rf6TWoKXgKCGVLAEP8QEan+xpkSghbKhqyuJKdu+WaUm0IjoJcQDiX3SwiiCEr08FbwpSAn4N4G+aZMuo/nIprt0xTvGzx2CDgnjIBL6LcI7MS02CVmBJUqQWQvcrIKlptwVxlTcFXcc0pU5Mt9WVJPMAjgeJbbaxVhsXwhqw+W6KBrQlKVUcqYdiU8e9b/j/YogmKp/HWlGGxGoejITZwCp2W/6+BW8GWSKBURBWwGRLWIR22rBRL9NgTARQcourRFknF1Xin32prit4g6IPi2rrLwPADocqWcMBWjz2aoJj2lJGBETwCa5ktcafP/wBhpmaLVxU7DQAAAABJRU5ErkJggg==') /*assets/images/hot.png*/ ;
    background-repeat: no-repeat;
    background-size: contain;
}

/* Casino Lobby GameOption */
.bto-casino-lobby .bto-casino-game-option {
    top: 15px;
}

.bto-casino-lobby .bto-casino-game-option span {
    margin: 2px 0;
    background: #04b0ca;
}

.bto-casino-lobby .bto-casino-game-option span:hover {
    color: #fff;
    background: #04b0ca;
}

/* Casino Lobby GameOption Icons */
.bto-casino-lobby .bto-casino-mobile-op,
.bto-casino-lobby .bto-casino-favorite-op a,
.bto-casino-lobby .bto-casino-favorite-op:hover i:before {
    color: #fff;
}

/* Casino Lobby GameActions */

.bto-casino-lobby .bto-casino-game-action {
    bottom: 0;
    padding: 30px 8px 20px;
}

.bto-casino-lobby .bto-casino-game-action .bto-btn {
    padding: 8px 10px 5px;
    font-weight: 600;
    text-shadow: none;
}

.bto-casino-lobby .bto-casino-game-action a:nth-child(1), 
.bto-casino-lobby .bto-casino-game-action button:nth-child(1),
.bto-search-games-list.bto-strendus-search-games-list li.bto-single-game .bto-single-game-wrap .bto-single-game-content .bto-casino-game-action .bto-casino-btn-realgame {
    background-color: #ffffff ;
    border: 1px solid #ffffff ;
    border-radius: 15px !important;
    color: #000000;
}

.bto-casino-lobby .bto-casino-game-action a:nth-child(1):hover,
.bto-casino-lobby .bto-casino-game-action button:nth-child(1):hover {
    background-color: #ffffff ;
    border: 1px solid #ffffff ;
}

.bto-casino-lobby .bto-casino-game-action a:nth-child(2),
.bto-search-games-list.bto-strendus-search-games-list li.bto-single-game .bto-single-game-wrap .bto-single-game-content .bto-casino-game-action .bto-casino-btn-fungame {
    background-color: transparent;
    border: 2px solid #ffffff ;
    border-radius: 15px !important;
    color: #ffffff;
}

.bto-casino-lobby .bto-casino-game-action a:nth-child(2):hover {
    background-color: transparent;
    border: 2px solid #ffffff ;
}

/* Casino Lobby GameImage */
.bto-casino-lobby .bto-casino-game-image:before {
    opacity: 0;
    background-color: #000000 ;
    border-radius: 10px;
}

.bto-casino-lobby .bto-casino-game:hover .bto-casino-game-image:before {
    opacity: 0.7;
}

.bto-casino-lobby .bto-casino-game-wrapimage {
    padding-bottom: 67%;
}

.bto-casino-lobby .bto-casino-game-image {
    border-radius: 10px !important;
}

.bto-casino-lobby .bto-casino-game-image img {
    display: block !important;
    margin: 0 auto;
    position: absolute;
    z-index: 7;
    left: 0;
    right: 0;
    bottom: -20px;
    width: 90px;
    height: 90px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.bto-casino-lobby .bto-casino-game:hover .bto-casino-game-image img {
    transform: matrix(1.00, 0.00, 0.00, 1.00, 0, -50);
    -ms-transform: matrix(1.00, 0.00, 0.00, 1.00, 0, -50);
    -webkit-transform: matrix(1.00, 0.00, 0.00, 1.00, 0, -50);
    opacity: 0;
}

.bto-casino-lobby .bto-casino-game-image img { 
    display: none !important;
}

/* Casino Lobby GameTitle */
.bto-casino-lobby .bto-casino-game-title-content {
    margin-top: -35px;
    background-color: transparent;
}

.bto-casino-lobby .bto-casino-game-title-content .bto-casino-game-title {
    visibility: hidden;
    font-size: 13px;
    font-weight: 400;
}

.bto-casino-lobby .bto-casino-game:hover .bto-casino-game-title-content .bto-casino-game-title {
    visibility: visible;
    padding-top: 5px;
}

.bto-casino-lobby .bto-casino-game:hover .bto-casino-game-title {
    color: #ffffff;
}

/* Casino Lobby GameDealer */

/* Casino Lobby Loading & More Games */
.bto-casino-lobby .bto-casino-btn-games-load {
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    background: #04b0ca;
    box-shadow: none;
}

/* Casino Lobby Carousel */
.bto-casino-lobby .bto-casino-carousel .owl-dots .owl-dot.active span,
.bto-casino-lobby .bto-casino-carousel .owl-dots .owl-dot:hover span {
    background: #04afc8;
}

.bto-casino-lobby .bto-casino-carousel .owl-dots .owl-dot span {
    background: #212429;
}

/* Casino Lobby Modal Login*/

/*-----------------------------------------------
	#Casino Games Play Page
-----------------------------------------------*/

/* Casino Playgame Bonus Modal */

/* Casino Playgame Bonus Modal Tooltip */

/* Casino Playgame Infobar */
.bto-casino-playgame-infobar {
    background: #212429;
}

.bto-casino-playgame-infobar .btn-playgame-register,
.bto-casino-playgame-infobar .btn-playgame-register:hover {
    background: #38c000;
}

.bto-casino-playgame-infobar .btn-playgame-login:hover {
    border: 2px solid #04afc8;
    background: #04afc8;
}

/* Casino Playgame Template Page */

/* Casino Playgame Mobile */
.bto-playgame-mobile header .navbar .bto-icon-close-mobile { color: #ffffff; }

/*-----------------------------------------------
	#Casino in Live
-----------------------------------------------*/

/*-----------------------------------------------
	#Casino widgets
-----------------------------------------------*/

/*-----------------------------------------------
	#Bingo
-----------------------------------------------*/
.bto-bingo-header { background: #212429; }
.bto-bingo-games .btn-orange, .bto-bingo-lobby .btn-orange { color: #fff; border-color: #38c000; background: #38c000; }
.bto-bingo-games .btn-orange:hover, .bto-bingo-games .btn-orange:focus, .bto-bingo-lobby .btn-orange:hover, .bto-bingo-lobby .btn-orange:focus { color: #fff; border-color: #3dab10; background: #3dab10; }
.bto-bingo-games .btn-blue-grey, .bto-bingo-lobby .btn-blue-grey { color: #fff; border-color: #5b5f67; background: #5b5f67; }
.bto-bingo-games .btn-blue-grey:hover, .bto-bingo-games .btn-blue-grey:focus, .bto-bingo-lobby .btn-blue-grey:hover, .bto-bingo-lobby .btn-blue-grey:focus { color: #fff; border-color: #4c5058; background: #4c5058 }
.bto-bingo-header .bto-bingo-header-title { color: #ffffff; }
.bto-bingo-header .bto-bingo-pagination, .bto-bingo-header .bto-bingo-pagination a { color: #38c000; }
.bto-bingo-header .bto-bingo-pagination a:hover { color: #3dab10; }
.bto-bingo-games .bto-bingo-game { border: 1px solid #212429; background-color: #212429; box-shadow: 0 0 10px rgba(255, 255, 255, 0.1); }
.bto-bingo-games .bto-bingo-game .bto-bingo-game-topbar .bto-bingo-game-topbar-icon span { border-radius: 50% !important; color: #212429; }
.bto-bingo-games .bto-bingo-game .bto-bingo-game-topbar .bto-bingo-game-topbar-icon { border-radius: 50% !important; background-color: #38c000; }
.bto-bingo-games .bto-bingo-game .bto-bingo-game-title { color: #ffffff; }
.bto-bingo-games .bto-bingo-game .bto-bingo-game-room { color: #3dab10; }
.bto-bingo-games .bto-bingo-game .bto-bingo-game-jackpot { color: #ffffff; }
.bto-bingo-games .bto-bingo-game .bto-bingo-game-pot { color: #ffffff; }
.bto-bingo-games .bto-bingo-game .bto-bingo-game-footer { border-top: 1px solid #2c3037; }
.bto-bingo-games .bto-bingo-game .bto-bingo-game-footer span { color: #ffffff; }
.bto-bingo-games .bto-bingo-game .bto-bingo-game-topbar .bto-bingo-game-topbar-info { background-color: #5b5f67; }
.bto-bingo-games .bto-bingo-game .bto-bingo-game-header .bto-bingo-game-header-content { background-color: #5b5f67; }
.bto-bingo-games .bto-bingo-game .bto-bingo-game-content h4 { color: #ffffff; }
.bto-bingo-games .bto-bingo-game .bto-bingo-game-content p { color: #fff; }
.bto-bingo-games .bto-bingo-game .bto-bingo-game-content p a { color: #38c000; }
.bto-bingo-games .bto-bingo-game .bto-bingo-game-content p a:hover { color: #3dab10; }
.bto-bingo-schedule .bto-bingo-games-list-header { color: #ffffff; background-color: #212429; }
.bto-bingo-schedule .bto-bingo-games-list-icon { border-radius: 50% !important; background-color: #38c000; }
.bto-bingo-schedule .bto-bingo-games-list-icon span { border-radius: 50% !important; color: #212429; background-color: #ffffff; }
.bto-bingo-schedule .bto-bingo-games-list-item { background-color: #9399a2; }
.bto-bingo-schedule .bto-bingo-games-list-item:nth-child(odd) { background-color: #6f7680; }
.bto-bingo-schedule .bto-bingo-games-list-name .bto-bingo-game-title { color: #212429; }
.bto-bingo-schedule .bto-bingo-games-list-name .bto-bingo-game-room { color: #212429; }
.bto-bingo-schedule .bto-bingo-games-list-info span { color: #212429; }
.bto-bingo-games .owl-carousel .owl-nav [class*=owl-] { background-color: rgba(33, 36, 41, 0.5); }
.bto-bingo-games .owl-carousel .owl-nav [class*=owl-]:hover { background-color: rgba(33, 36, 41, 0.8); }
.bto-bingo-games .owl-carousel .owl-dots { background-color: #212429; }
.bto-bingo-games .owl-carousel .owl-dots .owl-dot span { background-color: #5b5f67; }
.bto-bingo-games .owl-carousel .owl-dots .owl-dot.active span, .bto-bingo-games .owl-carousel .owl-dots .owl-dot:hover span { background-color: #38c000; }

/*-----------------------------------------------
	#Player Page
-----------------------------------------------*/

/* Default Player Info */
.bto-player-info,
.bto-player-idsatus,
.bto-player-infopayment .bto-player-payinfo li {
    border-color: #3d3d46;
}

.bto-player-idsatus .bto-player-name span.bto-useridnum,
.bto-player-infopayment .bto-player-payinfo li b,
.bto-player-idsatus .bto-player-rating,
.bto-player-idsatus .bto-player-rating .bto-icon-star-o,
.bto-player-menu .nav-tabs > li > a:hover,
.bto-player-menu .nav-tabs > li > a:focus {
    color: #38c000;
}

.bto-player-infopayment .bto-player-payinfo li span,
.bto-player-idsatus .bto-player-vip-satus span {
    opacity: 1;
    color: #fff;
}

.bto-player-menu .nav-tabs > li.active > a,
.bto-player-menu .nav-tabs > li.active > a:hover,
.bto-player-menu .nav-tabs > li.active > a:focus {
    color: #38c000;
}

.bto-player-tax {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    float: left;
    width: 100%;
    margin: 0 0 40px 0;
    padding: 0;
    list-style: none;
}

.bto-player-tax li {
    display: inline-block;
    width: 33%;
    padding: 0 5px;
    border-left: 1px solid #3d3d46;
    text-align: center;
    color: #38c000;
}

.bto-player-tax li b {
    display: block;
    height: 16px;
    margin: 2px 0 3px;
    font-size: 14px;
}

.bto-player-tax li span {
    display: block;
    width: 100%;
    font-size: 11px;
    font-weight: normal;
    text-transform: uppercase;
    color: #fff;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    opacity: 0.8;
}

.bto-player-tax li:first-child {
    border: none;
}

/* Player Upload Image */
.bto-player-img .bto-player-imgupload {
    border: 1px solid #212429;
    background: #212429;
}

.bto-player-img .croppie-container {
    border: 1px solid #111215;
    background: #111215;
}

.croppie-container .cr-viewport {
    border: 2px solid #212429;
}

/* Player Menu */
.bto-player-menu .playermenu-toggle {
    background-color: #2f3339;
}

.bto-player-menu .nav-tabs > li > a {
    color: #fff;
}

.bto-player-menu .nav-tabs > li.active:before,
.bto-player-menu .nav-tabs > li.active:after {
    display: none;
}

/* Player Content */
.bto-player-content .panel-message {
    color: #fff;
}

/* Player KYC */
.bto-kyc .thumbnail .caption {
    color: #fff;
    border-top: 1px solid #30333a;
    background: #30333a;
}

.bto-kyc .thumbnail {
    border-color: #30333a;
}

.bto-kyc .thumbnail .caption h6 {
    border-color: #212429;
}

/* Player Deposit */
.bto-deposit .deposit-amount,
.bto-deposit .box-payment ul,
.bto-deposit .payment-description {
    border-color: #3d3d46;
}

.bto-deposit .box-payment ul li, 
.bto-deposits .bto-deposit-title,
.bto-deposits .bto-deposit-payment-info p.bto-deposit-payment-cost,
.bto-deposits .bto-deposit-balance,
.bto-deposits .bto-deposit-promo-item ul li {
    color: #fff;
}

.bto-deposit .bto-player-label,
.bto-deposits .bto-deposit-payment-info p,
.bto-deposits .bto-deposit-promo-title {
    color: #38c000;
}

.bto-deposit .payment-description {
    color: #fff;
}

.bto-deposit .deposit-menu ul li.bto-active:after {
    border-bottom-color: #359d47;
}

.bto-deposit .deposit-bonuses {
    border-bottom: 1px solid #3d3d46;
}

.bto-deposits .bto-deposit-promo {
    background-color: #212429;
    border: 1px solid #38c000;
}

.bto-deposits .bto-deposit-form select.form-control.bto-selected-bonus {
    background: #30333a url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='19' height='19' viewBox='0 0 24 24'><path fill='rgb(255, 255, 255)' d='M7.406 7.828l4.594 4.594 4.594-4.594 1.406 1.406-6 6-6-6z'></path></svg>");
    background-position: 100% 50%;
    background-repeat: no-repeat;
}

/* Player Deposit Modal */

/* Player Withdrawals */
.bto-pend-withdrawals h5 {
    color: #38c000;
}

.bto-pend-withdrawals .bto-box-withdrawal ul:first-of-type,
.bto-pend-withdrawals .bto-box-withdrawal ul {
    border-color: #30333a;
}

.bto-player-content .bto-player-label {
    color: #fff;
}

.bto-pend-withdrawals .bto-box-withdrawal ul li {
    color: #38c000;
}

/* Player Withdrawals v2 */
.bto-payments-gateway .bto-cc-selector .bto-cc-box,
.bto-payments-gateway .bto-cc-selector .bto-cc .bto-cc-info p {
    color: #fff;
}

.bto-payments-gateway .bto-cc-selector .bto-cc-box>input+.bto-cc:before {
    border: 1px solid #62b157;
}

.bto-payments-gateway .bto-cc-selector .bto-cc-box>input:checked+.bto-cc:after {
    background-color: #62b157;
}

.bto-payments-gateway .bto-cc-selector .bto-cc-box>input+.bto-cc {
    border-width: 2px;
    border-color: #32333f;
}

.bto-payments-gateway .bto-cc-selector .bto-cc-box>input:checked+.bto-cc {
    border-color: #32333f;
    background: #32333f;
}

.bto-payments-gateway .bto-cc-selector .bto-cc .bto-delete-account {
    top: 50%;
    transform: translate(0, -50%);
    color: #f8375e;
}

.bto-withdrawal-amount .bto-withdrawal-payment-cost {
    color: #fff;
}

.bto-withdrawal-amount .bto-withdrawal-payment-cost span {
    color: #38c000;
}

.bto-empty-withdrawal {
    background: #32333f;
}

.bto-withdrawal-account .bto-withdrawal-transfer-info {
    border-bottom: 1px solid #32333f;
    background: #2c2d36;
}

.bto-withdrawal-transfer-account {
    background: #32333f;
}

/* Player Withdrawals v2.0 Sidebar */
.bto-pending-withdrawal .bto-withdrawal-title span {
    color: #38c000;
}

.bto-pending-withdrawal .bto-withdrawal-title,
.bto-withdrawal-pending {
    border-color: #32333f;
}

.bto-pending-withdrawal-item .bto-pending-info .date {
    color: #858585;
}

.bto-pending-withdrawal-item .delete {
    background: #222222;
    border: 1px solid #353941;
}

.bto-pending-withdrawal-item .delete i {
    color: #f8375e;
}


/* Player Table & Player DataTable */
.bto-table-filter .filtertable-toggle {
    color: #fff;
    border: 1px solid #2f3339;
    background-color: #2f3339;
}

table.dataTable>tbody>tr.child ul.dtr-details li {
    border-color: #3b424c;
}

/* Table Filter */
.bto-table-data .table,
.bto-table-filter {
    color: #fff;
    border-color: #3d3d46;
}

.bto-table-data .table-bordered > tbody > tr > th,
.bto-table-data .table-bordered > tfoot > tr > th,
.bto-table-data .table-bordered > thead > tr > td,
.bto-table-data .table-bordered > tbody > tr > td,
.bto-table-data .table-bordered > tfoot > tr > td,
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
    border: 1px solid #3d3d46;
}

.bto-table-data .table > thead {
    background: #25272b;
}

.bto-table-data .table > thead > tr > th,
.bto-table-data .table > tbody > tr > td {
    color: #fff;
}

.bto-table-data .table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #2f3339;
}

.bto-table-data .table-hover > tbody > tr:hover {
    background: #38c000 !important;
}

table.dataTable thead .sorting:after {
    opacity: 1;
    color: #a5a5a5;
}

.bto-table-data div.dataTables_wrapper div.dataTables_info {
    color: #a5a5a5;
}

/* Player Table Data Filter */
.bto-table-data div.dataTables_wrapper div.dataTables_filter label {
    color: #fff;
}

.bto-table-data div.dataTables_wrapper div.dataTables_filter label:before {
    color: #38c000;
}

.bto-table-data div.dataTables_wrapper div.dataTables_length label {
    color: #fff;
}

/* Player Table */

/* Player Limits */

/* Player Verification */
.account-verification h5 {
    margin-top: 30px;
    font-weight: bold;
    color: #38c000;
}

.verification-form .panel-form {
    padding: 7px 10px;
}

p.status {
    margin-top: 10px;
    color: #ff0000;
}

/* Player Messages */
.bto-messages .bto-messages-toolbar { color: #ffffff; background-color: #212429; border: 1px solid #353941;}
.bto-messages .bto-messages-toolbar:before { background-color: #048b2f; }
.bto-messages .panel-heading .accordion-toggle { color: #17222d; }
.bto-messages .panel-heading .accordion-toggle:hover { color: #38c000; }
.bto-messages .panel-heading .accordion-toggle:after { color: #17222d; }
.bto-messages .panel-heading .accordion-date { color: #17222d; }
.bto-messages .panel-heading .accordion-delete i { color: #17222d; }
.bto-messages .panel-heading .accordion-delete i:hover { color: #ffffff; background: #38c000; }
.bto-messages .panel-heading + .panel-collapse > .panel-body { border-top-color: #eaeaea; color: #17222d; background-color: #ffffff; }
.bto-messages .bto-messages-markread:before { background-color: #f04e23; }
.bto-messages .bto-messages-markunread:before { background-color: #39b54a; }
.bto-messages .bto-messages-info span { color: #ffffff; }
.bto-messages .bto-messages-info span:before { background-color: #39b54a; }
.bto-messages .bto-messages-info span:last-child:before { background-color: #f04e23; }

/* Player Messages in Header */
.bto-messages-header i  { color: #ffffff;}
.bto-messages-header a .bto-messages-number { color: #000000; background-color: #38c000;}

/* Player Messages User Menu */
.bto-messages-unread:before { background-color: #38c000; }
.dropdown-menu .bto-messages-header .bto-messages-unread:before { background-color: #38c000; }

/*-----------------------------------------------
	#Register Page
-----------------------------------------------*/
.bto-register {
    background: #212429;
}

.bto-register .bto-checkbox-inline a {
    color: #38c000;
}

.bto-register-sidebar .widget .widget-title {
    font-size: 15px;
}

.bto-register-sidebar .widget .textwidget {
    font-size: 12px;
}

/* Loading  */
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #212121;
    z-index: 10;
}

.loading-content {
    position: absolute;
    text-align: center;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.loading-content i {
    font-size: 50px;
    color: #00de00;
}

.loading-content h6 {
    margin-top: 10px;
    color: #ffffff;
}

.rotate::before {
animation: rotation 4s infinite linear;
display: inline-block;
}
  
@keyframes rotation {
from {
    transform: rotateY(0deg);
}
to {
    transform: rotateY(365deg);
}
}
/* END Loading  */

/*-----------------------------------------------
	#Post Page / Promotions
-----------------------------------------------*/
.section-custom-title {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: stretch;
    align-items: center;
    min-height: 40px;
    background-color: #14b624;
}

.section-custom-title .container-fluid {
    margin-right: 0;
    margin-left: 0;
}

.section-custom-title h1 {
    margin: 0;
    font-size: 14px;
    text-transform: none;
}

/* Category Navigation */
.bto-post-category-navigation li > a {
    color: #fff;
}

.bto-post-category-toggle {
    background-color: #212429;
}

.bto-post-category-navigation li.active > a,
.bto-post-category-navigation li.active > a:hover,
.bto-post-category-navigation li.active > a:focus {
    color: #fff;
    background-color: #38c000;
}

/* Post Grid */
.bto-post-grid .site-main-content {
    margin: 0;
}

/* Post */
.bto-post,
.bto-post-entry-header,
.bto-single-post-entry-header {
    border-color: #474d56;
}

/* News */
.bto-news-slider,
.bto-post-news {
    margin-bottom: 40px;
    position: relative;
    background-color: #212429;
}

.bto-post-news .bto-post-entry-header {
    margin: 0;
    min-height: 43px;
    border: none;
}

.bto-content-news {
    padding: 20px 15px;
}

.bto-content-news .bto-post-entry-content {
    font-size: 12px;
    margin-top: 10px;
}

/* News Sidebar */
.site-news {
    padding: 25px;
    background: #212429;
}

/* Slider News */
.bto-news-slider {
    margin-bottom: 20px;
}

/* Single Post */
.news-image {
    padding: 0;
    border: none;
}

.bto-single-post-featured-image {
    border-color: #474d56;
}

/* Posts Pagination */

/*-----------------------------------------------
	#404 Page
-----------------------------------------------*/
.bto-error-holder .bto-error-box {
    background: #212429;
}

.bto-error-holder .bto-error-box .bto-error-type,
.bto-error-holder p a {
    color: #38c000;
}

.bto-error-holder p a:hover {
    color: #fff;
}

.bto-error-holder .bto-error-text {
    color: #fff;
}

/*-----------------------------------------------
	#Sitemap
-----------------------------------------------*/
.bto-sitemap-header { 
    border-bottom: 1px solid #353941;
    background-color: #212429;
}

.bto-sitemap-content .sitemap-categories .category-list .list a:first-child {
    color: #fff;
}

.sitemap-header a:hover {
    color: #38c000;
}

/*-----------------------------------------------
	#Maintenance Page
-----------------------------------------------*/

/*-----------------------------------------------
	#Widget
-----------------------------------------------*/
.widget .widget-title {
    font-size: 16px;
    border-color: #353941;
}

.site-main-sidebar .widget {
    margin-bottom: 50px;
}

.site-main-sidebar .widget .widget-title {
    font-size: 17px;
    border-color: #353941;
}

.sidebar-left .widget ul a,
.sidebar-right .widget ul a {
    color: #a5a5a5;
    border-color: #444a52;
}

.sidebar-left .widget ul a:hover,
.sidebar-right .widget ul a:hover {
    color: #38c000;
}

/* Widget: Menu */

/* Widget: Latest Posts */
.bto-widget-news {
    position: relative;
    margin-bottom: 24px;
}

.bto-widget-news .bto-post-entry-header {
    margin: 0;
    padding-bottom: 10px;
    border: none;
}

.bto-widget-news .bto-post-entry-header .bto-post-entry-title a {
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
}

.bto-widget-news .bto-post-entry-content p {
    font-weight: 300;
}

.bto-widget-news .read-more {
    margin-top: 20px;
    display: block;
    color: #38c000;
    font-size: 11px;
    text-transform: uppercase;
}

/* Widget: Search */

/* Widget: Calendar */

/* Widget: Advert */

/* Widget: Tags */

/* Widget: Recent Comments */

/* Widget: Comments */

/* Widget: Solutions for Home Page */

/* Widget: Sports Banner Home Page */
.bto-sports-home {
    min-height: 572px;
    position: relative;
}

.bto-sports-home .widget .widget-title {
    font-size: 32px;
    font-weight: 900;
    border: none;
}

.bto-sports-home .widget ul {
    margin: 0;
    padding: 0 14px;
}

.bto-sports-home .widget ul li {
    padding: 3px 0;
}

.bto-steps-position {
    width: 100%;
    position: absolute;
    bottom: 0;
}

.bto-sports-home .bto-steps {
    padding-right: 50px;
}

.bto-sports-home .bto-steps .widget .widget-title {
    display: block;
    margin-right: 15px;
    float: left;
    font-size: 72px;
    font-weight: bold;
    line-height: 60px;
}

.bto-sports-home .bto-steps .widget h6 {
    margin-bottom: 8px;
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
}

.bto-sports-home .bto-steps .widget p {
    font-size: 12px;
    font-weight: 300;
    overflow: hidden;
}

/* Widget: Solutions Carousel */

/* Widget: Post Solutions Carousel */
.bto-post-solutions {
    position: relative;
}

.bto-post-solutions .bto-game-promo {
    position: absolute;
    top: 60px;
    left: 15px;
    text-align: center;
}

.bto-post-solutions .bto-game-promo p {
    margin-top: 10px;
}

.bto-post-solutions .bto-post-content {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 25px 18px;
}

.bto-post-solutions .bto-post-content .bto-post-entry-content {
    width: 80%;
}

.bto-post-solutions .bto-post-content .bto-post-entry-title {
    margin-bottom: 8px;
}

.bto-post-solutions .bto-post-content .bto-post-entry-title a {
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
}

/* Widget: Solutions Image Effects */

/* Widget: Promotion with game */

.bto-widget-posts .widget-title {
    border: none;
    margin-bottom: 0;
}

.bto-widget-posts .widget-subtitle {
    margin-bottom: 20px;
    color: #7e8896;
}

.bto-post-promo {
    position: relative;
}

.bto-post-promo .bto-post-content {
    position: absolute;
    bottom: 15px;
    padding: 0 12px;
    width: 100%;
}

.bto-post-promo .bto-post-entry-content {
    display: block;
    float: left;
    width: 70%;
    font-weight: 300;
}

.bto-post-promo .bto-post-entry-title a {
    margin-bottom: 5px;
    font-size: 17px;
    font-weight: 500;
    text-transform: uppercase;
}

.bto-post-promo .bto-game-promo {
    display: block;
    float: right;
    width: 72px;
    text-align: center;
}

.bto-post-promo .bto-game-promo p {
    margin: 0;
    margin-top: 5px;
}

/* Zoom In */

/* Zoom Out */

/* Slide */

/* Rotate */

/* Blur */

/* Gray Scale */

/* Opacity */

/* Widget: Payment Partners */
.bto-payment-partners {
    padding-left: 15px 0;
}

.license-logos-logrand .bto-payment-partners li {
    width: 48%;
}

/* Widget: Payment Partners Grayscal */
.grayscale {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=!string!><filter id=!string!><feColorMatrix type=!string!values=!string!/></filter></svg>#grayscale");
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    filter: gray;
}

.grayscale.grayscale-fade {
    transition: filter .5s;
}

/* Webkit hack until filter is unprefixed */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .grayscale.grayscale-fade {
        -webkit-transition: -webkit-filter .5s;
        -moz-transition: -webkit-filter .5s;
        -o-transition: -webkit-filter .5s;
        transition: -webkit-filter .5s;
    }

}

.grayscale.grayscale-off,
.grayscale.grayscale-fade:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.grayscale.grayscale-replaced {
    -webkit-filter: none;
    filter: none;
}

.grayscale.grayscale-replaced > svg {
    -webkit-transition: opacity .5s ease;
    -moz-transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
    transition: opacity .5s ease;
    opacity: 1;
}

.grayscale.grayscale-replaced.grayscale-off > svg,
.grayscale.grayscale-replaced.grayscale-fade:hover > svg {
    opacity: 0;
}

/* Widget: License */
footer .bto-license .bto-license-text {
    width: 100%;
    font-size: 12px;
    font-weight: 300;
    line-height: 19px;
    color: #fff;
}

/*-----------------------------------------------
	#Footer
-----------------------------------------------*/
footer {
    background: #212429;
    border-top: 1px solid #353941;
}

footer .footer-area-top {
    margin-bottom: 15px;
}

footer .footer-nav .navbar-nav > li > a {
    color: #38c000;
    font-weight: bold;
    position: relative;
}

footer .footer-nav .navbar-nav > li > ul > li > a {
    color: #a5a5a5;
    font-size: 12px;
}

footer .footer-nav .navbar-nav > li > a:after {
    content: '';
    display: block;
    position: relative;
    margin: 10px 0;
    width: 24px;
    height: 1px;
    background: #a5a5a5;
}

footer .footer-nav .navbar-nav > li > ul >li > a:hover,
footer .footer-nav .navbar-nav > li > ul >li.current-menu-item > a {
    color: #fff;
}

footer .bto-social-nav .bto-social-menu li {
    margin-right: 5px;
}

footer .footer-nav .bto-social-nav .bto-social-menu li a {
    background: transparent;
    border: 1px solid #2f3339;
    color: #fff;
}

footer .footer-nav .bto-social-nav .bto-social-menu li a:hover {
    background: #2f3339;
}

footer .footer-nav .navbar-nav > li > a:hover {
    color: #38c000;
}

footer .footer-area-top .bto-payment-partners,
footer .footer-area-top .bto-license,
footer .copyright .copyright-wrap,
footer .bto-license {
    border-color: #2d2e31;
}

footer .last-login-footer {
    margin-bottom: 20px;
}

footer .age-ban i {
    color: #2f3339;
}

footer .age-ban .fa-2x {
    font-size: 2.5em;
}

footer .age-ban .fa-plus-age {
    color: red;
}

footer .info-brand {
    margin-top: 9px;
    font-weight: 300;
    text-transform: uppercase;
    color: #fff;
}

footer .info-brand .clock span:first-child {
    font-weight: bold;
}

footer .license-logos-logrand .bto-payment-partners {
    margin: 0;
    padding: 0;
    border: none;
}

footer .info-brand .clock {
    display: block;
    margin-right: 20px;
    float: left;
    overflow: hidden;
}

footer .info-brand .clock:last-child {
    margin: 0;
}

footer .footermenu-toggle {
    color: #fff;
    background-color: #2f3339;
}

/* Footer Widget Area*/

/*-----------------------------------------------
	#Plugins
-----------------------------------------------*/

/*-----------------------------------------------
	#Others
-----------------------------------------------*/

/*-----------------------------------------------
	#Animations
-----------------------------------------------*/
.bto-casino-lobby .bto-casino-game-item:after {
    top: 87px;
}

/*-----------------------------------------------
	#Media Query
-----------------------------------------------*/
@media (min-width:992px) {
    header .navigation-header .brand {
        margin-top: 7px;
    }

    header .navigation-header .brand img {
        width: 100px;
    }

    .mobile {
        display: none;
    }

    .navbar-v2 .navigation-right {
        position: relative;
    }

    header .navbar-v2 .navigation-menu {
        margin-top: 15px;
        padding-top: 19px;
        width: 100%;
        z-index: 9;
    }

    header .navbar-v2 .navigation-menu:after {
        content: '';
        position: absolute;
        width: 94%;
        height: 1px;
        top: 3px;
        right: 0;
        background: #353941;
    }

    .navbar-v2 .navigation-menu {
        float: right;
    }

    footer .footer-nav .navbar-nav > li > ul {
        display: block;
    }

}

@media screen and (min-width:781px) and (max-width:1145px) {
    .bto-post-promo .bto-game-promo {
        margin-top: 28px;
    }

    .bto-post-promo .bto-game-promo,
    .bto-post-promo .bto-game-promo img {
        width: 48px;
    }

}

@media screen and (min-width:992px) and (max-width:1145px) {
    .bto-post-solutions .bto-game-promo {
        top: 45px;
    }

    .bto-post-solutions .bto-game-promo p {
        display: none;
    }

}

@media (max-width:991px) {
    header .navigation-menu.captain-nav-menu {
        left: auto;
        right: auto;
        top: 0;
    }

    .bto-captainup-nav .menu-nav {
        margin-top: 0;
    }

    header .navbar-v2 .navigation-menu .navbar-nav > li {
        padding: 8px 0;
    }

    header .navbar-v2 .navigation-menu .navbar-nav > li.current-menu-item > a:after,
    header .navbar-v2 .navigation-menu .navbar-nav > li > a:after {
        display: none;
    }

    header .navigation-menu .navbar-collapse,
    footer .footer-navbar {
        background-color: #212429;
    }

    .brand,
    .bto-float-login {
        display: none !important;
    }

    .mobile {
        margin: 0 auto;
        position: absolute;
        z-index: 1;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        text-align: center;
    }

    .bto-login-simple-mobile .mobile {
        margin: 0;
        left: 10px;
    }

    .bto-playgame-mobile header .navbar {
        z-index: 999;
    }

    /* USE THIS JUT FOR NEW LOGO FOR SPORTBOOK LABEL 

    .page-template-sports-pagev3 header .navigation-header .brand span {
        top: 9px;
        right: 79px;
        font-size: 4px;
    } */


    header .navigation-menu .navbar-nav > li .sub-menu a {
        color: #bbb;
    }

    header .navigation-menu .navbar-nav > li .sub-menu a:hover {
        color: #38c000;
    }

    header .navbar-v2 .navigation-menu .navbar-collapse.bto-user-mobile-menu {
        left: auto;
        right: -10px;
    }

    .navbar-toggle {
        float: left;
    }

    header .navbar-v2 .navigation-menu .navbar-collapse {
        left: -10px;
        right: auto;
    }

    header .bto-login-simple-mobile .btn.btosystem-logged-deposit {
        border-radius: 20px;
        padding: 8px 20px 6px;
        margin-right: 5px;
        margin-left: 10px;
        color: #212429;
        font-weight: 700;
        font-size: 12px;
        min-height: 30px;
    }

    header .bto-login-simple-mobile .brand-logo {
        width: 35px;
    }

    header .navigation-header {
        min-height: 66px;
    }

    header .navigation-header .strendus-brand {
        left: 0;
        top: 14px;
    }

    .help-menu li a {
        margin: 0 10px 0 15px;
    }
    
    .bto-player-menu .nav-tabs > li {
        max-width: 50%;
        width: 50%;
    }

    header .bto-login-simple-mobile .bto-login-simple-mobile-btn {
        margin-top: 15px;
    }

    .bto-post-solutions .bto-game-promo {
        display: none;
    }

    .bto-deposit .deposit-menu ul {
        border-color: #3b424c;
    }

    .bto-post-category-navigation .nav {
        background: #212429;
    }

    .bto-register-sidebar {
        display: none;
    }

    footer .footer-nav .navbar-nav > li {
        color: #fff;
        background-color: #2f3339;
    }

    footer .footer-nav .navbar-nav > li > a {
        padding: 10px 0;
        color: #fff;
        pointer-events: unset;
        cursor: pointer;
    }

    footer .footer-nav .navbar-nav > li > a.collapsed:after,
    footer .footer-nav .navbar-nav > li > a:after {
        display: block;
        float: right;
        margin: 10px 0;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 23px;
        line-height: 0;
        font-family: 'btocasinoicons';
        vertical-align: middle;
        content: '';
        background: none;
        right: 10px;
    }

    footer .footer-nav .navbar-nav > li > a:after {
        content: '';
    }

    /* Sportsbook*/
    .sports-mobile .site-main .container .row .col-xs-12 {
        padding-left: 0;
        padding-right: 0;
    }

    /* Register Page new */

    .bto-register-vertical .progress-section {
        display: none;
    }

    .bto-register-vertical .bto-register .strendus-brand {
        margin-bottom: 100px;
    }

    .bto-register-vertical .bto-register .strendus-brand img {
        margin-top: 10px;
        width: 70px;
    }

    .bto-register-vertical .bto-register .bto-wizard-deposit .strendus-brand {
        margin-bottom: 40px;
    }

    .bto-register-vertical .bto-register .bto-wizard-deposit .strendus-brand img {
        margin-top: 20px;
        margin-bottom: 0px;
        width: 100px;
        position: relative;
    }

    .bto-register-vertical .bto-wizard-nav ul li:last-child .bto-wizard-indicator {
        margin: 0 10px 80px 0;
    }

    .bto-register-vertical .bto-register.bto-form-wizard form {
        padding: 2% 0 0;
    }

    .bto-register-vertical .bto-wizard-content .form-group {
        padding: 2% 15% 0;
    }

    .bto-register-vertical .bto-register.bto-form-wizard .close {
        right: 7px;
    }

    .bto-register-vertical .bto-register.bto-form-wizard .back {
        left: 5px;
    }

    .bto-register-vertical .oferta .bto-heading {
        margin-bottom: 0;
    }

    .bto-register-vertical .bto-register.bto-form-wizard .bto-wizard-content {
        min-height: 660px;
    }

    .bto-register-vertical .bto-register .infobip-input {
        width: 45px;
        height: 45px !important;
        margin: 0px;
    }

    .bto-register-vertical button.btn-wizzard-transparent {
        width: 150px;
    }

    .bto-register-vertical .step-footer.step-footer-mobile {
        display: flex;
        flex-direction: column;
        background-color: #2d2d2d;
        padding: 15px 0 40px;
        bottom: 0px;
    }

    .bto-register-vertical .step-footer.step-footer-mobile li {
        height: 11px;
    }

    .bto-register-vertical .step-footer.step-footer-mobile  button {
        display: block;
        margin: 0 auto;
        width: 80% !important;
    }

    .bto-register-vertical .step-footer.step-footer-mobile  .btn-wizzard-transparent.btn-mobile {
        color: #00de00 !important;
        border: none;
    }

    .bto-register-vertical .bto-wizard-nav ul li .bto-wizard-indicator .bto-wizard-past {
        display: none;
    }

    .bto-register-vertical .bto-wizard-nav {
        position: relative;
        float: unset;
        width: 70px;
        margin: 0 auto;
    }

    .bto-register-vertical .bto-wizard-nav ul {
        flex-direction: row;
        float: unset;
        justify-content: space-between;
    }

    .bto-register-vertical .bto-wizard-nav ul li {
        -ms-flex: unset;
        -webkit-flex: unset;
        flex: unset;
        text-align: center;
    }

    .bto-register-vertical .mobile {
        margin: 0 auto;
        position: absolute;
        z-index: 1;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        text-align: center;
    }

    .bto-register-vertical .bto-wizard-nav ul li .bto-wizard-indicator {
        width: 11px;
        height: 11px;
        margin: 0;
        float: unset;
        background-color: #666666;
    }

    /* NEW SEARCH FOR MOBILE */

    .bto-search-game-box .btosystem-games-search-hint.bto-strendus-games-search-hint {
        font-size: 15px;
    }

    .bto-search-games-list.bto-strendus-search-games-list li.bto-single-game .bto-single-game-wrap .bto-single-game-content .bto-casino-game-action {
        margin-bottom: 5px;
        min-height: auto;
    }

    .bto-search-games-list.bto-strendus-search-games-list li.bto-single-game .bto-single-game-wrap .bto-single-game-content h4 span.bto-hl-search {
        color: #38c000;
    }

    .bto-casino-heading.bto-casino-heading-v1 .bto-casino-menu-filtergames.bto-strendus-casino-menu-filtergames {
        display: block;
    }

    .bto-search-hint-games {
        background: #212429;
    }

    .bto-casino-lobby .bto-casino-menu-scroll .bto-casino-mobile-nav {
        border-top: 1px solid #2f3339;
        background-color: #212429;
        border-bottom: 1px solid #2f3339;
    }

    .bto-casino-menu-scroll .bto-casino-games .bto-all-games {
        border-right: 1px solid #2f3339;
    }

    .bto-casino-lobby .bto-casino-game:hover .bto-casino-game-title-content .bto-casino-game-title {
        padding-top: 10px;
        font-size: 12px;
    }

    /* Search and Hint */
    .titulo-div {
        margin-top: 0 !important;
    }

    .bto-logrand-hint .bto-search-games-list li.bto-single-game .bto-single-game-wrap .bto-single-game-content h4 span.bto-hl-search {
        color: #04b0ca;
    }

    .bto-logrand-hint .bto-search-games-list li { border-top: 1px solid #3b3c3d;}

    .bto-logrand-hint .bto-search-game-box .btosystem-games-search-hint { padding-top: 4px;}

    .bto-logrand-hint .bto-search-games-list li.bto-single-game .bto-single-game-wrap .bto-single-game-content .bto-casino-game-action a {
        width: 75%;
        height: auto;
        margin: 0;
        margin-bottom: 5px;
    }
}

@media (max-width:800px) {

    .bto-sports-home .widget_sow-image {
        display: none;
    }

    .bto-steps-position {
        display: block !important;
    }

}

@media (max-width:768px) {
    .bto-deposit .box-payment {
        border: 1px solid #3d3d46;
    }

    .bto-deposit .description-collapse {
        background: #212429;
    }

    /* Register Page new */

    .bto-register-vertical .bto-register.bto-form-wizard form .bto-heading {
        margin-bottom: 90px;
        background-color: #2d2d2d;
        padding: 5px 0 2px 5px;
    }

    .bto-register-vertical .bto-register.bto-form-wizard .close{
        display: none;
    }

    .bto-register-vertical .bto-register.bto-form-wizard .back {
        top: 5px;
    }

    .bto-register-vertical .modal-register .modal-dialog {
        margin: 0 auto;
        width: 100%;
    }

    .bto-register-vertical .bto-register.bto-form-wizard .hidden-xs{
        display: none;
    }

    .bto-register-vertical .bto-register.bto-form-wizard .col-xs-12 {
        width: 100%;
    }

    .bto-register-vertical .bto-register.bto-form-wizard form {
        padding: 0;
    }

    .bto-register-vertical .bto-register.bto-form-wizard form .oferta .bto-heading {
        margin-bottom: 0;
    }
    
    .bto-register-vertical .bto-register.bto-form-wizard .bto-heading .icon {
        position: absolute;
        left: 0;
        right: 0;
        top: 50px;
        font-size: 40px;
        margin-right: 0;
    }

    .bto-register-vertical .bto-wizard-content .form-group {
        padding: 2% 10% 0;
    }

    .bto-register-vertical .step-footer {
        display: none;
    }

    .bto-register-vertical .step-footer.step-footer-mobile {
        display: flex;
        flex-direction: column;
        background-color: #2d2d2d;
        padding: 15px 0 40px;
        bottom: 0px;
    }

    .bto-register-vertical .step-footer.step-footer-mobile li {
        height: 11px;
    }

    .bto-register-vertical .step-footer.step-footer-mobile  button {
        display: block;
        margin: 0 auto;
        width: 80% !important;
    }

    .bto-register-vertical .step-footer.step-footer-mobile  .btn-wizzard-transparent.btn-mobile {
        color: #00de00 !important;
        border: none;
    }

    .bto-register-vertical .bto-wizard-nav ul li .bto-wizard-indicator .bto-wizard-past {
        display: none;
    }

    .bto-register-vertical .bto-wizard-nav {
        position: relative;
        float: unset;
        width: 70px;
        margin: 0 auto;
    }

    .bto-register-vertical .bto-wizard-nav ul {
        flex-direction: row;
        float: unset;
        justify-content: space-between;
    }

    .bto-register-vertical .bto-wizard-nav ul li {
        -ms-flex: unset;
        -webkit-flex: unset;
        flex: unset;
        text-align: center;
    }

    .bto-register-vertical .bto-wizard-nav ul li .bto-wizard-indicator {
        width: 11px;
        height: 11px;
        margin: 0;
        float: unset;
        background-color: #666666;
    }

    .bto-register-vertical .bto-register.bto-form-wizard .back {
        left: 10px;
    }
    
    .bto-register-vertical .bto-register.bto-form-wizard .close {
        right: 10px;
    }

    .bto-register-vertical .m-dnone {
        display: none;
    }

    .bto-register-vertical .bto-wizard-nav ul li .bto-wizard-indicator {
        margin: 0 !important;
    }

    .bto-register-vertical .bto-register.bto-form-wizard .bto-wizard-content {
        min-height: 675px;
    }

    .bto-register-vertical .bto-register .infobip-input {
        width: 55px;
        height: 55px !important;
        margin: 5px;
    }

    .bto-register-vertical button.btn-wizzard-transparent {
        width: 200px;
    }
}

@media screen and (min-width:320px) and (max-width:639px) {

    .bto-casino-lobby .bto-casino-game-image img {
        display: none !important;
    }

    .bto-casino-lobby .bto-casino-game-image:before {
        opacity: 0;
    }

    .bto-casino-lobby .bto-casino-game-action .bto-btn {
        padding: 5px 10px 3px;
    }

    .bto-casino-lobby .bto-casino-game-title-content .bto-casino-game-title {
        font-size: 12px;
        padding-top: 8px;
    }

    .bto-casino-lobby .bto-casino-game-action .bto-btn.bto-casino-btn-fungame,
    .bto-casino-lobby .bto-casino-game-action .bto-btn.bto-casino-btn-realgame {
        text-align: center;
        float: none;
        margin: 4px 0;
    }

}

@media (max-width:480px) {
    .bto-post-promo .bto-post-entry-content {
        width: 100%;
    }

    .bto-post-promo .bto-game-promo,
    .bto-post-solutions .bto-game-promo {
        display: none;
    }

    header .bto-login-simple-mobile .btn {
        font-size: 11px;
    }

    /* USE THIS JUT FOR NEW LOGO FOR SPORTBOOK LABEL  
    .page-template-sports-pagev3 header .navigation-header .brand span {
        top: 7px;
        right: 53px;
        font-size: 2px;
    } */

    
    /* NEW SEARCH FOR MOBILE */
    .bto-search-games-list.bto-strendus-search-games-list li.bto-single-game .bto-single-game-wrap .bto-search-image-wrap {
        height: 100px;
    }
}

/*-----------------------------------------------
#SportsBook
-----------------------------------------------*/
.bto-sb-mobile header {
    border-color: #38c000;
    background-color: #212429;
}

.bto-sb-mobile .odds_btn_home,
.bto-sb-mobile #live_now li .score,
#popular_home .score,
#sports_home_ul .score,
.bto-sb-mobile .match_table_tip .tip_type,
.bto-sb-mobile .md_table_tip .tip_type,
.bto-sb-mobile .md_table_tip2 .tip_type {
    color: #fff;
    background-color: #191b1f;
}

.bto-sb-mobile .gridLayout .odds_btn_home.active,
.bto-sb-mobile .match_table_bottom .active .tip_type,
.bto-sb-mobile .md_table_bottom .active .tip_type,
.bto-sb-mobile .match_table_top_o.active .odds_btn_home {
    background-color: #e0012b !important;
}

.bto-sb-mobile #live_now li .score,
.bto-sb-mobile .table_match_content,
.bto-sb-mobile #live_sports_holder.grid_view a .score,
.bto-sb-mobile #live_sports_holder.grid_view .live_score,
#live_sports_holder.grid_view .live_time {
    border-color: #38c000 !important;
    background-color: #191b1f !important;
}

.bto-sb-mobile .oddsnum_btn_home,
.bto-sb-mobile .match_table .oddsnum_btn_home {
    border: 1px solid #e0012b !important;
    color: #e0012b;
    background-color: #191b1f;
}

.bto-sb-mobile #live_now li .match a.icons:before,
.bto-sb-mobile #live_now li a span.live_match_time,
.bto-sb-mobile #live_sports_holder.grid_view a .score,
.bto-sb-mobile #live_sports_holder.grid_view .live_sports .icons:before,
.bto-sb-mobile .go_back:hover:before {
    color: #38c000;
}

.bto-sb-mobile #live_now li .score,
#popular_home .score,
#sports_home_ul .score {
    border-color: #38c000;
}

.bto-sb-mobile .grid_view li a,
.bto-sb-mobile #drop_down_list .icons:before,
.bto-sb-mobile .home_list_colDown,
.bto-sb-mobile .table_list li span.icons_home:before,
.bto-sb-mobile #live_now li a span.title,
.bto-sb-mobile #live_sports_holder.grid_view .home_list_colDown,
.bto-sb-mobile .history_col11_down {
    color: #fff;
}

.bto-sb-mobile .grid_view li .counter,
.bto-sb-mobile .home_list_colUp1,
.bto-sb-mobile .md_table .table_match_title a:before,
#live_md_table_id .md_table_top:before {
    color: #da022b;
}

.bto-sb-mobile .sports_nav a.active,
.bto-sb-mobile .nav_all_sports a.active span,
.bto-sb-mobile .nav_all_sports a.active:before {
    color: #38c000;
}

.bto-sb-mobile .table_container,
.bto-sb-mobile #drop_down_list,
.bto-sb-mobile .md_table,
.bto-sb-mobile .md_table_top,
.bto-sb-mobile .md_table_bottom,
.bto-sb-mobile .grid_container,
.bto-sb-mobile #live_sports_holder.grid_view .active,
.bto-sb-mobile footer,
.bto-sb-mobile .history_cls {
    background: #212429;
}

.bto-sb-mobile .grid_view li,
.bto-sb-mobile #country_list li a,
.bto-sb-mobile .match_table_top,
.match_table_top_o {
    color: #fff;
    border-color: #373d46;
}

.bto-sb-mobile .table_list li span,
.bto-sb-mobile .md_table_top,
.bto-sb-mobile #live_sports_holder.grid_view .active .table_list li:first-child,
.bto-sb-mobile #live_now li .match a,
.bto-sb-mobile #live_sports_holder.grid_view li span.outerholder {
    border-color: #373d46;
}

.bto-sb-mobile .table_title,
.bto-sb-mobile .table_list_title,
.bto-sb-mobile .table_match_title {
    background: #191b1f;
}

.bto-sb-mobile #country_table_title.table_title span,
.bto-sb-mobile .md_table .table_match_title a {
    color: #da022b;
}

.bto-sb-mobile #league_list li,
.bto-sb-mobile .match_table_top_outright_inner,
.bto-sb-mobile #league_list .count,
#country_list .count {
    color: #fff;
    background-color: #191b1f;
}

.bto-sb-mobile #country_list li:before,
.bto-sb-mobile #country_list .active ul li:before,
.bto-sb-mobile .outrights_list li .match_table_top_outright:before,
.bto-sb-mobile .match_title,
.bto-sb-mobile .tournament-name,
.bto-sb-mobile .item-date,
.bto-sb-mobile .match_table_tip .tip_type,
.bto-sb-mobile .md_table_tip .tip_type,
.bto-sb-mobile .md_table_tip2 .tip_type,
.bto-sb-mobile .md_table_tip,
.bto-sb-mobile .match_table_bottom .active .tip_type,
.bto-sb-mobile .md_table_bottom .active .tip_type {
    color: #fff;
}

.bto-sb-mobile #coupon_counter,
#negotiation_counter {
    color: #fff;
    border-color: #e0012b;
    background: #e0012b;
}

.bto-sb-mobile .table_list_group {
    background: #32373e;
}

.bto-sb-mobile #iframeTracker,
.bto-sb-mobile .md_match_info,
.bto-sb-mobile #live_md_table_id {
    background: #212429;
    border-color: #373d46;
}

.bto-sb-mobile .item-name {
    color: #da022b;
}

.bto-sb-mobile .md_table_bottom .active span {
    color: #e0012b;
}

.bto-sb-mobile .table_match_content {
    border: none;
}

.bto-sb-mobile .navi-top-header_item.active a,
.bto-sb-mobile .navi-top-header_item:hover a,
.bto-sb-mobile .nav-active,
.bto-sb-mobile .nav-active a,
.bto-sb-mobile .home_list_colUp2,
.bto-sb-mobile .home_list_colUp3,
.bto-sb-mobile .home_list_colUp4, .bto-sb-mobile .home_list_colUp5, .home_list_colUp6,
.bto-sb-mobile .history_col21_down {
    color: #fff;
}

.bto-sb-mobile .betslip-menu ul li a.active-tab,
.bto-sb-mobile #coupon_submit {
    background: #e0012b;
}

.bto-sb-mobile #coupon_load,
.singleAPP.frame .betslip_cheker .betslipcheker_button,
.bto-sb-mobile .coupon_cb {
    background: #38c000;
}

.bto-sb-mobile #reservationCode,
.singleAPP.frame .betslip_cheker input {
    background: #eaeaea;
}

.bto-sb-mobile .coupon_header,
.bto-sb-mobile #combi .coupon_header,
.bto-sb-mobile #coupon_total_container,
.bto-sb-mobile #multiples .coupon_header,
.bto-sb-mobile .history_row_history {
    background: #212429;
}

.bto-sb-mobile #coupon_container .accept_box,
.bto-sb-mobile #multiples .multiples_cmb,
.bto-sb-mobile .coupon_winnings li:nth-child(2n+2),
.bto-sb-mobile .history_row2_up {
    background-color: #2f3339;
}

.bto-sb-mobile .coupon_winnings li {
    border-bottom: 1px solid #3c4148;
    background: #2f3339;
}

.bto-sb-mobile #live_sports_holder.grid_view .active a, .grid_view .active a .counter {
    background-color: #17191c;
}

.bto-sb-mobile .history-menu ul li a.active-tab {
    background: #38c000;
}

.bto-sb-mobile .history_row1_up,
.bto-sb-mobile .history_match_detail {
    background: #191b1f;
}

.bto-sb-mobile .history_col11_up.active {
    background: #282b2f;
}

.bto-sb-mobile .prev_page, .bto-sb-mobile .next_page {
    background: #ff0000;
    box-shadow: none;
}

.bto-sb-mobile .prev_page:hover, .bto-sb-mobile .next_page:hover {
    background: #a51010;
}

.bto-sb-mobile .history-menu ul li {
    margin-left: 5px;
}

.bto-sb-mobile .history-menu {
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    max-width: 100vw;
}

.bto-sb-mobile .prev_page, .bto-sb-mobile .next_page {
    width: 45%;
}

@media (max-width: 320px) {
    .bto-sb-mobile .gridLayout .oddType_odd { background-color: #191b1f!important;	 }

    .bto-casino-lobby .bto-casino-game {
        height: auto;
    }
}


/****************************************************/
/*** Delete after final UX observation deployment ***/
/****************************************************/

header .navigation-header.captainup-custom-header {
    padding: 3px 0;
}

.menu-help-menu-container {
    display: inline-block;
}

.help-menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

.help-menu li a span {
    display: none;
}

.help-menu li a {
    font-size: 12px;
    text-transform: uppercase;
}

.help-menu li a img {
    width: 22px;
    height: 22px;
    margin-right: 0 !important;
}

@media (min-width: 991px) {
    header .bto-simple-full .bto-mobilemenu.bto-captainup-nav {
        top: 20px;
        display: none;
    }

    .navbar-toggle.bto-captainup-nav {
        display: block;
    }

    .navbar-v2 .navigation-right {
        position: relative;
    }

    .navbar-v2 .navigation-right.header-captainup {
        padding: 12px 0px 10px;
    }

/* Search and Hint */

.bto-logrand-hint .bto-search-results-wrapper {
    height: 100%;
    max-height: 700px;
    overflow: hidden;
    overflow: auto;
}

/* Style scroll */
.bto-logrand-hint .bto-search-results-wrapper::-webkit-scrollbar {
    width: 5px;
}

.bto-logrand-hint .bto-search-results-wrapper::-webkit-scrollbar-thumb {
    background-color: #868686;
    outline: 1px solid #868686;
    border-radius: 0;
}

.bto-logrand-hint .bto-search-results-wrapper::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
}

.bto-casino-lobby .bto-casino-menu {
    overflow: unset;
}

.bto-logrand-hint .bto-casino-search-box-hint {
    margin: 0;
}

.bto-casino-lobby .bto-logrand-hint .bto-casino-search-box.bto-search-visible {
    color: #868686;
    background-color: transparent;
    position: absolute;
    z-index: 1;
    opacity: 1;
}

.bto-logrand-hint .bto-search-games-list li {
    border-bottom: 1px solid #2d2d2d;
}

.bto-casino-lobby .bto-logrand-hint .bto-casino-search-box.bto-search-visible {
    padding: 7px 0;
    height: 50px;
}

.bto-casino-lobby .bto-logrand-hint .bto-casino-search-toggle {
    background: transparent;
}

.bto-logrand-hint .bto-search-game-box i {
    right: 8px;
    left: auto;
    color: #868686;
}

.bto-logrand-hint .bto-search-game-box .btosystem-games-search-hint {
    color: #868686;
    background-color: #ffffff;
    opacity: 1;
    padding: 0 8px;
}

.bto-casino-col .bto-casino-menu-filtergames {
    z-index: 0;
}

.bto-search-hint-games {
    background: #20202c;
}

.bto-search-games-list li.bto-single-game .bto-single-game-wrap .bto-single-game-content .bto-casino-game-action a {
    width: 90%;
    margin-top: 5px;
}

.bto-search-game-box .btosystem-games-search-hint.form-control:-ms-input-placeholder,
.bto-search-game-box .btosystem-games-search-hint.form-control:focus:-ms-input-placeholder {
    color: #868686 !important;
}

.bto-search-game-box .btosystem-games-search-hint.form-control::-moz-placeholder,
.bto-search-game-box .btosystem-games-search-hint.form-control:focus::-moz-placeholder {
    color: #868686 !important;
}

.bto-search-game-box .btosystem-games-search-hint.form-control::-webkit-input-placeholder,
.bto-search-game-box .btosystem-games-search-hint.form-control:focus::-webkit-input-placeholder {
    color: #868686 !important;
}

}

@media only screen and (max-width: 430px) and (min-width: 320px) {

    .dropdown-menu.pull-right {
        left: -100px;
    }
} 


/********************************************************/
/*** /// Delete after final UX observation deployment ***/
/********************************************************/





