.cc-window {
    background-color: #282a3a;
}

.cc-btn {
    background-color: #5867dd;
    border-color: #5867dd;
    color: #ffffff;
}

.cc-message {
    color: #fefefe;
}

.kt-header__topbar .kt-header__topbar-item.kt-header__topbar-item--langs {
    margin-right: 0;
}

.kt-header__topbar .subscription-warning {
    padding-top: 13px;
}

@media (max-width: 1024px) {
    #kt_header {
        margin-top: -40px;
    }
}

.unread-notification-count {
    position: absolute;
    top: 1px;
    right: 0px;
    font-size: 1rem !important;
    height: 10px !important;
    width: 10px !important;
    background-color: #ff0000 !important;
    padding: 9px;
}

@media (min-width: 1024px) {
    .menuSearchBarInput {
        background-color: rgb(18, 18, 30) !important;
        border: 1px solid rgb(44, 45, 68) !important;
        color: #9899ac !important;
    }

    .menuSearchBarInput:focus {
        border-color: #7380fc !important;
        color: #fff !important;
    }
}

.menuSearchBarContainer {
    min-width: 150px !important;
    margin-right: 14px;
}

.menuSearchBarContainer .ui-autocomplete-panel {
    margin-left: 14px;
}

@media (max-width: 1024px) {
    .menuSearchBarContainer {
        width: calc(100% - 20px);
        margin-bottom: 10px;
    }

    .menuSearchBarInput {
        width: 214px !important;
    }
}