@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Miriam+Libre);
body {
  font-family: "Miriam Libre", sans-serif !important;
}

.brand-primary {
  color: #541c1b;
}

.brand-dark-primary {
  background-color: #541c1b;
  color: white;
}

.brand-second {
  color: #48c596;
}

.brand-second-back {
  background-color: #48c596;
}

.horsetech {
  font-size: 2.5rem !important;
  color: #541c1b;
}

.horsetech_left {
  color: #4fab74;
}

.horsetech_right {
  color: #541c1b;
}

nav {
  background-color: #33053a;
  color: #6FD6C7;
}
nav .horsetech img {
  height: 50px;
}
nav {
  /* banner replaced with nav-banner for bootstrap */
}
nav .banner {
  position: absolute;
  font-size: 1.5rem;
  left: 45px !important;
}
@media only screen and (min-width : 601px) {
  nav .banner {
    font-size: 2.1rem;
    margin-top: 0px;
    left: 70px !important;
  }
}
nav .banner_left {
  color: white;
}
nav .banner_right {
  color: #6FD6C7;
}
nav {
  /* use custom icon for hamburger and show always */
}
nav a.sidenav-trigger {
  display: block !important;
  width: 50px;
}
nav i.change_test {
  float: none;
}
nav a {
  color: #6FD6C7;
}
nav .menu_trigger {
  color: white;
  position: absolute;
  left: 11px;
  top: 13px;
  cursor: pointer;
  transform: rotate(-90deg);
}
@media only screen and (min-width : 601px) {
  nav .menu_trigger {
    left: 30px;
    top: 25px;
  }
}
nav {
  /* use custom icon for hamburger and show always */
  /* lock to top, otherwise on hiding pushing other elements down */
}
nav .sidenav-trigger {
  position: absolute !important;
  top: 0px;
  display: block !important;
  width: 50px;
  margin-top: 7px !important;
}
nav .sidenav-trigger img {
  margin-top: 1px !important;
  height: 40px !important;
  font-size: 1.8rem;
}
@media only screen and (min-width : 601px) {
  nav .sidenav-trigger img {
    height: 50px !important;
  }
}

#slide-out .background {
  height: 60px;
  margin-left: 20px;
  margin-top: 20px;
}
#slide-out .user-view {
  min-height: 30px;
}
#slide-out .menu-top {
  height: 64px;
  background-color: #33053a;
}
#slide-out .menu-top img {
  margin-top: 7px !important;
  margin-left: 14px;
  height: 40px !important;
  font-size: 1.8rem;
}
@media only screen and (min-width : 601px) {
  #slide-out .menu-top img {
    margin-top: 9px !important;
    height: 50px !important;
  }
}
#slide-out .menu-top li a .version {
  font-size: 0.8rem;
}

#mc_embed_signup label {
  color: #48c596;
}
#mc_embed_signup #mc_embed_signup_scroll {
  background-color: white;
  padding: 20px;
}

html * {
  font-family: "Titillium Web", sans-serif;
  -ms-overflow-style: scrollbar; /* stop IE putting scrollbar on top of content see http://stackoverflow.com/questions/17045132/scrollbar-overlay-in-ie10-how-do-you-stop-that*/
}

html,
body {
  color: var(--bs-body-color, #33053a);
  background-color: var(--bs-body-bg, #fefefe);
}

a {
  color: var(--bs-link-color, #33053a);
  text-decoration: none;
  font-weight: 400;
  -webkit-tap-highlight-color: transparent;
}

label.required {
  color: #2c98f0 !important;
  font-weight: 700;
}

.card-title span.required,
h1 span.required, h2 span.required, h3 span.required,
h4 span.required, h5 span.required, h6 span.required {
  color: inherit !important;
  font-weight: 700;
}

span.required {
  color: #2c98f0 !important;
  font-weight: 700;
}

footer {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #33053a !important;
  z-index: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  border-top: 1px solid black;
}
@media only screen and (max-width : 600px) {
  footer {
    font-size: 0.9rem;
  }
  footer linklist {
    text-align: right;
  }
}
footer a.btn-sm {
  padding-top: 2px;
  padding-bottom: 2px;
  margin: 5px 0px 5px 5px;
}
footer .page-footer, footer .foot-wrap {
  background-color: #33053a !important;
}
footer .row {
  margin-bottom: 0px;
}
footer h5 {
  color: #afafaf;
}
footer p, footer a {
  color: #afafaf;
}
footer p :hover, footer a :hover {
  color: #c3c3c3;
}

.page-header {
  margin-top: 5px;
  margin-bottom: 10px;
}

.dtp-btn-ok {
  margin-left: 4px;
}

.no-click {
  pointer-events: none;
}

.version {
  font-size: 0.7rem;
  font-style: italic;
}

:root {
  /* Brand Colours */
  --bs-primary: #2B9D84;
  --bs-primary-rgb: 43, 157, 132;
  --bs-success: #2B9D84;
  --bs-success-rgb: 43, 157, 132;
  --bs-info: #c8b49f;
  --bs-info-rgb: 200, 180, 159;
  --bs-warning: #f9c735;
  --bs-warning-rgb: 249, 199, 53;
  --bs-danger: #da6f38;
  --bs-danger-rgb: 218, 111, 56;
  --bs-secondary: #6c757d;
  --bs-dark: #212529;
  --bs-light: #f8f9fa;
}

/* =====================
   BUTTONS
   ===================== */
.btn-primary {
  color: #fff;
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
}

.btn-primary:hover {
  color: #fff;
  background-color: #3bb388;
  border-color: #37a980;
}

.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.25rem rgba(72, 197, 150, 0.4);
}

.btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #36a982;
  border-color: #32a17b;
}

.btn-success {
  color: #fff;
  background-color: var(--bs-success);
  border-color: var(--bs-success);
}

.btn-success:hover {
  color: #fff;
  background-color: #3bb388;
  border-color: #37a980;
}

.btn-success:focus {
  box-shadow: 0 0 0 0.25rem rgba(72, 197, 150, 0.4);
}

.btn-info {
  color: #fff;
  background-color: var(--bs-info);
  border-color: var(--bs-info);
}

.btn-info:hover {
  color: #fff;
  background-color: #b39a80;
  border-color: #a98e73;
}

.btn-warning {
  color: #212529;
  background-color: var(--bs-warning);
  border-color: var(--bs-warning);
}

.btn-warning:hover {
  color: #212529;
  background-color: #f7c01a;
  border-color: #eeb701;
}

.btn-danger {
  color: #fff;
  background-color: var(--bs-danger);
  border-color: var(--bs-danger);
}

.btn-danger:hover {
  color: #fff;
  background-color: #c56131;
  border-color: #bc5b2e;
}

/* =====================
   OUTLINE BUTTONS
   ===================== */
.btn-outline-primary {
  color: var(--bs-primary);
  border-color: var(--bs-primary);
  background-color: transparent;
}

.btn-outline-primary:hover,
.btn-outline-primary:active,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show {
  color: #fff;
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
}

.btn-outline-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(72, 197, 150, 0.4);
}

.btn-outline-success {
  color: var(--bs-success);
  border-color: var(--bs-success);
  background-color: transparent;
}

.btn-outline-success:hover,
.btn-outline-success:active,
.btn-outline-success.active,
.btn-outline-success.dropdown-toggle.show {
  color: #fff;
  background-color: var(--bs-success);
  border-color: var(--bs-success);
}

.btn-outline-success:focus {
  box-shadow: 0 0 0 0.25rem rgba(72, 197, 150, 0.4);
}

.btn-outline-info {
  color: var(--bs-info);
  border-color: var(--bs-info);
  background-color: transparent;
}

.btn-outline-info:hover,
.btn-outline-info:active,
.btn-outline-info.active,
.btn-outline-info.dropdown-toggle.show {
  color: #fff;
  background-color: var(--bs-info);
  border-color: var(--bs-info);
}

.btn-outline-info:focus {
  box-shadow: 0 0 0 0.25rem rgba(200, 180, 159, 0.4);
}

.btn-outline-warning {
  color: var(--bs-warning);
  border-color: var(--bs-warning);
  background-color: transparent;
}

.btn-outline-warning:hover,
.btn-outline-warning:active,
.btn-outline-warning.active,
.btn-outline-warning.dropdown-toggle.show {
  color: #212529;
  background-color: var(--bs-warning);
  border-color: var(--bs-warning);
}

.btn-outline-warning:focus {
  box-shadow: 0 0 0 0.25rem rgba(249, 199, 53, 0.4);
}

.btn-outline-danger {
  color: var(--bs-danger);
  border-color: var(--bs-danger);
  background-color: transparent;
}

