.chat-container{position:fixed;left:20px;width:250px;border-radius:15px;box-shadow:0 .5rem 1rem rgba(0,0,0,.15);transition:bottom .5s ease-in-out;z-index:1}.chat-container .chat-header{background-color:#e9ecef;cursor:pointer;padding:10px;display:flex;align-items:center;border-top-left-radius:15px;border-top-right-radius:15px}.chat-container .chat-header .chat-icon{margin-left:12px;margin-right:12px}.chat-container .chat-header .chat-title{font-size:.8rem;color:#333}.chat-container .chat-header .chat-title .chat-status{color:#32cd32}.chat-container .chat-body{background-color:#f8f9fa;display:none;padding:15px;border-bottom-right-radius:15px;border-bottom-left-radius:15px}.chat-container .chat-body .chatMessages{font-size:.8em;height:450px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#f0f0f0 #e0e0e0;-webkit-scrollbar-width:thin}.chat-container .chat-body .chatMessages -webkit-scrollbar-track{background-color:#e0e0e0}.chat-container .chat-body .chatMessages -webkit-scrollbar-thumb{background-color:#f0f0f0}.chat-container .chat-body #chatInput::placeholder{color:#d3d3d3!important}.chatgpt_banner{position:relative;width:100%;max-width:928px;height:250px;overflow:hidden;border:1px solid #ccc;border-radius:8px;margin:20px auto;display:flex;align-items:center;background-color:#f8f9fa}.chatgpt_banner img{width:250px;height:auto;border-top-left-radius:8px;border-bottom-left-radius:8px}.chatgpt_banner .banner-text{flex:1;padding:20px;text-align:center}.chatgpt_banner .banner-text h2{font-size:1.5em;margin:0 0 10px}.chatgpt_banner .banner-text p{font-size:1em;margin:0 0 10px}@media (max-width:768px){.chatgpt_banner{height:125px;flex-direction:row;justify-content:flex-start}.chatgpt_banner img{width:125px;height:auto;border-radius:8px 0 0 8px}.chatgpt_banner .banner-text{padding:10px;text-align:left}.chatgpt_banner .banner-text h2{font-size:.9em;margin:0}.chatgpt_banner .banner-text p{font-size:.7em;margin:5px 0 0}.chatgpt_banner .banner-text button{padding:0;font-size:.7em;margin-top:5px;min-height:30px}}@media (max-width:480px){.chatgpt_banner{height:100px;flex-direction:row;justify-content:flex-start}.chatgpt_banner img{width:100px;height:auto;border-radius:8px 0 0 8px}.chatgpt_banner .banner-text{padding:5px;text-align:left}.chatgpt_banner .banner-text button{padding:2px 5px;font-size:.6em;margin-top:5px;min-height:30px}}