@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.olwso25aue.bundle.scp.css';
@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.25o87uqmvr.bundle.scp.css';

/* /Components/Admin/CompetitionDetails/ArtCompetitionDetail.razor.rz.scp.css */
.form-check-label[b-wf0e5y1zl8] {
    white-space: nowrap;
}
/* /Components/Admin/Components/Schedule/AddEditEvent.razor.rz.scp.css */
.category-select[b-cm6z3t7jt0] {
  /* Ensure padding for the swatch */
  padding-left: 1.65rem;
  background-repeat: no-repeat;
  background-position: 0.5rem 50%;
  background-size: 0.9rem 0.8rem;
}

/* Selected value swatch via background color pulled from CSS variables set per-class */
.category-select.cat-None[b-cm6z3t7jt0] {
  --cat-bg: transparent;
  --cat-border: #ced4da;
}

.category-select.cat-Main[b-cm6z3t7jt0] {
  --cat-bg: #e53935;
  --cat-border: #d32f2f;
}
.category-select.cat-Contest[b-cm6z3t7jt0] {
  --cat-bg: #a6ce39;
  --cat-border: #8db52f;
}
.category-select.cat-Quiz[b-cm6z3t7jt0] {
  --cat-bg: #a6ce39;
  --cat-border: #8db52f;
}
.category-select.cat-BookLaunch[b-cm6z3t7jt0] {
  --cat-bg: #ff7043;
  --cat-border: #f4511e;
}
.category-select.cat-Special[b-cm6z3t7jt0] {
  --cat-bg: #ff7043;
  --cat-border: #f4511e;
}
.category-select.cat-Talk[b-cm6z3t7jt0] {
  --cat-bg: #b39ddb;
  --cat-border: #9575cd;
}
.category-select.cat-Anime[b-cm6z3t7jt0] {
  --cat-bg: #fff176;
  --cat-border: #ffee58;
}
.category-select.cat-Movie[b-cm6z3t7jt0] {
  --cat-bg: #64b5f6;
  --cat-border: #42a5f5;
}
.category-select.cat-Workshop[b-cm6z3t7jt0] {
  --cat-bg: #f48fb1;
  --cat-border: #f06292;
}
.category-select.cat-ProContest[b-cm6z3t7jt0] {
  --cat-bg: #81c784;
  --cat-border: #66bb6a;
}

/* Draw bordered swatch on the left using layered backgrounds */
.category-select[b-cm6z3t7jt0] {
  background-image: linear-gradient(var(--cat-border), var(--cat-border)),
    linear-gradient(var(--cat-bg), var(--cat-bg));
  background-position: 0.5rem calc(50% - 0px), 0.5rem calc(50% - 0px);
  background-size: 0.9rem 0.8rem, 0.78rem 0.68rem;
}

