.send-to-user{position:relative}.send-to-user .form-message{background:#333;border-radius:10px;color:#fff;height:auto;left:50%;min-width:80%;opacity:0;padding:15px 25px;position:absolute;text-align:center;top:100%;transform:translateX(-50%);transition:all .5s;visibility:hidden;width:auto}.send-to-user .form-message>div{font-size:15px;max-height:0;opacity:0;transition:all .5s}.send-to-user .form-message.active{opacity:1;visibility:visible}.send-to-user .form-message.active>div.active{max-height:100px;opacity:1}.send-text-form{align-items:center;background:#fff;border:1px solid #ececec;border-radius:12px;box-shadow:0 4px 16px #0000000a;display:flex;gap:16px;justify-content:space-between;margin-bottom:20px;margin-top:-10px;padding:8px 8px 8px 16px;position:relative}#main-content .send-text-form .send-text-button{font-size:15px;font-weight:500;padding:17px 15px;width:150px}#main-content .send-text-form input{border:0;color:#313131;width:100%}.send-text-form .form-inner{align-items:center;color:#313131;display:flex;width:100%}.send-text-form .form-inner>svg{height:28px;width:28px}.send-text-form ::placeholder{color:#313131}