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;
}

.form-check-input {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #d0e6ff;
}

.dx-edit, .dx-delete {
    color: white !important;
    text-decoration: none !important;
}

.dx-link, .dx-button {
    /*font-weight: bold;*/
}

#logo {
    height: 125px;
}

#logo {
    padding: 15px;
}

@media (min-width: 601px) {
    #pageTitle {
        font-size: 2.5em;
    }
}

#pageTitle {
    font-weight: bold;
}

@media (min-width: 601px) {
    #pageTitle {
        font-size: 2.5em;
    }
}

#pageTitle {
    font-weight: bold;
}

body {
    /* font-size: 1.6rem; */
    font-size: 12pt;
    font-family: Arial, Helvetica, Verdana, sans-serif;
    /* line-height: 20px; */
}

.light-blue {
    background-color: #26A9E1 !important;
}

.light-blue-text {
    color: #26A9E1 !important;
}

.blue {
    background-color: aliceblue !important;
}

.app-header {
    border-bottom: 0px;
}

.navbar {
    padding: 0;
}

.btn {
    font-weight: bold;
}

.white-text {
    color: white !important;
}

.orange {
    background-color: #F7921E !important;
}

.notification-wrapper {
    position: relative;
    display: inline-block;
    padding-right: 20px;
    margin-right: 20px;
    color: white;
}

.sidebar-wrapper {
    overflow-y: auto;
}