﻿/* wwwroot/css/custom.css */
.custom-dialog {
    max-width: 800px;
}

.custom-content {
    background-color: #f8f9fa;
    border-radius: 15px;
}

.custom-header {
    background-color: #343a40;
    color: #fff;
    border-bottom: 1px solid #dee2e6;
}

.custom-body {
    padding: 2rem;
}

.custom-footer {
    background-color: #f1f1f1;
    border-top: 1px solid #dee2e6;
}

.btn-close {
    background:none;
    border: none;
    color:#fff;
    font-size: 1.5rem;
}

.modal.show.d-flex {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}
