.bg-infocenter {
    background-color: #181c35 !important;
}

.fs-11 {
    font-size: 11px !important;
}

.fs-12 {
    font-size: 12px !important;
}

.fs-responsive {
    font-size: clamp(12px, calc(12px + 0.125vw), 14px);
}

/**
 * Deixa o clockpicker na frente do sweet alert
 * Deixa o autocomplete na frente do sweet alert
 */
.clockpicker-popover,
.ui-autocomplete {
    z-index: 1601 !important;
    position: fixed !important;
}

danger {
    color: red;
}

.form-control {
  color: black;
  opacity: 1;
}

.form-control::placeholder {
  color: grey;
  opacity: 0.5;
}
