/* 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%;
}
/*

.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 .remove-competitor-btn {
    background-color: #50374a;
    color: #ff4c51;
    margin-right: 0.5rem;
}

*/
.flat-btn {
  border: none !important;
  font-size: 0.95rem !important;
  padding: 0.05rem 0.85rem !important;
}
.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;
  margin-right: 0.5rem !important;
}
.flat-delete:hover {
  background-color: #61394b !important;
  color: #ff4c51 !important;
}
.flat-warning {
  background-color: #3e392c !important;
  color: #d2b572 !important;
}
.flat-warning:hover {
  background-color: #4a4435 !important;
}
.flat-success {
  background-color: #3b4a3b !important;
  color: #b0d3b0 !important;
}
.flat-success:hover {
  background-color: #455a45 !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%;
}
/* 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%;
}
.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: 1.4rem;
}
.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__link .chev::before {
  content: "›";
  margin-left: auto;
  transition: transform 0.2s ease;
}
#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;
}
/* 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: grid;
}
#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);
}
.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: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 {
  color: #e1e1e1;
}
.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: 0.5rem 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;
}
.pod input:hover, .pod input:focus {
  border-color: #b78391;
  outline: none;
  box-shadow: 0 0 4px rgba(183, 131, 145, 0.6);
  /* Optional glow */
}
.pod button {
  transition: all 0.3s ease-in-out;
}
.pod button:hover {
  border-color: #b78391;
  background-color: #4a2e39;
}
.pod select {
  background-color: #242435;
  border: 2px solid #584a66;
  border-radius: 0.5rem;
  color: #e1e1e1;
  font-size: 1rem;
  height: 2.75rem;
  /* explicit height instead of line-height */
  padding: 0.25rem 0.5rem;
  /* for consistent spacing */
  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;
}
.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;
}
.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;
}
.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;
}
/* 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: #555;
  font-size: 0.9rem;
  transition: all 0.3s ease-in-out;
}
.block-info span {
  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%;
}
.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;
  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;
}
.login-form input {
  width: 20rem;
}
.form-floating {
  position: relative;
}
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;
  }
  .sidebar-container {
    display: none;
  }
}
/*# sourceMappingURL=custom_14.css.map */