.btn-outline-danger:hover,
.btn-outline-danger:active,
.btn-outline-danger.active,
.btn-outline-danger.dropdown-toggle.show {
  color: #fff;
  background-color: var(--bs-danger);
  border-color: var(--bs-danger);
}

.btn-outline-danger:focus {
  box-shadow: 0 0 0 0.25rem rgba(218, 111, 56, 0.4);
}

.btn-outline-secondary {
  color: var(--bs-secondary);
  border-color: var(--bs-secondary);
  background-color: transparent;
}

.btn-outline-secondary:hover,
.btn-outline-secondary:active,
.btn-outline-secondary.active,
.btn-outline-secondary.dropdown-toggle.show {
  color: #fff;
  background-color: var(--bs-secondary);
  border-color: var(--bs-secondary);
}

.btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.4);
}

/* =====================
   TEXT & BACKGROUNDS
   ===================== */
.text-primary {
  color: var(--bs-primary) !important;
}

.text-success {
  color: var(--bs-success) !important;
}

.text-info {
  color: var(--bs-info) !important;
}

.text-warning {
  color: var(--bs-warning) !important;
}

.text-danger {
  color: var(--bs-danger) !important;
}

.bg-primary {
  background-color: var(--bs-primary) !important;
  color: #fff !important;
}

.bg-success {
  background-color: var(--bs-success) !important;
  color: #fff !important;
}

.bg-info {
  background-color: var(--bs-info) !important;
  color: #fff !important;
}

.bg-warning {
  background-color: var(--bs-warning) !important;
  color: #212529 !important;
}

.bg-danger {
  background-color: var(--bs-danger) !important;
  color: #fff !important;
}

/* =====================
   ALERTS — Light mode
   ===================== */
.alert-primary {
  color: #0f5132;
  background-color: rgba(72, 197, 150, 0.15);
  border-color: rgba(72, 197, 150, 0.3);
}

.alert-success {
  color: #0f5132;
  background-color: rgba(72, 197, 150, 0.15);
  border-color: rgba(72, 197, 150, 0.3);
}

.alert-info {
  color: #084298;
  background-color: rgba(200, 180, 159, 0.15);
  border-color: rgba(200, 180, 159, 0.3);
}

.alert-warning {
  color: #664d03;
  background-color: rgba(249, 199, 53, 0.15);
  border-color: rgba(249, 199, 53, 0.3);
}

.alert-danger {
  color: #842029;
  background-color: rgba(218, 111, 56, 0.15);
  border-color: rgba(218, 111, 56, 0.3);
}

/* =====================
   ALERTS — Dark mode
   Text colours lightened, backgrounds use translucent tints
   ===================== */
[data-bs-theme=dark] .alert-primary {
  color: #6FD6C7;
  background-color: rgba(43, 157, 132, 0.15);
  border-color: rgba(43, 157, 132, 0.3);
}
[data-bs-theme=dark] .alert-success {
  color: #6FD6C7;
  background-color: rgba(43, 157, 132, 0.15);
  border-color: rgba(43, 157, 132, 0.3);
}
[data-bs-theme=dark] .alert-info {
  color: #7eb8d4;
  background-color: rgba(126, 184, 212, 0.15);
  border-color: rgba(126, 184, 212, 0.3);
}
[data-bs-theme=dark] .alert-warning {
  color: #f9c735;
  background-color: rgba(249, 199, 53, 0.12);
  border-color: rgba(249, 199, 53, 0.25);
}
[data-bs-theme=dark] .alert-danger {
  color: #e89060;
  background-color: rgba(218, 111, 56, 0.15);
  border-color: rgba(218, 111, 56, 0.3);
}
[data-bs-theme=dark] .alert-secondary {
  color: #a09aac;
  background-color: rgba(160, 154, 172, 0.12);
  border-color: rgba(160, 154, 172, 0.25);
}

/* =====================
   BADGES
   ===================== */
.badge.bg-primary {
  background-color: var(--bs-primary) !important;
}

.badge.bg-success {
  background-color: var(--bs-success) !important;
}

.badge.bg-info {
  background-color: var(--bs-info) !important;
}

.badge.bg-warning {
  background-color: var(--bs-warning) !important;
  color: #212529 !important;
}

.badge.bg-danger {
  background-color: var(--bs-danger) !important;
}

/* =====================
   ACCORDIONS
   ===================== */
.accordion-button:not(.collapsed) {
  color: #fff;
  background-color: var(--bs-primary);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}

.accordion-button:focus {
  border-color: var(--bs-primary);
  box-shadow: 0 0 0 0.25rem rgba(72, 197, 150, 0.25);
}

/* =====================
   PROGRESS / LINKS / NAV
   ===================== */
.progress-bar {
  background-color: var(--bs-primary);
}

.nav-tabs .nav-link.active {
  color: var(--bs-primary) !important;
  font-weight: 500;
}

.nav-pills .nav-link.active {
  color: #fff !important;
  background-color: var(--bs-primary);
  font-weight: 500;
}

a {
  color: var(--bs-primary);
}

a:hover {
  color: #37a980;
}

.color-background {
  background-color: #2B9D84;
  #background: linear-gradient(90deg, rgb(38, 166, 154) 10%, rgb(51, 145, 127) 90%);
}

.ready {
  border-color: #2c98f0;
}

.warning-text {
  color: #dd3655;
}

.text-warning {
  color: #e17903 !important;
}

.bigger {
  font-size: 1.2rem;
}

.smaller {
  font-size: 0.8rem;
}

.smaller_bottom {
  font-size: 0.8rem;
  padding-bottom: 2px;
}

.bolder {
  font-weight: 700;
}

.row.slim {
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

.col.slim {
  padding: 0px;
}

.card-reveal.slim {
  padding: 14px;
}

.altfont {
  font-family: "Miriam Libre", sans-serif !important;
}
.altfont h2 {
  font-family: "Miriam Libre", sans-serif !important;
}

.no-pad-left {
  padding-left: 0px !important;
}

.no-pad-right {
  padding-right: 0px !important;
}

.no-pad-top {
  padding-top: 0px !important;
}

.no-pad-bottom {
  padding-bottom: 0px !important;
}

.no-margin {
  margin: 0px !important;
}

.btn_block {
  width: 100%;
}

.btn-group {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group > .btn:first-child:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group > .btn-inactive {
  background-color: #607d8b;
}

.btn-group > .btn {
  -webkit-box-shadow: 0 0px 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(0, 0, 0, 0);
}

.btn-group > .btn-inactive:hover {
  background-color: #728F9D;
}

.btn-group > .btn:hover {
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

/* rather than specify for each menu, take a chance that all right aligned material icons aremenus and should be black */
.card .activator {
  cursor: pointer;
}

.back1 {
  background-color: var(--bs-body-bg) !important;
}

.back2 {
  background-color: #91613D;
  color: white !important;
}

.editHover {
  background: #E8F3FF;
}

#loading_animation {
  padding-bottom: 3px;
}

.pony {
  width: 32px;
  position: absolute;
  -webkit-animation: Pony 25s linear infinite;
  -moz-animation: Pony 25s linear infinite;
  -ms-animation: Pony 25s linear infinite;
  -o-animation: Pony 25s linear infinite;
}

.pony_in_element {
  width: 32px;
  position: absolute;
  -webkit-animation: PonyEl 7s linear infinite;
  -moz-animation: PonyEl 7s linear infinite;
  -ms-animation: PonyEl 7s linear infinite;
  -o-animation: PonyEl 7s linear infinite;
}

@-webkit-keyframes Pony {
  0% {
    left: -300px;
    transform: rotateY(0deg);
  }
  49% {
    transform: rotateY(0deg);
  }
  50% {
    left: 100%;
    transform: rotateY(180deg);
  }
  99% {
    transform: rotateY(180deg);
  }
  100% {
    left: -300px;
    transform: rotateY(0deg);
  }
}
@-webkit-keyframes PonyEl {
  0% {
    left: 0px;
    transform: rotateY(0deg);
  }
  49% {
    transform: rotateY(0deg);
  }
  50% {
    left: 100%;
    transform: rotateY(180deg);
  }
  99% {
    transform: rotateY(180deg);
  }
  100% {
    left: 0px;
    transform: rotateY(0deg);
  }
}
#wrapper {
  min-height: 400px;
  margin-left: 0px;
}
@media only screen and (min-width : 601px) {
  #wrapper {
    margin-left: 35px;
  }
}
@media only screen and (min-width : 993px) {
  #wrapper {
    margin-left: 70px;
    max-width: 1024px;
    min-height: 600px;
  }
  #wrapper .full_width {
    margin-left: 5px;
    max-width: none !important;
  }
}
@media only screen and (min-width : 993px) {
  #wrapper {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
#wrapper .full_width {
  margin-left: 5px;
  max-width: none !important;
}

