/* .f-row {
  display: flex;
}

.a-i-c {
  align-items: center;
}

.jcc {
  justify-content: center;
}

.c-gap-12px {
  column-gap: 12px;
}

.mb-24 {
  margin-bottom: 24px;
}

.p-l-r-8 {
  padding: 0 8px;
}

.fz-24 {
  font-size: 24px;
}

.fw-600 {
  font-weight: 600;
}

.controls-container {
  display: flex;
  gap: 24px;
  font-size: 24px;
  font-weight: bold;
}

.switcher {
  display: flex;
  align-items: center;
}

.arrow {
  cursor: pointer;
  padding: 0 15px;
  user-select: none;
  font-weight: bold;
  color: #8c8c8c;
  transition: ease 0.5s;
}

.arrow:hover {
  color: #fe5900;
}

.label {
  min-width: 140px;
  text-align: center;
  color: #8c8c8c;
  cursor: pointer;
  transition: ease 0.5s;
}

.label:hover {
  color: #fe5900;
}

.calendar-head {
  background: #fe5900;
  align-items: center;
  display: grid;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 10px 0;
  width: 100%;
  grid-template-columns: repeat(7, 1fr);
  text-align: center;
  color: rgb(255, 255, 255);
  font-variant: small-caps;
}

.calendar-matches {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-template-rows: auto;
  border-style: solid;
  border-width: 0;
  border-color: #e8e8e9;
  border-top-width: 1px;
  border-left-width: 1px;
  background: #f7f7f7;
  color: rgb(21, 11, 11);
  border-right-width: 1px;
  border-bottom-width: 1px;
}

.calendar-day {
  border-style: solid;
  border-color: #e8e8e9;
  display: flex;
  justify-content: space-between;
  height: 205px;
  padding: 16px 0;
  position: relative;
  text-align: center;
  flex-direction: column;
  border-width: 0;
  border-right-width: 1px;
  border-bottom-width: 1px;
  transition: 0.3s;
  border-top-width: 1px;
  border-left-width: 1px;
}

.calendar-team-logo {
  height: 40px;
  width: 40px;
  object-fit: contain;
}

.bg-dark-grey {
  background: #1d1d1d;
}

.calendar-link {
  text-decoration: none;
  color: #fff;
  padding: 5px 10px;
  font-weight: 500;
  font-variant: small-caps;
  background: #0d0d0d;
  text-transform: uppercase;
  transition: ease 0.5s;
}

.calendar-link:hover {
  background: #fe5900;
}

.dropdown-date-menu {
  display: flex;
  flex-direction: column;
  max-height: 200px;
  overflow-y: auto;
  padding: 4px 0;
  background-color: #f7f7f7;
  color: #8c8c8c;
  border-radius: 6px;
  border: 1px solid #e8e8e9;
  font-size: 14px;
  min-width: 100px;
  max-width: 140px;
  width: 100%;
}

.dropdown-date-menu::-webkit-scrollbar {
  width: 8px;
}

.dropdown-date-menu::-webkit-scrollbar-track {
  background: #8c8c8c;
  border-radius: 4px;
}

.dropdown-date-menu::-webkit-scrollbar-thumb {
  background-color: #fe5900;
  border-radius: 4px;
  border: 2px solid transparent;
  background-clip: content-box;
}

.dropdown-date-menu::-webkit-scrollbar-thumb:hover {
  background-color: #1d1d1d;
}
.dropdown-item {
  padding: 6px 12px;
  cursor: pointer;
  transition: background-color 0.2s ease;
  transition: 0.2s;
}

.dropdown-item:hover {
  background-color: rgb(252, 185, 0);
  color: #fff;
}

@media (max-width: 1440px) {
  .calendar-team-logo {
    height: 48px;
    width: 48px;
  }
}

@media (max-width: 1200px) {
  .calendar-head,
  .day-empty {
    display: none;
  }

  .calendar-matches {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    grid-template-rows: auto;
    gap: 24px;
    background-color: #fff;
    border: 0;
  }

  .calendar-day {
    background: #f7f7f7;
  }

  .calendar-team-logo {
    height: 50px;
    width: 50px;
  }
}

@media (max-width: 928px) {
  .calendar-matches {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 768px) {
  .controls-container {
    flex-direction: column;
    align-items: center;
    font-size: 20px;
  }
}

@media (max-width: 575px) {
  .calendar-matches {
    grid-template-columns: 1fr;
  }
}

.calendar_filter_wrapper {
  padding: 10px;
  background-color: #fff;
  border: solid 1px #e8e8e9;
  margin-bottom: 30px;
}

.calendar_filter_wrap {
  display: flex;
  justify-content: center;
  column-gap: 25px;
} */

