
.sectionHeader {
    background-image: linear-gradient(to bottom right, #ea5d2c, #F39304);
}

.gradient-card {
    background: white;
    padding: 16px;
    border-radius: 8px;
    box-shadow: var(--mud-elevation-3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-left: 4px solid #ea5d2c;
}

.appBarLogoLarge {
    content: url("/themes/DUC/AppBarLogo.png");
    height: 160px;
    position:absolute;
    margin-top:-30px;
}

.appBarLogo {
    content: url("/themes/DUC/AppBarLogo.png");
    height: 64px;
}

.loginLogo {
    content: url("/themes/DUC/LoginLogo.png");
    width: 253px;
}

.appSearchBar .mud-input > input.mud-input-root {
    color: white;
}

.btn-primary {
    text-transform: uppercase;
    border: none;
    --bs-btn-color: #fff !important;
    --bs-btn-bg: #F39304 !important;
    --bs-btn-hover-color: #fff !important;
    --bs-btn-hover-bg: #f07e3b !important;
    --bs-btn-active-color: #fff !important;
    --bs-btn-active-bg: #F39304 !important;
    --bs-btn-disabled-color: #fff !important;
    --bs-btn-disabled-bg: #9f9f9f !important;
}