@keyframes appaer {
  from {
    opacity: 0;
    scale: 0.5;
  }
  to {
    opacity: 1;
    scale: 1;
  }
}

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

@media (min-width: 300px) {
  .body-container {
    max-width: 100%;
    padding: 0;
    margin: 0;
    background-color: #fff;
  }
}
@media (min-width: 1440px) {
  .body-container {
    max-width: 1440px;
  }
}

.top-banner {
  color: #fff;
  font-size: 13px;
  background-color: rgb(77 82 87) !important;
  direction: rtl;
}

.top-banner button {
  height: auto;
  padding: 0 8px;
  padding-bottom: 2px;
  font-size: 14px;
  font-family: system-ui;
  min-width: auto;
  border: 1px solid #fff;
  background-color: transparent;
  border-radius: 4px;
  line-height: 1rem;
}

.top-banner button:hover {
  color: #000000;
  border: 1px solid #000;
  background-color: #fff;
}

.lang-btn-sm {
  position: absolute;
  bottom: 10px;
  left: 15px;
  border: 2px solid #222;
  font-weight: 700;
  background-color: #fff;
  font-size: 19px;
}

@media (min-width: 992px) {
  .prg-section {
    margin-top: 30px !important;
  }
}

@media (min-width: 300px) {
  .hero-slide-content {
    padding-bottom: 70px !important;
    direction: rtl;
  }
}

@media (min-width: 576px) {
  .hero-slide-content {
    padding-bottom: 70px !important;
  }
}

@media (min-width: 768px) {
  .hero-slide-content {
    padding-bottom: 70px !important;
  }
}

@media (min-width: 992px) {
  .hero-slide-content {
    padding-bottom: 100px !important;
  }
}

@media (min-width: 300px) {
  .slider-hr {
    width: 56%;
  }
}

@media (min-width: 576px) {
  .slider-hr {
    width: 60.5%;
  }
}

@media (min-width: 768px) {
  .slider-hr {
    padding-right: 40px;
    width: 75.5%;
  }
}

@media (min-width: 992px) {
  .slider-hr {
    width: 83.5%;
    padding-right: 50px;
    margin-left: 15px;
  }
}

@media (min-width: 1200px) {
  .slider-hr {
    padding: 0px;
    padding-right: 60px;
    margin-left: 15px;
  }
}

@media (min-width: 300px) {
  .hero-slide-date {
    margin-right: 25px !important;
  }
}

@media (min-width: 576px) {
  .hero-slide-date {
    margin-right: 0px !important;
  }
}

@media (min-width: 300px) {
  .slider-title {
    padding: 0px 25px 15px !important;
  }
}

@media (min-width: 576px) {
  .slider-title {
    margin-bottom: 15px;
    padding: 0 !important;
  }
}

@media (min-width: 768px) {
  .slider-title {
    margin: 0px;
    margin-bottom: 15px;
  }
}

@media (min-width: 992px) {
  .slider-title {
    margin-top: 0px;
    margin-left: 57px;
    margin-bottom: 0px;
  }
}

@media (min-width: 1200px) {
  .slider-title {
    margin-top: 0px;
    margin-left: 57px;
  }
}

.slider-title a {
  text-decoration: none;
  transition: 0.2s;
}

.slider-title a:hover h1 {
  color: var(--bs-primary);
  text-decoration: underline;
}

.slider-art-cat {
  top: -35px;
  right: 0;
}
@media (min-width: 992px) {
  .slider-btn {
    margin-right: 45px;
    margin-bottom: 0px;
  }
}

@media (min-width: 1200px) {
  .slider-btn {
    margin-right: 45px;
    margin-bottom: 0px;
  }
}

@media (min-width: 300px) {
  .slider-btn-btn.hero-slider-btn {
    width: 150px !important;
    margin-bottom: 15px;
  }
}

@media (min-width: 576px) {
  .slider-btn-btn.hero-slider-btn {
    width: 175px !important;
    margin-bottom: 0;
  }
}

@media (min-width: 300px) {
  .hero-button-next {
    right: auto;
    left: 0;
    top: -27px;
  }
}

@media (min-width: 576px) {
  .hero-button-next {
    right: auto;
    left: 0;
    top: 0;
  }
}

@media (min-width: 300px) {
  .hero-button-prev {
    right: auto;
    left: 24%;
    top: -27px;
  }
}

@media (min-width: 576px) {
  .hero-button-prev {
    right: auto;
    left: 0;
    bottom: 0;
    top: auto;
  }
}

@media (min-width: 300px) {
  .slider-text {
    padding: 0px 25px 15px !important;
  }
}

@media (min-width: 576px) {
  .slider-text {
    margin-bottom: 10px;
    padding: 0 !important;
  }
}

@media (min-width: 768px) {
  .slider-text {
    margin-bottom: 10px;
  }
}

@media (min-width: 992px) {
  .slider-text {
    margin-bottom: 0px;
  }
}

@media (min-width: 300px) {
  .slider-btn {
    margin-right: 25px;
  }
}

@media (min-width: 576px) {
  .slider-btn {
    margin-right: 35px;
  }
}

@media (min-width: 300px) {
  .slider-text-p {
    /*padding-bottom: 0!important;*/
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}

@media (min-width: 576px) {
  .slider-text-p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
}

@media (min-width: 768px) {
  .slider-text-p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
}

@media (min-width: 992px) {
  .slider-text-p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
}

@media (min-width: 1200px) {
  .slider-text-p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
}

.slider-btn-btn:hover {
  background-color: var(--bs-green);
  border: 1px solid var(--bs-green);
  color: #ffffff;
}

.hero-slider-btn:focus {
  background-color: var(--bs-success);
  border: 1px solid var(--bs-green);
  color: #ffffff;
}

.slider-btn-btn {
  color: #ffffff;
  border-radius: 5px;
  border: 1px solid var(--bs-white);
}

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

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

.nav-a {
  color: black;
}

.nav-a:hover {
  background-color: var(--bs-primary);
  color: #ffffff;
}

@media (min-width: 300px) {
  .nav-link#active-page {
    background-color: var(--bs-primary);
    color: #ffffff;
  }
}

@media (min-width: 992px) {
  .nav-link#active-page {
    background-color: var(--bs-success);
    color: #ffffff;
  }
}

.pv-col-btn:hover {
  background-color: #555;
  color: #ffffff;
}

.pv-col-btn:focus {
  background-color: #bbbbbb;
  color: #ffffff;
}

.swiper-button-prev.swiper-button-prev-club:hover {
  box-shadow: 0px 0px 3px 4px #888888;
}

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

.dropdown-toggle-division::after {
  position: absolute;
  left: 15px;
  top: 13px;
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 3px;
  /*margin-left: 100px;*/
  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.dropdown-toggle-division {
  width: 100%;
  height: 100%;
  padding-left: 40px;
  border-radius: 10px;
  border: 1px solid #222222;
  /*transition: 0.3s;*/
  z-index: 1111;
}

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

.btn.dropdown-toggle-division.show {
  border: 1px solid var(--bs-green);
  /*border-bottom: none;*/
  border-radius: 10px 10px 0px 0px;
  box-shadow: 0px 0px 5px 0px var(--bs-green);
  /*transition: 0.3s;*/
}

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

.dropdown-menu.show a {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.dropdown-menu-division {
  display: block;
  opacity: 0;
  top: 50px !important;
  height: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  overflow-y: scroll;
  width: 100%;
  /*transition: 0.3s;*/
  /*max-height: 250px;*/
  z-index: 1111;
}

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

.dropdown-item {
  padding: 10px 15px;
  transition: 0.2s;
  cursor: pointer;
  text-align: center;
}

.dropdown-item.active {
  padding: 10px 15px;
  transition: 0.2s;
  cursor: pointer;
  background-color: var(--bs-success);
}

.dropdown-item.active:hover {
  padding: 10px 15px;
  transition: 0.2s;
  cursor: pointer;
  background-color: var(--bs-success);
}

.dropdown-item:hover {
  padding: 10px 15px;
  background-color: var(--bs-green);
  color: #ffffff;
}

.dropdown-divider {
  margin: 0px 0px;
}

.slider-swiper-pagination .swiper-pagination-bullet {
  opacity: 0.5;
  width: 50px;
  height: 2px;
  background-color: var(--bs-white);
  border-radius: 0px;
  transition: 0.3s;
}

.slider-swiper-pagination .swiper-pagination-bullet:hover {
  opacity: 0.5;
  width: 70px;
  height: 2px;
  background-color: var(--bs-white);
  border-radius: 0px;
}

.slider-swiper-pagination .swiper-pagination-bullet-active {
  width: 55px;
  height: 3px;
  background-color: var(--bs-primary);
  opacity: 1;
}

.slider-swiper-pagination .swiper-pagination-bullet-active:hover {
  width: 55px;
  height: 3px;
  background-color: #0eea77;
  opacity: 1;
}

.division-swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(0, 0, 0, 0.5);
}

.division-swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  border: 1px solid var(--bs-success);
  background-color: var(--bs-primary);
}

.btn.dropdown-toggle-prog.show {
  border: 1px solid var(--bs-green);
  /*border-bottom: none;*/
  border-radius: 10px 10px 0px 0px;
  box-shadow: 0px 0px 5px 0px var(--bs-green);
  /*transition: 0.3s;*/
}

.btn.dropdown-toggle-prog.show:hover {
  box-shadow: 0px 0px 5px 0px var(--bs-green);
  border: 1px solid var(--bs-green);
}

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

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

.dropdown-toggle-prog.show.dropdown-toggle-prog:after {
  transform: rotate(45deg);
  margin-top: 7px;
}

.dropdown-menu-prog {
  display: block;
  opacity: 0;
  top: 50px !important;
  height: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  overflow-y: scroll;
  width: 100%;
  /*transition: 0.3s;*/
  /*max-height: 250px;*/
  z-index: 1111;
}

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

.dropdown-toggle-grp::after {
  position: absolute;
  left: 5%;
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 3px;
  transform: rotate(225deg);
  border-color: #222222;
  border-top: 3px solid;
  border-bottom: 2px solid transparent;
  border-left: 3px solid;
  border-right: 2px solid transparent;
  transition: 0.3s;
}

.dropdown-toggle-grp.show.dropdown-toggle-grp::after {
  transform: rotate(45deg);
  margin-top: 7px;
}

.dropdown-menu-grp {
  display: block;
  top: 50px;
  width: 100%;
  max-height: 0px;
  /*box-shadow: 0px 30px 25px 15px rgba(0,0,0,0.1);*/
  overflow-y: scroll;
  visibility: hidden;
  border: none;
  border-radius: 0;
  padding-bottom: 0px;
  padding-top: 0px;
  /*height: 0px;*/
  /*min-height: 230px;*/
  /*max-height: 230px;*/
  transition: all 0.3s;
  /*transform: translate(0px, 140px)!important;*/
}

.dropdown-menu-grp.show {
  transform: translate(0px, 52px) !important;
  max-height: 224px;
  border-radius: 0;
  margin-top: -2px !important;
  overflow-y: scroll;
  visibility: visible;
  box-shadow: 0px 30px 25px 15px #006c3421;
}

