.send-hint-modal{position:fixed;width:100vw;height:100vh;opacity:0;visibility:hidden;transition:all .3s ease;top:0;left:0;display:flex;align-items:center;justify-content:center;background-color:#00000066;z-index:5}.send-hint-modal.open__modal{visibility:visible;opacity:1;transition-delay:0s}.send-hint-modal__bg{position:absolute;background:teal;width:100%;height:100%}.send-hint-modal__container{background:#fff;position:relative;padding:30px;width:90vw;max-width:90rem;right:1rem}.send-hint-modal__close{position:absolute;right:15px;top:15px;outline:none;appearance:none;background:none;border:0px;font-weight:bold;cursor:pointer;font-size:.5rem}.send-hint__button{text-align:center;margin-top:1.5rem}.send-hint-button__container{text-align:center;margin:1rem 0;padding:4rem 0}.send-hint-modal__exit{background:#f0f0f0;padding:10px;width:36px;height:36px;display:flex;align-items:center;justify-content:center;top:0;right:0}.send-hint-modal__heading{text-align:center}.send-hint-modal__form{text-align:center}.send-hint-modal__message-preview{width:100%;height:30vh;text-align:left;padding:1rem;box-shadow:0 0 0 .1rem rgba(var(--color-foreground), 0.55)}.send-hint-modal__title{font-size:3rem;margin-bottom:0}.send-hint-modal__subtitle{line-height:2rem;margin-top:1rem;margin-bottom:3rem;bottom:1rem;position:relative}.recipient__row>.field>.field__label,.sender__row>.field>.field__label{line-height:1.6rem;top:0;left:0;padding:1rem 1.5rem;display:flex;align-items:center;width:100%;height:100%}#modal-one .field__input:focus~.field__label,#modal-one .field__input:not(:placeholder-shown)~.field__label{top:-1em !important}.recipient__row>.field,.sender__row>.field{margin-bottom:1rem;width:49%}.recipient__row,.sender__row{display:flex;justify-content:space-between}.send-hint-modal__submit-button-container{margin:2rem 0;text-align:right}.send-hint-modal__input{color:rgba(var(--color-foreground), 0.75)}@media only screen and (max-width: 550px){.send-hint-modal__container{padding:15px}.send-hint-modal__label{font-size:1.4rem}.send-hint-modal__title{line-height:3rem}.recipient__row>.field>.field__label,.sender__row>.field>.field__label{font-size:1rem}}