body {
  font-family: "Inter", sans-serif;
}

.text-transform-none {
  text-transform: none;
}

.share-qrcode svg {
  width: 100%;
}

.container-lg {
  max-width: 1140px;
}

.navbar {
  position: relative;
  z-index: 1001;
  padding: 0;
  background-color: var(--bs-white);
}
.navbar .container {
  max-width: 100%;
}

.navbar-brand-logo {
  max-height: 40px;
}

.navbar-brand {
  display: flex;
  align-items: center;
  padding: 0;
  z-index: 9;
}
.navbar-brand img {
  max-height: 54px;
}
@media (max-width: 370px) {
  .navbar-brand img {
    max-width: 100px;
  }
}
@media (max-width: 991px) {
  .navbar-brand img {
    max-height: 54px;
  }
}

.navbar-brand-wrapper {
  display: flex;
  align-items: center;
  height: 76px;
  width: 100%;
}

.navbar-sponsor-logo img {
  max-width: 100%;
  max-height: var(--header-height, 76px);
}
.links-style {
  font-family: "Inter", sans-serif !important;
  letter-spacing: 1px;
  color: #377dff;
  margin-right: 5px;
  text-decoration: none;
}
.links-style.active:after {
  background-color: #377dff;
}
@media (min-width: 992px) {
  .links-style.active:after {
    width: 100%;
  }
}
.links-style:after {
  background-color: initial;
  content: "";
  display: block;
  height: 2px;
  margin: auto;
  transition: width 0.5s ease, background-color 0.5s ease;
  width: 0;
}
@media (min-width: 992px) {
  .links-style:hover::after {
    background-color: #377dff;
    width: 100%;
  }
}

