@media (min-width: 300px) {
  .calender-container {
    padding: 0 25px;
    padding-top: 55px;
  }
}

@media (min-width: 992px) {
  .calender-container {
    padding: 0;
    padding-top: 85px;
  }
}

@media (min-width: 300px) {
  .calender-col-h {
    margin-bottom: 30px;
  }
}

@media (min-width: 768px) {
  .calender-col-h {
    margin-bottom: 40px;
  }
}

@media (min-width: 1200px) {
  .calender-heading {
    font-size: 30px;
  }
}

.calender-option-row {
  width: 100%;
}

.calender-option-row span {
  width: 100px;
  font-weight: 500;
  font-size: 14px;
}

@media (min-width: 300px) {
  .calender-division-drop {
    height: 50px;
    width: 100%;
    border-radius: 10px;
    border-width: 1px;
    border-style: none;
  }
}

@media (min-width: 300px) {
  .calender-season-drop {
    height: 50px;
    width: 100%;
    border-radius: 10px;
    border-width: 1px;
    border-style: none;
  }
}

.calender-division-drop-toggle::after {
  position: absolute;
  left: 15px;
  top: 13px;
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 3px;
  transform: rotate(225deg);
  border-top: 2px solid;
  border-bottom: 2px solid transparent;
  border-left: 2px solid;
  border-right: 2px solid transparent;
  transition: 0.3s;
}

.calender-season-drop-toggle::after {
  position: absolute;
  left: 15px;
  top: 13px;
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 3px;
  transform: rotate(225deg);
  border-top: 2px solid;
  border-bottom: 2px solid transparent;
  border-left: 2px solid;
  border-right: 2px solid transparent;
  transition: 0.3s;
}

.btn.calender-division-drop-toggle {
  width: 100%;
  height: 100%;
  padding-left: 40px;
  border-radius: 10px;
  border: 1px solid #222222;
  z-index: 1111;
}

.btn.calender-season-drop-toggle {
  width: 100%;
  height: 100%;
  padding-left: 40px;
  border-radius: 10px;
  border: 1px solid #222222;
  z-index: 1111;
}

.btn.calender-division-drop-toggle:hover {
  border: 1px solid #222222;
  box-shadow: 0px 0px 5px 0px #777777;
  transition: 0.2s ease;
}

.btn.calender-season-drop-toggle:hover {
  border: 1px solid #222222;
  box-shadow: 0px 0px 5px 0px #777777;
  transition: 0.2s ease;
}

.btn.calender-division-drop-toggle.show {
  border: 1px solid var(--bs-green);
  border-radius: 10px 10px 0px 0px;
  box-shadow: 0px 0px 5px 0px var(--bs-green);
}

.btn.calender-season-drop-toggle.show {
  border: 1px solid var(--bs-green);
  border-radius: 10px 10px 0px 0px;
  box-shadow: 0px 0px 5px 0px var(--bs-green);
}

.calender-division-drop-toggle.show.calender-division-drop-toggle::after {
  transform: rotate(45deg);
  margin-top: 7px;
}

.calender-season-drop-toggle.show.calender-season-drop-toggle::after {
  transform: rotate(45deg);
  margin-top: 7px;
}

.btn.calender-division-drop-toggle.show:hover {
  box-shadow: 0px 0px 5px 0px var(--bs-green);
}

.btn.calender-season-drop-toggle.show:hover {
  box-shadow: 0px 0px 5px 0px var(--bs-green);
}

.calender-results-btn {
  margin: 0;
  width: 100%;
  height: 50px;
  padding: 0px 15px;
  font-size: 14px;
  color: #ffffff;
  background-color: var(--bs-primary);
  transition: 0.3s;
  font-weight: 500;
}

.calender-results-btn:hover {
  color: #ffffff;
  background-color: var(--bs-success);
}

