@import url('https://fonts.googleapis.com/css?family=Rakkas&display=swap');
@import "https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap";
@import url('https://fonts.googleapis.com/css?family=Quando&display=swap');
* {
  font-family: "Quicksand", sans-serif;
  line-height: 28px;
}
p {
  font-family: "Quicksand", sans-serif;
  font-size: 18px;
  line-height: 28px;
  color: #2d491f;
}
h1 {
  font-size: 64px;
  color: #2d491f;
  font-family: "Rakkas", serif;
}
h2 {
  font-size: 48px;
  margin-bottom: 16px;
  font-family: "Rakkas", serif;
  color: #2d491f;
}
h3,
h4,
h5,
h6 {
  font-size: 32px;
  color: #2d491f;
  font-family: "Rakkas", serif;
}
a {
  font-family: "Quicksand", sans-serif;
  font-size: 18px;
  line-height: 28px;
  color: #2d491f;
  transition: 0.3s ease;
}
a:hover {
  color: #ffeb00;
}
ul li {
  color: #fffdec;
}
tbody,
td,
tfoot,
th,
thead,
tr {
  color: #2d491f;
}
.block-margin {
  margin-bottom: 40px;
}
.p-80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}
.pb-80 {
  padding-bottom: 80px !important;
}
.pb-50 {
  padding-bottom: 50px !important;
}
.text-white {
  color: white;
}
main {
  min-height: 500px;
}
.content-page-body {
  background-color: #fffdec;
}
.content-page-body .content-page {
  margin-top: 40px;
  margin-bottom: 40px;
}
.button {
  background-color: #ffeb00;
  border-radius: 6px;
  padding: 8px 32px;
  font-size: 32px;
  line-height: 48px;
  color: #2d491f;
  font-family: "Rakkas", serif;
  text-align: center;
  width: fit-content;
  text-decoration: none;
  display: block;
  border: none;
  transition: 0.3s ease;
  box-shadow: none;
}
.button:hover {
  background-color: #998d00;
  text-decoration: none;
  transition: 0.3s ease;
  border: none;
  box-shadow: none;
}
.ccm-block-express-form .text-muted.small {
  visibility: hidden;
}
.ccm-block-express-form .text-muted.small:before {
  content: "*";
  display: inline;
  visibility: initial;
  font-family: "Quicksand", sans-serif;
  font-size: 18px;
  line-height: 28px;
  color: #2d491f;
}
.ccm-block-express-form .btn {
  background-color: #ffeb00;
  border-radius: 6px;
  padding: 8px 32px;
  font-size: 32px;
  line-height: 48px;
  color: #2d491f;
  font-family: "Rakkas", serif;
  text-align: center;
  width: fit-content;
  text-decoration: none;
  display: block;
  border: none;
  transition: 0.3s ease;
  box-shadow: none;
}
.ccm-block-express-form .btn:hover {
  background-color: #998d00;
  text-decoration: none;
  transition: 0.3s ease;
  border: none;
  box-shadow: none;
}
.ccm-block-express-form .form-label,
.ccm-block-express-form .form-check-label {
  font-family: "Quicksand", sans-serif;
  font-size: 18px;
  line-height: 28px;
  color: #2d491f;
}
.ccm-block-express-form .form-check-input:checked {
  background-color: #ffeb00;
  border-color: #ffeb00;
}
.ccm-block-express-form .form-check-input:focus {
  outline: none;
  box-shadow: none;
}
.ccm-block-express-form .form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #ffeb00;
}
@media (max-width: 767px) {
  .container.no-container-mobile {
    padding: 0px;
    margin: 0px;
    max-width: 100%;
  }
  .container.no-container-mobile .row {
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media (max-width: 991px) {
  .container.no-container-tablet {
    padding: 0px;
    margin: 0px;
    max-width: 100%;
  }
  .container.no-container-tablet .row {
    margin-left: 0px;
    margin-right: 0px;
  }
}
header.minigolf-header {
  background-color: #2d491f;
  min-height: 126px;
  position: relative;
  font-family: "Quicksand", sans-serif;
  color: #fffdec;
  display: flex;
  align-items: center;
}
@media (max-width: 1199px) {
  header.minigolf-header .mobile-nav-container .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
}
header.minigolf-header .mobile-nav-container .inner-container {
  padding-left: 80px;
  padding-right: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media (max-width: 1399px) {
  header.minigolf-header .mobile-nav-container .inner-container {
    padding-left: 0px;
    padding-right: 0px;
  }
}
header.minigolf-header .mobile-nav-container .inner-container .logo {
  order: 1;
}
header.minigolf-header .mobile-nav-container .inner-container .logo a {
  display: flex;
  align-items: center;
  text-decoration: none;
}
header.minigolf-header .mobile-nav-container .inner-container .logo a img {
  height: 86px;
  transition: transform 0.3s ease;
}
header.minigolf-header .mobile-nav-container .inner-container .logo a img:hover {
  transform: scale(1.05);
}
@media (max-width: 1199px) {
  header.minigolf-header .mobile-nav-container .inner-container .logo {
    order: 2;
  }
  header.minigolf-header .mobile-nav-container .inner-container .logo a img {
    height: 52px;
  }
}
header.minigolf-header .mobile-nav-container .inner-container .navigation-menu {
  order: 2;
}
header.minigolf-header .mobile-nav-container .inner-container .navigation-menu .navbar .collapse:not(.show) {
  display: none;
}
header.minigolf-header .mobile-nav-container .inner-container .navigation-menu .navbar .navbar-toggler {
  order: 1;
  padding: 0px;
  border: none;
  background: none;
  margin-right: 100px;
  margin-left: 0;
  transition: opacity 0.15s ease;
}
@media (max-width: 575px) {
  header.minigolf-header .mobile-nav-container .inner-container .navigation-menu .navbar .navbar-toggler {
    margin-right: 68px;
  }
}
@media (max-width: 430px) {
  header.minigolf-header .mobile-nav-container .inner-container .navigation-menu .navbar .navbar-toggler {
    margin-right: 0px;
  }
}
header.minigolf-header .mobile-nav-container .inner-container .navigation-menu .navbar .navbar-toggler:focus {
  box-shadow: none;
  outline: none;
  text-decoration: none;
  border: none;
}
header.minigolf-header .mobile-nav-container .inner-container .navigation-menu .navbar .navbar-toggler .icon-bar {
  display: block;
  width: 25px;
  height: 3px;
  background-color: #fffdec;
  margin: 5px 0;
  transition: all 0.3s ease;
  border-radius: 2px;
}
@media (max-width: 1199px) {
  header.minigolf-header .mobile-nav-container .inner-container .navigation-menu .navbar .navbar-collapse {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 200%;
    overflow: hidden;
    background-color: #2d491f;
    display: flex;
    flex-direction: column;
    transition: none;
    z-index: 1050;
  }
  header.minigolf-header .mobile-nav-container .inner-container .navigation-menu .navbar .navbar-collapse.collapsing {
    transition: height 0.15s ease;
    overflow: hidden;
  }
  header.minigolf-header .mobile-nav-container .inner-container .navigation-menu .navbar .navbar-collapse .offcanvas-header {
    width: 100%;
    margin-bottom: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px;
    padding-top: 37px;
  }
  header.minigolf-header .mobile-nav-container .inner-container .navigation-menu .navbar .navbar-collapse .offcanvas-header .logo img {
    height: 52px;
  }
  header.minigolf-header .mobile-nav-container .inner-container .navigation-menu .navbar .navbar-collapse .navbar-nav {
    flex-direction: column;
    gap: 32px;
    align-items: center;
    width: 100%;
    justify-content: flex-end;
  }
  header.minigolf-header .mobile-nav-container .inner-container .navigation-menu .navbar .navbar-collapse .navbar-nav .nav-link {
    font-size: 24px;
    color: #fffdec;
    font-family: "Quicksand", sans-serif;
    font-weight: 600;
    padding: 0px;
  }
  header.minigolf-header .mobile-nav-container .inner-container .navigation-menu .navbar .navbar-collapse .navbar-nav .nav-link:hover,
  header.minigolf-header .mobile-nav-container .inner-container .navigation-menu .navbar .navbar-collapse .navbar-nav .nav-link.active {
    color: #ffeb00;
  }
  header.minigolf-header .mobile-nav-container .inner-container .navigation-menu .navbar .navbar-collapse .btn-close {
    order: 1;
    flex: 0 0 auto;
    opacity: 1;
    filter: brightness(1) invert(1);
    padding: 0px;
    margin-right: 109px;
  }
  header.minigolf-header .mobile-nav-container .inner-container .navigation-menu .navbar .navbar-collapse .btn-close:focus {
    box-shadow: none;
  }
  header.minigolf-header .mobile-nav-container .inner-container .navigation-menu .navbar .navbar-collapse .logo {
    order: 2;
    flex: 1;
    display: flex;
    justify-content: center;
    text-align: center;
    margin: 0px;
  }
  header.minigolf-header .mobile-nav-container .inner-container .navigation-menu .navbar .navbar-collapse .logo img {
    height: 32px;
  }
  header.minigolf-header .mobile-nav-container .inner-container .navigation-menu .navbar .navbar-collapse .language-switcher {
    order: 3;
    position: relative;
  }
  header.minigolf-header .mobile-nav-container .inner-container .navigation-menu .navbar .navbar-collapse .language-switcher .dropdown-menu {
    background-color: #fffdec;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    position: absolute;
    top: 46px;
    right: 0px;
  }
  header.minigolf-header .mobile-nav-container .inner-container .navigation-menu .navbar .navbar-collapse .language-switcher .dropdown-menu .dropdown-item {
    color: #2d491f;
    transition: 0.3s ease;
  }
  header.minigolf-header .mobile-nav-container .inner-container .navigation-menu .navbar .navbar-collapse .language-switcher .dropdown-menu .dropdown-item:hover {
    background-color: #d8f0cc;
  }
  header.minigolf-header .mobile-nav-container .inner-container .navigation-menu .navbar .navbar-collapse .language-switcher .dropdown-menu .dropdown-item.focus {
    background-color: #d8f0cc;
  }
  header.minigolf-header .mobile-nav-container .inner-container .navigation-menu .navbar .navbar-collapse .language-switcher .dropdown-menu .dropdown-item.active {
    background-color: #d8f0cc;
  }
}
@media (max-width: 1199px) and (max-width: 575px) {
  header.minigolf-header .mobile-nav-container .inner-container .navigation-menu .navbar .navbar-collapse .btn-close {
    margin-right: 77px;
  }
}
@media (max-width: 1199px) and (max-width: 430px) {
  header.minigolf-header .mobile-nav-container .inner-container .navigation-menu .navbar .navbar-collapse .btn-close {
    margin-right: 9px;
  }
}
header.minigolf-header .mobile-nav-container .inner-container .navigation-menu .navbar-nav .nav-item:first-child .nav-link {
  margin-left: 0px;
}
header.minigolf-header .mobile-nav-container .inner-container .navigation-menu .navbar-nav .nav-item .nav-link {
  position: relative;
  font-family: "Quicksand", sans-serif;
  font-size: 24px;
  text-decoration: none;
  color: #fffdec !important;
  font-weight: 600;
  transition: color 0.3s ease;
  margin-left: 32px;
}
@media (max-width: 1399px) {
  header.minigolf-header .mobile-nav-container .inner-container .navigation-menu .navbar-nav .nav-item .nav-link {
    margin-left: 16px;
  }
}
@media (max-width: 1199px) {
  header.minigolf-header .mobile-nav-container .inner-container .navigation-menu .navbar-nav .nav-item .nav-link {
    margin-left: 0px;
  }
}
header.minigolf-header .mobile-nav-container .inner-container .navigation-menu .navbar-nav .nav-item .nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0;
  height: 2px;
  background-color: #ffeb00;
  transition: width 0.3s ease;
}
header.minigolf-header .mobile-nav-container .inner-container .navigation-menu .navbar-nav .nav-item .nav-link:hover,
header.minigolf-header .mobile-nav-container .inner-container .navigation-menu .navbar-nav .nav-item .nav-link.active {
  color: #ffeb00 !important;
}
header.minigolf-header .mobile-nav-container .inner-container .navigation-menu .navbar-nav .nav-item .nav-link:hover::after,
header.minigolf-header .mobile-nav-container .inner-container .navigation-menu .navbar-nav .nav-item .nav-link.active::after {
  width: 100%;
}
header.minigolf-header .mobile-nav-container .inner-container .language-switcher {
  order: 3;
  margin-left: 32px;
}
@media (max-width: 430px) {
  header.minigolf-header .mobile-nav-container .inner-container .language-switcher {
    margin-left: 0px;
  }
}
header.minigolf-header .mobile-nav-container .inner-container .language-switcher .dropdown-toggle::after {
  display: none !important;
}
header.minigolf-header .mobile-nav-container .inner-container .language-switcher .nav-link {
  display: flex;
  align-items: center;
  background-color: #fffdec;
  border-radius: 8px;
  padding: 12px 16px;
  color: #2d491f;
  font-family: "Quicksand", sans-serif;
  font-size: 28px;
  font-weight: 500;
}
header.minigolf-header .mobile-nav-container .inner-container .language-switcher .nav-link:hover,
header.minigolf-header .mobile-nav-container .inner-container .language-switcher .nav-link:focus,
header.minigolf-header .mobile-nav-container .inner-container .language-switcher .nav-link[aria-expanded="true"] {
  border-color: #ffeb00;
  cursor: pointer;
}
header.minigolf-header .mobile-nav-container .inner-container .language-switcher .nav-link[aria-expanded="true"] {
  box-shadow: none;
}
header.minigolf-header .mobile-nav-container .inner-container .language-switcher .nav-link[aria-expanded="true"] .dropdown-icon {
  transform: rotate(180deg);
}
header.minigolf-header .mobile-nav-container .inner-container .language-switcher .nav-link img {
  height: 22px;
}
header.minigolf-header .mobile-nav-container .inner-container .language-switcher .nav-link .dropdown-icon {
  width: 20px;
  height: auto;
  margin-left: 12px;
  transition: transform 0.3s ease;
}
@media (max-width: 575px) {
  header.minigolf-header .mobile-nav-container .inner-container .language-switcher .nav-link .dropdown-icon {
    display: none;
  }
}
header.minigolf-header .mobile-nav-container .inner-container .language-switcher .dropdown-menu {
  border-radius: 8px;
  background-color: #fffdec;
  border: none;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  min-width: 160px;
  padding: 8px 0px;
}
header.minigolf-header .mobile-nav-container .inner-container .language-switcher .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-family: "Quicksand", sans-serif;
  color: #2d491f;
  padding: 12px 16px;
  gap: 0;
  transition: 0.3s ease;
}
header.minigolf-header .mobile-nav-container .inner-container .language-switcher .dropdown-menu .dropdown-item .flag-wrapper {
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-right: 12px;
}
header.minigolf-header .mobile-nav-container .inner-container .language-switcher .dropdown-menu .dropdown-item .flag-wrapper img {
  height: 22px;
  max-width: 100%;
  object-fit: contain;
}
header.minigolf-header .mobile-nav-container .inner-container .language-switcher .dropdown-menu .dropdown-item:hover {
  background-color: #d8f0cc;
}
header.minigolf-header .mobile-nav-container .inner-container .language-switcher .dropdown-menu .dropdown-item:focus {
  background-color: #d8f0cc;
}
header.minigolf-header .mobile-nav-container .inner-container .language-switcher .dropdown-menu .dropdown-item.active {
  background-color: #d8f0cc;
}
footer .footer-top {
  background-color: #fffdec;
  padding-bottom: 40px;
}
footer .footer-top h1,
footer .footer-top h2,
footer .footer-top h3,
footer .footer-top h4,
footer .footer-top h5,
footer .footer-top h6 {
  font-family: "Quando", serif;
  margin-bottom: 32px;
}
footer .footer-top .footer-menu {
  display: flex;
  margin-top: 15px;
  justify-content: flex-start;
}
footer .footer-top .footer-menu .footer-menu-content {
  width: fit-content;
  text-align: left;
}
footer .footer-top .footer-menu .footer-menu-content p {
  margin: 0;
  line-height: 16px;
}
footer .footer-top .footer-menu a {
  display: inline-block;
  text-decoration: none;
  color: inherit;
}
footer .footer-top .contact-info {
  margin-top: 15px;
}
footer .footer-top img {
  max-width: 100%;
  height: auto;
}
footer .footer-top .footer-logo {
  max-width: 200px;
  height: auto;
}
footer .footer-top .instagram-link {
  width: fit-content;
  display: block;
  margin-top: 40px;
}
footer .footer-top .instagram-link .instagram-icon {
  width: 64px;
  height: 64px;
  background-color: #2d491f;
  border-radius: 50%;
  transition: 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .footer-top .instagram-link .instagram-icon img,
footer .footer-top .instagram-link .instagram-icon svg {
  width: 50%;
  height: 50%;
}
footer .footer-top .instagram-link .instagram-icon:hover {
  background-color: #ffeb00;
}
footer .footer-bottom {
  background-color: #2d491f !important;
  padding: 8px 0;
}
footer .footer-bottom p {
  margin-bottom: 0px;
  color: #fff;
}
footer .footer-bottom a {
  color: #fff;
  text-decoration: none;
}
footer .footer-bottom span {
  color: #fff;
}
footer .footer-bottom .webdesign {
  cursor: text;
}
footer .footer-bottom .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  height: 100%;
}
@media (max-width: 767px) {
  footer .footer-bottom {
    margin-top: auto;
  }
  footer .footer-bottom .container {
    flex-direction: column;
    justify-content: center;
    text-align: center;
    gap: 8px;
    padding: 8px 0;
    height: auto;
  }
}
.home-page .header-image {
  height: calc(100vh - 126px);
  overflow: hidden;
  position: relative;
  text-align: center;
}
@media (max-width: 991px) {
  .home-page .header-image {
    height: calc(80vh - 126px);
  }
}
@media (max-width: 575px) {
  .home-page .header-image {
    height: 350px;
  }
}
.home-page .header-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.home-page .header-image video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-color: #fffdec;
}
.home-page .header-image .scroll-arrow {
  position: absolute;
  left: 50%;
  bottom: 76px;
  transform: translateX(-50%);
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  animation: bounce 2.5s infinite ease-in-out;
  opacity: 1;
  transition: opacity 0.3s;
}
@media (max-width: 575px) {
  .home-page .header-image .scroll-arrow {
    display: none;
  }
}
.home-page .header-image .scroll-arrow:hover {
  opacity: 1;
}
.home-page .header-image .scroll-arrow img {
  width: 40px;
  height: auto;
}
.home-page .green-background {
  background-color: #2d491f;
  padding-top: 80px;
}
.home-page .green-background .first-row {
  margin-top: -200px;
  position: relative;
  --bs-gutter-y: 0;
  --bs-gutter-x: 0;
}
@media (max-width: 767px) {
  .home-page .green-background .first-row {
    padding-top: 60px;
    padding-bottom: 0px;
    margin-top: -190px;
  }
}
.home-page .green-background .first-row .mini-golf-ball {
  height: 140px;
}
.home-page .green-background .first-row .finishline {
  gap: 10px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.home-page .green-background .first-row .finishline .hole {
  position: absolute;
  bottom: -1px;
  left: 60px;
  transition: transform 0.05s linear;
}
.home-page .green-background .first-row .finishline .finishflag {
  height: 187px;
  margin-top: -40px;
}
@media (max-width: 1199px) {
  .home-page .green-background .first-row .finishline .finishflag {
    margin-right: 80px;
  }
}
.home-page .green-background .image-side {
  text-align: center;
  position: relative;
  border-radius: 0px 80px 80px 80px;
  background-color: #fffdec;
}
@media (min-width: 992px) {
  .home-page .green-background .image-side {
    display: flex;
    flex: 1;
  }
}
.home-page .green-background .image-side .ccm-image-slider {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 991px) {
  .home-page .green-background .image-side .ccm-image-slider {
    height: 390px;
  }
}
.home-page .green-background .image-side .ccm-image-slider .ccm-image-slider-inner,
.home-page .green-background .image-side .ccm-image-slider ul.rslides {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  border-radius: 0px 80px 80px 80px;
}
.home-page .green-background .image-side .ccm-image-slider .ccm-image-slider-inner li,
.home-page .green-background .image-side .ccm-image-slider ul.rslides li {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 1;
  transition: opacity 1s ease-in-out;
}
.home-page .green-background .image-side .ccm-image-slider .ccm-image-slider-inner li.rslides1_on,
.home-page .green-background .image-side .ccm-image-slider ul.rslides li.rslides1_on {
  opacity: 1;
  z-index: 2;
  position: relative;
}
.home-page .green-background .image-side .ccm-image-slider .ccm-image-slider-inner li img,
.home-page .green-background .image-side .ccm-image-slider ul.rslides li img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-page .green-background .image-side .ccm-image-slider .ccm-image-slider-inner li .ccm-image-slider-text,
.home-page .green-background .image-side .ccm-image-slider ul.rslides li .ccm-image-slider-text {
  display: none;
}
.home-page .green-background .image-side .ccm-image-slider .ccm-image-slider-inner .rslides_nav,
.home-page .green-background .image-side .ccm-image-slider ul.rslides .rslides_nav {
  background-color: #fffdec;
}
.home-page .green-background .image-side .ccm-image-slider .ccm-image-slider-inner .rslides_nav.next,
.home-page .green-background .image-side .ccm-image-slider ul.rslides .rslides_nav.next {
  position: absolute;
  right: 70px;
  top: calc(100% - 80px);
  width: 40px;
  height: 40px;
  background: url("/application/themes/minigolf/img/icons/icon_arrow_right.svg") no-repeat center center;
  background-size: contain;
  overflow: hidden;
  border: none;
  opacity: 1;
}
@media (max-width: 991px) {
  .home-page .green-background .image-side .ccm-image-slider .ccm-image-slider-inner .rslides_nav.next,
  .home-page .green-background .image-side .ccm-image-slider ul.rslides .rslides_nav.next {
    right: 40px;
    top: calc(100% - 40px);
  }
}
.home-page .green-background .image-side .ccm-image-slider .ccm-image-slider-inner .rslides_nav.prev,
.home-page .green-background .image-side .ccm-image-slider ul.rslides .rslides_nav.prev {
  display: none;
}
.home-page .green-background .text-side {
  background: #fffdec;
  padding: 40px 80px 0px 80px;
  border-radius: 80px 0px 80px 80px;
  position: relative;
}
@media (max-width: 1199px) {
  .home-page .green-background .text-side {
    border-radius: 80px 0px 80px 0px;
    padding: 20px 20px 0px 20px;
  }
}
.home-page .green-background .text-side .mini-golf-ball {
  margin-bottom: 20px;
}
.home-page .green-background .text-side h2 {
  line-height: 36px;
  font-size: 32px;
}
.home-page .green-background .livestream-area {
  margin-top: 80px;
}
.home-page .green-background .livestream-area p,
.home-page .green-background .livestream-area h1,
.home-page .green-background .livestream-area h2,
.home-page .green-background .livestream-area h3,
.home-page .green-background .livestream-area h4,
.home-page .green-background .livestream-area h5,
.home-page .green-background .livestream-area h6 {
  font-family: "Rakkas", serif;
  font-size: 32px;
  line-height: 32px;
  color: #fff;
  margin-top: -20px;
}
.home-page .green-background .livestream-area .livestream-title p,
.home-page .green-background .livestream-area .livestream-title h1,
.home-page .green-background .livestream-area .livestream-title h2,
.home-page .green-background .livestream-area .livestream-title h3,
.home-page .green-background .livestream-area .livestream-title h4,
.home-page .green-background .livestream-area .livestream-title h5,
.home-page .green-background .livestream-area .livestream-title h6 {
  font-size: 48px;
  line-height: 48px;
  margin-top: 0px;
}
.home-page .green-background .livestream-area iframe {
  border-radius: 10px;
}
.home-page .light-green-background {
  background-color: #d8f0cc;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}
.home-page .light-green-background .scorecard-content {
  position: relative;
}
.home-page .light-green-background .scorecard-content::before {
  content: "";
  position: absolute;
  top: 20%;
  bottom: 20%;
  left: 0;
  width: 100%;
  background: radial-gradient(ellipse at center, #fff480 0%, #fff480 100%);
  border-radius: 0 200px 200px 0;
  opacity: 0.9;
  z-index: 0;
}
@media (max-width: 1199px) {
  .home-page .light-green-background .scorecard-content::before {
    border-radius: 2000px 2000px 0px 0px;
    top: -40px;
    bottom: 100px;
  }
}
.home-page .light-green-background .scorecard-content .scorecard-text {
  background-color: #fffdec;
  padding: 80px 80px 40px 80px;
  border-radius: 80px 0 0 80px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1199px) {
  .home-page .light-green-background .scorecard-content .scorecard-text {
    padding: 100px 20px 80px 20px;
    border-radius: 80px 0 80px 80px;
  }
}
.home-page .light-green-background .scorecard-content .scorecard-text p:last-of-type {
  margin-bottom: 0px;
  margin-top: auto;
}
.home-page .light-green-background .scorecard-content .scorecard-text p:last-of-type .button {
  margin-top: 20px;
}
.home-page .light-green-background .scorecard-content .scorecard-image {
  text-align: center;
  width: 100%;
  position: relative;
  z-index: 1;
}
@media (max-width: 1399px) {
  .home-page .light-green-background .scorecard-content .scorecard-image {
    margin-left: 140px;
  }
}
@media (max-width: 1199px) {
  .home-page .light-green-background .scorecard-content .scorecard-image {
    margin-left: 0px;
    text-align: right;
  }
}
.home-page .light-green-background .scorecard-content .scorecard-image .phone-wrapper {
  position: relative;
  display: inline-block;
}
.home-page .light-green-background .scorecard-content .scorecard-image .phone-img {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 1199px) {
  .home-page .light-green-background .scorecard-content .scorecard-image .phone-img {
    padding-right: 5px;
    margin-bottom: -70px;
  }
}
@media (max-width: 575px) {
  .home-page .light-green-background .scorecard-content .scorecard-image .phone-img {
    max-height: 400px;
  }
}
@media (max-width: 420px) {
  .home-page .light-green-background .scorecard-content .scorecard-image .phone-img {
    max-height: 250px;
  }
}
.home-page .light-green-background .scorecard-content .scorecard-image .buddy-img {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 410px;
  transform: translate(-85%, -16%);
  pointer-events: none;
  z-index: 5;
}
@media (max-width: 1199px) {
  .home-page .light-green-background .scorecard-content .scorecard-image .buddy-img {
    top: 0%;
    bottom: 0%;
    transform: translate(-85%, 100px);
  }
}
@media (max-width: 575px) {
  .home-page .light-green-background .scorecard-content .scorecard-image .buddy-img {
    width: 300px;
  }
}
@media (max-width: 420px) {
  .home-page .light-green-background .scorecard-content .scorecard-image .buddy-img {
    width: 200px;
    transform: translate(-85%, 60px);
  }
}
.home-page .light-green-lighter-background {
  background-color: #fffdec;
  padding-top: 80px;
  padding-bottom: 120px;
}
.home-page .light-green-lighter-background h3 {
  color: #ffffff !important;
}
.home-page .light-green-lighter-background .locations {
  padding-top: 40px;
  padding-bottom: 40px;
}
.home-page .light-green-lighter-background .locations .image-location div {
  width: 100%;
}
.home-page .light-green-lighter-background .locations .image-location img {
  width: 100%;
  object-fit: cover;
}
.home-page .light-green-lighter-background .locations.yumbo .image-location img {
  border-radius: 80px 80px 80px 0px;
}
@media (max-width: 991px) {
  .home-page .light-green-lighter-background .locations.yumbo .image-location img {
    border-radius: 0px 0px 80px 80px;
    margin-top: -1px;
  }
}
.home-page .light-green-lighter-background .locations.yumbo .dark-green-background {
  border-radius: 80px 0px 80px 0px;
}
@media (max-width: 991px) {
  .home-page .light-green-lighter-background .locations.yumbo .dark-green-background {
    border-radius: 80px 0px 0px 0px;
  }
  .home-page .light-green-lighter-background .locations.yumbo .dark-green-background img {
    right: 40px;
  }
}
@media (max-width: 420px) {
  .home-page .light-green-lighter-background .locations.yumbo .dark-green-background {
    padding-bottom: 200px;
  }
}
.home-page .light-green-lighter-background .locations.atlantico .image-location img {
  border-radius: 80px 80px 0px 80px;
}
@media (max-width: 991px) {
  .home-page .light-green-lighter-background .locations.atlantico .image-location img {
    border-radius: 0px 0px 80px 80px;
    margin-top: -1px;
  }
}
.home-page .light-green-lighter-background .locations.atlantico .dark-green-background {
  border-radius: 0px 80px 0px 80px;
}
@media (max-width: 991px) {
  .home-page .light-green-lighter-background .locations.atlantico .dark-green-background {
    border-radius: 0px 80px 0px 0px;
  }
  .home-page .light-green-lighter-background .locations.atlantico .dark-green-background img {
    right: 60px;
  }
}
.home-page .light-green-lighter-background .locations.maritim .image-location img {
  border-radius: 80px 80px 80px 0px;
}
@media (max-width: 991px) {
  .home-page .light-green-lighter-background .locations.maritim .image-location img {
    border-radius: 0px 0px 80px 0px;
    margin-top: -1px;
  }
}
.home-page .light-green-lighter-background .locations.maritim .dark-green-background {
  border-radius: 80px 0px 80px 0px;
}
@media (max-width: 991px) {
  .home-page .light-green-lighter-background .locations.maritim .dark-green-background {
    border-radius: 80px 0px 0px 0px;
  }
}
@media (max-width: 420px) {
  .home-page .light-green-lighter-background .locations.maritim .dark-green-background {
    padding-bottom: 170px;
  }
}
.home-page .light-green-lighter-background .dark-green-background {
  display: flex;
  background-color: #2d491f;
  justify-content: flex-start;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  height: 100%;
  padding: 80px;
}
@media (max-width: 1199px) {
  .home-page .light-green-lighter-background .dark-green-background {
    padding: 80px 20px;
  }
}
.home-page .light-green-lighter-background .dark-green-background p:last-of-type {
  margin-bottom: 0px;
  margin-top: auto;
}
.home-page .light-green-lighter-background .dark-green-background p:last-of-type .button {
  margin-top: 20px;
}
.home-page .light-green-lighter-background .dark-green-background.right {
  border-radius: 0px 80px 80px 80px;
}
.home-page .light-green-lighter-background .dark-green-background div {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.home-page .light-green-lighter-background .dark-green-background div .button {
  margin-top: auto;
}
.home-page .light-green-lighter-background .dark-green-background ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.home-page .light-green-lighter-background .dark-green-background ul li {
  color: #fffdec;
  position: relative;
  padding-left: 40px;
  margin-bottom: 16px;
}
.home-page .light-green-lighter-background .dark-green-background ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 30px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
}
.home-page .light-green-lighter-background .dark-green-background ul li:nth-child(1)::before {
  background-image: url("/application/themes/minigolf/img/icons/icon_price.svg");
}
.home-page .light-green-lighter-background .dark-green-background ul li:nth-child(2)::before {
  background-image: url("/application/themes/minigolf/img/icons/icon_time.svg");
}
.home-page .light-green-lighter-background .dark-green-background ul li:nth-child(3)::before {
  background-image: url("/application/themes/minigolf/img/icons/icon_location.svg");
}
.home-page .light-green-lighter-background .dark-green-background h1,
.home-page .light-green-lighter-background .dark-green-background h2,
.home-page .light-green-lighter-background .dark-green-background h3,
.home-page .light-green-lighter-background .dark-green-background h4,
.home-page .light-green-lighter-background .dark-green-background h5,
.home-page .light-green-lighter-background .dark-green-background h6,
.home-page .light-green-lighter-background .dark-green-background p {
  color: #fffdec;
  margin-bottom: 16px;
}
.home-page .light-green-lighter-background .dark-green-background .grass-bottom-left {
  position: absolute;
  bottom: 0;
  right: 80px;
  height: auto;
}
.home-page .light-green-lighter-background .dark-green-background .minigolf-bal {
  right: 130px;
}
.home-page .light-green-lighter-background .dark-green-background .clubstick {
  right: 0px;
}
@keyframes bounce {
  0%,
  100% {
    transform: translate(-50%, 0);
  }
  50% {
    transform: translate(-50%, -10px);
  }
}
.scorecard-page {
  background-color: #fffdec;
  /* ---------- Header ---------- */
  /* ---------- Game status ---------- */
  /* ---------- Game card ---------- */
  /* ---------- Tabel reset ---------- */
  /* ---------- Speler ---------- */
  /* ---------- Knoppen ---------- */
}
.scorecard-page .filter-buttons {
  display: flex;
  justify-content: center;
  align-items: baseline;
  margin-right: 20px;
  flex-wrap: wrap;
  margin-bottom: 40px;
  margin-top: 40px;
}
.scorecard-page .filter-buttons span {
  font-size: 32px;
  font-weight: 600;
  color: #2d491f;
  font-family: "Rakkas", serif;
  margin-right: 20px;
}
.scorecard-page .filter-buttons button {
  margin-left: 20px;
  margin-bottom: 20px;
  white-space: nowrap;
}
.scorecard-page .filter-buttons button:active,
.scorecard-page .filter-buttons button:focus {
  background-color: #d8f0cc;
}
@media (max-width: 767px) {
  .scorecard-page .filter-buttons button {
    margin-top: 10px;
    margin-left: 0;
    padding: 8px 5px;
    font-size: 14px;
  }
}
.scorecard-page .card-wrapper {
  display: flex !important;
  margin-bottom: 20px;
  flex-direction: column;
}
.scorecard-page .card-wrapper .game-footer {
  margin-top: auto;
  background-color: #d8f0cc;
  padding-left: 20px;
  padding-bottom: 20px;
}
.scorecard-page .card-wrapper .button {
  color: #2d491f;
  font-size: 18px;
  padding: 0 20px;
  background-color: #f2faef;
  font-family: "Rakkas", serif;
  display: inline-block;
}
.scorecard-page .card-wrapper .button:hover {
  background-color: #ccbc00;
  color: #fffdec;
  text-decoration: none;
}
.scorecard-page .header {
  text-align: center;
}
.scorecard-page .header .block-margin {
  margin: 1rem 0;
}
.scorecard-page .game-header {
  font-size: 24px;
  background-color: #2e4517;
  color: #fff480;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.scorecard-page .game-header .game-status {
  margin-right: 8px;
}
.scorecard-page .game-header h3 {
  margin-left: 20px;
  margin-bottom: 0;
  font-family: "Rakkas", cursive;
  font-size: 24px;
  font-weight: 600;
  color: #fff480;
}
.scorecard-page .game-header h3 span {
  color: #ffeb00;
  font-weight: 500;
}
.scorecard-page .game-status {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 600;
  color: #2e4517;
  background-color: #fffdec;
  padding: 4px 10px;
  border-radius: 12px;
  position: relative;
}
.scorecard-page .game-status::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #3cbe4b;
}
.scorecard-page .game-status.ongoing::before {
  background-color: #4caf50;
  animation: liveBlink 1s infinite ease-in-out;
  box-shadow: 0 0 0 rgba(76, 175, 80, 0.6);
}
.scorecard-page .game-status.finished::before {
  background-color: #f44336;
}
.scorecard-page .game-status.upcoming::before {
  background-color: #ff9800;
}
.scorecard-page .game-card {
  background-color: #d8f0cc;
  display: flex;
  flex: 1;
  height: 100%;
  flex-direction: column;
  border-radius: 14px 14px 14px 0;
  margin-left: 20px;
  overflow: hidden;
}
.scorecard-page .game-card .table-responsive {
  padding-left: 20px;
  background-color: #d8f0cc;
}
.scorecard-page .game-card .table-responsive .position-col {
  width: 140px;
}
.scorecard-page .game-card .table-responsive table th {
  padding: 4px 4px;
}
.scorecard-page .game-card .table-responsive .player-table tr {
  background-color: #d8f0cc;
  border: none;
}
.scorecard-page .game-card .table-responsive .player-table tr.updated {
  animation: highlightRow 1.6s ease-in-out;
}
.scorecard-page .game-card .table-responsive .player-table td {
  padding: 10px 5px;
  color: #2e2e2e;
}
.scorecard-page .game-card .table-responsive .player-table th {
  color: #2d491f;
  line-height: 36px;
  font-family: "Rakkas", cursive;
  font-size: 24px;
}
@media (max-width: 768px) {
  .scorecard-page .game-card .table-responsive {
    padding-left: 20px;
  }
}
.scorecard-page .table > :not(caption) > * > * {
  border-bottom-width: 0 !important;
}
.scorecard-page .table > :not(:first-child) {
  border-top: none;
}
.scorecard-page .position {
  width: 60px;
  font-weight: 600;
}
.scorecard-page .player-name {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: bold;
  font-family: "Quicksand", sans-serif;
  font-size: 18px;
}
.scorecard-page .player-dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
}
.scorecard-page .player-dot.red {
  background-color: #c94c4c;
}
.scorecard-page .player-dot.blue {
  background-color: #427bff;
}
.scorecard-page .player-dot.green {
  background-color: #315a1f;
}
.scorecard-page .player-dot.brown {
  background-color: #8a6b2f;
}
.scorecard-page .view-full {
  display: inline-block;
  background-color: #e6f0e2;
  color: #2e4517;
  font-weight: 600;
  border: 2px solid #c9d9c0;
  padding: 8px 16px;
  border-radius: 10px;
  text-decoration: none;
  transition: background 0.2s;
  margin: 10px auto 16px;
  text-align: center;
}
.scorecard-page .view-full:hover {
  background-color: #d8e7ce;
}
/* ---------- Animaties ---------- */
@keyframes highlightRow {
  0% {
    background-color: #fff8d2;
  }
  100% {
    background-color: transparent;
  }
}
@keyframes liveBlink {
  0%,
  100% {
    opacity: 1;
    transform: scale(1);
    box-shadow: 0 0 4px rgba(76, 175, 80, 0.6);
  }
  50% {
    opacity: 0.6;
    transform: scale(0.95);
    box-shadow: 0 0 2px rgba(76, 175, 80, 0.2);
  }
}
.livescore-detail {
  margin-top: 20px;
  /* Scorecard tables wrapper */
  /* Big title */
}
.livescore-detail .url-route-livescore-detail {
  margin-bottom: 40px;
  margin-top: 40px;
}
.livescore-detail .url-route-livescore-detail a {
  margin-bottom: 10px;
  text-decoration: underline;
  font-size: 32px;
  font-family: "Rakkas", serif;
  font-weight: 400;
}
@media (max-width: 767px) {
  .livescore-detail .url-route-livescore-detail a {
    font-size: 24px;
  }
}
@media (max-width: 575px) {
  .livescore-detail .url-route-livescore-detail a {
    font-size: 20px;
  }
}
.livescore-detail .game-status-container {
  margin-bottom: 20px;
}
.livescore-detail .game-status-container .game-status {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: bold;
  color: #2e4517;
  padding: 4px 10px;
  border-radius: 12px;
  position: relative;
}
.livescore-detail .game-status-container .game-status::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #3cbe4b;
}
.livescore-detail .game-status-container .game-status.ongoing::before {
  background-color: #4caf50;
  animation: liveBlink 2.5s ease-in-out infinite;
}
.livescore-detail .game-status-container .game-status.finished::before {
  background-color: #f44336;
}
.livescore-detail .game-status-container .game-status.upcoming::before {
  background-color: #ff9800;
}
@media (max-width: 767px) {
  .livescore-detail .game-status-container .game-status {
    font-size: 14px;
  }
}
.livescore-detail .scorecard-detail-table .table-responsive {
  overflow-x: auto;
  width: 100%;
  max-width: 100%;
  padding-bottom: 10px;
  -webkit-overflow-scrolling: touch;
}
.livescore-detail .scorecard-detail-table .table-responsive .score-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  margin: 0;
  table-layout: auto;
  min-width: 600px;
}
.livescore-detail .scorecard-detail-table .table-responsive .score-table thead th:first-child {
  border-top-left-radius: 8px;
}
@media (max-width: 767px) {
  .livescore-detail .scorecard-detail-table .table-responsive .score-table {
    min-width: 800px;
  }
}
.livescore-detail .scorecard-detail-table .table-responsive .score-table thead tr .header-row {
  background-color: #2d491f;
}
.livescore-detail .scorecard-detail-table .table-responsive .score-table thead tr th,
.livescore-detail .scorecard-detail-table .table-responsive .score-table thead tr .first-column {
  padding: 12px 8px;
  background-color: #2d491f;
  margin-left: 10px;
  text-align: center;
  color: #fff480;
  font-weight: bold;
  font-family: "quicksand", sans-serif;
  font-size: 14px;
}
@media (min-width: 768px) {
  .livescore-detail .scorecard-detail-table .table-responsive .score-table thead tr th:first-child,
  .livescore-detail .scorecard-detail-table .table-responsive .score-table thead tr .first-column:first-child {
    position: sticky;
    left: 0;
    z-index: 10;
  }
}
.livescore-detail .scorecard-detail-table .table-responsive .score-table thead tr th:last-child,
.livescore-detail .scorecard-detail-table .table-responsive .score-table thead tr .first-column:last-child {
  border-top-right-radius: 20px;
}
.livescore-detail .scorecard-detail-table .table-responsive .score-table thead tr th.first-column,
.livescore-detail .scorecard-detail-table .table-responsive .score-table thead tr .first-column.first-column {
  font-family: "Rakkas", cursive;
  font-size: 1.2em;
  text-align: left;
  padding-left: 15px;
  color: #fff480;
  padding-right: 15px;
}
@media (max-width: 767px) {
  .livescore-detail .scorecard-detail-table .table-responsive .score-table thead tr th.first-column,
  .livescore-detail .scorecard-detail-table .table-responsive .score-table thead tr .first-column.first-column {
    font-size: 1em;
    padding-left: 10px;
    min-width: 100px;
  }
}
@media (max-width: 575px) {
  .livescore-detail .scorecard-detail-table .table-responsive .score-table thead tr th.first-column,
  .livescore-detail .scorecard-detail-table .table-responsive .score-table thead tr .first-column.first-column {
    min-width: 90px;
    padding-left: 8px;
  }
}
@media (max-width: 767px) {
  .livescore-detail .scorecard-detail-table .table-responsive .score-table thead tr th,
  .livescore-detail .scorecard-detail-table .table-responsive .score-table thead tr .first-column {
    padding: 8px 4px;
    font-size: 12px;
  }
}
.livescore-detail .scorecard-detail-table .table-responsive .score-table tbody {
  /* PAR row */
  /* PLAYER rows */
}
.livescore-detail .scorecard-detail-table .table-responsive .score-table tbody .par-row {
  background: #4d7d36;
  color: white;
  font-weight: bold;
  font-size: 18px;
}
.livescore-detail .scorecard-detail-table .table-responsive .score-table tbody .par-row .first-column {
  font-family: "Rakkas", cursive !important;
  font-size: 24px;
  text-align: left;
  color: #fff480;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .livescore-detail .scorecard-detail-table .table-responsive .score-table tbody .par-row .first-column {
    position: sticky;
    left: 0;
    z-index: 9;
  }
}
@media (max-width: 767px) {
  .livescore-detail .scorecard-detail-table .table-responsive .score-table tbody .par-row .first-column {
    font-size: 18px;
    padding-left: 10px;
  }
}
@media (max-width: 575px) {
  .livescore-detail .scorecard-detail-table .table-responsive .score-table tbody .par-row .first-column {
    font-size: 16px;
    padding-left: 8px;
  }
}
@media (max-width: 767px) {
  .livescore-detail .scorecard-detail-table .table-responsive .score-table tbody .par-row td {
    padding: 8px 4px;
  }
}
.livescore-detail .scorecard-detail-table .table-responsive .score-table tbody .par-row td .par-circle {
  width: 40px;
  padding: 10px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 6px auto;
  font-weight: bold;
  background: #2d491f;
  color: #fff480;
}
@media (max-width: 767px) {
  .livescore-detail .scorecard-detail-table .table-responsive .score-table tbody .par-row td .par-circle {
    width: 32px;
    height: 32px;
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .livescore-detail .scorecard-detail-table .table-responsive .score-table tbody .par-row td .par-circle {
    width: 28px;
    height: 28px;
    font-size: 12px;
  }
}
.livescore-detail .scorecard-detail-table .table-responsive .score-table tbody .player-row {
  background: #d8f0cc;
}
@media (min-width: 768px) {
  .livescore-detail .scorecard-detail-table .table-responsive .score-table tbody .player-row .first-column {
    position: sticky;
    left: 0;
    z-index: 9;
  }
}
.livescore-detail .scorecard-detail-table .table-responsive .score-table tbody .player-row .player-name {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: bold;
  padding-left: 0px;
  padding-right: 15px;
}
@media (max-width: 767px) {
  .livescore-detail .scorecard-detail-table .table-responsive .score-table tbody .player-row .player-name {
    gap: 6px;
    font-size: 14px;
    padding-left: 10px;
  }
}
@media (max-width: 575px) {
  .livescore-detail .scorecard-detail-table .table-responsive .score-table tbody .player-row .player-name {
    gap: 4px;
    font-size: 12px;
    padding-left: 8px;
  }
}
.livescore-detail .scorecard-detail-table .table-responsive .score-table tbody .player-row .player-name .player-color {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: inline-block;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .livescore-detail .scorecard-detail-table .table-responsive .score-table tbody .player-row .player-name .player-color {
    width: 16px;
    height: 16px;
  }
}
@media (max-width: 575px) {
  .livescore-detail .scorecard-detail-table .table-responsive .score-table tbody .player-row .player-name .player-color {
    width: 14px;
    height: 14px;
  }
}
.livescore-detail .scorecard-detail-table .table-responsive .score-table tbody .player-row .player-name a {
  font-size: 18px;
  font-weight: bold;
  color: #2d491f;
  text-decoration: none;
  min-width: 0;
}
.livescore-detail .scorecard-detail-table .table-responsive .score-table tbody .player-row .player-name a:hover {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .livescore-detail .scorecard-detail-table .table-responsive .score-table tbody .player-row .player-name a {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .livescore-detail .scorecard-detail-table .table-responsive .score-table tbody .player-row .player-name a {
    font-size: 14px;
  }
}
.livescore-detail .scorecard-detail-table .table-responsive .score-table tbody .player-row .total-column {
  font-weight: bold;
  font-size: 1.1em;
  background-color: #fff480;
}
@media (max-width: 767px) {
  .livescore-detail .scorecard-detail-table .table-responsive .score-table tbody .player-row .total-column {
    font-size: 1em;
  }
}
@media (max-width: 575px) {
  .livescore-detail .scorecard-detail-table .table-responsive .score-table tbody .player-row .total-column {
    font-size: 0.9em;
  }
}
.livescore-detail .scorecard-detail-table .table-responsive .score-table tbody .player-row td {
  padding: 12px 8px;
  text-align: center;
}
@media (max-width: 767px) {
  .livescore-detail .scorecard-detail-table .table-responsive .score-table tbody .player-row td {
    padding: 8px 4px;
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .livescore-detail .scorecard-detail-table .table-responsive .score-table tbody .player-row td {
    padding: 6px 3px;
    font-size: 12px;
  }
}
.livescore-detail .scorecard-detail-table .table-responsive .score-table tbody .player-row td .empty-score {
  color: #999;
}
.livescore-detail .scorecard-detail-table .table-responsive .score-table .hole-cell {
  min-width: 40px;
  background-color: #2d491f;
}
@media (max-width: 767px) {
  .livescore-detail .scorecard-detail-table .table-responsive .score-table .hole-cell {
    min-width: 35px;
  }
}
@media (max-width: 575px) {
  .livescore-detail .scorecard-detail-table .table-responsive .score-table .hole-cell {
    min-width: 32px;
  }
}
.livescore-detail .detail-title {
  font-size: 48px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .livescore-detail .detail-title {
    font-size: 32px;
    line-height: 1.2;
  }
}
@media (max-width: 575px) {
  .livescore-detail .detail-title {
    font-size: 24px;
  }
}
.player-profile .btn-link-back {
  font-family: "Rakkas", serif;
  font-size: 32px;
  color: #2d491f;
  margin-bottom: 40px;
  margin-top: 40px;
}
.player-profile .location-filter {
  margin-bottom: 60px;
}
.player-profile .location-filter span {
  color: #2d491f;
  font-family: "Rakkas", serif;
  font-size: 24px;
  margin-right: 40px;
}
.player-profile .location-filter .title-past-games {
  font-family: "Rakkas", serif;
  font-size: 64px;
  margin-bottom: 60px;
}
.player-profile .location-filter .button {
  padding: 0px 20px;
  font-size: 32px;
  font-family: "Rakkas", serif;
}
.player-profile .game-card-loc {
  margin-bottom: 20px;
}
.player-profile .game-card-loc h3 {
  font-weight: normal;
  font-family: "Quando", serif;
  font-size: 32px;
}
.player-profile .row-margin {
  margin-bottom: 20px;
}
.player-profile .user-info {
  background-color: #2d491f;
  padding: 40px 40px;
  border-radius: 10px;
  font-family: "Rakkas", serif;
  color: #fff480;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .player-profile .user-info {
    padding: 20px 20px;
    margin-bottom: 40px;
  }
}
.player-profile .user-info h2 {
  color: #fff480;
  font-size: 64px;
  margin-bottom: 15px;
}
.player-profile .user-info h3 {
  color: #fff480;
  font-size: 24px;
  margin-bottom: 10px;
}
.player-profile .user-info p {
  font-size: 32px;
  margin: 5px 0;
  color: #fff480;
  font-family: "Rakkas", serif;
}
.player-profile h3 {
  color: #2d491f;
}
.ccm-image-slider .rslides {
  opacity: 1 !important;
  visibility: visible !important;
}
.ccm-image-slider {
  transition: none !important;
}
