body.frontend {
    background: rgb(0,0,0);
    background: linear-gradient(22deg, rgba(0,0,0,1) 35%, rgba(39,39,48,1) 83%, rgba(68,68,80,1) 98%);
}

div#overlay {
    z-index:65000;
}
div#overlay .widget,
div#overlay .widget div.content,
div#overlay .widget div.content div.trix-content,
div#overlay .widget div.content div.trix-content{
    height:99% !important;
    width:99% !important;
}

div.right-column { overflow: hidden; }

main {
}

a.betting-offer {
    margin:1px !important;
    padding:4px 4px !important;
    border-radius:2px;
    border: none;
    background-color:#33383e;
    height:30px;
    overflow: hidden;
}

a.betting-offer .price .bet-type-label { display:none; }
a.betting-offer:hover .price.back { color: green; }
a.betting-offer:hover .price.lay { color: red; }
a.betting-offer.active .price.back { color: white; }
a.betting-offer.active .price.lay { color: red;}


div.left-menu .card .card-body > a:hover,
div.left-menu .card .card-body > .list-group-item a {
    transition: all 0.5s ease;
}
div.left-menu .card .card-body > a:hover,
div.left-menu .card .card-body > .list-group-item > a:hover {
    padding-left:10px !important;
}

.sportsbook-viewer-placeholder img.splash-image {
    border:5px solid #1e1e25;
    
}

div.left-menu div.country.list-group-item { padding-left: 15px !important; }

#browser div.event {
    position:relative;
}

#browser div.event div.information a.event-link{
    z-index:10;
    position:relative;
}

#browser div.event em.float-right.small.text-muted {
    position:absolute;
    top:0px;
    right:0px;
    z-index: 1;
    
    transition:all 1s ease;
}

#browser div.event em.float-right.small.text-muted:hover {
    background-color: #1c1c22;
    z-index:11;
}

/* resize browser team logos */
#browser div.event span.team.logo {
    height:16px !important;
    width:16px !important;
}
        

/* fix jackpot widget elements */
.widget .jackpot-fraction { display:none; }
.widget.sportsbook-right-column-bottom div.jackpot-text .jackpot-text-wrapper {
    font-size:27px;
}