.navbar-toggler svg {
  fill: var(--app-font-color, #fff);
  width: 40px;
  height: 40px;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
  transition: top 0.3s ease;
}

[aria-expanded=true] .navbar-toggler-default {
  display: none;
}

[aria-expanded=false] .navbar-toggler-toggled {
  display: none;
}

.test {
  background: red;
}

.parner-watch {
  max-height: 76px;
}
@media (min-width: 992px) {
  .parner-watch {
    border-bottom: 1px solid #1b6039;
  }
}
@media (max-width: 992px) {
  .parner-watch {
    display: none;
  }
}

.watch-partner-small {
  position: relative;
  display: block;
  width: 100%;
  height: 78px;
  z-index: 99;
  align-items: center;
  padding: 0;
  text-align: center;
  background: #1b6039;
  overflow: hidden;
}
.watch-partner-small iframe {
  overflow: hidden;
}
@media (min-width: 992px) {
  .watch-partner-small {
    display: none;
  }
}

.site-locator .navbar {
  position: sticky;
  top: 0;
}

.customers-header {
  background-color: var(--main-color-bg);
}

.custon-info-message .info-message {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.custon-info-message .info-message:hover {
  color: #fff;
  border-bottom: 1px solid #fff;
  width: 100%;
}

.links-style {
  display: flex;
  color: var(--app-font-color, #fff);
  font-size: 14px;
  font-weight: 700;
  transition: color 0.3s ease;
  border: none;
  outline: none;
  background: transparent;
  width: 100%;
  margin: 0;
}
@media (max-width: 992px) {
  .links-style {
    padding: 5px 0;
  }
}

.links-style:hover {
  color: var(--app-font-color, #cecece);
  filter: brightness(0.8);
  background-color: transparent;
}

.links-style:hover:after {
  background-color: transparent;
}

.links-style.active {
  color: var(--app-font-color, #cecece);
  filter: brightness(0.8);
}

.links-style.active:after {
  background-color: transparent;
}

.navbar-nav {
  flex-grow: initial;
  margin: auto;
}

.customers-header {
  height: 76px;
}

.customers-header .navbar-toggler {
  color: #fff;
}

.custom-navbar {
  display: flex;
  list-style-type: none;
  overflow: hidden;
  gap: 15px;
  margin: auto 0;
}

.custom-dropdown:hover svg {
  fill: #cecece;
}

.custom-dropdown svg {
  fill: #fff;
  width: 15px;
  height: 15px;
}

.custom-dropdown-content {
  display: none;
  position: fixed;
  z-index: 9999;
}

.custom-dropdown:hover .custom-dropdown-content {
  display: block;
}

.custom-column {
  padding: 30px 0 20px;
  width: 230px;
}

.custom-column a {
  padding: 10px 20px;
  text-decoration: none;
  display: block;
}

.custom-column a:hover {
  background-color: #cd0022;
}

@media (max-width: 991px) {
  .customers-header .navbar-collapse {
    margin-left: -10px !important;
    top: 76px;
  }
  .customers-header .custom-navbar {
    flex-direction: column;
    padding-bottom: 20px;
    gap: 0;
  }
  .customers-header button {
    padding: 0;
  }
  .customers-header .custom-column {
    width: 100%;
    padding: 0;
  }
  .customers-header .custom-dropdown-content {
    display: block;
    position: relative;
  }
  .custom-column a {
    padding: 5px 20px;
  }
}
.btn-live {
  position: relative;
  width: 80px;
  color: #2e2e2e !important;
  background-color: #fff;
  padding: 5px 15px;
  border-radius: 50px;
  transition: background-color 2s linear;
}
.btn-live:hover {
  background-color: #efefef !important;
}
.btn-live:hover .live-icon {
  animation: none;
}

.live-icon {
  position: absolute;
  right: 12px;
  width: 10px;
  height: 10px;
  transform: translateY(50%);
  border-radius: 100%;
  background-color: var(--main-color-bg);
  animation: live 2s ease-in-out infinite;
}

@keyframes live {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.4);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}
.icon-star,
.icon-star-tennis {
  cursor: pointer;
}
.icon-star svg,
.icon-star-tennis svg {
  pointer-events: none;
  fill: var(--bs-gray-400);
  width: 20px;
  height: 20px;
}
@media (max-width: 468px) {
  .icon-star svg,
  .icon-star-tennis svg {
    width: 16px;
    height: 16px;
  }
}
.icon-star:hover svg,
.icon-star-tennis:hover svg {
  fill: var(--bs-gray-600);
}

[data-favorite-player=true] .icon-star-tennis svg {
  fill: var(--bs-yellow);
}

.active-row .icon-star svg,
.active-row .icon-star-tennis svg {
  fill: var(--bs-yellow);
}

.table-style {
  table-layout: fixed;
  border-color: #eaeaea;
  font-size: 80%;
}
@media (min-width: 576px) {
  .table-style {
    font-size: 100%;
  }
}
.table-style thead tr {
  height: 49px;
}
.table-style thead {
  text-transform: uppercase;
  font-size: 80%;
  background-color: var(--main-color-bg);
}
.table-style thead th {
  color: var(--app-font-color, #fff);
}
.table-style tbody svg {
  transition: fill 200ms ease-in;
}
.table-style tbody tr:hover {
  background-color: rgba(232, 232, 232, 0.2);
}

.title-row {
  background-color: var(--bs-gray-300);
  font-size: 80%;
}

.table-lg > :not(caption) > * > * {
  padding: 0.5rem 1rem;
}
@media (max-width: 700px) {
  .table-lg > :not(caption) > * > * {
    padding: 0.3rem 0.3rem;
  }
}

.auto-fullname {
  position: relative;
  display: flex;
  align-items: center;
  padding-right: 24px !important;
}

.icon-legend {
  position: absolute;
  display: flex;
  right: -16px;
}

.player-icon-header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -2px;
}
.player-icon-header svg {
  width: 15px;
  height: 15px;
}

.player-icon {
  margin-left: 5px;
}
.player-icon svg {
  width: 15px;
  height: 15px;
}

.player-logo {
  height: 25px;
}

.player-name-info {
  padding-left: 5px !important;
}
.player-name-info .player-icon-header {
  margin-left: -2px;
}

.leaderboard-content {
  font-size: 90%;
}
.leaderboard-content .icon-legend {
  right: 0;
}
.leaderboard-content [data-id-flightnumber] {
  cursor: pointer;
}
.leaderboard-content .top-five-fullname {
  position: relative;
}

.auto-head,
.top-five-head {
  font-size: 72% !important;
}

.top-five-head {
  position: sticky;
  top: 0;
  z-index: 1;
  text-transform: uppercase;
  align-items: center;
  color: var(--app-font-color, #fff);
  background-color: var(--main-color-bg);
}
.top-five-head .top-five-par72 {
  line-height: 110%;
}

.row-item:hover {
  background: #ededed !important;
}

.auto-selected {
  background: #ededed !important;
}

.table-players tbody tr:nth-child(even),
.table-favorites tbody tr:nth-child(even) {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity));
}

@media (max-width: 568px) {
  .round-column {
    display: none;
  }
}

.round-select {
  max-width: 120px;
}

[data-fav=true],
[data-fav-autocomplete=true] {
  background-color: #fff7d5 !important;
  border-bottom: 1px solid #ffe677;
}
[data-fav=true]:hover,
[data-fav-autocomplete=true]:hover {
  background-color: #ffed9b !important;
}

.small-text {
  font-size: 12px;
}

.small-pos-l {
  margin-top: 0px;
  font-size: 12px;
  letter-spacing: -1px;
}

.table-favorites th,
.table-players th {
  font-weight: normal;
}

.table-players tbody tr,
.table-favorites tbody tr {
  position: relative;
}
.table-players tbody tr::after,
.table-favorites tbody tr::after {
  position: absolute;
  content: "";
  left: 0;
  height: 100%;
  border-left: 5px solid var(--course-color);
}

.layer-courses {
  gap: 2px 10px;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .layer-courses {
    margin-bottom: -30px;
  }
}
.layer-courses .button-layer {
  border-left: 28px solid var(--color-button-layer);
  padding: 2px 10px;
  white-space: nowrap;
}

.player-row-golf:hover {
  background: #ededed !important;
}
.player-row-golf:hover .mach-player-image svg {
  fill: #fff;
}

[data-favorite-player-clone=true] {
  background-color: #fff7d5;
  border-bottom: 1px solid #ffe677;
}
[data-favorite-player-clone=true]:hover {
  background-color: #ffed9b !important;
}

.player-row-golf svg {
  width: 25px !important;
  height: 25px !important;
}

.site-locator .schedule-player .flag-icon {
  width: 21px;
}

.top-five-wrapper .top-five-thru {
  line-height: 100%;
}

.filter-clear-btn {
  position: absolute;
  right: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.75rem;
  height: 0.75rem;
  padding: 0.25em;
  border: none;
  cursor: pointer;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23676a6d'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") 50%/0.75rem auto no-repeat;
}
.filter-clear-btn:hover {
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") 50%/0.75rem auto no-repeat;
}

.footer-color {
  background-color: var(--main-color-bg) !important;
}

@media (max-width: 480px) {
  footer {
    font-size: 75%;
  }
}
footer a {
  position: relative;
  text-decoration: none;
  padding-bottom: 2px;
}

footer a:hover {
  color: #f2f2f2;
  border-bottom: 1px solid var(--app-font-color, #fff);
}

footer a::after {
  position: absolute;
  content: "/";
  color: var(--app-font-color, #c7c7c7);
  right: -18px;
  top: -2px;
}

footer ul li:last-child a::after {
  display: none;
}

.list-separator .list-inline-item:not(:last-child) {
  padding-right: 1rem;
}

.link-light {
  color: var(--app-font-color, #f8f9fa);
}
.link-light:hover {
  color: var(--app-font-color, #f8f9fa);
  filter: brightness(150%);
}

footer .text-copy {
  color: var(--app-font-color, #fff);
  opacity: 0.8;
}

.site-locator .scroll-to-top {
  display: none;
}

.scroll-to-top {
  position: fixed;
  border-radius: 50%;
  background-color: var(--bs-white);
  cursor: pointer;
  opacity: 0;
  width: 48px;
  height: 48px;
  bottom: 20px;
  right: 20px;
  z-index: 100;
  transform: translateY(100px);
  transition: transform 0.5s ease;
  border: 2px solid var(--main-color-bg, --bs-white);
}
.scroll-to-top svg {
  fill: var(--main-color-bg, --bs-white);
  width: 34px;
  height: 34px;
}

.show-scroll-to-top {
  opacity: 0.8;
  transform: translateY(0);
}
.show-scroll-to-top:hover {
  opacity: 1;
}

.leaflet-control-locate {
  display: none;
}

.leaflet-control-locate-location svg {
  width: 25px !important;
  height: 25px !important;
}

.leaflet-control-locate a {
  cursor: pointer;
}
.leaflet-control-locate a .leaflet-control-locate-location-arrow {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 7px;
  background-color: black;
  -webkit-mask-image: url("/images/location-arrow-solid.svg");
          mask-image: url("/images/location-arrow-solid.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}
.leaflet-control-locate a .leaflet-control-locate-spinner {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 7px;
  background-color: black;
  -webkit-mask-image: url("/images/spinner-solid.svg");
          mask-image: url("/images/spinner-solid.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  animation: leaflet-control-locate-spin 2s linear infinite;
}
.leaflet-control-locate.active a .leaflet-control-locate-location-arrow {
  background-color: #2074b6;
}
.leaflet-control-locate.following a .leaflet-control-locate-location-arrow {
  background-color: #fc8428;
}

.leaflet-touch .leaflet-bar .leaflet-locate-text-active {
  width: 100%;
  max-width: 200px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 0 10px;
}
.leaflet-touch .leaflet-bar .leaflet-locate-text-active .leaflet-locate-icon {
  padding: 0 5px 0 0;
}

.leaflet-control-locate-location circle {
  animation: leaflet-control-locate-throb 4s ease infinite;
}

@keyframes leaflet-control-locate-throb {
  0% {
    stroke-width: 1;
  }
  50% {
    stroke-width: 3;
    transform: scale(0.8, 0.8);
  }
  100% {
    stroke-width: 1;
  }
}
@keyframes leaflet-control-locate-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.custom-info {
  color: #fff;
  width: 100%;
  background-color: #8a0719;
  display: none;
}

.custon-info-message {
  max-width: 1140px;
  padding: 3px 10px;
  margin: auto;
  font-size: 90%;
  max-height: 28px;
  overflow: hidden;
}

[data-info=true] .leaflet-control-zoom {
  margin-top: 50px !important;
}
[data-info=true] .custom-info {
  display: block;
}

.site-locator .custom-info {
  position: absolute;
  z-index: 999;
}
@media (max-width: 991px) {
  .site-locator .custom-info {
    position: relative;
  }
}

.message-partner {
  display: var(--iframe, block);
  position: relative;
  width: 100%;
  z-index: 999;
  top: var(--header-height, 0px);
}

.site-locator .message-partner {
  position: fixed;
}

.system-message-ticker {
  overflow: hidden;
}

.section-sponsors {
  background-color: var(--main-color-bg, --bs-white);
  color: var(--bs-white);
}
.section-sponsors img {
  max-width: 200px;
}

.player-scoring,
.player-favorites {
  cursor: pointer;
}

.player-scoring-td {
  overflow: auto;
  padding: 0 !important;
}

.scoring-table-header {
  color: var(--bs-white);
}

.scoring-table {
  cursor: default;
  vertical-align: baseline;
  margin-bottom: 0;
}

.rounds-scoring {
  font-weight: 600;
}

.scoring-table th {
  padding: 5px;
  font-weight: bold;
}

.scoring-table-body {
  padding: 0;
  margin: 0;
  font-size: 13px;
  text-align: center;
}

.scoring-table-body > tr:nth-child(odd) {
  background-color: var(--bs-white);
}

.scoring-body-gray {
  background: #f6f6f6 !important;
}

.scoring-body-gray-dark {
  background: #f0efef !important;
}

.table-head-scroing {
  color: var(--app-font-color, #fff);
  font-weight: 400;
  padding: 5px;
  font-size: 13px;
  border-style: hidden;
  text-align: center;
  height: 20px !important;
}

.table-head-scroing td:first-child {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 9;
  background: var(--main-color-bg);
}

.scoring-table-body tr td:first-child {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 9;
}
@media (max-width: 600px) {
  .scoring-table-body tr td:first-child {
    background: #fff;
  }
}

.scoring-table-footer {
  border-top: 1px solid #000 !important;
  font-size: 13px;
  background-color: #fff;
}
.scoring-table-footer .legend-table {
  margin: 5px;
  gap: 5px;
}
@media (min-width: 768px) {
  .scoring-table-footer .legend-table {
    gap: 20px;
    justify-content: end;
  }
}
.scoring-table-footer .legend-element {
  display: flex;
  align-items: center;
  gap: 10px;
}
.scoring-table-footer .legend-icon {
  width: 15px;
  height: 15px;
}
.scoring-table-footer .icon-circle {
  border-radius: 50%;
}

.leaderboard-color {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  line-height: 100%;
  color: #fff;
  margin: auto;
}

.icon-type-circle {
  border-radius: 50%;
}

.icon-eagle {
  background: #f2ba47;
}

.icon-birdie {
  background: #c7332e;
}

.icon-bogey {
  background: #050015;
}

.icon-double-bogey {
  background: #2f63c4;
}

.select2-country-container .select2-container--bootstrap-5 .select2-selection {
  min-height: 31px;
  padding: 0.15rem 0.5rem;
  font-size: 0.875rem;
}
.select2-country-container .select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered {
  padding: 0;
  line-height: 1.5;
}
.select2-country-container .select2-container--bootstrap-5 .select2-selection--single .select2-selection__clear {
  margin-top: 0;
  padding: 0 0.5rem;
}
.select2-country-container .select2-container {
  width: 100% !important;
}

.select2-results__option {
  white-space: nowrap;
}
.select2-results__option .flag-icon {
  margin-right: 8px;
  flex-shrink: 0;
}

.select2-selection__rendered {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 1.5rem;
}
.select2-selection__rendered .flag-icon {
  margin-right: 8px;
  flex-shrink: 0;
}

.select2-container--bootstrap-5 .select2-selection--single {
  min-width: calc(1.5rem + 36px);
  position: relative;
}
.select2-container--bootstrap-5 .select2-selection--single .select2-selection__clear {
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.col-country .select2-container,
.col-current-hole .select2-container {
  width: 100% !important;
}

body > .select2-container--open .select2-dropdown {
  min-width: 220px;
}

@media (max-width: 767px) {
  .col-country,
  .col-current-hole {
    width: 75px;
  }
}
@media (max-width: 767px) {
  .select2-container--bootstrap-5 .select2-selection--single {
    min-height: 44px;
    padding: 0.4rem 0.5rem;
    font-size: 1rem;
  }
  .select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered {
    line-height: 2;
  }
  .select2-container--bootstrap-5 .select2-selection--single .select2-selection__clear {
    font-size: 1.25rem;
    padding: 0 0.75rem;
  }
  .select2-container--bootstrap-5 .select2-dropdown {
    border-radius: 0.5rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  }
  .select2-container--bootstrap-5 .select2-search--dropdown .select2-search__field {
    min-height: 44px;
    font-size: 1rem;
    padding: 0.5rem 0.75rem;
  }
  .select2-results__option {
    padding: 0.625rem 0.75rem;
    font-size: 1rem;
    min-height: 44px;
    display: flex;
    align-items: center;
  }
  .select2-container--bootstrap-5 .select2-results__option--highlighted {
    font-weight: 500;
  }
  .select2-selection__placeholder {
    display: none;
  }
  body > .select2-container--open {
    left: 0.75rem !important;
    width: calc(100vw - 1.5rem) !important;
  }
  body > .select2-container--open .select2-dropdown {
    width: 100% !important;
  }
  .select2-selection__rendered > *:not(.select2-selection__clear):not(.select2-selection__placeholder) {
    display: none !important;
  }
}
.navbar-toggler-default,
.navbar-toggler-toggled {
  pointer-events: none;
}

.navbar-container {
  background: var(--main-color-bg);
}

@media (max-width: 991px) {
  .navbar-collapse {
    position: absolute;
    top: 53px;
    left: 0;
    right: 0;
    height: 0;
    transition: height 0.5s ease;
    overflow: hidden;
  }
  .navbar-collapse.show-menu {
    height: var(--custom-navbar-height);
  }
  .custom-navbar {
    margin-top: 10px;
  }
  .custom-navbar li {
    padding: 2px 0;
  }
}
.swiper-container {
  overflow: hidden;
}
.swiper-container .swiper-slide {
  margin: auto;
}

.swiper-container-top {
  width: 125px;
  max-height: 65px;
}
.swiper-container-top img {
  max-height: 50px;
}

.swiper-container-quickbar {
  max-width: 100px;
  max-height: 60px;
  margin-right: 0;
}
.swiper-container-quickbar img {
  max-height: 40px;
}

.site-bigscreen {
  overflow: hidden;
}
.site-bigscreen .message-partner {
  position: absolute;
  top: 76px;
  z-index: 999;
}

.big-screen-wrapper {
  height: calc(100vh - var(--header-height, 76px));
}

.qrcode-on-map {
  position: absolute;
  bottom: 100px;
  left: 30px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(20px);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
}

.qrcode-on-map-card {
  display: none;
}

.qrcode-on-map-wrapper .share-qrcode {
  margin-top: 0 !important;
}

.bigscreen-leaderboard {
  position: absolute;
  bottom: 100px;
  right: 20px;
  width: 600px;
  height: -moz-max-content;
  height: max-content;
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  font-size: 25px;
}
.bigscreen-leaderboard h4 {
  margin-top: -7px;
  color: #fff;
  font-weight: lighter;
  font-size: 170%;
}
.bigscreen-leaderboard-bg {
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(20px);
}
.bigscreen-leaderboard .player {
  min-width: 100%;
  border-radius: 4px;
  background: #fff;
}
.bigscreen-leaderboard .player table {
  table-layout: fixed;
  width: 100%;
}
.bigscreen-leaderboard .player tbody tr:nth-child(odd) {
  background-color: #f8f9fa;
}
.bigscreen-leaderboard .player thead th {
  padding: 4px;
  font-weight: normal;
  text-transform: uppercase;
  background: #bebebe;
  color: #212529;
}
.bigscreen-leaderboard .player thead th:first-child {
  padding-left: 10px;
}
.bigscreen-leaderboard .player td {
  padding: 5px;
}
.bigscreen-leaderboard .player td:first-child {
  padding-left: 10px;
}
.bigscreen-leaderboard .player .ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
.bigscreen-leaderboard .player .bs-pos {
  width: 12%;
}
.bigscreen-leaderboard .player .bs-country {
  width: 7%;
}
.bigscreen-leaderboard .player .bs-name {
  width: 45%;
}
.bigscreen-leaderboard .player .bs-score {
  width: 19%;
}
.bigscreen-leaderboard .player .bs-current-hole {
  width: 17%;
}
.bigscreen-leaderboard.has-teetimes .bs-name {
  width: 40%;
}
.bigscreen-leaderboard.has-teetimes .bs-current-hole {
  width: 22%;
}
.bigscreen-leaderboard.has-teetimes .bs-hole-right {
  text-align: right;
  padding-right: 10px;
}
.bigscreen-leaderboard.has-teetimes .thru-time {
  display: flex;
  white-space: nowrap;
  font-size: 85%;
}
.bigscreen-leaderboard.has-teetimes .thru-h {
  width: 43%;
  text-align: right;
  flex-shrink: 0;
}
.bigscreen-leaderboard.has-teetimes .time-12h {
  font-size: 85%;
}
.bigscreen-leaderboard.has-teetimes .time-12h .thru-h {
  width: 20%;
}
.bigscreen-leaderboard.has-12h-times .bs-name {
  width: 42%;
}
.bigscreen-leaderboard.has-12h-times .bs-current-hole {
  width: 20%;
}
.bigscreen-leaderboard.has-12h-times .thru-ampm {
  padding-left: 3px;
}

.bigscreen-practice {
  position: absolute;
  bottom: 100px;
  right: 20px;
  width: 550px;
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  font-size: 25px;
  overflow: hidden;
  z-index: 100;
}
.bigscreen-practice h4 {
  margin: 0 0 15px 0;
  color: #fff;
  font-weight: lighter;
  font-size: 170%;
}
.bigscreen-practice-bg {
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(20px);
}
.bigscreen-practice .practice-slider-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.bigscreen-practice .practice-slider {
  display: flex;
  transition: transform 0.8s ease-in-out;
}
.bigscreen-practice .practice-page {
  flex: 0 0 100%;
  box-sizing: border-box;
}
.bigscreen-practice .practice-header {
  margin-bottom: 10px;
  font-size: 80%;
}
.bigscreen-practice .practice-table-wrapper {
  width: 100%;
  border-radius: 4px;
  background: #fff;
  overflow: hidden;
}
.bigscreen-practice .practice-table-wrapper table {
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
}
.bigscreen-practice .practice-table-wrapper tbody tr:nth-child(odd) {
  background-color: #f8f9fa;
}
.bigscreen-practice .practice-table-wrapper tbody tr {
  height: 40px;
}
.bigscreen-practice .practice-table-wrapper td {
  padding: 8px 5px;
  vertical-align: middle;
}
.bigscreen-practice .practice-table-wrapper td:first-child {
  padding-left: 10px;
  text-align: center;
}
.bigscreen-practice .practice-table-wrapper .name-cell {
  display: flex;
  align-items: center;
  overflow: hidden;
}
.bigscreen-practice .practice-table-wrapper .name-initial {
  flex-shrink: 0;
}
.bigscreen-practice .practice-table-wrapper .position-display {
  text-transform: capitalize;
}
.bigscreen-practice .practice-table-wrapper .ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex: 1;
  min-width: 0;
}
.bigscreen-practice .practice-table-wrapper .practice-table-3col .col-flag {
  width: 12%;
}
.bigscreen-practice .practice-table-wrapper .practice-table-3col .col-name {
  width: 58%;
}
.bigscreen-practice .practice-table-wrapper .practice-table-3col .col-position {
  width: 30%;
  text-align: center;
}
.bigscreen-practice .practice-table-wrapper .practice-table-3col td:last-child {
  text-align: center;
}
.bigscreen-practice .practice-table-wrapper .practice-table-2col .col-flag {
  width: 15%;
}
.bigscreen-practice .practice-table-wrapper .practice-table-2col .col-name {
  width: 85%;
}

.icon-offline {
  width: 17px;
  height: 17px;
}

.scoring-squads {
  font-size: 1.4rem;
}
@media (max-width: 710px) {
  .scoring-squads {
    font-size: 1rem;
  }
}
.scoring-squads .squad-eur {
  background: #003c82;
}
.scoring-squads .squad-usa {
  background: #c81414;
}

.table-head-lead .team-eur {
  background: #003c82;
}
.table-head-lead .team-usa {
  background: #c81414;
}

.player-lead svg {
  width: 25px;
  height: 25px;
  fill: #c81414;
}

div[data-match-id] {
  cursor: pointer;
}
div[data-match-id] .round-name + .round-name {
  margin-top: 20px;
}
div[data-match-id]:nth-child(odd) {
  background-color: #f5f5f5;
}
div[data-match-id]:hover .full-name {
  color: #c81414;
}

@media (max-width: 768px) {
  .points-section .row {
    font-size: 80%;
  }
  .points-section svg {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 576px) {
  .points-section svg {
    width: 15px;
    height: 15px;
  }
}
@media (max-width: 991px) {
  .players-eur {
    order: 1;
  }
  .players-usa {
    order: 2;
  }
  .leader-points {
    order: 3;
    flex-basis: auto;
  }
}
@media (min-width: 576px) {
  .player-details-wrapper {
    flex-direction: row;
    display: flex;
  }
}
@media (min-width: 992px) {
  .player-details-wrapper {
    flex-direction: column;
  }
}

.player-info-wrapper {
  margin: 10px 0;
  line-height: 100%;
}
.player-info-wrapper img {
  max-width: 100px;
}
.player-info-wrapper .country {
  color: #adb5bd;
  font-size: 80%;
}
@media (min-width: 992px) {
  .player-info-wrapper + .player-info-wrapper {
    padding-top: 15px;
    border-top: 1px solid var(--bs-gray-300);
  }
}

.player-image img {
  display: block;
  margin: auto;
}

.color-standing {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 80%;
}

.color-usa {
  background: #c81414;
}

.color-eur {
  background: #003c82;
}

.leader-points-table {
  margin-bottom: 40px;
}

.points-table tbody tr > td {
  border-right: 1px solid #fff !important;
}

.table-points-wrapper {
  border: 1px solid #e7e7e7;
  font-size: 90%;
  overflow-x: auto;
}
.points-leader {
  padding: 0.5rem 0.13rem !important;
}
.points-leader .flag-icon {
  width: 19px;
  height: 19px;
  margin: auto;
}

.points-matches {
  font-size: 85%;
}
.points-matches > td:not(:first-child) {
  padding: 0.5rem 0 !important;
}

.points-table {
  margin: 0 !important;
  caption-side: bottom;
  border-collapse: collapse;
  background: #fafeff;
}
.points-table thead tr:first-child {
  background-color: var(--main-color-bg, #08285d);
  color: #fff;
}
.points-table td:first-child {
  text-align: left;
  width: auto;
  font-weight: bold;
}
.points-table tr td:first-child,
.points-table td:first-child {
  left: 0;
  position: sticky;
  top: 0;
  z-index: 9;
}
.points-table > :not(:first-child) {
  border-top: none !important;
}
.points-table .dark-color td:first-child {
  background-color: var(--main-color-bg, #08285d);
}
.points-table .light-color td:first-child {
  background: #fafeff;
}
.points-table .team-eur {
  background: #003c82;
  color: #fff !important;
}
.points-table .team-eur:empty {
  background: transparent !important;
}
.points-table .team-usa {
  background: #c81414;
  color: #fff !important;
}
.points-table .team-usa:empty {
  background: transparent !important;
}

.points-section-row {
  border-top: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
  overflow: hidden;
  height: 0;
  opacity: 0;
  transition: height 0ms 400ms, opacity 400ms 0ms;
}
@media (min-width: 992px) {
  .points-section-row {
    align-items: center !important;
  }
}

.show-players-points {
  color: #c81414;
}
.show-players-points .arrow-icon {
  rotate: 180deg;
}
.show-players-points .player-info-wrapper {
  border-bottom: none;
}

.active-row {
  height: auto;
  opacity: 1;
  transition: height 0ms 0ms, opacity 600ms 0ms;
}

.point-matches-item {
  font-size: 90%;
}

.leader-head {
  margin: 30px auto 10px;
}
@media (max-width: 992px) {
  .leader-head {
    margin: 10px auto;
  }
}

.table-leaderboard-center {
  table-layout: fixed;
  margin: 0;
  border-color: transparent;
}
.table-leaderboard-center td {
  padding: 0 !important;
}
.table-leaderboard-center .center-table {
  width: 40px;
  background: #f6f6f6;
  vertical-align: middle;
  text-align: center;
}
@media (max-width: 400px) {
  .table-leaderboard-center .center-table {
    width: 20px;
  }
}

.scoring-logo {
  position: relative;
}

.logo-scoring {
  position: absolute;
  max-width: 120px;
  left: 0;
  right: 0;
  margin: auto;
  top: -50px;
}

.players-count-1 {
  justify-content: space-around;
}

.players-count-2 {
  justify-content: space-between;
}

.mp-player-popup {
  display: flex;
}

.mp-players-group > div:last-child {
  margin-left: -10px;
  z-index: 100;
}

.players-headshot {
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.players-headshot img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.players-headshot svg {
  fill: #565656;
  background-color: #f0f0f0;
  position: relative !important;
  width: 100%;
  height: 100%;
}

.player-count-1 {
  position: relative;
  z-index: 0;
}
.player-count-1 .players-headshot {
  width: 100px;
  height: 100px;
}

.player-count-2 .players-headshot {
  position: relative;
  z-index: 0;
  width: 70px;
  height: 70px;
}

.teams-order-USA .mp-player-wrapper :first-child {
  order: 2;
}
.teams-order-USA .mp-player-wrapper .mp-players-group {
  flex-direction: row-reverse;
}
.teams-order-USA .players-name {
  display: flex;
  flex-direction: column-reverse;
}
.teams-order-USA.squads-wrapper .team-usa-score {
  order: 1;
}
.teams-order-USA.squads-wrapper .team-usa-score :first-child {
  order: 2;
}
.teams-order-USA.squads-wrapper .team-eur-score :first-child {
  order: 2;
}
.teams-order-USA.squads-wrapper .team-points-usa {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.teams-order-USA.squads-wrapper .team-points-eur {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

/*# sourceMappingURL=main.css.map*/