#btn-container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
#btn-container form {
  margin: 0 !important;
}
button.btn {
  border: 0;
  background: red;
}
.btn {
  display: inline-flex !important;
  background: #0862c9;
  color: #fff !important;
  padding: 10px 15px;
  line-height: 1 !important;
  transition: all 0.25s;
}

.btn svg {
  width: 14px;
  margin-right: 5px;
  fill: #fff !important;
  display: inline-block;
  line-height: 1;
  transition: all 0.25s;
}

.btn:hover,
.btn:hover svg {
  color: #999;
  text-decoration: none;
  fill: #999;
}

.form-row {
  display: flex;
  gap: 15px;
}

.form-col {
  flex: 1;
}

form#usersform aside {
  display: flex;
  gap: 20px;
}

.filter-col {
  flex: auto;
}

span.gender-Male {
  color: blue;
}
span.gender-Female {
  color: red;
}

table td {
  line-height: 1.4;
}
table td p label {
  min-width: 25%;
  display: inline-block;
}

input[type="date"] {
  border-color: #e1e1e1;
  background-color: #fcfcfc;
  color: #ababab;
  -webkit-appearance: none;
  border: 1px solid #e1e1e1;
  padding: 8px 6px;
  outline: none;
  font: 1em "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 100%;
  display: block;
  margin-bottom: 20px;
  border-radius: 0px;
}
label.table-label {
  min-width: 40px;
  display: block;
  line-height: 1;
}
span.rm-field-hint {
  display: block;
  line-height: 1.2;
  font-size: 12px !important;
}
.alert.alert-success {
  background: #d1e7dd;
  padding: 15px;
  display: block;
  border-radius: 5px;
  border: 1px solid #a3cfbb;
  color: #0a3622;
  margin-bottom: 1em;
}
.alert.alert-danger {
  background: #ea868f;
  padding: 15px;
  display: block;
  border-radius: 5px;
  border: 1px solid #842029;
  color: #0a3622;
  margin-bottom: 1em;
}
.g-recaptcha {
  margin-bottom: 20px;
}

.rminput-half {
  display: flex;
  gap: 15px;
}
