.no-margin {
  margin: 0 !important;
}

.no-br-radius {
  border-radius: 0;
}

.d-inline-block {
  display: inline-block;
}

.text-uppercase {
  text-transform: uppercase;
}

.required::before {
  color: red;
  content: "* ";
}

.invalid {
  color: red;
}

.h4 {
  font-size: 2.28rem;
}

.my-5 {
  margin-bottom: 3rem;
  margin-top: 3rem;
}

.my-6 {
  margin-bottom: 3.6rem;
  margin-top: 3.6rem;
}

body > .container {
  min-height: calc(100vh - 222px);
}

.no-margin .select-wrapper .select-dropdown {
  margin: 0;
}

.user-search label {
  cursor: pointer;
}

.user-search input[type=search] ~ .material-icons {
  top: 10px;
}

.table-list td,
.table-list th {
  padding: 15px;
}

.actions-tr {
  width: 120px;
}
