.primary-btn:hover:not([disabled]) {
    background-color: #000000 !important;
    color: #ffffff !important;
}

.primary-btn[disabled] {
    color: rgb(153, 153, 153);
    background-color: rgb(245, 245, 245);
}

.notifications-container {
    max-width: 320px !important;
    overflow-x: visible !important;
}