@charset "UTF-8";
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any styles
 * defined in the other CSS/SCSS files in this directory. It is generally better to create a new
 * file per style scope.
 *

 */
@import url("https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,600;9..144,700&family=IBM+Plex+Sans:wght@400;500;600&family=JetBrains+Mono:wght@500&display=swap");
/* line 1, app/assets/stylesheets/_base.scss */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* line 7, app/assets/stylesheets/_base.scss */
body {
  color: #212529;
  line-height: 1.5;
  margin: 0;
}

/* line 13, app/assets/stylesheets/_base.scss */
a {
  color: #0d6efd;
}

/* line 17, app/assets/stylesheets/_base.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

/* line 28, app/assets/stylesheets/_base.scss */
img,
svg {
  vertical-align: middle;
}

/* line 33, app/assets/stylesheets/_base.scss */
p {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 38, app/assets/stylesheets/_base.scss */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 1, app/assets/stylesheets/legacy/_global_components.scss */
.ezgl-avatar-circle {
  border-radius: 50%;
}

/* line 5, app/assets/stylesheets/legacy/_global_components.scss */
.ezgl-badge {
  color: #fff;
  display: inline-block;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  padding: 0.35em 0.65em;
  text-align: center;
  vertical-align: baseline;
  white-space: nowrap;
}

/* line 17, app/assets/stylesheets/legacy/_global_components.scss */
.ezgl-badge--secondary {
  background-color: #6c757d;
}

/* line 21, app/assets/stylesheets/legacy/_global_components.scss */
.ezgl-button {
  align-items: center;
  border: 1px solid transparent;
  font-size: 16px;
  border-radius: 0.25rem;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  line-height: 1.5;
  text-decoration: none;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

/* line 34, app/assets/stylesheets/legacy/_global_components.scss */
.ezgl-button--sm {
  font-size: 0.875rem;
  padding: 0.25rem 0.5rem;
}

/* line 39, app/assets/stylesheets/legacy/_global_components.scss */
.ezgl-button--light {
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  color: #000;
}

/* line 45, app/assets/stylesheets/legacy/_global_components.scss */
.ezgl-button--light:hover,
.ezgl-button--light:focus {
  background-color: #d3d4d5;
  border-color: #c6c7c8;
  color: #000;
}

/* line 52, app/assets/stylesheets/legacy/_global_components.scss */
.ezgl-button-group {
  display: inline-flex;
  position: relative;
  vertical-align: middle;
}

/* line 58, app/assets/stylesheets/legacy/_global_components.scss */
.ezgl-button-group > .ezgl-button {
  flex: 1 1 auto;
  position: relative;
}

/* line 63, app/assets/stylesheets/legacy/_global_components.scss */
.ezgl-button-group > .ezgl-button:not(:first-child) {
  margin-left: -1px;
}

/* line 67, app/assets/stylesheets/legacy/_global_components.scss */
.ezgl-button-group > .ezgl-button:hover,
.ezgl-button-group > .ezgl-button:focus,
.ezgl-button-group > .ezgl-button:active {
  z-index: 1;
}

/* line 73, app/assets/stylesheets/legacy/_global_components.scss */
.ezgl-dropdown-toggle-split {
  padding-left: 0.5625rem;
  padding-right: 0.5625rem;
}

/* line 78, app/assets/stylesheets/legacy/_global_components.scss */
.ezgl-container,
.ezgl-container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

@media (min-width: 576px) {
  /* line 88, app/assets/stylesheets/legacy/_global_components.scss */
  .ezgl-container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  /* line 92, app/assets/stylesheets/legacy/_global_components.scss */
  .ezgl-container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  /* line 96, app/assets/stylesheets/legacy/_global_components.scss */
  .ezgl-container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  /* line 100, app/assets/stylesheets/legacy/_global_components.scss */
  .ezgl-container {
    max-width: 1140px;
  }
}

/* line 103, app/assets/stylesheets/legacy/_global_components.scss */
.ezgl-row {
  --ezgl-gutter-x: 1.5rem;
  --ezgl-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-left: calc(-0.5 * var(--ezgl-gutter-x));
  margin-right: calc(-0.5 * var(--ezgl-gutter-x));
  margin-top: calc(-1 * var(--ezgl-gutter-y));
}

/* line 113, app/assets/stylesheets/legacy/_global_components.scss */
.ezgl-row > * {
  margin-top: var(--ezgl-gutter-y);
}

/* line 117, app/assets/stylesheets/legacy/_global_components.scss */
.ezgl-g-0,
.ezgl-gx-0 {
  --ezgl-gutter-x: 0;
}

/* line 122, app/assets/stylesheets/legacy/_global_components.scss */
.ezgl-g-0,
.ezgl-gy-0 {
  --ezgl-gutter-y: 0;
}

/* line 127, app/assets/stylesheets/legacy/_global_components.scss */
.ezgl-clearfix::after {
  display: block;
  clear: both;
  content: "";
}

/* line 133, app/assets/stylesheets/legacy/_global_components.scss */
.ezgl-inline-list {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* line 139, app/assets/stylesheets/legacy/_global_components.scss */
.ezgl-inline-list-item {
  display: inline-block;
}

/* line 143, app/assets/stylesheets/legacy/_global_components.scss */
.ezgl-inline-list-item:not(:last-child) {
  margin-right: 0.5rem;
}

/* line 147, app/assets/stylesheets/legacy/_global_components.scss */
.ezgl-col,
.ezgl-col-2,
.ezgl-col-3,
.ezgl-col-9,
.ezgl-col-10,
.ezgl-col-11,
.ezgl-col-12,
.ezgl-col-sm-3,
.ezgl-col-sm-9,
.ezgl-col-md-3,
.ezgl-col-md-4,
.ezgl-col-md-5,
.ezgl-col-md-6,
.ezgl-col-md-7,
.ezgl-col-md-8,
.ezgl-col-md-9,
.ezgl-col-md-12,
.ezgl-col-lg-4,
.ezgl-col-lg-6,
.ezgl-col-lg-8 {
  box-sizing: border-box;
  min-height: 1px;
  padding-left: calc(var(--ezgl-gutter-x) * 0.5);
  padding-right: calc(var(--ezgl-gutter-x) * 0.5);
  position: relative;
  width: 100%;
}

/* line 175, app/assets/stylesheets/legacy/_global_components.scss */
.ezgl-col {
  flex: 1 0 0%;
}

/* line 176, app/assets/stylesheets/legacy/_global_components.scss */
.ezgl-col-2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

/* line 177, app/assets/stylesheets/legacy/_global_components.scss */
.ezgl-col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

/* line 178, app/assets/stylesheets/legacy/_global_components.scss */
.ezgl-col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

/* line 179, app/assets/stylesheets/legacy/_global_components.scss */
.ezgl-col-10 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

/* line 180, app/assets/stylesheets/legacy/_global_components.scss */
.ezgl-col-11 {
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

/* line 181, app/assets/stylesheets/legacy/_global_components.scss */
.ezgl-col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 576px) {
  /* line 184, app/assets/stylesheets/legacy/_global_components.scss */
  .ezgl-col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 185, app/assets/stylesheets/legacy/_global_components.scss */
  .ezgl-col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 186, app/assets/stylesheets/legacy/_global_components.scss */
  .ezgl-offset-sm-3 {
    margin-left: 25%;
  }
}

@media (min-width: 768px) {
  /* line 190, app/assets/stylesheets/legacy/_global_components.scss */
  .ezgl-col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 191, app/assets/stylesheets/legacy/_global_components.scss */
  .ezgl-col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  /* line 192, app/assets/stylesheets/legacy/_global_components.scss */
  .ezgl-col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  /* line 193, app/assets/stylesheets/legacy/_global_components.scss */
  .ezgl-col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 194, app/assets/stylesheets/legacy/_global_components.scss */
  .ezgl-col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  /* line 195, app/assets/stylesheets/legacy/_global_components.scss */
  .ezgl-col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  /* line 196, app/assets/stylesheets/legacy/_global_components.scss */
  .ezgl-col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 197, app/assets/stylesheets/legacy/_global_components.scss */
  .ezgl-col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  /* line 201, app/assets/stylesheets/legacy/_global_components.scss */
  .ezgl-col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  /* line 202, app/assets/stylesheets/legacy/_global_components.scss */
  .ezgl-col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 203, app/assets/stylesheets/legacy/_global_components.scss */
  .ezgl-col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
}

/* line 206, app/assets/stylesheets/legacy/_global_components.scss */
.ezgl-navbar {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0.5rem 1rem;
  position: relative;
}

/* line 215, app/assets/stylesheets/legacy/_global_components.scss */
.ezgl-navbar.ezgl-fixed-top {
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1030;
}

/* line 223, app/assets/stylesheets/legacy/_global_components.scss */
.ezgl-nav {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}

/* line 231, app/assets/stylesheets/legacy/_global_components.scss */
.ezgl-flex-column {
  flex-direction: column;
}

/* line 235, app/assets/stylesheets/legacy/_global_components.scss */
.ezgl-navbar > .ezgl-container {
  align-items: center;
  display: flex;
  flex-wrap: inherit;
  justify-content: space-between;
}

/* line 242, app/assets/stylesheets/legacy/_global_components.scss */
.ezgl-navbar-collapse {
  align-items: center;
  flex-basis: 100%;
  flex-grow: 1;
}

/* line 248, app/assets/stylesheets/legacy/_global_components.scss */
.ezgl-navbar-nav {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* line 256, app/assets/stylesheets/legacy/_global_components.scss */
.ezgl-nav-link {
  display: block;
  padding: 0.5rem 1rem;
  text-decoration: none;
}

/* line 262, app/assets/stylesheets/legacy/_global_components.scss */
.ezgl-navbar-dark .ezgl-navbar-brand {
  color: #fff;
}

/* line 266, app/assets/stylesheets/legacy/_global_components.scss */
.ezgl-navbar-dark .ezgl-navbar-brand:hover,
.ezgl-navbar-dark .ezgl-navbar-brand:focus {
  color: #fff;
}

/* line 271, app/assets/stylesheets/legacy/_global_components.scss */
.ezgl-navbar-toggler {
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  font-size: 1.25rem;
  line-height: 1;
  padding: 0.25rem 0.75rem;
}

/* line 280, app/assets/stylesheets/legacy/_global_components.scss */
.ezgl-navbar-toggler-icon {
  background: currentColor;
  box-shadow: 0 6px 0 currentColor, 0 12px 0 currentColor;
  display: inline-block;
  height: 2px;
  width: 1.5em;
}

/* line 288, app/assets/stylesheets/legacy/_global_components.scss */
.ezgl-collapse[hidden] {
  display: none !important;
}

@media (min-width: 768px) {
  /* line 293, app/assets/stylesheets/legacy/_global_components.scss */
  .ezgl-navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 298, app/assets/stylesheets/legacy/_global_components.scss */
  .ezgl-navbar-expand-md .ezgl-navbar-toggler,
.ezgl-navbar-expand-md .ezgl-close-button {
    display: none;
  }
  /* line 303, app/assets/stylesheets/legacy/_global_components.scss */
  .ezgl-navbar-expand-md .ezgl-navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 308, app/assets/stylesheets/legacy/_global_components.scss */
  .ezgl-navbar-expand-md .ezgl-navbar-nav {
    flex-direction: row;
  }
}

/* line 313, app/assets/stylesheets/legacy/_global_components.scss */
.ezgl-dropdown {
  position: relative;
}

/* line 317, app/assets/stylesheets/legacy/_global_components.scss */
.ezgl-dropdown-menu {
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  color: #212529;
  display: none;
  float: left;
  font-size: 1rem;
  left: 0;
  list-style: none;
  margin: 0.125rem 0 0;
  min-width: 10rem;
  padding: 0.5rem 0;
  position: absolute;
  text-align: left;
  top: 100%;
  z-index: 1000;
}

/* line 337, app/assets/stylesheets/legacy/_global_components.scss */
.ezgl-dropdown.ezgl-is-visible > .ezgl-dropdown-menu,
.ezgl-button-group.ezgl-is-visible > .ezgl-dropdown-menu,
.ezgl-dropdown-menu.ezgl-is-visible {
  display: block;
}

/* line 343, app/assets/stylesheets/legacy/_global_components.scss */
.ezgl-dropdown-menu-end {
  left: auto;
  right: 0;
}

/* line 348, app/assets/stylesheets/legacy/_global_components.scss */
.ezgl-dropdown-item {
  background-color: transparent;
  border: 0;
  box-sizing: border-box;
  clear: both;
  color: #212529;
  display: block;
  font-weight: 400;
  padding: 0.25rem 1.5rem;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  width: 100%;
}

/* line 363, app/assets/stylesheets/legacy/_global_components.scss */
.ezgl-dropdown-item:hover,
.ezgl-dropdown-item:focus {
  background-color: #f8f9fa;
  color: #16181b;
  text-decoration: none;
}

/* line 370, app/assets/stylesheets/legacy/_global_components.scss */
.ezgl-dropdown-item.ezgl-is-active,
.ezgl-dropdown-item:active {
  background-color: #f8f9fa;
  color: #16181b;
  text-decoration: none;
}

/* line 377, app/assets/stylesheets/legacy/_global_components.scss */
.ezgl-dropdown-item.ezgl-is-disabled,
.ezgl-dropdown-item[aria-disabled="true"] {
  background-color: transparent;
  color: #6c757d;
  pointer-events: none;
}

/* line 384, app/assets/stylesheets/legacy/_global_components.scss */
.ezgl-dropdown-divider {
  border-top: 1px solid #e9ecef;
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
}

/* line 391, app/assets/stylesheets/legacy/_global_components.scss */
.ezgl-dropdown-header {
  color: #6c757d;
  display: block;
  font-size: 0.875rem;
  margin-bottom: 0;
  padding: 0.5rem 1.5rem;
  white-space: nowrap;
}

/* line 400, app/assets/stylesheets/legacy/_global_components.scss */
.ezgl-modal {
  bottom: 0;
  display: none;
  left: 0;
  outline: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1050;
}

/* line 412, app/assets/stylesheets/legacy/_global_components.scss */
.ezgl-modal.ezgl-is-visible {
  display: block;
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 418, app/assets/stylesheets/legacy/_global_components.scss */
.ezgl-modal-backdrop {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1040;
}

/* line 429, app/assets/stylesheets/legacy/_global_components.scss */
.ezgl-modal-open {
  overflow: hidden;
}

/* line 433, app/assets/stylesheets/legacy/_global_components.scss */
.ezgl-modal-dialog {
  margin: 0.5rem;
  pointer-events: none;
  position: relative;
}

/* line 439, app/assets/stylesheets/legacy/_global_components.scss */
.ezgl-modal-dialog-centered {
  align-items: center;
  display: flex;
  min-height: calc(100% - 1rem);
}

/* line 445, app/assets/stylesheets/legacy/_global_components.scss */
.ezgl-modal-content {
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  display: flex;
  flex-direction: column;
  outline: 0;
  pointer-events: auto;
  position: relative;
  width: 100%;
}

/* line 458, app/assets/stylesheets/legacy/_global_components.scss */
.ezgl-modal-header,
.ezgl-modal-footer {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

/* line 465, app/assets/stylesheets/legacy/_global_components.scss */
.ezgl-modal-header {
  border-bottom: 1px solid #dee2e6;
  padding: 1rem;
}

/* line 470, app/assets/stylesheets/legacy/_global_components.scss */
.ezgl-modal-body {
  flex: 1 1 auto;
  padding: 1rem;
  position: relative;
}

/* line 476, app/assets/stylesheets/legacy/_global_components.scss */
.ezgl-modal-title {
  line-height: 1.5;
  margin: 0;
}

@media (min-width: 576px) {
  /* line 482, app/assets/stylesheets/legacy/_global_components.scss */
  .ezgl-modal-dialog {
    margin: 1.75rem auto;
    max-width: 500px;
  }
  /* line 487, app/assets/stylesheets/legacy/_global_components.scss */
  .ezgl-modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  /* line 491, app/assets/stylesheets/legacy/_global_components.scss */
  .ezgl-modal-lg {
    max-width: 800px;
  }
}

/* line 496, app/assets/stylesheets/legacy/_global_components.scss */
.ezgl-card {
  background-clip: border-box;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  display: flex;
  flex-direction: column;
  min-width: 0;
  position: relative;
}

/* line 507, app/assets/stylesheets/legacy/_global_components.scss */
.ezgl-card-header,
.ezgl-card-footer {
  background-color: rgba(0, 0, 0, 0.03);
  padding: 0.75rem 1.25rem;
}

/* line 513, app/assets/stylesheets/legacy/_global_components.scss */
.ezgl-card-body {
  flex: 1 1 auto;
  padding: 1.25rem;
}

/* line 518, app/assets/stylesheets/legacy/_global_components.scss */
.ezgl-card-title {
  margin-bottom: 0.75rem;
}

/* line 522, app/assets/stylesheets/legacy/_global_components.scss */
.ezgl-tab-panel {
  display: none;
}

/* line 526, app/assets/stylesheets/legacy/_global_components.scss */
.ezgl-tab-panel.ezgl-is-active,
.ezgl-tab-panel.ezgl-is-visible {
  display: block;
}

/* line 531, app/assets/stylesheets/legacy/_global_components.scss */
.ezgl-form-input,
.ezgl-form-select {
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  color: #495057;
  display: block;
  font-size: 1rem;
  line-height: 1.5;
  padding: 0.375rem 0.75rem;
  width: 100%;
}

/* line 544, app/assets/stylesheets/legacy/_global_components.scss */
.ezgl-form-input--sm {
  font-size: 0.875rem;
  line-height: 1.5;
  padding: 0.25rem 0.5rem;
}

/* line 550, app/assets/stylesheets/legacy/_global_components.scss */
.ezgl-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.25rem;
}

/* line 556, app/assets/stylesheets/legacy/_global_components.scss */
.ezgl-check-input {
  margin-left: -1.25rem;
  margin-top: 0.3rem;
  position: absolute;
}

/* line 562, app/assets/stylesheets/legacy/_global_components.scss */
.ezgl-form-label,
.ezgl-col-form-label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

/* line 568, app/assets/stylesheets/legacy/_global_components.scss */
.ezgl-form-hint {
  color: #6c757d;
  display: block;
  margin-top: 0.25rem;
}

/* line 574, app/assets/stylesheets/legacy/_global_components.scss */
.ezgl-close-button {
  background: transparent;
  border: 0;
  cursor: pointer;
  padding: 0.25rem;
}

/* line 581, app/assets/stylesheets/legacy/_global_components.scss */
.ezgl-table {
  border-collapse: collapse;
  margin-bottom: 1rem;
  width: 100%;
}

/* line 587, app/assets/stylesheets/legacy/_global_components.scss */
.ezgl-table-responsive {
  display: block;
  overflow-x: auto;
  width: 100%;
}

/* line 593, app/assets/stylesheets/legacy/_global_components.scss */
.ezgl-table thead th {
  border: none;
}

/* line 597, app/assets/stylesheets/legacy/_global_components.scss */
.ezgl-table-sm th,
.ezgl-table-sm td {
  padding: 0.3rem;
}

/* line 602, app/assets/stylesheets/legacy/_global_components.scss */
.ezgl-table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

/* line 606, app/assets/stylesheets/legacy/_global_components.scss */
.ezgl-table-bordered,
.ezgl-table-bordered th,
.ezgl-table-bordered td {
  border: 1px solid #dee2e6;
}

/* line 612, app/assets/stylesheets/legacy/_global_components.scss */
.ezgl-table-condensed th,
.ezgl-table-condensed td {
  padding: 5px;
}

/* line 617, app/assets/stylesheets/legacy/_global_components.scss */
.select-players {
  float: right;
  color: #3c8762;
  text-decoration: underline;
  cursor: pointer;
}

/* line 624, app/assets/stylesheets/legacy/_global_components.scss */
.drag-player-row .drag-player-box {
  width: 50%;
}

/* line 3, app/assets/stylesheets/_buttons.scss */
.ezgl-button--primary {
  color: #574e0b !important;
  background-color: #ffdd24 !important;
  border-color: #ffdd24 !important;
  border-radius: 3px;
  font-weight: 400;
  padding: 14px 40px;
  line-height: normal;
  font-size: 18px;
  border: none;
}

/* line 15, app/assets/stylesheets/_buttons.scss */
.ezgl-button--primary:hover {
  color: #574e0b;
  background-color: #f4d321;
  border-color: #f4d321;
}

/* line 21, app/assets/stylesheets/_buttons.scss */
.ezgl-button--secondary {
  color: white !important;
  background-color: #3c8762 !important;
  border-radius: 3px !important;
  font-weight: 600 !important;
  padding: 8px 36px !important;
  line-height: normal !important;
  font-size: 16px !important;
  cursor: pointer !important;
  border: none !important;
  transition: .3s all !important;
  font-weight: 400 !important;
}

/* line 34, app/assets/stylesheets/_buttons.scss */
.ezgl-button--secondary:hover {
  background-color: #008a60 !important;
  border-color: #008a60 !important;
}

/* line 40, app/assets/stylesheets/_buttons.scss */
.ezgl-button--secondary-outline {
  color: #3c8762 !important;
  background-color: white !important;
  border-color: #3c8762 !important;
  border-radius: 3px !important;
  font-weight: 600 !important;
  padding: 8px 36px !important;
  line-height: normal !important;
  font-size: 16px !important;
  cursor: pointer !important;
  transition: .3s all !important;
  font-weight: 400 !important;
}

/* line 53, app/assets/stylesheets/_buttons.scss */
.ezgl-button--secondary-outline:hover {
  background-color: #008a60 !important;
  border-color: #008a60 !important;
  color: white !important;
}

/* line 60, app/assets/stylesheets/_buttons.scss */
.ezgl-button--outline-dark.focus,
.ezgl-button--outline-dark:focus,
.ezgl-button--outline-dark.ezgl-is-active:not(:disabled):not(.ezgl-is-disabled):focus,
.ezgl-button--outline-dark:not(:disabled):not(.ezgl-is-disabled):active:focus,
.ezgl-is-visible > .ezgl-button--outline-dark.ezgl-dropdown-toggle:focus,
.ezgl-button--primary.focus,
.ezgl-button--primary:focus,
.ezgl-button--primary.ezgl-is-active:not(:disabled):not(.ezgl-is-disabled):focus,
.ezgl-button--primary:not(:disabled):not(.ezgl-is-disabled):active:focus,
.ezgl-is-visible > .ezgl-button--primary.ezgl-dropdown-toggle:focus {
  box-shadow: none;
}

/* line 73, app/assets/stylesheets/_buttons.scss */
.ezgl-button--primary.ezgl-is-active:not(:disabled):not(.ezgl-is-disabled),
.ezgl-button--primary:not(:disabled):not(.ezgl-is-disabled):active,
.ezgl-is-visible > .ezgl-button--primary.ezgl-dropdown-toggle {
  color: #574e0b;
  background-color: #f4d321;
  border-color: #f4d321;
}

/* line 81, app/assets/stylesheets/_buttons.scss */
.ezgl-button--success {
  color: #fff;
  background-color: #008a60;
  border-color: #008a60;
  border-radius: 3px;
  font-weight: 400;
  padding: 14px 40px;
  line-height: normal;
}

/* line 91, app/assets/stylesheets/_buttons.scss */
.ezgl-button--success:hover {
  color: #fff;
  background-color: #08835e;
  border-color: #08835e;
}

/* line 97, app/assets/stylesheets/_buttons.scss */
.ezgl-button--outline-secondary.focus,
.ezgl-button--outline-secondary:focus,
.ezgl-button--outline-secondary.ezgl-is-active:not(:disabled):not(.ezgl-is-disabled):focus,
.ezgl-button--outline-secondary:not(:disabled):not(.ezgl-is-disabled):active:focus,
.ezgl-is-visible > .ezgl-button--outline-secondary.ezgl-dropdown-toggle:focus,
.ezgl-button--success.focus,
.ezgl-button--success:focus,
.ezgl-button--success.ezgl-is-active:not(:disabled):not(.ezgl-is-disabled):focus,
.ezgl-button--success:not(:disabled):not(.ezgl-is-disabled):active:focus,
.ezgl-is-visible > .ezgl-button--success.ezgl-dropdown-toggle:focus {
  box-shadow: none;
}

/* line 110, app/assets/stylesheets/_buttons.scss */
.ezgl-button--success.ezgl-is-active:not(:disabled):not(.ezgl-is-disabled),
.ezgl-button--success:not(:disabled):not(.ezgl-is-disabled):active,
.ezgl-is-visible > .ezgl-button--success.ezgl-dropdown-toggle {
  color: #fff;
  background-color: #08835e;
  border-color: #08835e;
}

/* Button Dark Border */
/* line 121, app/assets/stylesheets/_buttons.scss */
.ezgl-button--outline-dark {
  color: #595959;
  border-color: #D5D5D5;
  font-weight: 400;
  font-size: 14px;
}

/* line 128, app/assets/stylesheets/_buttons.scss */
.ezgl-button--outline-secondary {
  color: #bababa;
  border-color: #b9b9b9;
  font-weight: 400;
  font-size: 14px;
  border-width: 2px;
}

/* line 136, app/assets/stylesheets/_buttons.scss */
.ezgl-button--outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 141, app/assets/stylesheets/_buttons.scss */
.ezgl-button--info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

/* line 147, app/assets/stylesheets/_buttons.scss */
.ezgl-button--danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

/**
 * selectize.css (v0.12.6)
 * Copyright (c) 2013–2015 Brian Reavis & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 */
/* line 17, vendor/bundle/ruby/3.4.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  -webkit-box-shadow: inset 0 0 12px 4px #fff;
  box-shadow: inset 0 0 12px 4px #fff;
}

/* line 25, vendor/bundle/ruby/3.4.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: '!';
  visibility: hidden;
}

/* line 29, vendor/bundle/ruby/3.4.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-control.plugin-drag_drop .ui-sortable-helper {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

/* line 33, vendor/bundle/ruby/3.4.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-dropdown-header {
  position: relative;
  padding: 5px 8px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}

/* line 42, vendor/bundle/ruby/3.4.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-dropdown-header-close {
  position: absolute;
  right: 8px;
  top: 50%;
  color: #303030;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important;
}

/* line 52, vendor/bundle/ruby/3.4.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-dropdown-header-close:hover {
  color: #000000;
}

/* line 55, vendor/bundle/ruby/3.4.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 63, vendor/bundle/ruby/3.4.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}

/* line 66, vendor/bundle/ruby/3.4.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}

/* line 69, vendor/bundle/ruby/3.4.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}

/* line 72, vendor/bundle/ruby/3.4.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important;
}

/* line 76, vendor/bundle/ruby/3.4.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-control.plugin-remove_button [data-value] .remove {
  z-index: 1;
  /* fixes ie bug (see #392) */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 2px 0 0 0;
  border-left: 1px solid #d0d0d0;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 100, vendor/bundle/ruby/3.4.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}

/* line 103, vendor/bundle/ruby/3.4.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-control.plugin-remove_button .active[data-value] .remove {
  border-left-color: #cacaca;
}

/* line 106, vendor/bundle/ruby/3.4.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none;
}

/* line 109, vendor/bundle/ruby/3.4.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: #ffffff;
}

/* line 112, vendor/bundle/ruby/3.4.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-control.plugin-remove_button .remove-single {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 23px;
}

/* line 118, vendor/bundle/ruby/3.4.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-control {
  position: relative;
}

/* line 121, vendor/bundle/ruby/3.4.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #303030;
  font-family: inherit;
  font-size: 13px;
  line-height: 18px;
  -webkit-font-smoothing: inherit;
}

/* line 130, vendor/bundle/ruby/3.4.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: #fff;
  cursor: text;
  display: inline-block;
}

/* line 136, vendor/bundle/ruby/3.4.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-input {
  border: 1px solid #d0d0d0;
  padding: 8px 8px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 153, vendor/bundle/ruby/3.4.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-control.multi .selectize-input.has-items {
  padding: 6px 8px 3px;
}

/* line 156, vendor/bundle/ruby/3.4.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-input.full {
  background-color: #fff;
}

/* line 159, vendor/bundle/ruby/3.4.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important;
}

/* line 163, vendor/bundle/ruby/3.4.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-input.focus {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
}

/* line 167, vendor/bundle/ruby/3.4.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-input.dropdown-active {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}

/* line 172, vendor/bundle/ruby/3.4.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

/* line 179, vendor/bundle/ruby/3.4.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  background: #f2f2f2;
  color: #303030;
  border: 0 solid #d0d0d0;
}

/* line 187, vendor/bundle/ruby/3.4.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-control.multi .selectize-input > div.active {
  background: #e8e8e8;
  color: #303030;
  border: 0 solid #cacaca;
}

/* line 192, vendor/bundle/ruby/3.4.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #7d7d7d;
  background: #ffffff;
  border: 0 solid #ffffff;
}

/* line 198, vendor/bundle/ruby/3.4.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 2px 0 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

/* line 213, vendor/bundle/ruby/3.4.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-input > input::-ms-clear {
  display: none;
}

/* line 216, vendor/bundle/ruby/3.4.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-input > input:focus {
  outline: none !important;
}

/* line 219, vendor/bundle/ruby/3.4.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-input::after {
  content: ' ';
  display: block;
  clear: left;
}

/* line 224, vendor/bundle/ruby/3.4.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-input.dropdown-active::before {
  content: ' ';
  display: block;
  position: absolute;
  background: #f0f0f0;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
}

/* line 234, vendor/bundle/ruby/3.4.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #fff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}

/* line 250, vendor/bundle/ruby/3.4.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}

/* line 254, vendor/bundle/ruby/3.4.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}

/* line 260, vendor/bundle/ruby/3.4.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-dropdown .option,
.selectize-dropdown .optgroup-header {
  padding: 5px 8px;
}

/* line 264, vendor/bundle/ruby/3.4.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-dropdown .option,
.selectize-dropdown [data-disabled],
.selectize-dropdown [data-disabled] .option[data-selectable] {
  cursor: inherit;
  opacity: 0.5;
}

/* line 270, vendor/bundle/ruby/3.4.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-dropdown .option[data-selectable] {
  opacity: 1;
}

/* line 273, vendor/bundle/ruby/3.4.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}

/* line 276, vendor/bundle/ruby/3.4.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-dropdown .optgroup-header {
  color: #303030;
  background: #fff;
  cursor: default;
}

/* line 281, vendor/bundle/ruby/3.4.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-dropdown .active {
  background-color: #f5fafd;
  color: #495c68;
}

/* line 285, vendor/bundle/ruby/3.4.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-dropdown .active.create {
  color: #495c68;
}

/* line 288, vendor/bundle/ruby/3.4.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-dropdown .create {
  color: rgba(48, 48, 48, 0.5);
}

/* line 291, vendor/bundle/ruby/3.4.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
  -webkit-overflow-scrolling: touch;
}

/* line 297, vendor/bundle/ruby/3.4.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
}

/* line 301, vendor/bundle/ruby/3.4.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text;
}

/* line 305, vendor/bundle/ruby/3.4.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-control.single .selectize-input:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #808080 transparent transparent transparent;
}

/* line 318, vendor/bundle/ruby/3.4.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #808080 transparent;
}

/* line 323, vendor/bundle/ruby/3.4.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-control.rtl.single .selectize-input:after {
  left: 15px;
  right: auto;
}

/* line 327, vendor/bundle/ruby/3.4.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}

/* line 330, vendor/bundle/ruby/3.4.0/gems/selectize-rails-0.12.6/vendor/assets/stylesheets/selectize.scss */
.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fafafa;
}

/* Make clicks pass-through */
/* line 2, app/assets/stylesheets/_nprogress.scss */
#nprogress {
  pointer-events: none;
}

/* line 6, app/assets/stylesheets/_nprogress.scss */
#nprogress .bar {
  background: #29d;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}

/* Fancy blur effect */
/* line 19, app/assets/stylesheets/_nprogress.scss */
#nprogress .peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #29d, 0 0 5px #29d;
  opacity: 1.0;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  -ms-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px);
}

/* Remove these to get rid of the spinner */
/* line 34, app/assets/stylesheets/_nprogress.scss */
#nprogress .spinner {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}

/* line 42, app/assets/stylesheets/_nprogress.scss */
#nprogress .spinner-icon {
  width: 18px;
  height: 18px;
  box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #29d;
  border-left-color: #29d;
  border-radius: 50%;
  -webkit-animation: nprogress-spinner 400ms linear infinite;
  animation: nprogress-spinner 400ms linear infinite;
}

/* line 56, app/assets/stylesheets/_nprogress.scss */
.nprogress-custom-parent {
  overflow: hidden;
  position: relative;
}

/* line 61, app/assets/stylesheets/_nprogress.scss */
.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
  position: absolute;
}

@-webkit-keyframes nprogress-spinner {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes nprogress-spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* @group Base */
/* line 5, vendor/bundle/ruby/3.4.0/bundler/gems/chosen-rails-f76f4d926a97/vendor/assets/stylesheets/chosen.scss */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  user-select: none;
}

/* line 11, vendor/bundle/ruby/3.4.0/bundler/gems/chosen-rails-f76f4d926a97/vendor/assets/stylesheets/chosen.scss */
.chosen-container * {
  box-sizing: border-box;
}

/* line 14, vendor/bundle/ruby/3.4.0/bundler/gems/chosen-rails-f76f4d926a97/vendor/assets/stylesheets/chosen.scss */
.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  z-index: 1010;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  clip: rect(0, 0, 0, 0);
  clip-path: inset(100% 100%);
}

/* line 26, vendor/bundle/ruby/3.4.0/bundler/gems/chosen-rails-f76f4d926a97/vendor/assets/stylesheets/chosen.scss */
.chosen-container.chosen-with-drop .chosen-drop {
  clip: auto;
  clip-path: none;
}

/* line 30, vendor/bundle/ruby/3.4.0/bundler/gems/chosen-rails-f76f4d926a97/vendor/assets/stylesheets/chosen.scss */
.chosen-container a {
  cursor: pointer;
}

/* line 35, vendor/bundle/ruby/3.4.0/bundler/gems/chosen-rails-f76f4d926a97/vendor/assets/stylesheets/chosen.scss */
.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999999;
}

/* line 42, vendor/bundle/ruby/3.4.0/bundler/gems/chosen-rails-f76f4d926a97/vendor/assets/stylesheets/chosen.scss */
.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}

/* @end */
/* @group Single Chosen */
/* line 54, vendor/bundle/ruby/3.4.0/bundler/gems/chosen-rails-f76f4d926a97/vendor/assets/stylesheets/chosen.scss */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 25px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}

/* line 71, vendor/bundle/ruby/3.4.0/bundler/gems/chosen-rails-f76f4d926a97/vendor/assets/stylesheets/chosen.scss */
.chosen-container-single .chosen-default {
  color: #999;
}

/* line 74, vendor/bundle/ruby/3.4.0/bundler/gems/chosen-rails-f76f4d926a97/vendor/assets/stylesheets/chosen.scss */
.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 81, vendor/bundle/ruby/3.4.0/bundler/gems/chosen-rails-f76f4d926a97/vendor/assets/stylesheets/chosen.scss */
.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}

/* line 84, vendor/bundle/ruby/3.4.0/bundler/gems/chosen-rails-f76f4d926a97/vendor/assets/stylesheets/chosen.scss */
.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(/assets/chosen-sprite-3cde13df3c9baedea2fd869a0935de8e43408ba7dec321fe3c8c4414788b8b41.png) -42px 1px no-repeat;
  font-size: 1px;
}

/* line 93, vendor/bundle/ruby/3.4.0/bundler/gems/chosen-rails-f76f4d926a97/vendor/assets/stylesheets/chosen.scss */
.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}

/* line 97, vendor/bundle/ruby/3.4.0/bundler/gems/chosen-rails-f76f4d926a97/vendor/assets/stylesheets/chosen.scss */
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}

/* line 100, vendor/bundle/ruby/3.4.0/bundler/gems/chosen-rails-f76f4d926a97/vendor/assets/stylesheets/chosen.scss */
.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}

/* line 107, vendor/bundle/ruby/3.4.0/bundler/gems/chosen-rails-f76f4d926a97/vendor/assets/stylesheets/chosen.scss */
.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url(/assets/chosen-sprite-3cde13df3c9baedea2fd869a0935de8e43408ba7dec321fe3c8c4414788b8b41.png) no-repeat 0px 2px;
}

/* line 114, vendor/bundle/ruby/3.4.0/bundler/gems/chosen-rails-f76f4d926a97/vendor/assets/stylesheets/chosen.scss */
.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}

/* line 121, vendor/bundle/ruby/3.4.0/bundler/gems/chosen-rails-f76f4d926a97/vendor/assets/stylesheets/chosen.scss */
.chosen-container-single .chosen-search input[type="text"] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: url(/assets/chosen-sprite-3cde13df3c9baedea2fd869a0935de8e43408ba7dec321fe3c8c4414788b8b41.png) no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}

/* line 135, vendor/bundle/ruby/3.4.0/bundler/gems/chosen-rails-f76f4d926a97/vendor/assets/stylesheets/chosen.scss */
.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}

/* line 140, vendor/bundle/ruby/3.4.0/bundler/gems/chosen-rails-f76f4d926a97/vendor/assets/stylesheets/chosen.scss */
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(100% 100%);
}

/* @end */
/* @group Results */
/* line 149, vendor/bundle/ruby/3.4.0/bundler/gems/chosen-rails-f76f4d926a97/vendor/assets/stylesheets/chosen.scss */
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}

/* line 158, vendor/bundle/ruby/3.4.0/bundler/gems/chosen-rails-f76f4d926a97/vendor/assets/stylesheets/chosen.scss */
.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}

/* line 166, vendor/bundle/ruby/3.4.0/bundler/gems/chosen-rails-f76f4d926a97/vendor/assets/stylesheets/chosen.scss */
.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}

/* line 170, vendor/bundle/ruby/3.4.0/bundler/gems/chosen-rails-f76f4d926a97/vendor/assets/stylesheets/chosen.scss */
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* line 175, vendor/bundle/ruby/3.4.0/bundler/gems/chosen-rails-f76f4d926a97/vendor/assets/stylesheets/chosen.scss */
.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
}

/* line 180, vendor/bundle/ruby/3.4.0/bundler/gems/chosen-rails-f76f4d926a97/vendor/assets/stylesheets/chosen.scss */
.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}

/* line 185, vendor/bundle/ruby/3.4.0/bundler/gems/chosen-rails-f76f4d926a97/vendor/assets/stylesheets/chosen.scss */
.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}

/* line 190, vendor/bundle/ruby/3.4.0/bundler/gems/chosen-rails-f76f4d926a97/vendor/assets/stylesheets/chosen.scss */
.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}

/* line 193, vendor/bundle/ruby/3.4.0/bundler/gems/chosen-rails-f76f4d926a97/vendor/assets/stylesheets/chosen.scss */
.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
/* line 203, vendor/bundle/ruby/3.4.0/bundler/gems/chosen-rails-f76f4d926a97/vendor/assets/stylesheets/chosen.scss */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: linear-gradient(#eee 1%, #fff 15%);
  cursor: text;
}

/* line 215, vendor/bundle/ruby/3.4.0/bundler/gems/chosen-rails-f76f4d926a97/vendor/assets/stylesheets/chosen.scss */
.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}

/* line 218, vendor/bundle/ruby/3.4.0/bundler/gems/chosen-rails-f76f4d926a97/vendor/assets/stylesheets/chosen.scss */
.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

/* line 222, vendor/bundle/ruby/3.4.0/bundler/gems/chosen-rails-f76f4d926a97/vendor/assets/stylesheets/chosen.scss */
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
  width: 25px;
}

/* line 238, vendor/bundle/ruby/3.4.0/bundler/gems/chosen-rails-f76f4d926a97/vendor/assets/stylesheets/chosen.scss */
.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eeeeee;
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}

/* line 254, vendor/bundle/ruby/3.4.0/bundler/gems/chosen-rails-f76f4d926a97/vendor/assets/stylesheets/chosen.scss */
.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}

/* line 257, vendor/bundle/ruby/3.4.0/bundler/gems/chosen-rails-f76f4d926a97/vendor/assets/stylesheets/chosen.scss */
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(/assets/chosen-sprite-3cde13df3c9baedea2fd869a0935de8e43408ba7dec321fe3c8c4414788b8b41.png) -42px 1px no-repeat;
  font-size: 1px;
}

/* line 266, vendor/bundle/ruby/3.4.0/bundler/gems/chosen-rails-f76f4d926a97/vendor/assets/stylesheets/chosen.scss */
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}

/* line 271, vendor/bundle/ruby/3.4.0/bundler/gems/chosen-rails-f76f4d926a97/vendor/assets/stylesheets/chosen.scss */
.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  color: #666;
}

/* line 278, vendor/bundle/ruby/3.4.0/bundler/gems/chosen-rails-f76f4d926a97/vendor/assets/stylesheets/chosen.scss */
.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}

/* line 280, vendor/bundle/ruby/3.4.0/bundler/gems/chosen-rails-f76f4d926a97/vendor/assets/stylesheets/chosen.scss */
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}

/* line 285, vendor/bundle/ruby/3.4.0/bundler/gems/chosen-rails-f76f4d926a97/vendor/assets/stylesheets/chosen.scss */
.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}

/* line 289, vendor/bundle/ruby/3.4.0/bundler/gems/chosen-rails-f76f4d926a97/vendor/assets/stylesheets/chosen.scss */
.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* @end */
/* @group Active  */
/* line 299, vendor/bundle/ruby/3.4.0/bundler/gems/chosen-rails-f76f4d926a97/vendor/assets/stylesheets/chosen.scss */
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

/* line 304, vendor/bundle/ruby/3.4.0/bundler/gems/chosen-rails-f76f4d926a97/vendor/assets/stylesheets/chosen.scss */
.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  background-image: linear-gradient(#eee 20%, #fff 80%);
  box-shadow: 0 1px 0 #fff inset;
}

/* line 313, vendor/bundle/ruby/3.4.0/bundler/gems/chosen-rails-f76f4d926a97/vendor/assets/stylesheets/chosen.scss */
.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}

/* line 316, vendor/bundle/ruby/3.4.0/bundler/gems/chosen-rails-f76f4d926a97/vendor/assets/stylesheets/chosen.scss */
.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}

/* line 321, vendor/bundle/ruby/3.4.0/bundler/gems/chosen-rails-f76f4d926a97/vendor/assets/stylesheets/chosen.scss */
.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

/* line 324, vendor/bundle/ruby/3.4.0/bundler/gems/chosen-rails-f76f4d926a97/vendor/assets/stylesheets/chosen.scss */
.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #222 !important;
}

/* @end */
/* @group Disabled Support */
/* line 332, vendor/bundle/ruby/3.4.0/bundler/gems/chosen-rails-f76f4d926a97/vendor/assets/stylesheets/chosen.scss */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}

/* line 335, vendor/bundle/ruby/3.4.0/bundler/gems/chosen-rails-f76f4d926a97/vendor/assets/stylesheets/chosen.scss */
.chosen-disabled .chosen-single {
  cursor: default;
}

/* line 338, vendor/bundle/ruby/3.4.0/bundler/gems/chosen-rails-f76f4d926a97/vendor/assets/stylesheets/chosen.scss */
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */
/* @group Right to Left */
/* line 345, vendor/bundle/ruby/3.4.0/bundler/gems/chosen-rails-f76f4d926a97/vendor/assets/stylesheets/chosen.scss */
.chosen-rtl {
  text-align: right;
}

/* line 347, vendor/bundle/ruby/3.4.0/bundler/gems/chosen-rails-f76f4d926a97/vendor/assets/stylesheets/chosen.scss */
.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}

/* line 351, vendor/bundle/ruby/3.4.0/bundler/gems/chosen-rails-f76f4d926a97/vendor/assets/stylesheets/chosen.scss */
.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}

/* line 356, vendor/bundle/ruby/3.4.0/bundler/gems/chosen-rails-f76f4d926a97/vendor/assets/stylesheets/chosen.scss */
.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}

/* line 359, vendor/bundle/ruby/3.4.0/bundler/gems/chosen-rails-f76f4d926a97/vendor/assets/stylesheets/chosen.scss */
.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}

/* line 363, vendor/bundle/ruby/3.4.0/bundler/gems/chosen-rails-f76f4d926a97/vendor/assets/stylesheets/chosen.scss */
.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}

/* line 367, vendor/bundle/ruby/3.4.0/bundler/gems/chosen-rails-f76f4d926a97/vendor/assets/stylesheets/chosen.scss */
.chosen-rtl .chosen-choices li {
  float: right;
}

/* line 369, vendor/bundle/ruby/3.4.0/bundler/gems/chosen-rails-f76f4d926a97/vendor/assets/stylesheets/chosen.scss */
.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}

/* line 372, vendor/bundle/ruby/3.4.0/bundler/gems/chosen-rails-f76f4d926a97/vendor/assets/stylesheets/chosen.scss */
.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}

/* line 375, vendor/bundle/ruby/3.4.0/bundler/gems/chosen-rails-f76f4d926a97/vendor/assets/stylesheets/chosen.scss */
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}

/* line 381, vendor/bundle/ruby/3.4.0/bundler/gems/chosen-rails-f76f4d926a97/vendor/assets/stylesheets/chosen.scss */
.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}

/* line 385, vendor/bundle/ruby/3.4.0/bundler/gems/chosen-rails-f76f4d926a97/vendor/assets/stylesheets/chosen.scss */
.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}

/* line 389, vendor/bundle/ruby/3.4.0/bundler/gems/chosen-rails-f76f4d926a97/vendor/assets/stylesheets/chosen.scss */
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}

/* line 392, vendor/bundle/ruby/3.4.0/bundler/gems/chosen-rails-f76f4d926a97/vendor/assets/stylesheets/chosen.scss */
.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: url(/assets/chosen-sprite-3cde13df3c9baedea2fd869a0935de8e43408ba7dec321fe3c8c4414788b8b41.png) no-repeat -30px -20px;
  direction: rtl;
}

/* line 398, vendor/bundle/ruby/3.4.0/bundler/gems/chosen-rails-f76f4d926a97/vendor/assets/stylesheets/chosen.scss */
.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}

/* line 402, vendor/bundle/ruby/3.4.0/bundler/gems/chosen-rails-f76f4d926a97/vendor/assets/stylesheets/chosen.scss */
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  /* line 413, vendor/bundle/ruby/3.4.0/bundler/gems/chosen-rails-f76f4d926a97/vendor/assets/stylesheets/chosen.scss */
  .chosen-rtl .chosen-search input[type="text"],
.chosen-container-single .chosen-single abbr,
.chosen-container-single .chosen-single div b,
.chosen-container-single .chosen-search input[type="text"],
.chosen-container-multi .chosen-choices .search-choice .search-choice-close,
.chosen-container .chosen-results-scroll-down span,
.chosen-container .chosen-results-scroll-up span {
    background-image: url(/assets/chosen-sprite@2x-f811c9f3282470438df5d1b7fe6faf244a0a17124591b467957a91634aac16e8.png) !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}

/* @end */
/* Magnific Popup CSS */
/* line 2, vendor/assets/stylesheets/magnific-popup.css */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

/* line 13, vendor/assets/stylesheets/magnific-popup.css */
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

/* line 23, vendor/assets/stylesheets/magnific-popup.css */
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

/* line 33, vendor/assets/stylesheets/magnific-popup.css */
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

/* line 39, vendor/assets/stylesheets/magnific-popup.css */
.mfp-align-top .mfp-container:before {
  display: none;
}

/* line 42, vendor/assets/stylesheets/magnific-popup.css */
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

/* line 50, vendor/assets/stylesheets/magnific-popup.css */
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

/* line 55, vendor/assets/stylesheets/magnific-popup.css */
.mfp-ajax-cur {
  cursor: progress;
}

/* line 58, vendor/assets/stylesheets/magnific-popup.css */
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

/* line 63, vendor/assets/stylesheets/magnific-popup.css */
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

/* line 69, vendor/assets/stylesheets/magnific-popup.css */
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

/* line 72, vendor/assets/stylesheets/magnific-popup.css */
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* line 80, vendor/assets/stylesheets/magnific-popup.css */
.mfp-loading.mfp-figure {
  display: none;
}

/* line 83, vendor/assets/stylesheets/magnific-popup.css */
.mfp-hide {
  display: none !important;
}

/* line 86, vendor/assets/stylesheets/magnific-popup.css */
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

/* line 96, vendor/assets/stylesheets/magnific-popup.css */
.mfp-preloader a {
  color: #CCC;
}

/* line 98, vendor/assets/stylesheets/magnific-popup.css */
.mfp-preloader a:hover {
  color: #FFF;
}

/* line 101, vendor/assets/stylesheets/magnific-popup.css */
.mfp-s-ready .mfp-preloader {
  display: none;
}

/* line 104, vendor/assets/stylesheets/magnific-popup.css */
.mfp-s-error .mfp-content {
  display: none;
}

/* line 107, vendor/assets/stylesheets/magnific-popup.css */
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

/* line 121, vendor/assets/stylesheets/magnific-popup.css */
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* line 125, vendor/assets/stylesheets/magnific-popup.css */
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

/* line 140, vendor/assets/stylesheets/magnific-popup.css */
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

/* line 143, vendor/assets/stylesheets/magnific-popup.css */
.mfp-close:active {
  top: 1px;
}

/* line 146, vendor/assets/stylesheets/magnific-popup.css */
.mfp-close-btn-in .mfp-close {
  color: #333;
}

/* line 149, vendor/assets/stylesheets/magnific-popup.css */
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

/* line 157, vendor/assets/stylesheets/magnific-popup.css */
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

/* line 166, vendor/assets/stylesheets/magnific-popup.css */
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

/* line 176, vendor/assets/stylesheets/magnific-popup.css */
.mfp-arrow:active {
  margin-top: -54px;
}

/* line 178, vendor/assets/stylesheets/magnific-popup.css */
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

/* line 181, vendor/assets/stylesheets/magnific-popup.css */
.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

/* line 193, vendor/assets/stylesheets/magnific-popup.css */
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

/* line 197, vendor/assets/stylesheets/magnific-popup.css */
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

/* line 202, vendor/assets/stylesheets/magnific-popup.css */
.mfp-arrow-left {
  left: 0;
}

/* line 204, vendor/assets/stylesheets/magnific-popup.css */
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

/* line 207, vendor/assets/stylesheets/magnific-popup.css */
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

/* line 211, vendor/assets/stylesheets/magnific-popup.css */
.mfp-arrow-right {
  right: 0;
}

/* line 213, vendor/assets/stylesheets/magnific-popup.css */
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

/* line 216, vendor/assets/stylesheets/magnific-popup.css */
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

/* line 219, vendor/assets/stylesheets/magnific-popup.css */
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

/* line 222, vendor/assets/stylesheets/magnific-popup.css */
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

/* line 226, vendor/assets/stylesheets/magnific-popup.css */
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

/* line 229, vendor/assets/stylesheets/magnific-popup.css */
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

/* line 234, vendor/assets/stylesheets/magnific-popup.css */
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
/* line 245, vendor/assets/stylesheets/magnific-popup.css */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
/* line 256, vendor/assets/stylesheets/magnific-popup.css */
.mfp-figure {
  line-height: 0;
}

/* line 258, vendor/assets/stylesheets/magnific-popup.css */
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

/* line 271, vendor/assets/stylesheets/magnific-popup.css */
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

/* line 276, vendor/assets/stylesheets/magnific-popup.css */
.mfp-figure figure {
  margin: 0;
}

/* line 279, vendor/assets/stylesheets/magnific-popup.css */
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

/* line 287, vendor/assets/stylesheets/magnific-popup.css */
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

/* line 294, vendor/assets/stylesheets/magnific-popup.css */
.mfp-image-holder .mfp-content {
  max-width: 100%;
}

/* line 297, vendor/assets/stylesheets/magnific-popup.css */
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  /* line 304, vendor/assets/stylesheets/magnific-popup.css */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 307, vendor/assets/stylesheets/magnific-popup.css */
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  /* line 309, vendor/assets/stylesheets/magnific-popup.css */
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  /* line 312, vendor/assets/stylesheets/magnific-popup.css */
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  /* line 315, vendor/assets/stylesheets/magnific-popup.css */
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  /* line 323, vendor/assets/stylesheets/magnific-popup.css */
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  /* line 325, vendor/assets/stylesheets/magnific-popup.css */
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  /* line 328, vendor/assets/stylesheets/magnific-popup.css */
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  /* line 340, vendor/assets/stylesheets/magnific-popup.css */
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  /* line 343, vendor/assets/stylesheets/magnific-popup.css */
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  /* line 346, vendor/assets/stylesheets/magnific-popup.css */
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  /* line 349, vendor/assets/stylesheets/magnific-popup.css */
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

/* line 3, app/assets/stylesheets/_course_admin.scss */
.course-admin-page {
  padding: 0 0 32px;
}

/* line 6, app/assets/stylesheets/_course_admin.scss */
.course-admin-page .ezgl-col-md-12 {
  float: none;
  padding: 0;
}

/* line 11, app/assets/stylesheets/_course_admin.scss */
.course-admin-page .breadcrumb {
  margin: 0 0 24px;
  padding: 12px 18px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(30, 58, 95, 0.12);
  border-radius: 14px;
  box-shadow: 0 18px 40px -34px rgba(30, 58, 95, 0.55);
}

/* line 20, app/assets/stylesheets/_course_admin.scss */
.course-admin-page .breadcrumb > li + li:before {
  color: rgba(30, 58, 95, 0.45);
}

/* line 24, app/assets/stylesheets/_course_admin.scss */
.course-admin-page .breadcrumb a {
  color: #3c8762;
  font-weight: 500;
}

/* line 29, app/assets/stylesheets/_course_admin.scss */
.course-admin-page .course-admin-search {
  margin-bottom: 20px;
}

/* line 33, app/assets/stylesheets/_course_admin.scss */
.course-admin-page .course-admin-search .ezgl-form-input {
  height: 48px;
  border: 1px solid rgba(30, 58, 95, 0.14);
  border-radius: 14px;
  box-shadow: 0 14px 30px -28px rgba(30, 58, 95, 0.55);
  padding: 12px 16px;
}

/* line 41, app/assets/stylesheets/_course_admin.scss */
.course-admin-page .course-admin-search .ezgl-form-input::placeholder {
  color: rgba(30, 58, 95, 0.45);
}

/* line 45, app/assets/stylesheets/_course_admin.scss */
.course-admin-page .course-admin-table,
.course-admin-page .ezgl-panel.ezgl-panel-default,
.course-admin-page .ezgl-well {
  background: #fff;
  border: 1px solid rgba(30, 58, 95, 0.12);
  border-radius: 18px;
  box-shadow: 0 22px 45px -38px rgba(30, 58, 95, 0.6);
}

/* line 54, app/assets/stylesheets/_course_admin.scss */
.course-admin-page .course-admin-table {
  overflow: hidden;
}

/* line 58, app/assets/stylesheets/_course_admin.scss */
.course-admin-page .ezgl-panel.ezgl-panel-default {
  overflow: hidden;
}

/* line 62, app/assets/stylesheets/_course_admin.scss */
.course-admin-page .course-admin-table .ezgl-table,
.course-admin-page .ezgl-panel.ezgl-panel-default .ezgl-table {
  margin-bottom: 0;
}

/* line 67, app/assets/stylesheets/_course_admin.scss */
.course-admin-page .course-admin-table .ezgl-table > thead > tr > th,
.course-admin-page .course-admin-table .ezgl-table > tbody > tr > td,
.course-admin-page .course-admin-table .ezgl-table > tfoot > tr > th,
.course-admin-page .ezgl-panel.ezgl-panel-default .ezgl-table > thead > tr > th,
.course-admin-page .ezgl-panel.ezgl-panel-default .ezgl-table > tbody > tr > td,
.course-admin-page .ezgl-panel.ezgl-panel-default .ezgl-table > tfoot > tr > th {
  padding: 14px 16px;
  vertical-align: middle;
}

/* line 77, app/assets/stylesheets/_course_admin.scss */
.course-admin-page .ezgl-panel.ezgl-panel-default > .ezgl-panel-heading {
  background: linear-gradient(135deg, rgba(9, 40, 72, 0.96), rgba(25, 79, 135, 0.92));
  color: #fff;
  border: none;
  border-radius: 18px 18px 0 0;
  padding: 16px 20px;
}

/* line 85, app/assets/stylesheets/_course_admin.scss */
.course-admin-page .ezgl-panel.ezgl-panel-default > .ezgl-panel-heading .ezgl-panel-title {
  font-weight: 700;
  letter-spacing: 0.02em;
}

/* line 90, app/assets/stylesheets/_course_admin.scss */
.course-admin-page .ezgl-well {
  margin-bottom: 20px;
  padding: 20px 22px;
}

/* line 95, app/assets/stylesheets/_course_admin.scss */
.course-admin-page .form-actions {
  margin-top: 24px;
}

/* line 99, app/assets/stylesheets/_course_admin.scss */
.course-admin-page .course-admin-pagination {
  margin-top: 24px;
  padding-bottom: 8px;
}

/* line 104, app/assets/stylesheets/_course_admin.scss */
.course-admin-page .course-admin-pagination .pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 14px;
  list-style: none;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(30, 58, 95, 0.12);
  border-radius: 999px;
  box-shadow: 0 24px 45px -38px rgba(30, 58, 95, 0.7);
}

/* line 119, app/assets/stylesheets/_course_admin.scss */
.course-admin-page .course-admin-pagination .pagination > li {
  display: block;
}

/* line 123, app/assets/stylesheets/_course_admin.scss */
.course-admin-page .course-admin-pagination .pagination > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 42px;
  padding: 0 16px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: rgba(30, 58, 95, 0.06);
  color: rgba(9, 40, 72, 0.9);
  font-weight: 600;
  line-height: 1;
}

/* line 138, app/assets/stylesheets/_course_admin.scss */
.course-admin-page .course-admin-pagination .pagination > li > a:hover,
.course-admin-page .course-admin-pagination .pagination > li > a:focus {
  background: rgba(25, 79, 135, 0.12);
  border-color: rgba(25, 79, 135, 0.18);
  color: #3c8762;
}

/* line 145, app/assets/stylesheets/_course_admin.scss */
.course-admin-page .course-admin-pagination .pagination > li.ezgl-is-active > a,
.course-admin-page .course-admin-pagination .pagination > li.ezgl-is-active > a:hover,
.course-admin-page .course-admin-pagination .pagination > li.ezgl-is-active > a:focus {
  background: linear-gradient(135deg, rgba(9, 40, 72, 0.96), rgba(25, 79, 135, 0.92));
  color: #fff;
  box-shadow: 0 16px 28px -24px rgba(9, 40, 72, 0.95);
}

/* line 153, app/assets/stylesheets/_course_admin.scss */
.course-admin-page .course-admin-pagination .pagination > li.ezgl-is-disabled > a,
.course-admin-page .course-admin-pagination .pagination > li.ezgl-is-disabled > a:hover,
.course-admin-page .course-admin-pagination .pagination > li.ezgl-is-disabled > a:focus {
  background: transparent;
  color: rgba(30, 58, 95, 0.35);
  box-shadow: none;
}

/* line 162, app/assets/stylesheets/_course_admin.scss */
.course-form__checkboxes {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

/* line 168, app/assets/stylesheets/_course_admin.scss */
.course-form__checkbox-control {
  align-items: center;
  display: flex !important;
  gap: 0.75rem;
}

@media (max-width: 767px) {
  /* line 175, app/assets/stylesheets/_course_admin.scss */
  .course-admin-page {
    padding-bottom: 24px;
  }
  /* line 179, app/assets/stylesheets/_course_admin.scss */
  .course-admin-page .course-admin-search .ezgl-form-input {
    height: 44px;
  }
  /* line 183, app/assets/stylesheets/_course_admin.scss */
  .course-admin-page .course-admin-table .ezgl-table > thead > tr > th,
.course-admin-page .course-admin-table .ezgl-table > tbody > tr > td,
.course-admin-page .course-admin-table .ezgl-table > tfoot > tr > th,
.course-admin-page .ezgl-panel.ezgl-panel-default .ezgl-table > thead > tr > th,
.course-admin-page .ezgl-panel.ezgl-panel-default .ezgl-table > tbody > tr > td,
.course-admin-page .ezgl-panel.ezgl-panel-default .ezgl-table > tfoot > tr > th {
    padding: 12px;
  }
  /* line 192, app/assets/stylesheets/_course_admin.scss */
  .course-admin-page .course-admin-pagination .pagination {
    border-radius: 24px;
    padding: 12px;
  }
  /* line 197, app/assets/stylesheets/_course_admin.scss */
  .course-admin-page .course-admin-pagination .pagination > li > a {
    min-width: 38px;
    height: 38px;
    padding: 0 12px;
  }
}

/* line 1, app/assets/stylesheets/_default_course_tee_boxes.scss */
.default-course-tee-boxes-page {
  padding-bottom: 56px;
}

/* line 5, app/assets/stylesheets/_default_course_tee_boxes.scss */
.default-course-tee-boxes-surface {
  border: 1px solid #e8ece9;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.08);
  overflow: visible;
}

/* line 13, app/assets/stylesheets/_default_course_tee_boxes.scss */
.default-course-tee-boxes-table {
  table-layout: fixed;
}

/* line 17, app/assets/stylesheets/_default_course_tee_boxes.scss */
.default-course-tee-boxes-table__column--course {
  width: 44%;
}

/* line 21, app/assets/stylesheets/_default_course_tee_boxes.scss */
.default-course-tee-boxes-table__column--tee-box {
  width: 9%;
}

/* line 25, app/assets/stylesheets/_default_course_tee_boxes.scss */
.default-course-tee-boxes-table__column--golfer {
  width: 16%;
}

/* line 29, app/assets/stylesheets/_default_course_tee_boxes.scss */
.default-course-tee-boxes-table__column--updated {
  width: 18%;
}

/* line 33, app/assets/stylesheets/_default_course_tee_boxes.scss */
.default-course-tee-boxes-table__column--actions {
  width: 13%;
}

/* line 37, app/assets/stylesheets/_default_course_tee_boxes.scss */
.default-course-tee-boxes-surface table,
.default-course-tee-boxes-surface tbody,
.default-course-tee-boxes-surface tr,
.default-course-tee-boxes-surface td {
  overflow: visible;
}

/* line 44, app/assets/stylesheets/_default_course_tee_boxes.scss */
.default-course-tee-boxes-table thead th,
.default-course-tee-boxes-table tbody td {
  vertical-align: middle;
}

/* line 49, app/assets/stylesheets/_default_course_tee_boxes.scss */
.default-course-tee-boxes-table tbody td {
  padding-top: 16px;
  padding-bottom: 16px;
}

/* line 54, app/assets/stylesheets/_default_course_tee_boxes.scss */
.default-course-tee-boxes-table__cell {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.35;
  color: #18231f;
}

/* line 61, app/assets/stylesheets/_default_course_tee_boxes.scss */
.default-course-tee-boxes-table__cell--tee-box,
.default-course-tee-boxes-table__cell--updated {
  white-space: nowrap;
}

/* line 66, app/assets/stylesheets/_default_course_tee_boxes.scss */
.default-course-tee-boxes-table__cell--actions {
  padding-right: 20px;
}

/* line 70, app/assets/stylesheets/_default_course_tee_boxes.scss */
.default-course-tee-boxes-table__actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  min-height: 38px;
  white-space: nowrap;
}

/* line 79, app/assets/stylesheets/_default_course_tee_boxes.scss */
.default-course-tee-box-form {
  padding: 6px 0;
}

/* line 83, app/assets/stylesheets/_default_course_tee_boxes.scss */
.default-course-tee-box-form__field {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

/* line 89, app/assets/stylesheets/_default_course_tee_boxes.scss */
.default-course-tee-box-form__field label {
  margin: 0;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #5f6964;
}

/* line 99, app/assets/stylesheets/_default_course_tee_boxes.scss */
.default-course-tee-box-form__field select,
.default-course-tee-box-form__field input,
.default-course-tee-box-form .selectize-control.single .selectize-input {
  min-height: 48px;
  border-color: #d4ddd7;
  border-radius: 12px;
  box-shadow: none;
}

/* line 108, app/assets/stylesheets/_default_course_tee_boxes.scss */
.default-course-tee-box-form .selectize-control.single .selectize-input {
  display: flex;
  align-items: center;
  padding: 10px 14px;
}

/* line 114, app/assets/stylesheets/_default_course_tee_boxes.scss */
.default-course-tee-box-form .selectize-control.single .selectize-input.input-active {
  display: flex;
}

/* line 118, app/assets/stylesheets/_default_course_tee_boxes.scss */
.default-course-tee-box-form .selectize-control.single .selectize-input > input {
  font-size: 16px;
}

/* line 122, app/assets/stylesheets/_default_course_tee_boxes.scss */
.default-course-tee-box-form .selectize-control {
  position: relative;
  z-index: 20;
}

/* line 127, app/assets/stylesheets/_default_course_tee_boxes.scss */
.default-course-tee-box-form .selectize-dropdown {
  left: 0 !important;
  top: calc(100% + 6px) !important;
  bottom: auto !important;
  width: 100% !important;
  padding: 0 !important;
  border: 1px solid #d4ddd7;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 20px 40px rgba(15, 23, 42, 0.14);
  overflow: hidden;
  z-index: 1200;
}

/* line 141, app/assets/stylesheets/_default_course_tee_boxes.scss */
.default-course-tee-box-form .selectize-dropdown-content {
  max-height: 320px;
  overflow-y: auto;
}

/* line 146, app/assets/stylesheets/_default_course_tee_boxes.scss */
.default-course-tee-box-form .selectize-dropdown [data-selectable] {
  padding: 10px 14px;
}

/* line 150, app/assets/stylesheets/_default_course_tee_boxes.scss */
.default-course-tee-box-form__actions {
  height: 100%;
}

/* line 154, app/assets/stylesheets/_default_course_tee_boxes.scss */
.default-course-tee-box-form__notice {
  font-size: 13px;
  font-weight: 700;
}

/* line 3, app/assets/stylesheets/ezgl.scss */
body {
  background: #f5f6fa;
  font-family: "Roboto", sans-serif !important;
  font-weight: 400;
  position: relative;
}

/* line 10, app/assets/stylesheets/ezgl.scss */
.ezgl-container {
  padding-left: 15px;
  padding-right: 15px;
}

/* line 15, app/assets/stylesheets/ezgl.scss */
.ezgl-container.tw\:p-0 {
  padding: 0 !important;
}

/* line 19, app/assets/stylesheets/ezgl.scss */
a {
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -o-transition: all 0.35s;
  -ms-transition: all 0.35s;
  transition: all 0.35s;
  text-decoration: none;
}

/* line 28, app/assets/stylesheets/ezgl.scss */
a:hover {
  text-decoration: none;
}

/* line 33, app/assets/stylesheets/ezgl.scss */
.white-link a, .white-link a:hover, .white-link a:active, .white-link a:visited {
  color: white;
}

/* line 36, app/assets/stylesheets/ezgl.scss */
.multiselect--active, .multiselect__content-wrapper {
  z-index: 100 !important;
}

/* line 40, app/assets/stylesheets/ezgl.scss */
.ezgl-form-input:focus,
.custom-select:focus {
  outline: none;
  box-shadow: none;
}

/* line 46, app/assets/stylesheets/ezgl.scss */
.ezgl-modal-overlay {
  position: fixed;
  top: 105px;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
  background: rgba(0, 0, 0, 0.35);
  z-index: 1050;
}

/* line 57, app/assets/stylesheets/ezgl.scss */
.ezgl-modal-box {
  position: relative;
  width: var(--ezgl-modal-width, 85%);
  margin: 30px auto;
  background: #fff;
  border-radius: 5px;
}

/* line 65, app/assets/stylesheets/ezgl.scss */
.tournament-details-drawer {
  position: fixed;
  inset: 0;
  z-index: 1060;
  display: flex;
  justify-content: flex-end;
  overflow: hidden;
}

/* line 74, app/assets/stylesheets/ezgl.scss */
.tournament-details-drawer__backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(13, 30, 26, 0.42);
  cursor: default;
}

/* line 82, app/assets/stylesheets/ezgl.scss */
.tournament-details-drawer__panel {
  position: relative;
  z-index: 1;
  width: calc(100vw - 32px);
  max-width: 720px;
  height: 100%;
  background: #ffffff;
  box-shadow: -24px 0 60px rgba(15, 23, 42, 0.24);
  animation: tournament-details-drawer-in 220ms ease-out;
}

/* line 93, app/assets/stylesheets/ezgl.scss */
.tournament-details-drawer__panel--wide {
  max-width: 1240px;
}

/* line 97, app/assets/stylesheets/ezgl.scss */
.tournament-details-drawer__form {
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* line 103, app/assets/stylesheets/ezgl.scss */
.tournament-details-drawer__body {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
}

/* line 109, app/assets/stylesheets/ezgl.scss */
.tournament-details-drawer__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  padding: 28px 32px 24px;
  border-bottom: 1px solid #eceff1;
  background: linear-gradient(180deg, #f8fbfa 0%, #ffffff 100%);
}

/* line 118, app/assets/stylesheets/ezgl.scss */
.tournament-details-drawer__header h2 {
  margin: 2px 0 0;
  color: #1e312b;
  font-size: 24px;
  font-weight: 700;
}

/* line 126, app/assets/stylesheets/ezgl.scss */
.tournament-details-drawer__eyebrow {
  margin: 0;
  color: #3c8762;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* line 135, app/assets/stylesheets/ezgl.scss */
.tournament-details-drawer__close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 1px solid #dce4df;
  border-radius: 999px;
  background: #ffffff;
  color: #53645f;
  font-size: 28px;
  line-height: 1;
}

/* line 148, app/assets/stylesheets/ezgl.scss */
.tournament-details-drawer__close:hover, .tournament-details-drawer__close:focus {
  border-color: #3c8762;
  color: #1f5a42;
}

/* line 155, app/assets/stylesheets/ezgl.scss */
.tournament-details-drawer__fields {
  margin: 0;
  padding: 10px 32px 28px;
}

/* line 160, app/assets/stylesheets/ezgl.scss */
.tournament-details-drawer__note {
  margin-top: 5px;
  margin-bottom: 10px;
  color: #5f6f69;
  font-size: 14px;
}

/* line 167, app/assets/stylesheets/ezgl.scss */
.tournament-details-drawer__table {
  padding: 24px 32px 32px;
}

/* line 170, app/assets/stylesheets/ezgl.scss */
.tournament-details-drawer__table .tournament-table-wrap {
  margin: 0;
}

/* line 174, app/assets/stylesheets/ezgl.scss */
.tournament-details-drawer__table .ezgl-table {
  margin-bottom: 0;
}

/* line 179, app/assets/stylesheets/ezgl.scss */
.tournament-details-drawer__footer {
  display: flex;
  flex: 0 0 auto;
  justify-content: flex-end;
  gap: 12px;
  padding: 20px 32px;
  border-top: 1px solid #eceff1;
  background: #ffffff;
  box-shadow: 0 -12px 28px rgba(15, 23, 42, 0.06);
}

/* line 190, app/assets/stylesheets/ezgl.scss */
.tournament-details-drawer__footer .ezgl-button,
.tournament-details-drawer__footer button,
.tournament-details-drawer__footer input[type="submit"] {
  display: block;
  min-height: 40px;
  margin: 0;
  font-size: 16px;
  line-height: 24px;
}

/* line 200, app/assets/stylesheets/ezgl.scss */
.tournament-details-drawer__footer .ezgl-button--outline-secondary {
  padding: 6px 12px;
  border: 2px solid #b9b9b9;
  background: transparent;
  color: #bababa;
}

/* line 207, app/assets/stylesheets/ezgl.scss */
.tournament-details-drawer__footer .ezgl-button--secondary {
  padding: 8px 36px;
}

/* line 211, app/assets/stylesheets/ezgl.scss */
.league-membership-drawer__summary {
  max-width: 560px;
  margin: 8px 0 0;
  color: #5f6f69;
  font-size: 15px;
  line-height: 1.5;
}

/* line 219, app/assets/stylesheets/ezgl.scss */
.league-membership-drawer__fields {
  padding-top: 24px;
}

/* line 223, app/assets/stylesheets/ezgl.scss */
.league-membership-drawer__self-service {
  margin-bottom: 28px;
  padding: 18px 20px;
  border: 1px solid #dfe9e4;
  border-radius: 8px;
  background: #f7fbf9;
}

/* line 230, app/assets/stylesheets/ezgl.scss */
.league-membership-drawer__self-service p {
  margin: 0 0 6px;
  color: #70807a;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* line 240, app/assets/stylesheets/ezgl.scss */
.league-membership-drawer__share-link {
  color: #1f5a42;
  font-size: 16px;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: rgba(31, 90, 66, 0.3);
  text-underline-offset: 4px;
}

/* line 249, app/assets/stylesheets/ezgl.scss */
.league-membership-drawer__check {
  margin-top: 8px;
}

/* line 253, app/assets/stylesheets/ezgl.scss */
.league-membership-drawer__table {
  padding-top: 28px;
}

/* line 257, app/assets/stylesheets/ezgl.scss */
.league-membership-drawer__golfer {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 260px;
}

/* line 263, app/assets/stylesheets/ezgl.scss */
.league-membership-drawer__golfer img {
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
  border: 2px solid #dfe9e4;
  border-radius: 50%;
}

/* line 272, app/assets/stylesheets/ezgl.scss */
.league-membership-handicap-table {
  table-layout: fixed;
  width: 100%;
}

/* line 277, app/assets/stylesheets/ezgl.scss */
.league-membership-handicap-table__golfer-column {
  width: 50%;
}

/* line 281, app/assets/stylesheets/ezgl.scss */
.league-membership-handicap-table__field-column {
  width: 16.6667%;
}

/* line 285, app/assets/stylesheets/ezgl.scss */
.league-membership-handicap-table th:first-child,
.league-membership-handicap-table td:first-child {
  text-align: left;
}

/* line 290, app/assets/stylesheets/ezgl.scss */
.league-membership-handicap-table th:not(:first-child),
.league-membership-handicap-table td:not(:first-child) {
  text-align: center;
}

/* line 295, app/assets/stylesheets/ezgl.scss */
.league-membership-handicap-table__input {
  display: inline-block;
  width: 96px;
  min-height: 40px;
  margin: 0 auto;
  padding: 8px 10px;
  text-align: right;
}

@keyframes tournament-details-drawer-in {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0);
  }
}

@media (max-width: 768px) {
  /* line 315, app/assets/stylesheets/ezgl.scss */
  .tournament-details-drawer__panel {
    width: 100vw;
    max-width: 100vw;
  }
  /* line 320, app/assets/stylesheets/ezgl.scss */
  .tournament-details-drawer__header,
.tournament-details-drawer__fields,
.tournament-details-drawer__table,
.tournament-details-drawer__footer {
    padding-inline: 20px;
  }
  /* line 327, app/assets/stylesheets/ezgl.scss */
  .tournament-details-drawer .tournament-details-form__label {
    text-align: left !important;
  }
}

/* line 332, app/assets/stylesheets/ezgl.scss */
.gametype-dropdown {
  overflow: auto;
  max-height: 300px;
  transform: translate3d(-209px, 39px, 0px) !important;
}

/* line 338, app/assets/stylesheets/ezgl.scss */
.gametype-dropdown-help {
  color: #6c757d;
  font-size: 12px;
  line-height: 1.4;
  white-space: normal;
}

/* line 344, app/assets/stylesheets/ezgl.scss */
.gametype-dropdown-help a {
  color: #1f5ad5;
  font-weight: 600;
  text-decoration: underline;
}

/* line 351, app/assets/stylesheets/ezgl.scss */
.tw\:hidden {
  display: none;
}

/* line 355, app/assets/stylesheets/ezgl.scss */
.ezgl-media {
  display: flex;
  align-items: flex-start;
}

/* line 360, app/assets/stylesheets/ezgl.scss */
.ezgl-media > img {
  flex: 0 0 auto;
}

/* line 364, app/assets/stylesheets/ezgl.scss */
.ezgl-media-body {
  flex: 1 1 0%;
}

/* line 368, app/assets/stylesheets/ezgl.scss */
.banner-img {
  background: #fff url(/../images/banner.jpg) no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  height: 550px;
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 0;
}

/* line 382, app/assets/stylesheets/ezgl.scss */
.banner-img + .ezgl-container {
  position: relative;
  z-index: 1;
}

/* line 387, app/assets/stylesheets/ezgl.scss */
.banner-full-img {
  background-image: url(/assets/course_backgrounds/bg-full-2958e0d73336674b859512d264539c5667240659c69e9e5919f48447e2172149.jpg);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  height: 100vh;
  position: absolute;
  width: 100%;
  top: 0;
}

/* line 400, app/assets/stylesheets/ezgl.scss */
.pb-100 {
  padding-bottom: 100px;
}

/* line 404, app/assets/stylesheets/ezgl.scss */
.pt-110 {
  padding-top: 110px;
}

/* line 408, app/assets/stylesheets/ezgl.scss */
.pt-130 {
  padding-top: 130px;
}

/* line 412, app/assets/stylesheets/ezgl.scss */
.pt-150 {
  padding-top: 150px;
}

/* line 416, app/assets/stylesheets/ezgl.scss */
.table-overflow {
  max-height: 300px;
  overflow: auto;
  box-shadow: 0 5px 5px -2px #d0d0d0;
}

/* line 422, app/assets/stylesheets/ezgl.scss */
.ezgl-navbar-dark .ezgl-navbar-nav .ezgl-is-active > .ezgl-nav-link,
.ezgl-navbar-dark .ezgl-navbar-nav .ezgl-nav-link.ezgl-is-active,
.ezgl-navbar-dark .ezgl-navbar-nav .ezgl-nav-link.ezgl-is-visible,
.ezgl-navbar-dark .ezgl-navbar-nav .ezgl-is-visible > .ezgl-nav-link {
  font-weight: 500;
  color: #fff;
}

/* line 430, app/assets/stylesheets/ezgl.scss */
button:focus {
  outline: none;
}

/* line 434, app/assets/stylesheets/ezgl.scss */
.mCSB_container {
  overflow: visible !important;
}

/* line 437, app/assets/stylesheets/ezgl.scss */
#tournament-wizard .mCustomScrollBox {
  height: auto !important;
  max-height: none !important;
  overflow: visible !important;
}

/* equal */
/* line 444, app/assets/stylesheets/ezgl.scss */
.equal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* line 452, app/assets/stylesheets/ezgl.scss */
.equal > [class*="col-"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

/* Main Navigatin Menu */
/* line 463, app/assets/stylesheets/ezgl.scss */
#banner {
  height: 30px;
  color: #574e0b;
  background-color: #f4d321;
  text-align: center;
  position: fixed;
  z-index: 1030;
  max-width: 100%;
}

/* line 472, app/assets/stylesheets/ezgl.scss */
#banner .ezgl-row {
  height: 30px;
  display: flex;
  align-items: center;
}

/* line 477, app/assets/stylesheets/ezgl.scss */
#banner .ezgl-row p {
  width: 100%;
  font-size: 12px;
  margin: 0;
}

/* line 485, app/assets/stylesheets/ezgl.scss */
#mainNav {
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -o-transition: all 0.35s;
  -ms-transition: all 0.35s;
  transition: all 0.35s;
}

/* line 493, app/assets/stylesheets/ezgl.scss */
.ezgl-navbar-brand {
  display: block;
  font-weight: 900;
  font-size: 30px;
  margin-right: 60px;
  padding-bottom: 5px;
  padding-top: 5px;
}

/* line 502, app/assets/stylesheets/ezgl.scss */
.ezgl-navbar.ezgl-bg-dark {
  background: transparent !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

/* line 507, app/assets/stylesheets/ezgl.scss */
.ezgl-navbar-dark .ezgl-navbar-nav .ezgl-nav-link {
  color: #a8a59e;
  font-size: 18px;
}

/* line 512, app/assets/stylesheets/ezgl.scss */
.ezgl-navbar-expand-md .ezgl-navbar-nav .ezgl-nav-link {
  padding: 0;
}

/* line 516, app/assets/stylesheets/ezgl.scss */
.ezgl-navbar .ezgl-nav-item:not(:last-child) {
  margin-right: 50px;
}

/* line 520, app/assets/stylesheets/ezgl.scss */
.profile-dropdown {
  margin-bottom: 0;
  margin-left: auto;
}

/* line 524, app/assets/stylesheets/ezgl.scss */
.profile-dropdown .ezgl-dropdown-menu {
  max-height: 500px;
  overflow-x: hidden;
  overflow-y: auto;
  left: auto;
  right: 0;
}

/* line 532, app/assets/stylesheets/ezgl.scss */
.profile-dropdown .ezgl-dropdown-divider-text {
  font-size: 10px;
  padding: 0.25rem 1.5rem;
  margin-bottom: 4px;
  text-transform: uppercase;
  color: #828282;
}

/* line 541, app/assets/stylesheets/ezgl.scss */
.profile-dropdown .ezgl-dropdown-toggle,
.profile-dropdown .ezgl-dropdown-toggle img {
  width: 40px;
  height: 40px;
  cursor: pointer;
}

/* line 548, app/assets/stylesheets/ezgl.scss */
.profile-dropdown .ezgl-dropdown-toggle::after {
  display: none;
}

/* line 552, app/assets/stylesheets/ezgl.scss */
.profile-dropdown .ezgl-dropdown-toggle {
  appearance: none;
  background: transparent;
  border: 0;
  padding: 0;
}

/* Dashboard Header */
/* line 562, app/assets/stylesheets/ezgl.scss */
.dashboard-header h2 {
  font-weight: 500;
  color: #fff;
  font-size: 36px;
}

/* line 568, app/assets/stylesheets/ezgl.scss */
.dashboard-header p {
  margin-bottom: 0;
  color: #bbb9ac;
  font-size: 20px;
  font-weight: 500;
}

/* Modal */
/* line 576, app/assets/stylesheets/ezgl.scss */
.ezgl-modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 12px;
  border-top: 1px solid #dee2e6;
  gap: 8px;
}

/* line 585, app/assets/stylesheets/ezgl.scss */
.ezgl-modal-footer .ezgl-button,
.ezgl-modal-footer button,
.ezgl-modal-footer input[type="submit"] {
  margin-top: 4px;
  margin-bottom: 4px;
}

/* line 592, app/assets/stylesheets/ezgl.scss */
.ezgl-modal-footer .ezgl-button--outline-secondary {
  display: block;
  min-height: 40px;
  padding: 6px 12px;
  border: 2px solid #b9b9b9;
  background: transparent;
  color: #bababa;
  font-size: 16px;
  line-height: 24px;
}

/* line 603, app/assets/stylesheets/ezgl.scss */
.ezgl-modal-footer > div {
  display: flex;
  flex-wrap: inherit;
  gap: 8px;
}

/* line 609, app/assets/stylesheets/ezgl.scss */
.ezgl-modal-body.welcome {
  text-align: center;
}

/* line 613, app/assets/stylesheets/ezgl.scss */
.ezgl-modal-footer.welcome {
  border: none;
}

/* line 617, app/assets/stylesheets/ezgl.scss */
.ezgl-check-label.welcome {
  color: #b3b3b3;
}

/* View League Card */
/* line 623, app/assets/stylesheets/ezgl.scss */
.dashboard-content {
  margin-top: 30px;
}

/* line 627, app/assets/stylesheets/ezgl.scss */
.view-league-card {
  background: #00c185;
  border-radius: 5px;
}

/* line 632, app/assets/stylesheets/ezgl.scss */
.view-league-card .vlc-header h2 {
  font-size: 30px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 0;
  line-height: normal;
}

/* line 640, app/assets/stylesheets/ezgl.scss */
.view-league-card .vlc-header p {
  padding: 0 0 10px 20px;
  color: #a9e8d5;
  margin-bottom: 0;
  font-size: 18px;
}

/* line 647, app/assets/stylesheets/ezgl.scss */
.view-league-card .vlc-header {
  border-bottom: 1px solid #43d2a6;
  padding: 25px 35px 25px;
}

/* line 652, app/assets/stylesheets/ezgl.scss */
.gt-number {
  border-bottom: 1px solid #43d2a6;
}

/* line 656, app/assets/stylesheets/ezgl.scss */
.gt-number .border-right {
  border-right: 1px solid #43d2a6 !important;
}

/* line 660, app/assets/stylesheets/ezgl.scss */
.gt-number p {
  color: #a9e8d5;
  font-size: 14px;
  padding-top: 15px;
  margin-bottom: 0;
}

/* line 667, app/assets/stylesheets/ezgl.scss */
.gt-number h2 {
  color: #fff;
  font-size: 26px;
  padding-bottom: 8px;
}

/* line 673, app/assets/stylesheets/ezgl.scss */
.ppp-header {
  padding: 12px 15px 12px 50px;
  border-bottom: 1px solid #43d2a6;
}

/* line 678, app/assets/stylesheets/ezgl.scss */
.ppp-header p {
  font-size: 14px;
  color: #a9e8d5;
  font-weight: 300;
  margin-bottom: 0;
}

/* line 685, app/assets/stylesheets/ezgl.scss */
.ppp-content {
  padding: 15px 15px 15px 50px;
}

/* line 688, app/assets/stylesheets/ezgl.scss */
.ppp-content .ppp-content-rows {
  max-height: 500px;
  overflow-x: hidden;
  box-shadow: 0 6px 4px -4px #d0d0d0;
}

/* line 692, app/assets/stylesheets/ezgl.scss */
.ppp-content .ppp-content-rows::-webkit-scrollbar {
  width: 6px;
  background-color: #00C185;
}

/* line 696, app/assets/stylesheets/ezgl.scss */
.ppp-content .ppp-content-rows::-webkit-scrollbar-thumb {
  background-color: #E2E2E2;
}

/* line 701, app/assets/stylesheets/ezgl.scss */
.ppp-content .add-golfers {
  width: 96%;
  display: inline-block;
  text-align: center;
  padding: 15px 60px;
  border-radius: 5px;
}

/* line 710, app/assets/stylesheets/ezgl.scss */
.ppp-content p {
  margin-bottom: 0;
  color: #fff;
  font-size: 20px;
}

/* line 716, app/assets/stylesheets/ezgl.scss */
.ppp-content .ezgl-row {
  margin-bottom: 15px;
}

/* line 720, app/assets/stylesheets/ezgl.scss */
.view-league-btn {
  background: #008a60;
  color: #fff;
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  padding: 15px 60px;
  border-radius: 5px;
  width: 96%;
  text-align: center;
  margin-top: 15px;
}

/* line 733, app/assets/stylesheets/ezgl.scss */
.view-league-btn:hover {
  background: #477366;
  color: #fff;
}

/* line 738, app/assets/stylesheets/ezgl.scss */
.dashboard-content {
  margin-bottom: 30px;
}

/* line 742, app/assets/stylesheets/ezgl.scss */
.view-tournament-card {
  background: #fff;
  border-radius: 5px;
  border: 1px solid #efefef;
}

/* line 748, app/assets/stylesheets/ezgl.scss */
.view-tournament-card-header {
  padding: 25px;
  border-bottom: 1px solid #efefef;
}

/* line 753, app/assets/stylesheets/ezgl.scss */
.vtch-left-content h2 {
  font-size: 30px;
  font-weight: 700;
  color: #000;
  margin-bottom: 3px;
  line-height: normal;
}

/* line 761, app/assets/stylesheets/ezgl.scss */
.vtch-left-content p {
  color: #999999;
  font-size: 16px;
  margin-bottom: 0;
  font-weight: 600;
}

/* line 768, app/assets/stylesheets/ezgl.scss */
.vtch-left-status {
  color: #00c087;
  font-weight: 500;
  margin-left: 10px;
}

/* line 774, app/assets/stylesheets/ezgl.scss */
.vtch-left-content a {
  color: #00c087;
  font-weight: 500;
  margin-left: 10px;
}

/* line 780, app/assets/stylesheets/ezgl.scss */
.golfers {
  background: white;
  border: 1px solid #dee2e6;
  border-radius: 5px;
  margin-top: 75px !important;
}

/* line 786, app/assets/stylesheets/ezgl.scss */
.golfers th {
  font-size: 14px;
  color: #999999;
  font-weight: 400;
}

/* line 792, app/assets/stylesheets/ezgl.scss */
.golfers a {
  color: #000;
}

/* line 796, app/assets/stylesheets/ezgl.scss */
.golfers .int-ctr {
  font-weight: 500;
  font-size: 18px;
  padding-left: 0.75rem;
  vertical-align: middle;
}

/* line 804, app/assets/stylesheets/ezgl.scss */
.golfers.admin-index-table {
  margin-top: 0 !important;
  padding: 0 1.25rem;
}

/* line 809, app/assets/stylesheets/ezgl.scss */
.golfers.admin-index-table table {
  margin-bottom: 0;
}

/* line 813, app/assets/stylesheets/ezgl.scss */
.scorecard-team-name {
  color: #999999;
  font-size: 16px;
}

/* line 818, app/assets/stylesheets/ezgl.scss */
.player-box {
  padding: 26px 25px;
  border-bottom: 1px solid #efefef;
}

/* line 823, app/assets/stylesheets/ezgl.scss */
.player-box h2 {
  font-size: 20px;
  font-weight: 800;
}

/* line 828, app/assets/stylesheets/ezgl.scss */
.player-list {
  margin-bottom: 0;
  float: right;
  margin-top: -7px;
}

/* line 834, app/assets/stylesheets/ezgl.scss */
.player-list li {
  font-weight: 800;
  font-size: 22px;
  color: #000;
}

/* line 840, app/assets/stylesheets/ezgl.scss */
.player-list .ezgl-inline-list-item:not(:last-child) {
  margin-right: 20px;
}

/* line 844, app/assets/stylesheets/ezgl.scss */
.player-list li span {
  color: #999999;
  font-weight: 500;
  font-size: 14px;
  margin-left: 5px;
}

/* line 851, app/assets/stylesheets/ezgl.scss */
.player-list-header {
  font-size: 14px;
  color: #999999;
  padding: 12px 50px 12px 25px;
  border-bottom: 1px solid #efefef;
}

/* line 858, app/assets/stylesheets/ezgl.scss */
.player-list-col {
  padding: 15px 15px 12px 25px;
  font-size: 16px;
  color: #000;
  border-bottom: 1px solid #efefef;
}

/* line 864, app/assets/stylesheets/ezgl.scss */
.player-list-col .ezgl-col {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 18px;
  padding-left: 22px;
}

/* line 873, app/assets/stylesheets/ezgl.scss */
.paid-col,
.contests-co {
  color: #999999;
}

/* line 878, app/assets/stylesheets/ezgl.scss */
.player-list-content .ezgl-media h2 {
  font-weight: 500;
  font-size: 18px;
  color: #000;
  margin-bottom: 0;
  margin-top: 20px;
  margin-left: 12px;
}

/* line 887, app/assets/stylesheets/ezgl.scss */
.color-1 {
  width: 12px;
  height: 12px;
  border-radius: 14px;
  background: #00f5c2;
  display: inline-block;
  margin-right: 5px;
}

/* line 896, app/assets/stylesheets/ezgl.scss */
.color-2 {
  width: 12px;
  height: 12px;
  border-radius: 14px;
  background: #ff4783;
  display: inline-block;
  margin-right: 5px;
}

/* line 905, app/assets/stylesheets/ezgl.scss */
.player-list-content .ezgl-media img {
  width: 60px;
  height: 60px;
}

/* line 910, app/assets/stylesheets/ezgl.scss */
.time-col,
.paid-col,
.contests-col {
  padding-top: 20px;
  padding-left: 0;
  font-weight: 500;
}

/* line 918, app/assets/stylesheets/ezgl.scss */
.player-list-content {
  height: 480px;
}

/* line 921, app/assets/stylesheets/ezgl.scss */
.view-tournament-card .player-list-content {
  max-height: 700px;
  height: auto;
  overflow-x: auto;
  overflow-y: auto;
}

/* line 928, app/assets/stylesheets/ezgl.scss */
.season-ranking-card .view-tournament-card .player-list-content {
  max-height: none;
  overflow: visible;
}

/* line 933, app/assets/stylesheets/ezgl.scss */
.season-ranking-card .player-list-header,
.season-ranking-card .player-list-col {
  padding-left: 25px;
  padding-right: 25px;
}

/* line 939, app/assets/stylesheets/ezgl.scss */
.season-ranking-card .season-ranking-grid {
  align-items: center;
  column-gap: 16px;
  display: grid;
  margin-left: 0;
  margin-right: 0;
}

/* line 947, app/assets/stylesheets/ezgl.scss */
.season-ranking-card .season-ranking-grid--team {
  grid-template-columns: 48px minmax(0, 1fr) 76px 76px;
}

/* line 951, app/assets/stylesheets/ezgl.scss */
.season-ranking-card .season-ranking-grid--individual {
  grid-template-columns: 48px minmax(0, 1fr) 92px 76px 76px;
}

/* line 955, app/assets/stylesheets/ezgl.scss */
.season-ranking-card .season-ranking-grid > * {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
  width: auto;
}

/* line 962, app/assets/stylesheets/ezgl.scss */
.season-ranking-card .season-ranking-grid > .ezgl-col {
  padding-left: 0;
}

/* line 966, app/assets/stylesheets/ezgl.scss */
.season-ranking-card .season-ranking-grid--team > .ezgl-col:nth-child(n+3),
.season-ranking-card .season-ranking-grid--individual > .ezgl-col:nth-child(n+3) {
  justify-content: flex-end;
  text-align: right;
}

/* line 972, app/assets/stylesheets/ezgl.scss */
.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #d5d5d5;
  background-color: rgba(213, 213, 213, 0.9);
}

/* line 980, app/assets/stylesheets/ezgl.scss */
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 8px;
}

/* line 984, app/assets/stylesheets/ezgl.scss */
.view-league-card .vlc-header {
  padding: 0;
}

/* line 986, app/assets/stylesheets/ezgl.scss */
.view-league-card .ppp-content {
  padding: 15px 15px 15px 30px;
}

/* line 989, app/assets/stylesheets/ezgl.scss */
.ppp-header {
  padding: 12px 25px;
}

/* line 993, app/assets/stylesheets/ezgl.scss */
.player-list-header {
  padding-top: 12px;
  padding-bottom: 12px;
}

/* League */
/* line 1000, app/assets/stylesheets/ezgl.scss */
.season-ranking-card {
  background: #fff;
  border-radius: 0.25rem;
}

/* line 1005, app/assets/stylesheets/ezgl.scss */
.sgl-header-list {
  margin-bottom: 0;
}

/* line 1009, app/assets/stylesheets/ezgl.scss */
.sgl-header-list li {
  text-transform: uppercase;
  color: #d1d1cf;
  font-size: 18px;
}

/* line 1015, app/assets/stylesheets/ezgl.scss */
.sgl-header-list li span {
  font-size: 30px;
  color: #fff;
  font-weight: 500;
  margin-right: 5px;
}

/* line 1022, app/assets/stylesheets/ezgl.scss */
.sgl-header-list .ezgl-inline-list-item:not(:last-child) {
  margin-right: 25px;
}

/* line 1026, app/assets/stylesheets/ezgl.scss */
.season-ranking-card {
  margin-bottom: 30px;
}

/* line 1030, app/assets/stylesheets/ezgl.scss */
.season-ranking-card-header h2 {
  font-size: 26px;
  margin-bottom: 0;
}

/* line 1035, app/assets/stylesheets/ezgl.scss */
.season-ranking-card-header {
  padding: 18px 25px;
  border-bottom: 1px solid #efefef;
}

/* line 1040, app/assets/stylesheets/ezgl.scss */
.season-ranking-card-header ul {
  margin-bottom: 0;
}

/* line 1044, app/assets/stylesheets/ezgl.scss */
.season-ranking-card-header li {
  text-transform: uppercase;
  color: #a8a8a8;
  font-size: 16px;
}

/* line 1050, app/assets/stylesheets/ezgl.scss */
.season-ranking-card-header li span {
  font-size: 24px;
  color: #000;
  font-weight: 500;
  margin-right: 5px;
}

/* line 1057, app/assets/stylesheets/ezgl.scss */
.season-ranking-card-header .ezgl-inline-list-item:not(:last-child) {
  margin-right: 25px;
}

/* line 1061, app/assets/stylesheets/ezgl.scss */
.season-ranking-content h2 {
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 25px;
}

/* line 1067, app/assets/stylesheets/ezgl.scss */
.season-ranking-content {
  padding-top: 25%;
  padding-bottom: 25%;
  text-align: center;
}

/* line 1073, app/assets/stylesheets/ezgl.scss */
.season-ranking-content .ezgl-button {
  padding: 12px 20px;
}

/* line 1077, app/assets/stylesheets/ezgl.scss */
.season-ranking-content--processing p {
  color: #6c757d;
  margin-bottom: 0;
}

/* line 1082, app/assets/stylesheets/ezgl.scss */
.season-ranking-content__spinner {
  color: #2e5f45;
  font-size: 40px;
  margin-bottom: 16px;
}

/* line 1089, app/assets/stylesheets/ezgl.scss */
#editSeasonModal .ezgl-close-button {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 1;
  font-weight: 100;
}

/* line 1097, app/assets/stylesheets/ezgl.scss */
#editSeasonModal .ezgl-form-group {
  display: flex;
  align-items: center;
}

/* line 1101, app/assets/stylesheets/ezgl.scss */
#editSeasonModal .ezgl-form-group label {
  width: 150px;
  margin-bottom: 0;
}

/* line 1105, app/assets/stylesheets/ezgl.scss */
#editSeasonModal .ezgl-form-group label abbr {
  display: none;
}

/* line 1110, app/assets/stylesheets/ezgl.scss */
#editSeasonModal .ezgl-form-group input {
  border: 2px solid #e9e9e9;
  padding: 12px 16px;
  width: 100%;
  font-style: italic;
  height: 50px;
  border-radius: 3px;
}

/* line 1121, app/assets/stylesheets/ezgl.scss */
.scorpion-golf-league-green {
  background: #00c185;
  border-radius: 0.25rem;
  margin-bottom: 30px;
}

/* line 1127, app/assets/stylesheets/ezgl.scss */
.scorpion-golf-league-gree-btn {
  padding-bottom: 10px;
  padding-top: 25px;
}

/* line 1132, app/assets/stylesheets/ezgl.scss */
.scorpion-golf-league-gree-btn .ezgl-button {
  width: 70%;
  margin-bottom: 15px !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  padding: 12px !important;
}

/* line 1140, app/assets/stylesheets/ezgl.scss */
.scorpion-golf-league-gree-list p {
  font-size: 15px;
  color: #a5ead5;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-left: 20px;
}

/* line 1148, app/assets/stylesheets/ezgl.scss */
.scorpion-golf-league-gree-list h2 {
  color: #fff;
  font-size: 20px;
  margin-bottom: 0;
  padding-left: 20px;
}

/* line 1155, app/assets/stylesheets/ezgl.scss */
.scorpion-golf-league-gree-list {
  padding: 10px 0px;
  border-bottom: 2px solid #4ccda6;
}

/* line 1160, app/assets/stylesheets/ezgl.scss */
.scorpion-golf-league-green-header {
  border-bottom: 2px solid #4ccda6;
}

/* line 1164, app/assets/stylesheets/ezgl.scss */
.scorpion-golf-league-green-header .ezgl-form-select {
  width: 100%;
  background-color: transparent;
  border: none;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  padding: 8px 42px 8px 18px;
  background-image: url(/assets/expand-button-13596587bb21eda1ed85831d82330b3ce897beafbe0ff507625e8549261802aa.png);
  background-position: right 18px center;
  background-repeat: no-repeat;
  background-size: 18px;
}

/* line 1178, app/assets/stylesheets/ezgl.scss */
.scorpion-golf-league-green-header .ezgl-form-select:focus {
  box-shadow: none;
  outline: none;
}

/* line 1183, app/assets/stylesheets/ezgl.scss */
.scorpion-golf-league-green-header .league-season-card-select svg {
  color: #ffffff !important;
}

/* line 1187, app/assets/stylesheets/ezgl.scss */
.scorpion-golf-league-green-header .league-season-card-select__control {
  background-color: transparent;
  border: none;
  box-shadow: none !important;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
  outline: none !important;
  padding: 8px 42px 8px 18px;
}

/* line 1199, app/assets/stylesheets/ezgl.scss */
.scorpion-golf-league-green-header .league-season-card-select__control:focus,
.scorpion-golf-league-green-header .league-season-card-select__control:focus-visible {
  box-shadow: none !important;
  outline: none !important;
}

/* line 1205, app/assets/stylesheets/ezgl.scss */
.dashboard-content .scorpion-golf-league-green-header {
  border-bottom-style: none;
  padding-top: 10px;
}

/* line 1209, app/assets/stylesheets/ezgl.scss */
.dashboard-content .scorpion-golf-league-green-header .filter-option-inner-inner {
  width: auto;
  margin-right: 20px;
}

/* line 1213, app/assets/stylesheets/ezgl.scss */
.messagePlayer-form,
.addGolfers-form {
  display: flex;
  flex-wrap: wrap;
  max-width: 550px;
  justify-content: center;
  margin: 0 auto;
}

/* line 1221, app/assets/stylesheets/ezgl.scss */
.messagePlayer-form input,
.addGolfers-form input {
  height: 50px;
}

/* line 1225, app/assets/stylesheets/ezgl.scss */
.messagePlayer-form input,
.messagePlayer-form textarea,
.addGolfers-form input,
.addGolfers-form textarea {
  border: 2px solid #e9e9e9;
  padding: 12px 16px;
  margin: 8px 0;
  width: 100%;
  font-style: italic;
  border-radius: 3px;
}

/* line 1235, app/assets/stylesheets/ezgl.scss */
.messagePlayer-form textarea,
.addGolfers-form textarea {
  height: 250px;
}

/* line 1239, app/assets/stylesheets/ezgl.scss */
.messagePlayer-form .form-side-label,
.addGolfers-form .form-side-label {
  color: #828282;
  width: 18%;
  text-align: left;
  margin-right: 16px;
}

/* line 1246, app/assets/stylesheets/ezgl.scss */
.messagePlayer-form .form-flex-group,
.addGolfers-form .form-flex-group {
  display: flex;
  position: relative;
  width: 100%;
  align-items: center;
}

/* line 1252, app/assets/stylesheets/ezgl.scss */
.messagePlayer-form .form-flex-group .ezgl-form-group,
.addGolfers-form .form-flex-group .ezgl-form-group {
  width: 100%;
  margin-left: 12px;
}

/* line 1259, app/assets/stylesheets/ezgl.scss */
.edit-golfer-modal {
  background: white;
  max-width: 85%;
  margin: 10px auto;
  position: relative;
  border-radius: 5px;
}

/* line 1266, app/assets/stylesheets/ezgl.scss */
.edit-golfer-modal .ezgl-modal-body {
  margin: 0 auto;
}

/* line 1270, app/assets/stylesheets/ezgl.scss */
.edit-golfer-modal .edit-golfer-modal__header {
  display: flex;
}

/* line 1273, app/assets/stylesheets/ezgl.scss */
.edit-golfer-modal .edit-golfer-modal__header img {
  height: 60px;
  width: 60px;
}

/* line 1279, app/assets/stylesheets/ezgl.scss */
.edit-golfer-modal .edit-golfer-modal__header .edit-golfer-modal__header__left .dues-text {
  display: flex;
  align-items: center;
  padding-bottom: 12px;
}

/* line 1284, app/assets/stylesheets/ezgl.scss */
.edit-golfer-modal .edit-golfer-modal__header .edit-golfer-modal__header__left .dues-text .paid {
  height: 15px;
  width: 15px;
  background: #00c185;
  border-radius: 50%;
}

/* line 1291, app/assets/stylesheets/ezgl.scss */
.edit-golfer-modal .edit-golfer-modal__header .edit-golfer-modal__header__left .dues-text p {
  margin: 0;
  padding-left: 8px;
}

/* line 1300, app/assets/stylesheets/ezgl.scss */
.edit-golfer-modal .edit-golfer-modal__tee-times .time {
  display: flex;
  padding: 8px 0;
}

/* line 1304, app/assets/stylesheets/ezgl.scss */
.edit-golfer-modal .edit-golfer-modal__tee-times .time p {
  text-decoration: underline;
  padding-left: 8px;
}

/* line 1312, app/assets/stylesheets/ezgl.scss */
.edit-golfer-modal .edit-golfer-modal__contests .ezgl-checkbox {
  padding: 8px 0;
  display: flex;
  align-items: center;
}

/* line 1317, app/assets/stylesheets/ezgl.scss */
.edit-golfer-modal .edit-golfer-modal__contests .ezgl-checkbox input {
  margin-right: 4px;
}

/* line 1323, app/assets/stylesheets/ezgl.scss */
.edit-golfer-modal .form-subheader {
  width: 100%;
  border-bottom: 3px solid black;
}

/* line 1327, app/assets/stylesheets/ezgl.scss */
.edit-golfer-modal .form-subheader h6 {
  text-transform: uppercase;
}

/* line 1333, app/assets/stylesheets/ezgl.scss */
.edit-golfer-modal .edit-golfer-modal__footer .ezgl-button--outline-dark {
  position: absolute;
  left: 1rem;
}

/* line 1340, app/assets/stylesheets/ezgl.scss */
.tournament-card {
  background: #fff;
  border-radius: 5px;
  width: 100%;
}

/* line 1345, app/assets/stylesheets/ezgl.scss */
.tournament-card .tournament-card__header {
  position: relative;
}

/* line 1348, app/assets/stylesheets/ezgl.scss */
.tournament-card .tournament-card__header h3 {
  margin-bottom: 0;
}

/* line 1352, app/assets/stylesheets/ezgl.scss */
.tournament-card .tournament-card__header .ezgl-button {
  position: absolute;
  top: 22px;
  right: 36px;
}

/* line 1360, app/assets/stylesheets/ezgl.scss */
.tournament-card .tournament-card__body .ezgl-row {
  margin: 0;
}

/* line 1363, app/assets/stylesheets/ezgl.scss */
.tournament-card .tournament-card__body .ezgl-row .ezgl-col-md-3 {
  padding: 0;
}

/* line 1366, app/assets/stylesheets/ezgl.scss */
.tournament-card .tournament-card__body .ezgl-row ul {
  background-color: #ffe7e8;
  border-left-width: 5px;
  border-left-style: solid;
  border-left-color: #e66465;
  list-style-type: none;
  margin: 0 1em 0 1em;
  padding: 10px;
  counter-reset: li-counter;
  width: calc(100% - 2em);
  flex: 0 1 auto;
  max-width: none;
}

/* line 1378, app/assets/stylesheets/ezgl.scss */
.tournament-card .tournament-card__body .ezgl-row ul li {
  position: relative;
  padding: 0.1em 0.5em 0 15px;
}

/* line 1382, app/assets/stylesheets/ezgl.scss */
.tournament-card .tournament-card__body .ezgl-row ul .missing_detail_header {
  padding-left: 0;
  padding-bottom: 1em;
  font-size: 18px;
  font-weight: 700;
}

/* line 1391, app/assets/stylesheets/ezgl.scss */
.tournament-card .tournament-card__body .tournament-card__content {
  display: flex;
  border-right: 1px solid #efefef;
  border-top: 1px solid #efefef;
}

/* line 1396, app/assets/stylesheets/ezgl.scss */
.tournament-card .tournament-card__body .tournament-card__content p {
  margin: 0;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}

/* line 1403, app/assets/stylesheets/ezgl.scss */
.tournament-card .tournament-card__body .tournament-card__content .left {
  width: 50%;
  text-align: left;
}

/* line 1408, app/assets/stylesheets/ezgl.scss */
.tournament-card .tournament-card__body .tournament-card__content .right {
  width: 50%;
  text-align: right;
}

/* Upcoming Tournaments */
/* line 1418, app/assets/stylesheets/ezgl.scss */
.upcoming-tournaments-body {
  padding-top: 26%;
  padding-bottom: 27%;
}

/* line 1423, app/assets/stylesheets/ezgl.scss */
.upcoming-tournaments-body h2 {
  font-weight: 900;
  font-size: 36px;
}

/* line 1428, app/assets/stylesheets/ezgl.scss */
.upcoming-tournaments-body .ezgl-button--primary {
  margin-top: 25px;
  font-size: 20px;
  padding: 12px 40px;
}

/* line 1434, app/assets/stylesheets/ezgl.scss */
.upcoming-tournaments-med {
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  padding: 10px 25px;
}

/* line 1440, app/assets/stylesheets/ezgl.scss */
.upcoming-tournaments-med p {
  margin-bottom: 0;
}

/* line 1444, app/assets/stylesheets/ezgl.scss */
.upcoming-tournaments-med p,
.upcoming-tournaments-med p a {
  text-transform: uppercase;
  font-size: 14px;
  color: #999999;
  font-weight: 500;
}

/* line 1452, app/assets/stylesheets/ezgl.scss */
.upcoming-tournaments-footer h2 {
  font-weight: 900;
  font-size: 30px;
}

/* line 1457, app/assets/stylesheets/ezgl.scss */
.upcoming-tournaments-footer p {
  font-size: 16px;
  color: #999999;
  font-weight: 600;
}

/* line 1463, app/assets/stylesheets/ezgl.scss */
.upcoming-tournaments-footer p a {
  margin-left: 5px;
  color: #43d2a6;
}

/* line 1468, app/assets/stylesheets/ezgl.scss */
.upcoming-tournaments-footer {
  padding: 25px 25px 0px;
}

/* line 1472, app/assets/stylesheets/ezgl.scss */
.upcoming-tournaments-footer .ezgl-button {
  margin-top: 5px;
  padding: 12px 30px;
  font-size: 18px;
}

/* Create a Tournament */
/* line 1480, app/assets/stylesheets/ezgl.scss */
.create-tournament-page {
  background: url(/../images/banner.jpg) no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/* line 1489, app/assets/stylesheets/ezgl.scss */
.cat-card {
  background: #fff;
  border-radius: 5px;
  padding-top: 45px;
  margin-bottom: 60px;
}

/* line 1496, app/assets/stylesheets/ezgl.scss */
.wizard-section {
  margin-top: 5px;
  padding: 16px 0;
  border-top: 1px solid #eaeaea;
}

/* line 1502, app/assets/stylesheets/ezgl.scss */
.wizard-section:first-of-type {
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
}

/* line 1508, app/assets/stylesheets/ezgl.scss */
.wizard-section .step-1-content h2 {
  font-size: 30px;
  margin-bottom: 6px;
  padding-left: 16px;
}

/* line 1514, app/assets/stylesheets/ezgl.scss */
.wizard-section .step-1-content p {
  font-size: 16px;
  margin-bottom: 18px;
  padding-left: 16px;
}

/* line 1520, app/assets/stylesheets/ezgl.scss */
.wizard-section--left .step-1-content {
  text-align: left;
}

/* line 1524, app/assets/stylesheets/ezgl.scss */
.wizard-section--left .step-1-content .tw\:text-center {
  text-align: left !important;
}

/* line 1528, app/assets/stylesheets/ezgl.scss */
.wizard-section--left .step-content-game-types {
  text-align: left;
}

/* line 1532, app/assets/stylesheets/ezgl.scss */
.wizard-section--left .step-content-game-types .ezgl-row {
  justify-content: flex-start;
}

/* line 1536, app/assets/stylesheets/ezgl.scss */
.wizard-game-types-table {
  width: 100%;
  margin: 0;
}

/* line 1540, app/assets/stylesheets/ezgl.scss */
.wizard-game-types-table th,
.wizard-game-types-table td {
  vertical-align: middle;
  border-top: 1px solid #eaeaea;
}

/* line 1546, app/assets/stylesheets/ezgl.scss */
.wizard-game-types-table thead th {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #8a8a8a;
  border-top: 0;
}

/* line 1555, app/assets/stylesheets/ezgl.scss */
.wizard-game-types__slot {
  width: 120px;
  font-weight: 600;
  color: #6b6b6b;
}

/* line 1561, app/assets/stylesheets/ezgl.scss */
.wizard-game-types-table .add-game-type,
.wizard-game-types-table .added-game-type {
  width: 100%;
  height: auto;
  justify-content: flex-start;
  padding: 10px 12px;
  border-radius: 4px;
  margin: 0;
}

/* line 1571, app/assets/stylesheets/ezgl.scss */
.wizard-game-types-table .add-game-type {
  appearance: none;
  background: #f3f3f3;
  border: 1px dashed #c9c9c9;
  text-align: left;
}

/* line 1578, app/assets/stylesheets/ezgl.scss */
.wizard-game-types-table .added-game-type {
  background: #fff;
  border: 1px solid #e0e0e0;
}

/* line 1583, app/assets/stylesheets/ezgl.scss */
.wizard-game-types-table .added-game-type span {
  margin-bottom: 0;
}

/* line 1587, app/assets/stylesheets/ezgl.scss */
.wizard-footer {
  border-top: 2px solid #eaeaea;
  padding-top: 25px;
}

/* line 1592, app/assets/stylesheets/ezgl.scss */
.wizard-flight-row {
  max-width: 520px;
  margin: 0 auto 18px;
  padding: 16px 20px;
  border: 1px solid #eaeaea;
  border-radius: 4px;
  background: #fff;
}

/* line 1600, app/assets/stylesheets/ezgl.scss */
.wizard-flight-row .wizard-flight-header {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 12px;
}

/* line 1607, app/assets/stylesheets/ezgl.scss */
.wizard-flight-toggle {
  max-width: 520px;
  margin: 10px 0 18px;
  margin-left: 16px;
  padding: 12px 14px;
  border: 1px solid #eaeaea;
  border-radius: 6px;
  background: #fafafa;
}

/* line 1617, app/assets/stylesheets/ezgl.scss */
.ezgl-stepper .ezgl-stepper-circle {
  margin-right: 0;
}

/* line 1621, app/assets/stylesheets/ezgl.scss */
.ezgl-stepper .step .step-trigger,
.ezgl-stepper .step a,
.ezgl-stepper .step button {
  padding: 0;
}

/* line 1627, app/assets/stylesheets/ezgl.scss */
.ezgl-stepper-header {
  width: 22%;
  margin: 0 auto;
}

/* line 1632, app/assets/stylesheets/ezgl.scss */
.ezgl-stepper .step .step-trigger,
.ezgl-stepper .step a,
.ezgl-stepper .step button {
  font-size: 0;
}

/* line 1638, app/assets/stylesheets/ezgl.scss */
.ezgl-stepper .ezgl-stepper-circle {
  width: 15px;
  height: 15px;
  border-radius: 50%;
}

/* line 1644, app/assets/stylesheets/ezgl.scss */
.ezgl-stepper .ezgl-stepper-circle {
  background: #d5d5d5;
}

/* line 1648, app/assets/stylesheets/ezgl.scss */
.ezgl-stepper .step.ezgl-is-active .ezgl-stepper-circle {
  background: #00c897;
}

/* line 1652, app/assets/stylesheets/ezgl.scss */
.ezgl-stepper .ezgl-stepper-header {
  margin-bottom: 35px;
}

/* line 1656, app/assets/stylesheets/ezgl.scss */
.ezgl-stepper .step {
  height: auto;
}

/* line 1660, app/assets/stylesheets/ezgl.scss */
.ezgl-stepper .step:hover .step-trigger:not(:disabled),
.ezgl-stepper .step:hover a:not(:disabled),
.ezgl-stepper .step:hover button:not(:disabled) {
  background: transparent;
}

/* line 1665, app/assets/stylesheets/ezgl.scss */
#tournament-wizard .step-1-content {
  padding: 0 0 10px;
}

/* line 1669, app/assets/stylesheets/ezgl.scss */
#tournament-wizard .tournament-wizard-errors {
  margin: 0 16px 20px;
  padding: 12px 16px;
  border-radius: 4px;
  background: #f8d7da;
  border: 1px solid #f5c6cb;
  color: #721c24;
}

/* line 1677, app/assets/stylesheets/ezgl.scss */
#tournament-wizard .tournament-wizard-errors h2 {
  font-size: 16px;
  margin-bottom: 8px;
  font-weight: 600;
}

/* line 1683, app/assets/stylesheets/ezgl.scss */
#tournament-wizard .tournament-wizard-errors ul {
  margin: 0;
  padding-left: 18px;
}

/* line 1689, app/assets/stylesheets/ezgl.scss */
.tournament-save-error {
  padding: 0 !important;
}

/* line 1694, app/assets/stylesheets/ezgl.scss */
.tournament-save-error .error-header {
  padding-left: 0;
  padding-bottom: 1em;
  font-size: 18px;
  font-weight: 700;
  color: black;
  text-align: left;
}

/* line 1702, app/assets/stylesheets/ezgl.scss */
.tournament-save-error .ezgl-row {
  padding: 30px;
}

/* line 1705, app/assets/stylesheets/ezgl.scss */
.tournament-save-error ul {
  padding: 10px;
  counter-reset: li-counter;
  width: 100%;
  margin: 0 1em 0 1em;
}

/* line 1711, app/assets/stylesheets/ezgl.scss */
.tournament-save-error ul li {
  color: black;
  font-size: 18px;
  position: relative;
  padding: 0.1em 0.5em 0 15px;
}

/* line 1719, app/assets/stylesheets/ezgl.scss */
.step-1-content {
  text-align: center;
}

/* line 1723, app/assets/stylesheets/ezgl.scss */
.step-1-content h2 {
  font-weight: 600;
  color: #000;
  font-size: 40px;
}

/* line 1729, app/assets/stylesheets/ezgl.scss */
.step-1-content p {
  color: #9a9a9a;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 28px;
}

/* line 1736, app/assets/stylesheets/ezgl.scss */
.ezgl-stepper .ezgl-stepper-content {
  padding: 0;
}

/* line 1740, app/assets/stylesheets/ezgl.scss */
.ezgl-stepper .ezgl-stepper-content .content {
  display: none;
}

/* line 1744, app/assets/stylesheets/ezgl.scss */
.ezgl-stepper .ezgl-stepper-content .content.ezgl-is-active {
  display: block;
}

/* line 1748, app/assets/stylesheets/ezgl.scss */
.cat-card-footer {
  text-align: right;
  padding: 25px;
  border-top: 2px solid #eaeaea;
}

/* line 1754, app/assets/stylesheets/ezgl.scss */
.cat-card-footer .ezgl-button--secondary {
  border-radius: 3px !important;
  font-weight: 500 !important;
  padding: 14px 40px !important;
  line-height: normal !important;
  font-size: 20px !important;
}

/* line 1762, app/assets/stylesheets/ezgl.scss */
.cat-card-footer .ezgl-button--outline-secondary {
  border-radius: 5px;
  font-weight: 500;
  padding: 14px 40px;
  line-height: normal;
  font-size: 20px;
  margin-right: 20px;
}

/* line 1771, app/assets/stylesheets/ezgl.scss */
.step-1-content label {
  font-size: 18px;
  color: #7f7f7f;
  margin-top: 10px;
  font-weight: 500;
}

/* line 1778, app/assets/stylesheets/ezgl.scss */
.step-1-content .ezgl-form-input {
  font-size: 16px;
}

/* line 1783, app/assets/stylesheets/ezgl.scss */
.wizard-form-stack .wizard-field {
  max-width: 520px;
  width: 100%;
  margin: 0 0 18px;
  text-align: left;
}

/* line 1789, app/assets/stylesheets/ezgl.scss */
.wizard-form-stack .wizard-field label {
  display: block;
  margin-top: 0;
  font-weight: 600;
  color: #5f5f5f;
}

/* line 1796, app/assets/stylesheets/ezgl.scss */
.wizard-form-stack .wizard-field .wizard-field__required {
  margin-left: 6px;
  font-size: 0.85em;
  color: #b3b3b3;
  font-weight: 600;
}

/* line 1804, app/assets/stylesheets/ezgl.scss */
.wizard-form-stack .wizard-field-subtitle {
  font-size: 13px;
  color: #9a9a9a;
  margin: 6px 0 0;
  padding-left: 0;
}

/* line 1811, app/assets/stylesheets/ezgl.scss */
.wizard-form-stack .wizard-field .wizard-field-subtitle {
  padding-left: 0;
}

/* line 1815, app/assets/stylesheets/ezgl.scss */
.wizard-form-stack .wizard-field--toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 12px 14px;
  border: 1px solid #eaeaea;
  border-radius: 6px;
  background: #fafafa;
}

/* line 1825, app/assets/stylesheets/ezgl.scss */
.wizard-form-stack .wizard-field--toggle .wizard-field__text {
  flex: 1 1 auto;
}

/* line 1829, app/assets/stylesheets/ezgl.scss */
.wizard-form-stack .wizard-field--toggle .wizard-field__control {
  flex: 0 0 auto;
}

/* line 1834, app/assets/stylesheets/ezgl.scss */
.wizard-form-stack .ezgl-form-input {
  margin-left: 0;
  width: 100%;
  border-radius: 6px;
  background: #fbfbfb;
  border-color: #e6e6e6;
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.02);
}

/* line 1843, app/assets/stylesheets/ezgl.scss */
.wizard-form-stack .date-inputs {
  height: 50px;
  margin-left: 0;
}

/* line 1847, app/assets/stylesheets/ezgl.scss */
.wizard-form-stack .date-inputs .ezgl-form-input {
  height: 50px;
}

/* line 1852, app/assets/stylesheets/ezgl.scss */
.wizard-form-stack .selectize-control {
  margin-left: 0;
}

/* line 1856, app/assets/stylesheets/ezgl.scss */
.wizard-form-stack .selectize-input {
  margin-left: 0 !important;
  width: 100%;
  height: 50px;
  min-height: 50px;
  padding: 10px 16px !important;
  font-size: 18px;
}

/* line 1866, app/assets/stylesheets/ezgl.scss */
.wizard-form-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 32px;
}

/* line 1871, app/assets/stylesheets/ezgl.scss */
.wizard-form-grid .wizard-field {
  max-width: 100%;
  margin: 0;
}

/* line 1878, app/assets/stylesheets/ezgl.scss */
.notification-template-form .wizard-field {
  max-width: none;
}

/* line 1883, app/assets/stylesheets/ezgl.scss */
.wizard-form-grid__full {
  grid-column: 1 / -1;
}

/* line 1887, app/assets/stylesheets/ezgl.scss */
.wizard-form-grid__left,
.wizard-form-grid__right {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

/* line 1894, app/assets/stylesheets/ezgl.scss */
.ezgl-segmented {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px;
  border-radius: 999px;
  border: 1px solid #e2e2e2;
  background: #f4f4f4;
}

/* line 1904, app/assets/stylesheets/ezgl.scss */
.ezgl-segmented__button {
  border: 0;
  background: transparent;
  border-radius: 999px;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 600;
  color: #7b7b7b;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

/* line 1915, app/assets/stylesheets/ezgl.scss */
.ezgl-segmented__button:focus-visible {
  outline: 2px solid #00c897;
  outline-offset: 2px;
}

/* line 1921, app/assets/stylesheets/ezgl.scss */
.ezgl-segmented__button.is-active {
  background: #ffffff;
  color: #2f2f2f;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

@media (max-width: 991px) {
  /* line 1928, app/assets/stylesheets/ezgl.scss */
  .ezgl-segmented {
    width: 100%;
  }
  /* line 1932, app/assets/stylesheets/ezgl.scss */
  .ezgl-segmented__button {
    flex: 1 1 0;
    text-align: center;
  }
}

@media (max-width: 991px) {
  /* line 1939, app/assets/stylesheets/ezgl.scss */
  .wizard-form-grid {
    grid-template-columns: 1fr;
  }
}

/* line 1944, app/assets/stylesheets/ezgl.scss */
.selectize-dropdown,
.selectize-dropdown-content,
.selectize-dropdown [data-selectable] {
  background: #fff !important;
}

/* line 1950, app/assets/stylesheets/ezgl.scss */
.scoring-rule-toggle-cell {
  text-align: right;
}

/* line 1954, app/assets/stylesheets/ezgl.scss */
.table-caption {
  display: block;
  color: #7f7f7f;
  font-size: 12px;
}

/* line 1960, app/assets/stylesheets/ezgl.scss */
.ezgl-table tbody + tbody {
  border-top: 1px solid #efefef;
}

/* line 1964, app/assets/stylesheets/ezgl.scss */
.ts-wrapper .ts-control {
  border-radius: 3px;
  border: 1px solid #ced4da;
  min-height: 38px;
  padding: 6px 12px;
}

/* line 1970, app/assets/stylesheets/ezgl.scss */
#test-l-1 .step-1-content-form {
  padding: 30px 0 0 0;
}

/* line 1973, app/assets/stylesheets/ezgl.scss */
.step-1-content-form {
  padding: 6% 0;
}

/* line 1976, app/assets/stylesheets/ezgl.scss */
.step-1-content-form .ezgl-control-label {
  display: none;
}

/* line 1980, app/assets/stylesheets/ezgl.scss */
.step-1-content-form .tee-times-inputs {
  display: flex;
  width: 100%;
  max-width: 100%;
  margin-left: 0;
}

/* line 1987, app/assets/stylesheets/ezgl.scss */
.step-1-content-form .tournament_signup_closes_at {
  padding-right: 1.5rem;
}

/* line 1991, app/assets/stylesheets/ezgl.scss */
.step-1-content-form .selectize-input {
  border: 2px solid #e9e9e9;
  padding: 10px 16px !important;
  width: 100%;
  font-style: italic;
  height: 50px;
  min-height: 50px;
  text-align: left;
  border-radius: 3px;
  display: flex;
  align-items: center;
  margin-left: 0 !important;
  font-size: 18px;
}

/* line 2006, app/assets/stylesheets/ezgl.scss */
.step-1-content-form .selectize-dropdown {
  text-align: left;
  padding: 0 !important;
  box-sizing: border-box;
}

/* line 2012, app/assets/stylesheets/ezgl.scss */
.step-1-content-form #tournament_course_select + .selectize-control {
  width: 100%;
  flex: 1 1 auto;
  position: relative;
  height: auto;
  min-height: 0;
  margin-left: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

/* line 2025, app/assets/stylesheets/ezgl.scss */
.step-1-content-form #tournament_course_select + .selectize-control .selectize-input {
  height: 50px;
  min-height: 50px;
  padding: 10px 16px !important;
  margin-left: 0 !important;
  align-items: center;
}

/* line 2033, app/assets/stylesheets/ezgl.scss */
.step-1-content-form #tournament_course_select + .selectize-control .selectize-dropdown {
  left: 0 !important;
  top: 100% !important;
  bottom: auto !important;
  width: 100%;
  padding: 0 !important;
  box-sizing: border-box;
  background: #fff;
  overflow: visible;
  z-index: 1000;
}

/* line 2045, app/assets/stylesheets/ezgl.scss */
.step-1-content-form #tournament_course_select + .selectize-control .selectize-dropdown-content {
  max-height: 420px !important;
  overflow-y: auto;
  background: #fff;
}

/* line 2051, app/assets/stylesheets/ezgl.scss */
.step-1-content-form #tournament_course_select + .selectize-control .selectize-dropdown [data-selectable] {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 8px 12px;
  box-sizing: border-box;
}

/* line 2061, app/assets/stylesheets/ezgl.scss */
.step-1-content-form .ezgl-checkbox label {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 2066, app/assets/stylesheets/ezgl.scss */
.step-1-content-form .ezgl-checkbox label .boolean {
  width: 25px;
  height: auto;
}

/* line 2071, app/assets/stylesheets/ezgl.scss */
.step-1-content-form .ezgl-checkbox label abbr {
  display: none;
}

/* line 2076, app/assets/stylesheets/ezgl.scss */
.step-1-content-form .date-inputs {
  height: 50px;
}

/* line 2079, app/assets/stylesheets/ezgl.scss */
.step-1-content-form .multiselect__select {
  top: 6px;
}

/* line 2083, app/assets/stylesheets/ezgl.scss */
.step-1-content-form .multiselect__tags {
  min-height: 50px;
  padding-top: 12px;
  min-width: 150px;
}

/* line 2089, app/assets/stylesheets/ezgl.scss */
.step-1-content-form .multiselect__option--group {
  text-decoration: underline;
  font-weight: bold;
  font-size: 18px;
}

/* line 2095, app/assets/stylesheets/ezgl.scss */
.step-1-content .ezgl-form-input,
.step-1-content .custom-select {
  border-color: #e7e7e7;
  height: 50px;
  margin-left: 20px;
  font-size: 18px;
  border-width: 2px;
  font-style: italic;
  color: #000;
}

/* line 2107, app/assets/stylesheets/ezgl.scss */
#tournament-wizard .wizard-inline-row .minutes-label {
  white-space: normal;
}

/* line 2111, app/assets/stylesheets/ezgl.scss */
#tournament-wizard .wizard-inline-row .minutes-input {
  display: flex;
  justify-content: flex-end;
}

/* line 2115, app/assets/stylesheets/ezgl.scss */
#tournament-wizard .wizard-inline-row .minutes-input .ezgl-row {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}

/* line 2121, app/assets/stylesheets/ezgl.scss */
#tournament-wizard .wizard-inline-row .minutes-input .ezgl-form-group {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

/* line 2127, app/assets/stylesheets/ezgl.scss */
#tournament-wizard .wizard-inline-row .minutes-input .ezgl-form-input {
  margin-left: auto;
}

/* line 2132, app/assets/stylesheets/ezgl.scss */
#tournament-wizard .wizard-inline-row .minutes-input > div {
  width: 100%;
}

/* line 2136, app/assets/stylesheets/ezgl.scss */
#tournament-wizard .wizard-inline-row input[data-tournament-wizard-target="minutesBetweenTeeTimes"] {
  margin-right: 0;
}

/* line 2140, app/assets/stylesheets/ezgl.scss */
#tournament-wizard .wizard-inline-row .minutes-input .ezgl-form-input {
  width: 80px;
  margin-left: 0 !important;
  margin-right: 0;
}

/* line 2147, app/assets/stylesheets/ezgl.scss */
.multiselect__tags {
  min-width: 100px !important;
}

/* line 2151, app/assets/stylesheets/ezgl.scss */
.step-1-content .custom-select {
  background: url(/../images/drop-down-arrow.svg) no-repeat;
  background-size: 25px;
  background-position: 96%;
}

/* line 2157, app/assets/stylesheets/ezgl.scss */
.date-inputs {
  border: 2px solid #e7e7e7;
  height: 70px;
  margin-left: 20px;
  border-radius: 0.25rem;
  width: 100%;
}

/* line 2164, app/assets/stylesheets/ezgl.scss */
.date-inputs .ezgl-input-group {
  padding-right: 0rem;
}

/* line 2168, app/assets/stylesheets/ezgl.scss */
.date-inputs .ezgl-input-group-actions {
  display: none;
}

/* line 2173, app/assets/stylesheets/ezgl.scss */
.step-1-content-form .registration-date-inputs {
  height: auto;
  min-height: 70px;
}

/* line 2178, app/assets/stylesheets/ezgl.scss */
.step-1-content .registration-date-inputs label {
  font-size: 13px;
  margin-top: 0;
}

/* line 2183, app/assets/stylesheets/ezgl.scss */
.step-1-content .registration-date-inputs .ezgl-form-input {
  margin-top: 0;
}

/* line 2187, app/assets/stylesheets/ezgl.scss */
.delete-scoring-rule {
  background: transparent;
  border: 1px solid;
  padding: 7.5px 12px !important;
  margin-left: 8px;
  border-radius: 3px;
  cursor: pointer;
}

/* line 2194, app/assets/stylesheets/ezgl.scss */
.delete-scoring-rule::before {
  content: '\2716';
  vertical-align: middle;
  font-size: 13px;
  color: #000000;
  font-weight: 300;
  font-family: Arial, sans-serif;
}

/* line 2203, app/assets/stylesheets/ezgl.scss */
.edit-tee-times-content .delete-scoring-rule {
  margin-top: 10px;
}

/* line 2206, app/assets/stylesheets/ezgl.scss */
.step-1-content .ezgl-form-group {
  margin-bottom: 10px;
}

/* line 2210, app/assets/stylesheets/ezgl.scss */
.step-1-content .date-inputs .ezgl-form-input {
  margin-left: 0;
  border: none;
  height: 35px;
  margin-top: 5px;
}

/* line 2217, app/assets/stylesheets/ezgl.scss */
.step-1-content .ezgl-form-input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-style: italic;
  color: #b2b2b2;
}

/* line 2223, app/assets/stylesheets/ezgl.scss */
.step-1-content .ezgl-form-input::-moz-placeholder {
  /* Firefox 19+ */
  font-style: italic;
  color: #b2b2b2;
}

/* line 2229, app/assets/stylesheets/ezgl.scss */
.step-1-content .ezgl-form-input:-ms-input-placeholder {
  /* IE 10+ */
  font-style: italic;
  color: #b2b2b2;
}

/* line 2235, app/assets/stylesheets/ezgl.scss */
.step-1-content .ezgl-form-input:-moz-placeholder {
  /* Firefox 18- */
  font-style: italic;
  color: #b2b2b2;
}

/* line 2241, app/assets/stylesheets/ezgl.scss */
#course-selectized::placeholder,
#gameTypes-selectized::placeholder,
#flight-selectized::placeholder {
  font-style: italic;
  color: #b2b2b2;
}

/* line 2248, app/assets/stylesheets/ezgl.scss */
.step-content-game-types {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}

/* line 2254, app/assets/stylesheets/ezgl.scss */
.step-content-game-types .ezgl-row {
  width: 100%;
  justify-content: center;
  padding: 12px 0;
}

/* line 2259, app/assets/stylesheets/ezgl.scss */
.step-content-game-types .ezgl-row div:first-child {
  margin-right: 24px;
}

/* line 2263, app/assets/stylesheets/ezgl.scss */
.step-content-game-types .ezgl-row .added-game-type,
.step-content-game-types .ezgl-row .add-game-type {
  width: 48%;
  height: 75px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 2272, app/assets/stylesheets/ezgl.scss */
.step-content-game-types .ezgl-row .added-game-type {
  display: flex;
  align-items: center;
  background: white;
  border-radius: 3px;
  border: solid #b2b2b2;
  padding: 12px 24px;
}

/* line 2280, app/assets/stylesheets/ezgl.scss */
.step-content-game-types .ezgl-row .added-game-type p {
  width: 100%;
  text-align: left;
}

/* line 2285, app/assets/stylesheets/ezgl.scss */
.step-content-game-types .ezgl-row .added-game-type .ezgl-button--primary {
  width: 150px;
}

/* line 2290, app/assets/stylesheets/ezgl.scss */
.step-content-game-types .ezgl-row .add-game-type {
  background: #e7e7e7;
  border-radius: 3px;
  border: dashed #b2b2b2;
  padding: 12px;
  cursor: pointer;
}

/* line 2297, app/assets/stylesheets/ezgl.scss */
.step-content-game-types .ezgl-row .add-game-type:hover {
  background: #f5f5f5;
}

/* line 2306, app/assets/stylesheets/ezgl.scss */
#addGameTypeModal .step-1-content-form,
#addGolfersModal .step-1-content-form {
  padding-bottom: 0;
}

/* line 2310, app/assets/stylesheets/ezgl.scss */
#addGameTypeModal .selectize-input,
#addGolfersModal .selectize-input {
  margin-left: 0;
  border-color: #e7e7e7;
  height: 70px;
  font-size: 18px;
  border-width: 2px;
  font-style: italic;
  color: #b2b2b2;
}

/* line 2320, app/assets/stylesheets/ezgl.scss */
#addGameTypeModal .ezgl-form-input,
#addGolfersModal .ezgl-form-input {
  margin-left: 20px;
}

/* line 2324, app/assets/stylesheets/ezgl.scss */
#addGameTypeModal h4,
#addGolfersModal h4 {
  width: 50%;
  text-align: center;
  border-bottom: 1px solid #000;
  line-height: 0.1em;
  margin: 75px auto 50px;
}

/* line 2331, app/assets/stylesheets/ezgl.scss */
#addGameTypeModal h4 span,
#addGolfersModal h4 span {
  background: #fff;
  padding: 0 10px;
}

/* line 2338, app/assets/stylesheets/ezgl.scss */
.ttt-header h2,
.ttt-header p,
.ttt-header p {
  display: inline-block;
  margin-bottom: 0;
}

/* line 2345, app/assets/stylesheets/ezgl.scss */
.ttt-header p {
  font-size: 16px;
}

/* line 2349, app/assets/stylesheets/ezgl.scss */
.ttt-header p strong {
  color: #fff;
  margin-right: 5px;
  font-size: 26px;
}

/* line 2355, app/assets/stylesheets/ezgl.scss */
.ttt-header .mid-ttt-para {
  margin: 0 15px;
}

/* line 2359, app/assets/stylesheets/ezgl.scss */
.ttt-header .ezgl-button--primary,
.ttt-header .ezgl-button--success,
.ttt-header .ezgl-button--secondary {
  font-size: 19px !important;
  padding: 12px 30px !important;
  line-height: 1.5 !important;
  border: 1px solid transparent !important;
}

/* line 2368, app/assets/stylesheets/ezgl.scss */
.ttt-header {
  padding: 25px 0px;
}

/* line 2372, app/assets/stylesheets/ezgl.scss */
.tournaments-banner-img {
  height: 225px;
  background-image: url(/../images/banner-2.jpg);
  background-position: bottom;
}

/* line 2378, app/assets/stylesheets/ezgl.scss */
.left-search h2 {
  display: inline-block;
  color: #67686a;
  font-size: 24px;
  font-weight: 400;
}

/* line 2385, app/assets/stylesheets/ezgl.scss */
.left-search .ezgl-form-input {
  background: #fff url(/../images/search.svg) no-repeat;
  background-size: 25px;
  display: inline-block;
  width: 40%;
  border-color: #e7e7e7;
  height: 50px;
  margin-left: 20px;
  font-size: 18px;
  border-width: 2px;
  font-style: italic;
  color: #b2b2b2;
  padding-left: 45px;
  background-position: 11px 9px;
}

/* line 2401, app/assets/stylesheets/ezgl.scss */
.search-view-list {
  margin-top: 60px;
}

/* line 2405, app/assets/stylesheets/ezgl.scss */
.left-search .ezgl-form-input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-style: italic;
  color: #b2b2b2;
}

/* line 2411, app/assets/stylesheets/ezgl.scss */
.left-search .ezgl-form-input::-moz-placeholder {
  /* Firefox 19+ */
  font-style: italic;
  color: #b2b2b2;
}

/* line 2417, app/assets/stylesheets/ezgl.scss */
.left-search .ezgl-form-input:-ms-input-placeholder {
  /* IE 10+ */
  font-style: italic;
  color: #b2b2b2;
}

/* line 2423, app/assets/stylesheets/ezgl.scss */
.left-search .ezgl-form-input:-moz-placeholder {
  /* Firefox 18- */
  font-style: italic;
  color: #b2b2b2;
}

/* line 2429, app/assets/stylesheets/ezgl.scss */
.section-sort h2 {
  display: inline-block;
  color: #c6c5cc;
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 0;
  vertical-align: middle;
}

/* line 2438, app/assets/stylesheets/ezgl.scss */
.section-sort .custom-select {
  width: 160px;
  border-color: #e7e7e7;
  height: 50px;
  margin-left: 20px;
  margin-right: 15px;
  font-size: 20px;
  border-width: 2px;
  color: #000;
  background: url(/../images/down-arrow.svg) no-repeat;
  background-size: 22px;
  background-position: 94%;
  font-weight: 600;
}

/* line 2453, app/assets/stylesheets/ezgl.scss */
.section-sort .ezgl-button--light {
  height: 50px;
  width: 55px;
  padding-left: 15px;
  padding-right: 15px;
  background: #fff;
  border-color: #d9d8dd;
}

/* line 2462, app/assets/stylesheets/ezgl.scss */
.section-sort .ezgl-button--light img {
  width: 20px;
}

/* line 2466, app/assets/stylesheets/ezgl.scss */
.section-sort .view-list-1 {
  background: url(/../images/view/grid.svg) no-repeat;
  background-size: 25px 25px;
  background-position: 14px;
}

/* line 2472, app/assets/stylesheets/ezgl.scss */
.section-sort .view-list-2 {
  background: url(/../images/view/bar.svg) no-repeat;
  background-size: 25px 25px;
  background-position: 14px;
}

/* line 2478, app/assets/stylesheets/ezgl.scss */
.section-sort .view-list-3 {
  background: url(/../images/view/menu.svg) no-repeat;
  background-size: 25px 25px;
  background-position: 14px;
}

/* line 2484, app/assets/stylesheets/ezgl.scss */
.section-sort .view-list-1.ezgl-is-active {
  background: #fff url(/../images/view/grid-hover.svg) no-repeat;
  background-size: 25px 25px;
  background-position: 14px;
  background-color: #fff !important;
}

/* line 2491, app/assets/stylesheets/ezgl.scss */
.section-sort .view-list-2.ezgl-is-active {
  background: #fff url(/../images/view/bar-hover.svg) no-repeat;
  background-size: 25px 25px;
  background-position: 14px;
  background-color: #fff !important;
}

/* line 2498, app/assets/stylesheets/ezgl.scss */
.section-sort .view-list-3.ezgl-is-active {
  background: #fff url(/../images/view/menu-hover.svg) no-repeat;
  background-size: 25px 25px;
  background-position: 14px;
  background-color: #fff !important;
}

/* line 2505, app/assets/stylesheets/ezgl.scss */
.heading-style {
  padding-bottom: 35px;
  margin-top: 50px;
}

/* line 2510, app/assets/stylesheets/ezgl.scss */
.heading-style h2 {
  display: flex;
  width: 100%;
  font-size: 16px;
  letter-spacing: 2px;
  color: #b9b9b9;
  font-weight: 600;
}

/* line 2519, app/assets/stylesheets/ezgl.scss */
.heading-style h2:after {
  -webkit-flex: 3;
  -flex: 3;
  display: inline-block;
  content: "";
  height: 2px;
  background: #b9b9b9;
  margin: auto 0 auto 20px;
}

/* line 2529, app/assets/stylesheets/ezgl.scss */
.tournaments-card-slider-top {
  position: relative;
}

/* line 2533, app/assets/stylesheets/ezgl.scss */
.tournaments-card-slider-top .overlay {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  width: 100%;
  height: 100%;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}

/* line 2542, app/assets/stylesheets/ezgl.scss */
.tournaments-card-slider-top p {
  color: #cccdc8;
  position: absolute;
  font-weight: 500;
  font-size: 14px;
}

/* line 2549, app/assets/stylesheets/ezgl.scss */
.tournaments-card-slider-top h2 {
  font-size: 36px;
  font-weight: 500;
  color: #fff;
  position: absolute;
  top: 40%;
  left: 15%;
  text-align: center;
  width: 300px;
  line-height: 40px;
}

/* line 2561, app/assets/stylesheets/ezgl.scss */
.tournaments-card-slider-top .para-1 {
  top: 15px;
  left: 15px;
}

/* line 2566, app/assets/stylesheets/ezgl.scss */
.tournaments-card-slider-top .para-2 {
  top: 15px;
  right: 15px;
}

/* line 2571, app/assets/stylesheets/ezgl.scss */
.tournaments-card-slider .owl-theme .owl-dots .owl-dot span {
  border-radius: 0px;
  width: 18px;
  height: 5px;
}

/* line 2577, app/assets/stylesheets/ezgl.scss */
.tournaments-card-slider .owl-theme .owl-nav.ezgl-is-disabled + .owl-dots {
  margin-top: 0;
  position: absolute;
  bottom: -29px;
  left: 15px;
}

/* line 2584, app/assets/stylesheets/ezgl.scss */
.tournaments-card-slider .owl-theme .owl-dots {
  text-align: left;
  margin-top: -17px;
}

/* line 2589, app/assets/stylesheets/ezgl.scss */
.tournaments-card-slider .owl-theme .owl-dots .owl-dot span {
  background: #52e4b7;
  margin: 0;
  margin-right: 8px;
  margin-top: -6px;
}

/* line 2596, app/assets/stylesheets/ezgl.scss */
.tournaments-card-slider .owl-theme .owl-dots .owl-dot.ezgl-is-active span {
  background: #ffffff;
}

/* line 2600, app/assets/stylesheets/ezgl.scss */
.tournaments-card-slider a {
  display: block;
}

/* line 2604, app/assets/stylesheets/ezgl.scss */
.tournaments-card-slider .tournaments-card-slider-top img {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

/* line 2609, app/assets/stylesheets/ezgl.scss */
.tournaments-card-slider .regis-error {
  background: #FF2600 !important;
}

/* line 2613, app/assets/stylesheets/ezgl.scss */
.tournaments-card-slider .regis-open {
  position: relative;
  background: #00c185;
  padding: 10px 8px;
}

/* line 2619, app/assets/stylesheets/ezgl.scss */
.tournaments-card-slider .regis-open p {
  color: #fff;
  font-size: 14px;
  line-height: normal;
  margin-bottom: 0;
  font-weight: 500;
}

/* line 2627, app/assets/stylesheets/ezgl.scss */
.tournaments-card-slider ul.pagi-style li,
.tournaments-card-slider ul.pagi-style li a {
  cursor: default;
}

/* line 2632, app/assets/stylesheets/ezgl.scss */
.tournaments-card-footer {
  background: #fff;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-left: 1px solid #e7e7e7;
  border-right: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  padding: 25px 15px;
}

/* line 2642, app/assets/stylesheets/ezgl.scss */
.tournaments-card-footer p {
  margin-bottom: 0;
  font-size: 14px;
  color: #898989;
  font-weight: 500;
  margin-top: 12px;
}

/* line 2650, app/assets/stylesheets/ezgl.scss */
.tournaments-card-footer .number-text {
  font-weight: 900;
  color: #000;
  font-size: 30px;
  margin-right: 5px;
  vertical-align: middle;
  line-height: normal;
}

/* line 2659, app/assets/stylesheets/ezgl.scss */
.tournaments-page-nav {
  display: flex;
  justify-content: space-between;
}

/* line 2664, app/assets/stylesheets/ezgl.scss */
.profile-img-list {
  float: right;
  margin-bottom: 0;
}

/* line 2669, app/assets/stylesheets/ezgl.scss */
.profile-img-list img {
  width: 40px;
  height: 40px;
  border-radius: 40px;
}

/* line 2675, app/assets/stylesheets/ezgl.scss */
.profile-img-list span {
  width: 45px;
  height: 45px;
  border-radius: 40px;
  background: #e5e6ea;
  color: #9e9ea0;
  display: inline-block;
  line-height: 50px;
  font-weight: 500;
  text-align: center;
  line-height: 45px;
}

/* line 2688, app/assets/stylesheets/ezgl.scss */
.profile-img-list .ezgl-inline-list-item:not(:last-child) {
  margin-right: -25px;
}

/* line 2692, app/assets/stylesheets/ezgl.scss */
.tournaments-card-footer li span {
  font-weight: 900;
  color: #9e9ea0;
  margin-right: 3px;
  font-size: 14px;
}

/* line 2699, app/assets/stylesheets/ezgl.scss */
.tournaments-card-footer p {
  display: inline-block;
}

/* line 2703, app/assets/stylesheets/ezgl.scss */
.tournaments-card-footer .number-text-2 p {
  color: #c1c1c1;
}

/* line 2707, app/assets/stylesheets/ezgl.scss */
.tournaments-card-footer .number-text-2 .number-text {
  color: #c1c1c1;
}

/* line 2711, app/assets/stylesheets/ezgl.scss */
.fall-classic-header img {
  width: 25px;
  margin-left: 13px;
  vertical-align: -1px;
}

/* line 2717, app/assets/stylesheets/ezgl.scss */
.league-show__heading {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  max-width: 100%;
  min-height: 72px;
  width: 100%;
}

/* line 2727, app/assets/stylesheets/ezgl.scss */
.league-show__logo-column {
  display: flex;
  justify-content: center;
}

/* line 2732, app/assets/stylesheets/ezgl.scss */
.league-show__title-row .league-show__heading {
  justify-content: flex-start;
  margin: 0;
  min-height: 0;
  width: auto;
}

/* line 2739, app/assets/stylesheets/ezgl.scss */
.league-show__title-row .league-show__name {
  text-align: left;
}

/* line 2743, app/assets/stylesheets/ezgl.scss */
.league-show__name {
  margin-bottom: 0;
  text-align: center;
}

/* line 2748, app/assets/stylesheets/ezgl.scss */
.fall-classic-header .league-show__logo {
  display: block;
  height: auto;
  margin: 0 auto;
  max-height: 220px;
  max-width: 320px;
  object-fit: contain;
  vertical-align: middle;
  width: 100%;
}

@media (max-width: 767px) {
  /* line 2760, app/assets/stylesheets/ezgl.scss */
  .league-show__logo-column {
    margin-bottom: 24px;
  }
  /* line 2764, app/assets/stylesheets/ezgl.scss */
  .fall-classic-header .league-show__logo {
    max-width: 260px;
  }
}

/* line 2769, app/assets/stylesheets/ezgl.scss */
.league-logo-settings__preview {
  width: 100%;
}

/* line 2773, app/assets/stylesheets/ezgl.scss */
.league-logo-settings__row--upload {
  align-items: flex-start;
}

/* line 2777, app/assets/stylesheets/ezgl.scss */
.league-logo-settings__row--upload .form-side-label {
  padding-top: 12px;
}

/* line 2781, app/assets/stylesheets/ezgl.scss */
.league-logo-settings__preview-image {
  background: linear-gradient(45deg, #f3f1ea 25%, transparent 25%, transparent 75%, #f3f1ea 75%, #f3f1ea), linear-gradient(45deg, #f3f1ea 25%, transparent 25%, transparent 75%, #f3f1ea 75%, #f3f1ea), #fffdf7;
  background-position: 0 0, 10px 10px, 0 0;
  background-size: 20px 20px, 20px 20px, auto;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 12px;
  display: block;
  height: auto;
  max-height: 120px;
  max-width: 100%;
  padding: 12px;
  width: auto;
  object-fit: contain;
}

/* line 2799, app/assets/stylesheets/ezgl.scss */
.league-logo-settings__empty,
.league-logo-settings__hint {
  color: #bbb9ac;
}

/* line 2804, app/assets/stylesheets/ezgl.scss */
.league-logo-settings__field {
  width: 100%;
}

/* line 2808, app/assets/stylesheets/ezgl.scss */
.league-logo-settings__file-input {
  display: block;
  margin-left: 0;
}

/* line 2813, app/assets/stylesheets/ezgl.scss */
.league-logo-settings__checkbox-control {
  align-items: center;
  display: flex;
  gap: 10px;
  margin-top: 2px;
}

/* line 2820, app/assets/stylesheets/ezgl.scss */
.registration-form-container.league-logo-settings .league-logo-settings__checkbox-control .ezgl-check-label {
  display: block !important;
  font-size: 1rem;
  margin-bottom: 0;
}

/* line 2826, app/assets/stylesheets/ezgl.scss */
.league-logo-settings__checkbox-control .ezgl-check-input {
  height: auto;
  margin: 0 8px 0 0;
  width: auto;
}

/* line 2832, app/assets/stylesheets/ezgl.scss */
.league-logo-settings__hint {
  font-size: 14px;
  margin-top: 10px;
}

/* line 2837, app/assets/stylesheets/ezgl.scss */
.header-list-para {
  margin-top: 8px;
  text-transform: uppercase;
  font-size: 16px;
  color: #e2e2e2;
  font-weight: 500;
}

/* line 2845, app/assets/stylesheets/ezgl.scss */
.header-list-para .ezgl-inline-list-item:not(:last-child) {
  margin-right: 25px;
}

/* line 2849, app/assets/stylesheets/ezgl.scss */
.pm-list {
  display: inline-block;
  text-align: center;
}

/* line 2854, app/assets/stylesheets/ezgl.scss */
.pm-list p {
  color: #9ea08b;
  font-size: 14px;
  display: block;
  text-align: center;
}

/* line 2861, app/assets/stylesheets/ezgl.scss */
.pm-list h2 {
  font-weight: 500;
  color: #fff;
  font-size: 26px;
  text-align: center;
  display: block;
}

/* line 2869, app/assets/stylesheets/ezgl.scss */
.pm-list-1 {
  border-right: 2px solid #9ea08b;
  padding: 10px 20px;
}

/* line 2874, app/assets/stylesheets/ezgl.scss */
.pm-list-2 {
  padding: 10px 0px 10px 20px;
}

/* line 2878, app/assets/stylesheets/ezgl.scss */
.raking-content-card {
  background: #fff;
  border-radius: 5px;
}

/* line 2882, app/assets/stylesheets/ezgl.scss */
.raking-content-card .fa-eye {
  color: #a5a5a7;
  padding-top: 10px;
}

/* line 2887, app/assets/stylesheets/ezgl.scss */
.raking-content-card .ezgl-pills {
  position: relative;
  width: 100%;
}

/* line 2891, app/assets/stylesheets/ezgl.scss */
.raking-content-card .ezgl-pills .ezgl-button--secondary {
  position: absolute;
  right: 12px;
  top: 8px;
}

/* line 2896, app/assets/stylesheets/ezgl.scss */
.raking-content-card .ezgl-pills .ezgl-button--secondary.r-3 {
  right: 36px;
}

/* line 2904, app/assets/stylesheets/ezgl.scss */
.dashboard-header .ezgl-dropdown-toggle::after {
  display: none;
}

/* line 2909, app/assets/stylesheets/ezgl.scss */
.dashboard-header.ttt-header h2 {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0;
}

/* line 2915, app/assets/stylesheets/ezgl.scss */
.dashboard-header.ttt-header .ezgl-dropdown:not(.ezgl-button-group) {
  display: inline;
  vertical-align: middle;
  margin-left: 3px;
}

/* line 2921, app/assets/stylesheets/ezgl.scss */
.dashboard-header.ttt-header .ezgl-dropdown-toggle {
  position: relative;
  top: 3px;
}

/* line 2926, app/assets/stylesheets/ezgl.scss */
.tournaments-index__season-heading {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

/* line 2933, app/assets/stylesheets/ezgl.scss */
.tournaments-season-picker__toggle {
  width: 44px;
  height: 44px;
  padding: 0 !important;
  border: 1px solid rgba(255, 255, 255, 0.78) !important;
  border-radius: 999px !important;
  background: #fff !important;
  box-shadow: 0 10px 28px rgba(12, 23, 39, 0.16);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  top: 0 !important;
}

/* line 2947, app/assets/stylesheets/ezgl.scss */
.tournaments-season-picker__toggle::after {
  display: none !important;
}

/* line 2951, app/assets/stylesheets/ezgl.scss */
.tournaments-season-picker__toggle:hover,
.tournaments-season-picker__toggle:focus,
.ezgl-is-visible > .tournaments-season-picker__toggle {
  background: #fff !important;
  border-color: #fff !important;
}

/* line 2958, app/assets/stylesheets/ezgl.scss */
.tournaments-season-picker__toggle:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.92);
  outline-offset: 2px;
}

/* line 2963, app/assets/stylesheets/ezgl.scss */
.tournaments-season-picker__caret {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-right: 2px solid #14213d;
  border-bottom: 2px solid #14213d;
  transform: translateY(-1px) rotate(45deg);
}

/* line 2972, app/assets/stylesheets/ezgl.scss */
.tournaments-season-picker__menu {
  min-width: 220px;
}

/* line 2976, app/assets/stylesheets/ezgl.scss */
.tournaments-season-picker__menu .ezgl-dropdown-item.ezgl-is-active,
.tournaments-season-picker__menu .ezgl-dropdown-item:active {
  background: #f4d321;
  color: #574e0b;
}

/* line 2982, app/assets/stylesheets/ezgl.scss */
.raking-content-header-card {
  padding: 15px 0px;
  text-align: center;
}

/* line 2987, app/assets/stylesheets/ezgl.scss */
.raking-content-header-card .ezgl-nav {
  display: inline-block;
}

/* line 2991, app/assets/stylesheets/ezgl.scss */
.tee-times-full-tab {
  width: 99% !important;
  padding-left: 0 !important;
}

/* line 2996, app/assets/stylesheets/ezgl.scss */
.raking-content-header-card .ezgl-nav li,
.raking-content-header-card .ezgl-nav .ezgl-nav-link {
  display: inline-block;
  width: 49%;
  text-align: left;
  position: relative;
}

/* line 3004, app/assets/stylesheets/ezgl.scss */
.raking-content-header-card .ezgl-nav li:not(:last-child) {
  border-right: 1px solid #efefef;
}

/* line 3010, app/assets/stylesheets/ezgl.scss */
.raking-content-header-card .ezgl-nav li:last-child {
  padding-left: 24px;
}

/* line 3014, app/assets/stylesheets/ezgl.scss */
.raking-content-header-card .ezgl-nav li a {
  font-size: 1.75rem;
  font-weight: 500;
  color: #a5a5a7;
}

/* line 3020, app/assets/stylesheets/ezgl.scss */
.raking-content-header-card .ezgl-pills .ezgl-nav-link.ezgl-is-active,
.raking-content-header-card .ezgl-pills .ezgl-is-visible > .ezgl-nav-link {
  background: transparent;
  color: #000;
  font-size: 1.75rem;
  font-weight: 500;
}

/* line 3028, app/assets/stylesheets/ezgl.scss */
.raking-content-card .ezgl-table thead th {
  font-weight: 400;
  font-size: 14px;
  color: #9a9a9a;
}

/* line 3034, app/assets/stylesheets/ezgl.scss */
.raking-content-card .ezgl-table thead th,
.ezgl-table td,
.raking-content-card .ezgl-table th {
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
}

/* line 3041, app/assets/stylesheets/ezgl.scss */
.edit-link a img {
  width: 25px;
}

/* line 3045, app/assets/stylesheets/ezgl.scss */
.raking-content-card .ezgl-media img {
  width: 60px;
  height: 60px;
  margin-right: 8px;
}

/* line 3051, app/assets/stylesheets/ezgl.scss */
.raking-content-card .ezgl-media h2 {
  font-size: 18px;
  color: #000;
  margin-bottom: 0;
  margin-top: 20px;
}

/* line 3058, app/assets/stylesheets/ezgl.scss */
.raking-content-card .ezgl-table td,
.raking-content-card .ezgl-table th {
  font-size: 18px;
  font-weight: 500;
  color: #000;
  vertical-align: middle;
}

/* line 3066, app/assets/stylesheets/ezgl.scss */
.raking-content-card .ezgl-tab-panel--secondary .ezgl-table td,
.raking-content-card .ezgl-tab-panel--secondary .ezgl-table th {
  font-size: 20px;
  font-weight: 500;
  color: #000;
  vertical-align: middle;
}

/* line 3074, app/assets/stylesheets/ezgl.scss */
.raking-content-card .ezgl-tab-panel--secondary .ezgl-media h2 {
  font-size: 20px;
  color: #000;
  margin-bottom: 0;
  margin-top: 16px;
}

/* line 3081, app/assets/stylesheets/ezgl.scss */
.raking-content-card .ezgl-tab-panel--secondary .ezgl-media img {
  width: 60px;
  height: 60px;
  margin-right: 8px;
}

/* line 3087, app/assets/stylesheets/ezgl.scss */
.raking-content-card .ezgl-tab-panel--secondary .ezgl-table thead th {
  font-weight: 400;
  font-size: 14px;
  color: #9a9a9a;
}

/* line 3093, app/assets/stylesheets/ezgl.scss */
.team-matchups-card {
  overflow: hidden;
}

/* line 3097, app/assets/stylesheets/ezgl.scss */
.tournament-card.team-matchups-card .tournament-card__header {
  align-items: center;
}

/* line 3101, app/assets/stylesheets/ezgl.scss */
.tournament-card.team-matchups-card .tournament-card__header .ezgl-button {
  margin-top: 0 !important;
  margin-bottom: 0;
}

/* line 3106, app/assets/stylesheets/ezgl.scss */
.team-matchups-table-wrap {
  overflow-x: auto;
}

/* line 3110, app/assets/stylesheets/ezgl.scss */
.team-matchups-table {
  table-layout: fixed;
  min-width: 720px;
  margin-bottom: 0;
}

/* line 3116, app/assets/stylesheets/ezgl.scss */
.team-matchups-table__indicator-column {
  width: 72px;
}

/* line 3120, app/assets/stylesheets/ezgl.scss */
.team-matchups-table__versus-column {
  width: 96px;
}

/* line 3124, app/assets/stylesheets/ezgl.scss */
.team-matchups-table th,
.team-matchups-table td {
  border-color: #edf0ee !important;
}

/* line 3129, app/assets/stylesheets/ezgl.scss */
.team-matchups-table__matchup-row th {
  padding: 18px 24px !important;
  background: #f7faf8;
  border-left: 4px solid #4f8b68;
  color: #13231a !important;
  font-size: 17px !important;
  font-weight: 700 !important;
  letter-spacing: 0;
}

/* line 3139, app/assets/stylesheets/ezgl.scss */
.team-matchups-table__pairing-row td,
.team-matchups-table__bench-row td {
  height: 72px;
  padding: 14px 18px !important;
}

/* line 3145, app/assets/stylesheets/ezgl.scss */
.team-matchups-table__pairing-row:hover td {
  background: #fbfdfc;
}

/* line 3149, app/assets/stylesheets/ezgl.scss */
.team-matchups-table__indicator {
  text-align: center;
}

/* line 3153, app/assets/stylesheets/ezgl.scss */
.team-matchups-table .place-indicator {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin-top: 0;
  padding: 0;
  background-color: #3f8e5c !important;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
}

/* line 3167, app/assets/stylesheets/ezgl.scss */
.team-matchups-table__player {
  color: #101214 !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: 1.25;
}

/* line 3174, app/assets/stylesheets/ezgl.scss */
.team-matchups-table__player--home {
  padding-left: 6px !important;
}

/* line 3178, app/assets/stylesheets/ezgl.scss */
.team-matchups-table__handicap {
  color: #4f5c55;
  white-space: nowrap;
}

/* line 3183, app/assets/stylesheets/ezgl.scss */
.team-matchups-table__empty-player {
  color: #8a918c;
  font-weight: 600;
}

/* line 3188, app/assets/stylesheets/ezgl.scss */
.team-matchups-table__versus {
  text-align: center;
}

/* line 3192, app/assets/stylesheets/ezgl.scss */
.team-matchups-table__versus span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 48px;
  height: 30px;
  border-radius: 999px;
  background: #eef3f0;
  color: #496052;
  font-size: 13px;
  font-weight: 800;
}

/* line 3205, app/assets/stylesheets/ezgl.scss */
.team-matchups-table__bench-row td {
  height: 60px;
  background: #fcfcfc;
}

/* line 3210, app/assets/stylesheets/ezgl.scss */
.team-matchups-table__bench-row .team-matchups-table__player {
  color: #56615b !important;
  font-size: 16px !important;
  font-weight: 600 !important;
}

/* line 3216, app/assets/stylesheets/ezgl.scss */
.ezgl-tab-panel--secondary .heading-style h2 {
  margin-top: 10px;
  margin-bottom: 0;
  color: #000;
  font-weight: 900;
  font-size: 18px;
}

/* line 3224, app/assets/stylesheets/ezgl.scss */
.ezgl-tab-panel--secondary .heading-style h2:after {
  background: #000;
}

/* line 3228, app/assets/stylesheets/ezgl.scss */
.ezgl-tab-panel--secondary .heading-style {
  padding-bottom: 10px;
}

/* line 3232, app/assets/stylesheets/ezgl.scss */
.league-settings-list {
  margin-bottom: 20px;
  padding-left: 0;
}

/* line 3237, app/assets/stylesheets/ezgl.scss */
.league-settings-list__item {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  display: block;
  margin-bottom: -1px;
  padding: 10px 15px;
  position: relative;
}

/* line 3247, app/assets/stylesheets/ezgl.scss */
.league-settings-list__item:hover,
.league-settings-list__item:focus {
  background-color: #f5f5f5;
  text-decoration: none;
}

/* line 3253, app/assets/stylesheets/ezgl.scss */
.league-settings-list a {
  font-weight: 500;
  color: #000;
}

/* line 3258, app/assets/stylesheets/ezgl.scss */
.league-settings-list img {
  width: 25px;
  margin-right: 15px;
}

/* line 3263, app/assets/stylesheets/ezgl.scss */
.sidebar-slider-card {
  padding: 40px 25px 30px 25px;
  background: #00c185;
  border-radius: 5px;
  margin-bottom: 25px;
  margin-top: 25px;
}

/* line 3271, app/assets/stylesheets/ezgl.scss */
.sidebar-slider-card h2 {
  font-size: 16px;
  line-height: normal;
  margin-bottom: 0;
  color: #fff;
  font-weight: 600;
  margin-bottom: 10px;
  letter-spacing: 1px;
}

/* line 3281, app/assets/stylesheets/ezgl.scss */
.sidebar-slider-card p {
  font-size: 18px;
  font-weight: 400;
  color: #dbf5ec;
  letter-spacing: 1px;
}

/* line 3288, app/assets/stylesheets/ezgl.scss */
.sidebar-slider-card .ezgl-button--primary,
.sidebar-slider-card .ezgl-button--secondary {
  width: 100%;
}

/* line 3293, app/assets/stylesheets/ezgl.scss */
.sidebar-slider-card .ezgl-button--secondary {
  margin-top: 12px;
}

/* line 3297, app/assets/stylesheets/ezgl.scss */
.sidebar-slider-card .owl-theme .owl-dots .owl-dot span {
  border-radius: 0px;
  width: 18px;
  height: 5px;
}

/* line 3303, app/assets/stylesheets/ezgl.scss */
.sidebar-slider-card .owl-theme .owl-nav.ezgl-is-disabled + .owl-dots {
  margin-top: 0;
  position: absolute;
  top: -29px;
  left: 0;
}

/* line 3310, app/assets/stylesheets/ezgl.scss */
.sidebar-slider-card .owl-theme .owl-dots {
  text-align: left;
  margin-top: -17px;
}

/* line 3315, app/assets/stylesheets/ezgl.scss */
.sidebar-slider-card .owl-theme .owl-dots .owl-dot span {
  background: #52e4b7;
  margin: 0;
  margin-right: 8px;
  margin-top: -6px;
}

/* line 3322, app/assets/stylesheets/ezgl.scss */
.sidebar-slider-card .owl-theme .owl-dots .owl-dot.ezgl-is-active span {
  background: #ffffff;
}

/* line 3326, app/assets/stylesheets/ezgl.scss */
.fall-classic-img {
  height: 420px;
  background-position: bottom;
}

/* line 3331, app/assets/stylesheets/ezgl.scss */
.sidebar-slider-card {
  position: relative;
}

/* line 3335, app/assets/stylesheets/ezgl.scss */
.sidebar-slider-card ul {
  position: absolute;
  top: 0px;
}

/* line 3340, app/assets/stylesheets/ezgl.scss */
.sidebar-slider-card ul li a {
  background: #52e4b7;
  width: 18px;
  height: 5px;
  display: inline-block;
  line-height: normal;
  font-size: 0;
}

/* line 3349, app/assets/stylesheets/ezgl.scss */
.sidebar-slider-card ul li.ezgl-is-active a {
  background: #fff;
}

/* line 3353, app/assets/stylesheets/ezgl.scss */
.tournaments-card-slider ul.pagi-style {
  position: absolute;
  margin-bottom: 0;
  top: -1px;
}

/* line 3359, app/assets/stylesheets/ezgl.scss */
.tournaments-card-slider ul.pagi-style li a {
  background: #52e4b7;
  width: 18px;
  height: 5px;
  display: inline-block;
  line-height: normal;
  font-size: 0;
}

/* line 3368, app/assets/stylesheets/ezgl.scss */
.tournaments-card-slider ul.pagi-style li.ezgl-is-active a {
  background: #fff;
}

/* line 3372, app/assets/stylesheets/ezgl.scss */
.raking-content-card .ezgl-table td.paid-td {
  color: #989898;
  font-weight: 400;
}

/* line 3377, app/assets/stylesheets/ezgl.scss */
.players-edit-drop-down .ezgl-button {
  background: transparent;
}

/* line 3381, app/assets/stylesheets/ezgl.scss */
.players-edit-drop-down .ezgl-button:focus {
  box-shadow: none;
}

/* line 3385, app/assets/stylesheets/ezgl.scss */
.players-edit-drop-down .ezgl-button img {
  width: 25px;
}

/* line 3389, app/assets/stylesheets/ezgl.scss */
.players-edit-drop-down .ezgl-button {
  padding: 0;
}

/* line 3393, app/assets/stylesheets/ezgl.scss */
.players-edit-drop-down .ezgl-dropdown-toggle::after {
  display: none;
}

/* line 3397, app/assets/stylesheets/ezgl.scss */
.teatime-content-card .ezgl-table thead th {
  font-size: 15px;
}

/* line 3401, app/assets/stylesheets/ezgl.scss */
.teatime-content-card-table .ezgl-media img {
  width: 60px;
  height: 60px;
}

/* line 3406, app/assets/stylesheets/ezgl.scss */
.teatime-content-card-table .ezgl-media h2 {
  font-size: 18px;
  margin-top: 18px;
}

/* line 3411, app/assets/stylesheets/ezgl.scss */
.players-edit-drop-down .ezgl-dropdown-item.ezgl-is-active,
.players-edit-drop-down .ezgl-dropdown-item:active {
  background: #00c185;
}

/* line 3416, app/assets/stylesheets/ezgl.scss */
.teatime-content-card-table .ezgl-media img {
  margin-right: 15px;
}

/* line 3420, app/assets/stylesheets/ezgl.scss */
.usga-submission-table tbody td {
  vertical-align: middle;
}

/* line 3424, app/assets/stylesheets/ezgl.scss */
.handicap-input {
  vertical-align: middle !important;
}

/* line 3427, app/assets/stylesheets/ezgl.scss */
.handicap-input input {
  height: 40px;
  width: 50px;
  border: 1px solid #dee2e6;
  border-radius: 5px;
  text-align: center;
}

/* line 3436, app/assets/stylesheets/ezgl.scss */
.tee-times-panel-divider {
  margin-top: 0;
  border-top: 1px solid #efefef;
}

/* line 3441, app/assets/stylesheets/ezgl.scss */
.tee-times-panel-content {
  padding: 10px 40px;
}

/* line 3444, app/assets/stylesheets/ezgl.scss */
.tee-times-panel-content .edit-golfer-btn {
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  align-self: center;
  justify-content: center;
  padding: 0;
  border: 0;
  background: transparent;
  text-decoration: none;
}

/* line 3455, app/assets/stylesheets/ezgl.scss */
.tee-times-panel-content .edit-golfer-btn img {
  width: 24px !important;
  height: 24px;
  position: static;
}

/* line 3461, app/assets/stylesheets/ezgl.scss */
.tee-times-panel-content .edit-golfer-btn::after {
  display: none;
}

/* line 3467, app/assets/stylesheets/ezgl.scss */
.tee-times-panel-content .ezgl-media-body {
  display: block;
}

/* line 3471, app/assets/stylesheets/ezgl.scss */
.tee-times-panel-content .ezgl-media {
  border: 1px solid #e7e7e7;
  padding: 15px 25px;
  border-radius: 6px;
}

/* line 3477, app/assets/stylesheets/ezgl.scss */
.raking-content-card .tee-times-panel-content .ezgl-media img {
  width: 60px;
}

/* line 3481, app/assets/stylesheets/ezgl.scss */
.raking-content-card .tee-times-panel-content .edit-golfer-btn img {
  width: 24px;
  height: 24px;
  margin-right: 0;
  display: block;
}

/* line 3488, app/assets/stylesheets/ezgl.scss */
.raking-content-card .tee-times-panel-content .ezgl-media h2 {
  font-size: 22px;
  margin-top: 18px;
  margin-left: 8px;
}

/* line 3494, app/assets/stylesheets/ezgl.scss */
.tee-times-panel-content .heading-style {
  margin-bottom: 15px;
}

/* Styles for dialog window */
/* line 3507, app/assets/stylesheets/ezgl.scss */
#edit-tee-times,
.edit-tee-times,
#edit-teams,
#add-players {
  background: white;
  max-width: 100%;
  margin: 10px auto;
  position: relative;
  border-radius: 5px;
}

/* line 3517, app/assets/stylesheets/ezgl.scss */
#edit-tee-times .heading-style,
.edit-tee-times .heading-style,
#edit-teams .heading-style,
#add-players .heading-style {
  display: flex;
  align-items: center;
}

/* line 3521, app/assets/stylesheets/ezgl.scss */
#edit-tee-times .heading-style i,
.edit-tee-times .heading-style i,
#edit-teams .heading-style i,
#add-players .heading-style i {
  padding-left: 12px;
}

/* line 3524, app/assets/stylesheets/ezgl.scss */
#edit-tee-times .heading-style i:hover,
.edit-tee-times .heading-style i:hover,
#edit-teams .heading-style i:hover,
#add-players .heading-style i:hover {
  cursor: pointer;
}

/* line 3530, app/assets/stylesheets/ezgl.scss */
#edit-tee-times .noBorder,
.edit-tee-times .noBorder,
#edit-teams .noBorder,
#add-players .noBorder {
  border: none;
}

/* line 3534, app/assets/stylesheets/ezgl.scss */
#edit-tee-times .editTeeTimeText,
.edit-tee-times .editTeeTimeText,
#edit-teams .editTeeTimeText,
#add-players .editTeeTimeText {
  width: 220px;
}

/* line 3538, app/assets/stylesheets/ezgl.scss */
#edit-tee-times .addTeeTimeGreyBtn,
.edit-tee-times .addTeeTimeGreyBtn,
#edit-teams .addTeeTimeGreyBtn,
#add-players .addTeeTimeGreyBtn {
  appearance: none;
  background: #e7e7e7;
  border-radius: 3px;
  border: solid #b2b2b2;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 24px;
  margin: auto;
  cursor: pointer;
}

/* line 3551, app/assets/stylesheets/ezgl.scss */
#edit-tee-times .addTeeTimeGreyBtn p,
.edit-tee-times .addTeeTimeGreyBtn p,
#edit-teams .addTeeTimeGreyBtn p,
#add-players .addTeeTimeGreyBtn p {
  margin: 0;
  text-transform: uppercase;
  color: #b2b2b2;
}

/* line 3557, app/assets/stylesheets/ezgl.scss */
#edit-tee-times .addTeeTimeGreyBtn:hover,
.edit-tee-times .addTeeTimeGreyBtn:hover,
#edit-teams .addTeeTimeGreyBtn:hover,
#add-players .addTeeTimeGreyBtn:hover {
  background: #b2b2b2;
  transition: 0.3s all;
}

/* line 3561, app/assets/stylesheets/ezgl.scss */
#edit-tee-times .addTeeTimeGreyBtn:hover p,
.edit-tee-times .addTeeTimeGreyBtn:hover p,
#edit-teams .addTeeTimeGreyBtn:hover p,
#add-players .addTeeTimeGreyBtn:hover p {
  color: #e7e7e7;
}

/* line 3567, app/assets/stylesheets/ezgl.scss */
#edit-tee-times .add-record-container,
.edit-tee-times .add-record-container,
#edit-teams .add-record-container,
#add-players .add-record-container {
  margin: 0 24px;
  padding: 48px 0;
  border-top: 3px solid black;
  display: flex;
  justify-content: center;
}

/* line 3574, app/assets/stylesheets/ezgl.scss */
#edit-tee-times .add-record-container .input-container,
.edit-tee-times .add-record-container .input-container,
#edit-teams .add-record-container .input-container,
#add-players .add-record-container .input-container {
  display: none;
  align-items: center;
}

/* line 3578, app/assets/stylesheets/ezgl.scss */
#edit-tee-times .add-record-container .input-container input,
.edit-tee-times .add-record-container .input-container input,
#edit-teams .add-record-container .input-container input,
#add-players .add-record-container .input-container input {
  border: 2px solid #e9e9e9;
  padding: 12px 16px;
  width: 100%;
  font-style: italic;
  height: 40px;
  border-radius: 3px;
  margin-right: 12px;
}

/* line 3588, app/assets/stylesheets/ezgl.scss */
#edit-tee-times .add-record-container .input-container .ezgl-button,
.edit-tee-times .add-record-container .input-container .ezgl-button,
#edit-teams .add-record-container .input-container .ezgl-button,
#add-players .add-record-container .input-container .ezgl-button {
  padding: 8px 16px !important;
}

/* line 3592, app/assets/stylesheets/ezgl.scss */
#edit-tee-times .add-record-container .input-container .ezgl-close-button,
.edit-tee-times .add-record-container .input-container .ezgl-close-button,
#edit-teams .add-record-container .input-container .ezgl-close-button,
#add-players .add-record-container .input-container .ezgl-close-button {
  margin: 0;
  font-weight: 100;
  padding-left: 12px;
}

/* line 3605, app/assets/stylesheets/ezgl.scss */
.edit-tee-times-header {
  padding: 15px 25px;
  border-bottom: 1px solid #eaeaea;
}

/* line 3610, app/assets/stylesheets/ezgl.scss */
.edit-tee-times-header h2 {
  font-weight: 900;
  margin-bottom: 0;
  font-size: 30px;
  margin-top: 5px;
}

/* line 3617, app/assets/stylesheets/ezgl.scss */
.edit-tee-times-header .ezgl-button {
  margin-right: 40px;
  font-size: 18px !important;
  border-radius: 5px;
}

/* line 3623, app/assets/stylesheets/ezgl.scss */
#edit-tee-times .mfp-close,
#edit-teams .mfp-close,
#add-players .mfp-close {
  font-size: 2.5rem;
  top: 12px;
  right: 12px;
  color: #929292;
}

/* line 3632, app/assets/stylesheets/ezgl.scss */
.tee-time-widget {
  padding: 15px;
}

/* line 3636, app/assets/stylesheets/ezgl.scss */
.ezgl-media:hover {
  cursor: all-scroll;
}

/* line 3640, app/assets/stylesheets/ezgl.scss */
.edit-tee-times-right-content {
  max-height: 100vh;
  padding: 10px 20px 25px;
  height: auto;
  overflow: auto;
}

/* line 3647, app/assets/stylesheets/ezgl.scss */
.edit-tee-times-right-content .ezgl-media {
  border: 1px solid #e7e7e7;
  padding: 15px 25px;
  border-radius: 6px;
  background: #fff;
}

/* line 3654, app/assets/stylesheets/ezgl.scss */
.edit-tee-times-right-content .ezgl-media img {
  width: 60px;
}

/* line 3658, app/assets/stylesheets/ezgl.scss */
.edit-tee-times-right-content .ezgl-media h2 {
  font-size: 22px;
  margin-top: 18px;
  margin-left: 8px;
}

/* line 3664, app/assets/stylesheets/ezgl.scss */
.edit-tee-times-right-content .heading-style {
  margin-bottom: 15px;
  padding-bottom: 0;
}

/* line 3669, app/assets/stylesheets/ezgl.scss */
.edit-tee-times-right-content .heading-style input {
  color: #000;
  font-size: 20px;
}

/* line 3674, app/assets/stylesheets/ezgl.scss */
.edit-tee-times-right-content .heading-style input::after {
  background-color: #000;
  height: 3px;
}

/* line 3679, app/assets/stylesheets/ezgl.scss */
.edit-tee-times-right-content-inner {
  padding-right: 20px;
  padding-left: 20px;
}

/* line 3684, app/assets/stylesheets/ezgl.scss */
.edit-tee-times-left-content {
  border-right: 1px solid #e7e7e7;
  max-height: 100vh;
  overflow: auto;
}

/* line 3690, app/assets/stylesheets/ezgl.scss */
.edit-tee-times-left-content-style {
  padding: 15px 25px 80px;
}

/* line 3694, app/assets/stylesheets/ezgl.scss */
.edit-tee-times-left-content .ezgl-media {
  border: 1px solid #e7e7e7;
  padding: 15px 25px;
  border-radius: 6px;
  background: #fff;
  margin-bottom: 15px;
}

/* line 3702, app/assets/stylesheets/ezgl.scss */
.golfer-details-modal {
  top: 105px;
  height: calc(100% - 105px);
}

/* line 3707, app/assets/stylesheets/ezgl.scss */
.golfer-details-backdrop {
  top: 105px;
  height: calc(100% - 105px);
}

/* line 3713, app/assets/stylesheets/ezgl.scss */
.edit-tee-times-left-content .tee-time-widget {
  padding: 0;
}

/* line 3717, app/assets/stylesheets/ezgl.scss */
.edit-tee-times-left-content .ezgl-media img {
  width: 60px;
}

/* line 3721, app/assets/stylesheets/ezgl.scss */
.edit-tee-times-left-content .ezgl-media h2 {
  font-size: 22px;
  margin-top: 18px;
  margin-left: 8px;
}

/* line 3728, app/assets/stylesheets/ezgl.scss */
.tee-time-widget .ezgl-media-body {
  overflow: hidden;
}

/* line 3731, app/assets/stylesheets/ezgl.scss */
.tee-time-widget .ezgl-media-body h2 {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

/* line 3739, app/assets/stylesheets/ezgl.scss */
.drag-player-row {
  width: 100%;
  margin: 0;
}

/* line 3743, app/assets/stylesheets/ezgl.scss */
.drag-player-row .drag-player-box {
  padding: 15px;
  width: 50%;
}

/* line 3748, app/assets/stylesheets/ezgl.scss */
.drag-player-row .drag-player {
  background: #e7e7e7;
  border-radius: 3px;
  border: dashed #b2b2b2;
  height: 92px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 24px;
}

/* line 3759, app/assets/stylesheets/ezgl.scss */
.drag-player-row .drag-player p,
.drag-player-row .drag-player a {
  margin: 0;
  text-transform: uppercase;
  color: #b2b2b2;
}

/* line 3768, app/assets/stylesheets/ezgl.scss */
.drag-player-here {
  background: #fafafc;
  border: 2px dashed #e7e7e7;
  height: 92px;
  line-height: 92px;
  border-radius: 6px;
}

/* line 3776, app/assets/stylesheets/ezgl.scss */
.drag-player-here h2 {
  color: #d2d2d4;
  font-size: 18px;
  line-height: 92px;
}

/* line 3782, app/assets/stylesheets/ezgl.scss */
.sortable-ghost {
  opacity: 0.5;
  width: 50%;
  height: 92px;
  margin-top: 10px;
}

/* Teams */
/* line 3791, app/assets/stylesheets/ezgl.scss */
.team-player {
  padding: 5px;
}

/* line 3794, app/assets/stylesheets/ezgl.scss */
.team-player .subheadline {
  margin-top: 18px;
  margin-left: 8px;
}

/* line 3800, app/assets/stylesheets/ezgl.scss */
.team-container {
  border: 1px solid #e7e7e7;
  padding: 15px;
  border-radius: 6px;
  background: #fff;
  margin: 10px 2px;
}

/* line 3808, app/assets/stylesheets/ezgl.scss */
.team-name {
  font-weight: bold;
  text-transform: uppercase;
}

/* line 3813, app/assets/stylesheets/ezgl.scss */
.playing {
  background: #efefef;
}

/* line 3817, app/assets/stylesheets/ezgl.scss */
.place-indicator {
  margin-top: 22px;
  color: white;
}

/* line 3822, app/assets/stylesheets/ezgl.scss */
#edit-tee-times .place-indicator {
  margin-left: -6px;
  margin-right: 6px;
}

/* line 3827, app/assets/stylesheets/ezgl.scss */
.edit-tee-times-right-content .team-player .ezgl-media-body h2 {
  margin-bottom: 4px;
}

/* line 3831, app/assets/stylesheets/ezgl.scss */
.edit-tee-times-right-content .team-player .ezgl-media-body p.team-player {
  margin: 0 0 0 8px;
  font-size: 16px;
}

/* line 3835, app/assets/stylesheets/ezgl.scss */
.drag-team-row {
  width: 100%;
  margin: 0;
}

/* line 3839, app/assets/stylesheets/ezgl.scss */
.drag-team-row .drag-team-box {
  padding: 15px;
}

/* line 3843, app/assets/stylesheets/ezgl.scss */
.drag-team-row .drag-team {
  background: #e7e7e7;
  border-radius: 3px;
  border: dashed #b2b2b2;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 24px;
}

/* line 3852, app/assets/stylesheets/ezgl.scss */
.drag-team-row .drag-team p, .drag-team-row .drag-team a {
  margin: 0;
  text-transform: uppercase;
  color: #b2b2b2;
}

/**
 * Fade-zoom animation for first dialog
 */
/* start state */
/* line 3865, app/assets/stylesheets/ezgl.scss */
.my-mfp-zoom-in .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}

/* animate in */
/* line 3881, app/assets/stylesheets/ezgl.scss */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

/* animate out */
/* line 3892, app/assets/stylesheets/ezgl.scss */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
}

/* Dark overlay, start state */
/* line 3903, app/assets/stylesheets/ezgl.scss */
.my-mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

/* animate in */
/* line 3912, app/assets/stylesheets/ezgl.scss */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}

/* animate out */
/* line 3917, app/assets/stylesheets/ezgl.scss */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

/**
 * Fade-move animation for second dialog
 */
/* at start */
/* line 3926, app/assets/stylesheets/ezgl.scss */
.my-mfp-slide-bottom .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -moz-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -ms-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -o-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  transform: translateY(-20px) perspective(600px) rotateX(10deg);
}

/* animate in */
/* line 3941, app/assets/stylesheets/ezgl.scss */
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: translateY(0) perspective(600px) rotateX(0);
  -moz-transform: translateY(0) perspective(600px) rotateX(0);
  -ms-transform: translateY(0) perspective(600px) rotateX(0);
  -o-transform: translateY(0) perspective(600px) rotateX(0);
  transform: translateY(0) perspective(600px) rotateX(0);
}

/* animate out */
/* line 3951, app/assets/stylesheets/ezgl.scss */
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
  opacity: 0;
  -webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -moz-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -ms-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -o-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  transform: translateY(-10px) perspective(600px) rotateX(10deg);
}

/* Dark overlay, start state */
/* line 3962, app/assets/stylesheets/ezgl.scss */
.my-mfp-slide-bottom.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

/* animate in */
/* line 3972, app/assets/stylesheets/ezgl.scss */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

/* animate out */
/* line 3977, app/assets/stylesheets/ezgl.scss */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
  opacity: 0;
}

/* Nineteen Page */
/* line 3982, app/assets/stylesheets/ezgl.scss */
.nineteen-bg {
  background: url(/../images/bg-full.jpg) no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  padding-top: 20px;
}

/* line 3992, app/assets/stylesheets/ezgl.scss */
.nineteen-header-top ul li {
  color: #a1a29d;
  font-size: 18px;
}

/* line 3997, app/assets/stylesheets/ezgl.scss */
.nineteen-header-top ul .ezgl-inline-list-item:not(:last-child) {
  margin-right: 30px;
}

/* line 4001, app/assets/stylesheets/ezgl.scss */
.nineteen-header-top ul li img {
  width: 25px;
  margin-left: 20px;
}

/* line 4006, app/assets/stylesheets/ezgl.scss */
.nineteen-header h2 {
  font-weight: 700;
  color: #fff;
  font-size: 48px;
}

/* line 4012, app/assets/stylesheets/ezgl.scss */
.nineteen-header ul li {
  font-size: 20px;
  color: #c0bebf;
  font-weight: 500;
}

/* line 4018, app/assets/stylesheets/ezgl.scss */
.nineteen-header ul .ezgl-inline-list-item:not(:last-child) {
  margin-right: 30px;
}

/* line 4022, app/assets/stylesheets/ezgl.scss */
.nineteen-header-last-list {
  float: right;
  margin-top: 45px;
}

/* line 4027, app/assets/stylesheets/ezgl.scss */
.nineteen-header-last-list li {
  font-size: 18px;
}

/* line 4031, app/assets/stylesheets/ezgl.scss */
.nineteen-header-last-list li span {
  font-weight: 700;
  color: #fff;
  margin-right: 5px;
  font-size: 36px;
}

/* line 4038, app/assets/stylesheets/ezgl.scss */
.nineteen-left-card {
  background: rgba(0, 0, 0, 0.7);
  border-radius: 5px;
}

/* line 4043, app/assets/stylesheets/ezgl.scss */
.nineteen-left-card-header {
  color: #c0bebf;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 20px;
  padding-right: 15px;
  border-bottom: 1px solid #6b6b6a;
}

/* line 4055, app/assets/stylesheets/ezgl.scss */
.nineteen-left-card-list {
  padding-left: 20px;
  padding-right: 15px;
}

/* line 4060, app/assets/stylesheets/ezgl.scss */
.nineteen-left-card .ezgl-table thead th {
  color: #c0bebf;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  padding-top: 10px;
  padding-bottom: 10px;
}

/* line 4069, app/assets/stylesheets/ezgl.scss */
.nineteen-left-card .ezgl-table td {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0;
}

/* line 4075, app/assets/stylesheets/ezgl.scss */
.nineteen-left-card .ezgl-table {
  margin-bottom: 0px;
}

/* line 4079, app/assets/stylesheets/ezgl.scss */
.nineteen-left-card .ezgl-table .pos-td {
  padding: 0.75rem;
  font-weight: 700;
  color: #fff;
  font-size: 26px;
  padding-top: 18px;
}

/* line 4087, app/assets/stylesheets/ezgl.scss */
.nineteen-left-card .ezgl-table .ezgl-media-td {
  padding: 0.75rem;
  width: 550px;
}

/* line 4092, app/assets/stylesheets/ezgl.scss */
.nineteen-left-card .ezgl-table .ezgl-media img {
  width: 50px;
}

/* line 4096, app/assets/stylesheets/ezgl.scss */
.nineteen-left-card .ezgl-table .ezgl-media h2 {
  font-size: 26px;
  color: #fff;
  margin-top: 10px;
  margin-left: 15px;
  font-weight: 500;
}

/* line 4104, app/assets/stylesheets/ezgl.scss */
.nineteen-left-card .ezgl-table .today-td {
  font-size: 26px;
  color: #fff;
  text-align: center;
  background: #00c185;
  padding-top: 18px;
  font-weight: 500;
}

/* line 4113, app/assets/stylesheets/ezgl.scss */
.nineteen-left-card .ezgl-table .thru-td {
  font-size: 26px;
  color: #000;
  text-align: center;
  background: #f9e232;
  padding-top: 18px;
  font-weight: 700;
}

/* line 4122, app/assets/stylesheets/ezgl.scss */
.nineteen-left-card .ezgl-table .total-td {
  font-size: 26px;
  color: #fff;
  text-align: center;
  padding-top: 18px;
  font-weight: 700;
}

/* line 4130, app/assets/stylesheets/ezgl.scss */
.nineteen-right-card {
  background: rgba(0, 0, 0, 0.7);
  border-radius: 5px;
}

/* line 4135, app/assets/stylesheets/ezgl.scss */
.nineteen-right-card-header {
  color: #c0bebf;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  padding: 0.75rem;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

/* line 4146, app/assets/stylesheets/ezgl.scss */
.nineteen-right-card h2 {
  margin-bottom: 0;
  line-height: normal;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
}

/* line 4154, app/assets/stylesheets/ezgl.scss */
.nineteen-right-card .ezgl-row {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 5px;
}

/* line 4159, app/assets/stylesheets/ezgl.scss */
.nineteen-right-card-left-content h2 {
  padding-left: 15px;
}

/* line 4163, app/assets/stylesheets/ezgl.scss */
.nineteen-right-card h2 {
  margin-bottom: 0;
  line-height: normal;
  color: #fff;
  font-weight: 500;
  font-size: 22px;
}

/* line 4171, app/assets/stylesheets/ezgl.scss */
.nineteen-right-card-right-content h2 {
  padding-right: 15px;
  margin-bottom: 10px;
}

/* line 4176, app/assets/stylesheets/ezgl.scss */
.nineteen-right-card-right-content p {
  font-size: 12px;
  margin-bottom: 0;
  color: #c0bebf;
  padding-right: 15px;
}

/* line 4183, app/assets/stylesheets/ezgl.scss */
.nineteen-right-card-list {
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 35px;
}

/* line 4189, app/assets/stylesheets/ezgl.scss */
.birdie-color {
  color: #20b003;
}

/* line 4193, app/assets/stylesheets/ezgl.scss */
.finished-color {
  color: #f8e236;
}

/* line 4197, app/assets/stylesheets/ezgl.scss */
.bogey-color {
  color: #ff644e;
}

/* line 4201, app/assets/stylesheets/ezgl.scss */
.par-color {
  color: #00a2ff;
}

/* line 4205, app/assets/stylesheets/ezgl.scss */
#tornament-info-popup,
#view-scorecard-popup {
  background: white;
  max-width: 72%;
  margin: 40px auto;
  position: relative;
  border-radius: 5px;
  padding: 35px;
}

/* line 4215, app/assets/stylesheets/ezgl.scss */
.tornament-info-popup-header-top h2 {
  font-size: 42px;
  color: #000;
  font-weight: 600;
}

/* line 4221, app/assets/stylesheets/ezgl.scss */
.tornament-info-popup-content-header h2 {
  display: inline-block;
}

/* line 4225, app/assets/stylesheets/ezgl.scss */
#tornament-info-popup .mfp-close {
  font-size: 60px;
  font-family: auto;
  top: 25px;
  right: 25px;
}

/* line 4232, app/assets/stylesheets/ezgl.scss */
.tornament-info-popup-header-top {
  border-bottom: 2px solid #eaeaea;
  padding-bottom: 15px;
}

/* line 4237, app/assets/stylesheets/ezgl.scss */
.tornament-info-popup-content-header {
  margin-top: 35px;
}

/* line 4241, app/assets/stylesheets/ezgl.scss */
.tornament-info-popup-content-header h2 {
  color: #000;
  font-weight: 600;
  font-size: 30px;
}

/* line 4247, app/assets/stylesheets/ezgl.scss */
.tornament-info-popup-content-header ul {
  margin-bottom: 0;
  margin-top: 8px;
}

/* line 4252, app/assets/stylesheets/ezgl.scss */
.tornament-info-popup-content-header ul li {
  color: #9a9a9a;
  font-size: 18px;
  font-weight: 500;
}

/* line 4258, app/assets/stylesheets/ezgl.scss */
.tornament-info-popup-content-header .ezgl-inline-list-item:not(:last-child) {
  margin-right: 30px;
}

/* line 4262, app/assets/stylesheets/ezgl.scss */
.tornament-info-popup-content-header {
  border-bottom: 2px solid #eaeaea;
  padding-bottom: 10px;
}

/* line 4267, app/assets/stylesheets/ezgl.scss */
.tornament-info-popup-content {
  padding-top: 60px;
  padding-bottom: 60px;
}

/* line 4272, app/assets/stylesheets/ezgl.scss */
.tornament-info-popup-content .border-right {
  border-right: 2px solid #eaeaea !important;
}

/* line 4276, app/assets/stylesheets/ezgl.scss */
.tornament-info-popup-content h2 {
  font-size: 22px;
  color: #000;
  font-weight: 600;
  margin-bottom: 15px;
}

/* line 4283, app/assets/stylesheets/ezgl.scss */
.tornament-info-popup-content p {
  font-size: 18px;
  color: #9a9a9a;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 5px;
}

/* line 4291, app/assets/stylesheets/ezgl.scss */
.tornament-info-popup-content-right {
  padding-left: 35px;
}

/* line 4295, app/assets/stylesheets/ezgl.scss */
#editScorecardModal {
  max-width: 100% !important;
  padding: 0;
  background-color: #fff;
  position: relative;
  z-index: 1;
}

/* line 4302, app/assets/stylesheets/ezgl.scss */
#editScorecardModal .ezgl-modal-lg {
  max-width: 95%;
}

/* line 4305, app/assets/stylesheets/ezgl.scss */
#editScorecardModal .ezgl-modal-lg .ezgl-modal-body {
  padding: 0;
}

/* line 4310, app/assets/stylesheets/ezgl.scss */
#editScorecardModal .tornament-info-popup-header-top {
  padding-bottom: 0;
  background-color: #fff;
}

/* line 4314, app/assets/stylesheets/ezgl.scss */
#editScorecardModal .tornament-info-popup-header-top .ezgl-row {
  margin: 0;
}

/* line 4317, app/assets/stylesheets/ezgl.scss */
#editScorecardModal .tornament-info-popup-header-top .ezgl-row .ezgl-col-md-4,
#editScorecardModal .tornament-info-popup-header-top .ezgl-row .ezgl-col-md-3 {
  display: flex;
  align-items: center;
}

/* line 4322, app/assets/stylesheets/ezgl.scss */
#editScorecardModal .tornament-info-popup-header-top .ezgl-row .ezgl-col-md-4 p,
#editScorecardModal .tornament-info-popup-header-top .ezgl-row .ezgl-col-md-3 p {
  margin: 0;
  font-weight: 600;
}

/* line 4327, app/assets/stylesheets/ezgl.scss */
#editScorecardModal .tornament-info-popup-header-top .ezgl-row .ezgl-col-md-4.center,
#editScorecardModal .tornament-info-popup-header-top .ezgl-row .ezgl-col-md-3.center {
  justify-content: center;
}

/* line 4331, app/assets/stylesheets/ezgl.scss */
#editScorecardModal .tornament-info-popup-header-top .ezgl-row .ezgl-col-md-4.last,
#editScorecardModal .tornament-info-popup-header-top .ezgl-row .ezgl-col-md-3.last {
  justify-content: flex-end;
  padding: 6px;
}

/* line 4337, app/assets/stylesheets/ezgl.scss */
#editScorecardModal .tornament-info-popup-header-top .ezgl-row .ezgl-col-md-3 {
  padding: 12px;
  border-right: 1px solid #b3b3b3;
}

/* line 4341, app/assets/stylesheets/ezgl.scss */
#editScorecardModal .tornament-info-popup-header-top .ezgl-row .ezgl-col-md-3 p {
  color: #828282;
}

/* line 4349, app/assets/stylesheets/ezgl.scss */
#editScorecardModal .score_card_group .score_card_group_form {
  max-height: 70vh;
}

/* line 4353, app/assets/stylesheets/ezgl.scss */
#editScorecardModal .score_card_group table {
  min-width: 1200px;
}

/* line 4358, app/assets/stylesheets/ezgl.scss */
#editScorecardModal .scrollable-container {
  overflow-x: auto;
  white-space: nowrap;
  padding: 0 1rem;
}

/* line 4364, app/assets/stylesheets/ezgl.scss */
#editScorecardModal .scorecard-editor__toggle {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 6px;
  margin-top: 10px;
}

/* line 4371, app/assets/stylesheets/ezgl.scss */
#editScorecardModal .scorecard-editor__toggle input[type='checkbox'] {
  height: 16px;
  width: 16px;
}

/* line 4376, app/assets/stylesheets/ezgl.scss */
#editScorecardModal .scorecard-editor__toggle span {
  color: #828282;
  font-size: 12px;
  text-transform: uppercase;
}

/* line 4383, app/assets/stylesheets/ezgl.scss */
#editScorecardModal .scorecard-editor__select {
  min-width: 120px;
}

/* line 4386, app/assets/stylesheets/ezgl.scss */
#editScorecardModal form {
  padding: 10px;
}

/* line 4389, app/assets/stylesheets/ezgl.scss */
#editScorecardModal table {
  width: 100%;
}

/* line 4392, app/assets/stylesheets/ezgl.scss */
#editScorecardModal table td {
  white-space: normal;
  vertical-align: middle;
}

/* line 4397, app/assets/stylesheets/ezgl.scss */
#editScorecardModal table thead {
  background-color: #3c8762;
  color: white;
}

/* line 4401, app/assets/stylesheets/ezgl.scss */
#editScorecardModal table thead th {
  border: 1px solid #049266;
  padding: 8px;
  text-align: center;
  font-size: 16px;
}

/* line 4407, app/assets/stylesheets/ezgl.scss */
#editScorecardModal table thead th:first-of-type {
  text-align: left;
  padding-left: 12px !important;
}

/* line 4416, app/assets/stylesheets/ezgl.scss */
#editScorecardModal table tbody tr td {
  border: 1px solid #b3b3b3;
  color: #828282;
  padding: 8px;
  text-align: center;
  font-size: 16px;
}

/* line 4423, app/assets/stylesheets/ezgl.scss */
#editScorecardModal table tbody tr td:first-of-type {
  text-align: left;
  padding-left: 12px !important;
}

/* line 4430, app/assets/stylesheets/ezgl.scss */
#editScorecardModal table tbody tr.score td {
  color: #191919;
  padding: 12px 8px;
  vertical-align: top;
}

/* line 4435, app/assets/stylesheets/ezgl.scss */
#editScorecardModal table tbody tr.score td:first-of-type {
  text-align: left;
  padding-left: 12px !important;
}

/* line 4440, app/assets/stylesheets/ezgl.scss */
#editScorecardModal table tbody tr.score td .dot {
  margin-top: 10px;
  height: 20px;
  width: 22px;
  background-color: #3c8762;
  display: inline-block;
  font-size: 12px;
  color: white;
  border-radius: 20%;
}

/* line 4451, app/assets/stylesheets/ezgl.scss */
#editScorecardModal table tbody tr.score td .ezgl-button {
  float: left;
  font-size: 12px;
  margin-top: 2px;
}

/* line 4457, app/assets/stylesheets/ezgl.scss */
#editScorecardModal table tbody tr.score td .edit {
  display: none;
}

/* line 4461, app/assets/stylesheets/ezgl.scss */
#editScorecardModal table tbody tr.score td .fas {
  color: #828282;
  font-size: 14px;
}

/* line 4465, app/assets/stylesheets/ezgl.scss */
#editScorecardModal table tbody tr.score td .edit-score, #editScorecardModal table tbody tr.score td .edit-hdcp {
  padding: 0;
  float: left;
  text-align: center;
}

/* line 4470, app/assets/stylesheets/ezgl.scss */
#editScorecardModal table tbody tr.score td input[type=number]::-webkit-inner-spin-button,
#editScorecardModal table tbody tr.score td input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

/* line 4480, app/assets/stylesheets/ezgl.scss */
#editScorecardModal table tbody tr.net {
  background: #fffdf0;
}

/* line 4483, app/assets/stylesheets/ezgl.scss */
#editScorecardModal table tbody tr.net td {
  color: #191919;
  padding: 12px 8px;
  font-size: 16px;
}

/* line 4488, app/assets/stylesheets/ezgl.scss */
#editScorecardModal table tbody tr.net td:first-of-type {
  text-align: left;
  padding-left: 12px !important;
}

/* line 4496, app/assets/stylesheets/ezgl.scss */
#editScorecardModal table tbody tr.m-hcp td {
  font-size: 14px;
  padding: 6px;
  white-space: nowrap;
}

/* line 4502, app/assets/stylesheets/ezgl.scss */
#editScorecardModal table tbody tr.m-hcp:first-of-type {
  text-align: left;
  padding-left: 12px !important;
}

/* line 4512, app/assets/stylesheets/ezgl.scss */
body.ezgl-container {
  display: flex;
  background-image: url(/assets/course_backgrounds/bg-full-2958e0d73336674b859512d264539c5667240659c69e9e5919f48447e2172149.jpg);
  background-size: cover;
  background-position: center right;
  min-height: 100vh;
  padding: 0;
  width: 100%;
  align-items: center;
}

/* line 4522, app/assets/stylesheets/ezgl.scss */
body.ezgl-container .ezgl-notice {
  position: absolute;
  top: 12px;
  right: 12px;
}

/* line 4529, app/assets/stylesheets/ezgl.scss */
body.ezgl-container form .ezgl-notice {
  position: relative;
  top: auto;
  right: auto;
}

/* line 4534, app/assets/stylesheets/ezgl.scss */
body.ezgl-container form .ezgl-notice.ezgl-fade {
  padding: 0;
}

/* line 4540, app/assets/stylesheets/ezgl.scss */
body.ezgl-container .optional-text {
  font-size: 10px;
}

/* line 4544, app/assets/stylesheets/ezgl.scss */
body.ezgl-container #error_explanation {
  background: #c0392b;
  width: 250px;
  color: white;
  padding: 12px;
  border-radius: 4px;
  margin: 12px auto 24px;
}

/* line 4552, app/assets/stylesheets/ezgl.scss */
body.ezgl-container #error_explanation h2 {
  display: none;
}

/* line 4556, app/assets/stylesheets/ezgl.scss */
body.ezgl-container #error_explanation ul {
  margin: 0;
  width: 100%;
  padding: 0;
  text-align: center;
}

/* line 4562, app/assets/stylesheets/ezgl.scss */
body.ezgl-container #error_explanation ul li {
  list-style: none;
}

/* line 4568, app/assets/stylesheets/ezgl.scss */
body.ezgl-container .ezgl-container {
  flex-shrink: 0;
  max-width: 100%;
}

/* line 4573, app/assets/stylesheets/ezgl.scss */
body.ezgl-container #container {
  width: 100%;
}

/* line 4576, app/assets/stylesheets/ezgl.scss */
body.ezgl-container #container .ezgl-row {
  margin: 0;
}

/* line 4581, app/assets/stylesheets/ezgl.scss */
body.ezgl-container .onboarding__panel {
  background: white;
  border-radius: 4px;
  padding: 0;
  z-index: 100000;
}

/* line 4587, app/assets/stylesheets/ezgl.scss */
body.ezgl-container .onboarding__panel .onboarding__panel-header {
  display: flex;
  background: #3c8762;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
  border-radius: 4px 4px 0 0;
}

/* line 4595, app/assets/stylesheets/ezgl.scss */
body.ezgl-container .onboarding__panel .onboarding__panel-header .onboarding__backlink {
  position: absolute;
  color: white;
  left: 16px;
  font-size: 12px;
}

/* line 4601, app/assets/stylesheets/ezgl.scss */
body.ezgl-container .onboarding__panel .onboarding__panel-header .onboarding__backlink:hover {
  color: #e9e9e9;
}

/* line 4608, app/assets/stylesheets/ezgl.scss */
body.ezgl-container .onboarding__panel .ezgl-panel .ezgl-panel-title {
  text-align: center;
  font-weight: 400;
}

/* line 4613, app/assets/stylesheets/ezgl.scss */
body.ezgl-container .onboarding__panel .ezgl-panel .ezgl-panel-subtitle {
  text-align: center;
  font-size: 14px;
  color: #828282;
}

/* line 4619, app/assets/stylesheets/ezgl.scss */
body.ezgl-container .onboarding__panel .ezgl-panel .ezgl-panel-body {
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
  font-size: 14px;
}

/* line 4625, app/assets/stylesheets/ezgl.scss */
body.ezgl-container .onboarding__panel .ezgl-panel .ezgl-panel-body.registration {
  max-width: 700px;
}

/* line 4628, app/assets/stylesheets/ezgl.scss */
body.ezgl-container .onboarding__panel .ezgl-panel .ezgl-panel-body.registration .create-league {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 150px;
}

/* line 4639, app/assets/stylesheets/ezgl.scss */
body.ezgl-container .onboarding__panel .ezgl-panel .onboarding__input,
body.ezgl-container .onboarding__panel .ezgl-panel .selectize-input {
  border: 2px solid #e9e9e9;
  font-size: 16px;
  padding: 12px 16px;
  width: 100%;
  font-style: italic;
  height: 50px;
  line-height: 24px;
  border-radius: 3px;
}

/* line 4650, app/assets/stylesheets/ezgl.scss */
body.ezgl-container .onboarding__panel .ezgl-panel .onboarding__input.upload-photo,
body.ezgl-container .onboarding__panel .ezgl-panel .selectize-input.upload-photo {
  width: 150px;
  text-align: center;
  font-size: 1rem;
  color: #828282;
  cursor: pointer;
  transition: 0.3s all;
}

/* line 4658, app/assets/stylesheets/ezgl.scss */
body.ezgl-container .onboarding__panel .ezgl-panel .onboarding__input.upload-photo:hover,
body.ezgl-container .onboarding__panel .ezgl-panel .selectize-input.upload-photo:hover {
  color: #7f8c8d;
}

/* line 4664, app/assets/stylesheets/ezgl.scss */
body.ezgl-container .onboarding__panel .ezgl-panel .upload-photo-container {
  width: 100%;
  margin-left: 13px;
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}

/* line 4672, app/assets/stylesheets/ezgl.scss */
body.ezgl-container .onboarding__panel .ezgl-panel input.onboarding__input[type="file"] {
  height: auto;
  min-height: 50px;
}

/* line 4677, app/assets/stylesheets/ezgl.scss */
body.ezgl-container .onboarding__panel .ezgl-panel #upload-photo-img img {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  margin-left: 12px;
}

/* line 4684, app/assets/stylesheets/ezgl.scss */
body.ezgl-container .onboarding__panel .ezgl-panel .label_hidden {
  display: none;
}

/* line 4688, app/assets/stylesheets/ezgl.scss */
body.ezgl-container .onboarding__panel .ezgl-panel .forgot-password {
  color: #b3b3b3;
  text-decoration: underline;
  font-size: 12px;
}

/* line 4693, app/assets/stylesheets/ezgl.scss */
body.ezgl-container .onboarding__panel .ezgl-panel .forgot-password:hover {
  color: #828282;
}

/* line 4698, app/assets/stylesheets/ezgl.scss */
body.ezgl-container .onboarding__panel .ezgl-panel .actions {
  text-align: center;
  padding-top: 36px;
}

/* line 4705, app/assets/stylesheets/ezgl.scss */
body.ezgl-container .onboarding__panel .league-selection .selectize-input {
  padding-top: 10px !important;
}

/* line 4708, app/assets/stylesheets/ezgl.scss */
body.ezgl-container .onboarding__panel .league-selection .selectize-input .item {
  padding: 4px 8px;
}

/* line 4713, app/assets/stylesheets/ezgl.scss */
body.ezgl-container .onboarding__panel .league-selection .selectize-dropdown [data-selectable] {
  font-size: 14px;
  padding: 8px;
}

/* line 4718, app/assets/stylesheets/ezgl.scss */
body.ezgl-container .onboarding__panel .league-selection .league-selection-register {
  text-align: center;
}

/* line 4723, app/assets/stylesheets/ezgl.scss */
body.ezgl-container .onboarding__panel .handicap_index-label {
  width: 34% !important;
  display: flex;
  align-items: center;
}

/* line 4728, app/assets/stylesheets/ezgl.scss */
body.ezgl-container .onboarding__panel .handicap_index-label .fa-eye {
  color: #dfbf0b;
  margin-bottom: 1rem;
}

/* line 4736, app/assets/stylesheets/ezgl.scss */
body.ezgl-container .onboarding__panel #v-notifications .user_wants_email_notifications,
body.ezgl-container .onboarding__panel #v-notifications .user_wants_push_notifications {
  margin: 0;
}

/* line 4740, app/assets/stylesheets/ezgl.scss */
body.ezgl-container .onboarding__panel #v-notifications .user_wants_email_notifications .ezgl-checkbox,
body.ezgl-container .onboarding__panel #v-notifications .user_wants_push_notifications .ezgl-checkbox {
  display: flex;
}

/* line 4744, app/assets/stylesheets/ezgl.scss */
body.ezgl-container .onboarding__panel #v-notifications .user_wants_email_notifications label,
body.ezgl-container .onboarding__panel #v-notifications .user_wants_push_notifications label {
  display: block !important;
  font-size: 1rem;
}

/* line 4748, app/assets/stylesheets/ezgl.scss */
body.ezgl-container .onboarding__panel #v-notifications .user_wants_email_notifications label input,
body.ezgl-container .onboarding__panel #v-notifications .user_wants_push_notifications label input {
  width: auto;
  height: auto;
  margin: 0 8px 8px 0;
}

/* line 4759, app/assets/stylesheets/ezgl.scss */
body.ezgl-container .onboarding__panel #v-edit-preferences .edit_league .ezgl-checkbox {
  display: flex;
}

/* line 4763, app/assets/stylesheets/ezgl.scss */
body.ezgl-container .onboarding__panel #v-edit-preferences .edit_league #league_number_of_rounds_to_handicap {
  width: 150px;
}

/* line 4767, app/assets/stylesheets/ezgl.scss */
body.ezgl-container .onboarding__panel #v-edit-preferences .edit_league label {
  display: block !important;
  font-size: 1rem;
}

/* line 4771, app/assets/stylesheets/ezgl.scss */
body.ezgl-container .onboarding__panel #v-edit-preferences .edit_league label input {
  width: auto;
  height: auto;
  margin: 0 8px 8px 0;
}

/* line 4780, app/assets/stylesheets/ezgl.scss */
body.ezgl-container .onboarding__panel .registration-form-container {
  display: flex;
  flex-wrap: wrap;
}

/* line 4784, app/assets/stylesheets/ezgl.scss */
body.ezgl-container .onboarding__panel .registration-form-container label {
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

/* line 4797, app/assets/stylesheets/ezgl.scss */
body.ezgl-container .onboarding__panel .registration-form-container select.onboarding__input {
  appearance: auto;
  -webkit-appearance: auto;
  -moz-appearance: auto;
  background-image: none;
}

/* line 4804, app/assets/stylesheets/ezgl.scss */
body.ezgl-container .onboarding__panel .registration-form-container .form-side-label {
  color: #828282;
  width: 18%;
  text-align: right;
  margin-right: 4px;
}

/* line 4811, app/assets/stylesheets/ezgl.scss */
body.ezgl-container .onboarding__panel .registration-form-container .form-side-label-course-handicap {
  color: #828282;
  width: 9%;
  text-align: right;
  margin-right: 4px;
}

/* line 4818, app/assets/stylesheets/ezgl.scss */
body.ezgl-container .onboarding__panel .registration-form-container .form-flex-group {
  display: flex;
  position: relative;
  width: 100%;
  align-items: center;
}

/* line 4824, app/assets/stylesheets/ezgl.scss */
body.ezgl-container .onboarding__panel .registration-form-container .form-flex-group .ezgl-form-group {
  width: 100%;
  margin-left: 12px;
}

/* line 4829, app/assets/stylesheets/ezgl.scss */
body.ezgl-container .onboarding__panel .registration-form-container .form-flex-group > .mb-3,
body.ezgl-container .onboarding__panel .registration-form-container .form-flex-group > .input {
  width: 100%;
  flex: 1 1 auto;
  margin-left: 12px;
}

/* line 4836, app/assets/stylesheets/ezgl.scss */
body.ezgl-container .onboarding__panel .registration-form-container .form-flex-group .form-flex-right {
  width: 35%;
  display: flex;
  justify-content: flex-end;
}

/* line 4842, app/assets/stylesheets/ezgl.scss */
body.ezgl-container .onboarding__panel .registration-form-container .form-flex-group .form-subheader {
  width: 100%;
  border-bottom: 3px solid black;
}

/* line 4847, app/assets/stylesheets/ezgl.scss */
body.ezgl-container .onboarding__panel .registration-form-container .form-flex-group .form-spacer-course-handicap {
  width: 13%;
}

/* line 4852, app/assets/stylesheets/ezgl.scss */
body.ezgl-container .onboarding__panel .registration-form-container .form-flex-group.form-actions {
  margin-top: 48px;
}

/* line 4855, app/assets/stylesheets/ezgl.scss */
body.ezgl-container .onboarding__panel .registration-form-container .form-flex-group.form-actions p {
  color: #828282;
  width: 75%;
  text-align: left;
  padding-left: 36px;
  margin: 0;
}

/* line 4862, app/assets/stylesheets/ezgl.scss */
body.ezgl-container .onboarding__panel .registration-form-container .form-flex-group.form-actions p a {
  color: #828282;
  text-decoration: underline;
}

/* line 4870, app/assets/stylesheets/ezgl.scss */
body.ezgl-container .onboarding__panel .registration-form-container .league-membership-admin {
  margin: 0;
}

/* line 4873, app/assets/stylesheets/ezgl.scss */
body.ezgl-container .onboarding__panel .registration-form-container .league-membership-admin .ezgl-checkbox {
  display: flex;
}

/* line 4877, app/assets/stylesheets/ezgl.scss */
body.ezgl-container .onboarding__panel .registration-form-container .league-membership-admin label {
  display: block !important;
  font-size: 1rem;
}

/* line 4881, app/assets/stylesheets/ezgl.scss */
body.ezgl-container .onboarding__panel .registration-form-container .league-membership-admin label input {
  width: auto;
  height: auto;
  margin: 0 8px 8px 0;
}

/* line 4890, app/assets/stylesheets/ezgl.scss */
body.ezgl-container .onboarding__panel .onboarding__bottom-text p {
  color: #828282;
  font-size: 12px;
  padding-bottom: 36px;
  text-align: center;
}

/* line 4896, app/assets/stylesheets/ezgl.scss */
body.ezgl-container .onboarding__panel .onboarding__bottom-text p a {
  color: #008a60;
}

/* line 4899, app/assets/stylesheets/ezgl.scss */
body.ezgl-container .onboarding__panel .onboarding__bottom-text p a:hover {
  color: #00c185;
}

/* line 4905, app/assets/stylesheets/ezgl.scss */
body.ezgl-container .onboarding__panel.registration {
  display: flex;
  position: relative;
  width: 100%;
  max-width: 1024px;
  margin: 36px auto;
  overflow: hidden;
}

/* line 4913, app/assets/stylesheets/ezgl.scss */
body.ezgl-container .onboarding__panel.registration .onboarding__panel-side {
  display: flex;
  background: #3c8762;
  flex: 0 0 33%;
  justify-content: center;
  align-items: center;
  position: relative;
  border-radius: 3px 0 0 3px;
  width: 33%;
}

/* line 4923, app/assets/stylesheets/ezgl.scss */
body.ezgl-container .onboarding__panel.registration .onboarding__panel-side .ezgl-icon {
  position: absolute;
  height: 30px;
  top: 24px;
  left: 24px;
}

/* line 4930, app/assets/stylesheets/ezgl.scss */
body.ezgl-container .onboarding__panel.registration .onboarding__panel-side .onboarding__side-text {
  color: white;
  text-align: center;
}

/* line 4934, app/assets/stylesheets/ezgl.scss */
body.ezgl-container .onboarding__panel.registration .onboarding__panel-side .onboarding__side-text .ezgl-panel-title {
  font-weight: 600;
}

/* line 4938, app/assets/stylesheets/ezgl.scss */
body.ezgl-container .onboarding__panel.registration .onboarding__panel-side .onboarding__side-text .ezgl-panel-subtitle {
  font-weight: 100;
}

/* line 4941, app/assets/stylesheets/ezgl.scss */
body.ezgl-container .onboarding__panel.registration .onboarding__panel-side .onboarding__side-text .ezgl-panel-subtitle a {
  color: white;
  text-decoration: underline;
}

/* line 4948, app/assets/stylesheets/ezgl.scss */
body.ezgl-container .onboarding__panel.registration .onboarding__panel-side.white {
  background: white;
  border-right: 2px solid #e9e9e9;
  justify-content: start;
  align-items: start;
  padding: 24px;
}

/* line 4955, app/assets/stylesheets/ezgl.scss */
body.ezgl-container .onboarding__panel.registration .onboarding__panel-side.white .onboarding__side-text {
  text-align: left;
}

/* line 4958, app/assets/stylesheets/ezgl.scss */
body.ezgl-container .onboarding__panel.registration .onboarding__panel-side.white .onboarding__side-text .ezgl-nav-link {
  color: #828282;
}

/* line 4961, app/assets/stylesheets/ezgl.scss */
body.ezgl-container .onboarding__panel.registration .onboarding__panel-side.white .onboarding__side-text .ezgl-nav-link.ezgl-is-active {
  color: #191919;
  font-weight: 600;
}

/* line 4968, app/assets/stylesheets/ezgl.scss */
body.ezgl-container .onboarding__panel.registration .onboarding__panel-side.white .ezgl-button {
  position: absolute;
  bottom: 20px;
}

/* line 4975, app/assets/stylesheets/ezgl.scss */
body.ezgl-container .onboarding__panel.registration .ezgl-panel-user {
  position: relative;
}

/* line 4978, app/assets/stylesheets/ezgl.scss */
body.ezgl-container .onboarding__panel.registration .ezgl-panel-user .user_handicap_index {
  width: 150px;
  float: right;
}

/* line 4983, app/assets/stylesheets/ezgl.scss */
body.ezgl-container .onboarding__panel.registration .ezgl-panel-user .user_league_memberships_course_handicap {
  width: 150px;
  float: right;
}

/* line 4988, app/assets/stylesheets/ezgl.scss */
body.ezgl-container .onboarding__panel.registration .ezgl-panel-user .user_postal_code {
  width: 300px;
}

/* line 4992, app/assets/stylesheets/ezgl.scss */
body.ezgl-container .onboarding__panel.registration .ezgl-panel-user .course_handicap_form_control {
  border: 2px solid #e9e9e9;
  padding: 12px 16px;
  width: 100%;
  font-style: italic;
  height: 50px;
  border-radius: 3px;
}

/* line 5001, app/assets/stylesheets/ezgl.scss */
body.ezgl-container .onboarding__panel.registration .ezgl-panel-user .form-actions {
  position: absolute;
  border-top: 2px solid #e9e9e9;
  padding: 20px;
  right: 0;
  bottom: 0;
  width: 100%;
  text-align: right;
}

/* line 5010, app/assets/stylesheets/ezgl.scss */
body.ezgl-container .onboarding__panel.registration .ezgl-panel-user .form-actions .form-flex-right {
  width: 100%;
}

/* line 5016, app/assets/stylesheets/ezgl.scss */
body.ezgl-container .onboarding__panel.registration .ezgl-panel-default {
  flex: 1 1 auto;
  width: auto;
}

/* line 5022, app/assets/stylesheets/ezgl.scss */
body.ezgl-container .onboarding__panel.registration.registration-message .registration-message__content {
  max-width: 620px;
  margin: 0 auto;
  text-align: center;
}

/* line 5028, app/assets/stylesheets/ezgl.scss */
body.ezgl-container .onboarding__panel.registration.registration-message .registration-message__text {
  color: #191919;
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
}

/* line 5035, app/assets/stylesheets/ezgl.scss */
body.ezgl-container .onboarding__panel.registration.registration-message .registration-message__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  margin-top: 32px;
}

/* line 5042, app/assets/stylesheets/ezgl.scss */
body.ezgl-container .onboarding__panel.registration.registration-message .registration-message__actions form {
  margin: 0;
}

/* line 5046, app/assets/stylesheets/ezgl.scss */
body.ezgl-container .onboarding__panel.registration.registration-message .registration-message__actions .ezgl-button--secondary {
  min-width: 150px;
}

/* line 5054, app/assets/stylesheets/ezgl.scss */
body.ezgl-container .onboarding__panel .ezgl-tab-panel .ezgl-panel-heading {
  width: 100%;
}

/* line 5057, app/assets/stylesheets/ezgl.scss */
body.ezgl-container .onboarding__panel .ezgl-tab-panel .ezgl-panel-heading h3 {
  text-align: left;
}

/* line 5062, app/assets/stylesheets/ezgl.scss */
body.ezgl-container .onboarding__panel .ezgl-tab-panel form {
  width: 100%;
}

/* line 5067, app/assets/stylesheets/ezgl.scss */
body.ezgl-container .onboarding__panel.user-account-edit {
  min-height: 550px;
}

/* line 5071, app/assets/stylesheets/ezgl.scss */
body.ezgl-container .onboarding__panel.user-account-edit #v-billing .tw\:flex-wrap {
  flex-wrap: wrap;
}

/* line 5074, app/assets/stylesheets/ezgl.scss */
body.ezgl-container .onboarding__panel.user-account-edit #v-billing .tw\:flex-wrap h4,
body.ezgl-container .onboarding__panel.user-account-edit #v-billing .tw\:flex-wrap h6 {
  width: 100%;
}

/* line 5079, app/assets/stylesheets/ezgl.scss */
body.ezgl-container .onboarding__panel.user-account-edit #v-billing .tw\:flex-wrap h6 {
  font-weight: 400;
}

/* line 5084, app/assets/stylesheets/ezgl.scss */
body.ezgl-container .onboarding__panel.user-account-edit #v-billing .billing_select_all {
  float: right;
  color: #3c8762;
  text-decoration: underline;
  cursor: pointer;
}

/* line 5092, app/assets/stylesheets/ezgl.scss */
body.ezgl-container .onboarding__panel.user-account-edit #v-billing .credit-card span {
  width: 100%;
  font-weight: bold;
  font-size: 16px;
}

/* line 5098, app/assets/stylesheets/ezgl.scss */
body.ezgl-container .onboarding__panel.user-account-edit #v-billing .credit-card .credit-card_cc-last-four {
  text-align: center;
}

/* line 5102, app/assets/stylesheets/ezgl.scss */
body.ezgl-container .onboarding__panel.user-account-edit #v-billing .credit-card .credit-card_change {
  text-align: right;
}

/* line 5107, app/assets/stylesheets/ezgl.scss */
body.ezgl-container .onboarding__panel.user-account-edit #v-billing .past-subscription {
  display: flex;
  width: 100%;
}

/* line 5111, app/assets/stylesheets/ezgl.scss */
body.ezgl-container .onboarding__panel.user-account-edit #v-billing .past-subscription span {
  width: 100%;
  font-weight: bold;
  font-size: 16px;
}

/* line 5117, app/assets/stylesheets/ezgl.scss */
body.ezgl-container .onboarding__panel.user-account-edit #v-billing .past-subscription .past-subscription_golfer-count {
  text-align: center;
}

/* line 5121, app/assets/stylesheets/ezgl.scss */
body.ezgl-container .onboarding__panel.user-account-edit #v-billing .past-subscription .past-subscription_amount {
  text-align: right;
}

/* line 5130, app/assets/stylesheets/ezgl.scss */
body.ezgl-container.onboarding-layout {
  align-items: stretch;
  flex-direction: column;
  overflow-x: hidden;
}

/* line 5135, app/assets/stylesheets/ezgl.scss */
body.ezgl-container.onboarding-layout > .master-container {
  align-items: center;
  display: flex;
  flex: 1 0 auto;
  justify-content: center;
  min-height: 100vh;
  padding-bottom: clamp(16px, 3vw, 40px);
  padding-top: clamp(16px, 3vw, 40px);
  width: 100%;
}

/* line 5146, app/assets/stylesheets/ezgl.scss */
body.ezgl-container.onboarding-layout > .site-footer {
  flex-shrink: 0;
  margin-top: 0;
  width: 100%;
}

/* line 5153, app/assets/stylesheets/ezgl.scss */
.login-signup-prompt {
  margin-top: 2rem;
}

@media (max-width: 767.98px) {
  /* line 5158, app/assets/stylesheets/ezgl.scss */
  body.ezgl-container.onboarding-layout {
    align-items: stretch;
    background-position: center;
  }
  /* line 5162, app/assets/stylesheets/ezgl.scss */
  body.ezgl-container.onboarding-layout > .master-container {
    align-items: stretch;
    padding: 0;
  }
  /* line 5167, app/assets/stylesheets/ezgl.scss */
  body.ezgl-container.onboarding-layout .ezgl-notice {
    left: 12px;
    max-width: calc(100% - 24px);
    right: 12px;
  }
  /* line 5173, app/assets/stylesheets/ezgl.scss */
  body.ezgl-container.onboarding-layout #container,
body.ezgl-container.onboarding-layout .ezgl-row {
    min-height: 100vh;
  }
  /* line 5178, app/assets/stylesheets/ezgl.scss */
  body.ezgl-container.onboarding-layout .onboarding__panel.registration {
    border-radius: 0;
    flex-direction: column;
    margin: 0;
    max-width: none;
    min-height: 100vh;
  }
  /* line 5185, app/assets/stylesheets/ezgl.scss */
  body.ezgl-container.onboarding-layout .onboarding__panel.registration .onboarding__panel-side {
    border-radius: 0;
    flex: 0 0 auto;
    min-height: 140px;
    padding: 52px 20px 28px;
    width: 100%;
  }
  /* line 5192, app/assets/stylesheets/ezgl.scss */
  body.ezgl-container.onboarding-layout .onboarding__panel.registration .onboarding__panel-side .ezgl-icon {
    left: 20px;
    top: 18px;
  }
  /* line 5197, app/assets/stylesheets/ezgl.scss */
  body.ezgl-container.onboarding-layout .onboarding__panel.registration .onboarding__panel-side .onboarding__side-text {
    padding: 0 12px;
  }
  /* line 5202, app/assets/stylesheets/ezgl.scss */
  body.ezgl-container.onboarding-layout .onboarding__panel.registration .ezgl-panel-default {
    flex: 1 1 auto;
    width: 100%;
  }
  /* line 5206, app/assets/stylesheets/ezgl.scss */
  body.ezgl-container.onboarding-layout .onboarding__panel.registration .ezgl-panel-default.tw\:p-12 {
    padding: 28px 20px 32px !important;
  }
  /* line 5211, app/assets/stylesheets/ezgl.scss */
  body.ezgl-container.onboarding-layout .onboarding__panel.registration .ezgl-panel .ezgl-panel-body.registration {
    max-width: none;
  }
  /* line 5215, app/assets/stylesheets/ezgl.scss */
  body.ezgl-container.onboarding-layout .onboarding__panel.registration .registration-form-container {
    gap: 18px;
  }
  /* line 5218, app/assets/stylesheets/ezgl.scss */
  body.ezgl-container.onboarding-layout .onboarding__panel.registration .registration-form-container .form-side-label,
body.ezgl-container.onboarding-layout .onboarding__panel.registration .registration-form-container .form-side-label-course-handicap {
    margin: 0 0 6px;
    text-align: left;
    width: 100%;
  }
  /* line 5224, app/assets/stylesheets/ezgl.scss */
  body.ezgl-container.onboarding-layout .onboarding__panel.registration .registration-form-container .form-side-label p,
body.ezgl-container.onboarding-layout .onboarding__panel.registration .registration-form-container .form-side-label-course-handicap p {
    margin-bottom: 0;
  }
  /* line 5229, app/assets/stylesheets/ezgl.scss */
  body.ezgl-container.onboarding-layout .onboarding__panel.registration .registration-form-container .form-flex-group {
    align-items: stretch;
    flex-direction: column;
    gap: 10px;
  }
  /* line 5234, app/assets/stylesheets/ezgl.scss */
  body.ezgl-container.onboarding-layout .onboarding__panel.registration .registration-form-container .form-flex-group .ezgl-form-group,
body.ezgl-container.onboarding-layout .onboarding__panel.registration .registration-form-container .form-flex-group > .mb-3,
body.ezgl-container.onboarding-layout .onboarding__panel.registration .registration-form-container .form-flex-group > .input {
    margin-left: 0;
    width: 100%;
  }
  /* line 5241, app/assets/stylesheets/ezgl.scss */
  body.ezgl-container.onboarding-layout .onboarding__panel.registration .registration-form-container .form-flex-group .form-flex-right {
    justify-content: stretch;
    width: 100%;
  }
  /* line 5246, app/assets/stylesheets/ezgl.scss */
  body.ezgl-container.onboarding-layout .onboarding__panel.registration .registration-form-container .form-flex-group.form-actions {
    gap: 16px;
    margin-top: 24px;
  }
  /* line 5250, app/assets/stylesheets/ezgl.scss */
  body.ezgl-container.onboarding-layout .onboarding__panel.registration .registration-form-container .form-flex-group.form-actions p {
    padding-left: 0;
    width: 100%;
  }
  /* line 5257, app/assets/stylesheets/ezgl.scss */
  body.ezgl-container.onboarding-layout .onboarding__panel.registration .registration-form-container .ezgl-button--secondary,
body.ezgl-container.onboarding-layout .onboarding__panel.registration .registration-form-container input[type="submit"] {
    min-height: 48px;
    width: 100%;
  }
  /* line 5264, app/assets/stylesheets/ezgl.scss */
  body.ezgl-container.onboarding-layout .onboarding__panel.registration .upload-photo-container {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
    margin-left: 0;
  }
  /* line 5271, app/assets/stylesheets/ezgl.scss */
  body.ezgl-container.onboarding-layout .onboarding__panel.registration #upload-photo-img img {
    margin-left: 0;
  }
  /* line 5275, app/assets/stylesheets/ezgl.scss */
  body.ezgl-container.onboarding-layout .onboarding__panel.registration .upload-photo-img--default,
body.ezgl-container.onboarding-layout .onboarding__panel.registration #upload-photo-img-default {
    display: none;
  }
  /* line 5281, app/assets/stylesheets/ezgl.scss */
  body.ezgl-container.onboarding-layout .onboarding__panel.registration.registration-message .registration-message__actions {
    flex-direction: column;
  }
  /* line 5284, app/assets/stylesheets/ezgl.scss */
  body.ezgl-container.onboarding-layout .onboarding__panel.registration.registration-message .registration-message__actions form,
body.ezgl-container.onboarding-layout .onboarding__panel.registration.registration-message .registration-message__actions .ezgl-button--secondary {
    width: 100%;
  }
}

/* line 5294, app/assets/stylesheets/ezgl.scss */
::-webkit-scrollbar {
  width: 7px;
  height: 4px;
}

/* line 5299, app/assets/stylesheets/ezgl.scss */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

/* line 5304, app/assets/stylesheets/ezgl.scss */
::-webkit-scrollbar-thumb {
  background: linear-gradient(0deg, rgba(9, 228, 107, 0.945) 0%, #00d3d3 100%);
  border-radius: 10px;
}

/* line 5309, app/assets/stylesheets/ezgl.scss */
::-webkit-scrollbar-thumb:hover {
  background-color: linear-gradient(0deg, rgba(9, 228, 107, 0.945) 0%, #00d3d3 100%);
}

/* line 5313, app/assets/stylesheets/ezgl.scss */
.site-footer {
  margin-top: 64px;
  padding: 32px 0 28px;
  border-top: 1px solid #e8ecef;
  background: linear-gradient(180deg, #fbfcfc 0%, #f4f7f5 100%);
  color: #585f66;
  font-size: 14px;
  line-height: 1.6;
}

/* line 5323, app/assets/stylesheets/ezgl.scss */
.site-footer__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  text-align: center;
}

/* line 5331, app/assets/stylesheets/ezgl.scss */
.site-footer__apps,
.site-footer__links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

/* line 5339, app/assets/stylesheets/ezgl.scss */
.site-footer__apps {
  gap: 12px;
}

/* line 5343, app/assets/stylesheets/ezgl.scss */
.site-footer__links {
  gap: 8px 18px;
}

/* line 5347, app/assets/stylesheets/ezgl.scss */
.site-footer__links a,
.site-footer__impersonation a {
  color: #1f5a42;
  font-weight: 700;
}

/* line 5353, app/assets/stylesheets/ezgl.scss */
.site-footer__links a:hover,
.site-footer__links a:focus,
.site-footer__impersonation a:hover,
.site-footer__impersonation a:focus {
  color: #00a877;
}

/* line 5360, app/assets/stylesheets/ezgl.scss */
.site-footer__app-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 148px;
  height: 44px;
  overflow: hidden;
}

/* line 5369, app/assets/stylesheets/ezgl.scss */
.site-footer__badge {
  flex: 0 0 auto;
  display: block;
  height: 44px;
  width: 148px;
  filter: drop-shadow(0 8px 18px rgba(15, 23, 42, 0.08));
  object-fit: fill;
}

/* line 5378, app/assets/stylesheets/ezgl.scss */
.site-footer__badge--google-play {
  width: 170px;
  height: 66px;
  margin: -11px;
}

/* line 5384, app/assets/stylesheets/ezgl.scss */
.site-footer__impersonation {
  max-width: 720px;
  padding: 12px 16px;
  border: 1px solid #f0b8a5;
  border-left: 4px solid #e66465;
  background: #fff7f6;
  color: #5f2d23;
}

/* Responsive Media Queries  */
@media (max-width: 767px) {
  /* line 5425, app/assets/stylesheets/ezgl.scss */
  .ezgl-row .tw\:text-end {
    text-align: left !important;
  }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
  /* line 5433, app/assets/stylesheets/ezgl.scss */
  .step-1-content .ezgl-form-input, .step-1-content .custom-select, .date-inputs {
    margin-left: 0 !important;
  }
  /* line 5436, app/assets/stylesheets/ezgl.scss */
  #mainNav.navbar-shrink {
    border-color: rgba(34, 34, 34, 0.1);
    background-color: #fff !important;
  }
  /* line 5400, app/assets/stylesheets/ezgl.scss */
  #mainNav.navbar-shrink .ezgl-navbar-toggler-icon {
    background-image: url(/images/view/bar-hover.svg) !important;
  }
  /* line 5404, app/assets/stylesheets/ezgl.scss */
  #mainNav.navbar-shrink .ezgl-navbar-toggler {
    border: 1px solid rgba(8, 8, 8, 0.1) !important;
  }
  /* line 5408, app/assets/stylesheets/ezgl.scss */
  #mainNav.navbar-shrink .ezgl-navbar-nav .ezgl-nav-link:focus,
#mainNav.navbar-shrink .ezgl-navbar-nav .ezgl-nav-link:hover,
#mainNav.navbar-shrink .ezgl-navbar-nav .ezgl-is-active > .ezgl-nav-link {
    color: #00c185;
  }
  /* line 5414, app/assets/stylesheets/ezgl.scss */
  #mainNav.navbar-shrink .ezgl-navbar-brand {
    color: #000;
  }
  /* line 5418, app/assets/stylesheets/ezgl.scss */
  #mainNav.navbar-shrink .ezgl-navbar-brand:focus,
#mainNav.navbar-shrink .ezgl-navbar-brand:hover {
    color: #000;
  }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  /* line 5445, app/assets/stylesheets/ezgl.scss */
  .ezgl-navbar-nav .ezgl-close-button {
    display: none;
  }
  /* line 5450, app/assets/stylesheets/ezgl.scss */
  #mainNav.navbar-shrink {
    border-color: rgba(34, 34, 34, 0.1);
    background-color: #fff !important;
  }
  /* line 5400, app/assets/stylesheets/ezgl.scss */
  #mainNav.navbar-shrink .ezgl-navbar-toggler-icon {
    background-image: url(/images/view/bar-hover.svg) !important;
  }
  /* line 5404, app/assets/stylesheets/ezgl.scss */
  #mainNav.navbar-shrink .ezgl-navbar-toggler {
    border: 1px solid rgba(8, 8, 8, 0.1) !important;
  }
  /* line 5408, app/assets/stylesheets/ezgl.scss */
  #mainNav.navbar-shrink .ezgl-navbar-nav .ezgl-nav-link:focus,
#mainNav.navbar-shrink .ezgl-navbar-nav .ezgl-nav-link:hover,
#mainNav.navbar-shrink .ezgl-navbar-nav .ezgl-is-active > .ezgl-nav-link {
    color: #00c185;
  }
  /* line 5414, app/assets/stylesheets/ezgl.scss */
  #mainNav.navbar-shrink .ezgl-navbar-brand {
    color: #000;
  }
  /* line 5418, app/assets/stylesheets/ezgl.scss */
  #mainNav.navbar-shrink .ezgl-navbar-brand:focus,
#mainNav.navbar-shrink .ezgl-navbar-brand:hover {
    color: #000;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  /* line 5456, app/assets/stylesheets/ezgl.scss */
  .ezgl-table-responsive {
    display: table;
    width: 100%;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  /* line 5464, app/assets/stylesheets/ezgl.scss */
  .ezgl-table-responsive {
    display: table !important;
    width: 100%;
  }
  /* line 5468, app/assets/stylesheets/ezgl.scss */
  #mainNav.navbar-shrink {
    border-color: rgba(34, 34, 34, 0.1);
    background-color: #fff !important;
  }
  /* line 5400, app/assets/stylesheets/ezgl.scss */
  #mainNav.navbar-shrink .ezgl-navbar-toggler-icon {
    background-image: url(/images/view/bar-hover.svg) !important;
  }
  /* line 5404, app/assets/stylesheets/ezgl.scss */
  #mainNav.navbar-shrink .ezgl-navbar-toggler {
    border: 1px solid rgba(8, 8, 8, 0.1) !important;
  }
  /* line 5408, app/assets/stylesheets/ezgl.scss */
  #mainNav.navbar-shrink .ezgl-navbar-nav .ezgl-nav-link:focus,
#mainNav.navbar-shrink .ezgl-navbar-nav .ezgl-nav-link:hover,
#mainNav.navbar-shrink .ezgl-navbar-nav .ezgl-is-active > .ezgl-nav-link {
    color: #00c185;
  }
  /* line 5414, app/assets/stylesheets/ezgl.scss */
  #mainNav.navbar-shrink .ezgl-navbar-brand {
    color: #000;
  }
  /* line 5418, app/assets/stylesheets/ezgl.scss */
  #mainNav.navbar-shrink .ezgl-navbar-brand:focus,
#mainNav.navbar-shrink .ezgl-navbar-brand:hover {
    color: #000;
  }
}

@media (max-width: 1024px) {
  /* line 5474, app/assets/stylesheets/ezgl.scss */
  #edit-tee-times .heading-style, .edit-tee-times .heading-style {
    display: block;
  }
}

@media (min-width: 1200px) {
  /* line 5494, app/assets/stylesheets/ezgl.scss */
  .ezgl-container {
    max-width: 1240px;
  }
}

@media (min-width: 1366px) {
  /* line 5494, app/assets/stylesheets/ezgl.scss */
  .ezgl-container {
    max-width: 1300px;
  }
}

@media (min-width: 1440px) {
  /* line 5494, app/assets/stylesheets/ezgl.scss */
  .ezgl-container {
    max-width: 1300px;
  }
}

@media (min-width: 1600px) {
  /* line 5494, app/assets/stylesheets/ezgl.scss */
  .ezgl-container {
    max-width: 1400px;
  }
}

@media (min-width: 1680px) {
  /* line 5494, app/assets/stylesheets/ezgl.scss */
  .ezgl-container {
    max-width: 1480px;
  }
}

@media (min-width: 1920px) {
  /* line 5494, app/assets/stylesheets/ezgl.scss */
  .ezgl-container {
    max-width: 1400px;
  }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  /* line 5505, app/assets/stylesheets/ezgl.scss */
  .teams-dashboard-leaderboard-mid-row .ezgl-col-md-3 {
    -ms-flex: 30%;
    flex: 30%;
    max-width: 30%;
  }
  /* line 5511, app/assets/stylesheets/ezgl.scss */
  .teams-dashboard-leaderboard-mid-row .ezgl-col-md-9 {
    -ms-flex: 70%;
    flex: 70%;
    max-width: 70%;
  }
}

/* Max Width With Start Point */
/* Extra large devices (Extra large desktops, 1920 and Down) */
@media (max-width: 1919.98px) {
  /* line 5524, app/assets/stylesheets/ezgl.scss */
  #edit-tee-times,
#edit-teams,
#tornament-info-popup {
    max-width: 90%;
  }
}

/* Extra large devices (Extra large desktops, 1600px and Down) */
@media (max-width: 1599.98px) {
  /* line 5534, app/assets/stylesheets/ezgl.scss */
  .tournaments-card-footer .number-text {
    font-size: 16px;
    margin-right: 2px;
  }
  /* line 5539, app/assets/stylesheets/ezgl.scss */
  .tournaments-card-footer p {
    font-size: 12px;
  }
  /* line 5543, app/assets/stylesheets/ezgl.scss */
  .profile-img-list .ezgl-inline-list-item:not(:last-child) {
    margin-right: -29px;
  }
  /* line 5547, app/assets/stylesheets/ezgl.scss */
  .tournaments-card-slider-top h2 {
    left: 11%;
  }
  /* line 5551, app/assets/stylesheets/ezgl.scss */
  .tournaments-card-slider-top h2 {
    font-size: 30px;
    line-height: 33px;
  }
  /* line 5556, app/assets/stylesheets/ezgl.scss */
  .nineteen-left-card .ezgl-table .ezgl-media-td {
    width: 480px;
  }
  /* line 5560, app/assets/stylesheets/ezgl.scss */
  .golfer-edit-profile-content {
    padding: 25px 5px;
  }
  /* line 5564, app/assets/stylesheets/ezgl.scss */
  .golfer-profile-form {
    margin-top: 50px;
  }
  /* line 5568, app/assets/stylesheets/ezgl.scss */
  .scorpion-golf-league-green-header .filter-option-inner-inner {
    width: 220px;
  }
}

/* Extra large devices (Extra large desktops, 1440px and Down) */
@media (max-width: 1439.98px) {
  /* line 5576, app/assets/stylesheets/ezgl.scss */
  .vtch-left-content p {
    font-size: 14px;
  }
  /* line 5580, app/assets/stylesheets/ezgl.scss */
  .upcoming-tournaments-body {
    padding-top: 29%;
    padding-bottom: 29%;
  }
  /* line 5585, app/assets/stylesheets/ezgl.scss */
  .wide-spaced-button {
    margin-right: 8px;
  }
  /* line 5589, app/assets/stylesheets/ezgl.scss */
  #edit-tee-times,
#edit-teams,
#tornament-info-popup {
    max-width: 98%;
  }
}

/* Extra large devices (Extra large desktops, 1366px and Down) */
@media (max-width: 1365.98px) {
  /* line 5599, app/assets/stylesheets/ezgl.scss */
  .upcoming-tournaments-body {
    padding-top: 30%;
    padding-bottom: 30%;
  }
  /* line 5604, app/assets/stylesheets/ezgl.scss */
  .tournaments-card-slider-top h2 {
    left: 10%;
  }
  /* line 5608, app/assets/stylesheets/ezgl.scss */
  .scorpion-golf-league-green-header .filter-option-inner-inner {
    width: 200px;
  }
}

/* Extra large devices (large desktops, 1200px and Down) */
@media (max-width: 1199.98px) {
  /* line 5616, app/assets/stylesheets/ezgl.scss */
  .wide-spaced-button {
    margin-right: 0px;
  }
}

/* Medium devices (tablets, 768px and Down) */
@media (max-width: 767.98px) {
  /* line 5624, app/assets/stylesheets/ezgl.scss */
  .ezgl-navbar-collapse {
    display: block;
    position: fixed;
    right: -320px;
    width: 320px;
    height: 100vh;
    top: 0;
    background-color: #ffffff;
    transition: right .5s;
    transition-timing-function: ease-in-out;
    border-left: 1px solid #e6e3e3;
    overflow-y: auto;
    overflow-x: hidden;
  }
  /* line 5639, app/assets/stylesheets/ezgl.scss */
  .ezgl-navbar-collapse .ezgl-navbar-nav .ezgl-close-button {
    display: block;
    padding: 10px;
    font-size: 40px;
    width: 60px;
    position: relative;
    left: 260px;
  }
  /* line 5647, app/assets/stylesheets/ezgl.scss */
  .ezgl-navbar-collapse .ezgl-navbar-nav .ezgl-nav-item {
    margin: 0;
    border-bottom: 1px solid #eeeeee;
  }
  /* line 5651, app/assets/stylesheets/ezgl.scss */
  .ezgl-navbar-collapse .ezgl-navbar-nav .ezgl-nav-link {
    padding: 10px 20px;
    color: #333;
  }
  /* line 5652, app/assets/stylesheets/ezgl.scss */
  .ezgl-navbar-collapse .ezgl-navbar-nav .ezgl-nav-link:hover, .ezgl-navbar-collapse .ezgl-navbar-nav .ezgl-nav-link:focus, .ezgl-navbar-collapse .ezgl-navbar-nav .ezgl-nav-link:active {
    color: #4ccda6;
  }
  /* line 5659, app/assets/stylesheets/ezgl.scss */
  .ezgl-navbar-collapse .ezgl-navbar-nav .ezgl-is-active .ezgl-nav-link {
    color: #4ccda6;
  }
  /* line 5665, app/assets/stylesheets/ezgl.scss */
  .ezgl-navbar-collapse .ezgl-inline-list-item {
    padding: 10px 20px;
  }
  /* line 5667, app/assets/stylesheets/ezgl.scss */
  .ezgl-navbar-collapse .ezgl-inline-list-item .ezgl-dropdown-menu {
    position: relative;
    width: 280px;
    border-radius: 0;
  }
  /* line 5671, app/assets/stylesheets/ezgl.scss */
  .ezgl-navbar-collapse .ezgl-inline-list-item .ezgl-dropdown-menu .ezgl-dropdown-item:not(:last-child) {
    padding: 0.5rem 1rem;
    border-bottom: 1px solid #eeeeee;
  }
  /* line 5675, app/assets/stylesheets/ezgl.scss */
  .ezgl-navbar-collapse .ezgl-inline-list-item .ezgl-dropdown-menu .ezgl-dropdown-divider {
    border-top: 0;
  }
  /* line 5681, app/assets/stylesheets/ezgl.scss */
  .ezgl-navbar-collapse.ezgl-is-visible {
    right: 0;
  }
  /* line 5687, app/assets/stylesheets/ezgl.scss */
  .tournament-card .tournament-card__header h3 {
    font-size: 1.2rem;
  }
  /* line 5691, app/assets/stylesheets/ezgl.scss */
  .tournament-card .tournament-card__header .ezgl-button {
    position: absolute;
    top: 22px;
    right: 25px;
    padding: 10px 10px !important;
  }
}

/* Small devices (landscape phones, 576px and Down) */
@media (max-width: 575.98px) {
  /* line 5704, app/assets/stylesheets/ezgl.scss */
  .raking-content-card .ezgl-tab-panel--secondary .ezgl-table td, .raking-content-card .ezgl-tab-panel--secondary .ezgl-table th {
    font-size: 13px;
  }
  /* line 5707, app/assets/stylesheets/ezgl.scss */
  h2 {
    font-size: 25px;
  }
  /* line 5711, app/assets/stylesheets/ezgl.scss */
  h5 {
    font-size: 1rem;
  }
  /* line 5715, app/assets/stylesheets/ezgl.scss */
  tbody > tr, td {
    font-size: 13px !important;
    padding: 0.5rem;
  }
  /* line 5718, app/assets/stylesheets/ezgl.scss */
  tbody > tr .multiselect, tbody > tr .ezgl-form-input, td .multiselect, td .ezgl-form-input {
    width: 100px !important;
  }
  /* line 5723, app/assets/stylesheets/ezgl.scss */
  .ezgl-container .onboarding__panel.user-account-edit {
    display: block;
    max-width: 95%;
  }
  /* line 5726, app/assets/stylesheets/ezgl.scss */
  .ezgl-container .onboarding__panel.user-account-edit .ezgl-tab-panel .ezgl-panel-heading h3 {
    text-align: center;
  }
  /* line 5730, app/assets/stylesheets/ezgl.scss */
  .ezgl-container .onboarding__panel.user-account-edit .ezgl-panel-user .form-actions {
    position: relative;
  }
  /* line 5733, app/assets/stylesheets/ezgl.scss */
  .ezgl-container .onboarding__panel.user-account-edit .onboarding__panel-side.white {
    border-radius: 3px;
    border-right: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom: 2px solid;
    border-image-source: linear-gradient(to left, #00C853, #3ac9f5);
    border-image-slice: 1;
    width: 100%;
  }
  /* line 5743, app/assets/stylesheets/ezgl.scss */
  .ezgl-container .onboarding__panel.user-account-edit .onboarding__panel-side.white .onboarding__side-text .ezgl-nav {
    flex-direction: row !important;
  }
  /* line 5747, app/assets/stylesheets/ezgl.scss */
  .ezgl-container .onboarding__panel.user-account-edit .onboarding__panel-side.white .ezgl-button {
    right: 20px;
  }
  /* line 5752, app/assets/stylesheets/ezgl.scss */
  .ezgl-container .onboarding__panel.user-account-edit .ezgl-panel-default {
    width: 100%;
    padding-bottom: 0 !important;
  }
  /* line 5755, app/assets/stylesheets/ezgl.scss */
  .ezgl-container .onboarding__panel.user-account-edit .ezgl-panel-default .ezgl-tab-panel {
    padding-bottom: 0 !important;
  }
  /* line 5760, app/assets/stylesheets/ezgl.scss */
  .step-1-content .ezgl-form-input, .step-1-content .custom-select, .date-inputs {
    margin-left: 0 !important;
    height: 40px;
  }
  /* line 5764, app/assets/stylesheets/ezgl.scss */
  .step-1-content-form .date-inputs {
    height: 40px;
  }
  /* line 5767, app/assets/stylesheets/ezgl.scss */
  .step-1-content-form .registration-date-inputs {
    height: auto;
    min-height: 70px;
  }
  /* line 5772, app/assets/stylesheets/ezgl.scss */
  .step-1-content .date-inputs .ezgl-form-input {
    margin-top: 1px;
  }
  /* line 5776, app/assets/stylesheets/ezgl.scss */
  .step-1-content h2 {
    font-size: 30px;
  }
  /* line 5780, app/assets/stylesheets/ezgl.scss */
  .step-1-content p {
    font-size: 14px;
    font-weight: 500;
  }
  /* line 5785, app/assets/stylesheets/ezgl.scss */
  .step-1-content label {
    font-size: 15px;
  }
  /* line 5790, app/assets/stylesheets/ezgl.scss */
  .cat-card-footer {
    padding: 15px;
  }
  /* line 5792, app/assets/stylesheets/ezgl.scss */
  .cat-card-footer .ezgl-button--outline-secondary, .cat-card-footer .ezgl-button--secondary {
    padding: 10px 30px !important;
  }
  /* line 5797, app/assets/stylesheets/ezgl.scss */
  #mainNav.navbar-shrink {
    border-color: rgba(34, 34, 34, 0.1);
    background-color: #fff !important;
  }
  /* line 5400, app/assets/stylesheets/ezgl.scss */
  #mainNav.navbar-shrink .ezgl-navbar-toggler-icon {
    background-image: url(/images/view/bar-hover.svg) !important;
  }
  /* line 5404, app/assets/stylesheets/ezgl.scss */
  #mainNav.navbar-shrink .ezgl-navbar-toggler {
    border: 1px solid rgba(8, 8, 8, 0.1) !important;
  }
  /* line 5408, app/assets/stylesheets/ezgl.scss */
  #mainNav.navbar-shrink .ezgl-navbar-nav .ezgl-nav-link:focus,
#mainNav.navbar-shrink .ezgl-navbar-nav .ezgl-nav-link:hover,
#mainNav.navbar-shrink .ezgl-navbar-nav .ezgl-is-active > .ezgl-nav-link {
    color: #00c185;
  }
  /* line 5414, app/assets/stylesheets/ezgl.scss */
  #mainNav.navbar-shrink .ezgl-navbar-brand {
    color: #000;
  }
  /* line 5418, app/assets/stylesheets/ezgl.scss */
  #mainNav.navbar-shrink .ezgl-navbar-brand:focus,
#mainNav.navbar-shrink .ezgl-navbar-brand:hover {
    color: #000;
  }
  /* line 5801, app/assets/stylesheets/ezgl.scss */
  #edit-tee-times .heading-style, .edit-tee-times .heading-style {
    display: block;
  }
  /* line 5805, app/assets/stylesheets/ezgl.scss */
  .gametype-dropdown {
    overflow: auto;
    overflow-x: clip;
    max-width: 280px;
    left: 90px !important;
    transform: translate3d(-109px, 39px, 0px) !important;
  }
  /* line 5812, app/assets/stylesheets/ezgl.scss */
  .add-gametype-text {
    font-size: 20px;
  }
  /* line 5817, app/assets/stylesheets/ezgl.scss */
  .raking-content-header-card .ezgl-nav li {
    border-bottom: 1px solid #eeeeee;
    padding-left: 0;
  }
  /* line 5819, app/assets/stylesheets/ezgl.scss */
  .raking-content-header-card .ezgl-nav li:last-child {
    padding-left: 0;
  }
  /* line 5825, app/assets/stylesheets/ezgl.scss */
  .raking-content-header-card .ezgl-nav li, .raking-content-header-card .ezgl-nav .ezgl-nav-link {
    width: 100%;
  }
  /* line 5826, app/assets/stylesheets/ezgl.scss */
  .raking-content-header-card .ezgl-nav li a, .raking-content-header-card .ezgl-nav .ezgl-nav-link a {
    font-size: 1.5rem;
  }
  /* line 5832, app/assets/stylesheets/ezgl.scss */
  .raking-content-card .ezgl-tab-panel--secondary .ezgl-table td, .raking-content-card .ezgl-tab-panel--secondary .ezgl-table th {
    font-size: 15px;
  }
  /* line 5838, app/assets/stylesheets/ezgl.scss */
  .raking-content-card .ezgl-tab-panel--secondary .ezgl-media h2 {
    font-size: 15px;
    margin-top: 0;
  }
  /* line 5842, app/assets/stylesheets/ezgl.scss */
  .raking-content-card .ezgl-tab-panel--secondary .ezgl-media img {
    width: 30px;
    height: 30px;
  }
}

/* line 5850, app/assets/stylesheets/ezgl.scss */
.tournament-details-form {
  margin: 28px auto 0;
  text-align: left;
}

/* line 5855, app/assets/stylesheets/ezgl.scss */
.tournament-details-form__row {
  padding: 18px 0;
  border-bottom: 1px solid #eeeeee;
}

/* line 5860, app/assets/stylesheets/ezgl.scss */
.tournament-details-form__row:last-child {
  border-bottom: 0;
}

/* line 5864, app/assets/stylesheets/ezgl.scss */
.tournament-details-form__label {
  padding-top: 6px;
}

/* line 5868, app/assets/stylesheets/ezgl.scss */
.tournament-details-form__label label {
  display: inline-block;
  font-weight: 600;
  color: #4a4a4a;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.01em;
}

/* line 5877, app/assets/stylesheets/ezgl.scss */
.tournament-details-form__control {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* line 5883, app/assets/stylesheets/ezgl.scss */
.tournament-details-form__field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

/* line 5889, app/assets/stylesheets/ezgl.scss */
.tournament-details-form__sub-label {
  font-size: 12px;
  font-weight: 600;
  color: #7a7a7a;
  letter-spacing: 0.02em;
}

/* line 5896, app/assets/stylesheets/ezgl.scss */
.tournament-details-form__split {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

/* line 5902, app/assets/stylesheets/ezgl.scss */
.tournament-details-form__input,
.tournament-details-form__select {
  height: 46px;
  padding: 10px 14px;
  border-radius: 10px;
  border: 1px solid #dddddd;
  background: #ffffff;
  color: #212529;
  box-shadow: 0 1px 2px rgba(17, 24, 39, 0.06);
  font-size: 16px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

/* line 5915, app/assets/stylesheets/ezgl.scss */
textarea.tournament-details-form__input {
  height: auto;
  min-height: 140px;
  resize: vertical;
}

/* line 5921, app/assets/stylesheets/ezgl.scss */
input.tournament-details-form__input[type="datetime-local"],
input.tournament-details-form__input[type="date"] {
  appearance: auto;
  -webkit-appearance: auto;
}

/* line 5927, app/assets/stylesheets/ezgl.scss */
input.tournament-details-form__input[type="datetime-local"]::-webkit-calendar-picker-indicator,
input.tournament-details-form__input[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 1;
  display: block;
  cursor: pointer;
}

/* line 5934, app/assets/stylesheets/ezgl.scss */
.tournament-details-form__input:focus,
.tournament-details-form__select:focus {
  border-color: #00c897;
  box-shadow: 0 0 0 3px rgba(0, 200, 151, 0.16);
  background-color: #ffffff;
}

/* line 5941, app/assets/stylesheets/ezgl.scss */
.tournament-details-form__input--small {
  max-width: 160px;
}

/* line 5945, app/assets/stylesheets/ezgl.scss */
.tournament-details-form__select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, #666666 50%), linear-gradient(135deg, #666666 50%, transparent 50%), linear-gradient(to right, #dddddd, #dddddd);
  background-position: calc(100% - 22px) 20px, calc(100% - 16px) 20px, calc(100% - 44px) 50%;
  background-size: 6px 6px, 6px 6px, 1px 60%;
  background-repeat: no-repeat;
  padding-right: 44px;
}

@media (max-width: 768px) {
  /* line 5966, app/assets/stylesheets/ezgl.scss */
  .tournament-details-form__split {
    grid-template-columns: 1fr;
  }
}

/* Tournament UI polish */
/* line 5973, app/assets/stylesheets/ezgl.scss */
.tournaments-index__notice {
  margin: 24px 0 36px;
  padding: 28px 32px;
  border: 1px solid #e7e7e7;
  border-radius: 16px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfbfb 100%);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.04);
}

/* line 5981, app/assets/stylesheets/ezgl.scss */
.tournaments-index__notice h2 {
  margin: 0 0 10px;
  font-size: 28px;
  font-weight: 700;
  color: #171717;
}

/* line 5988, app/assets/stylesheets/ezgl.scss */
.tournaments-index__notice p {
  margin: 0;
  font-size: 16px;
  color: #666666;
}

/* line 5995, app/assets/stylesheets/ezgl.scss */
.tournaments-index__notice-label {
  margin-bottom: 10px !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #00a877 !important;
}

/* line 6004, app/assets/stylesheets/ezgl.scss */
.tournaments-index__notice--warning {
  border-color: #f2d3b4;
  background: linear-gradient(180deg, #fff9f1 0%, #ffffff 100%);
}

/* line 6009, app/assets/stylesheets/ezgl.scss */
.tournaments-index__notice-action {
  display: inline-flex;
  margin-top: 18px;
}

/* line 6014, app/assets/stylesheets/ezgl.scss */
.tournaments-card-slider {
  height: 100%;
}

/* line 6017, app/assets/stylesheets/ezgl.scss */
.tournaments-card-slider a {
  display: flex;
  flex-direction: column;
  aspect-ratio: 397 / 362;
  height: 100%;
  overflow: hidden;
}

/* line 6026, app/assets/stylesheets/ezgl.scss */
.tournaments-card-slider-list > .ezgl-row {
  row-gap: 3rem;
}

/* line 6030, app/assets/stylesheets/ezgl.scss */
.tournaments-card-slider-top {
  flex: 1 1 auto;
  min-height: 0;
  overflow: hidden;
}

/* line 6035, app/assets/stylesheets/ezgl.scss */
.tournaments-card-slider-top .overlay {
  background: linear-gradient(180deg, rgba(9, 14, 23, 0.1) 0%, rgba(9, 14, 23, 0.75) 100%);
}

/* line 6039, app/assets/stylesheets/ezgl.scss */
.tournaments-card-slider-top img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* line 6046, app/assets/stylesheets/ezgl.scss */
.tournaments-card-slider-top__meta {
  position: absolute;
  top: 16px;
  right: 18px;
  left: 18px;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  gap: 16px;
}

/* line 6056, app/assets/stylesheets/ezgl.scss */
.tournaments-card-slider-top__meta p {
  position: static;
  margin: 0;
  max-width: 48%;
  font-size: 12px;
  letter-spacing: 0.08em;
  color: #d9dbd4;
}

/* line 6066, app/assets/stylesheets/ezgl.scss */
.tournaments-card-slider-top__body {
  position: absolute;
  right: 20px;
  bottom: 22px;
  left: 20px;
  z-index: 2;
}

/* line 6074, app/assets/stylesheets/ezgl.scss */
.tournaments-card-slider-top h2 {
  position: static;
  width: auto;
  max-width: 340px;
  margin: 0;
  text-align: left;
  text-shadow: 0 6px 18px rgba(0, 0, 0, 0.35);
}

/* line 6083, app/assets/stylesheets/ezgl.scss */
.tournaments-card-slider__status {
  letter-spacing: 0.08em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 6090, app/assets/stylesheets/ezgl.scss */
.tournaments-card-slider .regis-open {
  flex: 0 0 auto;
  padding: 12px 16px;
}

/* line 6095, app/assets/stylesheets/ezgl.scss */
.tournaments-card-footer {
  flex: 0 0 auto;
  padding: 20px 18px 18px;
}

/* line 6100, app/assets/stylesheets/ezgl.scss */
.tournaments-card-footer__count {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (min-width: 768px) and (max-width: 1399.98px) {
  /* line 6107, app/assets/stylesheets/ezgl.scss */
  .tournaments-card-slider-list > .ezgl-row > .ezgl-col-md-4 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/* line 6113, app/assets/stylesheets/ezgl.scss */
.tournaments-card-footer__count p {
  margin-top: 6px;
}

/* line 6117, app/assets/stylesheets/ezgl.scss */
.tournaments-card-footer__players {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

/* line 6123, app/assets/stylesheets/ezgl.scss */
.tournament-card {
  border: 1px solid #e9e9e9;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.04);
}

/* line 6127, app/assets/stylesheets/ezgl.scss */
.tournament-card .tournament-card__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  border-bottom: 1px solid #efefef;
}

/* line 6134, app/assets/stylesheets/ezgl.scss */
.tournament-card .tournament-card__header .ezgl-button {
  position: static;
  margin: 24px 28px 0 0;
  flex-shrink: 0;
}

/* line 6142, app/assets/stylesheets/ezgl.scss */
.tournament-card__heading {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

/* line 6147, app/assets/stylesheets/ezgl.scss */
.tournament-card__heading h3 {
  margin: 0;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.1;
}

/* line 6155, app/assets/stylesheets/ezgl.scss */
.tournament-card__eyebrow {
  margin: 0;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #00a877;
}

/* line 6164, app/assets/stylesheets/ezgl.scss */
.tournament-card__alert {
  border: 1px solid #f0b8a5;
  border-left: 4px solid #e66465;
  border-radius: 12px;
  background: #fff7f6 !important;
  margin: 0 1.5rem 1.5rem !important;
  padding: 14px 16px !important;
}

/* line 6172, app/assets/stylesheets/ezgl.scss */
.tournament-card__alert li {
  color: #5f2d23;
}

/* line 6177, app/assets/stylesheets/ezgl.scss */
.tournament-card__content--stacked {
  display: block !important;
}

/* line 6180, app/assets/stylesheets/ezgl.scss */
.tournament-card__content--stacked .left,
.tournament-card__content--stacked .right {
  width: auto !important;
  text-align: left !important;
}

/* line 6187, app/assets/stylesheets/ezgl.scss */
.tournament-card__label {
  margin-bottom: 8px !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #7b7b7b !important;
}

/* line 6196, app/assets/stylesheets/ezgl.scss */
.tournament-card__value {
  font-size: 18px !important;
  font-weight: 600 !important;
  line-height: 1.4;
  text-transform: none !important;
  color: #171717 !important;
}

/* line 6204, app/assets/stylesheets/ezgl.scss */
.tournament-card__days {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  padding: 0 24px 28px;
}

/* line 6212, app/assets/stylesheets/ezgl.scss */
.tournament-card__days-label {
  margin: 0 0 6px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #7b7b7b;
}

/* line 6221, app/assets/stylesheets/ezgl.scss */
.tournament-card__days h4 {
  margin: 0;
  font-size: 22px;
  font-weight: 700;
}

/* line 6227, app/assets/stylesheets/ezgl.scss */
.tournament-card__days-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

/* line 6234, app/assets/stylesheets/ezgl.scss */
.tournament-card__day-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid #d9d9d9;
  border-radius: 999px;
  background: #f8f8f8;
  color: #4a4a4a;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

/* line 6249, app/assets/stylesheets/ezgl.scss */
.tournament-card__day-pill:hover {
  color: #171717;
  background: #ffffff;
  border-color: #b9b9b9;
}

/* line 6255, app/assets/stylesheets/ezgl.scss */
.tournament-card__day-pill.is-active {
  border-color: #00c897;
  background: rgba(0, 200, 151, 0.08);
  color: #026349;
  box-shadow: 0 10px 20px rgba(0, 200, 151, 0.12);
}

/* line 6263, app/assets/stylesheets/ezgl.scss */
.tournament-show__title-row {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

/* line 6270, app/assets/stylesheets/ezgl.scss */
.tournament-show__settings {
  align-self: center;
  margin-left: 0 !important;
}

/* line 6275, app/assets/stylesheets/ezgl.scss */
.tournament-show__settings-trigger {
  appearance: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 6px 9px 6px 14px;
  border: 1px solid rgba(18, 72, 57, 0.18);
  border-radius: 10px;
  background: linear-gradient(180deg, #ffffff 0%, #f7fbf9 100%);
  color: #183c32;
  font: inherit;
  text-decoration: none;
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.08);
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

/* line 6291, app/assets/stylesheets/ezgl.scss */
.tournament-show__settings-trigger::after {
  margin-left: 0;
  color: currentColor;
  opacity: 0.7;
}

/* line 6297, app/assets/stylesheets/ezgl.scss */
.tournament-show__settings-trigger:hover, .tournament-show__settings-trigger:focus {
  border-color: rgba(0, 200, 151, 0.55);
  background: #ffffff;
  color: #0f332b;
  box-shadow: 0 14px 28px rgba(0, 90, 68, 0.14);
}

/* line 6305, app/assets/stylesheets/ezgl.scss */
.tournament-show__settings-trigger:focus-visible {
  outline: 3px solid rgba(0, 200, 151, 0.28);
  outline-offset: 2px;
}

/* line 6310, app/assets/stylesheets/ezgl.scss */
.tournament-show__settings-trigger[aria-expanded="true"] {
  border-color: #123f34;
  background: #123f34;
  color: #ffffff;
  box-shadow: 0 14px 28px rgba(18, 63, 52, 0.22);
}

/* line 6318, app/assets/stylesheets/ezgl.scss */
.tournament-show__settings-icon {
  display: inline-grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 8px;
  background: #123f34;
  color: #ffffff;
  font-size: 12px;
  line-height: 1;
}

/* line 6330, app/assets/stylesheets/ezgl.scss */
.tournament-show__settings-trigger[aria-expanded="true"] .tournament-show__settings-icon {
  background: rgba(255, 255, 255, 0.16);
}

/* line 6334, app/assets/stylesheets/ezgl.scss */
.tournament-show__settings-label {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: currentColor;
}

/* line 6342, app/assets/stylesheets/ezgl.scss */
.tournament-show__settings .ezgl-dropdown-menu {
  min-width: 280px;
  padding: 10px 0;
  border-radius: 14px;
  border: 1px solid #e5e5e5;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.12);
}

/* line 6349, app/assets/stylesheets/ezgl.scss */
.tournament-show__settings .ezgl-dropdown-menu .ezgl-dropdown-header {
  padding: 10px 18px 4px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #7b7b7b;
}

/* line 6358, app/assets/stylesheets/ezgl.scss */
.tournament-show__settings .ezgl-dropdown-menu .ezgl-dropdown-item {
  padding: 9px 18px;
}

/* line 6363, app/assets/stylesheets/ezgl.scss */
.league-memberships__title-row {
  align-items: baseline;
}

/* line 6367, app/assets/stylesheets/ezgl.scss */
.league-memberships__title-row h2 {
  margin-bottom: 0;
}

/* line 6371, app/assets/stylesheets/ezgl.scss */
.league-memberships__stats {
  display: inline-flex;
  align-items: baseline;
  gap: 18px;
  flex-wrap: wrap;
}

/* line 6377, app/assets/stylesheets/ezgl.scss */
.league-memberships__stats p {
  margin-bottom: 0;
}

/* line 6382, app/assets/stylesheets/ezgl.scss */
.league-memberships-page .notification-templates-hero__actions {
  min-width: 260px;
}

/* line 6386, app/assets/stylesheets/ezgl.scss */
.league-memberships-page .notification-templates-hero {
  overflow: visible;
  z-index: 2;
}

/* line 6391, app/assets/stylesheets/ezgl.scss */
.league-memberships-page .notification-templates-stats,
.league-memberships-page .notification-templates-panel {
  position: relative;
  z-index: 1;
}

/* line 6397, app/assets/stylesheets/ezgl.scss */
.league-memberships__actions-menu {
  align-self: flex-end;
}

/* line 6401, app/assets/stylesheets/ezgl.scss */
.league-memberships__actions-menu .ezgl-dropdown-menu {
  z-index: 1030;
}

/* line 6405, app/assets/stylesheets/ezgl.scss */
.league-memberships-table__golfer {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 280px;
}

/* line 6411, app/assets/stylesheets/ezgl.scss */
.league-memberships-table__golfer img {
  flex: 0 0 auto;
  width: 48px;
  height: 48px;
}

/* line 6418, app/assets/stylesheets/ezgl.scss */
.league-membership-badge.is-active {
  border-color: #dbe8e2;
  background: rgba(0, 168, 119, 0.08);
  color: #046a4b;
}

/* line 6424, app/assets/stylesheets/ezgl.scss */
.league-membership-badge.is-invited {
  border-color: #dce2f7;
  background: rgba(31, 90, 213, 0.08);
  color: #24408f;
}

/* line 6430, app/assets/stylesheets/ezgl.scss */
.league-membership-badge.is-inactive {
  border-color: #eadcbb;
  background: rgba(177, 120, 24, 0.12);
  color: #7a4f00;
}

/* line 6436, app/assets/stylesheets/ezgl.scss */
a.league-membership-badge {
  text-decoration: none;
}

/* line 6440, app/assets/stylesheets/ezgl.scss */
.tournament-show__primary-action {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

/* line 6446, app/assets/stylesheets/ezgl.scss */
.tournament-tabs-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px 24px;
}

/* line 6454, app/assets/stylesheets/ezgl.scss */
.tournament-tabs-header__nav {
  flex: 1 1 auto;
}

/* line 6458, app/assets/stylesheets/ezgl.scss */
.tournament-tabs-header__actions {
  flex-shrink: 0;
}

/* line 6462, app/assets/stylesheets/ezgl.scss */
.tournament-tabs-header .ezgl-nav {
  display: flex;
  gap: 10px;
}

/* line 6467, app/assets/stylesheets/ezgl.scss */
.tournament-tabs-header .ezgl-nav li,
.tournament-tabs-header .ezgl-nav .ezgl-nav-link {
  width: auto;
  border: 0 !important;
}

/* line 6473, app/assets/stylesheets/ezgl.scss */
.tournament-tabs-header .ezgl-nav li:not(:last-child) {
  margin-right: 0;
}

/* line 6477, app/assets/stylesheets/ezgl.scss */
.tournament-tabs-header .ezgl-nav li a {
  border-radius: 8px;
  color: #667085;
  font-size: 1.35rem;
  line-height: 1.15;
  padding: 12px 24px;
  transition: background-color 0.15s ease, box-shadow 0.15s ease, color 0.15s ease;
}

/* line 6486, app/assets/stylesheets/ezgl.scss */
.tournament-tabs-header .ezgl-nav li a:hover,
.tournament-tabs-header .ezgl-nav li a:focus {
  background-color: #f0faf5;
  color: #046a4b;
  text-decoration: none;
}

/* line 6493, app/assets/stylesheets/ezgl.scss */
.tournament-tabs-header .ezgl-pills .ezgl-nav-link.ezgl-is-active,
.tournament-tabs-header .ezgl-pills .ezgl-is-visible > .ezgl-nav-link {
  background-color: #e3f5ec;
  box-shadow: inset 0 0 0 1px rgba(60, 135, 98, 0.18);
  color: #00744d;
  font-size: 1.35rem;
  line-height: 1.15;
}

/* line 6502, app/assets/stylesheets/ezgl.scss */
.tournament-tabs-header__button {
  min-width: 150px;
}

/* line 6506, app/assets/stylesheets/ezgl.scss */
.tournament-table-wrap {
  overflow-x: auto;
}

/* line 6510, app/assets/stylesheets/ezgl.scss */
.tournament-data-table {
  margin-bottom: 0;
}

/* line 6513, app/assets/stylesheets/ezgl.scss */
.tournament-data-table thead th {
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: 0.08em;
  text-align: left;
  text-transform: uppercase;
  color: #7b7b7b !important;
}

/* line 6522, app/assets/stylesheets/ezgl.scss */
.tournament-data-table td,
.tournament-data-table th {
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 1.45;
  padding: 8px !important;
}

/* line 6530, app/assets/stylesheets/ezgl.scss */
.tournament-data-table td:first-child,
.tournament-data-table th:first-child {
  padding-left: 24px !important;
  padding-right: 48px !important;
}

/* line 6537, app/assets/stylesheets/ezgl.scss */
.tournament-data-table__group-heading {
  padding-top: 18px !important;
  padding-bottom: 18px !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #171717 !important;
  background: #f8f8f8;
}

/* line 6548, app/assets/stylesheets/ezgl.scss */
.tournament-data-table__action {
  white-space: nowrap;
  text-align: center;
}

/* line 6553, app/assets/stylesheets/ezgl.scss */
.flights-editor-table {
  table-layout: fixed;
  width: 100%;
}

/* line 6558, app/assets/stylesheets/ezgl.scss */
.flights-editor-table__col--flight {
  width: 15%;
}

/* line 6562, app/assets/stylesheets/ezgl.scss */
.flights-editor-table__col--handicap {
  width: 22%;
}

/* line 6566, app/assets/stylesheets/ezgl.scss */
.flights-editor-table__col--actions {
  width: 16%;
}

/* line 6570, app/assets/stylesheets/ezgl.scss */
.flights-editor-table__tee-box-cell {
  padding-right: 16px !important;
}

/* line 6574, app/assets/stylesheets/ezgl.scss */
.flights-editor-table__tee-box-select {
  width: 100%;
}

/* line 6578, app/assets/stylesheets/ezgl.scss */
.tournament-action-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 8px 14px !important;
  white-space: nowrap;
}

/* line 6587, app/assets/stylesheets/ezgl.scss */
.tournament-action-link--icon {
  justify-content: center;
  min-height: 0;
  padding: 0 !important;
}

/* line 6593, app/assets/stylesheets/ezgl.scss */
.tournament-player {
  display: flex;
  align-items: center;
  gap: 12px;
}

/* line 6599, app/assets/stylesheets/ezgl.scss */
.tournament-player__body {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

/* line 6606, app/assets/stylesheets/ezgl.scss */
.tournament-player__link {
  appearance: none;
  background: transparent;
  border: 0;
  display: inline-flex;
  flex-direction: column;
  gap: 4px;
  padding: 0;
  color: #171717;
  text-decoration: none;
  text-align: left;
}

/* line 6618, app/assets/stylesheets/ezgl.scss */
.tournament-player__link:hover {
  color: #171717;
}

/* line 6623, app/assets/stylesheets/ezgl.scss */
.tournament-player__name {
  display: block;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.25;
}

/* line 6630, app/assets/stylesheets/ezgl.scss */
.tournament-player__ez-id {
  align-self: flex-start;
  color: #fff;
  font-size: 0.75rem;
}

/* line 6636, app/assets/stylesheets/ezgl.scss */
.tournament-player__meta {
  font-size: 13px;
  font-weight: 500;
  color: #6c6c6c;
}

/* line 6642, app/assets/stylesheets/ezgl.scss */
.handicap-list__header {
  border-bottom: 1px solid #ececec;
}

/* line 6646, app/assets/stylesheets/ezgl.scss */
.handicap-list__content {
  max-height: 700px;
  overflow: auto;
}

/* line 6651, app/assets/stylesheets/ezgl.scss */
.handicap-list__table {
  margin-bottom: 0;
}

/* line 6654, app/assets/stylesheets/ezgl.scss */
.handicap-list__table thead th {
  position: sticky;
  top: 0;
  vertical-align: top;
  background: #fff;
  z-index: 2;
  border-bottom: 1px solid #ececec;
}

/* line 6663, app/assets/stylesheets/ezgl.scss */
.handicap-list__table tbody th,
.handicap-list__table tbody td {
  vertical-align: middle;
  background: #fff;
}

/* line 6669, app/assets/stylesheets/ezgl.scss */
.handicap-list__table tbody td {
  min-width: 92px;
  text-align: center;
}

/* line 6675, app/assets/stylesheets/ezgl.scss */
.handicap-list__table .handicap-list__name-column {
  position: sticky;
  left: 0;
  min-width: 220px;
  width: 220px;
  text-align: left;
  background: #fff;
  z-index: 1;
}

/* line 6685, app/assets/stylesheets/ezgl.scss */
.handicap-list__table thead .handicap-list__name-column {
  z-index: 3;
}

/* line 6689, app/assets/stylesheets/ezgl.scss */
.handicap-list__table tbody .handicap-list__name-column {
  font-size: 18px !important;
  font-weight: 600 !important;
}

/* line 6694, app/assets/stylesheets/ezgl.scss */
.handicap-list__row th,
.handicap-list__row td {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

/* line 6700, app/assets/stylesheets/ezgl.scss */
.handicap-list__header th {
  padding-top: 20px !important;
  padding-bottom: 16px !important;
}

/* line 6705, app/assets/stylesheets/ezgl.scss */
.handicap-list__header th:not(.handicap-list__name-column) {
  min-width: 92px;
}

/* line 6709, app/assets/stylesheets/ezgl.scss */
.handicap-list__row + .handicap-list__row th,
.handicap-list__row + .handicap-list__row td {
  border-top: 1px solid #f0f0f0;
}

/* line 6714, app/assets/stylesheets/ezgl.scss */
.handicap-list__row:first-child th,
.handicap-list__row:first-child td {
  border-top: 0;
}

/* line 6719, app/assets/stylesheets/ezgl.scss */
.handicap-list__name-column {
  max-width: none;
  font-weight: 600;
}

/* line 6724, app/assets/stylesheets/ezgl.scss */
.scorecard-editor__meta p {
  font-size: 13px !important;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #6c6c6c !important;
}

/* line 6731, app/assets/stylesheets/ezgl.scss */
.scorecard-editor__actions {
  display: flex !important;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

/* line 6739, app/assets/stylesheets/ezgl.scss */
.scorecard-editor__table td,
.scorecard-editor__table th {
  padding: 12px 10px;
}

/* line 6745, app/assets/stylesheets/ezgl.scss */
.scorecard-editor__player-cell {
  min-width: 190px;
}

/* line 6749, app/assets/stylesheets/ezgl.scss */
.scorecard-editor__player-name {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}

/* line 6755, app/assets/stylesheets/ezgl.scss */
.scorecard-editor__player-action {
  width: 100%;
  margin-right: 0 !important;
}

/* line 6760, app/assets/stylesheets/ezgl.scss */
.scorecard-editor__status {
  margin-top: 8px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #6c6c6c;
}

/* line 6769, app/assets/stylesheets/ezgl.scss */
.scorecard-editor-show-container.ezgl-container {
  max-width: 1520px;
}

/* line 6773, app/assets/stylesheets/ezgl.scss */
#editScorecardModal.scorecard-editor-page {
  --scorecard-editor-ink: #1f332a;
  --scorecard-editor-muted: #68776f;
  --scorecard-editor-border: #e1e8e3;
  --scorecard-editor-surface: #f7faf6;
  --scorecard-editor-accent: #007a58;
  --scorecard-editor-max-width: 1440px;
  overflow: visible;
  border: 1px solid var(--scorecard-editor-border);
  border-radius: 10px;
  background: var(--scorecard-editor-surface);
  box-shadow: 0 24px 60px rgba(31, 51, 42, 0.08);
}

/* line 6787, app/assets/stylesheets/ezgl.scss */
#editScorecardModal.scorecard-editor-page .scorecard-editor-page__header {
  padding: 0;
  border-bottom: 1px solid var(--scorecard-editor-border);
  background: #ffffff;
}

/* line 6793, app/assets/stylesheets/ezgl.scss */
#editScorecardModal.scorecard-editor-page .scorecard-editor-page__header-inner {
  display: flex;
  align-items: center;
  max-width: var(--scorecard-editor-max-width);
  min-height: 76px;
  margin: 0 auto;
  padding: 18px 28px;
}

/* line 6802, app/assets/stylesheets/ezgl.scss */
#editScorecardModal.scorecard-editor-page .scorecard-editor-page__intro {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

/* line 6808, app/assets/stylesheets/ezgl.scss */
#editScorecardModal.scorecard-editor-page .scorecard-editor-page__eyebrow,
#editScorecardModal.scorecard-editor-page .scorecard-editor__status {
  margin: 0;
  color: var(--scorecard-editor-accent);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1;
  text-transform: uppercase;
}

/* line 6819, app/assets/stylesheets/ezgl.scss */
#editScorecardModal.scorecard-editor-page .scorecard-editor-page__intro h2 {
  margin: 0;
  color: var(--scorecard-editor-ink);
  font-size: 26px;
  font-weight: 800;
  line-height: 1.1;
}

/* line 6827, app/assets/stylesheets/ezgl.scss */
#editScorecardModal.scorecard-editor-page .scorecard-editor-page__summary {
  max-width: 680px;
  margin: 0;
  color: var(--scorecard-editor-muted);
  font-size: 14px;
  line-height: 1.45;
}

/* line 6835, app/assets/stylesheets/ezgl.scss */
#editScorecardModal.scorecard-editor-page .scorecard-editor-page__content {
  max-width: var(--scorecard-editor-max-width);
  margin: 0 auto;
  padding: 28px;
}

/* line 6841, app/assets/stylesheets/ezgl.scss */
#editScorecardModal.scorecard-editor-page .scorecard-editor-page__table-card {
  border: 1px solid var(--scorecard-editor-border);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 14px 32px rgba(31, 51, 42, 0.06);
}

/* line 6848, app/assets/stylesheets/ezgl.scss */
#editScorecardModal.scorecard-editor-page .score_card_group_form {
  max-height: none;
}

/* line 6852, app/assets/stylesheets/ezgl.scss */
#editScorecardModal.scorecard-editor-page .scrollable-container {
  padding: 0;
  overflow: auto;
  white-space: nowrap;
}

/* line 6858, app/assets/stylesheets/ezgl.scss */
#editScorecardModal.scorecard-editor-page form {
  padding: 0;
}

/* line 6862, app/assets/stylesheets/ezgl.scss */
#editScorecardModal.scorecard-editor-page .scorecard-editor__table {
  min-width: 1200px;
  margin: 0;
  border-collapse: separate;
  border-spacing: 0;
  background: #ffffff;
}

/* line 6869, app/assets/stylesheets/ezgl.scss */
#editScorecardModal.scorecard-editor-page .scorecard-editor__table th,
#editScorecardModal.scorecard-editor-page .scorecard-editor__table td {
  border: 0;
  border-bottom: 1px solid var(--scorecard-editor-border);
  padding: 12px 10px;
  text-align: center;
}

/* line 6877, app/assets/stylesheets/ezgl.scss */
#editScorecardModal.scorecard-editor-page .scorecard-editor__table thead {
  background: transparent;
  color: var(--scorecard-editor-ink);
}

/* line 6881, app/assets/stylesheets/ezgl.scss */
#editScorecardModal.scorecard-editor-page .scorecard-editor__table thead th {
  border-top: 0;
  background: #f9fbf8;
  color: var(--scorecard-editor-muted);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* line 6892, app/assets/stylesheets/ezgl.scss */
#editScorecardModal.scorecard-editor-page .scorecard-editor__table tbody td {
  color: var(--scorecard-editor-ink);
  font-size: 15px;
}

/* line 6897, app/assets/stylesheets/ezgl.scss */
#editScorecardModal.scorecard-editor-page .scorecard-editor__table thead th:first-of-type,
#editScorecardModal.scorecard-editor-page .scorecard-editor__table tbody td:first-of-type {
  padding-left: 16px !important;
  text-align: left;
}

/* line 6903, app/assets/stylesheets/ezgl.scss */
#editScorecardModal.scorecard-editor-page .scorecard-editor__table tbody tr.score td {
  padding: 14px 10px;
  color: var(--scorecard-editor-ink);
  vertical-align: top;
}

/* line 6909, app/assets/stylesheets/ezgl.scss */
#editScorecardModal.scorecard-editor-page .scorecard-editor__table tbody tr.m-hcp td {
  background: #f9fbf8;
  color: var(--scorecard-editor-muted);
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
}

/* line 6917, app/assets/stylesheets/ezgl.scss */
#editScorecardModal.scorecard-editor-page .scorecard-editor__table tbody tr:last-child td {
  border-bottom: 0;
}

/* line 6922, app/assets/stylesheets/ezgl.scss */
#editScorecardModal.scorecard-editor-page .scorecard-editor__player-cell {
  min-width: 210px;
}

/* line 6926, app/assets/stylesheets/ezgl.scss */
#editScorecardModal.scorecard-editor-page .scorecard-editor__player-name {
  margin-bottom: 10px;
  color: var(--scorecard-editor-ink);
  font-size: 16px;
  font-weight: 800;
  line-height: 1.25;
}

/* line 6934, app/assets/stylesheets/ezgl.scss */
#editScorecardModal.scorecard-editor-page .scorecard-editor__player-name--derived {
  color: var(--scorecard-editor-muted);
}

/* line 6938, app/assets/stylesheets/ezgl.scss */
#editScorecardModal.scorecard-editor-page .scorecard-editor__player-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 34px;
  margin: 0 !important;
  float: none !important;
  border-radius: 6px;
  font-size: 12px !important;
  font-weight: 800;
}

/* line 6951, app/assets/stylesheets/ezgl.scss */
#editScorecardModal.scorecard-editor-page .scorecard-editor__status {
  margin-top: 8px;
  color: var(--scorecard-editor-muted);
}

/* line 6956, app/assets/stylesheets/ezgl.scss */
#editScorecardModal.scorecard-editor-page .scorecard-editor__toggle {
  gap: 8px;
  margin-top: 12px;
}

/* line 6961, app/assets/stylesheets/ezgl.scss */
#editScorecardModal.scorecard-editor-page .scorecard-editor__toggle span {
  color: var(--scorecard-editor-muted);
  font-weight: 800;
  letter-spacing: 0.08em;
}

/* line 6967, app/assets/stylesheets/ezgl.scss */
#editScorecardModal.scorecard-editor-page .scorecard-editor__select,
#editScorecardModal.scorecard-editor-page input[type="number"] {
  min-height: 34px;
  border: 1px solid var(--scorecard-editor-border);
  border-radius: 6px;
  color: var(--scorecard-editor-ink);
  font-weight: 700;
  box-shadow: none;
}

/* line 6977, app/assets/stylesheets/ezgl.scss */
#editScorecardModal.scorecard-editor-page .dot {
  background-color: var(--scorecard-editor-accent) !important;
}

/* line 6981, app/assets/stylesheets/ezgl.scss */
#editScorecardModal.scorecard-editor-page .scorecard-editor-page__action-bar {
  position: sticky;
  bottom: 0;
  z-index: 5;
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  max-width: var(--scorecard-editor-max-width);
  margin: 0 auto;
  padding: 18px 28px;
  border-top: 1px solid var(--scorecard-editor-border);
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(10px);
}

/* line 6996, app/assets/stylesheets/ezgl.scss */
#editScorecardModal.scorecard-editor-page .scorecard-editor-page__action-bar .ezgl-button {
  min-height: 38px;
  margin: 0;
  border-radius: 6px;
  font-size: 14px !important;
  font-weight: 700;
  line-height: 1;
}

/* line 7005, app/assets/stylesheets/ezgl.scss */
#editScorecardModal.scorecard-editor-page .scorecard-editor-page__primary-action {
  padding-right: 18px;
  padding-left: 18px;
}

/* line 7010, app/assets/stylesheets/ezgl.scss */
#editScorecardModal.scorecard-editor-page .scorecard-editor-page__secondary-action {
  border: 1px solid rgba(31, 51, 42, 0.16);
  background: #ffffff;
  color: var(--scorecard-editor-ink);
}

/* line 7016, app/assets/stylesheets/ezgl.scss */
#editScorecardModal.scorecard-editor-page .scorecard-editor-page__secondary-action:hover,
#editScorecardModal.scorecard-editor-page .scorecard-editor-page__secondary-action:focus {
  border-color: rgba(0, 122, 88, 0.3);
  background: rgba(0, 122, 88, 0.08);
  color: var(--scorecard-editor-ink);
}

/* line 7024, app/assets/stylesheets/ezgl.scss */
.tournament-modal__header {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

/* line 7030, app/assets/stylesheets/ezgl.scss */
.tournament-modal__subtitle {
  margin: 0;
  max-width: 680px;
  font-size: 15px;
  color: #666666;
}

/* line 7037, app/assets/stylesheets/ezgl.scss */
.tournament-modal .selectize-control.ezgl-form-input,
.scoring-groups-editor .selectize-control.ezgl-form-input {
  padding: 0;
  border: 0;
  background: transparent;
  color: #212529;
}

/* line 7045, app/assets/stylesheets/ezgl.scss */
.tournament-modal .selectize-control.ezgl-form-input .selectize-input,
.scoring-groups-editor .selectize-control.ezgl-form-input .selectize-input {
  padding: 6px 12px;
  border-color: #cccccc;
  color: #333333;
  font-size: 16px;
  line-height: 20px;
}

/* line 7054, app/assets/stylesheets/ezgl.scss */
.tournament-modal .selectize-control.ezgl-form-input .selectize-input input,
.scoring-groups-editor .selectize-control.ezgl-form-input .selectize-input input {
  margin: 0;
  color: #333333;
  font-size: 16px;
  line-height: 20px;
}

/* line 7062, app/assets/stylesheets/ezgl.scss */
.tournament-modal .tournament-data-table th:first-child,
.tournament-modal .tournament-data-table td:first-child,
.scoring-groups-editor .tournament-data-table th:first-child,
.scoring-groups-editor .tournament-data-table td:first-child {
  padding-left: 48px !important;
  padding-right: 0 !important;
  text-align: left;
}

/* line 7071, app/assets/stylesheets/ezgl.scss */
.tournament-modal__toolbar {
  margin-bottom: 24px !important;
}

/* line 7075, app/assets/stylesheets/ezgl.scss */
.tournament-details-drawer .scoring-rules-editor__toolbar-row {
  padding: 24px 32px 0;
}

/* line 7079, app/assets/stylesheets/ezgl.scss */
.scoring-rules-editor__jump-list {
  padding: 0 32px 20px;
}

/* line 7083, app/assets/stylesheets/ezgl.scss */
.scoring-rules-editor__jump-list[hidden] {
  display: none;
}

/* line 7087, app/assets/stylesheets/ezgl.scss */
.scoring-rules-editor__jump-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

/* line 7093, app/assets/stylesheets/ezgl.scss */
.scoring-rules-editor__jump-label {
  margin: 0 0 8px;
  color: #587166;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1;
  text-transform: uppercase;
}

/* line 7103, app/assets/stylesheets/ezgl.scss */
.scoring-rules-editor__jump-link {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 12px;
  border: 1px solid rgba(32, 64, 48, 0.16);
  border-radius: 999px;
  color: #204030;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  background: #fffef9;
}

/* line 7117, app/assets/stylesheets/ezgl.scss */
.scoring-rules-editor__jump-link:hover,
.scoring-rules-editor__jump-link:focus {
  color: #173122;
  border-color: rgba(138, 106, 23, 0.28);
  background: rgba(255, 221, 36, 0.18);
}

/* line 7124, app/assets/stylesheets/ezgl.scss */
.scoring-rules-editor__toolbar-row .tournament-modal__toolbar {
  display: inline-flex;
  float: none;
}

/* line 7129, app/assets/stylesheets/ezgl.scss */
.scoring-rules-editor__cards {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

/* line 7135, app/assets/stylesheets/ezgl.scss */
.scoring-rules-editor__cards > .ezgl-row {
  margin-top: 48px;
  margin-bottom: 48px;
}

/* line 7140, app/assets/stylesheets/ezgl.scss */
.scoring-rule-card__panel {
  border: 1px solid #e8e8e8;
  border-radius: 16px;
  scroll-margin-top: 20px;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.04);
}

/* line 7146, app/assets/stylesheets/ezgl.scss */
.scoring-rule-card__panel .ezgl-card-header {
  padding: 20px 24px;
  border-bottom: 1px solid #ececec;
  background: linear-gradient(180deg, #ffffff 0%, #fbfbfb 100%);
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 0;
}

/* line 7155, app/assets/stylesheets/ezgl.scss */
.scoring-rule-card__panel .ezgl-card-body {
  display: flex;
  flex-direction: column;
  gap: 22px;
  padding: 24px;
}

/* line 7163, app/assets/stylesheets/ezgl.scss */
.scoring-rule-card__section {
  padding: 18px 20px;
  border: 1px solid #efefef;
  border-radius: 14px;
  background: #fcfcfc;
}

/* line 7169, app/assets/stylesheets/ezgl.scss */
.scoring-rule-card__section .ezgl-table {
  margin-bottom: 0;
}

/* line 7173, app/assets/stylesheets/ezgl.scss */
.scoring-rule-card__section .ezgl-table th,
.scoring-rule-card__section .ezgl-table td {
  padding: 8px;
}

/* line 7178, app/assets/stylesheets/ezgl.scss */
.scoring-rule-card__section .ezgl-form-input {
  border-color: #dee2e6;
  color: #212529;
}

/* line 7183, app/assets/stylesheets/ezgl.scss */
.scoring-rule-card__section .tournament-details-form__select {
  outline: 0;
  background-image: linear-gradient(45deg, transparent 50%, #666666 50%), linear-gradient(135deg, #666666 50%, transparent 50%), linear-gradient(to right, #dddddd, #dddddd) !important;
}

/* line 7191, app/assets/stylesheets/ezgl.scss */
.scoring-rule-card__section .tournament-details-form__select + svg {
  display: none;
}

/* line 7196, app/assets/stylesheets/ezgl.scss */
.scoring-rule-card__section-header {
  margin-bottom: 14px;
}

/* line 7199, app/assets/stylesheets/ezgl.scss */
.scoring-rule-card__section-header .ezgl-card-title {
  margin-bottom: 4px;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}

/* line 7206, app/assets/stylesheets/ezgl.scss */
.scoring-rule-card__section-header p {
  margin: 0;
  font-size: 14px;
  color: #6c6c6c;
}

/* line 7213, app/assets/stylesheets/ezgl.scss */
.scoring-rule-card__custom-holes {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, max-content));
  gap: 8px 32px;
  align-items: start;
}

/* line 7220, app/assets/stylesheets/ezgl.scss */
.scoring-rule-card__custom-holes-column {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

/* line 7226, app/assets/stylesheets/ezgl.scss */
.scoring-rule-card__custom-hole-option {
  display: block;
  margin: 0;
  white-space: nowrap;
}

/* line 7232, app/assets/stylesheets/ezgl.scss */
.edit-tee-times-header__intro {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

/* line 7237, app/assets/stylesheets/ezgl.scss */
.edit-tee-times-header__intro h2 {
  margin-top: 0;
}

/* line 7242, app/assets/stylesheets/ezgl.scss */
.edit-tee-times-header__eyebrow,
.edit-tee-times-pane__eyebrow {
  margin: 0;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #00a877;
}

/* line 7252, app/assets/stylesheets/ezgl.scss */
.edit-tee-times-header__summary {
  margin: 0;
  max-width: 520px;
  color: #666666;
}

/* line 7258, app/assets/stylesheets/ezgl.scss */
.edit-tee-times-header__actions {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 10px;
}

/* line 7266, app/assets/stylesheets/ezgl.scss */
.edit-tee-times-pane__heading {
  margin-bottom: 14px;
}

/* line 7269, app/assets/stylesheets/ezgl.scss */
.edit-tee-times-pane__heading h3 {
  margin: 4px 0 0;
  font-size: 22px;
  font-weight: 700;
}

/* line 7276, app/assets/stylesheets/ezgl.scss */
.edit-tee-times-left-content > .edit-tee-times-pane__heading {
  padding-left: 18px;
}

/* line 7280, app/assets/stylesheets/ezgl.scss */
.edit-tee-times-pane__filter {
  padding: 0 18px 14px;
}

/* line 7283, app/assets/stylesheets/ezgl.scss */
.edit-tee-times-pane__filter .ezgl-form-input {
  border-color: #d9d9d9;
  border-radius: 999px;
  box-shadow: none;
  font-size: 14px;
}

/* line 7290, app/assets/stylesheets/ezgl.scss */
.edit-tee-times-pane__filter .ezgl-form-input::placeholder {
  color: #8a8a8a;
}

/* line 7295, app/assets/stylesheets/ezgl.scss */
.edit-tee-times-pane__heading--tight {
  padding: 6px 4px 0;
}

/* line 7299, app/assets/stylesheets/ezgl.scss */
.tournament-editor-card {
  margin-bottom: 18px;
  padding: 16px 18px 18px;
  border: 1px solid #e8e8e8;
  border-radius: 16px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfbfb 100%);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.04);
}

/* line 7308, app/assets/stylesheets/ezgl.scss */
.tournament-editor-card__header {
  margin-bottom: 12px;
}

/* line 7312, app/assets/stylesheets/ezgl.scss */
.tournament-editor-card__body {
  row-gap: 12px;
}

/* line 7316, app/assets/stylesheets/ezgl.scss */
.tournament-editor-card__delete {
  background: transparent;
  border: 0;
  color: #8a8a8a;
}

/* line 7322, app/assets/stylesheets/ezgl.scss */
#edit-tee-times.tee-time-editor-page {
  --tee-editor-ink: #1f332a;
  --tee-editor-muted: #68776f;
  --tee-editor-border: #e1e8e3;
  --tee-editor-surface: #f7faf6;
  --tee-editor-accent: #007a58;
  overflow: visible;
  border: 1px solid var(--tee-editor-border);
  border-radius: 10px;
  background: var(--tee-editor-surface);
  box-shadow: 0 24px 60px rgba(31, 51, 42, 0.08);
}

/* line 7335, app/assets/stylesheets/ezgl.scss */
#edit-tee-times.tee-time-editor-page .edit-tee-times-header {
  padding: 0;
  border-bottom: 1px solid var(--tee-editor-border);
  background: #ffffff;
}

/* line 7341, app/assets/stylesheets/ezgl.scss */
#edit-tee-times.tee-time-editor-page .tee-time-editor-page__header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  max-width: 1280px;
  min-height: 76px;
  margin: 0 auto;
  padding: 18px 28px;
}

/* line 7352, app/assets/stylesheets/ezgl.scss */
#edit-tee-times.tee-time-editor-page .edit-tee-times-header__intro {
  gap: 5px;
}

/* line 7356, app/assets/stylesheets/ezgl.scss */
#edit-tee-times.tee-time-editor-page .tee-time-editor-page__round-link {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  gap: 6px;
  margin-bottom: 6px;
  color: var(--tee-editor-accent);
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
}

/* line 7370, app/assets/stylesheets/ezgl.scss */
#edit-tee-times.tee-time-editor-page .tee-time-editor-page__round-link:hover,
#edit-tee-times.tee-time-editor-page .tee-time-editor-page__round-link:focus {
  color: var(--tee-editor-ink);
  text-decoration: none;
}

/* line 7376, app/assets/stylesheets/ezgl.scss */
#edit-tee-times.tee-time-editor-page .edit-tee-times-header__intro h2 {
  color: var(--tee-editor-ink);
  font-size: 26px;
  line-height: 1.1;
}

/* line 7382, app/assets/stylesheets/ezgl.scss */
#edit-tee-times.tee-time-editor-page .edit-tee-times-header__eyebrow,
#edit-tee-times.tee-time-editor-page .edit-tee-times-pane__eyebrow {
  color: var(--tee-editor-accent);
  letter-spacing: 0.14em;
}

/* line 7388, app/assets/stylesheets/ezgl.scss */
#edit-tee-times.tee-time-editor-page .edit-tee-times-header__summary {
  color: var(--tee-editor-muted);
  font-size: 14px;
  line-height: 1.45;
}

/* line 7394, app/assets/stylesheets/ezgl.scss */
#edit-tee-times.tee-time-editor-page .edit-tee-times-header__actions {
  align-items: center;
  flex: 0 0 auto;
  gap: 8px;
}

/* line 7400, app/assets/stylesheets/ezgl.scss */
#edit-tee-times.tee-time-editor-page .edit-tee-times-header .ezgl-button,
#edit-tee-times.tee-time-editor-page .tee-time-editor-page__action-bar .ezgl-button {
  min-height: 38px;
  margin: 0;
  border-radius: 6px;
  font-size: 14px !important;
  font-weight: 700;
  line-height: 1;
}

/* line 7410, app/assets/stylesheets/ezgl.scss */
#edit-tee-times.tee-time-editor-page .tee-time-editor-page__primary-action {
  padding-right: 18px;
  padding-left: 18px;
}

/* line 7415, app/assets/stylesheets/ezgl.scss */
#edit-tee-times.tee-time-editor-page .tee-time-editor-page__secondary-action,
#edit-tee-times.tee-time-editor-page .tee-time-editor-page__danger-action {
  border: 1px solid rgba(31, 51, 42, 0.16);
  background: #ffffff;
  color: var(--tee-editor-ink);
}

/* line 7422, app/assets/stylesheets/ezgl.scss */
#edit-tee-times.tee-time-editor-page .tee-time-editor-page__secondary-action:hover,
#edit-tee-times.tee-time-editor-page .tee-time-editor-page__secondary-action:focus {
  border-color: rgba(0, 122, 88, 0.3);
  background: rgba(0, 122, 88, 0.08);
  color: var(--tee-editor-ink);
}

/* line 7429, app/assets/stylesheets/ezgl.scss */
#edit-tee-times.tee-time-editor-page .tee-time-editor-page__danger-action {
  border-color: rgba(185, 28, 28, 0.22);
  color: #9f1d1d;
}

/* line 7434, app/assets/stylesheets/ezgl.scss */
#edit-tee-times.tee-time-editor-page .tee-time-editor-page__danger-action:hover,
#edit-tee-times.tee-time-editor-page .tee-time-editor-page__danger-action:focus {
  background: rgba(185, 28, 28, 0.08);
  color: #7f1d1d;
}

/* line 7440, app/assets/stylesheets/ezgl.scss */
#edit-tee-times.tee-time-editor-page .edit-tee-times-content {
  max-width: 1280px;
  margin: 0 auto;
  padding: 28px;
}

/* line 7446, app/assets/stylesheets/ezgl.scss */
#edit-tee-times.tee-time-editor-page .tee-time-editor-page__workspace {
  display: flex;
  align-items: flex-start;
  gap: 28px;
}

/* line 7452, app/assets/stylesheets/ezgl.scss */
#edit-tee-times.tee-time-editor-page .edit-tee-times-left-content {
  position: sticky;
  top: 24px;
  flex: 0 0 340px;
  max-height: calc(100vh - 48px);
  border: 1px solid var(--tee-editor-border);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 12px 28px rgba(31, 51, 42, 0.05);
}

/* line 7463, app/assets/stylesheets/ezgl.scss */
#edit-tee-times.tee-time-editor-page .tee-time-editor-page__main {
  flex: 1 1 auto;
  min-width: 0;
}

/* line 7468, app/assets/stylesheets/ezgl.scss */
#edit-tee-times.tee-time-editor-page .edit-tee-times-right-content {
  max-height: none;
  padding: 0;
  overflow: visible;
}

/* line 7474, app/assets/stylesheets/ezgl.scss */
#edit-tee-times.tee-time-editor-page .tee-time-editor-page__main-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
}

/* line 7482, app/assets/stylesheets/ezgl.scss */
#edit-tee-times.tee-time-editor-page .edit-tee-times-pane__heading {
  margin: 0;
}

/* line 7486, app/assets/stylesheets/ezgl.scss */
#edit-tee-times.tee-time-editor-page .edit-tee-times-pane__heading h3 {
  color: var(--tee-editor-ink);
  font-size: 22px;
  line-height: 1.2;
}

/* line 7492, app/assets/stylesheets/ezgl.scss */
#edit-tee-times.tee-time-editor-page .edit-tee-times-left-content > .edit-tee-times-pane__heading {
  padding: 20px 20px 12px;
}

/* line 7496, app/assets/stylesheets/ezgl.scss */
#edit-tee-times.tee-time-editor-page .edit-tee-times-pane__filter {
  padding: 0 20px 16px;
}

/* line 7500, app/assets/stylesheets/ezgl.scss */
#edit-tee-times.tee-time-editor-page .edit-tee-times-pane__filter .ezgl-form-input {
  height: 38px;
  border-color: var(--tee-editor-border);
  border-radius: 6px;
  color: var(--tee-editor-ink);
}

/* line 7507, app/assets/stylesheets/ezgl.scss */
#edit-tee-times.tee-time-editor-page .edit-tee-times-left-content-style {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 0 20px 24px;
}

/* line 7514, app/assets/stylesheets/ezgl.scss */
#edit-tee-times.tee-time-editor-page .tee-time-widget {
  padding: 0;
}

/* line 7518, app/assets/stylesheets/ezgl.scss */
#edit-tee-times.tee-time-editor-page .ezgl-media {
  display: flex;
  align-items: center;
  gap: 12px;
}

/* line 7524, app/assets/stylesheets/ezgl.scss */
#edit-tee-times.tee-time-editor-page .edit-tee-times-left-content .ezgl-media,
#edit-tee-times.tee-time-editor-page .edit-tee-times-right-content .ezgl-media {
  min-height: 66px;
  margin: 0;
  padding: 10px 12px;
  border: 1px solid var(--tee-editor-border);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 1px 0 rgba(31, 51, 42, 0.03);
}

/* line 7535, app/assets/stylesheets/ezgl.scss */
#edit-tee-times.tee-time-editor-page .edit-tee-times-left-content .ezgl-media:hover,
#edit-tee-times.tee-time-editor-page .edit-tee-times-right-content .ezgl-media:hover {
  border-color: rgba(0, 122, 88, 0.28);
  box-shadow: 0 8px 20px rgba(31, 51, 42, 0.08);
}

/* line 7541, app/assets/stylesheets/ezgl.scss */
#edit-tee-times.tee-time-editor-page .edit-tee-times-left-content .ezgl-media img,
#edit-tee-times.tee-time-editor-page .edit-tee-times-right-content .ezgl-media img {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  object-fit: cover;
}

/* line 7549, app/assets/stylesheets/ezgl.scss */
#edit-tee-times.tee-time-editor-page .edit-tee-times-left-content .ezgl-media h2,
#edit-tee-times.tee-time-editor-page .edit-tee-times-right-content .ezgl-media h2 {
  margin: 0;
  color: var(--tee-editor-ink);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.25;
}

/* line 7558, app/assets/stylesheets/ezgl.scss */
#edit-tee-times.tee-time-editor-page .tournament-editor-card {
  margin-bottom: 18px;
  padding: 16px;
  border-color: var(--tee-editor-border);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 14px 32px rgba(31, 51, 42, 0.06);
}

/* line 7567, app/assets/stylesheets/ezgl.scss */
#edit-tee-times.tee-time-editor-page .tournament-editor-card__header {
  display: flex;
  align-items: flex-end;
  gap: 12px;
  margin-bottom: 14px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--tee-editor-border);
}

/* line 7576, app/assets/stylesheets/ezgl.scss */
#edit-tee-times.tee-time-editor-page .tee-time-editor-card__field {
  display: flex;
  flex: 0 1 190px;
  flex-direction: column;
  gap: 6px;
  margin: 0;
}

/* line 7584, app/assets/stylesheets/ezgl.scss */
#edit-tee-times.tee-time-editor-page .tee-time-editor-card__field span {
  color: var(--tee-editor-muted);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1;
  text-transform: uppercase;
}

/* line 7593, app/assets/stylesheets/ezgl.scss */
#edit-tee-times.tee-time-editor-page .editTeeTimeText {
  width: 100%;
}

/* line 7597, app/assets/stylesheets/ezgl.scss */
#edit-tee-times.tee-time-editor-page .edit-tee-times-right-content .heading-style input,
#edit-tee-times.tee-time-editor-page .edit-tee-times-right-content .heading-style select {
  height: 38px;
  padding: 7px 10px;
  border: 1px solid var(--tee-editor-border);
  border-radius: 6px;
  color: var(--tee-editor-ink);
  font-size: 15px;
  font-weight: 700;
  box-shadow: none;
}

/* line 7609, app/assets/stylesheets/ezgl.scss */
#edit-tee-times.tee-time-editor-page .tournament-editor-card__delete {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin-left: auto;
  border: 1px solid rgba(185, 28, 28, 0.18);
  border-radius: 6px;
  color: #a33a3a;
}

/* line 7621, app/assets/stylesheets/ezgl.scss */
#edit-tee-times.tee-time-editor-page .tournament-editor-card__delete:hover,
#edit-tee-times.tee-time-editor-page .tournament-editor-card__delete:focus {
  background: rgba(185, 28, 28, 0.08);
  color: #7f1d1d;
}

/* line 7627, app/assets/stylesheets/ezgl.scss */
#edit-tee-times.tee-time-editor-page .drag-player-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  width: 100%;
  margin: 0;
}

/* line 7635, app/assets/stylesheets/ezgl.scss */
#edit-tee-times.tee-time-editor-page .drag-player-row .ezgl-col-md-6,
#edit-tee-times.tee-time-editor-page .drag-player-row .drag-player-box {
  width: auto;
  max-width: none;
  padding: 0;
  flex: none;
}

/* line 7643, app/assets/stylesheets/ezgl.scss */
#edit-tee-times.tee-time-editor-page .drag-player-row .drag-player {
  min-height: 66px;
  height: 100%;
  border: 1px dashed rgba(31, 51, 42, 0.22);
  border-radius: 8px;
  background: rgba(247, 250, 246, 0.9);
}

/* line 7651, app/assets/stylesheets/ezgl.scss */
#edit-tee-times.tee-time-editor-page .drag-player-row .drag-player p,
#edit-tee-times.tee-time-editor-page .drag-player-row .drag-player a {
  color: var(--tee-editor-muted);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
}

/* line 7659, app/assets/stylesheets/ezgl.scss */
#edit-tee-times.tee-time-editor-page .delete-scoring-rule {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  margin: 0 0 0 auto;
  padding: 0 !important;
  border-color: rgba(31, 51, 42, 0.16);
  border-radius: 50%;
  color: var(--tee-editor-muted);
}

/* line 7672, app/assets/stylesheets/ezgl.scss */
#edit-tee-times.tee-time-editor-page .edit-tee-times-content .delete-scoring-rule {
  margin-top: 0;
}

/* line 7676, app/assets/stylesheets/ezgl.scss */
#edit-tee-times.tee-time-editor-page .delete-scoring-rule::before {
  color: currentColor;
  font-size: 12px;
}

/* line 7681, app/assets/stylesheets/ezgl.scss */
#edit-tee-times.tee-time-editor-page .place-indicator {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 24px;
  height: 24px;
  margin: 0;
  background: var(--tee-editor-accent) !important;
  font-size: 12px;
}

/* line 7692, app/assets/stylesheets/ezgl.scss */
#edit-tee-times.tee-time-editor-page .addTeeTimeGreyBtn {
  min-height: 38px;
  height: auto;
  margin: 0;
  padding: 9px 14px;
  border: 1px solid rgba(31, 51, 42, 0.16);
  border-radius: 6px;
  background: #ffffff;
  color: var(--tee-editor-ink);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.1;
  text-transform: uppercase;
}

/* line 7708, app/assets/stylesheets/ezgl.scss */
#edit-tee-times.tee-time-editor-page .addTeeTimeGreyBtn span,
#edit-tee-times.tee-time-editor-page .addTeeTimeGreyBtn p {
  margin: 0;
  color: inherit;
}

/* line 7714, app/assets/stylesheets/ezgl.scss */
#edit-tee-times.tee-time-editor-page .addTeeTimeGreyBtn:hover,
#edit-tee-times.tee-time-editor-page .addTeeTimeGreyBtn:focus {
  border-color: rgba(0, 122, 88, 0.26);
  background: rgba(0, 122, 88, 0.08);
  color: var(--tee-editor-ink);
}

/* line 7721, app/assets/stylesheets/ezgl.scss */
#edit-tee-times.tee-time-editor-page .tournament-editor-card > .addTeeTimeGreyBtn {
  width: 100%;
  margin-top: 14px;
  justify-content: center;
}

/* line 7727, app/assets/stylesheets/ezgl.scss */
#edit-tee-times.tee-time-editor-page .tee-time-editor-page__action-bar {
  position: sticky;
  bottom: 0;
  z-index: 5;
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  max-width: 1280px;
  margin: 0 auto;
  padding: 16px 28px;
  border-top: 1px solid var(--tee-editor-border);
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 -12px 28px rgba(15, 23, 42, 0.06);
  backdrop-filter: blur(10px);
}

/* line 7747, app/assets/stylesheets/ezgl.scss */
#edit-tee-times.team-matchup-editor-page .edit-tee-times-left-content .team-drag-item {
  position: relative;
  padding-left: 58px;
}

/* line 7752, app/assets/stylesheets/ezgl.scss */
#edit-tee-times.team-matchup-editor-page .edit-tee-times-left-content .team-drag-item::before {
  position: absolute;
  left: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(0, 122, 88, 0.1);
  color: var(--tee-editor-accent);
  content: "T";
  font-size: 13px;
  font-weight: 800;
}

/* line 7768, app/assets/stylesheets/ezgl.scss */
#edit-tee-times.team-matchup-editor-page .team-matchup-editor-card__title {
  color: var(--tee-editor-ink);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.2;
}

/* line 7775, app/assets/stylesheets/ezgl.scss */
#edit-tee-times.team-matchup-editor-page .tournament-editor-card__header {
  align-items: center;
}

/* line 7779, app/assets/stylesheets/ezgl.scss */
#edit-tee-times.team-matchup-editor-page .tournament-editor-card__body {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
}

/* line 7786, app/assets/stylesheets/ezgl.scss */
#edit-tee-times.team-matchup-editor-page .team-container,
#edit-tee-times.team-matchup-editor-page .drag-team-row {
  width: auto;
  max-width: none;
  padding: 0;
  flex: none;
}

/* line 7794, app/assets/stylesheets/ezgl.scss */
#edit-tee-times.team-matchup-editor-page .team-container {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 0;
  margin: 0;
  border: 1px solid var(--tee-editor-border);
  border-radius: 8px;
  background: #ffffff;
}

/* line 7805, app/assets/stylesheets/ezgl.scss */
#edit-tee-times.team-matchup-editor-page .team-name {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px;
  border-bottom: 1px solid var(--tee-editor-border);
  color: var(--tee-editor-ink);
  text-transform: none;
}

/* line 7816, app/assets/stylesheets/ezgl.scss */
#edit-tee-times.team-matchup-editor-page .team-name h4 {
  margin: 0;
  color: var(--tee-editor-ink);
  font-size: 16px;
  font-weight: 800;
  line-height: 1.2;
}

/* line 7824, app/assets/stylesheets/ezgl.scss */
#edit-tee-times.team-matchup-editor-page .team-name p {
  margin: 4px 0 0;
  color: var(--tee-editor-muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
}

/* line 7834, app/assets/stylesheets/ezgl.scss */
#edit-tee-times.team-matchup-editor-page .team-name .tournament-editor-card__delete {
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  margin-left: 0;
}

/* line 7841, app/assets/stylesheets/ezgl.scss */
#edit-tee-times.team-matchup-editor-page .team-players {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 0 14px 14px;
}

/* line 7848, app/assets/stylesheets/ezgl.scss */
#edit-tee-times.team-matchup-editor-page .team-players > .team-player {
  flex: 0 0 auto;
  width: 100%;
  max-width: none;
  padding: 0;
}

/* line 7855, app/assets/stylesheets/ezgl.scss */
#edit-tee-times.team-matchup-editor-page .team-player .ezgl-media {
  min-height: 58px;
  padding: 9px 11px;
  border-color: var(--tee-editor-border);
  border-radius: 7px;
  background: var(--tee-editor-surface);
}

/* line 7863, app/assets/stylesheets/ezgl.scss */
#edit-tee-times.team-matchup-editor-page .team-player .ezgl-media.playing {
  border-color: rgba(0, 122, 88, 0.3);
  background: rgba(0, 122, 88, 0.08);
}

/* line 7868, app/assets/stylesheets/ezgl.scss */
#edit-tee-times.team-matchup-editor-page .team-player .ezgl-media-body h2 {
  margin: 0 0 3px;
  font-size: 14px;
}

/* line 7873, app/assets/stylesheets/ezgl.scss */
#edit-tee-times.team-matchup-editor-page .team-player .ezgl-media-body p.team-player {
  margin: 0;
  padding: 0;
  color: var(--tee-editor-muted);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
}

/* line 7882, app/assets/stylesheets/ezgl.scss */
#edit-tee-times.team-matchup-editor-page .place-indicator {
  flex: 0 0 auto;
}

/* line 7886, app/assets/stylesheets/ezgl.scss */
#edit-tee-times.team-matchup-editor-page .drag-team-box {
  height: 100%;
  padding: 0;
}

/* line 7891, app/assets/stylesheets/ezgl.scss */
#edit-tee-times.team-matchup-editor-page .drag-team {
  min-height: 100%;
  padding: 28px 18px;
  border: 1px dashed rgba(31, 51, 42, 0.24);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
}

/* line 7899, app/assets/stylesheets/ezgl.scss */
#edit-tee-times.team-matchup-editor-page .drag-team p,
#edit-tee-times.team-matchup-editor-page .drag-team a {
  margin: 0;
  color: var(--tee-editor-muted);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

/* line 7911, app/assets/stylesheets/ezgl.scss */
#edit-tee-times.league-season-teams-editor-page .league-season-team-card__name {
  flex-basis: 360px;
}

/* line 7915, app/assets/stylesheets/ezgl.scss */
#edit-tee-times.league-season-teams-editor-page .tournament-editor-card__header {
  align-items: flex-end;
}

/* line 7919, app/assets/stylesheets/ezgl.scss */
#edit-tee-times.league-season-teams-editor-page .league-season-team-card__warning {
  margin: 0 0 14px;
  padding: 10px 12px;
  border: 1px solid rgba(185, 28, 28, 0.18);
  border-radius: 7px;
  background: rgba(185, 28, 28, 0.07);
  color: #8f1d1d;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
}

/* line 7933, app/assets/stylesheets/ezgl.scss */
#edit-tee-times.league-season-scoring-groups-editor-page .league-season-scoring-group-card__name {
  flex-basis: 360px;
}

/* line 7937, app/assets/stylesheets/ezgl.scss */
#edit-tee-times.league-season-scoring-groups-editor-page .tournament-editor-card__header {
  align-items: flex-end;
}

@media (max-width: 991px) {
  /* line 7944, app/assets/stylesheets/ezgl.scss */
  #edit-tee-times.tee-time-editor-page .tee-time-editor-page__header-inner,
#edit-tee-times.tee-time-editor-page .tee-time-editor-page__workspace,
#edit-tee-times.tee-time-editor-page .tee-time-editor-page__main-heading,
#edit-tee-times.tee-time-editor-page .tournament-editor-card__header {
    flex-direction: column;
    align-items: stretch;
  }
  /* line 7952, app/assets/stylesheets/ezgl.scss */
  #edit-tee-times.tee-time-editor-page .edit-tee-times-header__actions {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  /* line 7957, app/assets/stylesheets/ezgl.scss */
  #edit-tee-times.tee-time-editor-page .tee-time-editor-page__action-bar {
    align-items: stretch;
    flex-direction: column-reverse;
    padding: 14px 20px;
  }
  /* line 7963, app/assets/stylesheets/ezgl.scss */
  #edit-tee-times.tee-time-editor-page .edit-tee-times-content {
    padding: 20px;
  }
  /* line 7967, app/assets/stylesheets/ezgl.scss */
  #edit-tee-times.tee-time-editor-page .edit-tee-times-left-content {
    position: static;
    flex-basis: auto;
    width: 100%;
    max-height: none;
  }
  /* line 7974, app/assets/stylesheets/ezgl.scss */
  #edit-tee-times.tee-time-editor-page .drag-player-row {
    grid-template-columns: 1fr;
  }
  /* line 7978, app/assets/stylesheets/ezgl.scss */
  #edit-tee-times.tee-time-editor-page .tee-time-editor-card__field {
    flex-basis: auto;
  }
  /* line 7982, app/assets/stylesheets/ezgl.scss */
  #edit-tee-times.tee-time-editor-page .tournament-editor-card__delete {
    margin-left: 0;
  }
  /* line 7988, app/assets/stylesheets/ezgl.scss */
  #edit-tee-times.team-matchup-editor-page .tournament-editor-card__body {
    grid-template-columns: 1fr;
  }
}

/* line 7994, app/assets/stylesheets/ezgl.scss */
.wizard-game-types__remove {
  min-width: 88px;
}

@media (max-width: 991px) {
  /* line 7999, app/assets/stylesheets/ezgl.scss */
  .tournament-card .tournament-card__header {
    flex-direction: column;
    align-items: stretch;
  }
  /* line 8003, app/assets/stylesheets/ezgl.scss */
  .tournament-card .tournament-card__header .ezgl-button {
    margin: 0 24px 24px;
    align-self: flex-start;
  }
  /* line 8009, app/assets/stylesheets/ezgl.scss */
  .tournament-card__days {
    flex-direction: column;
    padding-right: 24px;
    padding-left: 24px;
  }
  /* line 8015, app/assets/stylesheets/ezgl.scss */
  .tournament-card__days-list {
    justify-content: flex-start;
  }
  /* line 8019, app/assets/stylesheets/ezgl.scss */
  .tournament-tabs-header {
    flex-direction: column;
    align-items: stretch;
  }
  /* line 8024, app/assets/stylesheets/ezgl.scss */
  .tournament-tabs-header .ezgl-nav {
    flex-wrap: wrap;
    gap: 14px;
  }
  /* line 8029, app/assets/stylesheets/ezgl.scss */
  .tournament-tabs-header__actions,
.tournament-tabs-header__button {
    width: 100%;
  }
  /* line 8034, app/assets/stylesheets/ezgl.scss */
  .tournament-action-link {
    width: 100%;
  }
  /* line 8038, app/assets/stylesheets/ezgl.scss */
  .scorecard-editor__actions {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}

@media (max-width: 768px) {
  /* line 8045, app/assets/stylesheets/ezgl.scss */
  .tournaments-index__season-heading {
    gap: 10px;
  }
  /* line 8049, app/assets/stylesheets/ezgl.scss */
  .tournaments-index__notice {
    padding: 22px 20px;
  }
  /* line 8052, app/assets/stylesheets/ezgl.scss */
  .tournaments-index__notice h2 {
    font-size: 24px;
  }
  /* line 8057, app/assets/stylesheets/ezgl.scss */
  .tournaments-card-slider-top__meta {
    flex-direction: column;
    align-items: flex-start;
  }
  /* line 8061, app/assets/stylesheets/ezgl.scss */
  .tournaments-card-slider-top__meta p {
    max-width: 100%;
  }
  /* line 8066, app/assets/stylesheets/ezgl.scss */
  .tournaments-card-slider-top__body {
    right: 16px;
    left: 16px;
  }
  /* line 8071, app/assets/stylesheets/ezgl.scss */
  .tournaments-card-slider-top h2 {
    max-width: 100%;
    font-size: 28px;
    line-height: 1.2;
  }
  /* line 8077, app/assets/stylesheets/ezgl.scss */
  .tournaments-card-footer__players {
    justify-content: flex-start;
    margin-top: 16px;
  }
  /* line 8082, app/assets/stylesheets/ezgl.scss */
  .tournament-show__title-row {
    align-items: flex-start;
  }
  /* line 8086, app/assets/stylesheets/ezgl.scss */
  .tournament-show__settings-label {
    display: none;
  }
  /* line 8090, app/assets/stylesheets/ezgl.scss */
  .tournament-show__settings-trigger {
    padding: 7px 9px;
  }
  /* line 8094, app/assets/stylesheets/ezgl.scss */
  .tournament-show__settings .ezgl-dropdown-menu {
    min-width: 240px;
  }
  /* line 8098, app/assets/stylesheets/ezgl.scss */
  .tournament-data-table td,
.tournament-data-table th {
    font-size: 14px !important;
  }
  /* line 8103, app/assets/stylesheets/ezgl.scss */
  .tournament-data-table__action {
    text-align: left;
  }
  /* line 8107, app/assets/stylesheets/ezgl.scss */
  .handicap-list__name-column {
    min-width: 180px;
  }
  /* line 8111, app/assets/stylesheets/ezgl.scss */
  .handicap-list__table .handicap-list__name-column {
    min-width: 180px;
    width: 180px;
  }
  /* line 8116, app/assets/stylesheets/ezgl.scss */
  .edit-tee-times-header__actions {
    justify-content: flex-start;
    margin-top: 18px;
  }
  /* line 8121, app/assets/stylesheets/ezgl.scss */
  .edit-tee-times-pane__heading h3 {
    font-size: 18px;
  }
  /* line 8125, app/assets/stylesheets/ezgl.scss */
  .tournament-editor-card {
    padding: 14px;
  }
  /* line 8129, app/assets/stylesheets/ezgl.scss */
  .scoring-rule-card__panel .ezgl-card-body {
    padding: 18px;
  }
  /* line 8133, app/assets/stylesheets/ezgl.scss */
  .scoring-rule-card__section {
    padding: 16px;
  }
}

/* line 8138, app/assets/stylesheets/ezgl.scss */
.tournament-create-launcher {
  display: inline-flex;
  align-items: stretch;
  vertical-align: middle;
  box-shadow: 0 16px 34px rgba(138, 106, 23, 0.18);
}

/* line 8145, app/assets/stylesheets/ezgl.scss */
.tournament-create-launcher > .ezgl-button {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}

/* line 8154, app/assets/stylesheets/ezgl.scss */
.tournament-create-launcher > .ezgl-button--primary {
  border-color: #ffdd24 !important;
}

/* line 8158, app/assets/stylesheets/ezgl.scss */
.tournament-create-launcher__primary {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  padding-inline: 22px;
}

/* line 8164, app/assets/stylesheets/ezgl.scss */
.tournament-create-launcher__toggle {
  min-width: 52px;
  padding-inline: 16px !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-left-color: transparent !important;
  top: 0 !important;
}

/* line 8173, app/assets/stylesheets/ezgl.scss */
.tournament-create-launcher__toggle::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  bottom: 12px;
  width: 1px;
  background: rgba(87, 78, 11, 0.24);
  box-shadow: 1px 0 0 rgba(255, 247, 191, 0.45);
}

/* line 8184, app/assets/stylesheets/ezgl.scss */
.tournament-create-launcher__toggle::after {
  display: none !important;
}

/* line 8188, app/assets/stylesheets/ezgl.scss */
.tournament-create-launcher__caret {
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid rgba(87, 78, 11, 0.92);
}

/* line 8197, app/assets/stylesheets/ezgl.scss */
.tournament-create-launcher__toggle:hover,
.tournament-create-launcher__toggle:focus,
.ezgl-is-visible > .tournament-create-launcher__toggle {
  background-color: #f4d321 !important;
  border-color: #f4d321 !important;
}

/* line 8204, app/assets/stylesheets/ezgl.scss */
.tournament-create-launcher__toggle:hover::before,
.tournament-create-launcher__toggle:focus::before,
.ezgl-is-visible > .tournament-create-launcher__toggle::before {
  background: rgba(87, 78, 11, 0.34);
}

/* line 8210, app/assets/stylesheets/ezgl.scss */
.tournament-create-launcher__menu {
  min-width: 230px;
  margin-top: 10px !important;
  padding: 8px;
  border: 1px solid rgba(29, 61, 48, 0.12);
  border-radius: 18px;
  background: radial-gradient(circle at top right, rgba(209, 182, 116, 0.18), transparent 36%), linear-gradient(180deg, #fffef9 0%, #f3efe3 100%);
  box-shadow: 0 24px 50px rgba(14, 31, 24, 0.18);
}

/* line 8222, app/assets/stylesheets/ezgl.scss */
.tournament-create-launcher__menu--game-types {
  width: 430px !important;
  min-width: 430px;
  max-width: calc(100vw - 72px) !important;
  max-height: calc(100vh - 180px);
  padding: 14px;
  overflow: auto;
  overflow-x: hidden;
  left: 0 !important;
  right: auto !important;
  transform: none !important;
}

/* line 8235, app/assets/stylesheets/ezgl.scss */
.tournament-create-launcher__menu--game-types.ezgl-is-visible {
  top: 0 !important;
}

/* line 8239, app/assets/stylesheets/ezgl.scss */
.tournament-interview-shell__eyebrow,
.tournament-interview-summary__eyebrow,
.tournament-interview-message__eyebrow {
  margin-bottom: 10px;
  color: #8a6a17;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

/* line 8250, app/assets/stylesheets/ezgl.scss */
.tournament-create-launcher__menu-item,
.tournament-create-launcher__menu-button {
  width: 100%;
  padding: 10px 14px;
  border: 0;
  border-radius: 12px;
  color: #204030;
  font-weight: 600;
  line-height: 1.4;
  text-align: left;
  background: transparent;
}

/* line 8263, app/assets/stylesheets/ezgl.scss */
.tournament-create-launcher__menu--game-types .tournament-create-launcher__menu-item {
  line-height: 1.3;
  overflow-wrap: break-word;
  white-space: normal;
}

/* line 8269, app/assets/stylesheets/ezgl.scss */
.tournament-create-launcher__menu--game-types .ezgl-dropdown-divider {
  margin: 10px 0;
  border-top-color: rgba(29, 61, 48, 0.12);
}

/* line 8274, app/assets/stylesheets/ezgl.scss */
.tournament-create-launcher__menu--game-types .gametype-dropdown-help {
  padding: 8px 14px !important;
}

/* line 8278, app/assets/stylesheets/ezgl.scss */
.tournament-create-launcher__menu-item:hover,
.tournament-create-launcher__menu-item:focus,
.tournament-create-launcher__menu-button:hover,
.tournament-create-launcher__menu-button:focus {
  color: #173122;
  background: rgba(209, 182, 116, 0.2);
}

/* line 8286, app/assets/stylesheets/ezgl.scss */
.tournament-interview-shell h1 {
  color: #183628;
  font-weight: 700;
}

/* line 8291, app/assets/stylesheets/ezgl.scss */
.tournament-interview-shell__header p {
  color: #4f5b55;
  line-height: 1.6;
}

/* line 8296, app/assets/stylesheets/ezgl.scss */
.tournament-create-launcher__menu-form {
  margin: 0;
}

/* line 8300, app/assets/stylesheets/ezgl.scss */
.tournament-interview-page {
  position: relative;
  z-index: 1;
}

/* line 8305, app/assets/stylesheets/ezgl.scss */
.tournament-interview-shell,
.tournament-interview-summary {
  border: 1px solid rgba(28, 58, 45, 0.1);
  border-radius: 24px;
  box-shadow: 0 22px 50px rgba(18, 37, 28, 0.12);
}

/* line 8312, app/assets/stylesheets/ezgl.scss */
.tournament-interview-shell {
  padding: 28px;
  background: linear-gradient(180deg, rgba(250, 249, 244, 0.98) 0%, rgba(255, 255, 255, 0.98) 100%);
}

/* line 8318, app/assets/stylesheets/ezgl.scss */
.tournament-interview-shell__header {
  margin-bottom: 22px;
}

/* line 8322, app/assets/stylesheets/ezgl.scss */
.tournament-interview-thread {
  max-height: 560px;
  min-height: 420px;
  overflow-y: auto;
  padding: 22px;
  border: 1px solid rgba(29, 61, 48, 0.08);
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(244, 240, 230, 0.92) 0%, rgba(255, 255, 255, 0.98) 100%);
}

/* line 8333, app/assets/stylesheets/ezgl.scss */
.tournament-interview-message {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 18px;
}

/* line 8340, app/assets/stylesheets/ezgl.scss */
.tournament-interview-message--user {
  align-items: flex-end;
}

/* line 8344, app/assets/stylesheets/ezgl.scss */
.tournament-interview-message__bubble {
  max-width: 86%;
  padding: 16px 18px;
  border-radius: 18px;
  border-top-left-radius: 6px;
  background: #fffdfa;
  border: 1px solid rgba(29, 61, 48, 0.08);
  color: #20342b;
  line-height: 1.6;
}

/* line 8355, app/assets/stylesheets/ezgl.scss */
.tournament-interview-message__bubble p {
  margin: 0;
}

/* line 8359, app/assets/stylesheets/ezgl.scss */
.tournament-interview-message--user .tournament-interview-message__bubble {
  border-top-left-radius: 18px;
  border-top-right-radius: 6px;
  background: linear-gradient(135deg, #1f4a38 0%, #2d6a50 100%);
  border-color: rgba(31, 74, 56, 0.32);
  color: #fff;
}

/* line 8367, app/assets/stylesheets/ezgl.scss */
.tournament-interview-message__bubble--typing {
  color: #52635a;
  font-style: italic;
}

/* line 8372, app/assets/stylesheets/ezgl.scss */
.tournament-interview-composer {
  margin-top: 18px;
}

/* line 8376, app/assets/stylesheets/ezgl.scss */
.tournament-interview-suggestions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
  margin-bottom: 4px;
}

/* line 8384, app/assets/stylesheets/ezgl.scss */
.tournament-interview-suggestions__button {
  border-radius: 999px;
  border-color: rgba(31, 74, 56, 0.18);
  background: #fff;
  color: #234233;
  font-size: 13px;
  line-height: 1.35;
}

/* line 8393, app/assets/stylesheets/ezgl.scss */
.tournament-interview-suggestions__button:hover,
.tournament-interview-suggestions__button:focus {
  border-color: rgba(31, 74, 56, 0.36);
  background: #edf4f0;
  color: #1b3529;
}

/* line 8400, app/assets/stylesheets/ezgl.scss */
.tournament-interview-composer__label {
  display: block;
  margin-bottom: 10px;
  color: #244131;
  font-weight: 600;
}

/* line 8407, app/assets/stylesheets/ezgl.scss */
.tournament-interview-composer__input {
  min-height: 110px;
  border: 1px solid rgba(31, 74, 56, 0.16);
  border-radius: 18px;
  box-shadow: none !important;
  resize: vertical;
}

/* line 8415, app/assets/stylesheets/ezgl.scss */
.tournament-interview-composer__input:focus {
  border-color: rgba(31, 74, 56, 0.38);
}

/* line 8419, app/assets/stylesheets/ezgl.scss */
.tournament-interview-composer__actions {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  margin-top: 16px;
}

/* line 8427, app/assets/stylesheets/ezgl.scss */
.tournament-interview-composer__error {
  margin-top: 10px;
  margin-bottom: 0;
  color: #9d2727;
  font-weight: 600;
}

/* line 8434, app/assets/stylesheets/ezgl.scss */
.tournament-interview-summary {
  padding: 24px 22px;
  background: linear-gradient(180deg, rgba(28, 58, 45, 0.96) 0%, rgba(18, 36, 28, 0.98) 100%);
  color: #fff;
}

/* line 8441, app/assets/stylesheets/ezgl.scss */
.tournament-interview-summary__row {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 14px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

/* line 8449, app/assets/stylesheets/ezgl.scss */
.tournament-interview-summary__row:first-of-type {
  border-top: none;
}

/* line 8453, app/assets/stylesheets/ezgl.scss */
.tournament-interview-summary__row span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

/* line 8460, app/assets/stylesheets/ezgl.scss */
.tournament-interview-summary__row strong {
  color: #fff5cf;
  font-size: 16px;
  line-height: 1.5;
}

/* line 8466, app/assets/stylesheets/ezgl.scss */
.tournament-interview-summary__actions {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

/* line 8472, app/assets/stylesheets/ezgl.scss */
.tournament-interview-summary__reset {
  width: 100%;
}

@media (max-width: 991px) {
  /* line 8477, app/assets/stylesheets/ezgl.scss */
  .tournament-interview-thread {
    min-height: 360px;
  }
  /* line 8481, app/assets/stylesheets/ezgl.scss */
  .tournament-interview-summary {
    margin-top: 6px;
  }
}

@media (max-width: 768px) {
  /* line 8487, app/assets/stylesheets/ezgl.scss */
  .tournament-interview-shell {
    padding: 20px;
  }
  /* line 8491, app/assets/stylesheets/ezgl.scss */
  .tournament-interview-thread {
    min-height: 320px;
    padding: 16px;
  }
  /* line 8496, app/assets/stylesheets/ezgl.scss */
  .tournament-interview-message__bubble {
    max-width: 100%;
  }
  /* line 8500, app/assets/stylesheets/ezgl.scss */
  .tournament-interview-composer__actions {
    flex-direction: column;
    align-items: stretch;
  }
  /* line 8505, app/assets/stylesheets/ezgl.scss */
  .tournament-interview-composer__actions .ezgl-button {
    width: 100%;
  }
}

/* line 1, app/assets/stylesheets/_course_select.scss */
.selectize-control .selectize-dropdown {
  border: 0 !important;
  box-shadow: none;
}

/* line 6, app/assets/stylesheets/_course_select.scss */
.selectize-control .selectize-dropdown-content {
  border: 2px solid #2f6f55;
  border-radius: 8px;
  box-shadow: 0 0 0 3px rgba(47, 111, 85, 0.16), 0 18px 42px rgba(15, 23, 42, 0.16);
  box-sizing: border-box;
}

/* line 15, app/assets/stylesheets/_course_select.scss */
.course-select-optgroup-header {
  padding: 10px 14px 7px;
  border-top: 1px solid #edf0f2;
  background: #fbfcfc;
  color: #5f6964;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1.2;
  text-transform: uppercase;
}

/* line 27, app/assets/stylesheets/_course_select.scss */
.selectize-dropdown-content > .optgroup:first-child .course-select-optgroup-header {
  border-top: 0;
}

/* line 31, app/assets/stylesheets/_course_select.scss */
.selectize-dropdown .course-select-option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-height: 54px;
  padding: 10px 14px;
  color: #18231f;
  line-height: 1.25;
}

/* line 42, app/assets/stylesheets/_course_select.scss */
.selectize-dropdown .course-select-option__copy {
  display: flex;
  flex-direction: column;
  gap: 3px;
  min-width: 0;
}

/* line 49, app/assets/stylesheets/_course_select.scss */
.selectize-dropdown .course-select-option__name {
  overflow: hidden;
  font-size: 15px;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 57, app/assets/stylesheets/_course_select.scss */
.selectize-dropdown .course-select-option__location {
  overflow: hidden;
  color: #65716a;
  font-size: 12px;
  font-weight: 600;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 66, app/assets/stylesheets/_course_select.scss */
.selectize-dropdown .course-select-option__badge {
  flex: 0 0 auto;
  border-radius: 999px;
  background: #ecfdf8;
  color: #026349;
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  padding: 6px 8px;
}

/* line 77, app/assets/stylesheets/_course_select.scss */
.selectize-dropdown .active[data-selectable] .course-select-option,
.selectize-dropdown [data-selectable]:hover .course-select-option {
  background: #f4f7f5;
}

/* line 1, app/assets/stylesheets/_league_season_schedules.scss */
.league-season-schedule-form {
  max-width: 720px;
  margin: 80px auto 40px;
  text-align: left;
}

/* line 7, app/assets/stylesheets/_league_season_schedules.scss */
.tournament-details-drawer .league-season-schedule-form {
  max-width: none;
  margin: 0;
  padding: 10px 32px 28px;
}

/* line 13, app/assets/stylesheets/_league_season_schedules.scss */
.league-season-schedule-section {
  padding: 24px 0;
  border-top: 1px solid #ececec;
}

/* line 17, app/assets/stylesheets/_league_season_schedules.scss */
.league-season-schedule-section:first-of-type {
  border-top: 0;
  padding-top: 10px;
}

/* line 22, app/assets/stylesheets/_league_season_schedules.scss */
.league-season-schedule-section h3 {
  margin: 0 0 18px;
  color: #263a34;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.2;
}

/* line 31, app/assets/stylesheets/_league_season_schedules.scss */
.league-season-schedule-field {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  align-items: center;
  gap: 18px;
  margin-bottom: 14px;
}

/* line 38, app/assets/stylesheets/_league_season_schedules.scss */
.league-season-schedule-field:last-child {
  margin-bottom: 0;
}

/* line 42, app/assets/stylesheets/_league_season_schedules.scss */
.league-season-schedule-field > label {
  margin: 0;
  color: #2f3f3a;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.25;
  text-align: right;
}

/* line 52, app/assets/stylesheets/_league_season_schedules.scss */
.league-season-schedule-field[hidden],
.league-season-schedule-toggle-list[hidden],
.league-season-schedule-toggle-row[hidden] {
  display: none;
}

/* line 58, app/assets/stylesheets/_league_season_schedules.scss */
.league-season-schedule-control {
  min-width: 0;
}

/* line 62, app/assets/stylesheets/_league_season_schedules.scss */
.league-season-schedule-checkbox__input {
  flex: 0 0 auto;
  margin: 0;
  position: static;
}

/* line 70, app/assets/stylesheets/_league_season_schedules.scss */
.league-season-schedule-control .ezgl-form-input,
.league-season-schedule-preview__table .ezgl-form-input {
  min-height: 46px;
  border: 1px solid #dddddd;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 1px 2px rgba(17, 24, 39, 0.06);
  font-size: 16px;
}

/* line 79, app/assets/stylesheets/_league_season_schedules.scss */
.league-season-schedule-control .ezgl-form-input:focus,
.league-season-schedule-preview__table .ezgl-form-input:focus {
  border-color: #00c897;
  box-shadow: 0 0 0 3px rgba(0, 200, 151, 0.16);
}

/* line 84, app/assets/stylesheets/_league_season_schedules.scss */
.league-season-schedule-control .selectize-control.ezgl-form-input,
.league-season-schedule-preview__table .selectize-control.ezgl-form-input {
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

/* line 93, app/assets/stylesheets/_league_season_schedules.scss */
.league-season-schedule-control .selectize-control.single .selectize-input,
.league-season-schedule-preview__table .selectize-control.single .selectize-input {
  display: flex;
  align-items: center;
  min-height: 46px;
  padding: 10px 14px !important;
  border: 1px solid #dddddd;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 1px 2px rgba(17, 24, 39, 0.06);
  font-size: 16px;
}

/* line 105, app/assets/stylesheets/_league_season_schedules.scss */
.league-season-schedule-control .selectize-control.single .selectize-input.focus,
.league-season-schedule-preview__table .selectize-control.single .selectize-input.focus {
  border-color: #00c897;
  box-shadow: 0 0 0 3px rgba(0, 200, 151, 0.16);
}

/* line 110, app/assets/stylesheets/_league_season_schedules.scss */
.league-season-schedule-control .selectize-control.single .selectize-input.input-active,
.league-season-schedule-preview__table .selectize-control.single .selectize-input.input-active {
  display: flex;
}

/* line 115, app/assets/stylesheets/_league_season_schedules.scss */
.league-season-schedule-checkbox-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(180px, 1fr));
  gap: 12px 24px;
}

/* line 121, app/assets/stylesheets/_league_season_schedules.scss */
.league-season-schedule-checkbox {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  min-height: 28px;
}

/* line 128, app/assets/stylesheets/_league_season_schedules.scss */
.league-season-schedule-checkbox span {
  color: #63716d;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.25;
}

/* line 135, app/assets/stylesheets/_league_season_schedules.scss */
.league-season-schedule-checkbox .league-season-schedule-checkbox__input:disabled + span {
  color: #aaa;
}

/* line 140, app/assets/stylesheets/_league_season_schedules.scss */
.league-season-schedule-toggle-list {
  overflow: hidden;
  border: 1px solid #ececec;
  border-radius: 10px;
  background: #ffffff;
}

/* line 147, app/assets/stylesheets/_league_season_schedules.scss */
.league-season-schedule-radio-group {
  display: grid;
  gap: 20px;
  margin: 0;
  padding: 0;
  border: 0;
}

/* line 155, app/assets/stylesheets/_league_season_schedules.scss */
.league-season-schedule-radio-option {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

/* line 161, app/assets/stylesheets/_league_season_schedules.scss */
.league-season-schedule-radio-control {
  display: flex;
  align-items: center;
  min-height: 24px;
}

/* line 167, app/assets/stylesheets/_league_season_schedules.scss */
.league-season-schedule-radio {
  flex: 0 0 auto;
  width: 16px;
  height: 16px;
  margin: 0;
}

/* line 174, app/assets/stylesheets/_league_season_schedules.scss */
.league-season-schedule-radio-copy {
  font-size: 14px;
  line-height: 1.5;
}

/* line 178, app/assets/stylesheets/_league_season_schedules.scss */
.league-season-schedule-radio-copy label {
  margin: 0;
  color: #263b34;
  font-weight: 600;
}

/* line 184, app/assets/stylesheets/_league_season_schedules.scss */
.league-season-schedule-radio-copy p {
  margin: 0;
  color: #7b8783;
}

/* line 190, app/assets/stylesheets/_league_season_schedules.scss */
.league-season-schedule-toggle-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 20px;
  min-height: 54px;
  padding: 12px 16px;
  border-top: 1px solid #efefef;
}

/* line 199, app/assets/stylesheets/_league_season_schedules.scss */
.league-season-schedule-toggle-row:first-child {
  border-top: 0;
}

/* line 204, app/assets/stylesheets/_league_season_schedules.scss */
.league-season-schedule-toggle-label {
  color: #2f3f3a;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.25;
}

/* line 211, app/assets/stylesheets/_league_season_schedules.scss */
.league-season-schedule-toggle-control {
  display: flex;
  justify-content: flex-end;
}

/* line 216, app/assets/stylesheets/_league_season_schedules.scss */
.league-season-schedule-footer {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
}

/* line 221, app/assets/stylesheets/_league_season_schedules.scss */
.league-season-schedule-footer .league-season-schedule-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  margin-right: 0;
}

/* line 230, app/assets/stylesheets/_league_season_schedules.scss */
.league-season-schedule-preview {
  overflow-x: auto;
}

/* line 234, app/assets/stylesheets/_league_season_schedules.scss */
.league-season-schedule-preview__table {
  min-width: 860px;
}

/* line 237, app/assets/stylesheets/_league_season_schedules.scss */
.league-season-schedule-preview__table th,
.league-season-schedule-preview__table td {
  vertical-align: middle;
}

/* line 242, app/assets/stylesheets/_league_season_schedules.scss */
.league-season-schedule-preview__table thead th {
  color: #5f6f69;
  font-size: 12px;
  letter-spacing: 0.05em;
  white-space: nowrap;
}

/* line 249, app/assets/stylesheets/_league_season_schedules.scss */
.league-season-schedule-preview__table tbody td {
  color: #2f3f3a;
  font-size: 14px;
}

/* line 255, app/assets/stylesheets/_league_season_schedules.scss */
.league-season-schedule-preview__select {
  width: 84px;
  text-align: center;
}

@media (max-width: 767px) {
  /* line 261, app/assets/stylesheets/_league_season_schedules.scss */
  .league-season-schedule-form {
    margin-top: 40px;
  }
  /* line 265, app/assets/stylesheets/_league_season_schedules.scss */
  .tournament-details-drawer .league-season-schedule-form {
    padding-inline: 20px;
  }
  /* line 269, app/assets/stylesheets/_league_season_schedules.scss */
  .league-season-schedule-field {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  /* line 273, app/assets/stylesheets/_league_season_schedules.scss */
  .league-season-schedule-field > label {
    text-align: left;
  }
  /* line 278, app/assets/stylesheets/_league_season_schedules.scss */
  .league-season-schedule-checkbox-grid {
    grid-template-columns: 1fr;
  }
  /* line 282, app/assets/stylesheets/_league_season_schedules.scss */
  .league-season-schedule-footer {
    flex-direction: column-reverse;
  }
  /* line 285, app/assets/stylesheets/_league_season_schedules.scss */
  .league-season-schedule-footer .league-season-schedule-action {
    width: 100%;
  }
}

/* line 1, app/assets/stylesheets/_notification_templates.scss */
.notification-templates-page {
  padding-bottom: 56px;
}

/* line 5, app/assets/stylesheets/_notification_templates.scss */
.notification-templates-hero {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 24px;
  padding: 32px 34px;
  border: 1px solid #e5ebe7;
  border-radius: 24px;
  background: radial-gradient(circle at top right, rgba(0, 200, 151, 0.16), transparent 30%), linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, #f8faf9 100%);
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.06);
  overflow: hidden;
}

/* line 22, app/assets/stylesheets/_notification_templates.scss */
.notification-templates-hero::after {
  content: "";
  position: absolute;
  inset: auto -8% -34% auto;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: rgba(0, 168, 119, 0.08);
  filter: blur(12px);
  pointer-events: none;
}

/* line 34, app/assets/stylesheets/_notification_templates.scss */
.notification-templates-hero__body,
.notification-templates-hero__actions {
  position: relative;
  z-index: 1;
}

/* line 40, app/assets/stylesheets/_notification_templates.scss */
.notification-templates-hero__body {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* line 46, app/assets/stylesheets/_notification_templates.scss */
.notification-templates-hero__eyebrow,
.notification-template-surface__eyebrow,
.notification-template-section__eyebrow {
  margin: 0;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #00a877;
}

/* line 57, app/assets/stylesheets/_notification_templates.scss */
.notification-templates-hero h1 {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: clamp(2.4rem, 4vw, 3.3rem);
  font-weight: 700;
  line-height: 0.98;
  color: #171717;
}

/* line 66, app/assets/stylesheets/_notification_templates.scss */
.notification-templates-hero__summary {
  max-width: 720px;
  margin: 0;
  font-size: 17px;
  line-height: 1.6;
  color: #5b635e;
}

/* line 74, app/assets/stylesheets/_notification_templates.scss */
.notification-templates-hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 4px;
}

/* line 81, app/assets/stylesheets/_notification_templates.scss */
.notification-templates-hero__meta-pill,
.notification-template-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* line 95, app/assets/stylesheets/_notification_templates.scss */
.notification-templates-hero__meta-pill {
  border: 1px solid #d7e7e0;
  background: rgba(255, 255, 255, 0.86);
  color: #2d5c4d;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.04);
}

/* line 102, app/assets/stylesheets/_notification_templates.scss */
.notification-templates-hero__actions {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 12px;
  min-width: 240px;
}

/* line 110, app/assets/stylesheets/_notification_templates.scss */
.notification-templates-hero__context {
  text-align: right;
}

/* line 113, app/assets/stylesheets/_notification_templates.scss */
.notification-templates-hero__context p {
  margin: 0 0 4px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #6a736e;
}

/* line 122, app/assets/stylesheets/_notification_templates.scss */
.notification-templates-hero__context strong {
  display: block;
  font-size: 17px;
  font-weight: 700;
  color: #171717;
}

/* line 130, app/assets/stylesheets/_notification_templates.scss */
.notification-templates-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 24px;
}

/* line 137, app/assets/stylesheets/_notification_templates.scss */
.notification-templates-stat {
  padding: 22px 24px;
  border: 1px solid #ececec;
  border-radius: 20px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfbfb 100%);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.04);
}

/* line 145, app/assets/stylesheets/_notification_templates.scss */
.notification-templates-stat__label {
  margin: 0 0 10px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #6d736f;
}

/* line 154, app/assets/stylesheets/_notification_templates.scss */
.notification-templates-stat__value {
  margin: 0 0 4px;
  font-family: "Fraunces", serif;
  font-size: 2rem;
  font-weight: 700;
  color: #171717;
}

/* line 162, app/assets/stylesheets/_notification_templates.scss */
.notification-templates-stat__detail {
  margin: 0;
  color: #676767;
}

/* line 167, app/assets/stylesheets/_notification_templates.scss */
.notification-templates-panel,
.notification-template-surface {
  border: 1px solid #e8e8e8;
  border-radius: 22px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfbfb 100%);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.04);
}

/* line 175, app/assets/stylesheets/_notification_templates.scss */
.notification-templates-panel {
  overflow: hidden;
}

/* line 179, app/assets/stylesheets/_notification_templates.scss */
.notification-templates-panel__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  padding: 24px 28px;
  border-bottom: 1px solid #ececec;
}

/* line 187, app/assets/stylesheets/_notification_templates.scss */
.notification-templates-panel__header h2 {
  margin: 0 0 6px;
  font-size: 26px;
  font-weight: 700;
  color: #171717;
}

/* line 194, app/assets/stylesheets/_notification_templates.scss */
.notification-templates-panel__header p {
  margin: 0;
  max-width: 640px;
  color: #666666;
}

/* line 201, app/assets/stylesheets/_notification_templates.scss */
.notification-templates-panel__note {
  margin: 0;
  white-space: nowrap;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #7b7b7b;
}

/* line 211, app/assets/stylesheets/_notification_templates.scss */
.notification-templates-table {
  margin-bottom: 0;
}

/* line 214, app/assets/stylesheets/_notification_templates.scss */
.notification-templates-table th,
.notification-templates-table td {
  padding: 18px 20px;
}

/* line 219, app/assets/stylesheets/_notification_templates.scss */
.notification-templates-table tbody tr {
  transition: background-color 0.2s ease;
}

/* line 223, app/assets/stylesheets/_notification_templates.scss */
.notification-templates-table tbody tr:hover {
  background: #f8fbfa;
}

/* line 227, app/assets/stylesheets/_notification_templates.scss */
.notification-templates-table td {
  vertical-align: middle;
}

/* line 232, app/assets/stylesheets/_notification_templates.scss */
.notification-templates-table__title-stack {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 250px;
}

/* line 239, app/assets/stylesheets/_notification_templates.scss */
.notification-templates-table__title {
  display: inline-flex;
  align-items: center;
  color: #171717;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.25;
  text-decoration: none;
}

/* line 248, app/assets/stylesheets/_notification_templates.scss */
.notification-templates-table__title:hover {
  color: #171717;
}

/* line 253, app/assets/stylesheets/_notification_templates.scss */
.notification-templates-table__excerpt,
.notification-templates-table__meta {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  color: #6a6a6a;
}

/* line 261, app/assets/stylesheets/_notification_templates.scss */
.notification-templates-table__value {
  display: block;
  margin-bottom: 4px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  color: #171717;
}

/* line 270, app/assets/stylesheets/_notification_templates.scss */
.notification-template-badge {
  border: 1px solid transparent;
}

/* line 274, app/assets/stylesheets/_notification_templates.scss */
.notification-template-badge.is-scheduled,
.notification-template-badge.is-draft {
  border-color: #dbe8e2;
  background: rgba(0, 168, 119, 0.08);
  color: #046a4b;
}

/* line 281, app/assets/stylesheets/_notification_templates.scss */
.notification-template-badge.is-automatic {
  border-color: #dce2f7;
  background: rgba(31, 90, 213, 0.08);
  color: #24408f;
}

/* line 287, app/assets/stylesheets/_notification_templates.scss */
.notification-template-badge.is-live,
.notification-template-badge.is-locked {
  border-color: #eadcbb;
  background: rgba(177, 120, 24, 0.12);
  color: #7a4f00;
}

/* line 294, app/assets/stylesheets/_notification_templates.scss */
.notification-templates-table__actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}

/* line 300, app/assets/stylesheets/_notification_templates.scss */
.notification-templates-table__delete {
  color: #8d453b;
}

/* line 304, app/assets/stylesheets/_notification_templates.scss */
.notification-templates-pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 20px 28px 28px;
  border-top: 1px solid #ececec;
}

/* line 313, app/assets/stylesheets/_notification_templates.scss */
.notification-template-form-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.65fr) minmax(280px, 0.85fr);
  gap: 24px;
}

/* line 319, app/assets/stylesheets/_notification_templates.scss */
.notification-template-surface {
  padding: 28px;
}

/* line 323, app/assets/stylesheets/_notification_templates.scss */
.notification-template-surface__header {
  margin-bottom: 24px;
}

/* line 327, app/assets/stylesheets/_notification_templates.scss */
.notification-template-surface__header h2,
.notification-template-aside__title {
  margin: 0;
  font-family: "Fraunces", serif;
  color: #171717;
}

/* line 334, app/assets/stylesheets/_notification_templates.scss */
.notification-template-surface__header h2 {
  font-size: 2rem;
}

/* line 338, app/assets/stylesheets/_notification_templates.scss */
.notification-template-banner {
  margin-bottom: 20px;
  padding: 16px 18px;
  border-radius: 16px;
}

/* line 343, app/assets/stylesheets/_notification_templates.scss */
.notification-template-banner h3,
.notification-template-banner p,
.notification-template-banner ul {
  margin: 0;
}

/* line 349, app/assets/stylesheets/_notification_templates.scss */
.notification-template-banner ul {
  padding-left: 18px;
}

/* line 354, app/assets/stylesheets/_notification_templates.scss */
.notification-template-banner--locked {
  border: 1px solid #eadcbb;
  background: linear-gradient(180deg, #fff9ef 0%, #fffdf9 100%);
}

/* line 358, app/assets/stylesheets/_notification_templates.scss */
.notification-template-banner--locked h3,
.notification-template-banner--locked p {
  color: #6d4700;
}

/* line 364, app/assets/stylesheets/_notification_templates.scss */
.notification-template-banner--error {
  border: 1px solid #f0b8a5;
  background: linear-gradient(180deg, #fff7f6 0%, #fffdfc 100%);
}

/* line 368, app/assets/stylesheets/_notification_templates.scss */
.notification-template-banner--error h3,
.notification-template-banner--error p,
.notification-template-banner--error li {
  color: #5f2d23;
}

/* line 375, app/assets/stylesheets/_notification_templates.scss */
.notification-template-form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

/* line 380, app/assets/stylesheets/_notification_templates.scss */
.notification-template-form .wizard-field {
  max-width: none;
  margin: 0;
}

/* line 385, app/assets/stylesheets/_notification_templates.scss */
.notification-template-form label {
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #5d6560;
}

/* line 394, app/assets/stylesheets/_notification_templates.scss */
.notification-template-form .ezgl-form-input,
.notification-template-form .selectize-input {
  width: 100%;
  min-height: 56px;
  padding: 14px 16px !important;
  border-radius: 16px;
  border-color: #e0e5e2;
  background: #ffffff;
  box-shadow: inset 0 1px 0 rgba(15, 23, 42, 0.02);
}

/* line 405, app/assets/stylesheets/_notification_templates.scss */
.notification-template-form textarea.ezgl-form-input {
  min-height: 220px;
  resize: vertical;
}

/* line 410, app/assets/stylesheets/_notification_templates.scss */
.notification-template-form .date-inputs {
  height: auto;
}

/* line 414, app/assets/stylesheets/_notification_templates.scss */
.notification-template-form .selectize-control {
  margin-left: 0;
}

/* line 419, app/assets/stylesheets/_notification_templates.scss */
.notification-template-section {
  padding-top: 24px;
  border-top: 1px solid #ededed;
}

/* line 424, app/assets/stylesheets/_notification_templates.scss */
.notification-template-section--tight {
  padding-top: 0;
  border-top: 0;
}

/* line 429, app/assets/stylesheets/_notification_templates.scss */
.notification-template-section__heading {
  margin-bottom: 16px;
}

/* line 432, app/assets/stylesheets/_notification_templates.scss */
.notification-template-section__heading h3 {
  margin: 6px 0 0;
  font-size: 24px;
  font-weight: 700;
  color: #171717;
}

/* line 439, app/assets/stylesheets/_notification_templates.scss */
.notification-template-section__heading p {
  margin: 8px 0 0;
  max-width: 640px;
  color: #666666;
}

/* line 446, app/assets/stylesheets/_notification_templates.scss */
.notification-template-form__stack {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

/* line 452, app/assets/stylesheets/_notification_templates.scss */
.notification-template-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

/* line 458, app/assets/stylesheets/_notification_templates.scss */
.notification-template-form__section-card {
  padding: 22px;
  border: 1px solid #ededed;
  border-radius: 18px;
  background: #fcfcfc;
}

/* line 464, app/assets/stylesheets/_notification_templates.scss */
.notification-template-form__section-card h3 {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 700;
  color: #171717;
}

/* line 471, app/assets/stylesheets/_notification_templates.scss */
.notification-template-form__section-card p:last-child {
  margin-bottom: 0;
}

/* line 476, app/assets/stylesheets/_notification_templates.scss */
.notification-template-form__section-card--tips {
  grid-column: 1 / -1;
}

/* line 480, app/assets/stylesheets/_notification_templates.scss */
.notification-template-form__section-card--tips ul {
  margin: 0;
  padding-left: 18px;
  color: #666666;
}

/* line 486, app/assets/stylesheets/_notification_templates.scss */
.notification-template-form__section-card--tips li + li {
  margin-top: 10px;
}

/* line 490, app/assets/stylesheets/_notification_templates.scss */
.notification-template-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #ededed;
}

/* line 500, app/assets/stylesheets/_notification_templates.scss */
.notification-template-footer__hint {
  margin: 0;
  max-width: 480px;
  color: #666666;
}

/* line 506, app/assets/stylesheets/_notification_templates.scss */
.notification-template-footer__actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

/* line 513, app/assets/stylesheets/_notification_templates.scss */
.notification-template-form-layout__aside {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

/* line 519, app/assets/stylesheets/_notification_templates.scss */
.notification-template-aside__title {
  margin-bottom: 16px;
  font-size: 1.7rem;
  line-height: 1.1;
}

/* line 525, app/assets/stylesheets/_notification_templates.scss */
.notification-template-facts {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin: 0;
}

/* line 532, app/assets/stylesheets/_notification_templates.scss */
.notification-template-facts div {
  padding-bottom: 14px;
  border-bottom: 1px solid #ededed;
}

/* line 537, app/assets/stylesheets/_notification_templates.scss */
.notification-template-facts div:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

/* line 542, app/assets/stylesheets/_notification_templates.scss */
.notification-template-facts dt {
  margin-bottom: 6px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #6b726d;
}

/* line 551, app/assets/stylesheets/_notification_templates.scss */
.notification-template-facts dd {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  color: #171717;
}

/* line 559, app/assets/stylesheets/_notification_templates.scss */
.notification-template-surface--note p {
  margin-bottom: 14px;
  color: #666666;
}

/* line 564, app/assets/stylesheets/_notification_templates.scss */
.notification-template-checklist {
  margin: 0;
  padding-left: 18px;
  color: #666666;
}

/* line 570, app/assets/stylesheets/_notification_templates.scss */
.notification-template-checklist li + li {
  margin-top: 10px;
}

@media (max-width: 991px) {
  /* line 575, app/assets/stylesheets/_notification_templates.scss */
  .notification-templates-hero,
.notification-templates-panel__header,
.notification-template-footer {
    flex-direction: column;
    align-items: flex-start;
  }
  /* line 582, app/assets/stylesheets/_notification_templates.scss */
  .notification-templates-hero__actions,
.notification-templates-hero__context {
    width: 100%;
    align-items: flex-start;
    text-align: left;
  }
  /* line 589, app/assets/stylesheets/_notification_templates.scss */
  .notification-templates-stats,
.notification-template-form-layout,
.notification-template-form__grid {
    grid-template-columns: 1fr;
  }
  /* line 595, app/assets/stylesheets/_notification_templates.scss */
  .notification-template-footer__actions {
    width: 100%;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  /* line 601, app/assets/stylesheets/_notification_templates.scss */
  .notification-templates-pagination {
    flex-direction: column;
    align-items: stretch;
  }
}

@media (max-width: 767px) {
  /* line 608, app/assets/stylesheets/_notification_templates.scss */
  .notification-templates-hero,
.notification-templates-panel__header,
.notification-template-surface,
.notification-templates-pagination {
    padding-right: 20px;
    padding-left: 20px;
  }
  /* line 616, app/assets/stylesheets/_notification_templates.scss */
  .notification-templates-hero h1 {
    font-size: 2.2rem;
  }
  /* line 620, app/assets/stylesheets/_notification_templates.scss */
  .notification-templates-table__actions {
    flex-direction: column;
    align-items: stretch;
  }
}

/* line 3, app/assets/stylesheets/superuser_dashboard.scss */
.superuser-dashboard {
  --dash-bg: #f4f1ea;
  --dash-ink: #1f2430;
  --dash-surface: #fffdf8;
  --dash-panel: #fff;
  --dash-border: #d9d2c5;
  --dash-accent: #0f766e;
  --dash-accent-strong: #134e4a;
  --dash-muted: #6b7280;
  position: relative;
  padding-top: 132px;
  padding-bottom: 32px;
  color: var(--dash-ink);
}

/* line 19, app/assets/stylesheets/superuser_dashboard.scss */
.superuser-dashboard::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  background: radial-gradient(circle at 8% 12%, rgba(15, 118, 110, 0.15), transparent 40%), radial-gradient(circle at 95% 0%, rgba(180, 83, 9, 0.12), transparent 30%), linear-gradient(145deg, #f8f6f1 0%, var(--dash-bg) 100%);
}

/* line 30, app/assets/stylesheets/superuser_dashboard.scss */
.superuser-dashboard__hero {
  margin-bottom: 24px;
  padding: 26px;
  border: 1px solid var(--dash-border);
  border-radius: 18px;
  background: linear-gradient(125deg, rgba(15, 118, 110, 0.07) 0%, rgba(255, 255, 255, 0.96) 40%, rgba(20, 83, 45, 0.07) 100%);
  box-shadow: 0 18px 40px rgba(25, 31, 50, 0.08);
}

/* line 39, app/assets/stylesheets/superuser_dashboard.scss */
.superuser-dashboard__eyebrow {
  margin-bottom: 4px;
  color: var(--dash-accent-strong);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font: 500 11px/1.2 "JetBrains Mono", "SFMono-Regular", monospace;
}

/* line 47, app/assets/stylesheets/superuser_dashboard.scss */
.superuser-dashboard__hero h1 {
  margin: 0 0 8px;
  font: 700 42px/1 "Fraunces", "Times New Roman", serif;
}

/* line 52, app/assets/stylesheets/superuser_dashboard.scss */
.superuser-dashboard__subhead {
  margin: 0;
  max-width: 640px;
  color: #3f4757;
  font: 500 15px/1.45 "IBM Plex Sans", "Trebuchet MS", sans-serif;
}

/* line 59, app/assets/stylesheets/superuser_dashboard.scss */
.superuser-dashboard__stats {
  margin-top: 18px;
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

/* line 66, app/assets/stylesheets/superuser_dashboard.scss */
.superuser-dashboard__stat {
  border: 1px solid #d5ddd8;
  border-radius: 12px;
  padding: 12px 14px;
  background: rgba(255, 255, 255, 0.85);
}

/* line 73, app/assets/stylesheets/superuser_dashboard.scss */
.superuser-dashboard__stat p {
  margin: 0;
  color: #5b6371;
  font: 500 11px/1.2 "JetBrains Mono", "SFMono-Regular", monospace;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

/* line 81, app/assets/stylesheets/superuser_dashboard.scss */
.superuser-dashboard__stat strong {
  color: #0b3d3a;
  font: 700 24px/1.1 "Fraunces", "Times New Roman", serif;
}

/* line 86, app/assets/stylesheets/superuser_dashboard.scss */
.superuser-dashboard__grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

/* line 92, app/assets/stylesheets/superuser_dashboard.scss */
.superuser-dashboard__card {
  overflow: hidden;
  border: 1px solid var(--dash-border);
  border-radius: 16px;
  background: var(--dash-panel);
  box-shadow: 0 10px 26px rgba(37, 44, 62, 0.08);
  animation: dashboard-card-in 380ms ease-out both;
}

/* line 101, app/assets/stylesheets/superuser_dashboard.scss */
.superuser-dashboard__card:nth-child(2) {
  animation-delay: 50ms;
}

/* line 102, app/assets/stylesheets/superuser_dashboard.scss */
.superuser-dashboard__card:nth-child(3) {
  animation-delay: 100ms;
}

/* line 103, app/assets/stylesheets/superuser_dashboard.scss */
.superuser-dashboard__card:nth-child(4) {
  animation-delay: 150ms;
}

/* line 105, app/assets/stylesheets/superuser_dashboard.scss */
.superuser-dashboard__card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 18px 18px 14px;
  background: linear-gradient(180deg, rgba(15, 118, 110, 0.08) 0%, rgba(255, 255, 255, 0.98) 100%);
  border-bottom: 1px solid #e4ddd2;
}

/* line 115, app/assets/stylesheets/superuser_dashboard.scss */
.superuser-dashboard__card-header h2 {
  margin: 0;
  color: #202638;
  font: 700 27px/1.08 "Fraunces", "Times New Roman", serif;
}

/* line 121, app/assets/stylesheets/superuser_dashboard.scss */
.superuser-dashboard__pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid #abccc7;
  color: var(--dash-accent-strong);
  background: rgba(15, 118, 110, 0.08);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  white-space: nowrap;
  font: 500 10px/1 "JetBrains Mono", "SFMono-Regular", monospace;
}

/* line 136, app/assets/stylesheets/superuser_dashboard.scss */
.superuser-dashboard__table-wrap {
  overflow-x: auto;
}

/* line 140, app/assets/stylesheets/superuser_dashboard.scss */
.superuser-dashboard__table {
  margin: 0;
  width: 100%;
  border-collapse: collapse;
}

/* line 146, app/assets/stylesheets/superuser_dashboard.scss */
.superuser-dashboard__table thead th {
  padding: 10px 18px;
  border-bottom: 1px solid #e9e4da;
  color: #636e7f;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  font: 500 11px/1.2 "JetBrains Mono", "SFMono-Regular", monospace;
}

/* line 155, app/assets/stylesheets/superuser_dashboard.scss */
.superuser-dashboard__table tbody td {
  padding: 11px 18px;
  border-bottom: 1px solid #f0ece3;
  color: #23293a;
  font: 500 14px/1.3 "IBM Plex Sans", "Trebuchet MS", sans-serif;
}

/* line 162, app/assets/stylesheets/superuser_dashboard.scss */
.superuser-dashboard__table tbody tr:last-child td {
  border-bottom: 0;
}

/* line 166, app/assets/stylesheets/superuser_dashboard.scss */
.superuser-dashboard__table tbody tr {
  transition: background-color 150ms ease, transform 150ms ease;
}

/* line 170, app/assets/stylesheets/superuser_dashboard.scss */
.superuser-dashboard__table tbody tr:hover {
  background: #eef6f5;
  transform: translateX(2px);
}

/* line 175, app/assets/stylesheets/superuser_dashboard.scss */
.superuser-dashboard__table a {
  color: #0f5fbf;
  text-decoration: none;
  font-weight: 600;
}

/* line 181, app/assets/stylesheets/superuser_dashboard.scss */
.superuser-dashboard__table a:hover {
  color: #0a3e7d;
}

/* line 185, app/assets/stylesheets/superuser_dashboard.scss */
.superuser-dashboard__empty {
  color: var(--dash-muted);
  font-style: italic;
}

@keyframes dashboard-card-in {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1199px) {
  /* line 203, app/assets/stylesheets/superuser_dashboard.scss */
  .superuser-dashboard__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  /* line 209, app/assets/stylesheets/superuser_dashboard.scss */
  .superuser-dashboard {
    padding-top: 108px;
  }
  /* line 213, app/assets/stylesheets/superuser_dashboard.scss */
  .superuser-dashboard__hero {
    padding: 18px;
  }
  /* line 217, app/assets/stylesheets/superuser_dashboard.scss */
  .superuser-dashboard__hero h1 {
    font-size: 34px;
  }
  /* line 221, app/assets/stylesheets/superuser_dashboard.scss */
  .superuser-dashboard__stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  /* line 225, app/assets/stylesheets/superuser_dashboard.scss */
  .superuser-dashboard__card-header {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* line 1, app/assets/stylesheets/legacy/_scorecard_print.scss */
#printable-scorecard-table table,
#printable-scorecard-table td,
#printable-scorecard-table tr,
#printable-scorecard-table th {
  border: 1px solid DarkGrey !important;
}

@media print {
  @page {
    size: landscape;
    margin: 0.35in;
  }
  /* line 14, app/assets/stylesheets/legacy/_scorecard_print.scss */
  body {
    font-family: 'Roboto', sans-serif !important;
    margin: 0;
    padding: 0;
    line-height: 1em;
    word-spacing: 1px;
    letter-spacing: 0.2px;
  }
  /* line 23, app/assets/stylesheets/legacy/_scorecard_print.scss */
  .master-container {
    max-width: none;
    width: 100%;
  }
  /* line 28, app/assets/stylesheets/legacy/_scorecard_print.scss */
  .print-scorecard {
    break-inside: avoid;
    page-break-inside: avoid;
    margin-bottom: 12px;
  }
  /* line 34, app/assets/stylesheets/legacy/_scorecard_print.scss */
  table.print-friendly {
    break-inside: avoid;
    page-break-inside: avoid;
    width: 100%;
  }
  /* line 40, app/assets/stylesheets/legacy/_scorecard_print.scss */
  table.print-friendly tr td,
table.print-friendly tr th {
    page-break-inside: avoid;
    margin: 4px;
    padding: 4px;
  }
  /* line 47, app/assets/stylesheets/legacy/_scorecard_print.scss */
  .no-bottom-margin {
    margin-bottom: 0px;
  }
}

/* line 1, app/assets/stylesheets/legacy/_flash.scss */
.ezgl-notice {
  color: white;
  z-index: 2000;
  opacity: 1 !important;
}

/* line 6, app/assets/stylesheets/legacy/_flash.scss */
.ezgl-notice .ezgl-close-button {
  margin-left: 12px;
  filter: invert(1);
  opacity: 1;
}

/* line 12, app/assets/stylesheets/legacy/_flash.scss */
.ezgl-notice.ezgl-notice-success {
  background: #00c185;
  border: #00c185;
}

/* line 17, app/assets/stylesheets/legacy/_flash.scss */
.ezgl-notice.ezgl-notice-warning {
  background: #ffdd24;
  border: #ffdd24;
  color: black;
}

/* line 22, app/assets/stylesheets/legacy/_flash.scss */
.ezgl-notice.ezgl-notice-warning .ezgl-close-button {
  filter: none;
}

/* line 27, app/assets/stylesheets/legacy/_flash.scss */
.ezgl-notice.ezgl-notice-danger {
  background: #e74c3c;
  border: #e74c3c;
}

/* line 32, app/assets/stylesheets/legacy/_flash.scss */
.ezgl-notice.ezgl-notice-info {
  background: #004085;
  border: #004085;
}

/* line 38, app/assets/stylesheets/legacy/_flash.scss */
#flash {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20000;
  padding: 0 1rem;
  pointer-events: none;
}

/* line 47, app/assets/stylesheets/legacy/_flash.scss */
#flash .ezgl-notice {
  margin: 0;
  border-radius: 0;
  pointer-events: auto;
}

/* line 54, app/assets/stylesheets/legacy/_flash.scss */
.flash {
  --flash-bg: #eff6ff;
  --flash-border: rgba(59, 130, 246, 0.2);
  --flash-icon: #60a5fa;
  --flash-text: #1e3a8a;
  --flash-close-text: #2563eb;
  --flash-close-hover: #dbeafe;
  align-items: flex-start;
  background: var(--flash-bg) !important;
  border: 1px solid var(--flash-border) !important;
  border-radius: 0.375rem !important;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.18);
  color: var(--flash-text) !important;
  display: flex;
  gap: 0.75rem;
  margin: 0.75rem auto 0;
  max-width: 48rem;
  padding: 1rem;
  pointer-events: auto;
  width: calc(100vw - 2rem);
}

/* line 75, app/assets/stylesheets/legacy/_flash.scss */
.flash.ezgl-notice-success {
  --flash-bg: #f0fdf4;
  --flash-border: rgba(34, 197, 94, 0.22);
  --flash-icon: #4ade80;
  --flash-text: #166534;
  --flash-close-text: #16a34a;
  --flash-close-hover: #dcfce7;
}

/* line 84, app/assets/stylesheets/legacy/_flash.scss */
.flash.ezgl-notice-warning {
  --flash-bg: #fffbeb;
  --flash-border: rgba(245, 158, 11, 0.26);
  --flash-icon: #f59e0b;
  --flash-text: #92400e;
  --flash-close-text: #d97706;
  --flash-close-hover: #fef3c7;
}

/* line 93, app/assets/stylesheets/legacy/_flash.scss */
.flash.ezgl-notice-danger {
  --flash-bg: #fef2f2;
  --flash-border: rgba(239, 68, 68, 0.24);
  --flash-icon: #f87171;
  --flash-text: #991b1b;
  --flash-close-text: #dc2626;
  --flash-close-hover: #fee2e2;
}

/* line 103, app/assets/stylesheets/legacy/_flash.scss */
.flash__icon {
  color: var(--flash-icon);
  flex: 0 0 auto;
}

/* line 107, app/assets/stylesheets/legacy/_flash.scss */
.flash__icon svg {
  display: block;
  height: 1.25rem;
  width: 1.25rem;
}

/* line 114, app/assets/stylesheets/legacy/_flash.scss */
.flash__message {
  color: inherit;
  flex: 1 1 auto;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.4;
  margin: 0;
  min-width: 0;
}

/* line 124, app/assets/stylesheets/legacy/_flash.scss */
.flash__close {
  align-items: center;
  appearance: none;
  background: transparent;
  border: 0;
  border-radius: 0.375rem;
  color: var(--flash-close-text);
  display: inline-flex;
  flex: 0 0 auto;
  justify-content: center;
  margin: -0.375rem -0.375rem -0.375rem auto;
  padding: 0.375rem;
}

/* line 137, app/assets/stylesheets/legacy/_flash.scss */
.flash__close:hover {
  background: var(--flash-close-hover);
}

/* line 141, app/assets/stylesheets/legacy/_flash.scss */
.flash__close:focus-visible {
  box-shadow: 0 0 0 2px var(--flash-bg), 0 0 0 4px var(--flash-close-text);
  outline: none;
}

/* line 146, app/assets/stylesheets/legacy/_flash.scss */
.flash__close svg {
  display: block;
  height: 1.25rem;
  width: 1.25rem;
}

/* line 1, app/assets/stylesheets/legacy/_forms.scss */
.ezgl-help-block,
.ezgl-form-error {
  color: #e74c3c;
  font-weight: 700;
}

/* line 7, app/assets/stylesheets/legacy/_forms.scss */
.registration-form-container .ezgl-checkbox label,
.registration-form-container .ezgl-check {
  align-items: center;
  display: flex !important;
  gap: 8px;
}

/* line 14, app/assets/stylesheets/legacy/_forms.scss */
.registration-form-container .ezgl-checkbox input[type="checkbox"],
.registration-form-container .ezgl-checkbox input.boolean,
.registration-form-container .ezgl-check-input {
  flex: 0 0 auto;
  height: auto;
  margin: 0;
  width: auto;
}

/* line 1, app/assets/stylesheets/legacy/_chosen.scss */
select.ezgl-form-input + .chosen-container.chosen-container-single .chosen-single {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  background-image: none;
}

/* line 20, app/assets/stylesheets/legacy/_chosen.scss */
select.ezgl-form-input + .chosen-container.chosen-container-single .chosen-single div {
  top: 4px;
  color: #000;
}

/* line 25, app/assets/stylesheets/legacy/_chosen.scss */
select.ezgl-form-input + .chosen-container .chosen-drop {
  background-color: #FFF;
  border: 1px solid #CCC;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
  margin: 2px 0 0;
}

/* line 36, app/assets/stylesheets/legacy/_chosen.scss */
select.ezgl-form-input + .chosen-container .chosen-search input[type=text] {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555;
  vertical-align: middle;
  background-color: #FFF;
  border: 1px solid #CCC;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  background-image: none;
}

/* line 55, app/assets/stylesheets/legacy/_chosen.scss */
select.ezgl-form-input + .chosen-container .chosen-results {
  margin: 2px 0 0;
  padding: 5px 0;
  font-size: 14px;
  list-style: none;
  background-color: #fff;
  margin-bottom: 5px;
}

/* line 64, app/assets/stylesheets/legacy/_chosen.scss */
select.ezgl-form-input + .chosen-container .chosen-results li,
select.ezgl-form-input + .chosen-container .chosen-results li.active-result {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333;
  white-space: nowrap;
  background-image: none;
}

/* line 76, app/assets/stylesheets/legacy/_chosen.scss */
select.ezgl-form-input + .chosen-container .chosen-results li:hover,
select.ezgl-form-input + .chosen-container .chosen-results li.active-result:hover,
select.ezgl-form-input + .chosen-container .chosen-results li.highlighted {
  color: #FFF;
  text-decoration: none;
  background-color: #428BCA;
  background-image: none;
}

/* line 85, app/assets/stylesheets/legacy/_chosen.scss */
select.ezgl-form-input + .chosen-container-multi .chosen-choices {
  display: block;
  width: 100%;
  min-height: 34px;
  padding: 6px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555;
  vertical-align: middle;
  background-color: #FFF;
  border: 1px solid #CCC;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  background-image: none;
}

/* line 104, app/assets/stylesheets/legacy/_chosen.scss */
select.ezgl-form-input + .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  height: auto;
  padding: 5px 0;
}

/* line 109, app/assets/stylesheets/legacy/_chosen.scss */
select.ezgl-form-input + .chosen-container-multi .chosen-choices li.search-choice {
  background-image: none;
  padding: 3px 24px 3px 5px;
  margin: 0 6px 0 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #333;
  background-color: #FFF;
  border-color: #CCC;
}

/* line 127, app/assets/stylesheets/legacy/_chosen.scss */
select.ezgl-form-input + .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  top: 8px;
  right: 6px;
}

/* line 132, app/assets/stylesheets/legacy/_chosen.scss */
select.ezgl-form-input + .chosen-container-multi.chosen-container-active .chosen-choices,
select.ezgl-form-input + .chosen-container.chosen-container-single.chosen-container-active .chosen-single,
select.ezgl-form-input + .chosen-container .chosen-search input[type=text]:focus {
  border-color: #66AFE9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

/* line 141, app/assets/stylesheets/legacy/_chosen.scss */
select.ezgl-form-input + .chosen-container-multi .chosen-results li.result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
  background-color: white;
}

/* line 1, app/assets/stylesheets/legacy/_scorecard_modals.scss */
#editScorecardModal form {
  overflow-x: auto;
}

/* line 5, app/assets/stylesheets/legacy/_scorecard_modals.scss */
#editScorecardModal table thead th {
  padding: 6px;
  font-size: 12px;
}

/* line 10, app/assets/stylesheets/legacy/_scorecard_modals.scss */
#gamePlayerModal {
  font-size: 14px;
}

/* line 1, app/assets/stylesheets/legacy/_onboarding.scss */
.ezgl-container .onboarding__panel {
  position: relative;
  z-index: 1040;
}

/* line 6, app/assets/stylesheets/legacy/_onboarding.scss */
.ezgl-container .onboarding__panel.user-account-edit {
  margin: 140px auto;
  margin-top: 180px;
}

/* line 1, app/assets/stylesheets/_native_selects.scss */
.ezgl-native-select {
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-image: none !important;
}

/* line 2, app/assets/stylesheets/_admin_tables.scss */
.ezgl-admin-table-page h1 {
  font-size: 1rem !important;
  line-height: 1.5rem !important;
}

/* line 7, app/assets/stylesheets/_admin_tables.scss */
.ezgl-admin-table-page h2 {
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
}

/* line 12, app/assets/stylesheets/_admin_tables.scss */
.ezgl-admin-table-page ol {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* line 18, app/assets/stylesheets/_admin_tables.scss */
.ezgl-admin-table-page h1,
.ezgl-admin-table-page th,
.ezgl-admin-table-page summary {
  color: #191919 !important;
}

/* line 24, app/assets/stylesheets/_admin_tables.scss */
.ezgl-admin-table-page p,
.ezgl-admin-table-page td,
.ezgl-admin-table-page li {
  color: #585f66;
}

/* line 30, app/assets/stylesheets/_admin_tables.scss */
.ezgl-admin-table-page a {
  color: #046a4b !important;
  text-decoration: none;
}

/* line 35, app/assets/stylesheets/_admin_tables.scss */
.ezgl-admin-table-page a:hover,
.ezgl-admin-table-page a:focus {
  color: #00744d !important;
}

/* line 40, app/assets/stylesheets/_admin_tables.scss */
.ezgl-admin-table-page a[data-method="delete"],
.ezgl-admin-table-page a[data-method="delete"]:hover,
.ezgl-admin-table-page a[data-method="delete"]:focus {
  color: #a83c28 !important;
}

/* line 46, app/assets/stylesheets/_admin_tables.scss */
.ezgl-admin-table-page .ezgl-admin-table-primary-action,
.ezgl-admin-table-page .ezgl-admin-table-primary-action:hover,
.ezgl-admin-table-page .ezgl-admin-table-primary-action:focus {
  border: 0 !important;
  color: #fff !important;
}

/* line 53, app/assets/stylesheets/_admin_tables.scss */
.ezgl-admin-table-page .ezgl-admin-table-danger-action,
.ezgl-admin-table-page a.ezgl-admin-table-danger-action,
.ezgl-admin-table-page .ezgl-admin-table-danger-action:hover,
.ezgl-admin-table-page a.ezgl-admin-table-danger-action:hover,
.ezgl-admin-table-page .ezgl-admin-table-danger-action:focus,
.ezgl-admin-table-page a.ezgl-admin-table-danger-action:focus {
  background: #a83c28 !important;
  border: 0 !important;
  color: #fff !important;
}

/* line 64, app/assets/stylesheets/_admin_tables.scss */
.ezgl-admin-table-page input[type="checkbox"] {
  accent-color: #3c8762;
}

/* line 68, app/assets/stylesheets/_admin_tables.scss */
.ezgl-admin-table-page input:focus,
.ezgl-admin-table-page select:focus {
  border-color: #3c8762 !important;
  box-shadow: 0 0 0 2px rgba(60, 135, 98, 0.25) !important;
  outline-color: #3c8762 !important;
}

/* line 77, app/assets/stylesheets/_admin_tables.scss */
.ezgl-modal-box input:focus,
.ezgl-modal-box select:focus {
  border-color: #3c8762 !important;
  box-shadow: 0 0 0 2px rgba(60, 135, 98, 0.25) !important;
  outline-color: #3c8762 !important;
}

/* line 86, app/assets/stylesheets/_admin_tables.scss */
.ezgl-pagination .pagination {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

/* line 92, app/assets/stylesheets/_admin_tables.scss */
.ezgl-pagination a {
  color: #046a4b !important;
}

/* line 96, app/assets/stylesheets/_admin_tables.scss */
.ezgl-pagination a:hover,
.ezgl-pagination a:focus {
  color: #00744d !important;
}

/* line 101, app/assets/stylesheets/_admin_tables.scss */
.ezgl-pagination [aria-current="page"] {
  color: #fff !important;
}
