#frontend_applicants_toast {
    max-width: 90%;
    position: absolute;
    bottom: 15%;
    z-index: 10000;
    left: 50%;
    transform: translate( -50%, 0 );
    color: white;
    background-color: var( --color-frontend_primary );
    border-radius: 100px;
    padding: 12px 24px;
    transition: opacity 1s ease;
    text-align: center;
}