#wrapper.full_width {
  margin: 5px;
  max-width: none !important;
}

.flex-wrap {
  display: flex;
  flex-wrap: wrap;
  vertical-align: middle;
}

.h-100 {
  height: 100%;
}

.w-100 {
  width: 100%;
}

.p0 {
  padding: 0px !important;
}

.m0 {
  margin: 0px !important;
}

/* using svg fonts to avoid need for connection */
.offline {
  position: absolute;
  top: 20px;
  right: 10px;
  color: red;
  background-color: white;
}

.warning {
  background-color: #dd3655;
  color: white;
}

.bigbut {
  border: 2px solid #91613D !important;
}

.headbar {
  background-color: #271f1d;
  color: white !important;
}

.headbar img {
  height: 200px !important;
}

.headbar .form-group {
  margin-bottom: 0em !important;
}

h1 {
  font-size: 1.8rem;
  color: var(--bs-heading-color, var(--bs-body-color));
}
@media only screen and (min-width : 601px) {
  h1 {
    font-size: 2rem;
  }
}
@media only screen and (min-width : 993px) {
  h1 {
    font-size: 2.5rem;
  }
}

h2 {
  font-size: 1.6rem;
  color: var(--bs-heading-color, var(--bs-body-color));
}
@media only screen and (min-width : 601px) {
  h2 {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width : 993px) {
  h2 {
    font-size: 2rem;
  }
}

h3 {
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--bs-heading-color, var(--bs-body-color));
  margin-top: 0px;
}
@media only screen and (min-width : 601px) {
  h3 {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width : 993px) {
  h3 {
    font-size: 1.7rem;
  }
}

h4 {
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--bs-heading-color, var(--bs-body-color));
  margin-top: 0px;
}
@media only screen and (min-width : 601px) {
  h4 {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width : 993px) {
  h4 {
    font-size: 1.3rem;
  }
}

h5 {
  font-size: 1rem;
  font-weight: 600;
  color: var(--bs-heading-color, var(--bs-body-color));
  margin-top: 0px;
}
@media only screen and (min-width : 601px) {
  h5 {
    font-size: 1.1rem;
  }
}
@media only screen and (min-width : 993px) {
  h5 {
    font-size: 1.2rem;
  }
}

.plaintext {
  /* restore materialize margins for pages of text */
}
.plaintext h1 {
  margin: 2.8rem 0 1.68rem 0;
}
.plaintext h2 {
  margin: 2.3733333333rem 0 1.424rem 0;
}
.plaintext h3 {
  margin: 1.9466666667rem 0 1.168rem 0;
}
.plaintext h4 {
  margin: 1.52rem 0 0.912rem 0;
}

.event_banner {
  margin-left: 70px !important;
  font-size: 1.2rem;
}
@media only screen and (min-width : 601px) {
  .event_banner {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width : 993px) {
  .event_banner {
    font-size: 1.5rem;
  }
}

.calcbanner {
  min-width: 360px;
}

.disabled {
  opacity: 0.3 !important;
}

.enabled {
  opacity: 1 !important;
}

.label {
  font-size: 1.5em;
}
.label div {
  padding-top: 20px;
}

.error {
  color: #da6f38;
}

.danger {
  background-color: #da6f38 !important;
}

.success {
  color: #2B9D84;
}

.helper-text {
  position: relative;
  min-height: 18px;
  display: block;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.54);
}

.helper-text.invalid {
  margin-left: 45px;
  color: #da6f38;
}

.errorlist li {
  padding: 10px;
  background-color: rgb(233.9915254237, 173.2372881356, 142.0084745763);
}

.card-img-top {
  width: 100%;
}

.biglogo {
  width: 100%;
}

/* banner replaced with nav-banner for bootstrap */
.nav-banner {
  color: white;
  font-size: 2rem;
}
@media (min-width: 575.98px) {
  .nav-banner .nav-banner {
    font-size: 2.1rem;
  }
}

#brand_name .banner_left {
  color: white !important;
}

#brand_name .banner_right {
  color: #48c596 !important;
}

#topnav {
  position: sticky;
  top: 0;
  z-index: 1052;
}

#topnav .nav-link {
  color: #2B9D84;
  background-color: #33053a !important;
}

@media (max-width: 992px) {
  /* Increase font size for menu and dropdown items */
  #main_menu .nav-link,
  #main_menu .dropdown-item,
  .navbar-brand {
    font-size: 1.25rem;
    text-align: right;
  }
  #role_menu .nav-link,
  #role_menu .dropdown-item,
  .navbar-brand {
    font-size: 1.25rem; /* Increase font size for mobile */
  }
  /* Increase padding and add a horizontal line for menu items on mobile */
  #main_menu .nav-link, #main_menu .dropdown-item,
  #role_menu .nav-link, #role_menu .dropdown-item {
    padding: 10px 15px; /* Adjust padding for mobile */
    border-bottom: 1px solid rgba(204, 204, 204, 0.67); /* Add a thin horizontal line */
  }
  /* Remove bottom border for the last item - not working*/
}
.goto-url:hover, goto_pdf:hover, .goto_user:hover {
  cursor: pointer !important;
}

#test_bar {
  cursor: pointer;
  padding-top: 5px;
  padding-left: 5px;
  background-color: #2B9D84;
  color: white;
  font-size: 1.3rem;
  min-height: 50px;
}
#test_bar a {
  color: white;
  font-size: 1.3rem;
}
#test_bar .currenttest {
  padding: 5px;
  border: 1px white;
}
@media only screen and (max-width : 600px) {
  #test_bar {
    height: 3rem;
  }
}
#test_bar .input-field {
  margin-top: 3px;
  margin-bottom: 5px;
}
#test_bar #search4test {
  height: 100%;
  width: calc(100% - 40px);
  font-size: 1.2rem;
  font-family: Roboto, sans-serif;
  border: 1px white;
  box-shadow: none;
  padding: 0px;
  background-color: #2B9D84;
  color: white;
}
#test_bar .dropdown-content li:hover, #test_bar .dropdown-content li.active {
  background-color: #33053a;
}
#test_bar .dropdown-content li > a, #test_bar .dropdown-content li > span {
  color: white;
}
#test_bar .dropdown-content li {
  background-color: #33053a;
  color: white;
}
#test_bar .dropdown-content li .highlight {
  color: #f9c735;
}
#test_bar label {
  top: 0;
  left: 0;
}
#test_bar label i {
  color: #33053a;
}
#test_bar label.active i {
  color: #33053a !important;
}

.flip {
  transform: rotate(270deg);
}

#index h1 {
  font-size: 2.5rem;
}
#index #strapline {
  margin: 30px 0px 30px 0px;
  font-size: 2.2rem;
}
@media only screen and (min-width : 601px) {
  #index #strapline {
    margin: 40px 20px 40px 20px;
    font-size: 4rem;
  }
}
#index #banner {
  /* still used? */
  padding: 10px 20px;
  background-color: #def4ea;
  color: #2B9D84;
}
@media only screen and (min-width : 601px) {
  #index #banner {
    padding: 30px;
  }
}
#index #banner .btn {
  color: white;
  font-size: 1.6rem;
  line-height: 2rem;
  padding: 20px;
}
@media only screen and (min-width : 601px) {
  #index #banner .btn {
    font-size: 2rem;
  }
}
#index #banner p {
  font-size: 1.4rem;
  text-align: center;
  font-weight: 300;
}
#index #choices .card-content {
  height: 200px;
  overflow: hidden;
}
#index #choices .card-action {
  height: 80px;
}
@media only screen and (min-width : 601px) {
  #index #choices .left {
    padding-left: 0px;
  }
}
@media only screen and (min-width : 601px) {
  #index #choices .right {
    padding-right: 0px;
  }
}
#index #signup_btn {
  border: solid 1px #33053a;
  width: 100%;
  color: #33053a;
  font-weight: 500;
}
#index #signup_btn:hover {
  background-color: #33053a;
  color: white;
}
#index #login_btn {
  border: solid 1px #2B9D84;
  width: 100%;
  color: #2B9D84;
  font-weight: 500;
}
#index #login_btn:hover {
  background-color: #2B9D84;
  color: white;
}

.dark_outline {
  border: solid 1px #33053a !important;
  color: #33053a !important;
}
.dark_outline:hover {
  background-color: #33053a !important;
  color: white !important;
}

@media only screen and (max-width : 600px) {
  .container {
    margin-left: 1px;
    margin-right: 1px;
    width: 100%;
  }
}

