.reflexPopup {
    padding: 0 0 0 0 !important;
    top: 5px !important;
}

.reflexPopup > div > div > div:first-child {
    width: 100%;
    height: 60px;
    background-color: var(--primary-color);
    color: #bcbcbc; /* TODO: have a variable */
}

.reflexPopup > div > div > div:first-child > div:first-child {
    text-align: center;
    width: 100%;
}

.reflexPopup > div > div > div:first-child > div:last-child {
    text-align: center;
    padding-right: 22px;
}

