﻿.odds-bg {
    position: relative;
    color: white;
    border-radius: 20px 20px;
}

.odds-bg p {
    margin: 0;
}

.odds-names {
  
    top: 0;
    width: 100% !important;
    color: white;
    border-radius: 12px;
    line-height: 15px;
    position: relative;
    padding: 3px;
    border: 1px solid #fff;
    background-color: #13284e;
}

.odds-names .home {
    padding-left: 30px;
    padding-right: 0px;
}

.odds-names .home p {
    height: 11px;
    margin-top: 5px;
}

.odds-names .away {
    padding-left: 0px;
    padding-right: 30px;
}

.odds-names .away p {
    height: 11px;
    margin-top: 5px;
}

.odds-names .score {
    margin-top: 8px;
    padding: 0px;
    color: #f7c500;
}

.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 span.topLeague {
    font-size: 1em;
    font-weight: 600;
    color: #f7c500;
}

.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: 12px 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: #b29035;
    border-radius: 6px;
    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: rgb(255,196,0);
    background: linear-gradient( 0deg, rgba(255,196,0.1)0%, rgba(249,208,0.1)35%, rgba(241,255,0.1)100%);
    font-size: .9em;
    padding: 5px;
    display: inline-block;
    color: #070707;
}

.odds-wrapper {
    background-color: #0b396a;
    border-radius: 20px;
    padding: 5px;
    /* border: 1px solid var(--maintheme); */
}

.odds-wrapper h1 {
    font-size: .9em;
    text-align: center;
    margin: 0;
    color: #fff;
    padding: 10px 15px 15px;
    height: 50px;
    font-weight: bold;
}

.red-font {
    color: red !important;
}
