.live-scores-dp-container {
  display: flex;
  flex-direction: column;
  margin-top: 2rem;
  background-color: #fff;
}
.live-scores-dp-container .live-scores-dp-top {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  padding: 1.2rem 0.6rem;
  border-bottom: 3px solid #bf0000;
  position: relative;
}
.live-scores-dp-container .live-scores-dp-top ul.filters {
  display: flex;
  flex-direction: row;
  flex: 1;
  align-items: center;
  margin: 0 0.4rem;
}
.live-scores-dp-container .live-scores-dp-top ul.filters li {
  font-size: 0.85em;
  margin: 0 0.6rem;
  line-height: 1;
}
.live-scores-dp-container .live-scores-dp-top ul.filters li.current {
  color: #C51C2C;
  font-weight: bold;
}
.live-scores-dp-container .live-scores-dp-top ul.filters li a {
  color: inherit;
}
.live-scores-dp-container .live-scores-dp-top .bootstrap-select {
  margin-right: 20px;
}
.live-scores-dp-container .live-scores-dp-top .bootstrap-select .option-content img {
  width: 20px;
  height: auto;
  margin-right: 10px;
  margin-bottom: 2px;
}
.live-scores-dp-container .live-scores-dp-top .bootstrap-select .option-content span {
  font-size: 0.9em;
  line-height: 1.4em;
}
.live-scores-dp-container .live-scores-dp-top .bootstrap-select .dropdown-menu {
  min-width: 240px !important;
}
.live-scores-dp-container .live-scores-dp-top .bootstrap-select .dropdown-menu .option-content {
  display: flex;
  align-items: center;
}
.live-scores-dp-container .live-scores-dp-top .bootstrap-select .dropdown-menu .option-content img {
  margin-bottom: 0;
}
.live-scores-dp-container .live-scores-dp-top .bootstrap-select .dropdown-menu .option-content span {
  font-size: 0.9em;
  line-height: 1.4em;
}
.live-scores-dp-container .live-scores-dp-top .bootstrap-select .dropdown-menu .inner.open {
  max-height: 300px !important;
  overflow-y: scroll !important;
}
.live-scores-dp-container .live-scores-dp-top .bootstrap-select .dropdown-menu li.selected span.check-mark {
  top: 50%;
  transform: translate(-50%, -50%);
}
.live-scores-dp-container .live-scores-dp-top .bootstrap-select .dropdown-menu li span.text {
  max-width: 240px;
  white-space: normal;
}
.live-scores-dp-container .live-scores-dp-top input#calendar {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  right: 12px;
  top: 45px;
  z-index: -1;
}
.live-scores-dp-container .live-scores-dp-top label {
  margin-right: 10px;
}
.live-scores-dp-container .live-scores-dp-bottom {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: relative;
}
.live-scores-dp-container .live-scores-dp-bottom ul.dp-days {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0.6rem 0;
  position: relative;
  justify-content: center;
  width: 90%;
}
.live-scores-dp-container .live-scores-dp-bottom ul.dp-days li.dp-day {
  cursor: pointer;
  display: flex !important;
  width: fit-content !important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0.9rem 0.8rem;
  min-width: 94px;
  border: 1px solid #ccc;
  background-color: #eee;
  margin: 0 auto;
}
.live-scores-dp-container .live-scores-dp-bottom ul.dp-days li.dp-day .dp-day-name {
  font-size: 0.75em;
  line-height: 0.75rem;
}
.live-scores-dp-container .live-scores-dp-bottom ul.dp-days li.dp-day .dp-day-date {
  font-size: 0.9em;
  line-height: 0.9rem;
  margin-top: 0.4rem;
  font-weight: bold;
}
.live-scores-dp-container .live-scores-dp-bottom ul.dp-days li.dp-day.selected {
  background-color: #bf0000;
  border: 1px solid #bf0000;
}
.live-scores-dp-container .live-scores-dp-bottom ul.dp-days li.dp-day.selected .dp-day-name, .live-scores-dp-container .live-scores-dp-bottom ul.dp-days li.dp-day.selected .dp-day-date {
  color: #eee;
}
.live-scores-dp-container .live-scores-dp-bottom .slick-prev::before {
  cursor: pointer;
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  display: block;
  border-left: 2px solid #ccc;
  border-top: 2px solid #ccc;
  width: 25px;
  height: 25px;
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media (max-width: 720px) {
  .live-scores-dp-container .live-scores-dp-bottom .slick-prev::before {
    left: 0;
  }
}
.live-scores-dp-container .live-scores-dp-bottom .slick-next::after {
  cursor: pointer;
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  display: block;
  border-right: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
  width: 25px;
  height: 25px;
  float: right;
  transform: translate(50%, -50%) rotate(-45deg);
}
@media (max-width: 720px) {
  .live-scores-dp-container .live-scores-dp-bottom .slick-next::after {
    right: 0;
  }
}

.live-scores-results-container {
  margin-top: 1.6rem;
  min-height: 150px;
}
.live-scores-results-container .live-scores-results-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: #fff;
  border-bottom: 3px solid #bf0000;
  padding: 0.8rem 0.6rem;
  justify-content: space-between;
  /* The switch - the box around the slider */
  /* Hide default HTML checkbox */
  /* The slider */
  /* Rounded sliders */
}
.live-scores-results-container .live-scores-results-header .switch {
  position: relative;
  display: inline-block;
  width: 54px;
  height: 22px;
}
.live-scores-results-container .live-scores-results-header .switch input {
  opacity: 0;
  width: 0;
  height: 0;
  outline: none !important;
}
.live-scores-results-container .live-scores-results-header .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  outline: none !important;
}
.live-scores-results-container .live-scores-results-header .slider:before {
  position: absolute;
  content: "1x2";
  height: 18px;
  width: 32px;
  bottom: 2px;
  left: 2px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  outline: none !important;
  font-size: 0.7em;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}
