/*.error {
    color: #dc2626 !important;*/ /* red-600 */
    /*font-size: 9px;
    margin-top: 0px;
}



body.drawer-locked {
    overflow-y: hidden;
}


@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
  color: var(--bs-secondary-color);
  text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
  text-align: start;
}

.ts-wrapper .ts-control {
    position: relative;
    max-height: 1.7rem !important;*/ /* reduce height */
    /*padding: 0.4rem !important;*/ /* tighter left/right padding */
    /*font-size: 0.7rem !important;*/ /* smaller font */
    /*line-height: 1rem !important;
}*/

/* also shrink dropdown font */
/*.ts-wrapper .ts-dropdown {
    font-size: 0.7rem !important;
}

    .ts-wrapper .ts-dropdown .option {
        padding: 0.25rem 0.4rem !important;
    }

.ts-wrapper.single {
    position: relative;
}*/

/* give space on the right for the arrow */
/*.ts-wrapper .ts-control {
    padding-right: 1.4rem !important;
}*/

/* draw the chevron INSIDE the control */
/*.ts-wrapper.single .ts-control::after {
    content: "";
    position: absolute; 
    top: 50%;
    right: 0.5rem;
    width: 0.45rem;
    height: 0.45rem;
    border-right: 2px solid #9ca3af; 
    border-bottom: 2px solid #9ca3af;
    transform: translateY(-50%) rotate(45deg);
    pointer-events: none;
    z-index: 10; 
}

.ts-dropdown {
    margin-top: -2px !important;*/ /* pulls dropdown closer to the control */
/*}

.toast-fade-slide {
    animation: toastFadeSlide 0.35s ease-out;
}*/