.dropdown-menu-grp.show a {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.btn.dropdown-toggle-grp.show {
  box-shadow: 0px 0px 25px 15px #006c3421;
  border-radius: 10px 10px 0px 0px;
  border-bottom: 1px solid var(--bs-primary);
  margin: 0;
}

.btn.dropdown-toggle-grp {
  padding-left: 20px;
  width: 100%;
  height: 100%;
  background: var(--bs-white);
  border-style: none;
  border-radius: 10px;
  box-shadow: 0px 0px 25px 15px rgba(0, 0, 0, 0.1);
  font-size: 15px;
  font-weight: bold;
  color: #222222;
  /*z-index: 1111;*/
  margin: 0;
}

.dropdown-toggle-prog {
  width: 100%;
  height: 100%;
  padding-right: 40px;
  border-radius: 10px;
  border: 1px solid #222222;
  z-index: 1111;
}

footer {
  margin-top: 75px;
  width: 100%;
  background: #174327;
  color: var(--bs-white);
}

footer .link-secondary {
  color: #ffffff !important;
  text-decoration: none;
  font-size: 14px;
  /*margin-bottom: 15px!important;*/
}

footer li {
  margin-bottom: 10px !important;
}

.footer-btn {
  width: 100%;
  height: 45px;
  color: rgb(255, 255, 255);
  font-size: 15px;
  border-radius: 5px;
  border: 1px solid var(--bs-white);
  margin-top: 10px;
}

.footer-btn:hover {
  color: rgb(255, 255, 255);
  border: 1px solid var(--bs-primary);
  background-color: var(--bs-primary);
}

.navbar {
  z-index: 1111111;
  transition: top 0.1s ease;
}

@media (min-width: 992px) {
  .navbar {
    max-width: 1000px;
    /*overflow: hidden;*/
    margin: auto;
    height: 65px;
    box-shadow: 0px 1px 3px 0px var(--bs-navbar-disabled-color);
    z-index: 9999;
  }
}

@media (min-width: 1200px) {
  .navbar {
    max-width: 1160px;
    /*overflow: hidden;*/
    margin: auto;
    height: 65px;
    box-shadow: 0px 1px 3px 0px var(--bs-navbar-disabled-color);
    z-index: 9999;
  }
}

.nav-logo {
  padding: 5px;
}

.nav-logo-img {
  height: 50px;
  width: 50px;
}

@media (min-width: 300px) {
  .nav-logo-text {
    font-weight: bold;
    font-size: 18px;
    padding-left: 10px;
    color: var(--bs-primary);
  }
}

@media (min-width: 992px) {
  .navbar-nav {
    margin-right: 10px;
  }
}

@media (min-width: 1200px) {
  .navbar-nav {
    margin-right: 55px;
  }
}

@media (min-width: 300px) {
  .nav-btn {
    margin: 10px auto;
    min-width: 90px;
    padding: 10px 20px;
    font-weight: 600;
    color: #ffffff;
    border: none;
    background-color: var(--bs-primary);
  }
}

@media (min-width: 992px) {
  .nav-btn {
    margin: 0;
    min-width: 90px;
    padding: 10px 20px;
    font-weight: 600;
    color: #ffffff;
    border: none;
    background-color: var(--bs-primary);
  }
}

.ref-swiper-container {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.hero-slider {
  height: 580px;
  margin-top: 69px;
}

.hero-swiper-container {
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.hero-slide-content {
  width: 1160px;
  padding: 0px;
  padding-bottom: 150px;
}

.slider-title-h {
  font-size: 24px;
  text-align: right;
  margin-bottom: 0px;
  color: white;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-weight: bold;
  transition: 0.2s;
}

.slider-text-p {
  color: white;
  /*padding-top: 5px;*/
  /*padding-bottom: 5px;*/
  font-size: 15px;
  margin-bottom: 0px;
}

.slider-btn-btn.hero-slider-btn {
  z-index: 2222;
  width: 175px;
  height: 45px;
  /*color: rgb(255,255,255);*/
  font-size: 16px;
  /*border-radius: 5px;*/
  /*border: 1px solid var(--bs-white);*/
}

.hero-slide-date {
  font-size: 18px;
  color: white;
  font-family: Changa, sans-serif;
  font-weight: bold;
  margin: 0px;
}

.hero-slide-hr {
  background: var(--bs-primary);
  border-top: 2px solid var(--bs-white);
  width: 100%;
}

.hero-button-next {
  width: 50px;
  height: 50px;
  color: white;
  border-radius: 25px;
  border-width: 2px;
  border-style: solid;
  font-weight: bold;
  margin: 5px;
  position: absolute;
  transition: 0.2s;
}

.hero-button-prev {
  position: absolute;
  width: 50px;
  height: 50px;
  margin: 5px;
  color: white;
  font-weight: bold;
  border-radius: 25px;
  border-width: 2px;
  border-style: solid;
  transition: 0.2s;
}

@media (min-width: 300px) {
  .navbar-collapse {
    background-color: var(--bs-gray-400);
    position: fixed;
    margin: 0;
    padding: 0;
    left: 0;
    right: 0;
    top: 77px;
    width: 100vw;
    overflow: hidden;
    /*transition: all 0.1s;*/
  }
}

@media (min-width: 300px) {
  .navbar-collapse.show {
    background-color: var(--bs-gray-400);
    position: fixed;
    margin: 0;
    padding: 0;
    left: 0;
    right: 0;
    top: 77px;
    width: 100vw;
    overflow: hidden;
    border-bottom: 1px solid var(--bs-success);
  }
}

@media (min-width: 300px) {
  .navbar-collapse.show .nav-a {
    display: flex;
    width: 100vw;
    background-color: var(--bs-success);
    color: #ffffff;
    font-size: 15px;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-bottom: 1px solid #ffffff;
  }
}

@media (min-width: 300px) {
  .navbar-collapse .nav-a {
    height: 65px;
    display: flex;
    width: 100vw;
    background-color: var(--bs-success);
    color: #ffffff;
    font-size: 15px;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-bottom: 1px solid #ffffff;
  }
}

@media (min-width: 300px) {
  .navbar-collapse.show .nav-a:hover {
    display: flex;
    width: 100vw;
    background-color: var(--bs-primary);
    color: #ffffff;
    font-size: 15px;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-bottom: 1px solid #ffffff;
    font-weight: 500;
  }
}

@media (min-width: 992px) {
  .navbar-collapse .nav-a:hover {
    background-color: var(--bs-primary);
    color: var(--bs-white);
  }
}

@media (min-width: 992px) {
  .navbar-collapse .nav-a {
    display: flex;
    width: 100%;
    background-color: var(--bs-white);
    color: #000000;
    font-size: 19px;
    font-weight: 500;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-bottom: 0;
  }
}

@media (min-width: 576px) {
  .navbar-collapse {
    background-color: var(--bs-gray-400);
    position: fixed;
    margin: 0;
    padding: 0;
    left: 0;
    right: 0;
    top: 77px;
    width: 100vw;
    overflow: hidden;
  }
}

@media (min-width: 768px) {
  .navbar-collapse {
    background-color: var(--bs-gray-400);
    position: fixed;
    margin: 0;
    padding: 0;
    left: 0;
    right: 0;
    top: 77px;
    width: 100vw;
    overflow: hidden;
  }
}

@media (min-width: 992px) {
  .navbar-collapse {
    background-color: #ffffff;
    position: relative;
    width: 100%;
    top: 0;
    overflow: visible;
    margin-left: 42px;
  }
}

@media (min-width: 1200px) {
  .navbar-collapse {
    background-color: #ffffff;
    position: relative;
    width: 100%;
  }
}

.navbar-toggler-icon {
  width: 40px;
  height: 40px;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  background-image: none;
}

.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: none;
}

#navbar-toggler {
  position: absolute;
  overflow: hidden;
  left: 5%;
  padding: 0px 4px;
  transition: 0.3s;
}

.navbar-toggler-i {
  display: block;
  height: 6px;
  border-radius: 2px;
  background-color: var(--bs-primary);
  width: 100%;
  transition: 0.3s;
}

.navbar-toggler-i3 {
  display: block;
  height: 6px;
  border-radius: 2px;
  background-color: var(--bs-primary);
  width: 50%;
  transition: 0.3s;
}

.navbar-toggler-i2 {
  display: block;
  height: 6px;
  border-radius: 2px;
  background-color: var(--bs-primary);
  width: 90%;
  transition: 0.3s;
}

#navbar-toggler-ic {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 10px;
  /*display: none!important;*/
}

.navbar-toggler-ic {
  display: block;
  height: 5px;
  border-radius: 10px;
  background: #b22222;
  width: 100%;
  transform: translate(0px) rotate(-45deg);
  margin-right: -2px;
  margin-top: -1px;
  margin-bottom: -5px;
  margin-left: -2px;
}

@media (min-width: 992px) {
  .nav-a {
    height: 65px;
    padding: 0px 8px !important;
  }
}
@media (min-width: 1200px) {
  .nav-a {
    height: 65px;
    padding: 0px 18px !important;
  }
}

@media (min-width: 1200px) {
  .nav-a {
    height: 65px;
  }
}

.hero-button-next:hover {
  box-shadow: 0px 0px 7px 2px;
  transition: 0.2s;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-next-club:after,
.swiper-button-prev-club:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: "next";
}