.pt-32 {
  padding-top: 32px;
}

.mb-16 {
  margin-bottom: 16px;
}

.justufy-start {
  justify-content: flex-start;
}

.title-main {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 16px;
  /* padding-left: 15px; */
}

.col-white {
  color: rgb(237, 237, 237);
  text-decoration: none;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}

.pb-15px {
  /* padding-bottom: 15px; */
  padding-bottom: 16px;
}

.pt-18px {
  /* padding-top: 18px; */
  padding-top: 40px;
}

.mc-filter__block {
  padding: 24px;
  background-color: #000000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* border-radius: 20px; */
  margin-bottom: 24px;
  /* gap: 12px; */
  gap: 8px;
}

.mc-filter__dates {
  display: flex;
  align-items: center;
}

#calendarIcon {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

#calendar {
  position: absolute;
  top: 35px;
  left: -560%;
  background: #0d0d0d;
  color: #ebebeb;
  border: 1px solid #464646;
  /* border-radius: 14px; */
  /* padding: 10px; */
  padding: 16px;
  display: none;
  z-index: 100;
}

#calendarDays .week {
  display: flex;
  justify-content: space-between;
}

.custom-select {
  position: relative;
  width: 120px;
  font-size: 14px;
}

.custom-select-trigger {
  background: #0d0d0d;
  color: #ffffff;
  /* padding: 6px 10px; */
  padding: 8px;
  display: flex;
  align-items: center;
  /* border-radius: 6px; */
  cursor: pointer;
  text-align: center;
  position: relative;
}

.custom-select-trigger::before {
  content: "﹀";
  position: absolute;
  right: 14px;
  top: 10px;
  transition: transform 0.2s;
  font-size: 16px;
}

.custom-select.open .custom-select-trigger::before {
  transform: rotate(180deg);
  bottom: 10px;
  transition: transform 0.2s;
}

.custom-options {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #0d0d0d;
  /* border-radius: 6px; */
  z-index: 1000;
}

.custom-option {
  /* padding: 6px 10px; */
  padding: 8px 16px;
  cursor: pointer;
  color: #ffffff;
}

#yearSelect {
  width: 80px;
}

.custom-options.open {
  display: flex;
  flex-direction: column;
  gap: 8px;
  height: 180px;
  overflow-y: auto;
}

#calendarDays .day {
  width: 30px;
  text-align: center;
  margin: 2px 0;
  cursor: pointer;
}

.title-main {
  display: flex;
  align-items: center;
  justify-content: start;
  /* padding-left: 15px; */
  padding-left: 16px;
}

.custom-option:hover,
.custom-option.selected {
  background: #fb4c35;
  color: rgb(18, 18, 18);
}

.calendar-cards {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  /* grid-gap: 14px; */
  grid-gap: 16px;
}

.main-calendar-card {
  width: 100%;
  background: #0d0d0d;
  /* border-radius: 14px; */
}

/* body {
  background-image: url("../images/53ce2a005a5f1df97e2f59b2a76d2d53.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  flex: 1;
}

main {
  flex: 1;
}

.title-main h2 {
  position: relative;
  font-size: 32px;
  font-weight: 700;
  color: #f7f7f7;
  padding: 0 16px;
}

.title-main h2::before,
.title-main h2::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 6px;
  background: #d3a21b;
}

.title-main h2::before {
  left: -11px;
  width: 20px;
}

.title-main h2::after {
  right: -90px;
  width: 100px;
} */

.filter_dates_btn {
  /* padding: 6px 12px; */
  padding: 8px 16px;
  /* border-radius: 14px; */
  background-color: #212121;
  color: #f9f9f9;
  transition: 0.3s all;
}

.filter_dates_btn.btn_now_date {
  /* padding: 6px 12px; */
  padding: 8px 16px;
  /* border-radius: 14px; */
  background-color: #fb4c35;
  color: #fff;
}

.header_logo {
  height: 60px;
}

.header-link {
  /* padding-bottom: 6px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 6px; */
  padding: 8px;
  text-transform: uppercase;
  transition: 0.3s all;
  font-size: 14px;
}

.active-link {
  background: #fb4c35;
  /* color: rgb(11, 11, 11); */
  color: rgb(18, 18, 18);
}

.calendar-cards {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  /* grid-gap: 14px; */
  grid-gap: 16px;
}

.main-calendar-card {
  width: 100%;
  background: #0d0d0d;
  /* border-radius: 14px; */
}