/* Attempt to show swatches in option list (browser support varies) */
option.cat-None[b-cm6z3t7jt0] {
  background-image: none !important;
  padding-left: 1.65rem;
}
option.cat-Main[b-cm6z3t7jt0] {
  background: linear-gradient(#d32f2f, #d32f2f) 0.5rem 50%/0.9rem 0.8rem
      no-repeat,
    linear-gradient(#e53935, #e53935) 0.5rem 50%/0.78rem 0.68rem no-repeat;
  padding-left: 1.65rem;
}
option.cat-Contest[b-cm6z3t7jt0] {
  background: linear-gradient(#8db52f, #8db52f) 0.5rem 50%/0.9rem 0.8rem
      no-repeat,
    linear-gradient(#a6ce39, #a6ce39) 0.5rem 50%/0.78rem 0.68rem no-repeat;
  padding-left: 1.65rem;
}
option.cat-Quiz[b-cm6z3t7jt0] {
  background: linear-gradient(#8db52f, #8db52f) 0.5rem 50%/0.9rem 0.8rem
      no-repeat,
    linear-gradient(#a6ce39, #a6ce39) 0.5rem 50%/0.78rem 0.68rem no-repeat;
  padding-left: 1.65rem;
}
option.cat-BookLaunch[b-cm6z3t7jt0] {
  background: linear-gradient(#f4511e, #f4511e) 0.5rem 50%/0.9rem 0.8rem
      no-repeat,
    linear-gradient(#ff7043, #ff7043) 0.5rem 50%/0.78rem 0.68rem no-repeat;
  padding-left: 1.65rem;
}
option.cat-Special[b-cm6z3t7jt0] {
  background: linear-gradient(#f4511e, #f4511e) 0.5rem 50%/0.9rem 0.8rem
      no-repeat,
    linear-gradient(#ff7043, #ff7043) 0.5rem 50%/0.78rem 0.68rem no-repeat;
  padding-left: 1.65rem;
}
option.cat-Talk[b-cm6z3t7jt0] {
  background: linear-gradient(#9575cd, #9575cd) 0.5rem 50%/0.9rem 0.8rem
      no-repeat,
    linear-gradient(#b39ddb, #b39ddb) 0.5rem 50%/0.78rem 0.68rem no-repeat;
  padding-left: 1.65rem;
}
option.cat-Anime[b-cm6z3t7jt0] {
  background: linear-gradient(#ffee58, #ffee58) 0.5rem 50%/0.9rem 0.8rem
      no-repeat,
    linear-gradient(#fff176, #fff176) 0.5rem 50%/0.78rem 0.68rem no-repeat;
  padding-left: 1.65rem;
}
option.cat-Movie[b-cm6z3t7jt0] {
  background: linear-gradient(#42a5f5, #42a5f5) 0.5rem 50%/0.9rem 0.8rem
      no-repeat,
    linear-gradient(#64b5f6, #64b5f6) 0.5rem 50%/0.78rem 0.68rem no-repeat;
  padding-left: 1.65rem;
}
option.cat-Workshop[b-cm6z3t7jt0] {
  background: linear-gradient(#f06292, #f06292) 0.5rem 50%/0.9rem 0.8rem
      no-repeat,
    linear-gradient(#f48fb1, #f48fb1) 0.5rem 50%/0.78rem 0.68rem no-repeat;
  padding-left: 1.65rem;
}
option.cat-ProContest[b-cm6z3t7jt0] {
  background: linear-gradient(#66bb6a, #66bb6a) 0.5rem 50%/0.9rem 0.8rem
      no-repeat,
    linear-gradient(#81c784, #81c784) 0.5rem 50%/0.78rem 0.68rem no-repeat;
  padding-left: 1.65rem;
}
/* /Components/Admin/Components/Schedule/CategorySelect.razor.rz.scp.css */
/* Style only the dropdown menu to look like a native select list */
.dropdown-menu[b-yz7xrsjxm9] {
  width: 100% !important;
  border-radius: 0 !important; /* no rounded corners */
  box-shadow: none !important; /* no shadow */
  max-height: none !important; /* no artificial clipping */
  overflow: visible !important; /* allow full height */
  padding: 0 !important; /* flush */
  margin-top: 0 !important; /* remove Bootstrap gap */
  --bs-dropdown-spacer: 0 !important; /* ensure no computed spacer */
  border: 1px solid #6c757d !important; /* dark gray border like native */
}

/* Items look flat like native options (no hover bg change already handled by bootstrap defaults) */
.dropdown-item[b-yz7xrsjxm9] {
  border-radius: 0 !important;
}

/* Tighter option spacing to feel more like native options */
.dropdown-menu .dropdown-item[b-yz7xrsjxm9] {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
/* /Components/Admin/Components/Schedule/ScheduleGrid.razor.rz.scp.css */
.schedule-grid[b-uezfvvzp5v] {
  --sg-border: #e5e7eb;
  --sg-bg: #fff;
  --sg-time-bg: #fafafa;
  --sg-header-bg: #f3f4f6;
  --sg-event-border: #9aa6b2;
  --sg-event-text: #111827;
  --sg-subtext: #6b7280;
  overflow-x: auto;
  overflow-y: hidden;
  border: 1px solid var(--sg-border);
  border-radius: 8px;
  background: var(--sg-bg);
  position: relative;
  max-width: fit-content;
  width: auto;
}
.sg-header[b-uezfvvzp5v] {
  display: grid;
  position: sticky;
  top: 0;
  z-index: 2;
  background: var(--sg-header-bg);
  border-bottom: 1px solid var(--sg-border);
}
.sg-time-header[b-uezfvvzp5v] {
  height: 44px;
}
.sg-section-header[b-uezfvvzp5v] {
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 0.95rem;
  border-left: 1px solid var(--sg-border);
}
.sg-body[b-uezfvvzp5v] {
  display: grid;
}
.sg-time-col[b-uezfvvzp5v] {
  display: flex;
  flex-direction: column;
  background: var(--sg-time-bg);
}
.sg-time-slot[b-uezfvvzp5v] {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  border-top: 1px solid var(--sg-border);
  padding: 4px 8px;
  font-size: 0.85rem;
  color: #374151;
  box-sizing: border-box;
}
.sg-section-col[b-uezfvvzp5v] {
  position: relative;
  border-left: 1px solid var(--sg-border);
  padding: 0;
  overflow: hidden;
}
.sg-section-col .sg-slot-bg[b-uezfvvzp5v] {
  border-top: 1px dashed #eaeaea;
  position: relative;
  transition: background-color .12s ease;
}
.sg-section-col .sg-slot-bg[b-uezfvvzp5v]::after {
  content: "+";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  color: #a0a0a0;
  opacity: 0;
  pointer-events: none;
  transition: opacity .12s ease, color .12s ease;
}
.sg-section-col .sg-slot-bg:hover[b-uezfvvzp5v] {
  background-color: #f5f5f5;
}
.sg-section-col .sg-slot-bg:hover[b-uezfvvzp5v]::after {
  opacity: 1;
  color: #6b7280;
}
.sg-event[b-uezfvvzp5v] {
  position: absolute;
  left: 0;
  border: 1px solid var(--sg-event-border);
  border-radius: 6px;
  color: var(--sg-event-text);
  padding: 0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.sg-event-header[b-uezfvvzp5v] {
  position: relative;
  width: 100%;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.3px;
  line-height: 1.15;
  overflow: hidden;
  flex: 0 0 auto;
  pointer-events: none;
  z-index: 1;
}
.sg-event-body[b-uezfvvzp5v] {
  padding: 6px 8px;
  display: flex;
  flex-direction: column;
  gap: 2px;
  flex: 1 1 auto;
  min-height: 0;
  overflow: hidden;
  position: static;
}
.sg-event-title[b-uezfvvzp5v] {
  font-weight: 600;
  font-size: 0.9rem;
  line-height: 1.1;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.sg-event-desc[b-uezfvvzp5v] {
  font-size: 0.8rem;
  color: #111827cc;
}
.sg-event-time[b-uezfvvzp5v] {
  font-size: 0.75rem;
  color: var(--sg-subtext);
}

/* Warning icon positioned on the left side of the header */
.sg-warn-icon[b-uezfvvzp5v] {
  position: absolute;
  left: 6px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.85rem;
  line-height: 1;
  pointer-events: auto;
}

/* Delete button visible only on event hover */
.sg-event .sg-event-delete[b-uezfvvzp5v] {
  opacity: 0;
  transition: opacity .12s ease-in-out;
  z-index: 3;
}
.sg-event:hover .sg-event-delete[b-uezfvvzp5v] {
  opacity: 1;
}

.sg-time-header[b-uezfvvzp5v],
.sg-time-col[b-uezfvvzp5v] {
  position: sticky;
  left: 0;
  z-index: 5;
  background: var(--sg-time-bg);
}

.sg-time-col[b-uezfvvzp5v] {
  box-shadow: 2px 0 4px -2px rgba(0, 0, 0, 0.12);
  border-right: 1px solid var(--sg-border);
}
/* /Components/Admin/Layout/AdminMainLayout.razor.rz.scp.css */
.page[b-p5yyy93zcc] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-p5yyy93zcc] {
    flex: 1;
}

.sidebar[b-p5yyy93zcc] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
    position: relative;
    z-index: 10000;
}

.top-row[b-p5yyy93zcc] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-start;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

.top-row[b-p5yyy93zcc]  a, .top-row[b-p5yyy93zcc]  .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
    text-decoration: none;
}

.top-row[b-p5yyy93zcc]  a:hover, .top-row[b-p5yyy93zcc]  .btn-link:hover {
    text-decoration: underline;
}

.top-row[b-p5yyy93zcc]  a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 640.98px) {
    .top-row[b-p5yyy93zcc] {
        justify-content: space-between;
    }

    .top-row[b-p5yyy93zcc]  a, .top-row[b-p5yyy93zcc]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-p5yyy93zcc] {
        flex-direction: row;
    }

    .sidebar[b-p5yyy93zcc] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
        z-index: 100;
    }

    .top-row[b-p5yyy93zcc] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-p5yyy93zcc]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-p5yyy93zcc], article[b-p5yyy93zcc] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-p5yyy93zcc] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 100000;
}

#blazor-error-ui .dismiss[b-p5yyy93zcc] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* /Components/Admin/Layout/AdminNavMenu.razor.rz.scp.css */
.navbar-toggler[b-wkugidgogf] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-wkugidgogf] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-wkugidgogf] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-wkugidgogf] {
    font-size: 1.1rem;
}

.bi[b-wkugidgogf] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-wkugidgogf] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-wkugidgogf] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-wkugidgogf] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.bi-lock-nav-menu[b-wkugidgogf] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath d='M8 1a2 2 0 0 1 2 2v4H6V3a2 2 0 0 1 2-2zm3 6V3a3 3 0 0 0-6 0v4a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2zM5 8h6a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1z'/%3E%3C/svg%3E");
}

.bi-person-nav-menu[b-wkugidgogf] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person' viewBox='0 0 16 16'%3E%3Cpath d='M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm4 8c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4Zm-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10Z'/%3E%3C/svg%3E");
}

.bi-person-badge-nav-menu[b-wkugidgogf] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-badge' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3zM11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0z'/%3E%3Cpath d='M4.5 0A2.5 2.5 0 0 0 2 2.5V14a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2.5A2.5 2.5 0 0 0 11.5 0h-7zM3 2.5A1.5 1.5 0 0 1 4.5 1h7A1.5 1.5 0 0 1 13 2.5v10.795a4.2 4.2 0 0 0-.776-.492C11.392 12.387 10.063 12 8 12s-3.392.387-4.224.803a4.2 4.2 0 0 0-.776.492V2.5z'/%3E%3C/svg%3E");
}

.bi-person-fill-nav-menu[b-wkugidgogf] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-fill' viewBox='0 0 16 16'%3E%3Cpath d='M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3Zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z'/%3E%3C/svg%3E");
}

.bi-arrow-bar-left-nav-menu[b-wkugidgogf] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-arrow-bar-left' viewBox='0 0 16 16'%3E%3Cpath d='M12.5 15a.5.5 0 0 1-.5-.5v-13a.5.5 0 0 1 1 0v13a.5.5 0 0 1-.5.5ZM10 8a.5.5 0 0 1-.5.5H3.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L3.707 7.5H9.5a.5.5 0 0 1 .5.5Z'/%3E%3C/svg%3E");
}

.nav-item[b-wkugidgogf] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

.nav-item:first-of-type[b-wkugidgogf] {
    padding-top: 1rem;
}

.nav-item:last-of-type[b-wkugidgogf] {
    padding-bottom: 1rem;
}

.nav-item[b-wkugidgogf]  .nav-link {
    color: #d7d7d7;
    background: none;
    border: none;
    border-radius: 4px;
    height: 3rem;
    display: flex;
    align-items: center;
    line-height: 3rem;
    width: 100%;
}

.nav-item[b-wkugidgogf]  .dropdown .nav-link {
    color: #d7d7d7;
    background: none;
    border: none;
    border-radius: 4px 0 0 4px;
    height: 3rem;
    display: flex;
    align-items: center;
    line-height: 3rem;
    width: 100%;
}

.nav-item[b-wkugidgogf]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-wkugidgogf]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}


.nav-scrollable[b-wkugidgogf] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-wkugidgogf] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-wkugidgogf] {
        display: none;
    }

    .nav-scrollable[b-wkugidgogf] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        /*overflow-y: auto;*/
    }
}
/* /Components/LanguageSelector/LanguageSelector.razor.rz.scp.css */
.dropdown[b-ikknu31px8] {
    /*margin: 20px 0;*/
}

