  .error {
    color: #dd003f !important; font-weight: 600 !important;
  }
  ul.messages {
  list-style: none;
  margin-bottom: 10px !important;
  font-weight: bold;
  }
  ul.messages > li.success {
  color: green;
  }
  ul.messages > li.error {
  color: red;
  }
  ul.messages > li.info {
  color: blue;
  }
  ul.messages > li.warning {
  color: yellow;
  }
  .bg-color-white {
  background-color: #ffff !important;
  }

.dt-container input#dt-search-0 {
  border: 1px solid #99A1B7 !important;
  font-size: 15px;
  margin-left: 10px;
  color: black !important;
  width: 220px !important;
}

.dt-container select {
    border: 1px solid #99A1B7 !important;
}

.form-select-custom-border {
  border: 1px solid #C4CADA !important;
}