
@media print {
    .non-printable, .fancybox-outer { display: none; }
    .printable, #printDiv { 
        display: block; 
        font-size: 26pt;
    }
}

.custom-toolbar{
    z-index: 50; 
    position:absolute; 
    left: 0;
    top: 0; 
    width: 100%; 
    height: 60px; 
    box-sizing: border-box;
    background-color: #1a1a1a !important; 
    border-bottom: 3px solid #e10000;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .25); 
    display: flex; 
    align-items: center;
}

.custom-toolbar-brand {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: .02em;
    white-space: nowrap;
}

.custom-toolbar .md-button {
    min-width: 44px;
}

.toolbar-status-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 3px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    white-space: nowrap;
}

.toolbar-status-pill::before {
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: currentColor;
}

.toolbar-status-pill--open {
    background: rgba(92, 199, 115, .18);
    color: #6fe28a;
}

.toolbar-status-pill--closed {
    background: rgba(255, 255, 255, .10);
    color: #b6bcc6;
}
