.modal-content
{
    background-color: #dedede;
    border-radius: var(--border-radius);
	padding: 0.5em 1.25em;
	border-radius: 1.25em;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}

.modal-header, .modal-footer
{
    border: 0px;
    margin: 0px;
    padding: 0.5em;
}