.mb-16 {
  margin-bottom: 16px;
}

.justufy-start {
  justify-content: flex-start;
}
.title-main {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 15px;
}
.col-white {
  color: rgb(237, 237, 237);
}
.pb-15px {
  padding-bottom: 15px;
}
.mc-filter__block {
  padding: 24px;
  background-color: #00004b;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 20px;
  margin-bottom: 24px;
  gap: 12px;
}
.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: #ffffff;
  color: #ebebeb;
  border: 1px solid rgba(0, 0, 64, 0.5);
  border-radius: 14px;
  padding: 10px;
  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: rgba(0, 0, 64, 0.5);
  color: #ffffff;
  padding: 6px 10px;
  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: 6px;
  transition: transform 0.2s;
  font-size: 16px;
}
.custom-select.open .custom-select-trigger::before {
  transform: rotate(180deg);
  bottom: 6px;
  transition: transform 0.2s;
}
.custom-options {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: rgba(0, 0, 64);
  border-radius: 6px;
  z-index: 1000;
}
.custom-option {
  padding: 6px 10px;
  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;
}
.custom-option:hover,
.custom-option.selected {
  background: #00eeff;
  color: black;
}
.calendar-cards {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 14px;
}

.main-calendar-card {
  width: 100%;
  background: rgba(0, 0, 64, 0.5);
  border-radius: 14px;
}
.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: #00eeff;
}
.title-main h2::before {
  left: -11px;
  width: 20px;
}
.title-main h2::after {
  right: -90px;
  width: 100px;
}
.filter_dates_btn {
  padding: 6px 12px;
  border-radius: 14px;
  background-color: rgba(0, 0, 0);
  color: #f9f9f9;
  transition: 0.3s all;
  text-decoration: none;
}
.filter_dates_btn.btn_now_date {
  padding: 6px 12px;
  border-radius: 14px;
  background-color: #ffffff;
  color: #000;
  text-decoration: none;
}
.active-link {
  background: #00eeff;
  color: rgb(11, 11, 11);
}
.calendar-cards {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 14px;
}
.main-calendar-card {
  width: 100%;
  background: #ffffff;
  border-radius: 14px;
  text-decoration: none;
}
.calend-card-top {
  padding-bottom: 12px;
  padding-top: 12px;
  background: #ffffff;
  color: rgb(0, 0, 0);
  text-align: center;
  border-radius: 14px 14px 0px 0px;
}
.main-calendar-card-content {
  border-style: solid;
  border-color: #00eeff;
  padding-bottom: 14px;
  padding-top: 14px;
}
.main-calendar-bootom {
  padding-bottom: 12px;
  padding-top: 12px;
  border-radius: 0px 0px 14px 14px;
  display: inline-block;
  text-align: center;
  border-style: solid;
  border-color: rgba(0, 0, 64, 0.5);
  border-top-width: 0;
}
.main-calendar-card {
  width: 100%;
  background: #ffffff;
  border-radius: 14px;
}
.calend-card-top {
  padding-bottom: 12px;
  padding-top: 12px;
  background: #00004b;
  color: #ffffff;
  text-align: center;
  border-radius: 14px 14px 0px 0px;
}
.main-calendar-card-content {
  border-style: solid;
  border-color: rgba(0, 0, 64, 0.5);
  padding-bottom: 14px;
  padding-top: 14px;
}
.text-center {
  text-align: center;
  color: #000;
}
.al-center {
  align-items: center;
  display: flex;
  color: #000;
}
.match-box-team {
  padding: 0 12px;
}
.main-calendar-bootom {
  padding-bottom: 12px;
  padding-top: 12px;
  border-radius: 0px 0px 14px 14px;
  display: inline-block;
  text-align: center;
  border-style: solid;
  border-color: rgba(0, 0, 64, 0.5);
  border-top-width: 0;
  color: #000;
}
.icon-60 {
  height: 60px;
  width: 60px;
}
.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-top: 16px;
}
.mc-filter__dates,
.mc-filter__dates-slider-wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
}
.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: #ffffff;
  grid-column: 1 / -1;
  width: 100%;
  text-align: center;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@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;
  }
}