.hero-button-next:after,
.hero-button-prev:after {
  font-family: swiper-icons;
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-next-club,
.swiper-button-prev-club {
  position: absolute;
  /*top: 59%;*/
  /*width: calc(var(--swiper-navigation-size)/ 44 * 27);*/
  /*height: var(--swiper-navigation-size);*/
  /*margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);*/
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  /*color: var(--swiper-navigation-color,var(--swiper-theme-color));*/
}

.hero-button-next,
.hero-button-prev {
  position: absolute;
  /*top: 59%;*/
  /*width: calc(var(--swiper-navigation-size)/ 44 * 27);*/
  /*height: var(--swiper-navigation-size);*/
  /*margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);*/
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  /*color: var(--swiper-navigation-color,var(--swiper-theme-color));*/
}

.hero-button-prev:hover {
  box-shadow: 0px 0px 7px 2px;
  transition: 0.2s;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

@media (min-width: 300px) {
  .swiper-pagination.slider-swiper-pagination {
    top: 88%;
  }
}

@media (min-width: 992px) {
  .swiper-pagination.slider-swiper-pagination {
    top: 87%;
  }
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: "prev";
}

:root {
  --swiper-navigation-size: 15px;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

:root {
  --swiper-theme-color: #007aff;
}

/* *
 * Swiper 6.4.8
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 22, 2021 */

:root {
  --swiper-theme-color: #007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-container-pointer-events {
  touch-action: pan-y;
}

.swiper-container-pointer-events.swiper-container-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-container-3d {
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(
    to left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}

.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

:root {
  --swiper-navigation-size: 44px;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}

.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
  --swiper-navigation-color: #000000;
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-container-horizontal.swiper-container-rtl
  > .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-container-rtl
  .swiper-pagination-progressbar
  .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-horizontal
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-container-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
  filter: blur(50px);
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.prg-section {
  margin-top: -55px;
  z-index: 1;
  position: relative;
  /*animation: appaer linear backwards;*/
  /*animation-timeline: view();*/
  /*animation-range: cover 0% cover 30%;*/
}

.proces-col {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  padding: 0px;
  margin-right: 15px;
  margin-left: 15px;
  /*width: 297px;*/
  background: var(--bs-white);
  height: 62px;
  overflow: hidden;
  transition: all 0.2s ease;
}

.refer-col {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  padding: 0px;
  margin-right: 15px;
  margin-left: 15px;
  /*width: 340px;*/
  background: var(--bs-white);
  height: 62px;
  overflow: hidden;
  transition: all 0.2s ease;
}

.prog-col {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  padding: 0px;
  margin-right: 15px;
  margin-left: 15px;
  /*width: 340px;*/
  background: var(--bs-white);
  height: 62px;
  overflow: hidden;
  transition: all 0.2s ease;
}

.proces-col-cont {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 10px;
  width: 100%;
  height: 435px;
}

@media (min-width: 300px) {
  .proces-colm-h {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 21px;
    margin-top: 22px;
  }
}
@media (min-width: 1200px) {
  .proces-colm-h {
    font-size: 18px;
    margin-bottom: 20px;
    margin-top: 20px;
  }
}

.proces-colm-hr {
  height: 1px;
  border-top: 1px solid var(--bs-black);
  width: 100%;
  margin-right: 10px;
  margin-left: 10px;
}

.pv-col-btn {
  width: 90%;
  font-size: 15px;
  font-weight: 500;
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 20px;
}

.refer-col-d {
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
  height: 435px;
}

@media (min-width: 300px) {
  .refer-col {
    width: 300px;
  }
}

@media (min-width: 576px) {
  .refer-col {
    width: 415px;
  }
}

@media (min-width: 768px) {
  .refer-col {
    width: 490px;
  }
}

@media (min-width: 992px) {
  .refer-col {
    margin-right: 0;
    margin-left: 0;
    width: 300px;
  }
}

@media (min-width: 1200px) {
  .refer-col {
    margin-right: 15px;
    margin-left: 15px;
    width: 340px;
  }
}

@media (min-width: 300px) {
  .refer-col-h {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 21px;
    margin-top: 22px;
  }
}
@media (min-width: 1200px) {
  .refer-col-h {
    font-size: 18px;
    margin-bottom: 20px;
    margin-top: 20px;
  }
}

.refer-col-drop {
  height: 50px;
  width: 100%;
  border-radius: 10px;
  border-width: 1px;
  border-style: none;
  margin-top: 62px;
}

.simple-slider.refer-slider {
  width: 100%;
  margin-top: 25px;
}

.swiper-button-next.swiper-button-next-club:hover {
  box-shadow: 0px 0px 3px 4px #888888;
}

@media (min-width: 300px) {
  .swiper-button-next.swiper-button-next-club {
    background-color: #ffffff;
    left: auto;
    right: 5px;
    top: 12px;
    margin: 0px;
    color: #000000;
    border-radius: 25px;
    border-width: 1px;
    border-style: solid;
    font-weight: 900;
    --swiper-navigation-size: 15px;
    width: 37px;
    height: 37px;
    transition: 0.2s;
  }
}

@media (min-width: 576px) {
  .swiper-button-next.swiper-button-next-club {
    left: auto;
    right: 25px;
    top: 12px;
    margin: 0px;
    color: #000000;
    border-radius: 25px;
    border-width: 1px;
    border-style: solid;
    font-weight: 900;
    --swiper-navigation-size: 15px;
    width: 40px;
    height: 40px;
    transition: 0.2s;
  }
}

@media (min-width: 768px) {
  .swiper-button-next.swiper-button-next-club {
    left: auto;
    right: 40px;
    top: 8px;
    margin: 0px;
    color: #000000;
    border-radius: 25px;
    border-width: 1px;
    border-style: solid;
    font-weight: 900;
    --swiper-navigation-size: 15px;
    width: 45px;
    height: 45px;
    transition: 0.2s;
  }
}

@media (min-width: 992px) {
  .swiper-button-next.swiper-button-next-club {
    left: auto;
    right: 5px;
    top: 10px;
    margin: 0px;
    color: #000000;
    border-radius: 25px;
    border-width: 1px;
    border-style: solid;
    font-weight: 900;
    --swiper-navigation-size: 15px;
    width: 40px;
    height: 40px;
    transition: 0.2s;
  }
}

@media (min-width: 1200px) {
  .swiper-button-next.swiper-button-next-club {
    left: auto;
    right: 5px;
    top: 7px;
    margin: 0px;
    color: #000000;
    border-radius: 25px;
    border-width: 1px;
    border-style: solid;
    font-weight: 900;
    --swiper-navigation-size: 15px;
    width: 45px;
    height: 45px;
    transition: 0.2s;
  }
}

@media (min-width: 300px) {
  .swiper-button-prev.swiper-button-prev-club {
    background-color: #ffffff;
    left: 5px;
    right: auto;
    top: 12px;
    margin: 0px;
    color: #000000;
    border-radius: 25px;
    border-width: 1px;
    border-style: solid;
    font-weight: 900;
    --swiper-navigation-size: 15px;
    width: 37px;
    height: 37px;
    transition: 0.2s;
  }
}

@media (min-width: 576px) {
  .swiper-button-prev.swiper-button-prev-club {
    left: 25px;
    right: auto;
    top: 12px;
    margin: 0px;
    color: #000000;
    border-radius: 25px;
    border-width: 1px;
    border-style: solid;
    font-weight: 900;
    --swiper-navigation-size: 15px;
    width: 40px;
    height: 40px;
    transition: 0.2s;
  }
}

@media (min-width: 768px) {
  .swiper-button-prev.swiper-button-prev-club {
    left: 40px;
    right: auto;
    top: 8px;
    margin: 0px;
    color: #000000;
    border-radius: 25px;
    border-width: 1px;
    border-style: solid;
    font-weight: 900;
    --swiper-navigation-size: 15px;
    width: 45px;
    height: 45px;
    transition: 0.2s;
  }
}

@media (min-width: 992px) {
  .swiper-button-prev.swiper-button-prev-club {
    left: 5px;
    right: auto;
    top: 10px;
    margin: 0px;
    color: #000000;
    border-radius: 25px;
    border-width: 1px;
    border-style: solid;
    font-weight: 900;
    --swiper-navigation-size: 15px;
    width: 40px;
    height: 40px;
    transition: 0.2s;
  }
}

@media (min-width: 1200px) {
  .swiper-button-prev.swiper-button-prev-club {
    left: 5px;
    right: auto;
    top: 7px;
    margin: 0px;
    color: #000000;
    border-radius: 25px;
    border-width: 1px;
    border-style: solid;
    font-weight: 900;
    --swiper-navigation-size: 15px;
    width: 45px;
    height: 45px;
    transition: 0.2s;
  }
}

.division-club1-img {
  height: 100%;
  /*width: 100%;*/
  display: block;
  cursor: pointer;
  transition: 0.3s;
}

.division-club2-img {
  height: 100%;
  /*width: 100%;*/
  display: block;
  cursor: pointer;
  transition: 0.3s;
}

.division-club1-img:hover {
  opacity: 0.7;
  transform: scale(1.1);
}

.division-club2-img:hover {
  opacity: 0.7;
  transform: scale(1.1);
}

.division-club-vs {
  margin-right: 20px;
  margin-left: 20px;
  font-weight: bold;
  font-size: 15px;
}

.division-match-d {
  font-size: 15px;
  margin-top: 55px;
  margin-bottom: 20px;
}

.division-match-refer {
  width: 100%;
  padding-right: 5px;
  padding-left: 5px;
  margin-bottom: 5px;
}

.division-match-h {
  font-size: 15px;
  font-weight: bold;
  margin-right: 25px;
  min-width: 110px;
  width: -webkit-fill-available;
  max-width: max-content;
}

.division-match-stade {
  font-size: 15px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.refer-col-btn {
  width: 90%;
  font-size: 15px;
  font-weight: 500;
  padding: 10px;
  margin-top: 11px;
  margin-bottom: 10px;
  border-radius: 20px;
}

.refer-col-btn:hover {
  background-color: #555555;
  color: #ffffff;
}

.refer-col-btn:focus {
  background-color: #bbbbbb;
  color: #ffffff;
}

.proces-col-d {
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 10px;
  width: 100%;
  height: 435px;
}

@media (min-width: 300px) {
  .prog-col-h {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 21px;
    margin-top: 22px;
  }
}
@media (min-width: 1200px) {
  .prog-col-h {
    font-size: 18px;
    margin-bottom: 20px;
    margin-top: 20px;
  }
}

.prog-col-drop {
  height: 50px;
  width: 100%;
  border-radius: 10px;
  border-width: 1px;
  border-style: none;
}

@media (min-width: 300px) {
  .prog-col-list {
    overflow-y: visible;
    width: 100%;
    height: auto;
    padding-right: 0px;
    padding-left: 0px;
    /*max-height: 300px;*/
    padding-bottom: 10px;
    min-height: 300px;
    margin-top: 62px;
  }
}
@media (min-width: 992px) {
  .prog-col-list {
    overflow-y: scroll;
    height: 362px;
    margin-top: 62px;
  }
}

.proces-col-h-d,
.refer-col-h-d,
.prog-col-h-d {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: 0.2s;
  border-radius: 10px;
}

.proces-col-h-d i,
.refer-col-h-d i,
.prog-col-h-d i {
  position: absolute;
  top: 34%;
  font-size: 18px;
  right: 18px;
}

.proces-col-h-d:hover,
.refer-col-h-d:hover,
.prog-col-h-d:hover {
  background-color: var(--bs-primary);
  cursor: pointer;
  color: #fff;
  transition: 0.2s;
}

.prog-list-row {
  padding-top: 5px;
  padding-bottom: 5px;
  border-top: 1px solid rgba(0, 0, 0, 0.25);
  margin: 0px;
  width: 100%;
}

.prog-list-row a {
  text-decoration: none;
  color: #222222;
  transition: 0.2s;
}

.next-round-list-row {
  padding-top: 6px;
  padding-bottom: 6px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0px;
  width: 100%;
  transition: 0.2s;
}

.next-round-list-row:hover {
  background-color: #ccc !important;
}

.next-round-list-row a {
  text-decoration: none;
  color: #222222;
  height: 100%;
}

.current-round-list-row {
  padding-top: 6px;
  padding-bottom: 6px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0px;
  width: 100%;
  transition: 0.2s;
}

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

.current-round-list-row:hover {
  background-color: #ccc !important;
}

.current-round-list-row a {
  text-decoration: none;
  color: #222222;
  height: 100%;
}

.prog-list-img {
  margin-right: 10px;
  margin-left: 10px;
  width: 22px;
  height: 22px;
  cursor: pointer;
  transition: 0.3s;
}

.prog-list-img:hover {
  opacity: 0.7;
  transform: scale(1.1);
}

.next-round-list-img {
  margin-right: 4px;
  margin-left: 4px;
  width: 22px;
  height: 22px;
  cursor: pointer;
  transition: 0.3s;
}

.next-round-list-img:hover {
  filter: brightness(50%);
  transform: scale(1.1);
}

.current-round-list-img {
  margin-right: 4px;
  margin-left: 4px;
  width: 22px;
  height: 22px;
  cursor: pointer;
  transition: 0.3s;
}

.current-round-list-img:hover {
  filter: brightness(50%);
  transform: scale(1.1);
}

.prog-list-time {
  font-size: 14px;
  /*margin-right: 5px;*/
  /*margin-left: 5px;*/
}

.next-round-list-time {
  text-decoration: none;
  color: #222222;
  transition: 0.2s;
}

.next-round-list-time:hover {
  color: var(--bs-primary);
}

.next-round-list-time span {
  font-size: 14px;
}

.current-round-list-time {
  font-size: 14px;
}

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

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

.current-round-list-result span {
  font-size: 15px;
  font-weight: bold;
}

.prog-col-btn {
  width: 90%;
  font-size: 15px;
  font-weight: 500;
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 20px;
}

.prog-col-btn:hover {
  background-color: #555555;
  color: #ffffff;
}

.refereeing-d-btn-s:hover {
  background-color: #555555;
  color: #ffffff;
}

.technical-d-btn-s:hover {
  background-color: #555555;
  color: #ffffff;
}

.gallery-d-btn-s:hover {
  background-color: #ffffff;
  color: #222222;
}

.compititions-d-btn-s:hover {
  background-color: #555555;
  color: #ffffff;
}

.activities-d-btn-s:hover {
  background-color: #555555;
  color: #ffffff;
}

.gallery-d-btn:hover {
  background-color: #ffffff;
  color: #222222;
}

.compititions-d-btn:hover {
  background-color: #555555;
  color: #ffffff;
}

.refereeing-d-btn:hover {
  background-color: #555555;
  color: #ffffff;
}

.technical-d-btn:hover {
  background-color: #555555;
  color: #ffffff;
}

.activities-d-btn:hover {
  background-color: #555555;
  color: #ffffff;
}

.technical-col-btn:hover {
  background-color: #555555;
  color: #ffffff;
}

.refereeing-col-btn:hover {
  background-color: #555555;
  color: #ffffff;
}

.compititions-col-btn:hover {
  background-color: #555555;
  color: #ffffff;
}

.activities-col-btn:hover {
  background-color: #555555;
  color: #ffffff;
}

.rank-col-btn:hover {
  background-color: #555555;
  color: #ffffff;
}

.next-round-col-btn:hover {
  background-color: #555555;
  color: #ffffff;
}

.current-round-col-btn:hover {
  background-color: #555555;
  color: #ffffff;
}

.prog-col-btn:focus {
  background-color: #bbbbbb;
  color: #ffffff;
}

.technical-d-btn-s:focus {
  background-color: #bbbbbb;
  color: #ffffff;
}

.refereeing-d-btn-s:focus {
  background-color: #bbbbbb;
  color: #ffffff;
}

.gallery-d-btn-s:focus {
  background-color: #bbbbbb;
  color: #222222;
  border-color: #bbbbbb;
}

.compititions-d-btn-s:focus {
  background-color: #bbbbbb;
  color: #ffffff;
}

.activities-d-btn-s:focus {
  background-color: #bbbbbb;
  color: #ffffff;
}

.gallery-d-btn:focus {
  background-color: #bbbbbb;
  color: #222222;
  border-color: #bbbbbb;
}

.compititions-d-btn:focus {
  background-color: #bbbbbb;
  color: #ffffff;
}

.refereeing-d-btn:focus {
  background-color: #bbbbbb;
  color: #ffffff;
}

.technical-d-btn:focus {
  background-color: #bbbbbb;
  color: #ffffff;
}

.activities-d-btn:focus {
  background-color: #bbbbbb;
  color: #ffffff;
}

.activities-col-btn:focus {
  background-color: #bbbbbb;
  color: #ffffff;
}

.technical-col-btn:focus {
  background-color: #bbbbbb;
  color: #ffffff;
}

.refereeing-col-btn:focus {
  background-color: #bbbbbb;
  color: #ffffff;
}

.compititions-col-btn:focus {
  background-color: #bbbbbb;
  color: #ffffff;
}

.rank-col-btn:focus {
  background-color: #bbbbbb;
  color: #ffffff;
}

.next-round-col-btn:focus {
  background-color: #bbbbbb;
  color: #ffffff;
}

.current-round-col-btn:focus {
  background-color: #bbbbbb;
  color: #ffffff;
}

@media (min-width: 300px) {
  .proces-col-cont-list {
    width: 100%;
    overflow: hidden;
    height: 362px;
    margin-top: 62px;
  }
}

@media (min-width: 992px) {
  .proces-col-cont-list {
    overflow-y: scroll;
    height: 100%;
    margin-top: 62px;
  }
}

@media (min-width: 576px) {
  .proces-colm-hr {
    width: 175px;
  }
}

@media (min-width: 768px) {
  .proces-colm-hr {
    width: 250px;
  }
}

@media (min-width: 992px) {
  .proces-colm-hr {
    width: 55px;
  }
}

@media (min-width: 300px) {
  .division-match-refer-d {
    max-width: 100%;
  }
}

@media (min-width: 576px) {
  .division-match-refer-d {
    max-width: 90%;
  }
}

@media (min-width: 768px) {
  .division-match-refer-d {
    max-width: 85%;
  }
}

@media (min-width: 992px) {
  .division-match-refer-d {
    max-width: 100%;
  }
}

@media (min-width: 300px) {
  .prog-col {
    width: 320px;
  }
}

@media (min-width: 576px) {
  .prog-col {
    width: 415px;
  }
}

@media (min-width: 768px) {
  .prog-col {
    width: 490px;
  }
}

@media (min-width: 992px) {
  .prog-col {
    width: 300px;
  }
}

@media (min-width: 1200px) {
  .prog-col {
    width: 340px;
  }
}

.prog-list-club1:hover {
  color: var(--bs-primary);
  /*text-decoration: underline;*/
}

@media (min-width: 300px) {
  .prog-list-club1 {
    font-size: 13px;
    transition: 0.2s;
    cursor: pointer;
    font-weight: 500;
  }
}

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

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

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

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

@media (min-width: 576px) {
  .next-round-list-club1 {
    font-size: 13px;
  }
}

@media (min-width: 576px) {
  .current-round-list-club1 {
    font-size: 13px;
  }
}

@media (min-width: 576px) {
  .prog-list-club1 {
    font-size: 13px;
  }
}

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

@media (min-width: 300px) {
  .prog-list-club2 {
    font-size: 13px;
    transition: 0.2s;
    cursor: pointer;
    font-weight: 500;
  }
}

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

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

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

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

@media (min-width: 576px) {
  .prog-list-club2 {
    font-size: 13px;
  }
}

@media (min-width: 576px) {
  .next-round-list-club2 {
    font-size: 13px;
  }
}

@media (min-width: 576px) {
  .current-round-list-club2 {
    font-size: 13px;
  }
}

@media (min-width: 300px) {
  .proces-col {
    width: 300px;
  }
}

@media (min-width: 576px) {
  .proces-col {
    width: 415px;
  }
}

@media (min-width: 768px) {
  .proces-col {
    width: 490px;
  }
}

@media (min-width: 992px) {
  .proces-col {
    width: 300px;
  }
}

@media (min-width: 1200px) {
  .proces-col {
    width: 340px;
  }
}

@media (min-width: 300px) {
  .grp-section {
    margin-top: 20px;
  }
}
@media (min-width: 992px) {
  .grp-section {
    margin-top: 30px;
  }
}

.grp-section-d1 {
  height: 520px;
  background: #f5f5f5;
  /*max-height: 520px;*/
  /*min-height: 520px;*/
  width: 100%;
}

@media (min-width: 300px) {
  .grp-section-d1 {
    height: auto;
    padding-bottom: 30px;
  }
}

@media (min-width: 992px) {
  .grp-section-d1 {
    height: 520px;
    padding-bottom: 0;
  }
}

.grp-section-drop {
  z-index: 111;
  height: 50px;
  width: 450px;
  margin-top: 40px;
  max-height: 50px;
  min-height: 50px;
}

@media (min-width: 300px) {
  .grp-section-drop {
    margin-top: 30px;
    width: 300px;
  }
}

@media (min-width: 768px) {
  .grp-section-drop {
    margin-top: 40px;
    width: 450px;
  }
}

@media (min-width: 992px) {
  .grp-section-drop {
    margin-top: 40px;
    width: 450px;
  }
}

@media (min-width: 300px) {
  .clubs-slider {
    width: auto;
    min-height: 100px;
    margin: 25px 0px;
  }
}

@media (min-width: 768px) {
  .clubs-slider {
    width: auto;
    min-height: 100px;
    margin: 35px 0px;
  }
}

@media (min-width: 992px) {
  .clubs-slider {
    width: auto;
    min-height: 100px;
    margin: 35px 0px;
  }
}

@media (min-width: 300px) {
  .clubs-slider-img {
    height: 55px;
  }
}

@media (min-width: 768px) {
  .clubs-slider-img {
    height: 70px;
  }
}

@media (min-width: 300px) {
  .clubs-slider-img-link {
    width: 55px;
    height: 55px;
    /*background-color: var(--bs-primary);*/
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    /*box-shadow: 0px 0px 0px 5px var(--bs-primary);*/
    transition: 0.3s;
  }
}

@media (min-width: 768px) {
  .clubs-slider-img-link {
    width: 70px;
    height: 70px;
    /*background-color: var(--bs-primary);*/
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    /*box-shadow: 0px 0px 0px 5px var(--bs-primary);*/
    transition: 0.3s;
  }
}

@media (min-width: 300px) {
  .clubs-slider-img-link:hover {
    width: 55px;
    height: 55px;
    background-color: rgba(0, 174, 83, 0.7);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 0px 0px 10px rgba(0, 174, 83, 0.7);
    transform: scale(1.1);
  }
}

@media (min-width: 768px) {
  .clubs-slider-img-link:hover {
    width: 70px;
    height: 70px;
    background-color: rgba(0, 174, 83, 0.7);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 0px 0px 15px rgba(0, 174, 83, 0.7);
    transform: scale(1.1);
  }
}

@media (min-width: 300px) {
  .splide__arrow {
    border: 1px solid #222222;
    background-color: #ffffff;
    width: 2.5em;
    height: 2.5em;
    opacity: 1;
    transition: 0.2s;
  }
}

@media (min-width: 768px) {
  .splide__arrow {
    border: 1px solid #222222;
    background-color: #ffffff;
    width: 3em;
    height: 3em;
    opacity: 1;
    transition: 0.2s;
  }
}

.splide__arrow:hover {
  box-shadow: 0px 0px 5px 3px #222222;
}

.splide {
  width: 370px;
}

@media (min-width: 300px) {
  .splide {
    width: 370px;
  }
}

@media (min-width: 768px) {
  .splide {
    width: 700px;
  }
}

@media (min-width: 992px) {
  .splide {
    width: 900px;
  }
}

@media (min-width: 1200px) {
  .splide {
    width: 1160px;
  }
}

@media (min-width: 300px) {
  .splide__track {
    width: 70%;
  }
}

@media (min-width: 768px) {
  .splide__track {
    width: 80%;
  }
}

@media (min-width: 1200px) {
  .splide__track {
    width: 85%;
  }
}

.next-round-col {
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 0px;
  margin-right: 15px;
  margin-left: 15px;
  /*width: 340px;*/
  background: var(--bs-white);
  max-height: 500px;
  min-height: 500px;
}

.current-round-col {
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 0px;
  margin-right: 15px;
  margin-left: 15px;
  /*width: 340px;*/
  background: var(--bs-white);
  max-height: 500px;
  min-height: 500px;
}

@media (min-width: 300px) {
  .next-round-col {
    width: 320px;
  }
}

@media (min-width: 300px) {
  .current-round-col {
    width: 320px;
  }
}

@media (min-width: 576px) {
  .next-round-col {
    width: 415px;
  }
}

@media (min-width: 576px) {
  .current-round-col {
    width: 415px;
  }
}

@media (min-width: 768px) {
  .next-round-col {
    width: 490px;
  }
}

@media (min-width: 768px) {
  .current-round-col {
    width: 490px;
  }
}

@media (min-width: 992px) {
  .next-round-col {
    width: 300px;
  }
}

@media (min-width: 992px) {
  .current-round-col {
    width: 300px;
  }
}

@media (min-width: 1200px) {
  .next-round-col {
    width: 350px;
  }
}

@media (min-width: 1200px) {
  .current-round-col {
    width: 350px;
  }
}

.next-round-d {
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
  height: 435px;
  max-height: 435px;
  min-height: 435px;
  /*overflow: hidden;*/
}

.current-round-d {
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
  height: 435px;
  max-height: 435px;
  min-height: 435px;
  /*overflow: hidden;*/
}

.next-round-h {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 20px;
}

.next-drop {
  height: 50px;
  width: 100%;
  margin-left: 10px;
  border-radius: 10px;
  border-width: 1px;
  border-style: none;
}

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

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

.btn.next-drop-toggle.show {
  border: 1px solid var(--bs-green);
  border-radius: 10px 10px 0px 0px;
  box-shadow: 0px 0px 5px 0px var(--bs-green);
  /*transition: 0.3s;*/
}

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

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

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

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

.current-round-h {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 20px;
}

.current-drop {
  height: 50px;
  width: 100%;
  margin-left: 10px;
  border-radius: 10px;
  border-width: 1px;
  border-style: none;
}

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

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

.btn.current-drop-toggle.show {
  border: 1px solid var(--bs-green);
  border-radius: 10px 10px 0px 0px;
  box-shadow: 0px 0px 5px 0px var(--bs-green);
  /*transition: 0.3s;*/
}

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

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

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

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

.next-round-cont {
  overflow-y: hidden;
  width: 100%;
  padding: 10px;
  padding-right: 0px;
  padding-left: 0px;
  padding-bottom: 10px;
  padding-top: 0px;
  height: 370px;
  max-height: 370px;
}

@media (min-width: 300px) {
  .next-round-cont {
    height: 320px;
    max-height: 320px;
  }
}

@media (min-width: 992px) {
  .next-round-cont {
    height: 370px;
    max-height: 370px;
  }
}

.current-round-cont {
  overflow-y: hidden;
  width: 100%;
  padding: 10px;
  padding-right: 0px;
  padding-left: 0px;
  padding-bottom: 10px;
  padding-top: 0px;
  height: 370px;
  max-height: 370px;
}

@media (min-width: 300px) {
  .current-round-cont {
    height: 320px;
    max-height: 320px;
  }
}

@media (min-width: 1200px) {
  .current-round-cont {
    height: 370px;
    min-height: max-content;
    
  }
}

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

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

.next-round-date-r {
  padding-bottom: 5px;
  margin: 0px;
  width: 100%;
  border-top: 1px none rgba(0, 0, 0, 0.25);
}

.current-round-date-r {
  padding-bottom: 5px;
  margin: 0px;
  width: 100%;
  border-top: 1px none rgba(0, 0, 0, 0.25);
}

.next-round-list {
  width: 100%;
  margin-bottom: 0px;
  margin-top: 0px;
}

.current-round-list {
  width: 100%;
  margin-bottom: 0px;
  margin-top: 0px;
}

.next-round-col-btn {
  width: 90%;
  font-size: 15px;
  font-weight: 500;
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 20px;
}

.current-round-col-btn {
  width: 90%;
  font-size: 15px;
  font-weight: 500;
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 20px;
}

.rank-col {
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 0px;
  margin-right: 15px;
  margin-left: 15px;
  /*width: 340px;*/
  background: var(--bs-white);
  max-height: 500px;
  min-height: 500px;
}

@media (min-width: 300px) {
  .rank-col {
    width: 320px;
  }
}

@media (min-width: 576px) {
  .rank-col {
    width: 415px;
  }
}

@media (min-width: 768px) {
  .rank-col {
    width: 490px;
  }
}

@media (min-width: 992px) {
  .rank-col {
    width: 300px;
    margin-left: 0;
    margin-right: 0;
  }
}

@media (min-width: 1200px) {
  .rank-col {
    width: 350px;
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (min-width: 300px) {
  .rank-col-d {
    padding-right: 10px;
    padding-left: 10px;
    width: 100%;
    height: 435px;
    max-height: 435px;
  }
}

@media (min-width: 992px) {
  .rank-col-d {
    padding-right: 5px;
  }
}

.rank-col-h {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 20px;
}

.rank-drop {
  height: 50px;
  width: 100%;
  margin-left: 10px;
  border-radius: 10px;
  border-width: 1px;
  border-style: none;
}

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

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

.btn.rank-drop-toggle.show {
  border: 1px solid var(--bs-green);
  border-radius: 10px 10px 0px 0px;
  box-shadow: 0px 0px 5px 0px var(--bs-green);
  /*transition: 0.3s;*/
}

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

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

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

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

/* .rank-col-d .col span {
  font-size: 14px;
} */

@media (min-width: 300px) {
  .rank-col-list {
    overflow-y: scroll;
    width: 100%;
    padding: 0px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
    height: 350px;
    max-height: 350px;
  }
}

@media (min-width: 992px) {
  .rank-col-list {
    overflow-y: scroll;
    padding-right: 8px;
  }
}

@media (min-width: 1200px) {
  .rank-col-list {
    padding-right: 5px;
  }
}

@media (min-width: 300px) {
  .rank-col-list-r {
    padding: 5px 0;
    /*padding-top: 3px;*/
    margin: 0px;
    min-width: 100%;
    font-size: 13px;
  }
}

@media (min-width: 576px) {
  .rank-col-list-r {
    padding: 5px 15px 5px;
    font-size: 14px;
  }
}

@media (min-width: 768px) {
  .rank-col-list-r {
    padding: 5px 0;
  }
}

@media (min-width: 992px) {
  .rank-col-list-r {
    font-size: 13px;
    padding: 5px 0;
  }
}

@media (min-width: 1200px) {
  .rank-col-list-r {
    font-size: 14px;
    /*padding-left: 3px;*/
  }
}

.rank-col-list-r.even {
  background-color: #e3ffe0;
}

@media (min-width: 300px) {
  .rank-col-list-club {
    cursor: pointer;
    transition: all 0.3s;
    position: relative;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
  }
}

@media (min-width: 576px) {
  .rank-col-list-club {
    cursor: pointer;
    transition: all 0.3s;
    position: relative;
    margin-left: 10px;
    margin-right: 0;
  }
}

@media (min-width: 768px) {
  .rank-col-list-club {
    cursor: pointer;
    transition: all 0.3s;
    position: relative;
    margin-left: 15px;
    margin-right: -4px;
  }
}

@media (min-width: 992px) {
  .rank-col-list-club {
    cursor: pointer;
    transition: all 0.3s;
    position: relative;
    margin-left: 5px;
    margin-right: 3px;
    padding: 0;
    padding-right: 3px;
  }
}

@media (min-width: 1200px) {
  .rank-col-list-club {
    width: 190px;
    margin-left: 8px;
  }
}

.rank-col-list-club:hover {
  background-color: var(--bs-gray-300);
}

.rank-view-club {
  display: block;
  opacity: 0;
  position: absolute;
  top: 5px;
  right: 2px;
  font-size: 10px;
  background-color: var(--bs-gray-600);
  padding: 0px 4px;
  color: #ffffff;
  border-radius: 3px;
  transition: 0.3s;
}

.rank-col-list-club:hover .rank-view-club {
  display: block;
  opacity: 1;
  transition: all 0.3s;
}

.rank-col-list-club:hover .rank-list-club-name {
  color: var(--bs-primary);
}

.rank-col-list-num {
  font-size: 14px;
  margin-right: 10px;
  margin-left: 10px;
}

@media (min-width: 300px) {
  .rank-col-list-img {
    margin-right: 5px;
    margin-left: 5px;
    height: 25px;
    min-width: 25px;
    cursor: pointer;
    transition: 0.3s;
  }
}

@media (min-width: 992px) {
  .rank-col-list-img {
    margin-right: 5px;
  }
}

@media (min-width: 1200px) {
  .rank-col-list-img {
    margin-right: 2px;
  }
}

@media (min-width: 300px) {
  .rank-col-hr {
    width: 22px;
    height: 1px;
    color: #333333;
    opacity: 1;
    margin: 0px 5px;
  }
}

@media (min-width: 768px) {
  .rank-col-hr {
    width: 34px;
  }
}

@media (min-width: 992px) {
  .rank-col-hr {
    width: 20px;
  }
}

@media (min-width: 1200px) {
  .rank-col-hr {
    width: 21px;
  }
}

@media (min-width: 300px) {
  .rank-col-h-w {
    /*font-size: 14px;*/
    margin-left: 161px;
    margin-right: -5px;
  }
}

@media (min-width: 576px) {
  .rank-col-h-w {
    margin-left: 208px;
    margin-right: 0;
  }
}

@media (min-width: 768px) {
  .rank-col-h-w {
    margin-left: 290px;
    /*margin-left: -5px;*/
  }
}

@media (min-width: 992px) {
  .rank-col-h-w {
    margin-left: 142px;
    margin-right: 0;
  }
}

@media (min-width: 1200px) {
  .rank-col-h-w {
    margin-left: 162px;
  }
}

@media (min-width: 300px) {
  .rank-col-h-r {
    /*width: auto;*/
    padding: 0;
    padding-left: 6px;
    padding-right: 10px;
    font-size: 12px;
    font-weight: 500;
  }
}

@media (min-width: 576px) {
  .rank-col-h-r {
    padding-left: 24px;
  }
}

@media (min-width: 768px) {
  .rank-col-h-r {
    font-size: 12px;
    padding-right: 20px;
    padding-left: 13px;
  }
}

@media (min-width: 992px) {
  .rank-col-h-r {
    font-size: 12px;
    padding-left: 7px;
  }
}

@media (min-width: 1200px) {
  .rank-col-h-r {
    font-size: 13px;
    padding-left: 8px;
  }
}

@media (min-width: 300px) {
  .rank-list-club-name {
    font-size: 13px;
    margin: 0px;
    margin-right: 5px;
    cursor: pointer;
    transition: 0.3s;
    font-weight: 500;
    line-height: 1.3rem;
  }
}

@media (min-width: 576px) {
  .rank-list-club-name {
    font-size: 14px;
    margin: 0px;
  }
}

@media (min-width: 992px) {
  .rank-list-club-name {
    font-size: 13px;
  }
}

@media (min-width: 1200px) {
  .rank-list-club-name {
    font-size: 14px;
  }
}

.rank-col-btn {
  width: 90%;
  font-size: 15px;
  font-weight: 500;

  padding: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 20px;
}

.grp-section-d2 {
  height: 300px;
  background: var(--bs-primary);
}

@media (min-width: 300px) {
  .grp-section-d2 {
    display: none;
  }
}

@media (min-width: 992px) {
  .grp-section-d2 {
    display: block;
  }
}

@media (min-width: 992px) {
  .activities-d {
    padding-top: 15px;
    /*width: auto;*/
    /*max-width: 1200px;*/
    /*min-width: 1200px;*/
  }
}

@media (min-width: 992px) {
  .compititions-d {
    padding-top: 15px;
    /*width: auto;*/
    /*max-width: 1200px;*/
    /*min-width: 1200px;*/
  }
}

@media (min-width: 992px) {
  .technical-d {
    padding-top: 15px;
    /*width: auto;*/
    /*max-width: 1200px;*/
    /*min-width: 1200px;*/
  }
}

@media (min-width: 992px) {
  .refereeing-d {
    padding-top: 15px;
    /*width: auto;*/
    /*max-width: 1200px;*/
    /*min-width: 1200px;*/
  }
}

.activities-d-hr {
  margin: 0px;
  margin-left: 10px;
  width: 750px;
  opacity: 1;
  color: #222222;
  margin-right: 20px;
}

.compititions-d-hr {
  margin: 0px;
  margin-right: 10px;
  width: 750px;
  opacity: 1;
  color: #222222;
  margin-left: 20px;
}

.gallery-d-hr {
  margin: 0px;
  margin-right: 10px;
  width: 750px;
  opacity: 1;
  /*color: #222222;*/
  margin-left: 20px;
}

.technical-d-hr {
  margin: 0px;
  margin-right: 10px;
  width: 750px;
  opacity: 1;
  color: #222222;
  margin-left: 20px;
}

.refereeing-d-hr {
  margin: 0px;
  margin-right: 10px;
  width: 750px;
  opacity: 1;
  color: #222222;
  margin-left: 20px;
}

@media (min-width: 300px) {
  .activities-d-hr {
    display: none;
  }
}

@media (min-width: 300px) {
  .gallery-d-hr {
    display: none;
  }
}

@media (min-width: 300px) {
  .compititions-d-hr {
    display: none;
  }
}

@media (min-width: 300px) {
  .technical-d-hr {
    display: none;
  }
}

@media (min-width: 300px) {
  .refereeing-d-hr {
    display: none;
  }
}

@media (min-width: 992px) {
  .activities-d-hr {
    display: block;
    width: 630px;
  }
}

@media (min-width: 992px) {
  .compititions-d-hr {
    display: block;
    width: 450px;
  }
}

@media (min-width: 992px) {
  .gallery-d-hr {
    display: block;
    width: 450px;
  }
}

@media (min-width: 992px) {
  .technical-d-hr {
    display: block;
    width: 520px;
  }
}

@media (min-width: 992px) {
  .refereeing-d-hr {
    display: block;
    width: 500px;
  }
}

@media (min-width: 1200px) {
  .activities-d-hr {
    display: block;
    width: 820px;
  }
}

@media (min-width: 1200px) {
  .compititions-d-hr {
    display: block;
    width: 630px;
  }
}

@media (min-width: 1200px) {
  .gallery-d-hr {
    display: block;
    width: 630px;
  }
}

@media (min-width: 1200px) {
  .technical-d-hr {
    display: block;
    width: 700px;
  }
}

@media (min-width: 1200px) {
  .refereeing-d-hr {
    display: block;
    width: 680px;
  }
}

.card {
  overflow: auto;
  transition: 0.3s;
}

.activities-col a {
  text-decoration: none;
  color: #222222;
  width: 100%;
}

@media (min-width: 300px) {
  .activities-col {
    display: flex;
    width: 320px;
    /*transition: 0.3s;*/
  }
}

@media (min-width: 300px) {
  .compititions-col {
    width: 320px;
  }
}

@media (min-width: 300px) {
  .refereeing-col {
    width: 320px;
  }
}

@media (min-width: 300px) {
  .technical-col {
    width: 320px;
  }
}

@media (min-width: 576px) {
  .compititions-col {
    width: 370px;
  }
}

@media (min-width: 576px) {
  .refereeing-col {
    width: 370px;
  }
}

@media (min-width: 576px) {
  .technical-col {
    width: 370px;
  }
}

@media (min-width: 576px) {
  .activities-col {
    width: 370px;
  }
}

@media (min-width: 768px) {
  .activities-col {
    width: 345px;
  }
}

@media (min-width: 768px) {
  .compititions-col {
    width: 400px;
  }
}

@media (min-width: 768px) {
  .refereeing-col {
    width: 400px;
  }
}

@media (min-width: 768px) {
  .technical-col {
    width: 400px;
  }
}

@media (min-width: 992px) {
  .activities-col {
    width: 300px;
    margin-left: 6px;
    margin-right: 6px;
  }
}

@media (min-width: 992px) {
  .compititions-col {
    width: 300px;
  }
}

@media (min-width: 992px) {
  .technical-col {
    width: 300px;
  }
}

@media (min-width: 992px) {
  .refereeing-col {
    width: 300px;
  }
}

@media (min-width: 1200px) {
  .activities-col {
    width: 350px;
    margin-left: 11px;
    margin-right: 11px;
  }
}

.technical-col .card:hover {
  border: 1px solid var(--bs-success);
  transform: translateY(-5px);
}

.refereeing-col .card:hover {
  border: 1px solid var(--bs-success);
  transform: translateY(-5px);
}

.compititions-col .card:hover {
  border: 1px solid var(--bs-success);
  transform: translateY(-5px);
}

.activities-col .card:hover {
  border: 1px solid var(--bs-success);
  transform: translateY(-5px);
}

@media (min-width: 1200px) {
  .compititions-col {
    width: 350px;
  }
}

@media (min-width: 1200px) {
  .refereeing-col {
    width: 350px;
  }
}

@media (min-width: 1200px) {
  .technical-col {
    width: 350px;
  }
}

.activities-card-body {
  padding-left: 10px !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  padding-right: 10px !important;
}

.compititions-card-body {
  padding-left: 10px !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  padding-right: 10px !important;
}

.refereeing-card-body {
  padding-left: 10px !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  padding-right: 10px !important;
}

.technical-card-body {
  padding-left: 10px !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  padding-right: 10px !important;
}

.activities-card-title {
  font-size: 22px;
  margin-bottom: 10px;
  margin-top: 8px;
  cursor: pointer;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all 0.2s;
}

.refereeing-card-title:hover {
  color: var(--bs-primary);
}

.technical-card-title:hover {
  color: var(--bs-primary);
}

.compititions-card-title:hover {
  color: var(--bs-primary);
}

.activities-card-title:hover {
  color: var(--bs-primary);
}

.compititions-card-title {
  margin-bottom: 10px;
  margin-top: 20px;
  cursor: pointer;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: 0.3s;
}

.refereeing-card-title {
  margin-bottom: 10px;
  margin-top: 20px;
  cursor: pointer;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: 0.3s;
}

.technical-card-title {
  margin-bottom: 10px;
  margin-top: 20px;
  cursor: pointer;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: 0.3s;
}

.activities-card-p {
  margin-bottom: 10px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: 14px;
}

.compititions-card-p {
  margin-bottom: 10px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: 14px;
}

.refereeing-card-p {
  margin-bottom: 10px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: 14px;
}

.technical-card-p {
  margin-bottom: 10px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: 14px;
}

.activities-card-time {
  font-size: 14px;
  font-weight: 600;
}

.compititions-card-time {
  font-size: 14px;
  font-weight: 500;
}

.refereeing-card-time {
  font-size: 14px;
  font-weight: 500;
}

.technical-card-time {
  font-size: 14px;
  font-weight: 500;
}

.activities-col-hr {
  margin: 0px;
  margin-left: 10px;
  width: 220px;
  opacity: 1;
  color: #222222;
}

.refereeing-col-hr {
  margin: 0px;
  margin-right: 10px;
  width: 220px;
  opacity: 1;
  color: #222222;
}

.technical-col-hr {
  margin: 0px;
  margin-right: 10px;
  width: 220px;
  opacity: 1;
  color: #222222;
}

.compititions-col-hr {
  margin: 0px;
  margin-right: 10px;
  width: 220px;
  opacity: 1;
  color: #222222;
}

@media (min-width: 300px) {
  .activities-col-hr {
    width: 175px;
  }
}

@media (min-width: 300px) {
  .refereeing-col-hr {
    width: 175px;
  }
}

@media (min-width: 300px) {
  .technical-col-hr {
    width: 175px;
  }
}

@media (min-width: 300px) {
  .compititions-col-hr {
    width: 175px;
  }
}

@media (min-width: 576px) {
  .activities-col-hr {
    width: 240px;
  }
}

@media (min-width: 576px) {
  .refereeing-col-hr {
    width: 240px;
  }
}

@media (min-width: 576px) {
  .technical-col-hr {
    width: 240px;
  }
}

@media (min-width: 576px) {
  .compititions-col-hr {
    width: 240px;
  }
}

@media (min-width: 992px) {
  .activities-col-hr {
    width: 150px;
  }
}

@media (min-width: 992px) {
  .compititions-col-hr {
    width: 150px;
  }
}

@media (min-width: 992px) {
  .refereeing-col-hr {
    width: 150px;
  }
}

@media (min-width: 992px) {
  .technical-col-hr {
    width: 150px;
  }
}

@media (min-width: 1200px) {
  .technical-col-hr {
    width: 200px;
  }
}

@media (min-width: 1200px) {
  .refereeing-col-hr {
    width: 200px;
  }
}

@media (min-width: 1200px) {
  .compititions-col-hr {
    width: 200px;
  }
}

@media (min-width: 1200px) {
  .activities-col-hr {
    width: 200px;
  }
}

.activities-col-btn {
  width: 185px;
  font-size: 14px;
  font-weight: 500;
  padding: 5px;
  border-radius: 20px;
  padding-left: 10px;
}

.refereeing-col-btn {
  width: 170px;
  font-size: 14px;
  padding: 5px;
  border-radius: 20px;
  padding-left: 10px;
}

.technical-col-btn {
  width: 170px;
  font-size: 14px;
  padding: 5px;
  border-radius: 20px;
  padding-left: 10px;
}

.compititions-col-btn {
  width: 170px;
  font-size: 14px;
  padding: 5px;
  border-radius: 20px;
  padding-left: 10px;
}

@media (min-width: 300px) {
  .activities-col-img {
    height: 190px;
    transition: 0.7s;
    width: 100%;
    cursor: pointer;
  }
}

@media (min-width: 300px) {
  .compititions-col-img {
    height: 190px;
    transition: 0.7s;
    width: 100%;
    cursor: pointer;
  }
}

@media (min-width: 300px) {
  .refereeing-col-img {
    height: 190px;
    transition: 0.7s;
    width: 100%;
    cursor: pointer;
  }
}

@media (min-width: 300px) {
  .technical-col-img {
    height: 190px;
    transition: 0.7s;
    width: 100%;
    cursor: pointer;
  }
}

@media (min-width: 576px) {
  .activities-col-img {
    height: 200px;
  }
}

@media (min-width: 576px) {
  .compititions-col-img {
    height: 200px;
  }
}

@media (min-width: 576px) {
  .refereeing-col-img {
    height: 200px;
  }
}

@media (min-width: 576px) {
  .technical-col-img {
    height: 200px;
  }
}

@media (min-width: 768px) {
  .activities-col-img {
    height: 225px;
  }
}

@media (min-width: 768px) {
  .compititions-col-img {
    height: 225px;
  }
}

@media (min-width: 768px) {
  .refereeing-col-img {
    height: 225px;
  }
}

@media (min-width: 768px) {
  .technical-col-img {
    height: 225px;
  }
}

@media (min-width: 992px) {
  .activities-col-img {
    height: 220px;
  }
}

@media (min-width: 992px) {
  .compititions-col-img {
    height: 220px;
  }
}

@media (min-width: 992px) {
  .refereeing-col-img {
    height: 220px;
  }
}

@media (min-width: 992px) {
  .technical-col-img {
    height: 220px;
  }
}

@media (min-width: 300px) {
  .activities-d-btn-s {
    width: 200px;
    font-size: 16px;
    padding: 5px;
    margin-top: 15px;
    border-radius: 20px;
    padding-left: 10px;
  }
}

@media (min-width: 300px) {
  .compititions-d-btn-s {
    width: 200px;
    font-size: 16px;
    padding: 5px;
    margin-top: 15px;
    border-radius: 20px;
    padding-left: 10px;
  }
}

@media (min-width: 300px) {
  .gallery-d-btn-s {
    color: #ffffff;
    border: 1px solid #ffffff;
    font-size: 16px;
    padding: 5px 10px;
    border-radius: 20px;
  }
}

@media (min-width: 300px) {
  .refereeing-d-btn-s {
    width: 200px;
    font-size: 16px;
    padding: 5px;
    margin-top: 15px;
    border-radius: 20px;
    padding-left: 10px;
  }
}

@media (min-width: 300px) {
  .technical-d-btn-s {
    width: 200px;
    font-size: 16px;
    padding: 5px;
    margin-top: 15px;
    border-radius: 20px;
    padding-left: 10px;
  }
}

@media (min-width: 992px) {
  .compititions-d-btn-s {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .gallery-d-btn-s {
    display: none;
  }
}

@media (min-width: 992px) {
  .refereeing-d-btn-s {
    display: none;
  }
}

@media (min-width: 992px) {
  .technical-d-btn-s {
    display: none;
  }
}

@media (min-width: 992px) {
  .activities-d-btn-s {
    display: none !important;
  }
}

@media (min-width: 300px) {
  .activities-d-btn {
    display: none;
    width: 200px;
    min-width: 200px;
    font-size: 16px;
    padding: 5px;
    border-radius: 20px;
    padding-left: 10px;
  }
}

@media (min-width: 300px) {
  .compititions-d-btn {
    display: none;
    width: 200px;
    min-width: 200px;
    font-size: 16px;
    padding: 5px;
    border-radius: 20px;
    padding-left: 10px;
  }
}

@media (min-width: 300px) {
  .gallery-d-btn {
    display: none;
    font-size: 16px;
    padding: 5px 10px;
    border: 1px solid #ffffff;
    color: #ffffff;
    border-radius: 20px;
  }
}

@media (min-width: 300px) {
  .technical-d-btn {
    display: none;
    width: 200px;
    min-width: 200px;
    font-size: 16px;
    padding: 5px;
    border-radius: 20px;
    padding-left: 10px;
  }
}

@media (min-width: 300px) {
  .refereeing-d-btn {
    display: none;
    width: 200px;
    min-width: 200px;
    font-size: 16px;
    padding: 5px;
    border-radius: 20px;
    padding-left: 10px;
  }
}

@media (min-width: 992px) {
  .compititions-d-btn {
    display: block;
  }
}

@media (min-width: 992px) {
  .gallery-d-btn {
    display: block;
  }
}

@media (min-width: 992px) {
  .refereeing-d-btn {
    display: block;
  }
}

@media (min-width: 992px) {
  .technical-d-btn {
    display: block;
  }
}

@media (min-width: 992px) {
  .activities-d-btn {
    display: block;
  }
}

@media (min-width: 300px) {
  .compititions-d-h {
    margin-bottom: 20px;
  }
}

@media (min-width: 300px) {
  .refereeing-d-h {
    margin-bottom: 20px;
  }
}

@media (min-width: 300px) {
  .technical-d-h {
    margin-bottom: 20px;
  }
}

@media (min-width: 768px) {
  .compititions-d-h {
    margin-bottom: 30px;
  }
}

@media (min-width: 768px) {
  .technical-d-h {
    margin-bottom: 30px;
  }
}

@media (min-width: 768px) {
  .refereeing-d-h {
    margin-bottom: 30px;
  }
}

@media (min-width: 992px) {
  .compititions-d-h {
    margin-bottom: 20px;
  }
}

@media (min-width: 992px) {
  .technical-d-h {
    margin-bottom: 20px;
  }
}

@media (min-width: 992px) {
  .refereeing-d-h {
    margin-bottom: 20px;
  }
}

@media (min-width: 300px) {
  .footer-hr {
    width: 100%;
    margin: 0px 0px 5px;
    color: rgba(255, 255, 255, 0.5);
    opacity: 1;
  }
}

@media (min-width: 992px) {
  .footer-hr {
    margin: 10px 0px 0px;
  }
}

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

@media (min-width: 992px) {
  .footer-col {
    margin-bottom: 0;
  }
}

.footer-col a {
  transition: all 0.3s;
}

.footer-col a:hover {
  transform: translate(-5px, 0px);
  color: rgba(255, 255, 255, 0.5) !important;
}

.footer-col li {
  border-left: 2px solid #ffffff00;
}

.footer-col li:hover {
  border-right: 2px solid var(--bs-primary);
}

@media (min-width: 300px) {
  .g-img {
    width: 150px;
    height: 100px;
    transition: all 0.5s;
  }
}

@media (min-width: 1200px) {
  .g-img {
    width: 185px;
    height: 130px;
    transition: all 0.5s;
  }
}

@media (min-width: 300px) {
  .gallery-z-icon {
    cursor: pointer;
    transform: scale(0);
    position: absolute;
    top: 40px;
    right: 45px;
    /*left: auto;*/
    font-size: 25px;
    color: #fff;
    transition: all 0.5s;
  }
}

@media (min-width: 768px) {
  .gallery-z-icon {
    cursor: pointer;
    transform: scale(0);
    position: absolute;
    top: 40px;
    right: 55px;
    /*left: auto;*/
    font-size: 25px;
    color: #fff;
    transition: all 0.5s;
  }
}

@media (min-width: 992px) {
  .gallery-z-icon {
    cursor: pointer;
    transform: scale(0);
    position: absolute;
    top: 40px;
    right: 60px;
    /*left: auto;*/
    font-size: 25px;
    color: #fff;
    transition: all 0.5s;
  }
}

@media (min-width: 992px) {
  .gallery-z-icon {
    cursor: pointer;
    transform: scale(0);
    position: absolute;
    top: 52px;
    right: 78px;
    /*left: auto;*/
    font-size: 25px;
    color: #fff;
    transition: all 0.5s;
  }
}

.splide__list.photos .splide__slide:hover .gallery-z-icon {
  transform: scale(1);
}

.baguetteBox-button#next-button,
.baguetteBox-button#previous-button {
  /*background-color: rgba(255,255,255,0.5);*/
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.9);
  width: 60px;
  height: 60px;
}

.baguetteBox-button#next-button:hover,
.baguetteBox-button#previous-button:hover {
  background-color: var(--bs-primary);
  border: 1px solid var(--bs-primary);
}

.baguetteBox-button#next-button svg {
  padding: 0px;
  top: 14%;
  left: 22%;
}

.baguetteBox-button#previous-button svg {
  padding: 0px;
  top: 14%;
  left: 22%;
}

.baguetteBox-button#next-button svg polyline {
  stroke: rgba(255, 255, 255, 0.9);
  stroke-width: 6.5;
  transform: scale(0.7);
}

.baguetteBox-button#previous-button svg polyline {
  stroke: rgba(255, 255, 255, 0.9);
  stroke-width: 6.5;
  transform: scale(0.7);
}

.baguetteBox-button#close-button svg:hover g {
  stroke: darkred;
  transition: 0.3s;
}

