*:focus{
    box-shadow: none!important;
}
.text-right{
    text-align: right!important;;
}

.account-balance .network{
    font-size:12px;
}
.account-balance .balance{
    font-size: 14px;
    font-weight: bold;
}
.modal-data{
    font-size:16px;
    margin-bottom: 5px;
    font-weight: bold;
}
.modal-data-label{
    font-size:12px;
    margin-bottom: 0;
}
.ml-auto{
    margin-left:auto;
}
.img-circle{
    border-radius: 50%;
}
.bookmaker-logo{
    border-radius: 8px;
    background-color: #e9ecef;
    width: 80px;
    padding:10px;

}
a.disabled {
    pointer-events: none;
    cursor: default;
}
.font-green{
    color:green!important;
}
.font-red{
    color:red!important;
}


.mobile-header{
    width: 100%;
    padding:10px 0px;
    display: inline-flex;
}
.menu-toggle{
    max-width: 50px;
    display: inline-block;

}
.menu-toggle img{
    max-width: 30px;
    margin:0 auto;
    cursor: pointer;
}
.mobile-brand{
    width: calc(100% - 80px);
    display: inline-block;
    margin-left:15px;
}
.mobile-brand img{
    width: 80%;
    margin: 0 auto;
    max-width: 220px;
}
.sidebar-brand{
    display: inline;
    float: left;
}

.menu-off-mobile{
    padding:20px;
    width: 100%;
    text-align: right;

}
.menu-off-mobile img{
    max-width: 20px;
}
.logout{
    width: 40px;
    height: 40px;
    line-height: 40px;
    background:#dd0443;
    color:#fff;
    border-radius: 40px;
    text-align: center;
}
.logout:hover{
    color:#fff;
    background:#000;
}
.support{
    width: 40px;
    height: 40px;
    line-height: 40px;
    background:#8392ab;
    color:#fff;
    border-radius: 40px;
    text-align: center;
}
.support:hover{
    color:#fff;
    background:#000;
}

.settings{
    width: 40px;
    height: 40px;
    line-height: 40px;
    background:#8392ab;
    color:#fff;
    border-radius: 40px;
    text-align: center;
}
.settings:hover{
    color:#fff;
    background:#000;
}
@media (min-width: 1200px){
.col-520 {
    flex: 0 0 auto;
    width: 20%;
}
}
.modal-backdrop.show:nth-of-type(even){
    z-index: 0!important;
}
