
.hot-soikeo-item {
    display: flex;
    flex-direction: column;
    padding: 15px 10px;
    background: #f2f2f2;
    border-radius: 7px;
    min-height: 212px;
}
.et-teams {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin-bottom: 1rem;
}
.et-team {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.et-team-name{
    display: block;
    font-weight: 600;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 10px;
}
.et-team img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    background: #fff;
    padding: 5px;
    border: 1px solid #e1e1e1;
    display: inline-block;
}

.et-vs {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.et-hours {
    font-size: 1.8em;
    font-weight: 600;
    line-height: 1.2em;
    position: relative;
    display: block;
}

.hot-soikeo-item .action button, .hot-soikeo-item .action a {
    border-radius: 20px;
    padding: 8px 15px;
}
.vl-button {
    position: absolute;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #fff;
    color: #333;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.3;
    transition: all 0.2s;
    cursor: pointer;
}
.vl-button:hover {
    opacity: 1;
}
.vl-button.previous {
    left: 5px;
    top: calc(50% - 12px);
}

.vl-button.next {
    right: 5px;
    top: calc(50% - 12px);
}

.vl-button svg {
    width: 16px;
    fill: currentColor;
    
}

.left-wrp {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #fff;
}
.hr {
    width: 70%;
    height: 1px;
    background: #fff;
    margin: 0.5rem 0 1rem 0;
}

.soikeo-item .left {
    display: grid;
    grid-template-columns: 2fr 1fr 2fr;
    grid-gap: 5px;
    width: 100%;
}
.left .home, .left .vs, .left .away {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.left .home img, .left .away img {
    width: 100px;
    height: auto;
    margin-bottom: 0.5rem;
}
.left .home .name, .left .away .name {
    font-weight: 600;
    text-align: center;
}
.left .vs {
    color: #fff;
    font-size: 22px;
    font-style: italic;
    font-weight: bold;
}
.left-wrp .time {
    margin-bottom: 0.4rem;
}
.left-wrp .league {
    font-weight: 600;
    font-size: 20px;
}

.soikeo-item .right {
    color: #fff;
    padding: 10px;
}
.right .count-down {
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.count-down .time-it {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 4px;
    background: #fff;
    border-radius: 4px;
    color: #000;
    padding: 5px 8px;
    width: 50px;
}
.count-down .time-it .number {
    font-size: 26px;
    font-weight: bold;
}
.right .title {
    text-align: center;
    font-weight: 600;
    font-size: 26px;
    margin-bottom: 1.5rem;
}
.right .odds {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
}

.right .count-title {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
}

.odd-item {
    margin: 4px;
    background: #ffce00;
    border-radius: 2px;
    transition: all 0.2s;
    color: #000;
    padding: 5px 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.odd-item:hover {
    transform: scale(1.02);
}
.odd-item span:first-child {
    margin-bottom: 4px;
    font-weight: 500;
}
.action {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}


.action button {
    padding: 8px 5px;
    background: #44be4c;
    border-radius: 2px;
    font-weight: 600;
    font-size: 15px;
    outline: none;
    border: none;
    transition: all 0.2s;
    color: #fff;
    margin: 4px 6px;
    line-height: 100%;
    min-height: auto !important;
}
.action button.select-odd {
    display: flex;
    align-items: center;
    background: orange;
    position:relative;
    justify-content: center;
}

.action button.select-odd span {
    position: absolute;
    top: -13px;
    right: -5px;
    width: fit-content;
    padding: 2px 6px;
    background: green;
    font-size: 14px;
    font-weight: normal;
    border-radius: 12px;
}
.action button.select-odd span.win {
    background: green;
}
.action button.select-odd span.lose {
    background: red;
}
.action button.select-odd span.draw {
    background: #835400;
}

.action .bet-now {
    padding: 8px 5px;
    background: red;
    border-radius: 2px;
    font-weight: 600;
    font-size: 15px;
    outline: none;
    border: none;
    transition: all 0.2s;
    color: #fff;
    margin: 4px 6px;
    line-height: 100%;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.action button:hover, .action .bet-now:hover {
    opacity: 0.8;
    color: #fff;
}
.swiper-pagination-bullet {
    transition: all 0.2s;
}
.swiper-pagination-bullet-active {
    background-color: #ffce00 !important;
    width: 24px !important;
    border-radius: 2px !important;
}

.soikeo-mask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    z-index: 999;
    display: none;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    display: flex;
    transition: all 0.2s;
}
.soikeo-mask.open {
    visibility: visible;
    opacity: 1;
}
.soikeo {
    width: 98%;
    max-width: 768px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0px 10px 40px 0px rgb(109 141 173 / 25%);
    transition: all 0.2s;
    transform: scale(0);
    opacity: 0;
    padding: 10px;
    color: #000;
}
.skclose {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 35px;
    height: 35px;
    background: rgba(0,0,0,0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 30px;
    cursor: pointer;
}
.soikeo  .odds {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 1rem 0;
}
.soikeo h1, .soikeo h2, .soikeo h3, .soikeo h4, .soikeo h5, .soikeo h6, .soikeo p, .soikeo span {
    color: black !important;
}
.soikeo h2.sk-title {
    margin-bottom: 1rem;
}
.odd-it {
    font-weight: bold;
    text-align: center;
}
.soikeo.open {
    transform: scale(1);
    opacity: 1;
}
.soikeo-ctbody {
    height: 70vh;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 5px;
}

.soikeo-ctbody::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px #3560dc;
	background-color: #F5F5F5;
}

.soikeo-ctbody::-webkit-scrollbar
{
	width: 6px;
	background-color: #F5F5F5;
}

.soikeo-ctbody::-webkit-scrollbar-thumb
{
	background-color: #3560dc;
}

.league-swiper {
    width: 100%;
    display: flex;
    margin: 1rem 0;
    overflow: hidden;
    position: relative;
}
.filter-item {
    /* font-weight: 600;
    text-align: center;
    white-space: nowrap;
    display: block;
    padding: 5px 0;
    text-decoration: none; */
    padding: 0px 0;
}
.filter-item.active {
    border-bottom: 2px solid #ffce00;
}
/* .league-swiper .swiper-slide-active a {
    border-bottom: 2px solid #ffce00;
} */
.soikeo-new {
    margin: 1rem 0;
    font-size: 26px;
    font-weight: 600;
}
.league-swiper .swiper-button-next {
    width: 20px !important;
    height: 30px !important;
}
.soikeo-nm-item {
    margin-bottom: 1em;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 20px;
    color: #000;
    background-color: #f2f2f2;
    border-bottom: 2px solid green;
    border-radius: 15px;
    padding: 0px;
}
.soikeo-nm-item:first-child {
    border-bottom: 2px solid red;
}
.soikeo-nm-item:nth-child(2) {
    border-bottom: 2px solid yellow;
}
.soikeo-nm-item:nth-child(3) {
    border-bottom: 2px solid blue;
}
.keo-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #ddd;
    display: none;
}
.keo-left .league {
    font-weight: 700;
    font-size: 19px;
    margin-bottom: 0.2rem;
}
.keo-left .date {
    font-weight: 700;
}
.keo-left .hour {
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 0.2rem;
}
.soikeo-nm-item .right {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.soikeo-nm-item .right .top {
    display: grid;
    grid-template-columns:  1fr 2fr 1fr;
    grid-gap: 10px;
    width: 100%;
    padding: 10px 0;
}
.top-left, .top-right, .top-mid {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.top-left img, .top-right img {
    width: 45px;
    height: auto;
    margin-bottom: 0.4rem;
}
.top-mid div.top-mid-odd {
    font-weight: 700;
}
.top-left div, .top-right div {
    font-weight: 700;
}
.mid-league {
    font-size: 19px;
    color: gray;
    margin-bottom: 0.4rem;
}
.mid-league span:last-child {
    font-weight: bold;
    color: #000;
}
.top-mid div {
    text-align: center;
}
.day-filter {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
    flex-wrap: wrap;
}
.day-filter a {
    padding: 0px 5px;
    font-weight: 600;
    border-bottom: 2px solid transparent;
    text-decoration: none;
}
.day-filter a.active {
    border-color: #ffce00;
}

@media screen and (min-width: 992px) {
    .soikeo-item {
        grid-template-columns: 1fr 1fr;
    }
    .keo-left {
        display: flex;
    }
    .soikeo-nm-item {
        grid-template-columns: 3fr 8fr;
    }
    .hidden-d {
        display: none;
    }
    .top-left img, .top-right img {
        width: 60px;
    }
}

.soikeo-tab {
    display: flex;
    width: 98%;
    align-items: center;
    flex-wrap: wrap;
    background-color: #3560dc;
    color: #fff;
    margin: 0 auto;
    margin-bottom: 20px;
    border: 1px solid #3560dc;
    border-radius: 6px;
    overflow: hidden;
}

.soikeo-tab-item {
    flex: 1;
    min-width: 120px;
    padding: 5px 10px;
    cursor: pointer;
    text-align: center;
    font-weight: 600;
}
.soikeo-tab-item.active {
    background-color: #fff;
    color: #000;
}


.trd_phongdoweb_1 {
    width: 8%;
    text-align: center;
    color: #fff !important;
}
.trd_phongdoweb_2 {
    color: #fff !important;
    text-align: center;
}
.trd_phongdo2 {
    line-height: 24px;
    font-size: 11px;
    color: #fff;
    background-color: #3560dc;
}
.trd_phongdo1 {
    line-height: 26px;
    font-size: 11px;
    color: #c83233;
    text-align: left;
    padding-left: 10px;
    background-color: #00bcd44a;
    border-top: 1px solid #b4bba8;
}
.trd_phongdo4 {
    background-color: #ebf9fb;
    line-height: 24px;
}
.trd_phongdoweb_3 {
    text-align: center;
    color: #464646;
}
.trd_phongdoweb_3a {
    text-align: right;
    padding-right: 5px;
    color: #464646;
}
.trd_phongdoweb_3b {
    text-align: left;
    padding-left: 5px;
    color: #464646;
}
.trd_phongdoweb_3c {
    text-align: center;
    font-size: 12px;
    color: #464646;
    background-color: #eee;
}
.trd_pdthongke {
    background-color: #fff;
    line-height: 22px;
    color: #595959;
    text-align: left;
    padding: 3px 0 22px 10px;
}

.form-icon {
    background: url(https://lh6.googleusercontent.com/-heBBMAEVJLc/UtON6cqU0sI/AAAAAAAAAQ0/EAGFe6a0vno/w16-h47-no/form-icons.png) no-repeat scroll 50% 50% transparent;
    float: right;
    height: 15px;
    margin: 2px 2px 0 0;
    opacity: 1;
    text-indent: -5000px;
    width: 16px;
}
.form-draw {
    background-position: 0 0;
}
.form-win {
    background-position: 0 -32px;
}
.camdam {
    color: #33c;
}
.LS_2_web {
    text-align: center;
    color: #464646;
    font-size: 11px;
}
.LS_4_web {
    text-align: right;
    padding-right: 3px;
    color: #464646;
    font-size: 11px;
}
.LS_5_web {
    text-align: left;
    padding-left: 3px;
    color: #464646;
    font-size: 11px;
    background-color: #eee;
}
.LS_5a_web {
    line-height: 20px;
    text-align: center;
    font-size: 13px;
    color: #5a5a5a;
}
.LS_6_web {
    text-align: left;
    padding-left: 3px;
    color: #464646;
    font-size: 11px;
}
.LS_7_web {
    text-align: center;
    color: #464646;
    font-size: 11px;
}
.trd-ttkhac2 {
    line-height: 22px;
    padding: 0 0 0 10px;
    background-color: #d5dcc7;
    color: #c83233;
    text-align: left;
    border-top: 1px solid #b4bba8;
}
.bxh_gd_1 {
    width: 7%;
    text-align: center;
    line-height: 20px;
    font-size: 11px;
}
.bxh_gd_2 {
    width: 37%;
    text-align: left;
    font-size: 11px;
}
tr:not(:first-child) td {
    color: #686868;
}
.bxh_bg_2doi {
    background-color: #ebe7dc;
}
.mm {
    margin: 5px 0;
    padding: 0 0 0 10px;
    line-height: 24px;
    text-align: left;
}
.mm .note {
    color: #686868;;
}
.xanhbxh {
    color: #007e8d;
}
.Background_Ngay {
    background-color: #3560dc !important;
}
#skbxh table tr:first-child td {
    background-color: #002799;
    color: #fff;
}
#skbxh table tr td {
    padding: 0 !important;
}
.soikeo-ctbody table tr:first-child td {
    padding: 0;
    padding-left: 8px;
}