#navbar-toggler-icon {
  width: 90%;
  height: 100%;
}

@media (min-width: 300px) {
  .nav-drop-menu {
    display: flex;
    justify-content: space-evenly;
    top: 100%;
    opacity: 0;
    height: 0;
    padding: 0;
    font-size: 15px;
    border-radius: 0;
    border: none;
    /*border-top: 1px solid var(--bs-primary);*/
    overflow: hidden;
    transition: all 0.3s;
    /*box-shadow: 0px 7px 10px 5px rgba(0,0,0,0.5);*/
  }
}

@media (min-width: 992px) {
  .nav-drop-menu .dropdown-item {
    width: 100%;
    padding: 20px;
    text-align: center;
    border-right: 1px solid var(--bs-gray);
  }
}

@media (min-width: 992px) {
  .nav-drop-menu .dropdown-item:first-child {
    border-left: 1px solid var(--bs-gray);
  }
}

@media (min-width: 300px) {
  .nav-drop-menu-league.show {
    /*border-top: 1px solid var(--bs-primary);*/
    margin-top: 0;
    display: block;
    opacity: 1;
    height: auto;
    /*box-shadow: 0px 3px 5px 0px var(--bs-black);*/
  }
}

@media (min-width: 300px) {
  .nav-drop-menu-competition.show {
    /*border-top: 1px solid var(--bs-primary);*/
    margin-top: 0;
    display: block;
    opacity: 1;
    height: auto;
    /*box-shadow: 0px 3px 5px 0px var(--bs-black);*/
  }
}