.dropdown-toggle[b-ikknu31px8] {
    cursor: pointer;
}

.language-selector .dropdown-menu[b-ikknu31px8] {
    min-width: 3rem;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-h4yps3asek] {
    position: relative;
    display: flex;
    flex-direction: column;
}



.sidebar[b-h4yps3asek] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-h4yps3asek] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-h4yps3asek]  a, .top-row[b-h4yps3asek]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-h4yps3asek]  a:hover, .top-row[b-h4yps3asek]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-h4yps3asek]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-h4yps3asek] {
        justify-content: space-between;
    }

    .top-row[b-h4yps3asek]  a, .top-row[b-h4yps3asek]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-h4yps3asek] {
        flex-direction: row;
    }

    .sidebar[b-h4yps3asek] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-h4yps3asek] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-h4yps3asek]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-h4yps3asek], article[b-h4yps3asek] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-h4yps3asek] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss[b-h4yps3asek] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

/* /Components/Layout/NavMenu.razor.rz.scp.css */
.cs-navbar[b-awpxv9aaho] {
    padding: .75rem 0;
    background-color: transparent;
    background-image: linear-gradient(to bottom, rgba(var(--cs-blue-rgb), 1), rgba(var(--cs-blue-rgb), 0.95));
    /*box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15),inset 0 -1px 0 rgba(0,0,0,0.15);*/
    border-top: var(--cs-darker-blue) solid 4px;
    border-bottom: var(--cs-darker-blue) solid 4px;
    position: relative;
    z-index: 1;
    margin-left: calc(-.5 * var(--bs-gutter-x)); 
    margin-right: calc(-.5 * var(--bs-gutter-x))
}
.cs-navbar[b-awpxv9aaho]::before,
.cs-navbar[b-awpxv9aaho]::after {
    content: '';
    display: block;
    width: 100%;
    height: 4px;
    position: absolute;
    left: 0;
    background-color: black;
}

