@import './applicants.css';

:root {
    --c-border: #aca39a;
    --rounded-input: 0px;
    --c-icon: #000;
    --c-marker-bg: #11273E;
}

.nc-advanced-filter-popup-title {
    /* 32 */
    font-size: clamp(24px, 4vw + 1rem, 32px) !important;
}

h1 {
    color: var(--nc-ternary-color);
    font-size: 3rem !important; /* 48px */
    line-height: 1;
    font-weight: 300;
}

small {
    font-size: 0.95rem !important;
}

#akya-confirm-btn {
    width: 50% !important;
}