html, body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

a, .btn-link {
    color: #006bb3;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.content {
    padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid #e50000;
}

.validation-message {
    color: #e50000;
}

#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;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.messages-container {
    scroll-behavior: smooth;
}

.messages-container.drag-over {
    border: 3px dashed #1b6ec2 !important;
    background-color: #e3f2fd !important;
}

.drop-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(27, 110, 194, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    pointer-events: none;
}

.drop-overlay-content {
    background-color: white;
    padding: 2rem;
    border-radius: 0.5rem;
    border: 3px dashed #1b6ec2;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.drop-overlay-content h4 {
    margin: 0;
    color: #1b6ec2;
}

.file-message {
    background-color: #e3f2fd;
    padding: 0.5rem;
    border-radius: 0.25rem;
}

.file-message .card {
    background-color: white;
}
