/*
* ============================
*     ClicheCode Template
* ============================
* Auther : Saran
* https://www.clichecode.com
*
*/

#match-page {
  background-color: #000000;
  padding: 40px 0px;
}

#match-page .search-button i {
  position: absolute;
  right: 8px;
  color: #000;
  z-index: 5;
  top: 12px;
}

#match-page .more-button {
  background: #db9e1d;
  margin-top: 15px;
  border-radius: 6px;
  border: none;
  width: 100px;
  font-family: Gilroy-Medium;
  font-size: 16px;
  height: 40px;
}

#match-page .more-button:hover {
  background-color: #c3880d;
}

#match-page #pills-tab {
  overflow-x: auto;
  white-space: nowrap;
  display: block;
}

#match-page #pills-tab li {
  display: inline-block;
}

#match-page h2 {
  font-size: 24px;
  color: #fff;
}

#match-page .side-menu {
  display: none;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  color: #fff;
}

#match-page .side-menu ul li {
  list-style-type: none;
}

#match-page .filter-section .filter-title {
  background: #313B51;
  padding: 10px 20px;
  border-radius: 5px;
}

#match-page .filter-section .filter-title h3 {
  color: #fff;
  font-size: 16px;
}

#match-page .filter-section .filter-title span {
  float: right;
}

#match-page .filter-section .filter-details {
  background: #161c27;
  padding: 0 20px;
  padding-bottom: 10px;
}

#match-page .filter-section .filter-details .check-box-section {
  max-height: 300px;
  overflow-y: auto;
}

#match-page .filter-section .filter-details .check-tickets {
  padding: 20px 0px;
}

#match-page .filter-section .filter-details .check-tickets .form-check .form-check-label {
  color: #727B8D;
  margin-left: 10px;
  font-family: Gilroy-Medium;
  font-size: 13px;
}

#match-page .filter-section .filter-details .check-tickets .form-check .form-check-input[type=checkbox] {
  width: 20px;
  height: 20px;
  border-width: 2px;
  background-color: transparent;
}

#match-page .filter-section .filter-details .check-tickets .form-check .form-check-input:checked {
  background-color: #F3B42F !important;
  border: #F3B42F !important;
  box-shadow: none;
}

#match-page .filter-section .filter-details .accordion .accordion-item {
  background: none;
  border: none;
}

#match-page .filter-section .filter-details .accordion .accordion-item .accordion-header h3 {
  color: #fff;
  font-family: Gilroy-Medium;
  font-size: 14px;
}

#match-page .filter-section .filter-details .accordion .accordion-item .accordion-header .accordion-button {
  padding: 10px 0;
  background: none !important;
  box-shadow: none;
  border: none;
}

#match-page .filter-section .filter-details .accordion .accordion-item .accordion-header .accordion-button::after {
  background-image: url(/images/frontend/layouts/arrow-down.png);
  background-size: auto;
}

#match-page .filter-section .filter-details .accordion .accordion-item .accordion-body {
  padding: 0;
}

#match-page .filter-section .filter-details .accordion .accordion-item .accordion-body .date-boxes {
  margin: 10px 0;
}

#match-page .filter-section .filter-details .accordion .accordion-item .accordion-body .date-boxes .today {
  border: 1px solid #1F2636;
  padding: 5px 10px;
  color: #727B8D;
  width: 50%;
  text-align: center;
  font-size: 13px;
}

#match-page .filter-section .filter-details .accordion .accordion-item .accordion-body .date-icon {
  margin: 10px 0;
}

#match-page .filter-section .filter-details .accordion .accordion-item .accordion-body .date-icon ::-moz-placeholder {
  color: #727B8D;
}

#match-page .filter-section .filter-details .accordion .accordion-item .accordion-body .date-icon ::placeholder {
  color: #727B8D;
}

#match-page .filter-section .filter-details .accordion .accordion-item .accordion-body .date-icon ::-ms-input-placeholder {
  color: #727B8D;
}

