/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Rock+Salt&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Merienda:wght@300..900&family=Nothing+You+Could+Do&display=swap");
#g-mainbar, .g-content, .g-container {
  margin: 0;
  padding: 0;
}
.g-container {
  width: 100%;
}
.alert {
  border-radius: 0.5rem !important;
}
.site-messages .alert {
  margin: 0 0 1rem 0;
}
a.flat-btn {
  text-decoration: none;
}
.flat-btn {
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  border-radius: 1rem;
  font-size: 0.95rem !important;
  line-height: 1.2 !important;
  padding: 0.45rem 0.95rem !important;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
  transition: background-color 160ms ease, border-color 160ms ease, transform 120ms ease, opacity 160ms ease;
  user-select: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}
.flat-btn:hover {
  box-shadow: 0 0 0 3px rgba(204, 38, 107, 0.08);
}
.flat-btn:active {
  transform: translateY(1px);
}
.flat-btn:focus-visible {
  outline: 2px solid rgba(204, 38, 107, 0.45);
  outline-offset: 2px;
}
.flat-btn:disabled, .flat-btn[disabled] {
  opacity: 0.55;
  cursor: not-allowed;
  transform: none;
}
.flat-btn i {
  font-size: 0.95em;
  opacity: 0.95;
  margin-right: 0.25rem;
}
.flat-default {
  background-color: #584a66 !important;
  color: #e1e1e1 !important;
}
.flat-default:hover {
  background-color: #69587a !important;
}
.flat-delete {
  background-color: #50374a !important;
  color: #ff4c51 !important;
  border-color: rgba(255, 76, 81, 0.18) !important;
  margin-right: 0.5rem !important;
}
.flat-delete:hover {
  background-color: #61394b !important;
  color: #ff4c51 !important;
  border-color: rgba(255, 76, 81, 0.28) !important;
}
.flat-warning {
  background-color: #3e392c !important;
  color: #d2b572 !important;
  border-color: rgba(210, 181, 114, 0.16) !important;
}
.flat-warning:hover {
  background-color: #4a4435 !important;
  border-color: rgba(210, 181, 114, 0.26) !important;
}
.flat-success {
  background-color: #3b4a3b !important;
  color: #b0d3b0 !important;
  border-color: rgba(176, 211, 176, 0.16) !important;
}
.flat-success:hover {
  background-color: #455a45 !important;
  border-color: rgba(176, 211, 176, 0.26) !important;
}
.hidden {
  display: none !important;
}
.sidebar-container {
  background-color: #1e1e2d;
  min-height: 100vh;
  padding: 0;
  padding: 0.5rem 0rem;
}
.sidebar-container h1 {
  color: #b78391;
  font-family: "Rock Salt", cursive;
  font-weight: 400;
  margin-top: 0;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.sidebar-container img {
  margin-top: 2rem;
  margin-bottom: 1rem;
  padding: 0 1.5rem;
}
.sidebar-menu {
  background-color: #1e1e2d;
  min-height: 100vh;
  padding: 0.5rem;
  width: 100%;
}
#section-kontests > .menu__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.6rem;
  padding-right: 0.45rem;
}
#section-kontests > .menu__link .menu__label {
  flex: 1 1 auto;
  text-align: left;
}
#section-kontests > .menu__link .chev {
  flex: 0 0 auto;
  width: 2.25rem;
  height: 2.05rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.65rem;
  margin-left: 0.35rem;
  position: relative;
}
#section-kontests > .menu__link .chev::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 7px solid rgba(255, 255, 255, 0.85);
  transform: translateY(1px);
  transition: transform 120ms ease;
}
#section-kontests > .menu__link[aria-expanded="true"] .chev::before {
  transform: rotate(90deg) translateY(1px);
}
#section-kontests > .menu__link .chev::after {
  content: "";
  position: absolute;
  left: -0.35rem;
  top: 0.35rem;
  bottom: 0.35rem;
  width: 1px;
  background: rgba(255, 255, 255, 0.1);
}
#section-kontests .k-nav-split {
  display: flex;
  justify-content: space-between;
  gap: 0.6rem;
  padding-right: 0.45rem;
}
#section-kontests .menu__label {
  flex: 1 1 auto;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  text-decoration: none;
  color: inherit;
}
#section-kontests .menu__label:hover {
  text-decoration: none;
}
/* Drawer Styling */
.drawer {
  position: fixed;
  top: 0;
  right: -100%;
  width: 25%;
  height: 100%;
  background: #1e1e2d;
  color: #fff;
  box-shadow: -2px 0 5px rgba(0, 0, 0, 0.5);
  z-index: 1001;
  transition: right 0.6s ease;
  overflow-y: auto;
  padding: 1rem;
}
/* Drawer Active State */
.drawer.active {
  right: 0;
}
/* Drawer Form Styling */
.drawer-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.drawer-form button {
  padding: 0.5rem 1rem;
  font-size: 1rem;
  cursor: pointer;
}
.drawer-form select {
  width: 100%;
}
.buttons-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 2rem;
}
.buttons-container button {
  width: 100%;
}
.kmodal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 1100;
  padding: 1.25rem;
}
.kmodal.active {
  display: flex;
  align-items: center;
  justify-content: center;
}
.kmodal-pod {
  width: 100%;
  max-width: 720px;
  padding: 2.5rem 5rem !important;
}
.kmodal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 1rem;
}
.kmodal-header .close-modal {
  background: transparent;
  border: 0;
  font-size: 1.5rem;
  line-height: 1;
}
.kmodal-pod .form-control, .kmodal-pod .form-select, .kmodal-pod select {
  height: 2.75rem;
  line-height: 2.75rem;
  padding: 0 3.25rem 0 0.75rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.kmodal-pod textarea.form-control {
  height: auto;
  line-height: 1.4;
  padding: 0.5rem 0.75rem;
}
.kmodal-pod select.form-control {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 2.75rem;
  line-height: 2.75rem;
  padding: 0 2.5rem 0 0.75rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.kmodal-pod select.form-control {
  background-color: #242435;
  color: #fff;
}
.kmodal-pod input.form-control:focus, .kmodal-pod input.form-control:active, .kmodal-pod select.form-control:focus, .kmodal-pod select.form-control:active {
  background-color: #242435;
  color: #fff;
  box-shadow: none;
  outline: 0;
}
.kmodal-pod select.form-control option {
  color: #111;
  background: #fff;
}
@media (max-width: 767.98px) {
  .kmodal {
    padding: 0.75rem;
  }
  .kmodal-pod {
    max-width: none;
    padding: 1.25rem !important;
  }
  .drawer.active {
    width: 100%;
    max-width: none;
  }
}
.email-container {
  display: none;
}
.input-container {
  height: 50px;
  position: relative;
  width: 100%;
  margin-top: 1.5rem;
}
.cut {
  background-color: transparent;
  border-radius: 10px;
  height: 20px;
  position: absolute;
  top: -20px;
  transform: translateY(0);
  transition: transform 200ms;
  width: 76px;
}
.cut-short {
  width: 50px;
}
.input:focus ~ .cut, .input:not(:placeholder-shown) ~ .cut {
  transform: translateY(8px);
}
.placeholder {
  color: #65657b;
  left: 20px;
  line-height: 14px;
  pointer-events: none;
  position: absolute;
  transform-origin: 0 50%;
  transition: transform 200ms, color 200ms, left 200ms;
  top: 0.85rem;
}
.input:focus ~ .placeholder, .input:not(:placeholder-shown) ~ .placeholder {
  left: 0;
  text-transform: uppercase;
  transform: translateY(-30px) translateX(10px) scale(0.75);
}
.input:not(:placeholder-shown) ~ .placeholder {
  color: #808097;
}
.input:focus ~ .placeholder {
  color: #fff;
  left: 0px;
}
.checkbox-container {
  align-items: center;
  display: flex;
  flex-direction: row;
}
.checkbox-wrapper-39 {
  margin-right: 1rem;
  padding-top: 0.25rem;
}
.checkbox-wrapper-39 *, .checkbox-wrapper-39 *::before, .checkbox-wrapper-39 *::after {
  box-sizing: border-box;
}
.checkbox-wrapper-39 label {
  display: block;
  width: 25px;
  height: 25px;
  cursor: pointer;
}
.checkbox-wrapper-39 input {
  visibility: hidden;
  display: none;
}
.checkbox-wrapper-39 input:checked ~ .checkbox {
  transform: rotate(45deg);
  width: 14px;
  margin-left: 12px;
  border-color: #24c78e;
  border-top-color: transparent;
  border-left-color: transparent;
  border-radius: 0;
}
.checkbox-wrapper-39 .checkbox {
  display: block;
  width: inherit;
  height: inherit;
  border: 3px solid #584a66;
  border-radius: 6px;
  transition: all 0.375s;
}
.results-container {
  align-items: center;
  display: none;
  flex-direction: column;
  font-size: 1.25rem;
  justify-content: center;
  padding: 1rem;
}
/* Overlay Styling */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
/* Overlay Active State */
.overlay.active {
  opacity: 1;
  pointer-events: auto;
}
:root {
  --c-fg:#e1e1e1;
  --c-accent:#b78391;
  --c-active-bg:#4a2e39;
  --c-sub-bg:#2a2330;
  --c-sidebar-hover-bg:#4a2e39;
}
#kontests-accordion {
  color: var(--c-fg);
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}
#kontests-accordion .menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
#kontests-accordion .menu__item {
  margin: 0.25rem 0;
}
#kontests-accordion .menu__link {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  width: 100%;
  padding: 0.25rem 0.75rem;
  color: var(--c-fg);
  text-decoration: none;
  background: transparent;
  transition: background 0.2s ease, color 0.2s ease;
}
#kontests-accordion .menu__link:hover {
  background: var(--c-sidebar-hover-bg);
  color: var(--c-fg);
}
#kontests-accordion .menu__item.has-sub .menu__link {
  cursor: pointer;
}
#kontests-accordion .menu__item--open > .menu__link .chev::before {
  transform: rotate(90deg);
}
#kontests-accordion .menu__link--active, #kontests-accordion .submenu__link--active, #kontests-accordion .menu__item--active > .menu__link {
  background: var(--c-active-bg);
  color: var(--c-fg);
  font-weight: 600;
}
/* icons only inside the new sidebar */
#kontests-accordion .menu__link i, #kontests-accordion .submenu__link i, #kontests-accordion svg {
  color: var(--c-accent);
  margin-right: 0.5rem;
  width: 1rem;
}
/* the expanding “well” (0fr → 1fr trick) */
#kontests-accordion .menu__submenu {
  background: var(--c-sub-bg);
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.25s ease, opacity 0.2s ease;
  opacity: 0;
}
#kontests-accordion .menu__item--open > .menu__submenu {
  grid-template-rows: 1fr;
  opacity: 1;
}
#kontests-accordion .menu__submenu[hidden] {
  display: none;
}
#kontests-accordion .submenu__list {
  overflow: hidden;
  list-style: none;
  margin: 0;
  padding: 0.25rem 0;
}
#kontests-accordion .submenu__link {
  display: block;
  padding: 0.25rem 0.5rem 0.25rem 1.25rem;
  color: var(--c-fg);
  text-decoration: none;
  transition: background 0.15s;
}
#kontests-accordion .submenu__link:hover {
  background: rgba(183, 131, 145, 0.15);
}
#kontests-accordion .menu__submenu {
  pointer-events: none;
}
#kontests-accordion .menu__item--open > .menu__submenu {
  pointer-events: auto;
}
#kontests-accordion .menu__submenu[hidden] {
  display: none !important;
}
#kontests-accordion .submenu__list {
  padding: 0;
  min-height: 0;
}
#kontests-accordion .menu__item--open > .menu__submenu .submenu__list {
  padding: 0.25rem 0;
}
.tab-nav {
  background-color: transparent !important;
  font-size: 0.9rem;
  margin-bottom: 1rem !important;
  padding: 0rem !important;
}
.tab-nav ul {
  display: flex;
  list-style: none;
  margin: 0;
  justify-content: space-between;
  gap: 1rem;
}
.tab-nav li {
  border-radius: 1rem;
  justify-content: center;
  list-style: none;
  padding: 0.25rem 1rem;
  text-align: center;
}
.tab-nav li i {
  margin-right: 0.5rem;
}
.tab-nav li:hover {
  background-color: #1e1e2d;
  cursor: pointer;
}
.tab-nav li.active {
  background-color: #1e1e2d;
}
#tab-data > div {
  display: none;
}
#tab-data > div:first-child {
  display: block;
}
.tab-content {
  position: relative;
}
.round-tab-options {
  position: absolute;
  top: 0;
  right: 0;
}
.actual-container {
  background-color: #262637;
  height: 100%;
  padding: 1rem 5rem;
  min-height: 761px;
  width: 100%;
}
.content-container {
  min-height: 600px;
  position: relative;
}
.pod {
  background-color: #1e1e2d;
  border-radius: 1rem;
  margin-bottom: 1.5rem;
  padding: 1rem 1.75rem;
  position: relative;
}
.pod h1, .pod h2, .pod h3, .pod h4, .pod h5, .pod h6 {
  color: #b78391;
  font-family: "Rock Salt", cursive;
  font-weight: 400;
  letter-spacing: 0.15rem;
}
.pod h1 {
  position: absolute;
  font-size: 1.5rem;
  font-weight: 500;
  top: -2rem;
  left: 1.25rem;
}
.pod h5 {
  line-height: 1.25rem;
}
.pod h6 {
  color: #e1e1e1;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  letter-spacing: normal;
}
.has-header {
  padding-top: 2.5rem;
}
.pod textarea, .pod select, .pod select option, .pod button, .pod input {
  background-color: #242435;
  border: 2px solid #584a66;
  border-radius: 0.5rem;
  color: #e1e1e1;
  font-size: 1rem;
  line-height: 2rem;
  margin: 0rem;
  padding: 0.25rem 0.5rem;
  transition: all 0.3s ease-in-out;
}
.pod input {
  border-color: #584a66;
}
.pod textarea {
  padding: 0.25rem 0.75rem;
}
.form-control:focus {
  background-color: #242435 !important;
  border-color: #b78391 !important;
  color: #e1e1e1 !important;
  outline: none !important;
  box-shadow: 0 0 4px rgba(183, 131, 145, 0.6) !important;
}
.pod textarea:focus, .pod select:hover, .pod select:focus, .pod input:hover, .pod input:focus {
  background-color: #242435;
  border-color: #b78391;
  color: #e1e1e1;
  outline: none;
  box-shadow: 0 0 4px rgba(183, 131, 145, 0.6);
}
.pod button {
  transition: all 0.3s ease-in-out;
}
.pod button:hover {
  border-color: #b78391;
  background-color: #4a2e39;
  color: #e1e1e1;
}
.pod select {
  background-color: #242435;
  border: 2px solid #584a66;
  border-radius: 0.5rem;
  color: #e1e1e1;
  font-size: 1rem;
  height: 2.75rem;
  padding: 0.25rem 0.5rem;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  box-sizing: border-box;
  transition: all 0.3s ease-in-out;
  background-image: url('data:image/svg+xml;utf8,<svg%20xmlns="http://www.w3.org/2000/svg"%20viewBox="0%200%2024%2024"%20fill="white"><path%20d="M7%2010l5%205%205-5z"/></svg>');
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 1rem;
  width: 100%;
}
.pod ::placeholder {
  color: rgba(212, 212, 212, 0.6);
}
.topbar-container {
  background-color: #262637;
  height: 100%;
  margin-top: 1rem;
  padding: 0.75rem 5rem;
  width: 100%;
}
.topbar-container .pod {
  padding: 0.25rem 1rem;
}
.topbar-container {
  background-color: #262637;
}
.topbar-menu {
  display: flex;
  align-items: center;
}
button.topbar-item {
  background-color: #262637;
  border: 0;
  border-radius: 0.5rem;
  color: #e1e1e1;
  cursor: pointer;
  margin: 0.25rem 0.5rem;
  margin-right: 1rem;
  padding: 0.25rem 1rem;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
button.topbar-item:hover {
  background-color: #856f9a;
}
.breadcrumb {
  margin-top: 0;
  padding: 0.4rem 1rem !important;
}
.breadcrumb-item a {
  color: #b78391;
  text-decoration: none;
}
.dropdown-menu {
  background-color: #1e1e2d;
}
.dropdown-item {
  color: #e1e1e1;
}
.dropdown-item:hover {
  background: #1e1e2d !important;
  color: #856f9a;
}
.account {
  background-color: #1e1e2d;
  border: 0;
  border-left: 1px solid #3c3c5e;
  cursor: pointer;
  display: flex;
  flex: 1;
  flex-direction: row;
  justify-content: flex-end;
  padding: 0 1rem;
  text-align: right;
  transition: all 0.3s ease-in-out;
}
.account:hover {
  border-color: #856f9a;
}
.mainbar {
  display: flex;
  flex: 4;
  flex-direction: row;
}
.competitor-image, .account-topbar-image {
  background: #b78391;
  border-radius: 50%;
  height: 2.25rem;
  margin-left: 1.5rem;
  width: 2.25rem;
}
.unset-session {
  color: rgba(220, 53, 69, 0.8) !important;
}
.unset-session:hover {
  color: #dc3545 !important;
}
.event-info {
  color: #999999;
  display: flex;
  font-size: 0.9rem;
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.event-info span {
  flex: 1;
  margin-right: 0.5rem;
}
.event-info span i {
  margin-right: 0.5rem;
}
#tab-data .tab-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}
#tab-data .tab-actions {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
@media (max-width: 768px) {
  #tab-data .tab-header {
    align-items: flex-start;
  }
  #tab-data .tab-actions .add-new {
    width: 100%;
    justify-content: center;
  }
}
.round-block, .location-block {
  background: transparent;
  border-bottom: 1px solid #584a66;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  margin: 0;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.round-block:hover, .location-block:hover {
  background-color: #2e2e47;
}
.round-block:hover .round-info, .location-block:hover .location-info {
  color: #9c9c9c;
}
.round-details, .location-details {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 10px;
}
.round-name, .location-name {
  font-weight: normal;
  font-size: 1.1rem;
  letter-spacing: 0.1rem;
  margin-bottom: 0;
}
.round-info, .location-info {
  color: #555;
  font-size: 0.9rem;
  transition: all 0.3s ease-in-out;
}
.round-info span, .location-info span {
  margin-right: 0.5rem;
}
/* Active state for the location block */
.active-round-block, .active-location-block {
  background-color: #2e2e47;
  /* Highlighted background */
}
/* Change text color for location-info */
.active-round-block .round-info, .active-location-block .location-info {
  color: #e9e9e9;
}
.round-expanded, .location-expanded {
  display: none;
  /* Hidden by default */
  flex-direction: column;
  background-color: #2e2e47;
  padding: 10px;
  border-top: 1px solid #584a66;
  color: #ccc;
  font-size: 0.9rem;
}
.round-expanded p, .location-expanded p {
  margin: 5px 0;
}
.manage-round-btn {
  margin-top: 10px;
  padding: 5px 10px;
  background-color: #4a3f5c;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease-in-out;
}
.manage-round-btn:hover {
  background-color: #695f7d;
}
#location_results .loc-item[data-disabled="1"] {
  cursor: not-allowed;
  opacity: 0.6;
}
#location_results .loc-item {
  border: 2px solid #584a66;
  border-radius: 0.5rem;
  cursor: pointer;
  margin-bottom: 0.75rem;
  padding: 0.5rem;
  transition: ease all 0.5s;
}
#location_results .loc-item:hover {
  background: rgba(0, 0, 0, 0.1);
  border: 2px solid #b78391;
}
#location_results .loc-item:hover {
  background: rgba(0, 0, 0, 0.04);
}
#location_results .loc-item[data-disabled="1"]:hover {
  background: transparent;
}
/* Shared styles for all block types */
.block {
  background: transparent;
  border-bottom: 1px solid #584a66;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  margin: 0;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.block:hover {
  background-color: #2e2e47;
}
.block:hover .block-info {
  color: #9c9c9c;
}
.block-details {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 10px;
}
.block-name {
  font-weight: normal;
  font-size: 1.1rem;
  letter-spacing: 0.1rem;
  margin-bottom: 0;
}
.block-info {
  color: #999;
  font-size: 0.9rem;
  transition: all 0.3s ease-in-out;
}
.block-info span {
  margin-right: 0.5rem;
}
.block-info i {
  margin-right: 0.5rem;
}
/* Active state */
.active-block {
  background-color: #2e2e47;
}
.active-block .block-info {
  color: #e9e9e9;
}
/* Expandable content */
.block-expanded {
  display: none;
  flex-direction: column;
  background-color: #2e2e47;
  padding: 10px;
  border-top: 1px solid #584a66;
  color: #ccc;
  font-size: 0.9rem;
}
.block-expanded p {
  margin: 5px 0;
}
.competitor-block {
  border-bottom: none;
}
.competitor-block .block-container {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #40405d;
  padding: 0.5rem 0.75rem;
  transition: background-color 0.3s ease-in-out;
}
.competitor-block:hover .block-container {
  background-color: #262637;
}
.competitor-block .competitor-image {
  width: 2.25rem;
  height: 2.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #4a2e39;
  margin-right: 1.5rem;
}
.competitor-block .competitor-image i {
  margin-left: 0;
  margin-right: 0;
}
.competitor-block .block-details {
  width: 80%;
  display: flex;
  flex-direction: column;
  padding: 0 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.competitor-block .details-top {
  flex-direction: column;
  margin-bottom: 0.5rem;
  padding: 1rem 0.5rem;
}
.competitor-block .block-name {
  display: flex;
  font-size: 0.95rem;
  font-weight: normal;
  line-height: 1.1rem;
  margin-bottom: 5px;
}
.competitor-block .block-sub {
  color: #666;
  display: flex;
  font-size: 0.8rem;
  line-height: 1rem;
  transition: all 0.3s ease-in-out;
}
.competitor-block .block-sub span {
  flex: 1;
}
.competitor-block .block-expanded {
  background-color: #262637;
  display: none;
  flex-direction: column;
  padding: 10px;
  border-top: 1px solid #1e1e2d;
  color: #e1e1e1;
  font-size: 0.9rem;
}
.active-block .block-container {
  background-color: #262637;
}
.active-block .block-sub {
  color: #b78391;
}
.competitor-block .button-container {
  display: flex;
  justify-content: right;
  margin-top: 0.75rem;
}
.competitor-block .remove-competitor-btn, .competitor-block .manage-competitor-btn {
  background-color: #584a66;
  border: none;
  color: #e1e1e1;
  font-size: 0.95rem;
  padding: 0.05rem 0.85rem;
}
.competitor-block .manage-competitor-btn:hover {
  background-color: #69587a;
}
.competitor-block .remove-competitor-btn {
  background-color: #50374a;
  color: #ff4c51;
  margin-right: 0.5rem;
}
.competitor-block .remove-competitor-btn:hover {
  background-color: #61394b;
  color: #ff4c51;
}
/* Manage buttons */
.manage-btn {
  margin-top: 10px;
  padding: 5px 10px;
  background-color: #4a3f5c;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease-in-out;
}
.manage-btn:hover {
  background-color: #695f7d;
}
.details-top {
  display: flex;
}
.details-top div {
  flex: 1;
}
.details-round-container {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  width: 100%;
}
.details-round {
  flex: 0 1 calc(50% - 0.5rem);
  background-color: #2c2c41;
  border-radius: 0.5rem;
}
.details-entries {
  padding: 0.5rem;
}
.details-name {
  color: #b78391;
  font-family: "Rock Salt", cursive;
  font-size: 0.95rem;
  font-weight: normal;
  padding: 0.5rem;
}
.details-round-competitors {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 0.5rem;
}
.details-round-competitors div {
  flex: 1;
}
.sub-filters {
  display: flex;
  justify-content: space-between;
}
.sub-filters input, .sub-filters select {
  flex: 1;
  padding: 10px;
  font-size: 16px;
  line-height: 1.2;
  height: 42px;
  box-sizing: border-box;
}
.sub-filters input {
  margin-left: 1rem;
}
.sub-filters select {
  margin-right: 0;
  /* Prevent extra space for the last element */
}
.loading-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
}
.loading-overlay.spinner-active {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
}
.spinner {
  width: 50px;
  height: 50px;
  border: 6px solid #e0e0e0;
  border-top: 6px solid #50374a;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.judging-panel {
  min-height: 250px;
  position: relative;
}
.judging-event-block-container {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: space-between;
}
.judging-event-block-container h4 {
  flex: 1 1 100%;
}
.judging-event-block {
  flex: 1 1 calc(33.33% - 1rem);
  max-width: calc(33.33% - 1rem);
  box-sizing: border-box;
}
.judging-event-block-content {
  align-items: center;
  border: 2px solid #2c2c41;
  border-radius: 0.5rem;
  display: flex;
  flex-direction: column;
  padding: 1rem;
  height: 100%;
  text-align: center;
}
.judging-event-block-content:hover {
  border-color: #455a45;
}
.judging-event-block-content h6 {
  margin: 0;
  word-wrap: break-word;
}
.judging-event-block-content img {
  height: auto;
  width: 125px;
}
.judging-entry-container {
  width: 100%;
}
.judging-entry-block {
  background-color: #2c2c41;
  border: 1px solid #2c2c41;
  border-radius: 0.5rem;
  cursor: pointer;
  margin-bottom: 0.5rem;
  padding: 0.5rem;
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.judging-entry-block:hover {
  background-color: #1e1e2d;
}
.judging-entry-block-content h6 {
  border-bottom: 1px solid #2c2c41;
  color: #b78391;
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
  width: 100%;
}
.judging-entry-block-content {
  align-items: center;
  border: 2px solid #2c2c41;
  border-radius: 0.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1rem;
  height: 100%;
  text-align: center;
}
h6.card-competitor-name {
  color: #b78391;
  font-size: 1.2rem;
  margin-bottom: 0;
  padding-top: 0.5rem;
  text-transform: uppercase;
  width: 100%;
}
.competitor-avatar {
  width: 84px;
  height: 84px;
  border-radius: 999px;
  background: #1a1a2a;
  border: 2px solid #2c2c41;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin: 0.25rem 0 0.75rem;
}
.competitor-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.competitor-avatar__initial {
  color: rgba(255, 255, 255, 0.9);
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1;
}
.category-sub {
  border-bottom: 2px solid #2c2c41;
  color: rgba(225, 225, 225, 0.6);
  margin-bottom: 1.25rem;
  margin-top: -0.25rem;
  padding-bottom: 0.5rem;
  width: 100%;
}
@media (max-width: 768px) {
  .judging-event-block {
    flex: 1 1 calc(50% - 1rem);
    /* 2 per row on smaller screens */
    max-width: calc(50% - 1rem);
  }
}
@media (max-width: 480px) {
  .judging-event-block {
    flex: 1 1 100%;
    /* 1 per row on very small screens */
    max-width: 100%;
  }
}
.judging-form-block {
  width: 100%;
}
.judging-form-block-content {
  width: inherit;
}
.card-profile-img {
  background-color: #2c2c41;
  border-radius: 50%;
  height: 5rem;
  margin-bottom: 1rem;
  width: 5rem;
}
.form-row {
  background-color: #262637;
  border-radius: 1rem;
  display: flex;
  flex-direction: row;
  margin-top: 1.25rem;
  padding: 0.4rem 0.8rem;
}
.points-row {
  flex-direction: row;
}
.form-column-points, .form-column-info, .form-row-info {
  background-color: #262637;
  display: flex;
  flex: 4;
  flex-direction: row;
  position: relative;
}
.form-column-points {
  flex: 1;
  flex-direction: column;
}
.form-column-info {
  flex-direction: column;
}
.form-row-info .form-description {
  flex: 4;
}
.form-column-points input, .form-column-info input, .form-row-info input {
  flex: 1;
  font-size: 1.75rem;
  line-height: 2rem;
  padding: 1rem 0rem;
  text-align: center;
}
.form-column-points .points {
  align-items: center;
  color: rgba(225, 225, 225, 0.5);
  font-size: 0.8rem;
  display: flex;
  justify-content: center;
  position: relative;
  right: 0rem;
  top: 0rem;
}
.form-column-info label, .form-row-data label, .form-row-info label {
  color: #b78391;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.1rem;
}
.form-column-info .form-row-data label {
  margin-bottom: 1rem;
}
.form-row-data {
  flex: 1;
}
.form-description {
  color: rgba(225, 225, 225, 0.75);
  font-size: 0.9rem;
  line-height: 1.33rem;
  padding-right: 1rem;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
/* Initial style for session items */
#session-event, #session-round, #session-competitor {
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}
/* When the "updated" class is added */
.updated {
  background-color: #a98b45 !important;
  color: #000 !important;
  /* Main background color */
  animation: pulse-warning 1.5s ease-out forwards;
}
/* Pulse animation with warning/edit colors */
@keyframes pulse-warning {
  0% {
    box-shadow: 0 0 0 0 rgba(210, 181, 114, 0.7);
    /* Start with light color */
  }
  50% {
    box-shadow: 0 0 20px 10px rgba(74, 68, 53, 0.4);
    /* Midpoint darker color */
  }
  100% {
    box-shadow: 0 0 0 0 rgba(74, 68, 53, 0);
    /* Fade out */
  }
}
.login-wrapper {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 100vh;
}
.login-container {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.login-form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: min(26rem, 92vw);
}
.login-form input {
  width: 100%;
}
.login-remember {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 0.75rem;
}
.login-remember input[type="checkbox"] {
  margin: 0;
}
.form-floating {
  position: relative;
}
.form-floating input {
  margin-bottom: 1rem;
}
input:-webkit-autofill {
  background-color: #242435 !important;
  color: #e1e1e1 !important;
  font-family: "Montserrat", sans-serif !important;
  box-shadow: 0 0 0px 1000px #242435 inset !important;
  border-color: rgba(225, 225, 225, 0.25) !important;
  -webkit-text-fill-color: #e1e1e1 !important;
}
input:-webkit-autofill:focus {
  background-color: #262637 !important;
  color: #e1e1e1 !important;
  -webkit-text-fill-color: #e1e1e1 !important;
  font-family: "Montserrat", sans-serif !important;
  border-color: rgba(225, 225, 225, 0.5) !important;
}
.form-floating input:not(:placeholder-shown) ~ label, .form-floating input:-webkit-autofill ~ label {
  color: #e1e1e1 !important;
}
/* Remove internal autofill highlight in Firefox */
input:-internal-autofill-selected {
  background-color: #242435 !important;
  color: #e1e1e1 !important;
  font-family: "Montserrat", sans-serif !important;
}
.search-field {
  background-color: #262637 !important;
}
.chosen-container {
  background: #262637 !important;
  background-color: #262637 !important;
}
.chosen-container-multi .chosen-choices {
  background: #262637 !important;
  background-color: #262637 !important;
  border: 1px solid #b78391 !important;
  border-radius: 0.5rem !important;
  padding: 0.25rem 0.5rem !important;
}
.chosen-container-multi .chosen-choices li.search-choice {
  background-color: #1e1e2d !important;
  border: 1px solid #1e1e2d !important;
  background-image: none !important;
  color: #eee !important;
  padding: 0.35rem 1.25rem 0.35rem 0.5rem !important;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  right: 0.2rem !important;
  top: 0.4rem !important;
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  font-family: "Montserrat", sans-serif !important;
}
.chosen-container-multi .chosen-drop {
  background-color: #1e1e2d !important;
  color: #444 !important;
}
.chosen-container-multi .chosen-drop .result-selected {
  color: #444 !important;
}
.chosen-container .chosen-results {
  color: #e1e1e1 !important;
}
.chosen-container .chosen-results li.highlighted {
  background-color: #b78391 !important;
  background-image: none !important;
}
.results-table {
  display: flex;
  flex-direction: column;
  width: 100%;
  overflow: hidden;
  margin-top: 2rem;
  margin-bottom: 5rem;
}
.results-header, .results-row {
  display: flex;
  width: 100%;
  background-color: #1e1e2d;
  /* Dark background */
}
.results-header {
  font-weight: bold;
  background-color: #2d2d3a;
  /* Slightly darker for header */
}
.cell {
  flex: 1;
  padding: 0.5rem;
  text-align: center;
  color: #e1e1e1;
  /* Light text */
}
.header-cell {
  text-transform: uppercase;
}
.results-row:nth-child(even) {
  background-color: #262637;
  /* Alternating row color */
}
.expand-hidden {
  display: none;
}
.expand-row {
  background-color: #262637;
  padding: 0px 20px;
  border-top: 1px solid #2d2d3a;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out, padding 0.1s ease-out;
}
.expand-row.active {
  max-height: 200px;
  padding: 20px;
}
.expand-content {
  font-size: 14px;
  color: #e1e1e1;
}
.scorecard {
  border: 1px solid #2d2d3a;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
}
.users-content .form-row-data label {
  color: #fff;
  font-weight: normal;
  line-height: 0.5rem;
  margin-bottom: 0rem;
}
.users-content .form-row-data {
  padding: 1rem;
}
@media (max-width: 768px) {
  .actual-container {
    padding: 0.5rem;
  }
}
.overview-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.dashboard-current-container, .dashboard-upcoming-container, .dashboard-previous-container {
  margin-bottom: 1.5rem;
  padding: 0rem 1rem 0.5rem 1rem;
}
.dashboard-current-container {
  background-color: #262637;
  border-radius: 1rem;
  border-top: 1px solid transparent;
}
.dashboard-current-container h4 {
  font-weight: bold;
}
.round-row {
  align-items: center;
  display: flex;
  gap: 1rem;
  padding: 0.35rem 1rem;
}
.round-row:hover {
  background: rgba(255, 255, 255, 0.03);
  border-radius: 8px;
}
.round-date {
  display: flex;
  align-items: center;
  flex: 0 0 140px;
}
.round-main {
  flex: 1 1 auto;
  display: flex;
  gap: 1rem;
}
.round-title {
  flex: 0 0 110px;
  white-space: nowrap;
}
.round-meta {
  flex: 1 1 auto;
  min-width: 0;
}
.round-actions {
  flex: 0 0 120px;
  text-align: right;
  white-space: nowrap;
}
.round-pill {
  display: inline-block;
  padding: 0.2rem 0.6rem;
  border: 1px solid #b78391;
  border-radius: 999px;
  background-color: #4a2e39;
  line-height: 1.2;
  white-space: nowrap;
}
.overview-list a {
  color: #e1e1e1;
  text-decoration: none;
  display: inline-block;
  background-image: linear-gradient(#b78391, #b78391);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size 0.25s ease-in-out;
}
.overview-list a:hover {
  background-size: 100% 1px;
}
.k-split {
  position: relative;
  display: inline-flex;
  align-items: stretch;
  gap: 0;
}
.k-split > .k-btn {
  height: 34px;
  padding: 0 0.75rem;
  line-height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  border-radius: 0;
}
.k-split > .k-btn--split {
  height: 34px;
  width: 38px;
  padding: 0;
  line-height: 34px;
  margin: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-left: 0 !important;
  border-radius: 0;
}
.k-split > .k-btn:first-child {
  border-top-left-radius: 0.65rem;
  border-bottom-left-radius: 0.65rem;
}
.k-split > .k-btn--split {
  border-top-right-radius: 0.65rem;
  border-bottom-right-radius: 0.65rem;
}
.k-caret {
  display: inline-block;
  transform: translateY(0);
}
.k-btn {
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.92);
  padding: 0.42rem 0.7rem;
  line-height: 1;
  border-radius: 0.65rem;
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 500;
  user-select: none;
  cursor: pointer;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.k-split .k-btn:first-child {
  border-top-left-radius: 0.65rem;
  border-bottom-left-radius: 0.65rem;
}
.k-split .k-btn--split {
  border-top-right-radius: 0.65rem;
  border-bottom-right-radius: 0.65rem;
}
.k-btn:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.96);
  text-decoration: none;
}
.k-btn:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(183, 131, 145, 0.25);
}
.k-btn--primary {
  background: rgba(183, 131, 145, 0.16) !important;
  border-color: rgba(183, 131, 145, 0.28) !important;
}
.k-btn--primary:hover {
  background: rgba(183, 131, 145, 0.22) !important;
  border-color: rgba(183, 131, 145, 0.36) !important;
}
.k-btn--split {
  width: 2.25rem;
  padding: 0.42rem 0;
  margin-left: 0.35rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.k-caret {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 7px solid rgba(255, 255, 255, 0.85);
}
.k-split .k-caret {
  display: inline-block;
  transform: translateY(1px);
}
.k-menu {
  position: absolute;
  right: 0;
  top: calc(100% + 0.4rem);
  min-width: 190px;
  background: rgba(22, 22, 34, 0.98);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0.8rem;
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.35);
  padding: 0.35rem;
  z-index: 9999;
}
.k-menu[hidden] {
  display: none;
}
.k-menu__item {
  display: block !important;
  padding: 0.55rem 0.6rem;
  border-radius: 0.6rem;
  color: rgba(255, 255, 255, 0.92);
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 500;
  line-height: 1.1;
  transition: none !important;
}
.k-menu__item:hover {
  background: rgba(183, 131, 145, 0.16);
  color: rgba(255, 255, 255, 0.96);
  text-decoration: none;
}
.k-menu__sep {
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
  margin: 0.35rem 0.25rem;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
@media (max-width: 767.98px) {
  #actual-container .row > [class^="col-"], #actual-container .row > [class*=" col-"] {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .pod {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .drawer {
    width: 100%;
    max-width: none;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 0;
  }
}
.k-flash-new {
  animation: kFlashNew 1.6s ease-out 1;
}
@keyframes kFlashNew {
  0% {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    outline: 2px solid rgba(255, 255, 255, 0);
    background-color: rgba(255, 255, 255, 0.12);
    transform: translateY(-2px);
  }
  25% {
    box-shadow: 0 0 18px rgba(255, 255, 255, 0.18);
    outline: 2px solid rgba(255, 255, 255, 0.25);
    background-color: rgba(255, 255, 255, 0.1);
    transform: translateY(0);
  }
  100% {
    box-shadow: 0 0 0 rgba(255, 255, 255, 0);
    outline: 2px solid rgba(255, 255, 255, 0);
    background-color: rgba(255, 255, 255, 0);
    transform: translateY(0);
  }
}
.criteria-cats {
  display: grid;
  gap: 0.35rem;
  margin-bottom: 0.5rem;
}
.criteria-cats__head {
  display: grid;
  grid-template-columns: 28px 1fr 160px 40px;
  gap: 0.75rem;
  padding: 0.35rem 0.25rem;
  opacity: 0.85;
}
.criteria-cats__row {
  display: grid;
  grid-template-columns: 28px 1fr 160px 40px;
  gap: 0.75rem;
  align-items: center;
  padding: 0.1rem 0.55rem;
  border-radius: 0.65rem;
  cursor: pointer;
}
.criteria-cats__row .form-check-input {
  margin: 0;
}
.criteria-cats__row .criteria-cat-delete {
  padding: 0.25rem 0.5rem !important;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.criteria-cats__row:hover {
  background: rgba(255, 255, 255, 0.04);
}
.criteria-cats__name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.set-item-row {
  background-color: #1e1e2d;
  border-radius: 0.75rem;
}
.set-item-row textarea {
  resize: vertical;
}
.set-item-row .form-control {
  height: 38px;
}
.set-item-row .set-item-min, .set-item-row .set-item-max {
  text-align: center;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.set-item-row .set-item-remove {
  margin-right: 0 !important;
  padding: 0 !important;
  border-radius: 0.65rem;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
}
.set-item-row .set-item-remove i {
  margin-right: 0 !important;
}
.kontests-accent {
  color: #b78391;
}
.selected-set__meta {
  margin-left: 0.5rem;
}
.form-section {
  border: 0;
  margin: 0 0 1rem 0;
  padding: 0;
}
.section-title {
  font-size: 0.85rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  opacity: 0.8;
  margin: 0 0 0.6rem 0;
}
.form-grid {
  display: grid;
  gap: 0.85rem;
}
@media (min-width: 768px) {
  .form-grid-2 {
    grid-template-columns: 1fr 1fr;
  }
}
.input-container {
  position: relative;
}
.input-hint {
  font-size: 0.75rem;
  opacity: 0.7;
  margin-top: 0.35rem;
  padding-left: 0.2rem;
}
.judging-entry-block.is-disabled {
  opacity: 0.75;
  cursor: default;
}
.judging-entry-block .entry-status-pill {
  display: inline-block;
  margin-left: 0.5rem;
  padding: 0.1rem 0.45rem;
  border-radius: 999px;
  font-size: 0.75rem;
  line-height: 1.2;
  opacity: 0.9;
}
.results-entry-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.results-entry-chip {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.6rem;
  padding: 0.25rem 0.6rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
}
.results-entry-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 18rem;
}
.results-entry-points {
  font-weight: 600;
  white-space: nowrap;
}
table.results-table {
  display: block;
  width: 100%;
  margin-top: 1.25rem;
  border: 1px solid #2d2d3a;
  border-radius: 0.75rem;
  overflow: hidden;
  background: #1e1e2d;
}
table.results-table thead, table.results-table tbody {
  display: block;
  width: 100%;
}
table.results-table thead tr, table.results-table tbody tr.results-row {
  display: flex;
  align-items: center;
  width: 100%;
}
table.results-table thead tr {
  background: #2d2d3a;
  border-bottom: 1px solid #2d2d3a;
}
table.results-table thead th, table.results-table tbody tr.results-row td {
  padding: 0.85rem 1rem;
  color: #e1e1e1;
  border: 0;
}
/* column sizing */
table.results-table thead th:nth-child(1), table.results-table tbody tr.results-row td:nth-child(1) {
  flex: 2;
  min-width: 180px;
}
table.results-table thead th:nth-child(2), table.results-table tbody tr.results-row td:nth-child(2) {
  flex: 4;
  min-width: 260px;
}
table.results-table thead th:nth-child(3), table.results-table tbody tr.results-row td:nth-child(3) {
  flex: 1;
  min-width: 90px;
  text-align: right;
}
table.results-table tbody tr.results-row {
  background: #1e1e2d;
  border-bottom: 1px solid #262637;
  cursor: pointer;
}
table.results-table tbody tr.results-row:nth-of-type(even) {
  background: #262637;
}
table.results-table tbody tr.results-row:hover {
  filter: brightness(1.06);
}
/* entries: kill the "pill" look, make it clean inline blocks */
.results-entry-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 0.75rem;
  align-items: center;
}
.results-entry-chip {
  display: inline-flex;
  align-items: baseline;
  gap: 0.4rem;
  padding: 0;
  border: 0;
  background: transparent;
  border-radius: 0;
}
.results-entry-name {
  color: #e1e1e1;
}
.results-entry-points {
  font-weight: 600;
  color: #e1e1e1;
}
.results-entry-points .muted {
  font-weight: 400;
  opacity: 0.7;
}
.results-pod {
  --results-accent: #b78391;
}
.results-pod .results-grid {
  display: grid;
  width: 100%;
  border: 1px solid #2a2330;
  border-radius: 0.9rem;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.02);
}
.results-pod .results-grid__row {
  display: contents;
}
.results-pod .results-grid__row--head .results-grid__cell {
  font-weight: 600;
  border-bottom: 1px solid color-mix(in srgb, var(--results-accent) 70%, transparent);
  background: #2a2330;
}
.results-pod .results-grid__cell {
  padding: 1rem 1.1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.results-pod .results-grid__cell--name {
  text-align: left;
}
.results-pod .results-grid__cell--entry, .results-pod .results-grid__cell--overall {
  text-align: right;
  white-space: nowrap;
}
.results-pod .results-grid__cell--overall {
  border-left: 1px solid rgba(255, 255, 255, 0.06);
}
.results-pod .js-results-row {
  cursor: pointer;
}
.results-pod .js-results-row:hover .results-grid__cell {
  background: rgba(255, 255, 255, 0.03);
}
.results-pod .results-entry-points {
  font-weight: 600;
}
@media (max-width: 900px) {
  .results-pod .results-grid__cell {
    padding: 0.85rem 0.85rem;
  }
}
.results-expand-row {
  grid-column: 1 / -1;
  padding: 0.75rem 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}
.js-results-row.is-open {
  background: rgba(255, 255, 255, 0.03);
}
.results-breakdown-table {
  background: rgba(255, 255, 255, 0.02);
  border-radius: 0.75rem;
  overflow: hidden;
  border: 1px solid rgba(140, 102, 116, 0.35);
}
.results-breakdown-table .table-sm {
  border: 0;
}
.results-breakdown-table .table-sm th, .results-breakdown-table .table-sm td {
  border-bottom: 1px solid rgba(140, 102, 116, 0.35);
}
/* optional: vertical separators */
.results-breakdown-table .table-sm th + th, .results-breakdown-table .table-sm td + td {
  border-left: 1px solid rgba(140, 102, 116, 0.18);
}
.results-breakdown-table .table-sm tbody tr:last-child td {
  border-bottom: 0;
}
.table-sm tbody td {
  border-bottom-color: #8c6674;
  padding: 0.5rem;
}
.table-sm thead th {
  padding: 0.5rem;
}
.k-tab {
  border: 1px solid transparent !important;
  border-bottom: none !important;
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
  margin-left: 0.5rem !important;
}
.k-tab:disabled {
  cursor: not-allowed;
  opacity: 0.6;
}
.k-tab i {
  margin-right: 0.5rem !important;
}
.k-tabs__panel {
  display: none;
}
.k-tabs__panel.is-active {
  display: block;
}
.k-tab.is-active {
  background-color: #4a2e39 !important;
  border: 1px solid #8c6674 !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-bottom: none !important;
}
.k-tabs__boxed .k-tab {
  border: 1px solid transparent !important;
  border-radius: 0.5rem !important;
}
/* selected user tabs: boxed style override */
.k-table {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(140, 102, 116, 0.35);
  border-radius: 0.75rem;
  overflow: hidden;
}
.k-table.table {
  margin: 0;
  color: rgba(225, 225, 225, 0.92);
  background: transparent;
  border-collapse: separate;
  border-spacing: 0;
}
.k-table thead th {
  background: rgba(74, 46, 57, 0.38);
  color: rgba(225, 225, 225, 0.92);
  font-weight: 600;
  letter-spacing: 0.02em;
  border-bottom: 1px solid rgba(140, 102, 116, 0.35);
}
.k-table tbody td {
  background: transparent;
  border-bottom: 1px solid rgba(140, 102, 116, 0.22);
}
.k-table th + th, .k-table td + td {
  border-left: 1px solid rgba(140, 102, 116, 0.14);
}
.k-table tbody tr:nth-of-type(even) td {
  background: rgba(255, 255, 255, 0.015);
}
.k-table tbody tr:hover td {
  background: rgba(183, 131, 145, 0.06);
}
.k-table tbody tr:last-child td {
  border-bottom: 0;
}
.k-table td.text-end {
  white-space: nowrap;
}
.k-table--perm.table-sm thead th, .k-table--perm.table-sm tbody td {
  padding: 0.6rem 0.75rem;
}
.table-responsive:has(.k-table) {
  border-radius: 0.75rem;
}
.results-breakdown-comments-block {
  margin-top: 0.75rem;
}
.results-breakdown-comments-title {
  font-weight: 600;
  margin-bottom: 0.35rem;
  opacity: 0.9;
}
.results-breakdown-table {
  background: rgba(255, 255, 255, 0.02);
  border-radius: 0.75rem;
  overflow: hidden;
  border: 1px solid rgba(140, 102, 116, 0.35);
}
.results-breakdown-table .table {
  background: transparent;
  border-collapse: separate;
  border-spacing: 0;
  margin: 0;
}
.results-breakdown-table .table thead th {
  background: rgba(74, 46, 57, 0.35);
  /* matches your active tab vibe */
}
.results-breakdown-table .table thead th {
  background: rgba(74, 46, 57, 0.35);
}
.results-breakdown-table .table {
  border-collapse: separate;
  border-spacing: 0;
  margin: 0;
}
.login-btn.is-loading {
  opacity: 0.8;
  pointer-events: none;
}
.kresults-filter {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  gap: 0.75rem;
  padding: 0.5rem 0.25rem 1.25rem 0.25rem;
}
.kresults-filter__group {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  min-width: 180px;
  flex: 1 1 180px;
}
.kresults-filter__group--entries {
  max-width: 160px;
  flex: 0 1 160px;
}
.kresults-filter__label {
  color: #e1e1e1;
  opacity: 0.75;
  font-size: 0.9rem;
  line-height: 1.2;
  padding-left: 0.1rem;
}
.kresults-filter .kfilter-input {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  min-height: 42px;
  height: 42px;
  box-sizing: border-box;
  border: 1px solid #8c6674;
  border-radius: 0.5rem;
  background: #3f2731;
  color: #f3f3f3;
  padding: 0 2.5rem 0 0.85rem;
  line-height: 1.2;
  outline: none;
  box-shadow: none;
}
.kresults-filter .kfilter-input:focus {
  border-color: #b78391;
  box-shadow: 0 0 0 0.15rem rgba(183, 131, 145, 0.18);
}
.kresults-filter .kfilter-input option {
  color: #e1e1e1;
}
.kresults-filter__actions {
  display: flex;
  align-items: end;
  gap: 0.5rem;
  flex: 0 0 auto;
  margin-left: auto;
}
.kresults-filter .flat-btn {
  min-height: 42px;
  height: 42px;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 1;
}
.kresults-filter__group {
  position: relative;
}
.kresults-filter__group::after {
  content: "";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.75);
  position: absolute;
  right: 0.85rem;
  bottom: 13px;
  pointer-events: none;
}
@media (max-width: 991px) {
  .kresults-filter__actions {
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .kresults-filter {
    gap: 0.65rem;
  }
  .kresults-filter__group, .kresults-filter__group--entries {
    min-width: 100%;
    max-width: 100%;
    flex: 1 1 100%;
  }
  .kresults-filter__actions {
    width: 100%;
  }
  .kresults-filter__actions .flat-btn {
    flex: 1 1 0;
  }
}
@media (max-width: 768px) {
  .login-wrapper {
    padding: 1rem;
    min-height: 100vh;
  }
  .login-wrapper .pod {
    background-color: transparent;
  }
  .login-wrapper .login-btn, .login-buttons, .login-form {
    width: 100%;
  }
  .login-container {
    width: 100%;
    max-width: 28rem;
  }
}
@media (max-width: 768px) {
  .pod {
    padding: 1rem 1rem;
    border-radius: 0.85rem;
  }
  .row {
    --bs-gutter-x: 0.75rem;
  }
  .table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 768px) {
  html, body {
    overflow-x: hidden;
  }
  body.is-sidebar-open {
    overflow: hidden;
    height: 100dvh;
    touch-action: none;
  }
  .k-sidebar {
    display: block !important;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: min(86vw, 360px);
    max-width: 360px;
    height: 100dvh;
    margin: 0 !important;
    padding: 0.75rem 0 1.5rem;
    background: #1e1e2d;
    color: #fff;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    transform: translateX(-100%);
    transition: transform 0.25s ease;
    z-index: 1001;
    box-shadow: 8px 0 24px rgba(0, 0, 0, 0.35);
  }
  body.is-sidebar-open .k-sidebar {
    transform: translateX(0);
    opacity: 1;
    pointer-events: auto;
  }
  .k-sidebar-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    opacity: 1;
    pointer-events: auto;
    z-index: 1000;
  }
  .k-sidebar-toggle {
    position: fixed;
    top: 0.85rem;
    left: 0.85rem;
    z-index: 1002;
    border: 0;
    border-radius: 999px;
    padding: 0.55rem 0.7rem;
    cursor: pointer;
    background: #584a66;
    color: #e1e1e1;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.35);
  }
  .k-sidebar-toggle__icon {
    font-size: 1.25rem;
    line-height: 1;
    display: inline-block;
  }
  .sidebar-container, .sidebar-menu, #kontests-accordion {
    height: auto;
    min-height: 0;
    background: #1e1e2d;
  }
  .sidebar-container {
    padding-top: 0.75rem;
  }
  .sidebar-container h1 {
    padding-left: 4.25rem;
    padding-right: 1rem;
  }
  .k-sidebar > img, .k-sidebar img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 1rem auto 0.75rem;
    padding: 0 1rem;
  }
  .k-sidebar .menu {
    margin: 0;
    padding: 0 0 1rem;
  }
  .k-sidebar .menu__link, .k-sidebar .submenu__link {
    display: flex;
    align-items: center;
    width: 100%;
  }
  .topbar-row {
    display: none !important;
  }
  #full-view-container {
    margin-left: 0;
    margin-right: 0;
    --bs-gutter-x: 0;
  }
  #sidebar-container {
    display: block;
    flex: 0 0 0;
    width: 0;
    max-width: 0;
    padding: 0;
    margin: 0;
    overflow: visible;
  }
  .main-container {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .topbar-row {
    margin-left: 0;
    margin-right: 0;
  }
  .topbar-container {
    padding-left: 0;
    padding-right: 0;
  }
  .main-container > .row {
    --bs-gutter-x: 0.75rem;
  }
}
@media (min-width: 769px) {
  .k-sidebar-toggle, .k-sidebar-overlay {
    display: none !important;
  }
}
@media (max-width: 991.98px) {
  .drawer {
    position: fixed;
    inset: 0 auto 0 0;
    top: 0;
    left: 0;
    right: auto;
    width: min(86vw, 360px);
    max-width: 360px;
    height: 100dvh;
    padding: 1rem 1rem 2rem;
    background: #1e1e2d;
    box-shadow: -2px 0 16px rgba(0, 0, 0, 0.45);
    transform: translateX(-100%);
    transition: transform 0.3s ease;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    z-index: 1001;
  }
  .drawer.active {
    transform: translateX(0);
  }
  .overlay {
    position: fixed;
    inset: 0;
    width: 100vw;
    height: 100dvh;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.25s ease;
    z-index: 1000;
  }
  .overlay.active {
    opacity: 1;
    pointer-events: auto;
  }
  .buttons-container {
    flex-direction: column;
    gap: 0.75rem;
    margin-top: 1.25rem;
  }
  .buttons-container button, .buttons-container .btn {
    width: 100%;
  }
  .drawer h1, .drawer h2, .drawer h3 {
    font-size: clamp(2rem, 8vw, 3.2rem);
    line-height: 1;
    word-break: break-word;
    margin-bottom: 1rem;
  }
  .drawer .form-control, .drawer input, .drawer select, .drawer textarea {
    width: 100%;
  }
  .k-sidebar .drawer {
    width: 100%;
    max-width: none;
  }
  .topbar-container {
    padding: 0.75rem 1rem;
  }
  .topbar-menu {
    flex-wrap: wrap;
    gap: 0.5rem;
    align-items: center;
  }
  button.topbar-item {
    margin: 0.25rem 0.25rem 0.25rem 0;
  }
}
@media (max-width: 768px) {
  .platform-content.container {
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .platform-content.container > .row, .platform-content.container .col, #topbar-container, #content-container, .main-container, .topbar-row, .content-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .platform-content.container .row {
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
  }
  #sidebar-container {
    display: none !important;
  }
  .main-container, .col-12.col-md-10 {
    flex: 0 0 100% !important;
    width: 100% !important;
    max-width: 100% !important;
  }
  #topbar-container {
    display: none !important;
  }
  .pod {
    padding: 1rem !important;
  }
}
@media (max-width: 768px) {
  .dashboard-previous-container, .dashboard-current-container, .dashboard-upcoming-container {
    margin-top: 1rem;
  }
  .overview-list {
    margin-top: 0.5rem;
  }
  .overview-list h4 {
    margin-bottom: 0.85rem;
  }
  .overview-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .overview-list li {
    margin: 0 0 0.85rem 0;
    padding: 0;
  }
  .round-row {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0.5rem;
    padding: 0.85rem 0.9rem;
  }
  .round-date {
    display: block;
    flex: 0 0 auto;
    width: 100%;
  }
  .round-main {
    display: block;
    flex: 0 0 auto;
    width: 100%;
    gap: 0;
  }
  .round-title {
    display: block;
    flex: 0 0 auto;
    width: 100%;
    white-space: normal;
    margin-top: 0.2rem;
    font-weight: 600;
  }
  .round-meta {
    display: block;
    flex: 0 0 auto;
    width: 100%;
    min-width: 0;
    line-height: 1.4;
  }
  .round-actions {
    flex: 0 0 auto;
    width: 100%;
    text-align: left;
    white-space: normal;
    margin-top: 0.4rem;
  }
  .round-actions .btn, .round-actions button, .round-actions a {
    max-width: 100%;
  }
  .round-pill {
    white-space: normal;
  }
  .round-actions > * {
    width: 100%;
    max-width: 100%;
  }
  .round-actions .btn, .round-actions button, .round-actions a {
    white-space: normal;
  }
  .pod.has-header > h1 {
    padding-right: 3.25rem;
  }
  .dashboard-previous-container {
    display: none !important;
  }
}
@media (max-width: 768px) {
  #content-container, .actual-container {
    padding-top: 3.25rem !important;
  }
  .pod.has-header > h1, .pod h1 {
    margin-top: 0;
    padding-right: 3.25rem;
  }
  .overview-list li + li {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    margin-top: 0.85rem;
    padding-top: 0.85rem;
  }
  .dashboard-current-container .overview-list li, .dashboard-upcoming-container .overview-list li {
    margin-bottom: 0;
  }
}
/*# sourceMappingURL=custom_14.css.map */