#modalSeguimientoHospitalizado .form-control,
#modalSeguimientoHospitalizado .custom-select {
    border: 1px solid #ced4da !important;
    background-color: #ffffff !important;
    color: #495057 !important;
}

#modalSeguimientoHospitalizado .form-control:focus,
#modalSeguimientoHospitalizado .custom-select:focus {
    border-color: #80bdff !important;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25) !important;
}

.modal-fullscreen-wirevet .modal-dialog {
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    display: flex !important;
}

.modal-fullscreen-wirevet .modal-content {
    border: 0 !important;
    border-radius: 0 !important;
    height: 100vh !important;
    max-height: 100vh !important;
    background-color: #f1f5f9;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.modal-fullscreen-wirevet .modal-body {
    flex: 1 1 auto;
    overflow: hidden;
    padding: 0;
}

.modal-fullscreen-wirevet .modal-header {
    background-color: #ffffff;
    border-bottom: 1px solid #e2e8f0;
    z-index: 10;
    padding: 1rem 2rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.02);
}
