@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@200;300;400;500;600;700;800&display=swap");*{margin:0;padding:0;box-sizing:border-box}body{display:flex;min-height:100vh;font-family:Plus Jakarta Sans,sans-serif;background-color:#fdfeff}#__next{flex:1 1;display:flex;flex-direction:column}@media (max-width:768px){.sidebar{position:fixed;top:0;left:0;z-index:1000;height:60px;overflow-y:auto}}.loader_box{height:40px;display:flex;align-items:center}.loader{width:60px;display:flex;justify-content:space-evenly;margin-top:15px}.ball{list-style:none;width:6px;height:6px;border-radius:50%;background-color:#000}.ball:first-child{animation:bounce-1 2.1s ease-in-out infinite}@keyframes bounce-1{50%{transform:translateY(-18px);width:6px;height:6px}}.ball:nth-child(2){animation:bounce-3 2.1s ease-in-out .3s infinite}@keyframes bounce-2{50%{transform:translateY(-18px);width:6px;height:6px}}.ball:nth-child(3){animation:bounce-3 2.1s ease-in-out .6s infinite}@keyframes bounce-3{50%{transform:translateY(-18px);width:6px;height:6px}}.main-body-right{width:100%;height:100vh;position:relative;z-index:1;background-image:url(/public/img/bg-image.png);background-position:50%;background-repeat:no-repeat;background-size:350px}.main-body-right-banner{position:absolute;top:238px;left:622px;z-index:-1}.main-body-right-main-body{display:flex;justify-content:center;width:100%;height:50px}.main-body-right-contain{width:40%;background-color:#4a30ee;border-radius:0 0 25px 25px;display:flex;align-items:center;justify-content:center;flex-direction:column}.main-body-right-contain p{font-weight:500;font-size:15px}.main-body-right-contain h4,.main-body-right-contain p{font-family:Rajdhani,sans-serif;margin:0;padding:0;color:#fff}.main-body-right-contain h4{font-weight:700;font-size:20px}.msg-display-box{width:100%;height:70vh;overflow-y:scroll;display:flex;flex-direction:column-reverse}.single-response-box{width:90%;margin:auto}.chat-box-body-receive{width:100%;margin-top:30px;border-radius:15px;display:flex}.chat-box-body-receive p{width:100%;margin-left:10px;padding:22px;border:1px solid #e2e8f0;border-radius:14px}.chat-box-body-send{width:100%;margin-top:30px;border-radius:15px;display:flex}.ai_response_single_box{width:100%;margin-left:10px;background:#fff;box-shadow:14px 17px 40px 4px rgba(112,144,176,.08);display:flex;flex-direction:column}.ai_response_single{width:100%;margin:20px}.ai_response_single li{margin-left:20px}.chat_logo_img{width:50px!important;height:50px!important}.insta_post_img{width:500px;margin:auto auto 30px}.ai_response_single_bottom_bar{width:100%;height:30px;background:#fff;box-shadow:14px 17px 40px 4px rgba(112,144,176,.08);display:flex;align-items:center}.copy_btn_box{margin-left:20px}.copy_btn_box_icon{cursor:pointer}.chat-box-body-send-img{width:50px;height:50px;border-radius:50%}.input-button-box{width:100%}.input-button-box,.pdf-input-button-box{height:90px;display:flex;justify-content:center;align-items:center}.pdf-input-button-box{width:80%;margin:auto}.drop-container{height:42px;background:#fff;margin-right:20px;display:flex;align-items:center;border:1px solid #0068d7e6}.drop-container:hover .drop-title{color:#222}.drop-title{color:#444;font-size:20px;font-weight:700;text-align:center;transition:color .2s ease-in-out}#file-input{width:220px;max-width:100%;color:#444;padding:2px}#file-input::-webkit-file-upload-button{margin-right:10px;border:none;background:#084cdf;padding:7px 14px;border-radius:10px;color:#fff;cursor:pointer;-webkit-transition:background .2s ease-in-out;transition:background .2s ease-in-out}#file-input::file-selector-button{margin-right:10px;border:none;background:#084cdf;padding:7px 14px;border-radius:10px;color:#fff;cursor:pointer;transition:background .2s ease-in-out}#file-input::-webkit-file-upload-button:hover{background:#0d45a5}#file-input::file-selector-button:hover{background:#0d45a5}.input-wrapper-pdf{width:100%;margin-right:20px}.input-wrapper-pdf input{width:100%;outline:2px solid transparent;outline-offset:2px;-webkit-appearance:none;-moz-appearance:none;appearance:none;font-weight:500;background:inherit;min-height:28px;padding:12px 20px;border:1px solid #0068d7e6}.input-wrapper{width:70%;margin-right:20px}.input-wrapper input{width:100%;outline:2px solid transparent;outline-offset:2px;-webkit-appearance:none;-moz-appearance:none;appearance:none;font-weight:500;background:inherit;min-height:28px;padding:12px 20px;border:1px solid #0068d7e6}.animated-button1{background:#0068d7e6;padding:15px 40px;height:40px;display:flex;justify-content:center;align-items:center;transform:translate(0);overflow:hidden;color:#fff;font-size:16px;letter-spacing:2.5px;text-align:center;font-weight:200;text-decoration:none;box-shadow:0 20px 50px rgba(0,0,0,.1)}.animated-button1:before,.animated-button1:hover{background-color:#004c9ee6}.animated-button1:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:opacity .2s ease-in-out}.animated-button1:hover:before{opacity:0}.animated-button1 span{position:absolute}.animated-button1 span:first-child{top:0;left:0;width:100%;height:2px;background:linear-gradient(270deg,rgba(43,8,8,0),#d6f0ff);animation:animateTop 2s linear infinite}@keyframes animateTop{0%{transform:translateX(100%)}to{transform:translateX(-100%)}}.animated-button1 span:nth-child(2){top:0;right:0;height:100%;width:2px;background:linear-gradient(0deg,rgba(43,8,8,0),#d6f0ff);animation:animateRight 2s linear -1s infinite}@keyframes animateRight{0%{transform:translateY(100%)}to{transform:translateY(-100%)}}.animated-button1 span:nth-child(3){bottom:0;left:0;width:100%;height:2px;background:linear-gradient(90deg,rgba(43,8,8,0),#d6f0ff);animation:animateBottom 2s linear infinite}@keyframes animateBottom{0%{transform:translateX(-100%)}to{transform:translateX(100%)}}.animated-button1 span:nth-child(4){top:0;left:0;height:100%;width:2px;background:linear-gradient(180deg,rgba(43,8,8,0),#d6f0ff);animation:animateLeft 2s linear -1s infinite}@keyframes animateLeft{0%{transform:translateY(-100%)}to{transform:translateY(100%)}}@media (max-width:768px){.main-body-right-main-body{height:30px}.main-body-right-contain{padding:5px 0;margin:auto}.main-body-right-contain p{font-size:10px;display:none}.main-body-right-contain h4{margin-top:9px;font-size:15px}.chat-box-body-send-img{width:30px;height:30px}.ai_response_single h1{font-size:21px}.ai_response_single h2{font-size:19px}.ai_response_single h3,.ai_response_single p{font-size:18px}.insta_post_img{width:200px}.chat_logo_img{width:30px!important;height:30px!important}.ai_response_single_bottom_bar{height:30px}.input-wrapper{margin:8px;width:70%}.drop-container{height:42px;width:98%;margin:auto}.pdf-input-button-box{flex-direction:column;width:100%}#file-input{width:220px}#file-input::-webkit-file-upload-button{margin-right:6px;padding:7px 14px;border-radius:10px;font-size:10px}#file-input::file-selector-button{margin-right:6px;padding:7px 14px;border-radius:10px;font-size:10px}.input-wrapper-pdf{width:72%}.animated-button1{padding:8px 10px;height:40px;font-size:12px}button,button:focus{font-size:12px;padding:8px 18px}}