#match-page .filter-section .filter-details .accordion .accordion-item .accordion-body .date-icon input {
  background: transparent;
  border: 1px solid #1F2636;
  color: #fff;
  padding: 8px 10px;
  position: relative;
  z-index: 1;
  border-radius: 0;
}

#match-page .filter-section .filter-details .accordion .accordion-item .accordion-body .date-icon p {
  color: #727B8D;
}

#match-page .filter-section .filter-details .accordion .accordion-item .accordion-body .date-icon .input-group-append {
  position: absolute;
  right: 8px;
  top: 2px;
}

#match-page .filter-section .price-section .price-bar .myProgress {
  width: 100%;
  background-color: #1F2636;
  height: 8px;
  position: relative;
}

#match-page .filter-section .price-section .price-bar .myBar {
  width: 18px;
  height: 18px;
  border-radius: 100%;
  background: #F3B42F;
  top: -5px !important;
  border: 2px solid #FFF;
  position: absolute;
}

#match-page .filter-section .price-section .price-box {
  justify-content: space-between;
  margin: 20px 0;
}

#match-page .filter-section .price-section .price-box .desk-min-max {
  padding: 5px 10px;
  border: 1px solid #1F2636;
  width: 45%;
  text-align: center;
}

#match-page .filter-section .price-section .price-box .desk-min-max p {
  color: #727B8D;
  margin: 0;
}

#match-page .filter-section .price-section .price-box .mobile-min-max {
  padding: 5px 10px;
  border: 1px solid #1F2636;
  width: 45%;
  text-align: center;
}

#match-page .filter-section .price-section .price-box .mobile-min-max p {
  color: #727B8D;
  margin: 0;
}

#match-page .filter-section .team-section .search-input input {
  width: 100%;
  background: transparent;
  border: 1px solid #1F2636;
  padding: 5px 10px;
  color: #fff;
}

#match-page .filter-section .team-section .search-input svg {
  position: absolute;
  top: 10px;
  left: 4px;
  width: 30px;
  height: 20px;
  padding-left: 32px;
}

#match-page .filter-section .team-section .check-box-section .form-check {
  margin: 15px 0;
}

#match-page .filter-section .team-section .check-box-section .form-check .form-check-input[type=checkbox] {
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-width: 2px;
  cursor: pointer;
}

#match-page .filter-section .team-section .check-box-section .form-check .form-check-label {
  color: #727B8D;
  margin-left: 10px;
}

#match-page .filter-section .team-section .check-box-section .form-check .form-check-input:checked {
  background-color: #F3B42F !important;
  border: #F3B42F !important;
  box-shadow: none;
}

#match-page .all-matches-section {
  padding-left: 20px;
}

#match-page .all-matches-section .tab-style button {
  background-color: #1F2636;
  color: #727b8d;
  border-radius: 5px;
  margin-right: 10px;
  height: 35px;
  line-height: 35px;
  padding: 0px 20px;
  font-family: Gilroy-Medium;
}

#match-page .all-matches-section .tab-style button.active {
  background-color: #F3B42F;
  color: #000;
}

#match-page .all-matches-section .title-section .title p {
  color: #fff;
}

#match-page .all-matches-section .title-section .drop-dwn-btn {
  text-align: center;
  position: absolute;
  right: 10px;
}

#match-page .all-matches-section .title-section .drop-dwn-btn ul.dropdown-menu {
  background: #1F2636;
}

#match-page .all-matches-section .title-section .drop-dwn-btn ul.dropdown-menu a {
  color: #727B8D;
  background-color: transparent;
}

#match-page .all-matches-section .title-section .drop-dwn-btn ul.dropdown-menu a:hover {
  background-color: transparent;
}

#match-page .all-matches-section .title-section .drop-dwn-btn ul.dropdown-menu a:focus {
  background-color: transparent;
}

#match-page .all-matches-section .title-section .drop-dwn-btn .dropdown .btn {
  background: #1F2636;
  color: #fff;
  border: none;
  box-shadow: none;
  width: 100px;
  height: 30px;
}

#match-page .all-matches-section .card-section {
  margin-bottom: 15px;
}

