/* Modal styles */

.modal-body {
	max-height: 70vh;
	overflow-y: auto;
}

.modal-body .spinner-border {
    color: var(--sa-primary-color);
}