﻿.notifications-upgrade-complete {
    cursor: pointer;
    font-family: var(--elevate-primary-font);
    font-weight: 500;
    color: var(--notifications-white);
}

.notifications-bold {
    font-weight: 700;
    display: inline-block;
}

/* Notyf Class Overrides */
.notyf__message {
    font-family: var(--elevate-primary-font);
    font-weight: 500;
}

.notyf__toast {
    max-width: 400px !important;
}

.notifications-pending-invitation {
    cursor: pointer;
}