body, 
.form-control {
  font-size: 0.875rem !important;
  font-family: 'Inter', sans-serif !important;
}

.form-control {
  line-height: 25px !important;
}

@media (max-width: 768px) {

  input,
  select,
  textarea {
    font-size: 16px !important;
  }
}

.app-body .main {
  overflow-x: auto;
  overflow-y: hidden;
}

.app-body .main .container-fluid .row {
  /* height: 100%; */
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.app-body .main .container-fluid .row {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.app-body .main .container-fluid .row .col-12 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

a:focus,
a:hover {
  text-decoration: none;
}

.alert-danger {
  background-color: #fff0f0 !important;
  border-color: brown !important;
  color: brown !important;
}

.alert-success,
.alert-success input.react-date-field__input {
  background-color: #dff0d8 !important;
  border-color: #d6e9c6 !important;
  color: #3c763d !important;
}

.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
}

.milera-md-color {
  color: #0078bb
}

.milera-md-background-color {
  background-color: #0078bb
}

.icon-blue {
  color: #0097eb;
  font-size: 15px;
  cursor: pointer;
  /* font-weight: 600; */
}

.icon-grey {
  color: grey;
  font-size: 15px;
  cursor: pointer;
  /* font-weight: 600; */

}

.actionBar {
  text-align: right;
  height: 40px;
  align-content: center;
  padding-right: 55px;
}

.dischargeSummaryActionBar {
  text-align: right;
  height: 40px;
  align-content: center;
}

.mobileTitle {
  font-size: 17px;
  font-weight: 700;
  border-bottom: 2px solid #88c8e2;
  /* margin-left: 15px; */
  padding: 5px 15px;
}