@media (min-width: 300px) {
  .nav-drop-menu-refer.show {
    /*border-top: 1px solid var(--bs-primary);*/
    margin-top: 0;
    display: block;
    opacity: 1;
    height: auto;
    /*box-shadow: 0px 3px 5px 0px var(--bs-black);*/
  }
}

@media (min-width: 300px) {
  .nav-drop-menu-more.show {
    /*border-top: 1px solid var(--bs-primary);*/
    margin-top: 0;
    display: block;
    opacity: 1;
    height: auto;
    /*box-shadow: 0px 3px 5px 0px var(--bs-black);*/
  }
}

@media (min-width: 992px) {
  .nav-drop-menu {
    display: flex;
    justify-content: center;
    top: 100%;
    opacity: 0;
    height: 0;
    padding: 0;
    font-size: 15px;
    border-radius: 0;
    border: none;
    /*border-top: 1px solid var(--bs-primary);*/
    overflow: hidden;
    transition: all 0.3s;
    /*box-shadow: 0px 7px 10px 5px rgba(0,0,0,0.5);*/
  }
}

@media (min-width: 992px) {
  .nav-drop-menu-league {
    display: flex;
    justify-content: center;
    top: 100%;
    opacity: 0;
    height: 0;
    padding: 0;
    font-size: 15px;
    border-radius: 0;
    border: none;
    overflow: hidden;
    transition: all 0.3s;
    position: fixed;
    width: 100%;
    max-width: 1440px;
    transform: translate(-50%, 0);
    top: 65px;
    left: 50%;
    display: flex;
    transition: all 0.3s;
    padding: 0 20px;
  }
}