.cs-navbar[b-awpxv9aaho]::before {
    top: 0;
}

.cs-navbar[b-awpxv9aaho]::after {
    bottom: 0;
}
/*.navbar-toggler {*/
/*    appearance: none;*/
/*    cursor: pointer;*/
/*    width: 3.5rem;*/
/*    height: 2.5rem;*/
/*    color: white;*/
/*    position: absolute;*/
/*    top: 0.5rem;*/
/*    right: 1rem;*/
/*    border: 1px solid rgba(255, 255, 255, 0.1);*/
/*    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);*/
/*}*/

/*.navbar-toggler:checked {*/
/*    background-color: rgba(255, 255, 255, 0.5);*/
/*}*/

/*.top-row {*/
/*    height: 3.5rem;*/
/*    background-color: rgba(0,0,0,0.4);*/
/*}*/

/*.navbar-brand {*/
/*    font-size: 1.1rem;*/
/*}*/

/*.bi {*/
/*    display: inline-block;*/
/*    position: relative;*/
/*    width: 1.25rem;*/
/*    height: 1.25rem;*/
/*    margin-right: 0.75rem;*/
/*    top: -1px;*/
/*    background-size: cover;*/
/*}*/

/*.bi-house-door-fill-nav-menu {*/
/*    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");*/
/*}*/

