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;
}

/*Start Custom Style*/

.ms-neg-10 {
    margin-left: -10px;
}
/* Add this to your stylesheet */
.form-floating {
    padding-bottom: 0.1rem; /* Adjust this value as needed */
}

.form-control, .form-select {
    padding-top: 0.1rem;
    padding-bottom: 0.1rem;
}

.no-caret::after {
    display: none !important;
}
.form-control {
    height: 39px;
}
#dt-search-0 {
    height: 30px;
}
/* Start override select2 */
.select2-container--default .select2-selection--single {
    height: 38px;
    display: flex;
    align-items: center;
}

textarea.form-control {
    height: 60px;
}

.form-select {
    height: 38px;
}

.dt-spinner + div {
    display: none !important;
}

.add-button {
    background-color: #4154f1;
    color: white;
}

.d-flex.justify-content-center.py-4 .logo img {
    max-height: 50px;
}

/*End Custom Style*/