.sticky-fab {
    position: fixed !important;  /* Use position fixed to stick to screen */
    bottom: 10px;      /* Adjust distance from the bottom as needed */
    left: 50%;         /* Position element horizontally center */
    transform: translateX(-50%); /* Center the element by transforming */
    z-index: 1000;     /* Ensure it stays on top */
}

.validation-message {
    color: #e50000;
}