.calend-card-top {
  padding-bottom: 12px;
  padding-top: 12px;
  background: #fb4c35;
  color: rgb(0, 0, 0);
  text-align: center;
  /* border-radius: 14px 14px 0px 0px; */
}

.main-calendar-card-content {
  border-style: solid;
  border-color: #fb4c35;
  padding-bottom: 14px;
  padding-top: 14px;
}

.main-calendar-bootom {
  /* padding-bottom: 12px;
  padding-top: 12px; */
  padding: 16px 0;
  /* border-radius: 0px 0px 14px 14px; */
  display: inline-block;
  text-align: center;
  border-style: solid;
  border-color: #fb4c35;
  border-top-width: 0;
}

.main-calendar-card {
  width: 100%;
  background: #0d0d0d;
  /* border-radius: 14px; */
}

.calend-card-top {
  /* padding-bottom: 12px; */
  padding-bottom: 16px;
  padding-top: #fb4c35;
  color: #fff;
  text-align: center;
  /* border-radius: 14px 14px 0px 0px; */
}

.main-calendar-card-content {
  border-style: solid;
  border-color: #fb4c35;
  /* padding-bottom: 14px;
  padding-top: 14px; */
  padding: 16px 0;
}

.text-center {
  text-align: center;
}

.al-center {
  align-items: center;
  display: flex;
}

.match-box-team {
  /* padding: 0 12px; */
  padding: 0 16px;
}

.main-calendar-bootom {
  /* padding-bottom: 12px;
  padding-top: 12px; */
  padding: 16px 0;
  /* border-radius: 0px 0px 14px 14px; */
  display: inline-block;
  text-align: center;
  border-style: solid;
  border-color: #fb4c35;
  border-top-width: 0;
}

.icon-60 {
  height: 90px;
  width: 90px;
}

.contain {
  -o-object-fit: contain;
  object-fit: contain;
}

.main-calendar-card .main-calendar-card-content a {
  text-align: center;
  /* padding-left: 12px;
  padding-right: 12px; */
  padding: 0 16px;
  padding-top: 16px;
}

.mc-filter__dates,
.mc-filter__dates-slider-wrapper {
  display: flex;
  align-items: center;
  /* gap: 12px; */
  gap: 16px;
}

.main-calendar-card .main-calendar-card-content a {
  height: 100%;
  justify-content: space-between;
}

.w-100 {
  width: 100% !important;
}

.coll {
  display: flex;
  flex-direction: column;
}

.empty_match {
  padding-top: 40px;
  color: #0d0d0d;
  grid-column: 1 / -1;
  width: 100%;
  text-align: center;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mc-filter__icon_calendar {
  background: transparent;
}

/* @media (max-width: 1400px) {
  .header-list {
    display: none;
  }

  .menu-burger {
    display: block;
  }

  .header-nav-list-mobile {
    align-items: center;
    color: #fff;
    transform: translateY(0);
  }

  .header_menu_list {
    display: flex;
    flex-direction: column;
    position: fixed;
    z-index: 99;
    overflow: scroll;
    width: 200px;
    background: rgb(0, 0, 0);
    color: #1f1f1f;
    flex-direction: column;
    padding-top: 50px;
    height: 100vh;
    top: 0;
    right: 0;
    bottom: 0;
    align-items: center;
    gap: 24px;
    transform: translateX(100%);
    transition: transform 0.3s ease;
  }
} */

@media (max-width: 966px) {
  .calendar_content {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 700px) {
  .mc-filter__dates-slider-wrapper {
    overflow-x: scroll;
  }

  .filter_dates_btn {
    flex-shrink: 0;
  }

  .mc-filter__dates-slider {
    overflow: hidden;
  }
}

@media (max-width: 655px) {
  .calendar_content {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  .filter_dates_btn {
    font-size: 12px;
  }

  .title-main h2::before {
    width: 5px;
    left: 0;
  }

  .title-main h2::before,
  .title-main h2::after {
    height: 25px;
  }

  .title-main h2::after {
    display: none;
  }
}

@media (max-width: 450px) {
  #calendar {
    left: -377%;
  }

  .filter__dates-arrow {
    position: absolute;
    right: 0;
    top: -35px;
  }

  .filter__dates-arrow_img {
    width: 25px;
    height: 25px;
  }

  .filter__dates-arrow_img {
    width: 25px;
    height: 25px;
  }

  .mc-filter__icons {
    position: absolute;
    right: 68px;
    top: -35px;
  }

  .mc-filter__block {
    position: relative;
  }

  .filter__dates-arrow-prew {
    right: 35px;
  }
}
