body {
    font-family: 'Roboto', sans-serif !important;
}

:root {
    --theme-primary: #0c1450;
    --theme-primary-hover: #1f3342;
    --theme-accent: #4a7ba7;
    --theme-accent-hover: #3d6485;
    --theme-surface-muted: #f3f3f4;
    --theme-neutral: #d9d9d9;
    --theme-danger: #ef4444;
    --mud-palette-primary: var(--theme-primary) !important;
}

.mud-button-filled.mud-button-filled-success {
    background-color: var(--theme-primary) !important;
}

.mud-tab.mud-tab-active {
    color: var(--theme-primary) !important;
}

.rounded-circle {
    object-fit: cover;
}

.nav-header {
    background-color: var(--theme-primary) !important;
    background-image: none !important;
    border-bottom: solid 1px;
    border-color: #fff;
}

.mud-toolbar-gutters {
    padding-left: 16px !important;
    padding-right: 16px !important;
}

.Edit {
    background-color: var(--theme-accent) !important;
}

.View {
    background-color: var(--theme-primary-hover) !important;
}

.nav-label:hover {
    background-color: transparent !important;
}

h6 {
    color: var(--theme-primary) !important;
}

.mud-table-row button .mud-icon-root.mud-svg-icon {
    fill: #fff !important;
}

.mud-button-filled.mud-button-filled-warning {
    background-color: var(--theme-accent) !important;
}

.mud-tabs {
    padding-bottom: 3em;
}

.nav.metismenu > li a:hover {
    background-color: var(--theme-primary-hover) !important;
}

.nav.metismenu > li a:active {
    background-color: transparent !important;
}

.navbar-top-links li:last-child a {
    color: var(--theme-primary);
}

.mud-dialog-title {
    display: flex;
    justify-content: space-between;
}

#wrapper {
    background-color: var(--theme-primary);
}

.text-red {
    color: var(--theme-danger) !important;
}

.Button-Blue {
    background-color: var(--theme-primary) !important;
}

.Button-Concept {
    background-color: var(--theme-accent) !important;
}

.Button-Grey {
    background-color: var(--theme-neutral) !important;
}

.mud-input-label {
    background-color: var(--theme-surface-muted) !important;
}

.mud-dialog-container.mud-dialog-topcenter {
    z-index: 1400 !important;
}

.mud-overlay {
    z-index: 1300 !important;
}

.transaction-dialog {
    width: min(72rem, calc(100vw - 2rem)) !important;
    max-height: calc(100vh - 1.5rem) !important;
    margin: 0.75rem auto !important;
}

.transaction-dialog .mud-dialog-title {
    padding: 0.75rem 1rem !important;
}

.transaction-dialog .mud-dialog-content {
    max-height: calc(100vh - 5.5rem);
    overflow-y: auto;
    padding: 1rem 1.5rem !important;
    font-size: 0.875rem;
}

.transaction-dialog .space-y-6 > :not([hidden]) ~ :not([hidden]) {
    margin-top: 1rem !important;
}

.transaction-dialog .space-y-5 > :not([hidden]) ~ :not([hidden]) {
    margin-top: 0.875rem !important;
}

.transaction-dialog .mb-6 {
    margin-bottom: 1rem !important;
}

.transaction-dialog .card-header {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
}

.transaction-dialog .card-header h3 {
    font-size: 1rem !important;
    line-height: 1.4 !important;
}

.transaction-dialog .form-control {
    min-height: 2.5rem;
}

.transaction-dialog .btn {
    min-height: 2.25rem;
}
