/*! tailwindcss v4.1.16 | MIT License | https://tailwindcss.com */.messageForm .messageBtn{border-radius:200px;width:100%;height:60px;font-size:18px;font-weight:600;color:#2c3f50!important;background-color:#f5b946!important}.messageForm .messageBtn:disabled{color:#566573!important;background-color:#fbe3b5!important;border:none!important}.messageForm .messageBtn:focus{color:#2c3f50!important;background-color:#ffb300!important;border:none!important}
/*! tailwindcss v4.1.16 | MIT License | https://tailwindcss.com */@import "https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap";@media (max-width:768px){.messageSent{overflow:hidden}}.messageSent .Btn,.messageSent .messageBtn{color:#2c3f50;border-radius:50px;width:100%;height:50px;margin-top:16px;font-size:18px;font-weight:600}.messageSent .Btn{background-color:#fff;border:1px solid #2c3f50}.messageSent .messageBtn{background:#f5b946}.messageSent .messageBtn:hover{color:#2c3f50!important;background:#ffb300!important}.messageSent h3{color:#2c3f50;text-align:center;max-width:500px;margin:0 auto;font-family:Grape Nuts,cursive;font-size:24px;font-weight:400;line-height:34px}@media (max-width:768px){.messageSent h3{max-width:300px;font-size:18px}}.messageSent .imageContainer{justify-content:space-between;align-items:center;gap:3%;width:100%;margin:0 0 40px;display:flex}@media (max-width:768px){.messageSent .imageContainer{width:120%;margin:0 0 40px -10%}}.messageSent .imageContainer img{border-radius:8px;width:27%;height:auto}.messageSent .imageContainer .centerImage{width:40%}.messageSent .btnContainer{align-items:center;gap:24px;display:flex}