.qaqc-topbar {
    align-items: stretch;
    background: #fff;
    border-bottom: 1px solid #dfe5ea;
    box-shadow: 0 1px 4px rgba(27, 47, 65, .08);
    display: flex;
    height: 64px;
    justify-content: space-between;
    overflow: visible;
    padding: 0;
    z-index: 1020;
}

.qaqc-topbar.qaqc-topbar-panel-open {
    z-index: 1045;
}

.qaqc-topbar-breadcrumb {
    align-items: center;
    display: flex;
    flex: 1 1 auto;
    min-width: 0;
    padding-left: 14px;
    position: relative;
}

.qaqc-topbar-accent {
    align-self: stretch;
    background: #1e518e;
    display: block;
    flex: 0 0 8px;
    margin-right: 14px;
}

.qaqc-topbar-breadcrumb .breadcrumb {
    background: transparent;
    flex-wrap: nowrap;
    margin: 0;
    min-width: 0;
    overflow: hidden;
    padding: 0;
}

.qaqc-topbar-breadcrumb .breadcrumb-item {
    line-height: 1.3;
    min-width: 0;
    padding: 0;
}

.qaqc-topbar-breadcrumb .breadcrumb-item a {
    color: #0c3f70;
    display: block;
    font-family: Roboto, Arial, sans-serif;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
}

.qaqc-topbar-actions {
    align-items: stretch;
    display: flex;
    flex: 0 0 auto;
    height: 64px;
    margin: 0;
    overflow: visible;
    position: relative;
    z-index: auto;
}

.qaqc-topbar-tool {
    align-items: center;
    display: flex;
    overflow: visible;
    position: relative;
}

.qaqc-topbar-icon {
    align-items: center;
    background: transparent;
    border: 0;
    border-left: 1px solid #edf0f2;
    color: #31536d;
    display: inline-flex;
    font-size: 18px;
    height: 64px;
    justify-content: center;
    min-width: 48px;
    padding: 0;
    position: relative;
}

.qaqc-topbar-icon:hover,
.qaqc-topbar-icon:focus,
.qaqc-topbar-icon.active {
    background: #eef5fa;
    color: #116aa5;
    outline: 0;
}

.qaqc-notification-badge {
    align-items: center;
    background: #d94b45;
    border: 2px solid #fff;
    border-radius: 10px;
    color: #fff;
    display: flex;
    font-size: 10px;
    font-weight: 700;
    height: 19px;
    justify-content: center;
    line-height: 1;
    min-width: 19px;
    padding: 0 4px;
    position: absolute;
    right: 5px;
    top: 10px;
}

.qaqc-project-switcher {
    align-items: flex-end;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    min-width: 210px;
    padding: 4px 10px !important;
}

