.form-label {
  font-size: 0.8rem;
  font-weight: 600;
}

.modal-body .row {
  width: 100%;
}

.modal-body {
  overflow-y: scroll;
  height: -webkit-fill-available;
}

.modal-body::-webkit-scrollbar {
  width: 8px;
}

.modal-body::-webkit-scrollbar-thumb {
  background-color: #b0bac9 !important;
  border-radius: 10px;
}


.modal-body::-webkit-scrollbar-track {
  background-color: transparent !important;
  border-radius: 0px;
}

.page {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 100vh;
  background-color: #f3f3f3 !important;
}

th {
      text-transform: capitalize !important;
    padding: 15px 21px !important;
}