.m-modal{align-items:center;background-color:rgba(0,0,0,.6);display:none;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:999}.m-modal__content{background:var(--white);border-radius:8px;height:fit-content;max-width:500px;overflow:auto;padding:1rem;position:relative;width:90%}.m-modal__content h3{color:var(--black)}.m-modal__content__close{cursor:pointer;font-size:1.5rem;position:absolute;right:1rem;top:.75rem}.m-modal .form-title{display:none}