@keyframes overlay-mask-enter-animation{0%{background-color:transparent}to{background-color:#14161759}}@keyframes overlay-mask-leave-animation{0%{background-color:#14161759}to{background-color:transparent}}.modal{background-color:#fff;border:1px solid #d9dee6;border-radius:4px;max-height:90vh;max-width:90vw;padding:24px}.modal-enter-active{animation:overlay-mask-enter-animation .25s forwards}.modal-leave-active{animation:overlay-mask-leave-animation .25s forwards}.modal__mask{background-color:#14161759}.modal__header{display:flex}.modal__header-actions{margin-left:auto}.modal__header .title{color:#000;font-size:24px;font-weight:500;line-height:130%;margin-right:12px}.modal__header .title-form{color:#141617;font-size:20px}.modal__content{margin-top:24px;overflow-y:auto}.modal__close-button__label{display:none}