.calender-downloadAll-btn {
  margin: 0;
  width: 100%;
  height: 50px;
  padding: 0px 15px;
  font-size: 14px;
  color: var(--bs-green);
  border: 1px solid var(--bs-green);
  background-color: #ffffff;
  transition: 0.3s;
  font-weight: 500;
}

.calender-downloadAll-btn:hover {
  color: #ffffff;
  background-color: var(--bs-success);
}

.calender-downloadAll-btn:focus {
  border: 1px solid var(--bs-success) !important;
}

.calender-no-results {
  display: none;
  opacity: 0;
  transition: all 0.3s;
  justify-content: center;
  align-items: center;
  height: 100px;
  width: 100%;
  margin: 90px 0;
  color: #800;
  background-color: #9000000b;
  border: 1px solid #800;
  border-radius: 5px;
  font-size: 20px;
}

.calender-loading-bg {
  height: 100vh;
}

@media (min-width: 300px) {
  .calender-loading-overlay {
    display: none;
    opacity: 0;
    position: absolute;
    top: 85%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
    transition: all 0.5s;
  }
}

@media (min-width: 576px) {
  .calender-loading-overlay {
    top: 80%;
  }
}

@media (min-width: 768px) {
  .calender-loading-overlay {
    top: 75%;
  }
}

@media (min-width: 992px) {
  .calender-loading-overlay {
    top: 70%;
  }
}

@media (min-width: 300px) {
  .calender-cont {
    margin-top: -180px;
  }
}

@media (min-width: 300px) {
  .calender-round-card {
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    padding: 0px;
    margin: 0 5px 30px;
    width: 300px;
    min-width: 300px;
    max-width: 300px;
    background: var(--bs-white);
    max-height: 440px;
    min-height: 440px;
  }
}

@media (min-width: 576px) {
  .calender-round-card {
    width: 340px;
    min-width: 340px;
    max-width: 340px;
  }
}

@media (min-width: 992px) {
  .calender-round-card {
    width: 300px;
    min-width: 300px;
    max-width: 300px;
    margin: 0 10px 30px;
  }
}

@media (min-width: 1200px) {
  .calender-round-card {
    width: 340px;
    min-width: 340px;
    max-width: 340px;
    margin: 0 20px 40px;
  }
}

.calender-round-d {
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
  height: 100%;
}

.calender-round-h {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin: 15px 0 10px;
}

.calender-round-h span {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}

.calender-round-cont {
  width: 100%;
  padding: 0 0 10px 0;
  height: auto;
  max-height: 390px;
}

.calender-round-list {
  width: 100%;
  margin-bottom: 15px;
  overflow-y: auto;
}

.calender-round-date {
  font-size: 15px;
  margin-left: 10px;
  color: var(--bs-success);
}

.calender-round-list-row {
  padding: 8px 0;
  margin: 0px;
  width: 100%;
  transition: 0.3s;
}

.calender-round-list-row.even {
  background-color: #e3ffe0;
}

.calender-round-list-row:hover {
  background-color: #e3ffe0;
}

@media (min-width: 300px) {
  .calender-round-list-club1 {
    font-size: 12px;
    cursor: pointer;
    transition: 0.3s;
    font-weight: 500;
  }
}

@media (min-width: 1200px) {
  .calender-round-list-club1 {
    font-size: 13px;
    cursor: pointer;
    transition: 0.2s;
  }
}

.calender-round-list-club1:hover {
  color: var(--bs-primary);
}

.calender-round-list-img {
  min-width: 24px;
  height: 24px;
  cursor: pointer;
  transition: 0.2s;
  opacity: 0.7;
}

.calender-round-list-img:hover {
  filter: brightness(50%);
}

.calender-round-list-result {
  font-size: 14px;
  font-weight: 600;
}

.calender-round-list-result-link {
  text-decoration: none;
  color: #222222;
  transition: 0.2s;
}

.calender-round-list-result-link:hover {
  color: var(--bs-primary);
}

.calender-round-list-time {
  font-size: 13px;
  font-weight: normal;
}

