﻿.odds-bg {
    background-color: #0373ff;
    position: relative;
    color: white;
    border-radius: 20px 20px;
}

.odds-bg p {
    margin: 0;
}

.odds-names {
    background-image: linear-gradient(to right, #01d2fe, #149ce9);
    top: 0;
    width: 100% !important;
    color: white;
    border-radius: 20px;
    line-height: 20px;
    position: relative;
    padding: 20px;
}

.odds-names .home {
}

.odds-names .home p {
    height: 20px;
}

.odds-names .away {
}

.odds-names .away p {
    height: 20px;
}

.odds-names p {
    font-size: 1em;
    font-weight: 600;
    color: white;
}

.odds-names span {
    font-size: 10px;
    font-weight: 700;
}

.odds-names span.one {
    font-size: 1em;
    font-weight: 600;
}

.odds-names img {
    width: 30px;
    filter: brightness(0) invert(1);
}

.odds-date img {
    width: 25px !important;
}

.odds-date {
    display: flex;
    flex-direction: row;
    align-items: center;
    line-height: 16px;
}

.odds-date p {
    margin: 0;
    color: white;
}

.odds-date span {
    font-size: .8em;
}

.odds-date-wrapper {
    padding: 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: center;
}

.odds-live {
    background-image: linear-gradient(147deg, #fe8a39 0%, #fd3838 74%);
    padding: 2px 10px;
    border-radius: 5px;
    font-size: .8em;
}

.images-date {
    background-image: linear-gradient(to right, #01d2fe, #149ce9);
    border-radius: 10px;
    padding: 5px;
    margin-right: 10px;
}

.odds-vs-wrapper {
    width: 100%;
    position: absolute;
    top: 80%;
    display: grid;
    place-items: center center;
    left: 0;
    right: 0;
}

.odds-vs {
    border-radius: 80px;
    background-image: linear-gradient(to right, #01d2fe, #149ce9);
    border: 3px solid #0373ff;
    font-size: .9em;
    padding: 5px;
    display: inline-block;
}

.odds-wrapper {
    background-color: #0a586b;
    border-radius: 20px;
    padding: 5px;
}

.odds-wrapper h1 {
    font-size: .9em;
    text-align: center;
    margin: 0;
    color: white;
    padding: 10px 15px 15px;
    height: 50px;
}

.red-font {
    color: red !important;
}