#match-page .all-matches-section .card-section .card {
  background: #0F131B;
  padding: 10px;
  height: 120px;
}

#match-page .all-matches-section .card-section .card .time-date {
  padding-left: 5px;
  padding-right: 5px;
  border-right: 1px solid #363940;
  text-align: center;
  align-items: center;
  height: 100px;
  line-height: 22px;
  padding-top: 10px;
}

#match-page .all-matches-section .card-section .card .time-date p {
  color: #727B8D;
  margin: 0;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

#match-page .all-matches-section .card-section .card .time-date p span {
  color: #F3B42F;
}

#match-page .all-matches-section .card-section .card .teams {
  justify-content: space-between;
  align-items: center;
  border-right: 1px solid #363940;
  height: 100px;
}

#match-page .all-matches-section .card-section .card .teams h2 {
  color: #fff;
  font-size: 18px;
}

#match-page .all-matches-section .card-section .card .teams h6 {
  color: #fff;
  font-size: 14px;
  text-align: center !important;
}

#match-page .all-matches-section .card-section .card .teams .club-img {
  text-align: center;
  width: 90px;
  padding: 0px 5px;
}

#match-page .all-matches-section .card-section .card .teams .club-img p {
  color: #727B8D;
  margin: 5px 0;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 30px;
  line-height: 15px;
}

#match-page .all-matches-section .card-section .card .teams .club-img img {
  max-width: 55px;
  max-height: 55px;
}

#match-page .all-matches-section .card-section .card .league-name {
  border-right: 1px solid #363940;
  align-items: center;
  height: 100px;
  padding-right: 5px;
  text-align: center;
  justify-content: center;
}

#match-page .all-matches-section .card-section .card .league-name img {
  max-width: 40px;
  max-height: 40px;
}

#match-page .all-matches-section .card-section .card .league-name p {
  color: #fff;
  margin: 0;
  line-height: 20px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

#match-page .all-matches-section .card-section .card .league-name span {
  color: #727B8D;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

#match-page .all-matches-section .card-section .card .price-location {
  justify-content: space-between;
  align-items: center;
}

#match-page .all-matches-section .card-section .card .price-location .location {
  padding-left: 23px;
  padding-right: 5px;
}

#match-page .all-matches-section .card-section .card .price-location .location p {
  color: #fff;
  line-height: 20px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 0;
}

#match-page .all-matches-section .card-section .card .price-location .location p span {
  position: absolute;
  left: 0;
}

#match-page .all-matches-section .card-section .card .price-location .price {
  min-width: 130px;
}

#match-page .all-matches-section .card-section .card .price-location .price p {
  color: #727B8D;
}

#match-page .all-matches-section .card-section .card .price-location .price p span {
  font-family: Gilroy-Bold;
}

#match-page .all-matches-section .card-section .card .price-location .price button {
  background: #313B51;
  border: none;
  color: #fff;
  transition: 0.5s;
  font-family: Gilroy-Medium;
  font-size: 14px;
  border-radius: 3px;
}

#match-page .all-matches-section .card-section .card .price-location .price button a {
  color: #fff;
}

#match-page .all-matches-section .card-section .card .price-location .price button:hover {
  background: #F3B42F;
  color: #000000;
}

#match-page .all-matches-section .second-row .card {
  background-color: #1F2636;
}

.tml-image {
  height: 50px;
  margin-bottom: 10px;
}

.tml-image img {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 991px) {
  #match-page .modal-body {
    padding: 0;
  }

  #match-page .side-menu {
    display: block;
  }

  #match-page .modal-btn {
    padding: 3px 20px;
    border-radius: 5px;
    border: none;
    color: #000;
    font-size: 14px;
    background-color: #f3b42f;
    margin-bottom: 20px;
  }

  #match-page .modal-btn i {
    font-size: 13px;
  }

  #match-page .modal .accordion-body {
    padding: 0px 6px !important;
  }

  #match-page .modal .check-tickets {
    padding: 10px 0 !important;
  }

  #match-page .modal .filter-title {
    border-radius: 5px 5px 0px 0px;
  }

  #match-page .modal .filter-title h3 .btn-close {
    margin-top: 2px;
    padding: 0;
    filter: brightness(0) invert(1);
  }

  #match-page .modal .date-boxes .today {
    padding: 0px !important;
  }

  #match-page .filter-none {
    display: none;
  }

  .tab-full-width {
    width: 100%;
    padding: 0;
  }

  .all-matches-section {
    padding: 0;
  }
}