@media (min-width: 300px) {
  .calender-round-list-club2 {
    font-size: 12px;
    cursor: pointer;
    transition: 0.3s;
    font-weight: 500;
  }
}

@media (min-width: 1200px) {
  .calender-round-list-club2 {
    font-size: 13px;
    cursor: pointer;
    transition: 0.3s;
  }
}

.calender-round-list-club2:hover {
  color: var(--bs-primary);
}

.calender-rounds {
  transition: all 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.calender-rounds-cont {
  display: none;
  opacity: 0;
  transition: all 0.3s;
  margin-top: 150px;
  background-color: #fafafa;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media (min-width: 300px) {
  .match-modal {
    display: none;
    justify-content: center;
    align-items: end;
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
  }
}

@media (min-width: 992px) {
  .match-modal {
    display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
  }
}

@media (min-width: 300px) {
  .match-modal-body {
    overflow-y: scroll;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    padding: 0;
    border-radius: 10px;
    width: 100%;
    height: 0;
    position: relative;
    box-shadow: 0 0px 20px rgba(0, 0, 0, 0.5);
    transition: 0.5s ease;
  }
}

@media (min-width: 300px) {
  .match-modal-body.show {
    height: 70%;
    padding: 20px;
  }
}

@media (min-width: 768px) {
  .match-modal-body {
    overflow: hidden;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
    border-radius: 10px;
    width: 100%;
    height: 0;
    position: relative;
    box-shadow: 0 0px 20px rgba(0, 0, 0, 0.5);
    transition: 0.5s ease;
  }
}

@media (min-width: 768px) {
  .match-modal-body.show {
    height: 445px;
    padding: 20px;
  }
}

@media (min-width: 992px) {
  .match-modal-body {
    overflow: hidden;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    transform: scale(0);
    justify-content: center;
    align-items: center;
    padding: 20px;
    border-radius: 10px;
    width: 750px;
    height: 445px;
    position: relative;
    box-shadow: 0 0px 20px rgba(0, 0, 0, 0.5);
    transition: 0.5s ease;
  }
}

@media (min-width: 992px) {
  .match-modal-body.show {
    transform: scale(1);
  }
}

.match-modal-head {
  width: 100%;
}

@media (min-width: 300px) {
  .match-modal-head h3 {
    font-size: 18px;
    font-weight: bold;
    width: 85%;
    margin: 0;
  }
}

@media (min-width: 768px) {
  .match-modal-head h3 {
    font-size: 18px;
    font-weight: bold;
    width: 40%;
    margin: 0;
  }
}

@media (min-width: 300px) {
  .match-modal-head div {
    width: 90%;
  }
}

@media (min-width: 768px) {
  .match-modal-head div {
    width: 40%;
  }
}

@media (min-width: 300px) {
  .match-modal-head span {
    font-size: 15px;
    width: auto;
  }
}

@media (min-width: 768px) {
  .match-modal-head span {
    font-size: 15px;
    width: 50%;
  }
}

.match-modal-cont {
  height: 100%;
  width: 100%;
}

.match-modal-club1-img {
  width: 70px;
  height: 70px;
  margin-bottom: 10px;
}

.match-modal-club1-name {
  font-size: 15px;
  font-weight: bold;
}

.match-modal-club2-img {
  width: 70px;
  height: 70px;
  margin-bottom: 10px;
}

.match-modal-club2-name {
  font-size: 15px;
  font-weight: bold;
}

.match-modal-stade-name {
  font-size: 18px;
  font-weight: bold;
}

.match-modal-stade-img {
  min-width: 120px;
  min-height: 120px;
  border-radius: 5px;
  margin-right: 10px;
  background: url("../../assets/img/oran_stadium.jpg") center / cover no-repeat;
}

.match-modal-stade-maps {
  margin: 0;
  margin-top: 20px;
  width: 100%;
  height: 40px;
  padding: 0 10px;
  font-size: 14px;
  color: #ffffff;
  background-color: var(--bs-primary);
  transition: 0.3s;
}

.match-modal-stade-maps:hover {
  color: #ffffff;
  background-color: var(--bs-success);
}

.match-modal-stade-maps:focus {
  border: 1px solid var(--bs-success) !important;
}

@media (min-width: 300px) {
  .match-modal-stade-maps-i {
    font-size: 20px;
    margin: 0 15px 3px 0;
  }
}

.match-modal-stade-address {
  font-size: 15px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

@media (min-width: 300px) {
  .match-modal-stade {
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .match-modal-stade {
    width: 50%;
  }
}

@media (min-width: 300px) {
  .match-modal-referees {
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .match-modal-referees {
    width: 50%;
  }
}

.match-modal-referees h3 {
  font-size: 18px;
  font-weight: bold;
  width: -webkit-fill-available;
  max-width: max-content;
}

.match-modal-referees h4 {
  font-size: 15px;
  font-weight: bold;
  width: -webkit-fill-available;
  max-width: max-content;
  margin: 0;
}

.match-modal-referees span {
  font-size: 15px;
}

.match-modal-close {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 32px;
  width: 32px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  position: absolute;
  top: 14px;
  right: 15px;
  cursor: pointer;
  transition: all 0.3s;
}

.match-modal-close:hover {
  background-color: #8800003e;
}

.match-modal-close i {
  font-size: 20px;
  color: #444;
  transition: all 0.3s;
}

.match-modal-close:hover i {
  color: #880000;
}

.calender-division-drop-menu {
  display: block;
  opacity: 0;
  top: 50px !important;
  height: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  overflow-y: scroll;
  width: 100%;
  z-index: 1111;
}

.calender-division-drop-menu.show {
  box-shadow: 0px 1px 5px 0px var(--bs-green);
  border: 1px solid var(--bs-green);
  border-top: none;
  height: 218px;
  opacity: 1;
  top: 50px !important;
  transform: none !important;
  transition: all 0.15s linear;
  transition-delay: 0.1s;
  z-index: 11111;
}

.calender-season-drop-menu {
  display: block;
  opacity: 0;
  top: 50px !important;
  height: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  overflow-y: scroll;
  width: 100%;
  z-index: 1111;
}

.calender-season-drop-menu.show {
  box-shadow: 0px 1px 5px 0px var(--bs-green);
  border: 1px solid var(--bs-green);
  border-top: none;
  height: 218px;
  opacity: 1;
  top: 50px !important;
  transform: none !important;
  transition: all 0.15s linear;
  transition-delay: 0.1s;
  z-index: 11111;
}

.calender-loading-spinner {
  border: 15px solid rgba(0, 0, 0, 0.1);
  border-top: 15px solid var(--bs-primary);
  border-radius: 50%;
  width: 100px;
  height: 100px;
  animation: spin 0.5s linear infinite;
  margin: 0 auto;
}

.calender-round-date-hr {
  height: 1px;
  color: var(--bs-success);
  background-color: var(--bs-success);
  opacity: 1;
}

.calender-section {
  margin-top: 65px;
}

.match-modal-clubs-vs {
  font-size: 25px;
  margin: 0 30px 26px;
}

@media (min-width: 300px) {
  .add-calender-btn {
    position: absolute;
    bottom: -70px;
    margin: 0;
    padding: 8px 16px;
    font-size: 14px;
    color: #ffffff;
    border: none;
    background-color: var(--bs-primary);
    transition: 0.2s;
  }
}

@media (min-width: 768px) {
  .add-calender-btn {
    left: 15px;
  }
}

.add-calender-btn:hover {
  color: #ffffff;
  border: none;
  background-color: var(--bs-success);
}

.delete-calender-btn {
  position: absolute;
  top: -57px;
  right: 20px;
  text-decoration: none;
  background-color: darkred;
  color: #fff;
  font-size: 14px;
  padding: 8px 10px;
  border-radius: 5px;
  transition: 0.2s;
}

.delete-calender-btn:hover {
  background-color: rgb(70, 0, 0);
}
