<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.card{
    border-radius: 0 !important;
    margin-top: 25px;
    box-shadow: 0 4px 10px 0 rgb(0 0 0 / 10%);
}
.btn-primary{
    background-color: #007bff !important;
}
.btn{
    border-radius: 0 !important;
}
.card-body{
    min-height: 116px;
    padding: 1.00rem !important;
}
.badge{
    border-radius: 0 !important;
}
/**
 * Countdown Timer
 */
.counter-box{
    margin-top: 10px;
    margin-right: 3px;
    padding: 9px 5px 5px 5px;
    display: inline-block;
    background-color: #d9edf7;
    border-radius: 3px;
    text-align: center;
    min-width: 57px;
    color: #000000 !important;
    line-height: 10px !important;
}
.counter-box:not(:first-child) {
    margin-left: 3px;
}
.counter-box p{
    color: #000000 !important;
    line-height: 10px !important;
    margin-bottom: 2px;
}
.counter-text{
    font-size: 8px !important;
    margin-bottom: 2px;
    line-height: 10px !important;
    color: #000000 !important;
}
.counter-title{
    display: block;
    padding-bottom: 10px;
}

/**
 * Odds Styles in table
 */
.odds-container{
    display:inline-block;
    margin: 0 5px 0 5px;
    background-color: #555;
    color: #fff;
    padding: 5px 15px;
    border-radius: 5px;
}

.odds-description{
    display: block;
    font-weight: bold;
    text-align: center;
}

.odds-value{
    display: block;
    text-align: center;
}

.see-analysis-tips, .see-analysis-tips:hover, .see-analysis-tips:active, .see-analysis-tips:visited, .see-analysis-tips:focus {
    text-decoration:none !important;
}

.odds-link, .odds-link:hover, .odds-link:active, .odds-link:visited, .odds-link:focus {
    text-decoration:none !important;
}

.odds-link-zm, .odds-link-zm:hover, .odds-link-zm:active, .odds-link-zm:visited, .odds-link-zm:focus {
    text-decoration:none !important;
}

/**
 * Prediction Styles in table
 */
.label-green {
    background-color: #00a65a;
}
.label-red {
    background-color: #dd4b39;
}
.label-grey {
    background-color: darkgrey;
}
.label-blue {
    background-color: #d9edf7;
}
.label-prediction {
    padding: 2px 8px;
    text-transform: uppercase;
    color: #fff !important;
    font-size: 16px;
    text-align: center;
}

.poll-container div {
    display: inline-block;
    font-size: 16px;
}
.poll-container .stats-container {
    width: 200px;
}
.poll-container .stats {
    height: 24px;
    background-color: red;
    float: left;
    margin-left: 10px;
}
.poll-container .stats-text {
    width: 60px;
    vertical-align: top;
    padding-left: 10px;
}
.poll-message{
    margin-top: 10px;
}

/**
 * H2h Styles in table
 */
.last-five-h2h .label{
    display: block;
}
.h2h-content-td{
    padding: 0 !important;
}
.label-container{
    margin-top: 15px;
}
.label{
    margin: 3px;
    border-radius: 2px;
    padding: 5px 8px;
    font-size: 12px;
    display: inline-block;
}
.label-success{
    background-color: #5cb85c;
}
.label-danger{
    background-color: #d9534f;
}
.card-header{
    color: #555;
}

.sport-stake-table{
    padding: 5px 10px;
    border: 1px solid #555;
}
.background-green{
    background-color: green;
    color: #fff;
}

.esc-slider {
    position: relative;
    max-width: 800px;
    margin: auto;
}

.esc-slider .slick-prev,
.esc-slider .slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 40px;
    height: 40px;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slick-prev {
    left: 0 !important;
    margin-left: 5px;
}

.slick-next {
    right: 0 !important;
    margin-right: 5px;
}
</pre></body></html>