/* LOGIN */

.input-group {
  border-radius: 20px;
}

.login-card-body {
  width: 300px;
}

/* TWEAKS */
.btn.btn-flat {
  border-radius: 5px;
}

.card {
  border-radius: 5px;
}

.card-primary.card-outline {
  border-top: 2px solid #007bff;
}

label:not(.form-check-label):not(.custom-file-label) {
  font-weight: 400;
}

.card-body {
  padding: 1rem;
}

.elevation-3 {
  box-shadow: unset !important;
}

/* FIXES */

/* SOLVED NEXT RELEASE >2.4.4 */
.select2-container {
  min-width: 200px;
} 

select:not([multiple]) {
  min-width: 150px;
}

select[multiple] {
  min-width: 300px;
}

.select2-selection__arrow {
  top: 6px !important;
}

.errorlist {
  padding-left: 0;
  list-style: none;
}

.table.table-striped th:first-child{
  width: 46px;
}

.selector-add, .selector-remove {
  background-position-x: center !important;
}

label {
  margin-bottom: 0 !important;
}

.calendarbox.module div:first-child{
  height: 31px;
}

select {
  height: 38px;
  border: 1px solid #ced4da;
  border-radius: .25rem;
}

.actions {
  display: flex;
  align-items: center;
}
