
/*
    Part of     :   Puricheck - Python Flask Application
    By          :   Emmanuel Adigun (emmanuel@zignal.net)
    Date        :   01 Dec 2024
*/

.form-control
{
  border-radius: 0.1875rem;
  border: 0.25px solid #828282;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  color: #fff;
}

.form-control:focus
{
  color: #fff;
  border-color: #0090e7;
}

input.form-check-input-0 {
  margin-left: 1px !important;
}

div.page-header span.page-model-title,
div.bootstrap-select > div.dropdown-menu > div > ul.dropdown-menu li a.dropdown-item:hover {
  color: #007bff !important;
}
/*
div.page-header span.page-model-title
*/
textarea.form-control {
     min-height: 200px !important;
}