@font-face {
  font-family: "Flowing Font Light";
  src: url("/fonts/FlowingFont-Light.woff2") format("woff2");
  src: url("/fonts/FlowingFont-Light.woff") format("woff");
  src: url("/fonts/FlowingFont-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Flowing Font Regular";
  src: url("/fonts/FlowingFont-Regular.woff2") format("woff2");
  src: url("/fonts/FlowingFont-Regular.woff") format("woff");
  src: url("/fonts/FlowingFont-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Flowing Font Thin";
  src: url("/fonts/FlowingFont-Thin.woff2") format("woff2");
  src: url("/fonts/FlowingFont-Thin.woff") format("woff");
  src: url("/fonts/FlowingFont-Thin.ttf") format("truetype");
}
@font-face {
  font-family: "Flowing Font Light";
  src: url("/fonts/FlowingFont-Light.woff2") format("woff2");
  src: url("/fonts/FlowingFont-Light.woff") format("woff");
  src: url("/fonts/FlowingFont-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Flowing Font Regular";
  src: url("/fonts/FlowingFont-Regular.woff2") format("woff2");
  src: url("/fonts/FlowingFont-Regular.woff") format("woff");
  src: url("/fonts/FlowingFont-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Flowing Font Thin";
  src: url("/fonts/FlowingFont-Thin.woff2") format("woff2");
  src: url("/fonts/FlowingFont-Thin.woff") format("woff");
  src: url("/fonts/FlowingFont-Thin.ttf") format("truetype");
}
.cookie-prompt-page-wrapper,
.cookie-modal-page-wrapper {
  background: #34153940;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 990;
  display: flex;
  place-items: center;
}

.cookie-modal-page-wrapper {
  z-index: 996;
}

.cookie-prompt {
  background: #fff;
  height: fit-content;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 993;
  padding: 1rem;
  box-shadow: 0 -6px 12px #3415392f;
  display: flex;
}
@media (max-width: 768px) {
  .cookie-prompt {
    flex-direction: column;
  }
}
.cookie-prompt div {
  flex-basis: 50%;
  margin: auto;
}
.cookie-prompt h3, .cookie-prompt p, .cookie-prompt a, .cookie-prompt button {
  color: #341539;
  font-weight: 400;
}
.cookie-prompt h3 {
  font-size: 1.75rem;
  margin: 0;
  font-variant: small-caps;
  text-transform: lowercase;
}
.cookie-prompt .cookie-text {
  padding: 0 5%;
}

.cookie-options {
  display: flex;
  place-items: center;
}
@media (max-width: 768px) {
  .cookie-options {
    width: 100%;
  }
}
.cookie-options div {
  display: flex;
  place-items: center;
  gap: 1rem;
  width: 100%;
}
@media (max-width: 768px) {
  .cookie-options div {
    flex-direction: column;
    width: 100%;
  }
}
.cookie-options div button {
  background: #F7F4F1;
  outline: 1px solid #341539;
  width: fit-content;
  text-wrap: nowrap;
  padding: 0.5rem 0.5rem;
  border: none;
  border-radius: 0.25rem;
  transition: background 300ms, color 300ms;
}
@media (max-width: 768px) {
  .cookie-options div button {
    width: 100%;
  }
}
.cookie-options div button:focus {
  outline: 4px solid #FFCF4F;
}
.cookie-options div button:hover {
  color: #fff;
  background: #341539;
}

.cookie-modal {
  width: 40%;
  height: fit-content;
  max-height: 80%;
  margin: auto;
  background: #fff;
  position: relative;
  display: flex;
  flex-direction: column;
  z-index: 999;
  gap: 1rem;
}
@media (max-width: 768px) {
  .cookie-modal {
    width: 100%;
  }
}
@media (max-width: 1000px) {
  .cookie-modal {
    width: 90%;
  }
}
.cookie-modal .cookie-overflow-container {
  overflow-y: auto;
  padding: 0 3rem;
}
.cookie-modal .cookie-modal-head {
  display: flex;
  place-items: center;
}
.cookie-modal .cookie-modal-head .cookie-close {
  margin: 0.5rem 1.5rem;
  background: none;
  border: none;
  height: fit-content;
  transition: color 200ms;
}
.cookie-modal .cookie-modal-head .cookie-close:hover {
  color: #613169;
}
.cookie-modal .cookie-modal-head h1 {
  padding: 1rem;
  padding-left: 1rem;
  margin: auto;
  text-align: center;
  transform: translateY(3px);
  flex: 1;
}
@media (max-width: 576px) {
  .cookie-modal .cookie-modal-head h1 {
    text-align: left;
  }
}
.cookie-modal p, .cookie-modal a, .cookie-modal label {
  font-weight: 400;
}
.cookie-modal a {
  font-size: 1.25rem;
  font-weight: 600;
  text-transform: capitalize;
}
.cookie-modal a:hover {
  color: #613169;
}
.cookie-modal .cookie-category {
  display: flex;
  flex-direction: column;
}
.cookie-modal .cookie-category .cookie-category-input,
.cookie-modal .cookie-category .cookie-category-text {
  display: flex;
  gap: 0.5rem;
  place-items: center;
  justify-content: space-between;
}
.cookie-modal .cookie-category .cookie-category-input .k-checkbox-wrap,
.cookie-modal .cookie-category .cookie-category-text .k-checkbox-wrap {
  margin: 0 auto;
}
.cookie-modal .cookie-category .cookie-category-input p, .cookie-modal .cookie-category .cookie-category-input label,
.cookie-modal .cookie-category .cookie-category-text p,
.cookie-modal .cookie-category .cookie-category-text label {
  flex-basis: 95%;
}
.cookie-modal .cookie-options {
  padding: 1.5rem 3rem;
  padding-top: 0;
  width: 100%;
}
.cookie-modal .cookie-options button {
  width: 100%;
}
.cookie-modal .cookie-options button:last-of-type {
  background: #341539;
  color: #fff;
}

@font-face {
  font-family: "Flowing Font Light";
  src: url("/fonts/FlowingFont-Light.woff2") format("woff2");
  src: url("/fonts/FlowingFont-Light.woff") format("woff");
  src: url("/fonts/FlowingFont-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Flowing Font Regular";
  src: url("/fonts/FlowingFont-Regular.woff2") format("woff2");
  src: url("/fonts/FlowingFont-Regular.woff") format("woff");
  src: url("/fonts/FlowingFont-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Flowing Font Thin";
  src: url("/fonts/FlowingFont-Thin.woff2") format("woff2");
  src: url("/fonts/FlowingFont-Thin.woff") format("woff");
  src: url("/fonts/FlowingFont-Thin.ttf") format("truetype");
}
html {
  height: 100%;
  font-size: 14px;
  --kendo-color-error: #C23A55 !important;
}

body {
  font-family: "Jost", "Roboto", sans-serif;
  font-weight: 400;
  overflow-x: hidden;
  min-height: 100vh;
}
@media (min-width: 992px) {
  body {
    height: 100%;
  }
}

#app {
  display: grid;
  height: 100%;
  grid-template-areas: "header" "menu" "content" "footer";
  grid-template-rows: auto auto 1fr auto;
  grid-template-columns: auto;
}
@media (min-width: 992px) {
  #app {
    height: calc(100% + 132px);
  }
}
#app .main-layout-header {
  grid-area: header;
  background-color: #341539;
}
#app .main-layout-menu {
  grid-area: menu;
  background-color: #341539;
  justify-items: center;
}
#app .main-layout-content {
  background-image: url("../images/background.svg");
  background-size: cover;
  background-attachment: fixed;
  background-position: 50% 50%;
  grid-area: content;
  flex-direction: column;
  justify-items: center;
  position: relative;
  padding: 36px;
}
#app .main-layout-content .container {
  height: 100%;
  min-height: calc(100vh - 106px - 482.7px);
  width: 70%;
}
@media (max-width: 992px) {
  #app .main-layout-content .container {
    width: 90%;
  }
}
@media (max-width: 768px) {
  #app .main-layout-content .container {
    width: 100%;
  }
}
#app .main-layout-content > hr {
  flex-shrink: 0;
}
@media (max-width: 768px) {
  #app .main-layout-content {
    padding: 0;
  }
  #app .main-layout-content .container {
    max-width: unset;
    padding: 0;
  }
}
#app .main-layout-footer {
  grid-area: footer;
}

