::-webkit-scrollbar {
  width: 10px;
  height: 1em;
}
::-webkit-scrollbar-track {
  background: white;
}
::-webkit-scrollbar-thumb {
  background: var(--neutral-medium);
  border: 2px solid #fff;
  border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
  background: #030;
}
main#brx-content {
  z-index: 2;
}
footer {
  position: sticky !important;
  bottom: 0;
  left: 0;
  background-position: 50%;
  background-size: cover;
  flex-shrink: 0;
  margin-top: auto;
  width: 100%;
  z-index: 1;
}
.ribbon {
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding: 0.8em;
}
.ribbon {
  --f: .5em;
  /* control the folded part*/
  --r: .8em;
  /* control the ribbon shape */
  position: absolute;
  right: var(--space-m);
  top: calc(-1*var(--f));
  padding: 0.5em;
  background: var(--primary-dark);
  border-right: var(--f) solid #0005;
  border-bottom: var(--r) solid #0000;
  clip-path: polygon(calc(100% - var(--f)) 0, 0 0, 0 calc(100% - var(--r)), calc(50% - var(--f)/2) 100%, calc(100% - var(--f)) calc(100% - var(--r)), calc(100% - var(--f)) var(--f), 100% var(--f));
}
.wsf-form button.wsf-button.wsf-button-primary {
  background-color: var(--secondary) !important;
  border-color: var(--secondary) !important;
  color: var(--black) !important;
  font-size: var(--text-l) !important;
}
.wsf-form input, .wsf-form textarea {
  background: var(--primary-trans-10);
}
.wsf-form input, .wsf-form textarea {
  border: 0 !important;
  border-bottom: 1px solid var(--primary-light-trans-10) !important;
}
.wsf-datetime-picker {
  background: var(--white) !important;
}
.xdsoft_datetimepicker .wsf-datetime-picker .xdsoft_timepicker .xdsoft_time_box > div > div {
  color: var(--black) !important;
}
@view-transition {
  navigation: auto;
}