/*.bi-plus-square-fill-nav-menu {*/
/*    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");*/
/*}*/

/*.bi-list-nested-nav-menu {*/
/*    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");*/
/*}*/

/*.bi-lock-nav-menu {*/
/*    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath d='M8 1a2 2 0 0 1 2 2v4H6V3a2 2 0 0 1 2-2zm3 6V3a3 3 0 0 0-6 0v4a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2zM5 8h6a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1z'/%3E%3C/svg%3E");*/
/*}*/

/*.bi-person-nav-menu {*/
/*    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person' viewBox='0 0 16 16'%3E%3Cpath d='M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm4 8c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4Zm-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10Z'/%3E%3C/svg%3E");*/
/*}*/

/*.bi-person-badge-nav-menu {*/
/*    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-badge' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3zM11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0z'/%3E%3Cpath d='M4.5 0A2.5 2.5 0 0 0 2 2.5V14a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2.5A2.5 2.5 0 0 0 11.5 0h-7zM3 2.5A1.5 1.5 0 0 1 4.5 1h7A1.5 1.5 0 0 1 13 2.5v10.795a4.2 4.2 0 0 0-.776-.492C11.392 12.387 10.063 12 8 12s-3.392.387-4.224.803a4.2 4.2 0 0 0-.776.492V2.5z'/%3E%3C/svg%3E");*/
/*}*/

/*.bi-person-fill-nav-menu {*/
/*    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-fill' viewBox='0 0 16 16'%3E%3Cpath d='M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3Zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z'/%3E%3C/svg%3E");*/
/*}*/