.bar {
  opacity: 0.6;
  color: white;
}

.ref {
  font-size: 2em;
  float: right;
}

.nosearch {
  -webkit-user-select: none;
}

.inline_radio {
  display: inline;
}
.inline_radio [type=radio]:not(:checked) + span,
.inline_radio [type=radio]:checked + span {
  padding-left: 22px;
}

#entry, #deductions, #totals {
  padding: 10px;
}

.title {
  font-size: 36px;
}

.page_title {
  margin-top: 20px;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .page_title {
    margin-bottom: 2rem;
  }
}

.action_buttons {
  margin-top: 20px;
  margin-bottom: 20px;
}

.current_class {
  width: 100%;
}

th {
  color: var(--bs-body-color);
}

table .odd {
  background-color: #e7e9e7;
}

table .even {
  background-color: #fbfbfb;
}

table .disabled {
  opacity: 0.5;
}

table a {
  color: var(--bs-link-color);
  font-width: normal;
}

table.slim tr {
  padding: 3px;
}
table.slim td, table.slim th {
  padding: 5px 10px;
  font-size: 0.9em;
}

#dashboard .card-header {
  background-color: #c48e40;
}
#dashboard .card-body {
  background-color: #64195b;
}
#dashboard .dc-chart {
  height: 100px;
}
#dashboard h4 {
  color: var(--bs-body-color);
  font-size: 1.2em;
}

.past {
  background-color: var(--sk-surface-odd, #f0f0f0);
}

.onnow {
  background-color: var(--bs-body-bg);
}

.future {
  background-color: rgba(var(--bs-primary-rgb), 0.11);
}

/*  handle deck */
.card-deck .col {
  padding-left: 3px;
  padding-right: 3px;
}
.card-deck .col .first {
  padding-left: 0;
}
.card-deck .col .last {
  padding-right: 0;
}
.card-deck .card {
  padding-left: 3px;
  padding-right: 3px;
  height: 100%;
}
.card-deck .card .card-content {
  padding: 8px;
}
.card-deck .card .card-action {
  text-align: center;
}
.card-deck .card .first {
  padding-left: 0;
}
.card-deck .card .last {
  padding-right: 0;
}

.card.cancelled {
  opacity: 0.8;
  border: 2px solid red;
}

.cancelled-bg {
  background-color: rgb(241, 160, 160);
}

#login {
  background: #2B9D84;
}

#registration .checkbox-text {
  font-size: 1.4rem;
  color: var(--bs-body-color);
}
@media only screen and (max-width : 600px) {
  #registration .row {
    margin-bottom: 0px;
  }
  #registration .input-field {
    margin-top: 4px;
    margin-bottom: 4px;
  }
  #registration .card-content {
    padding: 20px;
  }
}

.menucards .card-title {
  margin-top: 0px;
}

#add_images .row {
  margin-bottom: 0px;
}
#add_images .input-field {
  margin-bottom: 5px;
  margin-top: 5px;
}

/* mobile only */
@media only screen and (max-width : 600px) {
  .strapline {
    font-size: 0.9rem;
    color: #c48e40;
  }
  .card {
    background-color: var(--bs-body-bg);
    color: var(--bs-body-color);
  }
}
#banner {
  /* still used? second #banner */
  padding: 30px;
  background-color: #def4ea;
  color: #2B9D84;
}
#banner .btn {
  color: white;
}
#banner p {
  font-size: 1.4rem;
  text-align: center;
  font-family: "Roboto Condensed", sans-serif;
}

#choices .card-content {
  height: 200px;
  overflow: hidden;
}
#choices .card-action {
  height: 80px;
}
@media only screen and (min-width : 601px) {
  #choices .left {
    padding-left: 0px;
  }
}
@media only screen and (min-width : 601px) {
  #choices .right {
    padding-right: 0px;
  }
}

@media only screen and (max-width : 600px) {
  .container {
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
  }
}

.bar {
  opacity: 0.6;
  color: white;
}

.ref {
  font-size: 1.8rem;
  float: right;
}

#mainimg {
  height: 300px;
  background-image: url("/shared_static/images/mainimage_phone.png");
  background-size: cover;
  background-position: center right 12%;
  background-repeat: no-repeat;
}
@media only screen and (min-width : 601px) {
  #mainimg {
    background-image: url("/shared_static/images/mainimage_desktop.png");
  }
}

.changetest {
  padding: 5px;
  height: 30px;
}

.test_search {
  padding: 3px 5px 5px 5px;
  height: 30px;
}

.coeff {
  border: none;
  border-radius: 12px;
  color: black;
  font-size: 9px !important;
  height: 16px;
  padding: 4px 3px 0 3px;
  text-align: center;
  width: 15px;
}
.coeff.coeff_2 {
  background-color: #ffffb2;
}
.coeff.coeff_3 {
  background-color: #fecc5c;
}
.coeff.coeff_4 {
  background-color: #fd8d3c;
}
.coeff.coeff_5 {
  background-color: #f03b20;
  color: white;
}
.coeff.coeff_6 {
  background-color: #bd0026;
  color: white;
}