@media (max-width: 767px) {
  #match-page .all-matches-section {
    padding-left: 0 !important;
  }

  .side-menu {
    width: 100% !important;
    padding: 0 !important;
  }

  .side-menu button {
    width: 100%;
  }

  .side-menu button i {
    display: none;
  }

  .card .league-name img {
    margin-bottom: 7px;
  }

  .teams .club-img {
    width: 45% !important;
    margin-top: 5px;
  }

  .card .time-date {
    display: flex;
    justify-content: center;
    height: auto !important;
    gap: 10px;
  }

  #match-page h2 {
    font-size: 18px;
  }

  #match-page .all-matches-section .card-section .card {
    height: auto;
    text-align: center;
  }

  #match-page .all-matches-section .card-section .card .price-location .location p span {
    position: initial;
  }

  #match-page .all-matches-section .card-section .card .time-date {
    border: none !important;
    padding-top: 0;
  }

  #match-page .all-matches-section .card-section .card .league-name {
    height: auto;
    border: none !important;
  }

  #match-page .all-matches-section .card-section .card .teams {
    height: auto;
    border: none !important;
    width: 100%;
    margin: auto;
  }

  #match-page .all-matches-section .card-section .card .teams p {
    font-weight: 600;
    color: #fff !important;
  }

  #match-page .all-matches-section .card-section .card .teams h2 {
    padding: 0px 10px;
  }
}

html:lang(ar) #match-page .search-button i {
  left: 8px;
  right: auto;
}

html:lang(ar) #match-page .all-matches-section {
  padding-left: 0;
  padding-right: 20px;
}

html:lang(ar) #match-page .all-matches-section .card-section .card .time-date {
  border-right: 0;
  border-left: 1px solid #363940;
}

html:lang(ar) #match-page .all-matches-section .card-section .card .teams {
  border-left: 1px solid #363940;
  border-right: 0;
}

html:lang(ar) #match-page .all-matches-section .card-section .card .league-name {
  border-left: 1px solid #363940;
  border-right: 0;
}

html:lang(ar) #match-page .all-matches-section .title-section .drop-dwn-btn {
  left: 10px;
  right: auto;
}

html:lang(ar) #match-page .filter-section .filter-title span {
  float: left;
}

html:lang(ar) #match-page .filter-section .filter-details .check-tickets .form-check .form-check-label {
  margin-right: 30px;
}

html:lang(ar) #match-page .filter-section .filter-details .accordion .accordion-item .accordion-body .date-icon .input-group-append {
  right: auto;
  left: 8px;
}

html:lang(ar) #match-page .filter-section .filter-details .accordion .accordion-item .accordion-header .accordion-button::after {
  position: absolute;
  left: 0;
}

html:lang(ar) #match-page .filter-section .team-section .check-box-section .form-check .form-check-label {
  margin-right: 30px;
}

html:lang(ar) #match-page .form-check .form-check-input {
  float: right;
}

@media (max-width: 991px) {
  html:lang(ar) #match-page .all-matches-section {
    padding: 0;
  }

  html:lang(ar) #match-page .pushmenu-left {
    left: auto;
    right: -300px;
  }

  html:lang(ar) #match-page .pushmenu-left.pushmenu-open {
    right: 0;
    left: auto;
  }

  html:lang(ar) #match-page .side-menu ul li i {
    padding-right: 0;
    padding-left: 5px;
  }
}

@media (max-width: 767px) {
  #match-page .all-matches-section .card-section .card .price-location .location {
    padding-left: 5px !important;
  }
}

