body{margin:0}body #main-wrapper{height:"100vh";position:"relative"}body #conversation-header{padding-left:2rem}.chat-wrapper{position:fixed;bottom:5rem;right:.5rem;width:95%;max-width:400px;height:70vh;min-height:400px;max-height:600px;border:1px solid lightgray;display:flex;flex-direction:column;justify-content:flex-end}.chat-wrapper-inner{display:flex;flex-direction:column;flex-grow:1;height:100%}.chat-header{display:flex;justify-content:space-between;align-items:center;padding:0 1rem;background-color:#007bff;color:#fff}.chat-header .close-icon{cursor:pointer}.chat-header .close-icon svg{color:#fff;width:1.5rem;height:1.5rem}.chat-content{height:100%;overflow-y:auto}.chat-footer{position:fixed;bottom:0;right:0;display:flex;justify-content:flex-end}.chat-footer-border{display:none;position:absolute;inset:2px;background-color:transparent;border-radius:50%;border:3px solid #007bff}.chat-footer span{position:relative;width:4rem;height:4rem;border-radius:50%;background-color:#007bff;color:#fff;display:flex;justify-content:center;align-items:center;box-shadow:0 4px 8px #0006;margin:.5rem;cursor:pointer}.chat-footer span svg{width:1.8rem;height:1.8rem}.cs-button.cs-button--attachment{display:none}.cs-message-input__content-editor-wrapper{margin-left:14px!important}#ange{padding:1rem 4rem}#ange button{background-color:#007bff;color:#fff;font-weight:700;font-size:20px;border:none;padding:15px 18px;border-radius:10px;margin-top:1rem}#ange label{font-size:16px;font-weight:700;color:#616161}#ange input{background-color:#eee;color:#616161;font-weight:700;font-size:20px;border:none;padding:15px 18px;border-radius:10px;margin-top:1rem}#ange .error{color:#ee2a2a}
