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

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

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

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

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

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

.board-option-row {
  margin-bottom: 40px;
  width: 100%;
}

@media (min-width: 300px) {
  .board-clubs-head {
    height: 20px;
    width: 100%;
  }
}

@media (min-width: 992px) {
  .board-clubs-head {
    height: 40px;
    width: 100%;
  }
}

@media (min-width: 300px) {
  .board-clubs-head span {
    font-size: 11px;
    font-weight: 500;
  }
}

@media (min-width: 300px) {
  .board-clubs-head .board-head-pts span::after {
    content: "نقاط";
    font-weight: 600;
  }
}

@media (min-width: 768px) {
  .board-clubs-head .board-head-pts span::after {
    content: "النقاط";
    font-weight: 600;
  }
}

@media (min-width: 992px) {
  .board-clubs-head span {
    font-size: 14px;
  }
}

.board-option-row span {
  font-size: 14px;
  font-weight: 500;
}

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

@media (min-width: 768px) {
  .board-season-drop {
    height: 50px;
    width: 160px;
    border-radius: 10px;
    border-width: 1px;
    border-style: none;
  }
}

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

@media (min-width: 768px) {
  .board-division-drop {
    height: 50px;
    width: 395px;
    border-radius: 10px;
    border-width: 1px;
    border-style: none;
  }
}

@media (min-width: 992px) {
  .board-division-drop {
    height: 50px;
    width: 270px;
    border-radius: 10px;
    border-width: 1px;
    border-style: none;
  }
}

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

@media (min-width: 768px) {
  .board-round-drop {
    height: 50px;
    width: 160px;
    border-radius: 10px;
    border-width: 1px;
    border-style: none;
  }
}

@media (min-width: 300px) {
  .board-division-drop {
    margin: 0 0 0 10px;
  }
}

@media (min-width: 768px) {
  .board-division-drop {
    margin: 0;
  }
}

@media (min-width: 300px) {
  .board-round-drop {
    margin: 0 0 0 10px;
  }
}

@media (min-width: 576px) {
  .board-round-drop {
    margin: 0;
  }
}

@media (min-width: 992px) {
  .board-season-drop {
    margin: 0;
    margin-left: 10px;
  }
}

@media (min-width: 992px) {
  .board-division-drop {
    margin: 0;
    margin-left: 10px;
  }
}

@media (min-width: 992px) {
  .board-round-drop {
    margin: 0;
    margin-left: 0;
  }
}

.board-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;
}

.board-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;
}

.board-round-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.board-season-drop-toggle {
  width: 100%;
  height: 100%;
  padding-left: 40px;
  border-radius: 10px;
  border: 1px solid #222222;
  z-index: 1111;
}

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

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

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

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

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

.btn.board-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);
}

.btn.board-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.board-round-drop-toggle.show {
  border: 1px solid var(--bs-green);
  border-radius: 10px 10px 0px 0px;
  box-shadow: 0px 0px 5px 0px var(--bs-green);
}

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

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

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

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

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

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

.board-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: 11111;
}

.board-season-drop-menu .dropdown-item {
  font-size: 15px;
}

.board-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: 11111;
}

.calender-division-drop-menu .dropdown-item {
  font-size: 15px;
}

.calender-season-drop-menu .dropdown-item {
  font-size: 15px;
}

.board-division-drop-menu .dropdown-item {
  font-size: 15px;
}

.board-round-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: 11111;
}

.board-round-drop-menu .dropdown-item {
  font-size: 15px;
}

.board-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;
}

.board-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;
}

.board-round-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;
}

.board-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;
}

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

.board-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;
}

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

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

@media (min-width: 300px) {
  .board-downloadAll-btn-i {
    font-size: 20px;
    margin: 0;
    margin-right: 15px;
  }
}

@media (min-width: 768px) {
  .board-downloadAll-btn-i {
    font-size: 20px;
    margin-right: 15px;
  }
}

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


.board-club-stats {
  height: 35px;
  border-radius: 10px;
}

.board-club-stats.even {
  background-color: #e3ffe0;
}

.board-club-stats.odd {
  background-color: #fff;
}

@media (min-width: 300px) {
  .board-club-stats span {
    font-size: 12px;
    color: #000;
    font-weight: 500;
    line-height: 2rem;
  }
}

@media (min-width: 768px) {
  .board-club-stats span {
    font-size: 14px;
    color: #000;
  }
}

@media (min-width: 992px) {
  .board-club-stats span {
    font-size: 15px;
    color: #000;
  }
}

@media (min-width: 300px) {
  .board-club-name span {
    font-size: 11px;
    font-weight: 500;
  }
}

@media (min-width: 768px) {
  .board-club-name span {
    font-size: 14px;
  }
}

@media (min-width: 992px) {
  .board-club-name span {
    font-size: 14px;
    padding-top: 1px;
  }
}

@media (min-width: 1200px) {
  .board-club-name span {
    font-size: 15px;
    padding-top: 1px;
  }
}

