html {
  font-size: 14px;
}

@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;
}

.col-form-label {
    width: 190px;
}

.col-form-input {
    width: calc(100% - 190px);
}

.sidebar {
    width: 200px;
}

.side-content {
    width: calc(100% - 200px);
}

.required::after {
    content: ' *';
    color: var(--bs-danger);
}

.logo {
    width: auto;
    height: 40px;
}

.slider-container {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
}

.cvar-slider-gradient .noUi-base {
    background: linear-gradient(to right, green 0%, yellow 20%, red 40%, darkred 100%);
}

.cvar-slider-gradient .noUi-connect {
    background: transparent;
}

.noUi-handle {
    width: 28px !important;
    height: 28px !important;
    border-radius: 14px !important;
}

.noUi-handle::before, .noUi-handle::after{
    display: none;
}

.noUi-tooltip {
    font-size: 14px;
}
