html, body {
    height: 100% !important;
    max-height: 100% !important;
    min-height: 100% !important;
    width: 100%;
    margin: 0px;
    padding: 0px;
}

.h-100 {
    height: 100% !important;
    max-height: 100% !important;
    min-height: 100% !important;
}

.w-100 { width: 100% !important; }

.mh-500{
    height: 100% !important;
    max-height: 100% !important;
    min-height: 100% !important;
}

.float-dashboard{
    margin-top: 60px;
    margin-left:10px;
    opacity: 0.9;
    height: 500px;
    position: absolute;
    z-index:999;
}

.bg-sportbet-1{
   background:  #1a1a1a;
}
.bg-sportbet-2{
    background:  #35c22d;
}
.text-sportbet-1{
    color:  #1a1a1a;
}
.text-sportbet-2{
    color:  #35c22d;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #35c22d;
    background-color: #1a1a1a;
    border-color: #35c22d;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link:hover {
    color: #35c22d;
    background-color: #1a1a1a;
    border-color: #35c22d;
}
.nav-tabs {
    border-bottom: 1px solid #35c22d;
}
.nav-link {
    color: #fff;
}