#calculator {
  touch-action: manipulation;
}
#calculator .container {
  max-width: 1280px;
  width: 90%;
}
@media only screen and (max-width : 992px) {
  #calculator .container {
    width: 100%;
  }
}
@media only screen and (max-width : 600px) {
  #calculator {
    bottom: 0px;
  }
}
#calculator .btn:hover {
  background-color: rgb(32.035, 116.965, 98.34);
}
#calculator .col.s6 > .btn {
  width: 100%;
}
#calculator #help_1 img {
  margin-top: 20%;
  width: 100%;
}
#calculator #watch_video {
  background-color: #f6982d;
  width: 100%;
  overflow: visible;
  height: auto;
  line-height: 25px;
  padding-bottom: 5px;
}
#calculator .dividers {
  border-top: 1px solid #fefefe;
  padding-top: 20px;
  border-bottom: 1px solid #fefefe;
  padding-bottom: 20px;
  padding-left: 0px;
  padding-right: 0px;
}
#calculator .col-centered {
  display: inline-block;
  float: none;
  /* reset the text-align */
  text-align: left;
  /* inline-block space fix */
  margin-right: -4px;
}
#calculator svg {
  float: right;
}
#calculator #input_score_block #keypad {
  padding: 0px;
  margin: 0px;
  box-shadow: none;
}
@media only screen and (max-width : 600px) {
  #calculator #input_score_block {
    padding-left: 2px;
    padding-right: 10px;
  }
}
#calculator #input_score_block .row {
  margin: 0px;
  padding: 0px;
}
#calculator #input_score_block .left {
  border-top: 2px solid white;
  border-right: 2px solid white;
}
#calculator #input_score_block .left.top {
  border-top: none;
}
#calculator #input_score_block .right {
  border-top: 2px solid white;
}
#calculator #input_score_block .right.top {
  border-top: none;
}
#calculator #input_score_block #top_line .row {
  margin-bottom: 5px;
}
#calculator #input_score_block .score_button, #calculator #input_score_block .add_int_score, #calculator #input_score_block .add_dec_score {
  color: #626262;
  background-color: #cdd7d7;
  display: inline;
  cursor: pointer;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 800;
  border-radius: 10px;
  padding: 0px;
  margin: 0px;
}
#calculator #input_score_block .score_button:hover, #calculator #input_score_block .add_int_score:hover, #calculator #input_score_block .add_dec_score:hover {
  background-color: #b5bfbf;
}
#calculator #input_score_block {
  /* less often used score buttons */
}
#calculator #input_score_block .thin div {
  font-size: 1.3rem;
  font-weight: normal;
  opacity: 0.8;
  /* force disabled to override opacity */
}
#calculator #input_score_block .thin div .disabled {
  opacity: 0.3;
}
#calculator #input_score_block #action_buttons {
  margin-top: 22px;
  background-color: #cdd7d7;
  box-shadow: none;
  border-radius: 10px;
  color: black;
  font-weight: normal;
  font-size: 1.4rem;
  height: 50px;
  cursor: pointer;
}
#calculator #input_score_block #action_buttons .middle p {
  text-align: center;
}
@media only screen and (max-width : 600px) {
  #calculator #input_score_block #action_buttons {
    font-size: 0.8rem !important;
  }
  #calculator #input_score_block #action_buttons i.small {
    font-size: 16px;
  }
}
#calculator #input_score_block #action_buttons:hover {
  background-color: #b5bfbf;
}
#calculator #input_score_block #action_buttons .enabled {
  height: calc(100% - 2px);
}
#calculator #input_score_block #action_buttons #settings p {
  margin-top: 8px;
  margin-bottom: 8px;
}
#calculator #input_score_block #action_buttons #before_modal input:disabled {
  color: rgba(0, 0, 0, 0.76);
  border-bottom: 1px dotted rgba(0, 0, 0, 0.42);
}
#calculator #input_score_block .left {
  border-right: 2px solid white;
}
#calculator #input_score_block #speak, #calculator #input_score_block #back_button, #calculator #input_score_block .clear_button {
  height: 100%;
  border: 1px solid white;
  padding-top: 0.5rem;
  text-align: center;
}
#calculator #speak, #calculator #open_settings {
  background-color: #626262;
  color: white;
}
#calculator #back_button.btn, #calculator #back_button.col {
  background-color: #626262 !important;
}
#calculator .clear_button.btn, #calculator .clear_button.col {
  background-color: #626262 !important;
}
#calculator .minus_penalty, #calculator .minus_penalty_pct, #calculator .plus_penalty, #calculator .plus_penalty_pct {
  cursor: pointer;
  background-color: #cdd7d7;
  color: #626262;
  padding-left: 2px;
  padding-right: 2px;
  margin-bottom: 2px;
  font-size: 0.7rem;
}
@media only screen and (min-width : 601px) {
  #calculator .minus_penalty, #calculator .minus_penalty_pct, #calculator .plus_penalty, #calculator .plus_penalty_pct {
    font-size: 1rem;
    padding-left: 8px;
    padding-right: 8px;
  }
}
#calculator .minus_penalty .material-icons, #calculator .minus_penalty_pct .material-icons, #calculator .plus_penalty .material-icons, #calculator .plus_penalty_pct .material-icons {
  margin: 0px;
  color: #626262;
}
#calculator .penalty_type_B a, #calculator .penalty_type_P a {
  width: 96%;
}
#calculator #summary_inner {
  font-size: 1.3rem;
  color: var(--sk-brand-primary-dark, #1a6b5c);
  box-shadow: none;
  border: 1px solid var(--bs-border-color);
  border-radius: 5px;
  background-color: var(--bs-body-bg);
  height: 100%;
  padding: 5px;
  margin: 0px;
}
@media only screen and (min-width : 601px) {
  #calculator #summary_inner {
    font-size: 1.4rem;
    padding: 20px;
    line-height: 1.7;
  }
}
#calculator #summary_inner .row {
  margin: 5px 0px 0px 0px;
  padding-left: 0px;
  line-height: 1.2;
}
@media only screen and (min-width : 601px) {
  #calculator #summary_inner .row {
    margin: 0px;
    line-height: 1.7;
  }
}
#calculator #summary_inner.two_rows_of_penalties .row {
  line-height: 1;
}
@media only screen and (min-width : 601px) {
  #calculator #summary_inner.two_rows_of_penalties .row {
    margin: 0px;
    line-height: 1.3;
  }
}
#calculator #summary_inner .pct {
  font-size: 8.5vw;
}
@media only screen and (min-width : 601px) {
  #calculator #summary_inner .pct {
    font-size: 3.5vw;
  }
}
#calculator #summary_inner .col {
  padding-left: 0px;
  padding-right: 5px;
}
@media only screen and (min-width : 601px) {
  #calculator #summary_inner .col {
    padding-right: 0px;
  }
}
#calculator #summary_inner .col .right {
  padding-right: 0px;
}
#calculator #summary_inner .bottom {
  margin-top: 10px;
}
#calculator #summary_inner #summary_bar svg {
  float: right;
  padding-top: 3px;
}
@media only screen and (min-width : 601px) {
  #calculator #summary_inner #summary_bar svg {
    padding-top: 10px;
  }
}
#calculator .card {
  margin: 10px;
  position: relative;
}
#calculator .card .row {
  padding-left: 10px;
}
#calculator .show_on_start {
  padding-top: 4px;
  padding-bottom: 4px;
}
#calculator .pct_score {
  margin-top: 10px;
  margin-right: 20px;
  padding: 0px;
  font-size: 2rem;
  font-weight: 700;
  color: var(--bs-body-color);
  text-align: right;
  position: relative;
  z-index: 2;
}
#calculator .row {
  margin: 0px;
  background-color: transparent;
  position: relative;
  z-index: 2;
}
#calculator .col {
  padding: 0px;
  background-color: transparent;
}
#calculator .tag {
  text-align: center;
  font-size: 1.3rem;
  font-weight: 700;
}
#calculator .bar, #calculator .card-content {
  position: absolute;
  top: 0px;
  left: 0px;
}
#calculator .current_test_description {
  font-size: 1rem;
  font-weight: 400;
}

#calculator.colorful #input_score_block .mark_0 {
  color: #626262 !important;
  background-color: #fff1f7 !important;
}
#calculator.colorful #input_score_block .mark_1 {
  color: #626262 !important;
  background-color: #ffedee !important;
}
#calculator.colorful #input_score_block .mark_2 {
  color: #626262 !important;
  background-color: #ffe9e5 !important;
}
#calculator.colorful #input_score_block .mark_3 {
  color: #626262 !important;
  background-color: #ffe6db !important;
}
#calculator.colorful #input_score_block .mark_35 {
  color: #626262 !important;
  background-color: #ffe6db !important;
}
#calculator.colorful #input_score_block .mark_4 {
  color: #626262 !important;
  background-color: #ffe2ae !important;
}
#calculator.colorful #input_score_block .mark_45 {
  color: #626262 !important;
  background-color: #ffd78a !important;
}
#calculator.colorful #input_score_block .mark_5 {
  color: #626262 !important;
  background-color: #f5d749 !important;
}
#calculator.colorful #input_score_block .mark_55 {
  color: #626262 !important;
  background-color: #dccd20 !important;
}
#calculator.colorful #input_score_block .mark_6 {
  color: white !important;
  background-color: #74ad23 !important;
}
#calculator.colorful #input_score_block .mark_65 {
  color: white !important;
  background-color: #5eb05f !important;
}
#calculator.colorful #input_score_block .mark_7 {
  color: white !important;
  background-color: #48b29a !important;
}
#calculator.colorful #input_score_block .mark_75 {
  color: white !important;
  background-color: #2499b9 !important;
}
#calculator.colorful #input_score_block .mark_8 {
  color: white !important;
  background-color: #007fd8 !important;
}
#calculator.colorful #input_score_block .mark_85 {
  color: white !important;
  background-color: #174ca7 !important;
}
#calculator.colorful #input_score_block .mark_9 {
  color: white !important;
  background-color: #3e339f !important;
}
#calculator.colorful #input_score_block .mark_95 {
  color: white !important;
  background-color: #361686 !important;
}
#calculator.colorful #input_score_block .mark_10 {
  color: white !important;
  background-color: #380052 !important;
}

#calculator.wave #input_score_block .waves-effect.waves-0 .waves-ripple {
  background-color: #fff1f7;
}
#calculator.wave #input_score_block .waves-effect.waves-1 .waves-ripple {
  background-color: #ffedee;
}
#calculator.wave #input_score_block .waves-effect.waves-2 .waves-ripple {
  background-color: #ffe9e5;
}
#calculator.wave #input_score_block .waves-effect.waves-3 .waves-ripple {
  background-color: #ffe6db;
}
#calculator.wave #input_score_block .waves-effect.waves-35 .waves-ripple {
  background-color: #ffe6db;
}
#calculator.wave #input_score_block .waves-effect.waves-4 .waves-ripple {
  background-color: #ffe2ae;
}
#calculator.wave #input_score_block .waves-effect.waves-45 .waves-ripple {
  background-color: #ffd78a;
}
#calculator.wave #input_score_block .waves-effect.waves-5 .waves-ripple {
  background-color: #f5d749;
}
#calculator.wave #input_score_block .waves-effect.waves-55 .waves-ripple {
  background-color: #dccd20;
}
#calculator.wave #input_score_block .waves-effect.waves-6 .waves-ripple {
  background-color: #74ad23;
}
#calculator.wave #input_score_block .waves-effect.waves-65 .waves-ripple {
  background-color: #5eb05f;
}
#calculator.wave #input_score_block .waves-effect.waves-7 .waves-ripple {
  background-color: #48b29a;
}
#calculator.wave #input_score_block .waves-effect.waves-75 .waves-ripple {
  background-color: #2499b9;
}
#calculator.wave #input_score_block .waves-effect.waves-8 .waves-ripple {
  background-color: #007fd8;
}
#calculator.wave #input_score_block .waves-effect.waves-85 .waves-ripple {
  background-color: #174ca7;
}
#calculator.wave #input_score_block .waves-effect.waves-9 .waves-ripple {
  background-color: #3e339f;
}
#calculator.wave #input_score_block .waves-effect.waves-95 .waves-ripple {
  background-color: #361686;
}
#calculator.wave #input_score_block .waves-effect.waves-10 .waves-ripple {
  background-color: #380052;
}

