.modal{position:fixed;padding:16px;top:50vh;left:50vw;transform:translateX(-50%) translateY(-50%);width:740px;min-height:240px;height:fit-content;max-height:100vh;background:#fff;z-index:99999;overflow-y:auto;overflow-x:hidden;animation:modal .25s ease-in}@media only screen and (max-width: 767px){.modal{height:100vh;width:100%;max-width:100vh}}.modal:focus{outline:thin dotted}.modal.hidden{display:none}.has-modal{overflow:hidden}.has-modal:before{content:"";position:fixed;top:0;left:0;right:0;bottom:0;background:#000000c4;z-index:1000}@keyframes modal{0%{opacity:0}100%{opacity:1}}.placeholder__textarea,.placeholder__text,.placeholder__title,.placeholder__circle{display:block;margin-bottom:8px;background:linear-gradient(45deg, #dedfdf, white);animation:loader 4s ease infinite;background-size:400% 400%}.placeholder__wrapper{display:flex;justify-content:center}.placeholder__circle{width:28px;height:28px;border-radius:50%}.placeholder__title{width:270px;height:38px;margin-left:auto;margin-right:auto}.placeholder__text{width:168px;height:38px;margin-left:auto;margin-right:auto}.placeholder__textarea{height:115px;width:100%}@keyframes loader{0%{background-position:0% 50%}50%{background-position:100% 50%}100%{background-position:0% 50%}}
