.k-alert {
    padding: 4px 0;
    position: fixed;
    top: var(--navbar-height);
    width: 100%;
    min-height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 998;
}

.k-alert.k-alert-warning {
    background-color: #F4D066;
    color: #000000;
}