.window-overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: auto;
  z-index: 10000;
  display: grid;
  place-items: center;
  --color-fore: #341539;
}
.window-overlay:not(.initial-load-overlay) {
  --color-fore: #fff;
  --color-back: #34153980;
  opacity: 0;
  background-color: var(--color-back);
  animation-name: anim-fade-background;
  animation-duration: 200ms;
  animation-fill-mode: forwards;
  animation-delay: 200ms;
  animation-timing-function: ease-in;
}
@keyframes anim-fade-background {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.window-overlay .busy-indicator {
  user-select: none;
  text-align: center;
}
.window-overlay .busy-indicator .message {
  margin-bottom: 16px;
  color: var(--color-fore);
}
.window-overlay .busy-indicator .initial-load-message::after {
  content: var(--blazor-load-percentage-text);
}
.window-overlay .busy-indicator .ball {
  width: 16px;
  height: 16px;
  background-color: var(--color-fore);
  border-radius: 100%;
  display: inline-block;
  animation: bounce-animation 1.4s infinite ease-in-out both;
  font-family: "Jost", "Roboto", sans-serif;
}
.window-overlay .busy-indicator .ball:nth-of-type(1) {
  animation-delay: -0.32s;
}
.window-overlay .busy-indicator .ball:nth-of-type(2) {
  animation-delay: -0.16s;
}
@keyframes bounce-animation {
  0%, 80%, 100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}

.admin-action {
  border-bottom: 1px dotted #bdb9b2;
  display: block;
  min-height: 80px;
  margin: auto 15px;
}
.admin-action:hover {
  background-color: #ecebe9;
}
.admin-action .fa-stack {
  min-height: 80px;
  padding-top: 6px;
}
.admin-action a {
  text-decoration: none;
}

.form-panel {
  background-color: #F7F4F1;
  background-blend-mode: overlay;
  padding: 48px 0;
  width: 100%;
  overflow-x: hidden;
  height: 100%;
  position: relative;
  display: flex;
  place-items: center;
}
.form-panel .form-subheading {
  text-align: left;
}
@media (max-width: 768px) {
  .form-panel .form-subheading {
    text-align: center;
  }
}
.form-panel label {
  font-family: "Jost", "Roboto", sans-serif;
}
.form-panel .forgotten-separator {
  border-top: 1px solid rgb(204, 204, 204);
  padding: 16px 0;
}
.form-panel .fgt-pass {
  padding-top: 9px;
  padding-bottom: 9px;
}
.form-panel .row {
  height: 100%;
}

.form-intro {
  margin-bottom: 1.5rem;
  padding: 0;
  display: block;
  text-align: center;
}
.form-intro.application {
  font-size: 1.5rem;
}

.form-control {
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}

.center-text {
  text-align: center;
}

.btn {
  font-family: "Jost", "Roboto", sans-serif;
  font-size: 14px;
}

.btn-primary {
  font-family: "Jost", "Roboto", sans-serif;
  color: #fff;
  background-color: #341539;
}

.input-group {
  display: block;
}
.input-group .form-control {
  width: 50%;
}
.input-group .form-control:last-child, .input-group .form-control:first-child {
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.input-group .full-width-inputs {
  width: 100%;
}

.not-on-list {
  margin: 16px 0;
  padding: 16px 0;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.7);
}

.compact-row > div {
  padding-right: 0px !important;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span,
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  border-bottom-left-radius: 1px;
  border-top-left-radius: 1px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 1px;
  border-top-right-radius: 1px;
}

.pagination > li > a {
  font-family: "Jost", "Roboto", sans-serif;
}

.paginate-options {
  font-family: "Jost", "Roboto", sans-serif;
  font-size: 0.85rem;
  color: #341539;
}

.tab-nav {
  margin-bottom: 15px;
}

.no-margin {
  margin: 0;
}

hr.short-margin {
  margin-top: 8px;
  margin-bottom: 8px;
}

.disabled-link:hover {
  cursor: default;
  text-decoration: none;
  color: #341539;
}

.limited-height {
  max-height: 550px !important;
  overflow-y: hidden !important;
}

.ux-dialog-container > div {
  margin: auto !important;
  margin-top: 180px !important;
}

.footer-link-menu ul {
  list-style: none;
  padding: 15px 0 0 0;
}

.footer-link-menu ul li {
  display: inline-block;
  font-size: 11px;
  padding-right: 15px;
}

.footer-link-menu ul li a {
  border-right: 1px solid #aa8d69;
  color: #ededed;
  padding-right: 15px;
  text-decoration: none;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.footer-link-menu ul li:last-child a {
  border-right-color: transparent;
}

.pull-right {
  float: right;
}

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
}
.panel {
  background: #EFE8E3;
  height: 100%;
  padding: 16px 32px;
  display: flex;
  place-items: center;
  flex-direction: column;
  justify-content: space-between;
}
.panel .panel-heading * {
  text-decoration: none;
}
.panel .panel-body {
  text-wrap: balance;
  flex-grow: 1;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 180px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
@media (min-width: 768px) {
  .dl-horizontal dd {
    margin-left: 200px;
  }
}
p {
  margin: 0 0 10.5px;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .container-fluid {
    padding: 0 24px;
  }
}
.container-fluid .navbar-brand img {
  height: 3rem;
  margin: 1rem;
}
@media (max-width: 400px) {
  .container-fluid .navbar-brand img {
    height: 2rem;
    margin: 1rem;
  }
}

.dropdown-menu {
  border-radius: 0.375rem !important;
  outline: 2px solid #CCC4CD;
  background-color: #F7F4F1 !important;
  border: none !important;
  overflow: hidden;
}
.dropdown-menu .dropdown-item {
  color: #605751;
  transition: background 200ms, color 200ms;
}
.dropdown-menu .dropdown-item:hover, .dropdown-menu .dropdown-item:active {
  background: #341539 !important;
  color: #fff !important;
}

.availability-dialog,
.k-calendar {
  --kendo-color-primary: #341539 !important;
  --kendo-color-primary: #341539 !important;
  --kendo-color-primary-hover: #613169 !important;
  --kendo-color-primary-on-surface: #341539 !important;
  --kendo-color-border: #341539 !important;
  --kendo-color-surface: #F7F4F1 !important;
  --kendo-color-app-surface: #F7F4F1 !important;
  --kendo-font-family: Jost, Roboto, sans-serif !important;
  --bs-dark: #341539 !important;
}
.availability-dialog label,
.k-calendar label {
  color: var(--kendo-color-primary);
  margin: 0;
}
.availability-dialog .k-calendar-nav-today,
.k-calendar .k-calendar-nav-today {
  display: none;
}

.validation-errors .validation-message {
  color: var(--kendo-color-error) !important;
}

.k-window {
  border-radius: 0 !important;
  padding: 0 1rem !important;
  border-color: #6c757d !important;
  background: #F7F4F1 !important;
  --bs-dark: #341539 !important;
}
@media (max-width: 768px) {
  .k-window {
    width: 95% !important;
  }
}
.k-window .validation-errors {
  list-style: none;
  display: flex;
  flex-direction: row;
  place-items: center;
  text-align: center;
  padding: 0.5rem 1rem;
  margin: 0 auto;
}
.k-window .k-window-title {
  font-weight: 500;
  padding-top: 0;
  padding-bottom: 1rem !important;
}
.k-window .k-window-title * {
  color: #341539;
}
.k-window .k-window-title,
.k-window .k-window-titlebar,
.k-window .k-window-scrollable-content,
.k-window .k-window-footer {
  color: #341539;
  border: none !important;
  padding-bottom: 0.25rem;
}
.k-window .k-window-footer {
  display: flex;
  place-items: center;
  justify-content: end;
  gap: 1rem;
}
.k-window .k-window-titlebar {
  border: none;
  margin-top: 1rem;
}
.k-window .k-window-titlebar-action {
  color: #341539 !important;
  opacity: 1;
}
.k-window .k-window-titlebar-action:hover {
  color: #613169 !important;
  opacity: 1;
}
.k-window .validation-errors {
  padding: 0;
}
.k-window .validation-errors .validation-message {
  text-align: center;
  margin: auto;
}
.k-window .k-datepicker {
  color: var(--kendo-color-primary) !important;
  border-color: #998A9C;
}
.k-window .k-datepicker .k-input-button {
  background: none !important;
  border: none;
  color: var(--kendo-color-primary) !important;
}
.k-window .k-datepicker:hover {
  border-color: #341539;
}

.btn-outline {
  color: var(--bs-dark) !important;
  fill: var(--bs-dark) !important;
}

html {
  --kendo-color-primary: #341539 !important;
  --kendo-color-base: transparent !important;
  --kendo-color-primary: #341539 !important;
  --kendo-color-primary-hover: #613169 !important;
  --kendo-color-primary-emphasis: #61316966 !important;
  --kendo-color-primary-on-surface: #341539 !important;
  --kendo-color-on-app-surface: #341539 !important;
  --kendo-color-border: #341539 !important;
  --kendo-color-surface: #F7F4F1 !important;
  --kendo-color-app-surface: #F7F4F1 !important;
  --kendo-color-base-subtle-hover: #e9e1d9 !important;
  --kendo-font-family: Jost, Roboto, sans-serif !important;
  --bs-dark: #341539 !important;
  --bs-gutter-x: 0 !important;
  color: var(--kendo-color-primary);
}
html .subheader {
  color: #605751;
}
html .table-hr {
  border-top: 2px solid var(--kendo-color-primary) !important;
  margin: 0.5rem 0;
  opacity: 1;
}
html .btn-outline,
html .k-picker {
  color: var(--bs-dark) !important;
  fill: var(--bs-dark) !important;
}
html .btn-outline:hover {
  background: #EFE8E3;
}
html .btn-secondary {
  background: none;
  border: none;
}
html .btn-secondary:hover {
  background: #EFE8E3;
}
html .k-scheduler-toolbar {
  display: none;
}
html .k-toolbar-item {
  display: flex;
  width: 100%;
  gap: 0.25rem;
  overflow-x: auto;
  padding: 0.5rem;
  justify-content: space-between !important;
}
html .out-of-month {
  color: #998A9C !important;
}
html .k-event {
  --kendo-color-primary: #6C91A1;
  border-radius: 0;
  height: 2rem;
  align-self: end;
  color: #F7F4F1 !important;
}
html .k-scheduler-row {
  border: none !important;
}
html .k-scheduler-cell {
  justify-content: end;
  font-size: 1.5rem;
}
html .k-heading-cell {
  display: flex;
}
html .k-nav-day {
  display: none !important;
}
html .k-calendar-nav-today {
  display: none !important;
}
html .k-input,
html .k-input:hover,
html .k-picker,
html .k-picker:hover,
html .k-picker:active,
html .k-input-button:hover,
html .k-input-button:active,
html .k-dropdownlist {
  background: transparent !important;
  border-width: 2px;
  border-color: #CCC4CD;
}
html .k-dropdownlist .k-button {
  border: none !important;
}
html [aria-readonly=true] > .k-input-inner,
html [aria-readonly=true] .k-button-icon {
  color: #998A9C !important;
}
html .k-input [readonly] {
  color: #998A9C !important;
}
html .k-popup,
html .k-input-button:hover,
html .k-list-container {
  border: none !important;
}
html .k-disabled:not(.k-checkbox) {
  background: #CCC4CD !important;
}
html .k-disabled.k-calendar-td {
  border-radius: 0;
}
html .k-disabled + label,
html .k-input > [readonly] + label {
  color: #CCC4CD;
}
html .k-checkbox,
html .k-checkbox.k-disabled {
  border: 2px solid #341539 !important;
}
html .k-checkbox:not(:checked),
html .k-checkbox.k-disabled:not(:checked) {
  background-color: transparent !important;
}
html .k-checkbox:checked,
html .k-checkbox.k-disabled:checked {
  background-color: #341539 !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23FFCF4F' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
html [data-page=golfer-details] p, html [data-page=golfer-details] label {
  color: #605751;
}
html .validation-errors {
  list-style-type: none !important;
}
html .validation-errors .validation-message {
  text-align: center !important;
}
html .validation-message {
  color: var(--kendo-color-error) !important;
}

.k-popup {
  border: none !important;
  outline: 4px solid #CCC4CD;
  overflow: hidden;
}
.k-popup .k-list-content {
  background: #F7F4F1 !important;
}

.k-button {
  background: transparent !important;
}

.k-list-content {
  background: #F7F4F1 !important;
  outline: 0;
}

[data-page=availability] .k-heading-cell::before {
  text-align: center;
  visibility: visible;
  display: flex;
  place-items: center;
}
[data-page=availability] .k-heading-cell:nth-of-type(1)::before {
  content: "Mon";
}
[data-page=availability] .k-heading-cell:nth-of-type(2)::before {
  content: "Tue";
}
[data-page=availability] .k-heading-cell:nth-of-type(3)::before {
  content: "Wed";
}
[data-page=availability] .k-heading-cell:nth-of-type(4)::before {
  content: "Thu";
}
[data-page=availability] .k-heading-cell:nth-of-type(5)::before {
  content: "Fri";
}
[data-page=availability] .k-heading-cell:nth-of-type(6)::before {
  content: "Sat";
}
[data-page=availability] .k-heading-cell:nth-of-type(7)::before {
  content: "Sun";
}

.place-items-center {
  display: flex;
  place-items: center;
}

.text-balance {
  text-wrap: balance !important;
}

.flex-column {
  flex-direction: column;
}

.panel-section {
  background: #EFE8E3;
}

.page-header-container {
  text-align: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.page-header-container h1, .page-header-container h2, .page-header-container h3, .page-header-container h4, .page-header-container h5 {
  color: #341539;
}
.page-header-container p {
  color: #605751;
  width: 80%;
  margin: 0 auto;
  text-wrap: balance;
}

.icon-container {
  height: fit-content;
  width: fit-content;
}
.icon-container svg {
  transform: rotate(var(--rotation));
}

.k-animation-container {
  height: fit-content !important;
}

.info {
  color: #341539;
}
.info p {
  color: #605751;
}

*:focus-visible {
  outline: 4px solid #5C8192;
}

.k-checkbox-wrap + label {
  cursor: pointer;
  margin: 0;
  padding: 0;
  display: inline-flex;
  align-items: flex-start;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
}

.p-fix {
  padding: 0 15px;
}

.break-word {
  word-break: break-word;
}

.markdown-form-container {
  width: 100%;
  padding: 0;
  margin: 0;
  background: #EFE8E3;
  padding: 16px 8px;
}
@media (min-width: 768px) {
  .markdown-form-container {
    border-radius: 0.375rem;
    width: 100% !important;
  }
}

.markdown {
  padding: 0 15px;
}
.markdown h1, .markdown h2, .markdown h3, .markdown h4, .markdown h5 {
  text-align: left;
}
@media (max-width: 768px) {
  .markdown h1, .markdown h2, .markdown h3, .markdown h4, .markdown h5 {
    text-align: center;
  }
}
.markdown p {
  width: 100%;
}

.side-menu {
  height: 100%;
  color: white;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  max-width: 1170px;
  width: 100%;
}
.side-menu .side-menu-item-container {
  overflow-x: hidden;
  display: block;
  width: min-content;
  padding-right: 1em;
}
.side-menu .side-menu-item-container:hover:not(.disable-hover) {
  color: #341539;
}
.side-menu .side-menu-item-container.active {
  background: #341539;
  box-shadow: inset 4px 0px #341539;
}
.side-menu .side-menu-item-container.active:hover {
  color: white;
}
.side-menu .side-menu-item-container.active .side-menu-item {
  font-weight: bold;
}
.side-menu .side-menu-item-container:last-of-type {
  margin-top: auto;
}
.side-menu .side-menu-item-container:last-of-type .side-menu-item .side-menu-item-icon-container {
  margin-left: auto;
}
.side-menu .side-menu-item-container .side-menu-item {
  height: 50px;
  margin: 0px;
  padding: 0px;
  display: flex;
  align-items: center;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
.side-menu .side-menu-item-container .side-menu-item .side-menu-item-icon-container {
  align-self: stretch;
  width: 50px;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.side-menu .side-menu-item-container .side-menu-item-text {
  width: 0px;
  transition-property: width;
  transition-duration: 0.15s;
  transition-timing-function: ease-out;
  white-space: nowrap;
  text-align: left;
}
.side-menu .side-menu-item-container .side-menu-item-child-link > a {
  display: block;
  text-decoration: none;
}
.side-menu .side-menu-item-container .side-menu-item-child-link > a.active {
  font-weight: bold;
}
.side-menu .side-menu-item-container .side-menu-item-expandable-content {
  width: 0px;
  height: 0px;
  overflow: hidden;
  transition-property: width, height;
  transition-duration: 0.15s;
  transition-timing-function: ease-out;
  margin-left: 50px;
}
.side-menu.expanded .side-menu-item-expandable-content {
  position: absolute;
  background-color: white;
  width: min-content;
  height: initial;
  margin-left: 0;
  z-index: 100;
  border: 1px solid gray;
}
.side-menu.expanded .side-menu-item-child-link {
  width: 16em;
  padding: 10px 20px;
}
.side-menu.expanded .side-menu-item-text,
.side-menu.expanded .side-menu-item-expandable-content {
  width: min-content;
}

.dropdown-item, .side-menu-item-child-link {
  cursor: pointer !important;
}

.dropdown-item:hover {
  background: #613169 !important;
}

.preserve-line-breaks {
  white-space: pre-wrap;
}

#blazor-error-ui {
  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 {
  cursor: pointer;
  position: absolute;
  right: 0.75rem;
  top: 0.5rem;
}

.validation-message {
  color: #dc3545;
}

/* Webkit based browsers */
meter[value="1"].passwordstrength::-webkit-meter-optimum-value {
  background: red;
}

meter[value="2"].passwordstrength::-webkit-meter-optimum-value {
  background: yellow;
}

meter[value="3"].passwordstrength::-webkit-meter-optimum-value {
  background: orange;
}

meter[value="4"].passwordstrength::-webkit-meter-optimum-value {
  background: green;
}

/* Gecko based browsers */
meter[value="1"].passwordstrength::-moz-meter-bar {
  background: red;
}

meter[value="2"].passwordstrength::-moz-meter-bar {
  background: yellow;
}

meter[value="3"].passwordstrength::-moz-meter-bar {
  background: orange;
}

meter[value="4"].passwordstrength::-moz-meter-bar {
  background: green;
}

.guideline-images {
  margin: 15px 0;
  text-align: center;
}
.guideline-images img.ap-logo {
  padding: 0 10px 10px;
}
.guideline-images img.ap-example {
  border: 1px solid #ced4da;
}

/* This contains modified bootstrap callout css classes, these are used frequently to display info in the bootstrap documentation but are not included in the bootstrap css */
.bs-callout {
  padding: 12px;
  margin: 20px 0;
  border: 1px solid #eee;
  border-left-width: 5px;
  border-radius: 3px;
}

.bs-callout h4 {
  margin-top: 0;
  margin-bottom: 5px;
}

.bs-callout p:last-child {
  margin-bottom: 0;
}

.bs-callout code {
  border-radius: 3px;
}

.bs-callout + .bs-callout {
  margin-top: -5px;
}

.bs-callout-default {
  border-left-color: #341539;
}

.bs-callout-default h4 {
  color: #341539;
}

.bs-callout-primary {
  border-left-color: #428bca;
}

.bs-callout-primary h4 {
  color: #428bca;
}

.bs-callout-success {
  border-left-color: #5cb85c;
}

.bs-callout-success h4 {
  color: #5cb85c;
}

.bs-callout-danger {
  border-left-color: #d9534f;
}

.bs-callout-danger h4 {
  color: #d9534f;
}

.bs-callout-warning {
  border-left-color: #f0ad4e;
}

.bs-callout-warning h4 {
  color: #f0ad4e;
}

.bs-callout-info {
  border-left-color: #5bc0de;
}

.bs-callout-info h4 {
  color: #5bc0de;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

.ux-dialog {
  display: table !important;
  padding: 16px !important;
}
.ux-dialog .ux-dialog-header {
  font-size: 20px;
}
@media (min-width: 992px) {
  .ux-dialog.dialog-md {
    min-width: 580px;
  }
}

.audit-dialog-container {
  min-width: 750px;
}

.input-group-addon {
  border-radius: 0;
}

.input-group-addon select {
  border: 0;
  background: transparent;
}

.input-group-btn > .btn {
  min-height: 35px;
  border-top-right-radius: 1px;
  border-bottom-right-radius: 1px;
}

.labelless-padding {
  margin-top: 26px;
}

table date-picker .input-group {
  display: flex;
}

textarea {
  resize: none;
}

input,
textarea,
select,
select > option {
  font-family: "Jost", "Roboto", sans-serif;
}

.italic-font {
  font-style: italic;
}

.bold-font {
  font-weight: bold;
}

div.display-text {
  font-weight: 400;
  font-size: 16px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.form-control-small {
  width: 150px;
}

.input-group.input-group-datepicker > input.date-picker-control {
  width: 120px;
}

.input-group.input-group-datepicker > input.date-time-picker-control {
  width: 165px;
}

.input-group.input-group-datepicker > .input-group-addon {
  height: 35px;
  width: 30px;
}

.sub-radio-container {
  padding-left: 25px;
}

.sub-radio-container label, .radio-container label {
  font-weight: normal;
  display: block;
}

.radio-container-inline > label, radio-container-inline > label > input {
  display: inline;
}

.button-container {
  margin-bottom: 16px;
}

.button-container a, .button-container button {
  margin-right: 5px;
}

.step-container {
  margin-bottom: 20px;
}

.page-size-option {
  margin-top: -5px;
  border-color: #ddd;
  color: #341539;
}

.text-shadow {
  text-shadow: 1px 0 0;
}

a.btn.btn-link {
  padding-left: 0px;
}

.select2-container--default .select2-selection--multiple {
  border-radius: 0px !important;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.select2-container--focus.select2-container--default.select2-selection--multiple {
  border-color: #341539;
}

.select2-results__options {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.select2-selection.select2-selection--multiple {
  border: 1px solid #ccc !important;
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.075) !important;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.hidden {
  display: none;
}

.form-group {
  margin-bottom: 15px;
}

table colgroup col.content-col {
  background-color: #EFE8E3;
}
table.table-row-select tr.selectable {
  cursor: pointer;
}
table.table-row-select tr.active {
  font-weight: bold;
}

html {
  font-size: 16px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Flowing Font Regular", serif;
  color: #341539;
}

h1 {
  font-size: 34px;
}

h2 {
  font-size: 28px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

p, li {
  color: #605751;
}

label {
  font-weight: 500;
  margin: 0;
  color: #605751;
}

blockquote {
  font-size: 16px;
}

.panel-title {
  font-size: 28px;
}

.validation-message {
  font-weight: 600;
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.34;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: background 100ms, color 100ms;
}
.btn svg {
  margin-left: 0.75rem;
  color: #341539;
  vertical-align: baseline;
}
.btn.btn-primary, .btn.btn-white {
  background: #341539;
  color: #fff;
}
.btn.btn-primary svg, .btn.btn-primary i.fa {
  color: #FFCF4F;
}
.btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus {
  background: #613169;
}
.btn.btn-hover:hover svg, .btn.btn-hover:hover i.fa, .btn.btn-hover:active svg, .btn.btn-hover:active i.fa, .btn.btn-hover:focus svg, .btn.btn-hover:focus i.fa {
  color: #FFCF4F;
}
.btn.btn-white:hover svg, .btn.btn-white:hover i.fa, .btn.btn-white:active svg, .btn.btn-white:active i.fa, .btn.btn-white:focus svg, .btn.btn-white:focus i.fa {
  color: #fff;
}
.btn.btn-white:hover, .btn.btn-white:active, .btn.btn-white:focus {
  background: #613169;
}

.btn-danger svg, .btn-danger i.fa {
  color: #FFCF4F;
}

.btn-white svg, .btn-white i.fa {
  color: #fff;
}

.btn-excel {
  display: flex;
  gap: 1rem;
}
.btn-excel div {
  display: flex;
  place-items: center;
}

.btn-large {
  padding-top: 1rem;
  padding-bottom: 1rem;
  width: fit-content;
  display: flex;
  gap: 2rem;
  place-items: center;
}

.btn-icon {
  display: flex;
  place-items: center;
  background: transparent;
  width: fit-content;
  padding: 8px;
  color: #341539;
}
.btn-icon svg {
  margin: 0;
}
.btn-icon:hover svg, .btn-icon:active svg, .btn-icon:focus svg {
  color: #613169;
}

.btn-hover {
  background: transparent;
  color: #341539;
  outline: 1px solid #341539;
}
.btn-hover:hover, .btn-hover:active, .btn-hover:focus {
  background: #341539;
  color: #fff;
}

.btn-clear {
  background: transparent;
  border: 0;
  outline: 0;
}
