/* Use .light-theme for DSPlight style en .dark-theme for DSPdark style */

.light-theme .dsp-card-header {
    background-color:#13488d;
    color:white;
    }

.dark-theme .dsp-card-header {
    background-color:#13488d;
    }

.dsp-card-header {
    background-color:#13488d;
    color: rgba(255,255,255,0.87);
    height: 35px;
}

.administration-white-text .mud-input-slot {
    color: #fff !important;
}

.administration-dark-text .mud-input-slot {
    color: rgba(255, 255, 255, 0.7) !important;
}

.mudchip-custom {
    position: relative;
    margin-top: 8px; 
    padding: 14px 12px 3px 8px;     
    border: 1px solid var(--mud-palette-divider);
    border-radius: 4px;
    background: transparent !important;
}