/*.bi-arrow-bar-left-nav-menu {*/
/*    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-arrow-bar-left' viewBox='0 0 16 16'%3E%3Cpath d='M12.5 15a.5.5 0 0 1-.5-.5v-13a.5.5 0 0 1 1 0v13a.5.5 0 0 1-.5.5ZM10 8a.5.5 0 0 1-.5.5H3.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L3.707 7.5H9.5a.5.5 0 0 1 .5.5Z'/%3E%3C/svg%3E");*/
/*}*/

/*.nav-item {*/
/*    font-size: 0.9rem;*/
/*    padding-bottom: 0.5rem;*/
/*}*/

/*    .nav-item:first-of-type {*/
/*        padding-top: 1rem;*/
/*    }*/

/*    .nav-item:last-of-type {*/
/*        padding-bottom: 1rem;*/
/*    }*/

/*    .nav-item ::deep .nav-link {*/
/*        color: #d7d7d7;*/
/*        background: none;*/
/*        border: none;*/
/*        border-radius: 4px;*/
/*        height: 3rem;*/
/*        display: flex;*/
/*        align-items: center;*/
/*        line-height: 3rem;*/
/*        width: 100%;*/
/*    }*/

/*.nav-item ::deep a.active {*/
/*    background-color: rgba(255,255,255,0.37);*/
/*    color: white;*/
/*}*/

/*.nav-item ::deep .nav-link:hover {*/
/*    background-color: rgba(255,255,255,0.1);*/
/*    color: white;*/
/*}*/

/*.nav-scrollable {*/
/*    display: none;*/
/*}*/

/*.navbar-toggler:checked ~ .nav-scrollable {*/
/*    display: block;*/
/*}*/

/*@media (min-width: 641px) {*/
/*    .navbar-toggler {*/
/*        display: none;*/
/*    }*/

/*    .nav-scrollable {*/
/*        !* Never collapse the sidebar for wide screens *!*/
/*        display: block;*/

/*        !* Allow sidebar to scroll for tall menus *!*/
/*        height: calc(100vh - 3.5rem);*/
/*        overflow-y: auto;*/
/*    }*/
/*}*/
/* /Components/Layout/SiteFooter.razor.rz.scp.css */
.cs-footer[b-zg62um13pi] {
    padding: .75rem 0;
    background-color: transparent;
    background-image: linear-gradient(to bottom, rgba(var(--cs-blue-rgb), 1), rgba(var(--cs-blue-rgb), 0.95));
    /*box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15),inset 0 -1px 0 rgba(0,0,0,0.15);*/
    border-top: var(--cs-darker-blue) solid 4px;
    border-bottom: var(--cs-darker-blue) solid 4px;
    position: relative;
    z-index: 1;
    margin-left: calc(-.5 * var(--bs-gutter-x));
    margin-right: calc(-.5 * var(--bs-gutter-x))
}
.cs-footer[b-zg62um13pi]::before,
.cs-footer[b-zg62um13pi]::after {
    content: '';
    display: block;
    width: 100%;
    height: 4px;
    position: absolute;
    left: 0;
    background-color: black;
}

.cs-footer[b-zg62um13pi]::before {
    top: 0;
}

.cs-footer[b-zg62um13pi]::after {
    bottom: 0;
}
/* /Components/Layout/VendorLayout.razor.rz.scp.css */
#blazor-error-ui[b-9b27d86x3m] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss[b-9b27d86x3m] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* /Components/Loader/Loader.razor.rz.scp.css */
.loader[b-tipv2zp7hj] {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    display: block;
    margin:15px auto;
    position: relative;
    background: #FFF;
    box-shadow: -24px 0 #FFF, 24px 0 #FFF;
    box-sizing: border-box;
    animation: shadowPulse-b-tipv2zp7hj 1s linear infinite;
}

@keyframes shadowPulse-b-tipv2zp7hj {
    33% {
        background: #FFF;
        box-shadow: -24px 0 #FF3D00, 24px 0 #FFF;
    }
    66% {
        background: #FF3D00;
        box-shadow: -24px 0 #FFF, 24px 0 #FFF;
    }
    100% {
        background: #FFF;
        box-shadow: -24px 0 #FFF, 24px 0 #FF3D00;
    }
}
/* /Components/Pages/Home.razor.rz.scp.css */
.festival-banner[b-0dgecs1een] {
    margin-left: calc(-.5 * var(--bs-gutter-x));
    margin-right: calc(-.5 * var(--bs-gutter-x))
}