@media (min-width: 992px) {
  .nav-drop-menu-competition {
    display: flex;
    justify-content: center;
    top: 100%;
    opacity: 0;
    height: 0;
    padding: 0;
    font-size: 15px;
    border-radius: 0;
    border: none;
    overflow: hidden;
    transition: all 0.3s;
    position: fixed;
    width: 100%;
    max-width: 1440px;
    transform: translate(-50%, 0);
    top: 65px;
    left: 50%;
    display: flex;
    transition: all 0.3s;
    padding: 0 20px;
  }
}

@media (min-width: 992px) {
  .nav-drop-menu-refer {
    display: flex;
    justify-content: center;
    top: 100%;
    opacity: 0;
    height: 0;
    padding: 0;
    font-size: 15px;
    border-radius: 0;
    border: none;
    overflow: hidden;
    transition: all 0.3s;
    position: fixed;
    width: 100%;
    max-width: 1440px;
    transform: translate(-50%, 0);
    top: 65px;
    left: 50%;
    display: flex;
    transition: all 0.3s;
    padding: 0 20px;
  }
}

@media (min-width: 992px) {
  .nav-drop-menu-more {
    display: flex;
    justify-content: center;
    top: 100%;
    opacity: 0;
    height: 0;
    padding: 0;
    font-size: 15px;
    border-radius: 0;
    border: none;
    overflow: hidden;
    transition: all 0.3s;
    position: fixed;
    width: 100%;
    max-width: 1440px;
    transform: translate(-50%, 0);
    top: 65px;
    left: 50%;
    display: flex;
    transition: all 0.3s;
    padding: 0 20px;
  }
}

