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;
}

.header-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}
.actions-container {
    margin-left: auto;
}
.select2{
    border:1px solid #cfcfcf;
    height:37px;
    border-radius:5px;
}
 

/* Limit Select2 dropdown height and enable scrolling */
.select2-container .select2-results__options {
    max-height: 350px; /* adjust as needed */
    overflow-y: auto;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    padding-top: 8px;
}


.k-svg-icon.k-icon-xs {
    width: 24px !important;
    height: 24px !important;
}
.k-ghost-splitbar-horizontal, .k-splitbar-horizontal{
    width:15px !important;
}

.blurred {
    filter: blur(6px);
    user-select: none;
    pointer-events: none;
}

 