.qaqc-project-switcher .itemDuAn {
    background: transparent;
    border: 0;
    color: #163c5b;
    font-size: 14px;
    font-weight: 700;
    max-width: 310px;
    overflow: hidden;
    padding: 0;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.qaqc-project-switcher .itemDuAn i {
    margin-left: 5px;
}

.qaqc-project-switcher .topbar-custom-itembottom {
    gap: 6px;
    justify-content: flex-end;
    margin-top: 5px;
    max-width: 360px;
    overflow: visible;
    padding: 0;
}

.qaqc-project-switcher .custom_ActiveTabDefaultDuAn {
    background: #edf2f5;
    border: 0;
    border-radius: 3px;
    color: #31536d;
    font-size: 10px !important;
    font-weight: 700;
    height: 22px;
    line-height: 22px;
    max-width: none;
    overflow: hidden;
    padding: 0 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.qaqc-project-switcher .custom_TabDefault_ActiveDuAn {
    background: #173f61;
    color: #fff;
}

.qaqc-topbar-panel {
    background: #fff;
    border: 1px solid #cdd8e0;
    box-shadow: 0 12px 28px rgba(31, 52, 70, .2);
    position: absolute;
    right: 0;
    top: 64px;
    width: 420px;
    z-index: 1004;
}

.qaqc-topbar-panel header {
    align-items: center;
    border-bottom: 1px solid #dfe5ea;
    display: flex;
    justify-content: space-between;
    min-height: 50px;
    padding: 9px 12px;
}

.qaqc-topbar-panel header strong {
    color: #173f61;
    display: block;
    font-size: 15px;
}

.qaqc-topbar-panel header small {
    color: #677d8e;
    display: block;
    font-size: 12px;
    font-weight: 400;
    margin-top: 2px;
}

.qaqc-panel-close,
.qaqc-panel-actions button {
    align-items: center;
    background: transparent;
    border: 0;
    color: #527085;
    display: inline-flex;
    height: 32px;
    justify-content: center;
    padding: 0;
    width: 32px;
}

.qaqc-panel-actions {
    display: flex;
    gap: 2px;
}

.qaqc-panel-actions button:hover,
.qaqc-panel-actions button:focus,
.qaqc-panel-close:hover,
.qaqc-panel-close:focus {
    background: #edf4f8;
    color: #116aa5;
    outline: 0;
}

.qaqc-panel-actions button:disabled {
    color: #afbbc3;
    cursor: default;
}

.qaqc-search-input {
    align-items: center;
    border-bottom: 1px solid #e2e8ec;
    display: flex;
    padding: 10px 12px;
}

.qaqc-search-input i {
    color: #7890a1;
    margin-right: 9px;
}

.qaqc-search-input input {
    border: 0;
    color: #173f61;
    flex: 1 1 auto;
    font-size: 14px;
    height: 32px;
    outline: 0;
}

.qaqc-panel-list {
    max-height: 430px;
    overflow-y: auto;
}

.qaqc-panel-list > button {
    align-items: center;
    background: #fff;
    border: 0;
    border-bottom: 1px solid #edf0f2;
    color: #27465d;
    display: flex;
    min-height: 60px;
    padding: 10px 12px;
    text-align: left;
    width: 100%;
}

.qaqc-panel-list > button:hover,
.qaqc-panel-list > button:focus,
.qaqc-panel-list > button.active {
    background: #edf6fb;
    outline: 0;
}

.qaqc-result-icon {
    align-items: center;
    background: #e7f0f6;
    color: #216d9d;
    display: flex;
    flex: 0 0 34px;
    height: 34px;
    justify-content: center;
    margin-right: 10px;
}

.qaqc-result-copy {
    display: block;
    flex: 1 1 auto;
    min-width: 0;
}

.qaqc-result-copy strong {
    color: #173f61;
    display: block;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.35;
}

.qaqc-result-copy small,
.qaqc-result-copy em {
    color: #698092;
    display: block;
    font-size: 11px;
    font-style: normal;
    line-height: 1.4;
    margin-top: 3px;
}

.qaqc-notification-panel {
    right: -49px;
    width: 450px;
}

.qaqc-notification-list > button {
    align-items: flex-start;
    min-height: 76px;
}

.qaqc-notification-list > button.unread {
    background: #f1f7fb;
}

.qaqc-notification-list > button.unread .qaqc-result-copy strong {
    color: #075f98;
}

.qaqc-notification-dot {
    border-radius: 50%;
    display: block;
    flex: 0 0 9px;
    height: 9px;
    margin: 5px 10px 0 0;
}

.qaqc-panel-empty {
    color: #6b7f8d;
    font-size: 13px;
    padding: 34px 16px;
    text-align: center;
}

.qaqc-panel-empty.error {
    color: #a54c45;
}

.qaqc-topbar-backdrop {
    background: transparent;
    border: 0;
    bottom: 0;
    left: 0;
    padding: 0;
    position: fixed;
    right: 0;
    top: 64px;
    z-index: 1001;
}

@media (max-width: 991.98px) {
    .qaqc-project-switcher {
        min-width: 170px;
    }

    .qaqc-project-switcher .itemDuAn {
        max-width: 210px;
    }

    .qaqc-topbar-breadcrumb .breadcrumb-item a {
        font-size: 15px;
    }
}

@media (max-width: 767.98px) {
    .qaqc-topbar {
        flex-wrap: wrap;
        height: 126px;
    }

    .qaqc-topbar-breadcrumb,
    .qaqc-topbar-actions {
        flex: 0 0 100%;
        height: 63px;
    }

    .qaqc-topbar-actions {
        border-top: 1px solid #e4e9ed;
        justify-content: flex-end;
    }

    .qaqc-topbar-icon {
        height: 62px;
    }

    .qaqc-project-switcher {
        flex: 1 1 auto;
        min-width: 0;
    }

    .qaqc-topbar-panel {
        position: fixed;
        right: 8px;
        top: 122px;
        width: calc(100vw - 16px);
    }
}