@media (min-width: 992px) {
  .nav-drop:hover .nav-drop-menu-league {
    border-top: 1px solid var(--bs-primary);
    margin-top: 0;
    display: block;
    opacity: 1;
    height: auto;
    box-shadow: 0px 3px 5px 0px var(--bs-black);
    position: fixed;
    width: 100%;
    max-width: 1440px;
    transform: translate(-50%, 0);
    top: 65px;
    left: 50%;
    display: flex;
    transition: all 0.3s;
  }
}

@media (min-width: 992px) {
  .nav-drop:hover .nav-drop-menu-competition {
    border-top: 1px solid var(--bs-primary);
    margin-top: 0;
    display: block;
    opacity: 1;
    height: auto;
    box-shadow: 0px 3px 5px 0px var(--bs-black);
    position: absolute;
    position: fixed;
    width: 100%;
    max-width: 1440px;
    transform: translate(-50%, 0);
    top: 65px;
    left: 50%;
    display: flex;
    transition: all 0.3s;
  }
}

@media (min-width: 992px) {
  .nav-drop:hover .nav-drop-menu-refer {
    border-top: 1px solid var(--bs-primary);
    margin-top: 0;
    display: block;
    opacity: 1;
    height: auto;
    box-shadow: 0px 3px 5px 0px var(--bs-black);
    position: fixed;
    width: 100%;
    max-width: 1440px;
    transform: translate(-50%, 0);
    top: 65px;
    left: 50%;
    display: flex;
    transition: all 0.3s;
  }
}

@media (min-width: 992px) {
  .nav-drop:hover .nav-drop-menu-more {
    border-top: 1px solid var(--bs-primary);
    margin-top: 0;
    display: block;
    opacity: 1;
    height: auto;
    box-shadow: 0px 3px 5px 0px var(--bs-black);
    position: fixed;
    width: 100%;
    max-width: 1440px;
    transform: translate(-50%, 0);
    top: 65px;
    left: 50%;
    display: flex;
    transition: all 0.3s;
  }
}

@media (min-width: 992px) {
  .nav-drop-menu.show {
    display: none;
  }
}

@media (min-width: 300px) {
  .nav-drop-toggle.show.nav-drop-toggle::after {
    transform: rotate(45deg);
    margin-top: 12px;
  }
}

@media (min-width: 992px) {
  .nav-drop-toggle.show.nav-drop-toggle::after {
    transform: rotate(225deg);
    margin-bottom: 17px;
  }
}

@media (min-width: 992px) {
  .nav-drop:hover .nav-drop-toggle.show.nav-drop-toggle::after {
    transform: rotate(45deg);
    margin-bottom: 5px;
  }
}

@media (min-width: 992px) {
  .nav-drop:hover .nav-drop-toggle::after {
    transform: rotate(45deg);
    margin-top: 12px;
  }
}

@media (min-width: 992px) {
  .nav-drop:hover .nav-drop-toggle {
    background-color: var(--bs-primary);
    color: #ffffff;
  }
}

.nav-drop-toggle::after {
  /*color: #222222;*/
  /*position: absolute;*/
  /*right: 0;*/
  margin-right: 10px;
  margin-bottom: 5px;
  /*display: inline-block;*/
  width: 12px;
  height: 12px;
  border-radius: 3px;
  /*margin-left: 100px;*/
  transform: rotate(225deg);
  border-top: 2px solid;
  border-bottom: 2px solid transparent;
  border-left: 2px solid;
  border-right: 2px solid transparent;
  /*transition: transform 0.3s;*/
}

.nav-drop-toggle.show.nav-drop-toggle:hover {
  background-color: var(--bs-primary);
  color: #ffffff;
}

@media (min-width: 300px) {
  .hero-swiper-d {
    position: relative;
    height: 100%;
    width: 320px;
  }
}

@media (min-width: 576px) {
  .hero-swiper-d {
    position: relative;
    height: 100%;
    width: 520px;
  }
}

@media (min-width: 768px) {
  .hero-swiper-d {
    position: relative;
    height: 100%;
    width: 720px;
  }
}

@media (min-width: 992px) {
  .hero-swiper-d {
    position: relative;
    height: 100%;
    width: 990px;
  }
}

@media (min-width: 1200px) {
  .hero-swiper-d {
    position: relative;
    height: 100%;
    width: 1140px;
  }
}

@media (min-width: 300px) {
  .hero-swiper-cont {
    /*z-index: 1111;*/
    position: absolute;
    top: 75.5%;
    right: auto;
    width: 100%;
    height: 125px;
  }
}

@media (min-width: 576px) {
  .hero-swiper-cont {
    /*z-index: 1111;*/
    position: absolute;
    top: 70.5%;
    right: auto;
    width: 100%;
    height: 125px;
  }
}

@media (min-width: 768px) {
  .hero-swiper-cont {
    /*z-index: 1111;*/
    position: absolute;
    top: 70.5%;
    right: auto;
    width: 100%;
    height: 125px;
  }
}

@media (min-width: 992px) {
  .hero-swiper-cont {
    /*z-index: 1111;*/
    position: absolute;
    top: 57%;
    right: auto;
    width: 100%;
    height: 125px;
  }
}

@media (min-width: 300px) {
  .hero-slider-date {
    margin: 0px;
    width: 100%;
    padding: 0px;
    padding-top: 10px;
  }
}

@media (min-width: 992px) {
  .hero-slider-date {
    margin: 0px;
    width: 100%;
    padding: 0px;
    padding-top: 20px;
  }
}

.activities-col-img:hover {
  filter: brightness(70%);
  transform: scale(1.2);
}

.compititions-col-img:hover {
  filter: brightness(70%);
  transform: scale(1.2);
}

.refereeing-col-img:hover {
  filter: brightness(70%);
  transform: scale(1.2);
}

.technical-col-img:hover {
  filter: brightness(70%);
  transform: scale(1.2);
}

.activities-col-img-d {
  overflow: hidden;
}

.compititions-col-img-d {
  overflow: hidden;
}

.refereeing-col-img-d {
  overflow: hidden;
}

.technical-col-img-d {
  overflow: hidden;
}

.splide__slide.item:hover .g-img {
  filter: brightness(70%);
  transform: scale(1.2);
}

@media (min-width: 992px) {
  .photo-gallery {
    width: 960px;
    margin: 30px 0px 20px 0px;
    padding: 0;
  }
}

@media (min-width: 1200px) {
  .photo-gallery {
    width: 1140px;
    margin: 30px 0px;
    padding: 0;
  }
}

@media (min-width: 300px) {
  .gallery-slider {
    max-height: 260px;
    width: 370px;
  }
}

@media (min-width: 576px) {
  .gallery-slider {
    /*max-height: 350px;*/
    width: 500px;
  }
}

@media (min-width: 768px) {
  .gallery-slider {
    /*max-height: 350px;*/
    width: 700px;
  }
}

@media (min-width: 992px) {
  .gallery-slider {
    /*max-height: 200px;*/
    width: 900px;
  }
}

@media (min-width: 1200px) {
  .gallery-slider {
    width: 1160px;
    max-height: 320px;
  }
}

@media (min-width: 300px) {
  .splide__slide.item {
    margin: 3px;
    padding: 0;
  }
}

@media (min-width: 576px) {
  .splide__slide.item {
    margin: 5px;
    padding: 0;
  }
}

@media (min-width: 992px) {
  .splide__slide.item {
    margin: 4px 5px;
    padding: 0;
    width: 20% !important;
  }
}

@media (min-width: 1200px) {
  .splide__slide.item {
    margin: 5px;
    padding: 0;
    width: 19% !important;
  }
}

@media (min-width: 300px) {
  .splide__track.g-track {
    width: 68%;
  }
}

@media (min-width: 576px) {
  .splide__track.g-track {
    width: 75%;
  }
}

@media (min-width: 768px) {
  .splide__track.g-track {
    width: 80%;
  }
}

@media (min-width: 992px) {
  .splide__track.g-track {
    width: 83%;
  }
}

@media (min-width: 1200px) {
  .splide__track.g-track {
    width: 85%;
  }
}

@media (min-width: 300px) {
  .splide__list.clubs-slider-list {
    height: 85px;
  }
}

@media (min-width: 768px) {
  .splide__list.clubs-slider-list {
    height: 110px;
  }
}

@media (min-width: 300px) {
  .gallery-section {
    background-color: var(--bs-body-color);
    margin: 30px 0px;
    padding: 20px 0px;
  }
}

@media (min-width: 576px) {
  .gallery-section {
    background-color: var(--bs-body-color);
    margin: 30px 0px;
    padding: 20px 0px;
  }
}

@media (min-width: 992px) {
  .gallery-section {
    background-color: var(--bs-body-color);
    margin: 30px 0px;
    padding: 0;
  }
}

.gallery-slider .splide__arrow {
  background-color: var(--bs-gray-300);
  transition: 0.2s;
}

.gallery-slider .splide__arrow:hover {
  box-shadow: 0px 0px 1px 4px var(--bs-gray-500);
  background-color: #ffffff;
}