#output_block {
  font-size: 1.3rem;
  overflow: hidden;
}
@media only screen and (max-width : 600px) {
  #output_block {
    font-size: 1.1rem;
  }
}
#output_block #output_scores {
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
#output_block #output_scores .score .row {
  position: relative;
  z-index: 99;
}
#output_block #output_scores #scorelist {
  position: relative;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
#output_block #output_scores #scorelist .score_bar {
  position: absolute;
}
#output_block #output_scores #scorelist .card-title {
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
}
#output_block #output_scores #scorelist .minus {
  text-align: left;
  cursor: pointer;
  padding-left: 5px !important;
}
#output_block #output_scores #scorelist .plus {
  cursor: pointer;
  text-align: right;
  padding-right: 5px !important;
}
#output_block #output_scores #scorelist .collective {
  background-color: lightgrey;
}
#output_block #output_scores #scorelist {
  /* actually added to last non-collective */
}
#output_block #output_scores #scorelist .first_collective {
  border-bottom: 5px solid #626262 !important;
}
#output_block #output_scores #scorelist .page_end {
  border-bottom: 5px solid black !important;
}
#output_block #output_scores #scorelist .lineno {
  color: #7e7272;
  font-size: 0.8em;
  padding-top: 4px !important;
  position: relative;
  z-index: 2;
}
#output_block #output_scores #scorelist #rows_count {
  text-align: right;
  padding-right: 5px !important;
}
#output_block #output_scores #scorelist .linemark {
  text-align: center;
  color: black;
  padding-left: 5px !important;
  position: relative;
  z-index: 2;
}
#output_block #output_scores #scorelist .score {
  border-bottom: 1px solid white;
  padding: 0px;
  margin: 0px;
  position: relative;
}
#output_block #output_scores #scorelist .score .col {
  padding: 0px;
}
#output_block #output_scores #scorelist .score .row {
  margin: 0px;
}
#output_block #output_scores #scorelist #rows_total {
  font-size: 14px;
  font-weight: 700;
  color: #434343;
}
#output_block #output_scores #scorelist .row_count {
  font-size: 14px;
  color: #434343;
}
#output_block #output_scores #scorelist .totals {
  margin-bottom: 0px;
}

.switch-label {
  font-size: 14px;
}

.tag {
  padding: 0px;
  margin: 0px;
  color: var(--bs-body-color);
  font-size: 20px;
  font-weight: 700;
}

.btn-group input {
  visibility: hidden;
  width: 0px;
}
.btn-group label {
  cursor: pointer;
}

#current_test_details {
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 20px;
  color: var(--bs-secondary-color);
}

.skinny {
  padding: 0;
}

.form-control {
  font-size: 18px;
  padding: 6px;
}

.form-group {
  padding-top: 0px;
  padding-bottom: 0px;
}

#entry, #deductions, #totals {
  padding: 10px;
}

.title {
  margin-top: 20px;
  font-size: 36px;
}

.current_class {
  width: 100%;
}

th {
  color: var(--bs-body-color);
}

table .odd {
  background-color: #e7e9e7;
}

table .even {
  background-color: #fbfbfb;
}

table .disabled {
  opacity: 0.5;
}

table a {
  color: var(--bs-link-color);
  font-width: normal;
}

#history td {
  padding-top: 2px;
  padding-bottom: 2px;
}

#dashboard .card-header {
  background-color: #c48e40;
}
#dashboard .card-body {
  background-color: #64195b;
}
#dashboard .dc-chart {
  height: 100px;
}
#dashboard h4 {
  color: var(--bs-body-color);
  font-size: 1.2em;
}

#login {
  background: #2B9D84;
}

/* mobile only */
@media only screen and (max-width : 600px) {
  .strapline {
    font-size: 0.9rem;
    color: #c48e40;
  }
  .card {
    background-color: var(--bs-body-bg);
    color: var(--bs-body-color);
  }
}
/* VIZ */
div.tooltip {
  position: absolute;
  text-align: center;
  width: 100px;
  height: 50px;
  padding: 2px;
  font: 12px sans-serif;
  background: #e7e7e7;
  border: 1px;
  border-radius: 8px;
  pointer-events: none;
}

.scoresheet_viz {
  position: relative;
}

.scoresheet_viz svg {
  display: block;
  margin: auto;
  font-color: #797979;
}
.scoresheet_viz svg .header {
  font-size: 0.9em;
}
.scoresheet_viz svg .subheader {
  font-size: 0.8em;
}
.scoresheet_viz svg .name, .scoresheet_viz svg .value {
  font-size: 0.7em;
}
.scoresheet_viz svg .top_label {
  font-size: 0.9em;
}

.scorer_gauge {
  position: relative;
  padding: 0;
  height: 170px;
}
.scorer_gauge svg {
  display: block;
  margin: auto;
}

#scored rect.bar {
  fill: #64195b !important;
}

.modal {
  max-height: 100%;
  overflow: visible;
}

#after_modal #totals {
  font-size: 1.4rem;
  line-height: 2rem;
}
#after_modal .label {
  font-size: 1.3rem;
  line-height: 2.4rem;
  opacity: 0.9;
}
#after_modal .tag {
  text-align: right;
}
#after_modal #totals .tag {
  font-size: 2.4rem !important;
  line-height: 2.4rem;
}
#after_modal .percent_row {
  margin-top: 4px;
  margin-bottom: 24px;
}
@media medium-and-up {
  #after_modal #totals {
    font-size: 2rem;
    line-height: 3.5rem;
  }
  #after_modal .label {
    font-size: 2rem;
  }
}

/* login / signup s  */
/*https://codepen.io/davidelrizzo/pen/vEYvyv */
.loginBtn {
  box-sizing: border-box;
  position: relative;
  /* width: 13em;  - apply for fixed size */
  margin: 0.2em;
  padding: 0 15px 0 46px;
  border: none;
  text-align: left;
  line-height: 34px;
  white-space: nowrap;
  border-radius: 0.2em;
  font-size: 16px;
  color: #FFF;
}

.loginBtn:before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 34px;
  height: 100%;
}

.loginBtn:focus {
  outline: none;
}

.loginBtn:active {
  box-shadow: inset 0 0 0 32px rgba(0, 0, 0, 0.1);
}

