.form-group{
   margin-bottom: 1rem !important;
   margin-left: 1rem !important;
}

.float-right{
    float: right !important;
}

.bootstrap-select .dropdown-toggle {
    width: 100% !important;
    max-width: 100% !important;
    height: 40px !important;
}

/* Override for .card-content.row.justify-content-center to avoid display: flex */
.justify-content-center-catalog {
  justify-content: center; 
  align-items: center; 
  text-align: center; 
}
    
/* General styling for justify-content-center */
.justify-content-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
