@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');
.cnc-admin-bar-progress {
    display: inline-block;
    position: relative;
    width: 150px;
    height: 16px;
    border-radius: 8px;
    overflow: hidden;
    background: #6167f8 !important;
    padding: 0 10px !important;
    font-family: "Poppins", sans-serif !important;
}
.cnc-admin-bar-progress-bar {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: #6167f8;
    transition: width 0.3s ease;
}
.cnc-admin-bar-text {
    position: relative;
    z-index: 1;
    padding: 0 8px;
    color: #fff;
    font-size: 11px;
    line-height: 16px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
} 