.card {
    background-color: var(--bs-tertiary-bg);
}

.application_info {
    display: block;
    width: inherit;
    overflow: hidden;
    text-overflow: ellipsis; 
    white-space: nowrap;
}