.live-scores-results-container .live-scores-results-header input:checked + .slider {
  background-color: #bf0000;
}
.live-scores-results-container .live-scores-results-header input:checked + .slider:before {
  left: -6px;
}
.live-scores-results-container .live-scores-results-header input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
  outline: none !important;
}
.live-scores-results-container .live-scores-results-header .slider.round {
  border-radius: 34px;
}
.live-scores-results-container .live-scores-results-header .slider.round:before {
  border-radius: 34px;
}
.live-scores-results-container .live-scores-league {
  background-color: #fff;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.live-scores-results-container .live-scores-league .league-header {
  background-color: #fff;
  padding: 0.4rem;
  display: flex;
  flex-direction: row;
}
.live-scores-results-container .live-scores-league .league-header img {
  object-fit: contain;
  margin-right: 5px;
}
.live-scores-results-container .live-scores-league .league-header .country-name {
  font-size: 0.8em;
  font-weight: bold;
}
.live-scores-results-container .live-scores-league .league-header .country-name-divider {
  font-size: 0.8em;
  margin: 0 2px;
}
.live-scores-results-container .live-scores-league .league-header .league-name {
  font-size: 0.8em;
}
.live-scores-results-container .match-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #eee;
  margin-bottom: 0.2rem;
  position: relative;
  padding: 0 0.5rem;
}
.live-scores-results-container .match-container .match-details {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0.6rem 0;
}
.live-scores-results-container .match-container .match-details .match-status-label {
  position: absolute;
  left: 0;
  flex: 1;
  padding-left: 0.5rem;
  font-size: 0.8em;
  font-weight: 600;
}
.live-scores-results-container .match-container .match-details .match-status-label._not_started, .live-scores-results-container .match-container .match-details .match-status-label._no_info_yet, .live-scores-results-container .match-container .match-details .match-status-label._awaiting_info, .live-scores-results-container .match-container .match-details .match-status-label._kick_off_delayed {
  color: #cacaca;
}
.live-scores-results-container .match-container .match-details .match-status-label._finished, .live-scores-results-container .match-container .match-details .match-status-label._postponed, .live-scores-results-container .match-container .match-details .match-status-label._cancelled, .live-scores-results-container .match-container .match-details .match-status-label._abandoned, .live-scores-results-container .match-container .match-details .match-status-label._finished_aet, .live-scores-results-container .match-container .match-details .match-status-label._finished_after_awarded_win, .live-scores-results-container .match-container .match-details .match-status-label._finished_ap, .live-scores-results-container .match-container .match-details .match-status-label._interrupted {
  color: #bf0000;
}
.live-scores-results-container .match-container .match-details .match-status-label._1st_half, .live-scores-results-container .match-container .match-details .match-status-label._2nd_half, .live-scores-results-container .match-container .match-details .match-status-label._halftime, .live-scores-results-container .match-container .match-details .match-status-label._to_finish, .live-scores-results-container .match-container .match-details .match-status-label._waiting_for_penalty, .live-scores-results-container .match-container .match-details .match-status-label._penalty, .live-scores-results-container .match-container .match-details .match-status-label._pause, .live-scores-results-container .match-container .match-details .match-status-label._extra_time_1st_half, .live-scores-results-container .match-container .match-details .match-status-label._extra_time_end_of_1st_half, .live-scores-results-container .match-container .match-details .match-status-label._extra_time_2nd_half, .live-scores-results-container .match-container .match-details .match-status-label._waiting_for_extra_time {
  color: #138f00;
}
.live-scores-results-container .match-container .match-details .home-team, .live-scores-results-container .match-container .match-details .away-team {
  display: flex;
  width: 40%;
  font-size: 0.8em;
  font-weight: 600;
}
.live-scores-results-container .match-container .match-details .home-team img.team-logo, .live-scores-results-container .match-container .match-details .away-team img.team-logo {
  object-fit: contain;
}
.live-scores-results-container .match-container .match-details .home-team .logo-placeholder, .live-scores-results-container .match-container .match-details .away-team .logo-placeholder {
  width: 26px;
  height: 26px;
}
.live-scores-results-container .match-container .match-details .home-team {
  justify-content: flex-end;
}
.live-scores-results-container .match-container .match-details .home-team .team-name {
  margin-right: 10px;
  text-align: right;
  line-height: 1.3em;
  display: flex;
  align-items: center;
}
.live-scores-results-container .match-container .match-details .away-team .team-name {
  margin-left: 10px;
  text-align: left;
  line-height: 1.3em;
  display: flex;
  align-items: center;
}
.live-scores-results-container .match-container .match-details .score {
  width: 60px;
  text-align: center;
  font-weight: bold;
}
.live-scores-results-container .match-container._not_started, .live-scores-results-container .match-container._no_info_yet, .live-scores-results-container .match-container._awaiting_info, .live-scores-results-container .match-container._kick_off_delayed {
  border-left: 3px solid #cacaca;
}
.live-scores-results-container .match-container._finished, .live-scores-results-container .match-container._postponed, .live-scores-results-container .match-container._cancelled, .live-scores-results-container .match-container._abandoned, .live-scores-results-container .match-container._finished_aet, .live-scores-results-container .match-container._finished_after_awarded_win, .live-scores-results-container .match-container._finished_ap, .live-scores-results-container .match-container._interrupted {
  border-left: 3px solid #bf0000;
}
.live-scores-results-container .match-container._1st_half, .live-scores-results-container .match-container._2nd_half, .live-scores-results-container .match-container._halftime, .live-scores-results-container .match-container._to_finish, .live-scores-results-container .match-container._waiting_for_penalty, .live-scores-results-container .match-container._penalty, .live-scores-results-container .match-container._pause, .live-scores-results-container .match-container._extra_time_1st_half, .live-scores-results-container .match-container._extra_time_end_of_1st_half, .live-scores-results-container .match-container._extra_time_2nd_half, .live-scores-results-container .match-container._waiting_for_extra_time {
  border-left: 3px solid #138f00;
}
.live-scores-results-container .match-container:last-child {
  margin-bottom: 0;
}
.live-scores-results-container .match-container .match-odds {
  flex-direction: row;
  width: 100%;
  align-items: flex-end;
  display: none;
  height: 44px;
}
.live-scores-results-container .match-container .match-odds .provider-image {
  width: 150px;
}
.live-scores-results-container .match-container .match-odds .provider-image img {
  height: 24px;
  width: auto;
  max-width: 150px;
}
.live-scores-results-container .match-container .match-odds .odds-numbers {
  flex: 1;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
}
.live-scores-results-container .match-container .match-odds .odds-numbers .odds-number {
  color: inherit;
  margin: 0 5px;
}
.live-scores-results-container .match-container .match-odds .odds-numbers .odds-number .odds-number-text {
  font-size: 0.7em;
  line-height: 0.7em;
  padding: 0 0 0.5rem 0;
  font-weight: bold;
  text-align: center;
}
.live-scores-results-container .match-container .match-odds .odds-numbers .odds-number .odds-number-value {
  padding: 0.5rem 0;
  width: 80px;
  text-align: center;
  background-color: #fff;
  font-size: 0.9em;
  line-height: 0.9em;
  font-weight: 600;
  border-radius: 5px 5px 0 0;
  border: 1px solid #ccc;
  border-bottom: 0;
}
.live-scores-results-container .match-container .match-odds .other-links {
  width: 150px;
}

.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active:active {
  background-color: #bf0000 !important;
  border-color: #bf0000 !important;
}

/*# sourceMappingURL=live-scores.css.map */