/* Facebook */
.facebook {
  background-color: #4C69BA;
  background-image: linear-gradient(#4C69BA, #3B55A0);
  font-family: "Helvetica neue", Helvetica Neue, Helvetica, Arial, sans-serif;
  text-shadow: 0 -1px 0 #354C8C;
  text-align: center;
}

.facebook:before {
  border-right: #364e92 1px solid;
  background: url("/shared_static/images/icon_facebook.png") 6px 6px no-repeat;
}

.facebook:hover,
.facebook:focus {
  background-color: #5B7BD5;
  background-image: linear-gradient(#5B7BD5, #4864B1);
}

/* Whinie */
.whinnie {
  background-color: #620789;
  background-image: linear-gradient(#7E07AD, #620789);
  font-family: "Helvetica neue", Helvetica Neue, Helvetica, Arial, sans-serif;
  text-shadow: 0 -1px 0 #620789;
  text-align: center;
}

.whinnie:before {
  border-right: #620789 1px solid;
  background: url("/shared_static/images/whinnie.png") 6px 6px no-repeat;
}

.whinnie:hover,
.whinnie:focus {
  background-color: #620789;
  background-image: linear-gradient(#7E07AD, #620789);
}

.status_text_0 {
  color: #e8f0e8;
}

.status_text_1 {
  color: #c6f1c1;
}

.status_text_2 {
  color: #50b478;
}

.status_text_3 {
  color: #2B9D84;
}

.status_text_4 {
  color: #6fb0e5;
}

.status_text_5 {
  color: #2e7ac4;
}

.status_text_6 {
  color: #1a4e90;
}

.status_text_7 {
  color: #162c6c;
}

.status_text_8 {
  color: #3a0259;
}

.status_text_9 {
  color: #da6f38;
}

.status_border_0 {
  border: 4px solid #e8f0e8;
  border-radius: 5px;
}

.status_border_1 {
  border: 4px solid #c6f1c1;
  border-radius: 5px;
}

.status_border_2 {
  border: 4px solid #50b478;
  border-radius: 5px;
}

.status_border_3 {
  border: 4px solid #2B9D84;
  border-radius: 5px;
}

.status_border_4 {
  border: 4px solid #6fb0e5;
  border-radius: 5px;
}

.status_border_5 {
  border: 4px solid #2e7ac4;
  border-radius: 5px;
}

.status_border_6 {
  border: 4px solid #1a4e90;
  border-radius: 5px;
}

.status_border_7 {
  border: 4px solid #162c6c;
  border-radius: 5px;
}

.status_border_8 {
  border: 4px solid #3a0259;
  border-radius: 5px;
}

.status_border_9 {
  border: 4px solid #da6f38;
  border-radius: 5px;
}

.status_fill_0 {
  background-color: #e8f0e8;
  fill: #e8f0e8;
  color: #404040;
}

.status_fill_1 {
  background-color: #c6f1c1;
  fill: #c6f1c1;
  color: #404040;
}

.status_fill_2 {
  background-color: #50b478;
  fill: #50b478;
  color: #ffffff;
}

.status_fill_3 {
  background-color: #2B9D84;
  fill: #2B9D84;
  color: #ffffff;
}

.status_fill_4 {
  background-color: #6fb0e5;
  fill: #6fb0e5;
  color: #ffffff;
}

.status_fill_5 {
  background-color: #2e7ac4;
  fill: #2e7ac4;
  color: #ffffff;
}

.status_fill_6 {
  background-color: #1a4e90;
  fill: #1a4e90;
  color: #ffffff;
}

.status_fill_7 {
  background-color: #162c6c;
  fill: #162c6c;
  color: #ffffff;
}

.status_fill_8 {
  background-color: #3a0259;
  fill: #3a0259;
  color: #ffffff;
}

.status_fill_9 {
  background-color: #da6f38;
  fill: #da6f38;
  color: #ffffff;
}

.scoresheet_status_0 {
  text-color: rgba(128, 128, 128, 0.33);
}

.scoresheet_status_2 {
  text-color: rgba(128, 128, 128, 0.65);
}

.scoresheet_status_3 {
  text-color: rgba(80, 80, 80, 0.65);
}

.scoresheet_status_4 {
  text-color: rgba(80, 80, 80, 0.65);
}

.scoresheet_status_5 {
  color: rgba(59, 59, 59, 0.94);
}

.scoresheet_status_6 {
  color: #e17903 !important;
}

.scoresheet_status_7 {
  color: #225aa6;
}

.list-group .selected {
  background-color: #2B9D84;
  color: white;
}

/* for autocomplete in nav bar*/
.autocomplete {
  position: relative;
  font-size: 14px;
  z-index: 10;
}

nav .autocomplete {
  max-width: 400px;
}

.autocomplete ul,
.autocomplete li {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 1.1rem;
}

.autocomplete .autocomplete-list {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0.25rem 0;
  list-style: none;
  width: 100%;
  background-color: var(--bs-body-bg, #fff);
  border: 1px solid var(--sk-surface-muted, #cdd7d7);
  border-radius: 0.375rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  z-index: 1050;
  color: var(--bs-body-color, #33053a);
  max-height: 300px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.autocomplete .autocomplete-group {
  position: relative;
  padding: 10px 0;
}

.autocomplete .autocomplete-group-header {
  position: absolute;
  top: 16px;
  left: 10px;
  font-weight: bold;
}

.autocomplete .autocomplete-item {
  cursor: pointer;
  padding: 0.5rem 0.75rem;
  float: none;
  border-bottom: 1px solid var(--sk-surface-even, #fbfbfb);
  transition: background-color 0.1s;
}

.autocomplete .autocomplete-item:last-child {
  border-bottom: none;
}

.autocomplete-group .autocomplete-item {
  padding-left: 100px;
  float: none;
}

.autocomplete .autocomplete-item.active,
.autocomplete .autocomplete-item:hover {
  background-color: var(--sk-brand-primary-light, #def4ea);
  color: var(--sk-text-primary, #33053a);
}

.autocomplete .autocomplete-item-last {
  font-weight: bold;
  text-align: center;
  padding: 10px;
}

@media screen and (max-height: 480px) and (max-width: 480px) {
  .autocomplete .autocomplete-item {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
.autocomplete-list li {
  background-color: var(--bs-body-bg, #fff);
  color: var(--bs-body-color, #333);
}
.autocomplete-list li:hover, .autocomplete-list li.active {
  background-color: var(--sk-brand-primary-light, #def4ea);
}
.autocomplete-list li > a, .autocomplete-list li > span {
  color: var(--bs-body-color, #333);
}
.autocomplete-list li strong {
  color: var(--sk-brand-primary, #2B9D84);
  font-weight: 700;
}

nav .autocomplete-list li {
  background-color: var(--sk-navbar-bg, #33053a);
  color: #fff;
}
nav .autocomplete-list li:hover, nav .autocomplete-list li.active {
  background-color: var(--sk-brand-purple, #52047F);
}
nav .autocomplete-list li > a, nav .autocomplete-list li > span {
  color: #fff;
}
nav .autocomplete-list li strong {
  color: var(--sk-brand-primary, #2B9D84);
}

.only-print {
  display: none;
}

.topleft_logo {
  float: left;
  height: 50px;
}
@media only screen and (min-width : 601px) {
  .topleft_logo {
    height: 70px;
  }
}
@media only screen and (min-width : 993px) {
  .topleft_logo {
    height: 100px;
  }
}

.withdrawn {
  opacity: 0.6;
  text-decoration: line-through;
}

.hc {
  background-color: #eeeeee;
}

.update_judge_at_position {
  margin: 0px;
}

.drop_here {
  width: 100%;
  text-align: center;
  padding: 5px;
  font-size: 0.9rem;
  font-style: italic;
}
.drop_here :hover {
  color: #fff;
}

.ui-sortable-placeholder {
  border: 3px dashed #aaa;
  background: #ccc;
}

#modal_add_judge {
  height: 100%;
}

.rosette .tail_text {
  font-size: 1.75rem;
}

@-webkit-keyframes loading-line {
  0% {
    -webkit-transform: scale(0.9);
    opacity: 0.7;
  }
  50% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.9);
    opacity: 0.7;
  }
}
@keyframes loading-line {
  0% {
    transform: scale(0.9);
    opacity: 0.7;
  }
  50% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.9);
    opacity: 0.7;
  }
}
.loading_line {
  -webkit-animation: loading-line 3s infinite ease-in-out;
  -o-animation: loading-line 3s infinite ease-in-out;
  -ms-animation: loading-line 3s infinite ease-in-out;
  -moz-animation: loading-line 3s infinite ease-in-out;
  animation: loading-line 3s infinite ease-in-out;
}

/* should be in custom build of bootstrap */
@media (max-width: 700px) {
  .hide-on-med-and-down {
    display: none;
  }
}
#mobileSidebar {
  background-color: #33053a;
}
#mobileSidebar .offcanvas-header {
  margin-bottom: 0px;
  padding-bottom: 0px;
}
#mobileSidebar .dropdown-menu {
  position: relative;
}
#mobileSidebar .dropdown-menu, #mobileSidebar .dropdown-item {
  background-color: #33053a;
  padding-left: 1.5rem; /* indent dropdown items */
  border: none;
  box-shadow: none;
  color: #e9ecef;
}

/* ============================================================
   EVENT SIDEBAR — Icon Rail (desktop >= 992px)
   Modelled on gadget_admin design_b_collapsible pattern.
   ============================================================ */
/* ── The rail itself ── */
.event-sidebar {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 64px;
  background: #33053a;
  z-index: 1050;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: var(--sk-navbar-height, 56px);
  overflow: visible;
  transition: width 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  /* ── Expanded state (desktop only) ── */
}
.event-sidebar.rail--expanded {
  width: 220px;
}
.event-sidebar {
  /* ── Mobile: horizontal bottom bar (< 992px) ── */
}
@media (max-width: 991.98px) {
  .event-sidebar {
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    width: auto;
    height: 60px;
    padding-top: 0;
    padding-bottom: env(safe-area-inset-bottom, 0);
    flex-direction: row;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .event-sidebar.rail--expanded {
    width: auto;
  }
}

/* ── Scrollable nav items area ── */
.rail__items {
  flex: 1;
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 4px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.2) transparent;
}
.rail__items::-webkit-scrollbar {
  width: 3px;
}
.rail__items::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 3px;
}
@media (max-width: 991.98px) {
  .rail__items {
    flex-direction: row;
    overflow-y: hidden;
    overflow-x: auto;
    padding: 0 4px;
    gap: 2px;
    height: 100%;
  }
  .rail__items::-webkit-scrollbar {
    height: 3px;
    width: auto;
  }
}

/* ── Individual nav button (collapsed = icon + tiny label below) ── */
.rail__btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 56px;
  min-height: 48px;
  padding: 6px 4px 4px;
  border-radius: 6px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 20px;
  text-decoration: none;
  border: none;
  background: none;
  cursor: pointer;
  transition: background 0.15s, color 0.15s;
  position: relative;
  flex-shrink: 0;
}
.rail__btn i {
  font-size: 20px;
  line-height: 1;
}
.rail__btn:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  text-decoration: none;
}
.rail__btn.active {
  background: #2B9D84;
  color: #fff;
}
.rail__btn.disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.rail__btn--accent {
  color: #2B9D84;
}
.rail__btn--accent:hover {
  color: #fff;
  background: rgba(43, 157, 132, 0.3);
}

/* Label below icon (collapsed state) */
.rail__label {
  font-size: 9px;
  font-weight: 500;
  margin-top: 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 56px;
  text-align: center;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.7);
}

/* Separator between sections */
.rail__separator {
  width: 36px;
  height: 1px;
  background: rgba(255, 255, 255, 0.15);
  margin: 4px 0;
  flex-shrink: 0;
}
@media (max-width: 991.98px) {
  .rail__separator {
    width: 1px;
    height: 24px;
    margin: 0 4px;
    align-self: center;
  }
}

/* ── Event name header ── */
.rail__event-name {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 12px 4px 8px;
  flex-shrink: 0;
}
.rail__event-name i {
  font-size: 20px;
  color: #2B9D84;
  flex-shrink: 0;
}
.rail__event-name-text {
  font-size: 13px;
  font-weight: 600;
  color: #2B9D84;
  opacity: 0;
  max-width: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-left: 0;
  transition: opacity 0.2s ease 0.05s, max-width 0.25s ease, margin-left 0.25s ease;
}
@media (max-width: 991.98px) {
  .rail__event-name {
    display: none;
  }
}

/* ── Toggle button (circle on rail edge) ── */
.rail__toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #dee2e6;
  color: #6c757d;
  font-size: 12px;
  cursor: pointer;
  position: absolute;
  right: -12px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1051;
  transition: border-color 0.15s, background 0.15s, box-shadow 0.15s;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
  padding: 0;
  line-height: 1;
}
.rail__toggle:hover {
  border-color: #2B9D84;
  box-shadow: 0 0 0 3px rgba(43, 157, 132, 0.15);
}
.rail__toggle i {
  transition: transform 0.25s ease;
}
@media (max-width: 991.98px) {
  .rail__toggle {
    display: none;
  }
}

/* ============================================================
   EXPANDED STATE
   ============================================================ */
.event-sidebar.rail--expanded {
  /* Event name: show text */
}
.event-sidebar.rail--expanded .rail__event-name {
  justify-content: flex-start;
  padding-left: 16px;
}
.event-sidebar.rail--expanded .rail__event-name-text {
  opacity: 1;
  max-width: 160px;
  margin-left: 10px;
}
.event-sidebar.rail--expanded {
  /* Nav buttons: row layout with text */
}
.event-sidebar.rail--expanded .rail__items {
  align-items: stretch;
  padding: 4px 8px;
}
.event-sidebar.rail--expanded .rail__btn {
  flex-direction: row;
  justify-content: flex-start;
  width: 100%;
  min-height: 40px;
  padding: 8px 12px;
  gap: 12px;
  border-radius: 6px;
}
.event-sidebar.rail--expanded .rail__btn i {
  font-size: 18px;
  width: 20px;
  text-align: center;
  flex-shrink: 0;
}
.event-sidebar.rail--expanded .rail__btn.active {
  border-left: 3px solid #fff;
  padding-left: 9px;
}
.event-sidebar.rail--expanded .rail__label {
  font-size: 13px;
  font-weight: 500;
  margin-top: 0;
  max-width: none;
  text-align: left;
}
.event-sidebar.rail--expanded {
  /* Separator */
}
.event-sidebar.rail--expanded .rail__separator {
  width: calc(100% - 16px);
  margin: 4px 8px;
}
.event-sidebar.rail--expanded {
  /* Toggle chevron flips */
}
.event-sidebar.rail--expanded .rail__toggle i {
  transform: rotate(180deg);
}

/* ============================================================
   FLYOUT SUBMENUS
   ============================================================ */
/* Group wrapper for button + flyout */
.rail__group {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* The flyout panel */
.rail__flyout {
  display: none;
  position: fixed;
  min-width: 220px;
  max-width: 280px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 8px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.15);
  padding: 6px 0;
  z-index: 1060;
}
.rail__flyout.show {
  display: block;
}

.rail__flyout-header {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #6c757d;
  padding: 8px 14px 4px;
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 4px;
}

.rail__flyout-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 14px;
  font-size: 13px;
  color: #212529;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.1s;
}
.rail__flyout-item i {
  font-size: 15px;
  width: 18px;
  text-align: center;
  color: #2B9D84;
  flex-shrink: 0;
}
.rail__flyout-item:hover {
  background: rgba(43, 157, 132, 0.08);
  color: #212529;
  text-decoration: none;
}
.rail__flyout-item.disabled {
  opacity: 0.35;
  pointer-events: none;
}
.rail__flyout-item .badge {
  font-size: 10px;
}

/* Active state on the group button when flyout is open */
.rail__group.flyout-open > .rail__btn {
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
}

/* ============================================================
   CONTENT OFFSET — elements shift right when rail is present
   ============================================================ */
@media (min-width: 992px) {
  body.has-event-sidebar #role_menu_nav,
  body.has-event-sidebar #header_messages,
  body.has-event-sidebar #page-content,
  body.has-event-sidebar .full_width {
    margin-left: 64px;
    transition: margin-left 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  }
  body.has-event-sidebar.rail--expanded #role_menu_nav,
  body.has-event-sidebar.rail--expanded #header_messages,
  body.has-event-sidebar.rail--expanded #page-content,
  body.has-event-sidebar.rail--expanded .full_width {
    margin-left: 220px;
  }
}
@media (max-width: 991.98px) {
  body.has-event-sidebar {
    padding-bottom: calc(60px + env(safe-area-inset-bottom, 0));
  }
}
#page-content {
  margin-left: 0;
  transition: margin-left 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

#CookielawBanner {
  background-color: rgba(43, 157, 132, 0.3333333333);
  color: white;
  padding: 25px;
  margin-top: 25px;
}

#CookielawBanner a {
  color: white;
  text-decoration: underline;
}

#CookielawBanner a.btn {
  background-color: white;
  color: #2B9D84;
  text-decoration: none;
}

/* Chat widget styles */
#chat-toggle {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 56px;
  height: 56px;
  z-index: 1050;
  border-radius: 50%;
}

#chat-panel {
  position: fixed;
  bottom: 86px;
  right: 20px;
  width: 400px;
  max-height: 520px;
  z-index: 1050;
}

#chat-messages {
  overflow-y: auto;
  max-height: 370px;
  font-size: 0.9rem;
}