/* /Components/Pages/Program.razor.rz.scp.css */
.program-section[b-o0wxd8tpee] {
    border: 1px solid black;
    background-color: rgba(var(--cs-blue-rgb),1);
}
/* /Components/Pages/VendorPages.razor.rz.scp.css */
.contact-person[b-4mn895tl38], .billing-data[b-4mn895tl38], .booth-info[b-4mn895tl38] {
    border-bottom: 1px black solid;
}
/* /Components/Pages/VendorRegistration.razor.rz.scp.css */
.contact-person[b-w78hnyhrd0], .billing-data[b-w78hnyhrd0], .booth-info[b-w78hnyhrd0] {
    border-bottom: 1px black solid;
}
/* /Components/Schedule/ScheduleGridPublic.razor.rz.scp.css */
.schedule-grid[b-c7uz22q3rt] {
  --sg-border: #e5e7eb;
  --sg-bg: #fff;
  --sg-time-bg: #fafafa;
  --sg-header-bg: #f3f4f6;
  --sg-event-border: #9aa6b2;
  --sg-event-text: #111827;
  --sg-subtext: #6b7280;
  overflow-x: auto;
  overflow-y: hidden;
  border: 1px solid var(--sg-border);
  border-radius: 8px;
  background: var(--sg-bg);
  position: relative;
  max-width: fit-content;
  width: auto;
}
.sg-header[b-c7uz22q3rt] {
  display: grid;
  position: sticky;
  top: 0;
  z-index: 2;
  background: var(--sg-header-bg);
  border-bottom: 1px solid var(--sg-border);
}
.sg-time-header[b-c7uz22q3rt] {
  height: 44px;
}
.sg-section-header[b-c7uz22q3rt] {
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 0.95rem;
  border-left: 1px solid var(--sg-border);
}
.sg-body[b-c7uz22q3rt] {
  display: grid;
}
.sg-time-col[b-c7uz22q3rt] {
  display: flex;
  flex-direction: column;
  background: var(--sg-time-bg);
}
.sg-time-slot[b-c7uz22q3rt] {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  border-top: 1px solid var(--sg-border);
  padding: 4px 8px;
  font-size: 0.85rem;
  color: #374151;
  box-sizing: border-box;
}
.sg-section-col[b-c7uz22q3rt] {
  position: relative;
  border-left: 1px solid var(--sg-border);
  padding: 0;
  overflow: hidden;
}
.sg-section-col .sg-slot-bg[b-c7uz22q3rt] {
  border-top: 1px dashed #eaeaea;
}
.sg-event[b-c7uz22q3rt] {
  position: absolute;
  left: 0;
  border: 1px solid var(--sg-event-border);
  border-radius: 6px;
  color: var(--sg-event-text);
  padding: 0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.sg-event-header[b-c7uz22q3rt] {
  left: 0;
  top: 0;
  width: 100%;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.3px;
  line-height: 1.15;
  overflow: hidden;
}
.sg-event-body[b-c7uz22q3rt] {
  padding: 6px 8px;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.sg-event-title[b-c7uz22q3rt] {
  font-weight: 600;
  font-size: 0.9rem;
  line-height: 1.1;
}
.sg-event-desc[b-c7uz22q3rt] {
  font-size: 0.8rem;
  color: #111827cc;
}
.sg-event-time[b-c7uz22q3rt] {
  font-size: 0.75rem;
  color: var(--sg-subtext);
}

.sg-time-header[b-c7uz22q3rt],
.sg-time-col[b-c7uz22q3rt] {
  position: sticky;
  left: 0;
  z-index: 5;
  background: var(--sg-time-bg);
}

.sg-time-col[b-c7uz22q3rt] {
  box-shadow: 2px 0 4px -2px rgba(0, 0, 0, 0.12);
  border-right: 1px solid var(--sg-border);
}
/* /Components/ShoppingCart/ShoppingCart.razor.rz.scp.css */
/* Chrome, Safari, Edge, Opera */
.cs-cart input[b-in02dlpwvb]::-webkit-outer-spin-button,
.cs-cart input[b-in02dlpwvb]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
.cs-cart input[type=number][b-in02dlpwvb] {
    -moz-appearance: textfield;
}