.btn-arrow-i {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.btn-arrow-ib {
  width: 25px;
  height: 25px;
  margin-right: 10px;
}

.swiper-slide.division-slide {
  height: 100%;
  /*width: 312px!important;*/
  /*margin: 0px 10px;*/
}

.division-view-club1 {
  display: flex !important;
  opacity: 0;
  /*display: none;*/
  position: absolute;
  top: 5px;
  left: 73px;
  padding: 1px 4px 0px;
  color: #ffffff;
  font-size: 9px;
  border-radius: 3px;
  background: var(--bs-gray-600);
  transition: all 0.3s;
  box-shadow: 0px 1px 4px 0px var(--bs-gray-600);
  transform: translateY(5px);
  transition: all 0.3s;
}

.division-view-club1.show {
  display: flex !important;
  opacity: 1;
  /*display: none;*/
  position: absolute;
  top: 5px;
  left: 73px;
  padding: 1px 4px 0px;
  color: #ffffff;
  font-size: 9px;
  border-radius: 3px;
  background: var(--bs-gray-600);
  transition: all 0.3s;
  box-shadow: 0px 1px 4px 0px var(--bs-gray-600);
  transform: translateY(0px);
  transition: all 0.3s;
}

.division-view-club2 {
  display: flex !important;
  opacity: 0;
  /*display: none;*/
  position: absolute;
  top: 5px;
  right: 73px;
  padding: 1px 4px 0px;
  color: #ffffff;
  font-size: 9px;
  border-radius: 3px;
  background: var(--bs-gray-600);
  transition: all 0.3s;
  box-shadow: 0px 1px 4px 0px var(--bs-gray-600);
  transform: translateY(5px);
  transition: 0.3s;
}

.division-view-club2.show {
  display: flex !important;
  opacity: 1;
  /*display: none;*/
  position: absolute;
  top: 5px;
  right: 73px;
  padding: 1px 4px 0px;
  color: #ffffff;
  font-size: 9px;
  border-radius: 3px;
  background: var(--bs-gray-600);
  transition: all 0.3s;
  box-shadow: 0px 1px 4px 0px var(--bs-gray-600);
  transform: translateY(0px);
  transition: 0.3s;
}

.division-view-club2::after {
  content: "";
  position: absolute;
  top: 13px;
  width: 0;
  height: 0;
  border: 7px solid;
  border-color: var(--bs-gray-600) transparent transparent transparent;
  /*background-color: firebrick;*/
}

.division-view-club1::after {
  content: "";
  position: absolute;
  top: 13px;
  width: 0;
  height: 0;
  border: 7px solid;
  border-color: var(--bs-gray-600) transparent transparent transparent;
  /*background-color: firebrick;*/
}

.division-club1-img-link {
  height: 50px;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  /*cursor: pointer;*/
}

.division-club2-img-link {
  height: 50px;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.linear-bg {
  height: 120px;
  width: 100%;
  display: flex;
  background: linear-gradient(rgba(0, 0, 0, 0.05) 0%, rgba(255, 255, 255, 0));
}

.footer-h {
  font-size: 20px;
  margin-bottom: 20px;
}

.fab.fa-facebook-f.footer-icons {
  font-size: 20px;
  margin-left: 4px;
  margin-right: 5px;
}

.fab.fa-youtube.footer-icons {
  font-size: 20px;
}

.fab.fa-instagram.footer-icons {
  font-size: 20px;
  margin: 1px 2px 0px 3px;
}

.footer-copyright {
  padding: 0px;
  width: 100%;
  height: 65px;
  background: var(--bs-green);
  font-size: 14px;
}

.footer-copyright .linetech {
  text-decoration: none;
  color: #fff;
  transition: 0.2s;
}

.footer-copyright .linetech:hover {
  color: var(--bs-primary);
}

.pv-list-title {
  font-size: 15px;
}

.pv-list-num {
  font-size: 15px;
  font-weight: bold;
}

.pv-list-num-link {
  text-decoration: none;
  color: #222222;
  transition: 0.2s;
}

.pv-list-num-link:hover {
  color: var(--bs-primary);
}

.pv-list-date {
  font-size: 15px;
}

.proces-col-cont-row {
  padding: 12px;
}

.proces-col-cont-row.even {
  background-color: #e3ffe0;
}

.proces-col-cont-row.odd {
  background-color: var(--bs-gray-100);
}

.proces-col-cont-row span {
  font-size: 15px;
}

.division-cont {
  transition: 0.3s;
}

.division-slider {
  height: 320px;
  overflow: hidden;
  width: 100%;
  position: relative;
}

.division-match-refer1 {
  font-size: 15px;
}

.division-match-refer2 {
  font-size: 15px;
}

.division-match-refer3 {
  font-size: 15px;
}

.swiper-pagination.division-swiper-pagination {
  top: 20%;
}

@media (min-width: 992px) {
  .activities-h {
    font-size: 30px;
  }
}

@media (min-width: 992px) {
  .competition-h {
    font-size: 36px;
  }
}

@media (min-width: 992px) {
  .gallery-h {
    font-size: 30px;
  }
}

@media (min-width: 992px) {
  .refereeing-h {
    font-size: 36px;
  }
}

@media (min-width: 992px) {
  .technical-h {
    font-size: 36px;
  }
}

.section-bg {
  background-color: #fafafa;
}

.bg-white-div {
  height: 100px;
  width: 100%;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background-color: #cccccc;
}

::-webkit-scrollbar-thumb {
  background-color: var(--bs-green);
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background-color: var(--bs-success);
}

.custom-scroll::-webkit-scrollbar {
  width: 8px;
}

.custom-scroll::-webkit-scrollbar-track {
  background-color: #ccc;
  border-radius: 50px;
}

.custom-scroll::-webkit-scrollbar-thumb {
  background-color: #777777;
  border-radius: 50px;
}

.custom-scroll::-webkit-scrollbar-thumb:hover {
  background-color: #555555;
  border-radius: 50px;
}

.calender-round-cont::-webkit-scrollbar {
  width: 8px;
}

.calender-round-cont::-webkit-scrollbar-track {
  background-color: #ccc;
  border-radius: 50px;
  margin: 0 0 10px;
}

.calender-round-cont::-webkit-scrollbar-thumb {
  background-color: #777777;
  border-radius: 50px;
}

.calender-round-cont::-webkit-scrollbar-thumb:hover {
  background-color: #555555;
  border-radius: 50px;
}

.fit-cover {
  object-fit: cover;
}

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

.login-icon {
  width: 50px;
  height: 50px;
  background: green;
  border-radius: 50%;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 25px;
}

.login-form input {
  border-color: #555555;
  transition: 0.2s;
  height: 40px;
}

.login-form input:focus {
  border: 1px solid var(--bs-primary);
  box-shadow: 0 0 0 3px rgba(0, 174, 83, 0.3);
}

.login-form input[placeholder] {
  font-size: 15px;
}

#nav-pofile {
  width: 45px;
  height: 45px;
  margin: 0 39px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid var(--bs-primary);
  transition: 0.2s;
  cursor: pointer;
  background-color: #e3ffe0;
}

#nav-pofile:hover {
  background-color: var(--bs-primary);
}

#nav-pofile:hover svg {
  color: #ffffff;
}

#nav-pofile svg {
  font-size: 30px;
  transition: 0.2s;
}

.article-edit-btn {
  margin: 0;
  padding: 8px 16px;
  font-size: 15px;
  font-weight: bold;
  color: #ffffff;
  border: none;
  background-color: var(--bs-primary);
  transition: 0.2s;
}

@media (min-width: 300px) {
  .article-add-btn {
    position: absolute;
    top: 0;
    left: 15px;
    margin: 0;
    padding: 8px 16px;
    font-size: 0;
    font-weight: bold;
    color: #ffffff;
    border: none;
    background-color: var(--bs-primary);
    transition: 0.2s;
  }
}

@media (min-width: 300px) {
  .article-add-btn i {
    font-size: 20px;
  }
}

@media (min-width: 992px) {
  .article-add-btn i {
    font-size: 0;
  }
}

@media (min-width: 992px) {
  .article-add-btn {
    position: absolute;
    top: -5px;
    left: auto;
    margin: 0;
    padding: 8px 16px;
    font-size: 15px;
    font-weight: bold;
    color: #ffffff;
    border: none;
    background-color: var(--bs-primary);
    transition: 0.2s;
  }
}

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

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

.article-edit-btns {
  height: auto;
  background-color: #eeeeee;
  display: flex;
  z-index: 9999999;
  position: absolute;
  top: -55px;
  left: 0;
  padding: 5px 0;
  border-radius: 5px;
}

.referselect-no-results {
  background-color: #ffb1004a;
  padding: 10px;
  text-align: center;
  font-size: 14px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  border: 1px solid #9567004a;
}
.global-no-results {
  background-color: #ffb1004a;
  padding: 10px;
  text-align: center;
  font-size: 14px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  border: 1px solid #9567004a;
}

.loading-overlay {
  display: none;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
  transition: all 0.5s;
}

.loading-spinner {
  border: 12px solid rgba(0, 0, 0, 0.1);
  border-top: 12px solid var(--bs-primary);
  border-radius: 50%;
  width: 70px;
  height: 70px;
  animation: spin 0.5s linear infinite;
  margin: 0 auto;
}
.global-loading-overlay {
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
}

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

@media (min-width: 300px) {
  .grp-loading {
    display: none;
    opacity: 0;
    z-index: 999;
    position: absolute;
    width: 100%;
    height: 95%;
    background-color: #f5f5f5;
    bottom: 0;
    left: 0;
    transition: all 0.5s;
  }
}
@media (min-width: 992px) {
  .grp-loading {
    z-index: 999;
    position: absolute;
    width: 100%;
    height: 89%;
    background-color: #f5f5f5;
    bottom: 0;
    left: 0;
  }
}

@media (min-width: 300px) {
  .grp-loading > div {
    display: flex;
    opacity: 1;
    top: 8%;
    transition: all 0.5s;
  }
}
@media (min-width: 768px) {
  .grp-loading > div {
    top: 10%;
  }
}
@media (min-width: 992px) {
  .grp-loading > div {
    top: 22%;
  }
}

.prg-section-sm {
  margin-top: -37px;
  z-index: 11111;
  position: relative;
  visibility: visible;
}

.prg-section-btn {
  height: 35px;
  background-color: var(--bs-primary);
  width: 100%;
  border-radius: 5px;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.7);
  cursor: pointer;
  transition: 0.2s;
}

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

.prg-section-btn h5 {
  font-size: 13px;
  color: #ffffff;
}

.prg-section-modal {
  display: none;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100vh;
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.4s;
}

.prg-section-modal > div {
  display: flex;
  height: 400px;
  overflow-y: scroll;
  transform: scale(0);
  transition: 0.5s;
}
.prg-section-modal-close {
  height: 30px;
  width: 30px;
  background-color: rgba(255, 0, 0, 0.4);
  border-radius: 50%;
  font-size: 14px;
  font-weight: bold;
  position: absolute;
  top: 10px;
  right: 50%;
  transform: translateX(50%);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  transition: 0.2s;
}
.prg-section-modal-close:hover {
  background-color: rgba(255, 0, 0, 0.5);
}
.prg-section-modal-close:focus {
  background-color: rgba(255, 0, 0, 0.5);
}

.nav-tabs .nav-item {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
  transition: all 0.2s;
}

@media (min-width: 300px) {
  .nav-tabs .nav-item .nav-link {
    color: #222222;
    width: -webkit-fill-available;
    min-width: max-content;
    font-size: 14px;
  }
}

@media (min-width: 992px) {
  .nav-tabs .nav-item .nav-link {
    font-size: 16px;
  }
}

.nav-tabs .nav-item:hover .nav-link {
  background-color: #ccc;
  color: var(--bs-success);
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  background-color: var(--bs-primary);
  color: #fff;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active:hover {
  background-color: var(--bs-primary);
  color: #fff;
}

.tab-content > .tab-pane {
  min-height: 300px;
}

#category-tabs {
  overflow-x: auto;
  overflow-y: hidden;
  flex-wrap: nowrap;
}

#category-tabs::-webkit-scrollbar {
  width: 0 !important;
  height: 1px !important;
}
.nav-tabs::-webkit-scrollbar {
  width: 0 !important;
  height: 1px !important;
}

.nav-tabs::-webkit-scrollbar-track {
  background-color: #ccc;
  border-radius: 50px;
}

.nav-tabs::-webkit-scrollbar-thumb {
  background-color: var(--bs-primary);
  border-radius: 50px;
}

.nav-tabs::-webkit-scrollbar-thumb:hover {
  background-color: #555555;
  border-radius: 50px;
}

.tabs-fade-left,
.tabs-fade-right {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 70px;
  pointer-events: none;
  transition: opacity 0.3s;
}

.tabs-fade-left {
  left: 0;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0.8),
    rgba(255, 255, 255, 0)
  );
  opacity: 0;
}

.tabs-fade-right {
  right: 0;
  background: linear-gradient(
    to left,
    rgba(255, 255, 255, 0.8),
    rgba(255, 255, 255, 0)
  );
}

#loader-bg {
  background-color: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(20px);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999999999;
}

#loader {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.logo-loader {
  width: 250px;
  height: auto;
  filter: grayscale(100%);
  opacity: 0.5;
  animation: fadeInLogo 0.7s ease-in-out infinite alternate;
}

@keyframes fadeInLogo {
  0% {
    filter: grayscale(100%);
    opacity: 0.5;
  }
  100% {
    filter: grayscale(0%);
    opacity: 1;
  }
}

.hero-section {
  width: 100%;
  height: 450px;
  margin-top: 65px;
  direction: rtl;
}

.hero-art-card {
  border-radius: 10px;
  transition: 0.4s;
  cursor: pointer;
}

.hero-art-cont a {
  text-decoration: none;
  transition: 0.3s;
  color: #ffffff;
}

.hero-art-cont a:hover {
  text-decoration: underline;
  transition: 0.3s;
}

.hero-art-card:hover {
  transform: scale(1.1);
}

.hero-art-cont {
  position: absolute;
  width: 100%;
  bottom: 25px;
}

.hero-art-title {
  color: #fff;
  font-size: 30px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.hero-art-btn {
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 4px;
  padding: 8px 18px;
  min-width: max-content;
  height: 45px;
}

.hero-art-date {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  min-width: max-content;
}

.hero-art-hr {
  width: 100%;
  background-color: #ffffff;
  opacity: 1;
  height: 2px;
  color: #ffffff;
}