@media (min-width: 300px) {
  .board-club-pts span {
    font-size: 13px;
    font-weight: 600;
  }
}

@media (min-width: 768px) {
  .board-club-pts span {
    font-size: 17px;
  }
}

@media (min-width: 992px) {
  .board-club-pts span {
    font-size: 17px;
    padding-bottom: 1px;
  }
}

@media (min-width: 300px) {
  .board-club-stats > div {
    display: flex !important;
    width: 15px;
  }
}

@media (min-width: 300px) {
  .board-club-stats .board-club-rank {
    display: flex !important;
  }
}

@media (min-width: 300px) {
  .board-club-stats .board-club-pts {
    display: flex !important;
  }
}

@media (min-width: 300px) {
  .board-club-stats .board-club-pld {
    display: flex !important;
  }
}

@media (min-width: 300px) {
  .board-club-stats .board-club-name {
    display: flex !important;
    width: 100px;
  }
}

@media (min-width: 992px) {
  .board-club-stats > div {
    display: flex !important;
    min-width: 50px;
    max-width: 50px;
    padding: 0;
    margin: 0 0px;
  }
}

@media (min-width: 1200px) {
  .board-club-stats > div {
    display: flex !important;
    min-width: 55px;
    max-width: 55px;
    padding: 0;
    margin: 0 5px;
  }
}

@media (min-width: 992px) {
  .board-club-stats .board-club-obs {
    min-width: 150px;
    max-width: 150px;
  }
}

@media (min-width: 1200px) {
  .board-club-stats .board-club-obs {
    min-width: 145px;
    max-width: 145px;
  }
}

@media (min-width: 768px) {
  .board-club-stats .board-club-name {
    width: 250px;
  }
}

@media (min-width: 992px) {
  .board-club-stats .board-club-name {
    min-width: 320px;
    max-width: 320px;
    padding: 0;
  }
}

@media (min-width: 1200px) {
  .board-club-stats .board-club-name {
    min-width: 360px;
    max-width: 360px;
    padding: 0;
  }
}

@media (min-width: 992px) {
  .board-club-stats .board-club-rank {
    min-width: 70px;
    max-width: 70px;
    padding: 0;
  }
}

@media (min-width: 300px) {
  .board-clubs-head > div {
    display: flex !important;
    width:15px;
  }
}

@media (min-width: 300px) {
  .board-clubs-head .board-head-rank {
    display: flex !important;
  }
}

@media (min-width: 300px) {
  .board-clubs-head .board-head-club {
    display: flex !important;
    width:100px;
  }
}

@media (min-width: 300px) {
  .board-clubs-head .board-head-pts {
    display: flex !important;
  }
}

@media (min-width: 300px) {
  .board-clubs-head .board-head-pld {
    display: flex !important;
  }
}

@media (min-width: 992px) {
  .board-clubs-head > div {
    display: flex !important;
    min-width: 50px;
    max-width: 50px;
    padding: 0;
    margin: 0 0px;
  }
}

@media (min-width: 1200px) {
  .board-clubs-head > div {
    display: flex !important;
    min-width: 55px;
    max-width: 55px;
    padding: 0;
    margin: 0 5px;
  }
}

@media (min-width: 992px) {
  .board-clubs-head .board-head-rank {
    min-width: 70px;
    max-width: 70px;
    padding: 0;
  }
}

@media (min-width: 768px) {
  .board-clubs-head .board-head-club {
    width: 250px;
  }
}

@media (min-width: 992px) {
  .board-clubs-head .board-head-club {
    min-width: 320px;
    max-width: 320px;
    padding: 0;
  }
}

@media (min-width: 1200px) {
  .board-clubs-head .board-head-club {
    min-width: 360px;
    max-width: 360px;
    padding: 0;
  }
}

@media (min-width: 992px) {
  .board-clubs-head .board-head-obs {
    min-width: 150px;
    max-width: 150px;
    padding: 0;
  }
}

@media (min-width: 1200px) {
  .board-clubs-head .board-head-obs {
    min-width: 145px;
    max-width: 145px;
    padding: 0;
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.board-clubs {
  display: none;
  opacity: 0;
  transition: all 0.5s;
}

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

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

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

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

@media (min-width: 1200px) {
  .board-loading-overlay {
    top: 65%;
  }
}

.board-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;
}

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

.board-head-hr {
  opacity: 1;
  color: #bbbbbb;
  margin: 0;
}

@media (min-width: 300px) {
  .board-club-img-d {
    display: flex;
    width: 25px;
    height: 25px;
    margin: 0 0 0 5px;
  }
}

@media (min-width: 768px) {
  .board-club-img-d {
    margin-left: 10px;
  }
}

@media (min-width: 1200px) {
  .board-club-img-d {
    width: 30px;
    height: 30px;
    margin-left: 15px;
  }
}

.def-icon {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  text-decoration: none;
  background-color: darkred;
  height: 24px;
  width: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  border-radius: 50%;
  transition: 0.2s;
}

.def-icon:hover {
  background-color: rgb(70, 0, 0);
}