.chat-msg-user {
  text-align: right;
}

.chat-msg-user .chat-bubble {
  display: inline-block;
  max-width: 85%;
  text-align: left;
  font-weight: normal;
}

.chat-msg-assistant .chat-bubble {
  max-width: 85%;
}

/* Mobile: full-screen overlay (below topnav, above event rail) */
@media (max-width: 576px) {
  #chat-panel {
    top: var(--sk-navbar-height, 56px);
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    max-height: none;
    border-radius: 0;
  }
  #chat-messages {
    max-height: calc(100vh - var(--sk-navbar-height, 56px) - 120px);
  }
  #chat-toggle {
    bottom: calc(60px + 10px + env(safe-area-inset-bottom, 0));
    right: 10px;
  }
}
@media print {
  #chat-toggle, #chat-panel {
    display: none !important;
  }
}
.btn.slim {
  padding: 0.2rem 0.5rem;
  font-size: 0.82rem;
}

.section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid var(--sk-brand-primary, #2B9D84);
}
.section-header h3 {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--sk-text-primary, #33053a);
}
.section-header .bi {
  font-size: 1.1rem;
}

@media only screen and (min-width : 601px) {
  .border-md {
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
}
.status-pill {
  display: inline-block;
  padding: 0.2rem 0.6rem;
  border-radius: 50px;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

.status_table {
  border-collapse: collapse;
}
.status_table td {
  min-width: 20px;
  padding: 5px;
  text-align: center;
  font-weight: 600;
  border: 1px solid var(--sk-surface-muted, #cdd7d7);
}

.card-brand-left {
  border-left: 3px solid var(--sk-brand-primary, #2B9D84);
}

.card-purple-left {
  border-left: 3px solid var(--sk-brand-purple, #52047F);
}

.testing_class {
  border-left: 3px solid var(--sk-brand-purple, #52047F);
}