.upload-cards-row {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
}
.card-equal-height {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 420px;
}
body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
h1{
    outline: none;
}
.page {
    min-height: 100vh;
}

.top-row {
    height: 4rem;
    background-color: #00305b;
    display: flex;
    align-items: center;
}

.top-row .navbar-nav {
    flex-direction: row;
}

.top-row .nav-link {
    color: rgba(255, 255, 255, 0.8) !important;
    padding: 0.5rem 1rem;
    border-radius: 0.25rem;
    transition: all 0.2s;
}

.top-row .nav-link:hover {
    color: white !important;
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row .nav-link.active {
    color: white !important;
    background-color: rgba(255, 255, 255, 0.2);
    font-weight: 600;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}


.card {
    border-radius: 1rem;
    box-shadow: 0 0.25rem 1rem rgba(0,0,0,0.07);
    margin-bottom: 1.5rem;
    border: none;
}

.card-header {
    border-radius: 1rem 1rem 0 0;
    font-size: 1.1rem;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.header-title {
    font-size: 20px;
    font-weight: 700;
    color: white;
    letter-spacing: 0.5px;
}
h5{
    font-size: 16px;
}
.uploadTitleText{
        letter-spacing: 0.5px;
            color: #00305b;
    font-size: 26px;
    font-weight: 700;
}
.btn-lg {
    font-size: 1.15rem;
    padding: 0.75rem 2rem;
}

.btn-primary, .btn-outline-primary {
    box-shadow: 0 2px 8px rgba(0,48,91,0.08);
    transition: box-shadow 0.2s, background 0.2s;
}
.btn-primary:hover, .btn-outline-primary:hover {
    box-shadow: 0 4px 16px rgba(0,48,91,0.13);
}

.rounded-pill {
    border-radius: 50rem !important;
}

.form-control-lg {
    border-radius: 0.7rem;
    font-size: 14px;
}

.list-group-item {
    border: none;
    border-bottom: 1px solid #f0f0f0;
    background: transparent;
}

.list-group-item:last-child {
    border-bottom: none;
}

.bg-gradient-primary {
    background: linear-gradient(90deg, #00305b 0%, #1976d2 100%) !important;
}

.bg-info {
    background-color: #17a2b8 !important;
}

.bg-warning {
    background-color: #ffc107 !important;
}

.shadow-sm {
    box-shadow: 0 0.125rem 0.5rem rgba(0,0,0,0.08) !important;
}

.display-5 {
    font-size: 2.5rem;
    font-weight: 600;
}

.container {
    max-width: 1550px;
}
.card-body {
 font-size:14px !important;
}
.uploadButton{
    max-width: 300px;
    background-color: #0067b9 !important;
    border: none;
    color: white !important;
    font-size: 15px;
    font-weight: 600;
}