.chat_bot_container{background:var(--white);z-index:99999;border-radius:16px;flex-direction:column;justify-content:space-between;width:462px;height:668px;display:flex;position:fixed;bottom:50px;right:50px;overflow:hidden}.chat_bot_header{background:var(--blue-30);justify-content:space-between;align-items:center;gap:12px;width:100%;height:99px;padding:24px 20px;display:flex}.chat_bot_header_container{align-items:center;gap:16px;display:flex}.chat_bot_header_logo{width:50px}.chat_bot_header_details{flex-direction:column;gap:8px;width:fit-content;display:flex}.chat_bot_header_clinic_name{letter-spacing:0;color:var(--white);font-size:18px;font-weight:500;line-height:1}.chat_bot_header_online_status{align-items:center;gap:8px;display:flex}.chat_bot_header_green_circle{background:var(--green);border-radius:50%;width:14px;height:14px}.chat_bot_header_status{letter-spacing:0;color:var(--white);font-size:16px;font-weight:400;line-height:1}.chat_bot_header_icon{width:18px}@media (hover:hover){.chat_bot_header_icon:hover{cursor:pointer}}.chat_bot_middle{flex-direction:column;flex:1;justify-content:space-between;gap:40px;height:100%;min-height:0;padding:30px 20px;display:flex;overflow:hidden}.chat_bot_messages{border:none;flex-direction:column;flex:1;gap:10px;min-height:0;padding-right:16px;display:flex;overflow-y:auto}.chat_bot_messages::-webkit-scrollbar{background:var(--white-10);width:4px}.chat_bot_messages::-webkit-scrollbar-thumb{background:var(--blue-30);border-radius:8px;width:4px}.chat_bot_middle_footer{flex-direction:column;gap:16px;display:flex}.chat_bot_btns{gap:20px;width:fit-content;display:flex}.chat_bot_btn{border:1px solid var(--white-10);border-radius:30px;width:fit-content;height:40px;padding:10px 30px}.chat_bot_form{border:1px solid var(--white-100);border-radius:30px;justify-content:space-between;align-items:center;gap:24px;padding:5px 5px 5px 20px;display:flex}.chat_bot_form_btn{background:var(--blue-30);border-radius:50%;flex-shrink:0;place-items:center;width:47px;height:47px;display:grid}.chat_bot_form_btn_icon{width:22px}.chat_bot_form_container{align-items:center;gap:15px;width:100%;display:flex}.chat_bot_form_file_icon{width:20px}@media (hover:hover){.chat_bot_form_file_icon:hover{cursor:pointer}}.chat_bot_form_inp{letter-spacing:0;color:var(--gray-10);width:100%;font-size:16px;font-weight:400;line-height:1}.chat_bot_social_links{gap:16px;display:flex}.chat_bot_social_links a{color:var(--blue-30);font-size:14px;font-weight:400}.chat_bot_footer{background:var(--blue-30);justify-content:center;align-items:center;width:100%;height:58px;display:flex}.chat_bot_footer_text{letter-spacing:0;color:var(--white);font-size:14px;font-weight:400;line-height:1}.chat_bot_footer_logo{width:148px}@media (320px<=width<=768px){.chat_bot_container{border-radius:0;width:100%;height:100dvh;inset:0}.chat_bot_header{height:81px;padding:20px}.chat_bot_header_logo{width:40px}.chat_bot_header_details{gap:5px}.chat_bot_header_clinic_name{font-size:16px;line-height:1.2}.chat_bot_header_status{font-size:14px}.chat_bot_header_icon{width:16px}.chat_bot_middle{flex-direction:column;justify-content:space-between;gap:40px;height:100%;padding:30px 20px;display:flex}.chat_bot_middle_footer{flex-direction:column;gap:16px;display:flex}.chat_bot_btns{gap:20px;width:fit-content;display:flex}.chat_bot_btn{border:1px solid var(--white-10);border-radius:30px;width:fit-content;height:40px;padding:10px 30px}.chat_bot_form{border:1px solid var(--white-100);border-radius:30px}.chat_bot_footer{height:47px}.chat_bot_footer_text{font-size:12px}.chat_bot_footer_logo{width:136px}}.chat_bot_message{flex-direction:column;gap:8px;display:flex}.chat_bot_message_bot{align-items:flex-start}.chat_bot_message_user{align-items:flex-end}.chat_bot_message_text{white-space:pre-line;border-radius:14px;max-width:80%;padding:10px 14px;font-size:14px;line-height:1.4}.chat_bot_message_bot .chat_bot_message_text{background:var(--gray-90,#f2f2f2);color:var(--gray-10);border-bottom-left-radius:4px}.chat_bot_message_user .chat_bot_message_text{background:var(--blue-30);color:var(--white);border-bottom-right-radius:4px}.chat_bot_message_options{flex-wrap:wrap;gap:8px;display:flex}.chat_bot_option_btn{border:1px solid var(--blue-30);color:var(--blue-30);cursor:pointer;background:0 0;border-radius:20px;padding:6px 14px;font-size:13px;transition:background .15s,color .15s}.chat_bot_option_btn:hover{background:var(--blue-30);color:var(--white)}.chat_bot_map_wrapper{border-radius:10px;width:100%;height:100%;position:relative;overflow:hidden}.location_map{border:none;width:100%;height:100%;min-height:300px;display:block}.chat_bot_map_close{background:var(--blue-30);width:32px;height:32px;color:var(--white);cursor:pointer;z-index:2;border:none;border-radius:50%;font-size:20px;line-height:1;position:absolute;top:10px;right:10px}.chat_bot_action_btn{background:var(--blue-30);color:var(--white);cursor:pointer;border:none;border-radius:20px;align-self:flex-start;padding:8px 16px;font-size:13px}.chat_bot_action_btn:hover{opacity:.9}
