.sildeIntroduce .item_sildeIntroduce {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    height: 464px;
    justify-content: flex-end;
    width: 100%;
    margin-top: 80px;
    padding: 32px;
    border-radius: 25px;
}

.sildeIntroduce .owl-dots {
    position: absolute;
    top: 25px;
    left: 15px;
}

.slider-line-bar__sports button.owl-prev {
    position: absolute;
    top: 3px;
    left: -30px;
    font-size: 40px !important;
}

.slider-line-bar__sports button.owl-next {
    position: absolute;
    top: 3px;
    right: -30px;
    font-size: 40px !important;
}

.slider-line-bar__sports .owl-theme .owl-nav {
    margin: 0 !important;
}

.scoreboard__points {
    display: table-cell;
    min-width: 15px;
    text-align: center;
    padding-bottom: 4px; 
    padding-right: 2px;
}

.scoreboard__points.scoreboard__points_current {
    border-right: 1px solid #eaedf1;
    color: #3dd089;
}

.sport.line__sport .event__odd {
    flex-direction: column-reverse;
    gap: 8px;
    align-items: center;
    display: flex;
    gap: 4px;
    justify-content: center;
    width: 100%;
}

.sport.line__sport .button_main {
    background-color: #f8f8f9;
    border-color: #eaedf1;
    box-shadow: 0 2px 3px rgba(31,31,48,.1);
}

.sport.line__sport .button {
    align-items: center;
    background-color: #fff;
    border: 1px solid #eaedf1;
    border-radius: 9px;
    box-shadow: 0 4px 4px rgba(31,31,48,.04);
    color: #000;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    font-size: 1em;
    font-weight: 500;
    height: 40px;
    justify-content: center;
    width: 100%;
}

.sport.line__sport .event__other-btn {
    flex-direction: column;
}

.sport.line__sport .button_other {
    flex-basis: 15%;
    font-size: .875em;
    font-weight: 400;
    background-color: #f8f8f9;
    border: none;
    box-shadow: none;
}

.footer__divider {
    background-color: #eaedf1;
    width: 2px;
}

/* ::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
  background-color: #555;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  border-radius: 10px;
  background-color: #F5F5F5;
} */