.login-page,
.register-page {
  background-color: #171717;
}

select.select2-container.select2-container--default {
  height: 40px;
}
.input-group-prepend ~ .select2-container--default .select2-selection {
  height: 40px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 40px !important;
}

.select2-container .select2-selection--single {
  height: 40px !important;
}

.table-striped i.passedBirthday {
  color:#ffc107;
  font-size: 22px;
}

.table-striped i.todayBirthday {
  color:#63A841;
  font-size: 22px;
}

.truncate {
  display: block;
  width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.action-buttons .btn{
  padding: 5px 5px 5px 5px;
  border-radius: 0px;
  font-size: 11px;
}

.marriedMember .input-group-text {
    background-color: #007bff;
    color: white;
}

.nav-sidebar .nav-treeview {
  padding-left: 15px;
}

.custom-switch .custom-control-label::after {
  cursor:pointer;

}
.custom-switch.custom-switch-on-success .custom-control-label::after {
  background-color: #2f681f;
}
.custom-switch.custom-switch-on-success .custom-control-input ~ .custom-control-label::before {
  background: #35dc47;
  border-color: #339219;
  cursor:pointer;
} 
.custom-switch.custom-switch-off-danger .custom-control-input ~ .custom-control-label::before {
  cursor:pointer;
  background-color: #dc3545;
  border-color: #921925;
} 

.loading {
  display:none;
}

.content-wrapper{
  background-color: #343a40;
}