/* Custom fix for .form-control-color bottom spacing */
.form-control-color {
    margin-bottom: 0.5rem !important;
    min-height: 2.5rem !important;
}
.form-control-color::-webkit-color-swatch,
.form-control-color::-moz-color-swatch {
    height: 2rem !important;
    border-radius: 0.25rem;
}
