﻿.ati-modal {
    display: flex;
    flex-direction: column;
    padding: 2rem;
    box-shadow: 0 2px 2px rgba(0,0,0,.25);
    margin: 1.75rem;
    background-color:white;
    min-width:350px;
    border-radius:0.35rem;
}
