.cc-window {
    background-color: #282a3a;
}

.cc-btn {
    background-color: #5867dd;
    border-color: #5867dd;
    color: #ffffff;
}

.cc-message {
    color: #fefefe;
}

.kt-header__topbar-username {
    color: #c7c7de !important;
}

.kt-menu__link-text {
    text-align: center;
}

body .kt-header__topbar .subscription-warning {
    padding-top: 32px;
}

body.kt-header--minimize .kt-header__topbar .subscription-warning {
    padding-top: 18px;
}

@media (max-width: 1024px) {
    .kt-header__topbar .kt-header__topbar-item.kt-header__topbar-item--user .kt-header__topbar-wrapper {
        height: auto;
    }
}

.unread-notification-count {
    position: absolute;
    top: 23px;
    right: 0px;
    font-size: 1rem !important;
    height: 10px !important;
    width: 10px !important;
    background-color: #ff0000 !important;
    padding: 9px;
}
