a.dropdown-item.navLink{padding:8px}.chat_container{position:fixed;right:0;bottom:0}.chat_container .question{display:flex;align-items:flex-end}.chat_container .question .question_description{padding:15px 20px;color:#393939;font-size:.875rem;font-style:normal;font-weight:400;line-height:20px;border-radius:5px;background:#dce2eb;margin-left:14px}.chat_container .chat_option_container{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;margin-left:55px;margin-bottom:10px}.chat_container .chat_option{color:#000;font-size:.875rem;font-style:normal;font-weight:400;line-height:20px;padding:9px 17px;margin:6px 0;border-radius:4px;border:.5px solid #a4a4a4;cursor:pointer;background-color:rgba(0,0,0,0)}.chat_container .chat_option_container_selected{display:flex;flex-direction:column;align-items:flex-end;justify-content:flex-start;width:350px}.chat_container .chat_option_selected{color:#fff;font-size:.875rem;font-style:normal;font-weight:400;line-height:20px;background:#00a0ed;padding:15px 20px;margin:8px 0;border-radius:4px;border:.5px solid #a4a4a4;cursor:pointer}.chat_container .chat_icon1{width:38.884px;height:38px;flex-shrink:0}.chat_container .chat_icon{width:75px;height:75px;cursor:pointer;margin:20px;transition:transform .25s}.chat_container .chat_icon:hover{transform:translateY(-15px)}.chat_container .chat_square{border-radius:10px 10px 0 0;box-shadow:2px 0 15px 0 rgba(0,0,0,.08);min-height:70vh;height:90%;width:382px;margin:20px;background-color:#fff}.chat_container .chat_square ::-webkit-scrollbar{width:10px}.chat_container .chat_square ::-webkit-scrollbar-track{box-shadow:inset 0 0 5px #e1e1e1;border-radius:10px}.chat_container .chat_square ::-webkit-scrollbar-thumb{background:#d1d1d1;border-radius:10px}.chat_container .chat_square ::-webkit-scrollbar-thumb:hover{background:#ddd}.chat_container .chat_square .logo_container{display:flex;justify-content:space-between;align-items:center;background:#00a0ed;height:75px;padding:21px 30px 21px 42px;border-radius:10px 10px 0 0;box-shadow:2px 0 15px 0 rgba(0,0,0,.08)}.chat_container .chat_square .close-btn_cont{display:flex;justify-content:center;align-items:center}.chat_container .chat_square .close-btn{width:24px;height:24px;cursor:pointer;margin-top:5px;margin-left:10px}.chat_container .chat_square .ask_us{color:#fff;font-size:1.25rem;font-style:normal;font-weight:600;line-height:normal}.chat_container .chat_square .close_screen{display:flex;flex-direction:column;align-items:center;overflow-y:auto;height:min(70vh,100% - 104px);max-height:70vh;min-height:80px;padding:30px}.chat_container .chat_square .close_screen .text{color:#262626;text-align:center;font-size:20px;font-style:normal;font-weight:600;line-height:26px}.chat_container .chat_square .close_screen .yes_no_cont{display:flex}.chat_container .chat_square .close_screen .yes_no_cont button{color:#000;font-size:14px;font-style:normal;font-weight:400;line-height:20px;cursor:pointer;padding:9px 17px!important;border-radius:4px;border:.5px solid #a4a4a4;background-color:rgba(0,0,0,0)}.chat_container .chat_square .close_screen .yes_no_cont button:first-child{margin-right:15px}.chat_container .chat_square .close_screen .submit_btn_cont{display:flex;width:100%;justify-content:space-between}.chat_container .chat_square .close_screen .submit_btn_cont .bot_submit{width:48%;color:#fff;text-align:center;font-size:14px;font-style:normal;font-weight:700;line-height:20px;border-radius:4px;border:.5px solid #00a0ed;background:#00a0ed!important}.chat_container .chat_square .close_screen .submit_btn_cont .bot_cancel{width:48%;color:#000;text-align:center;font-size:14px;font-style:normal;font-weight:400;line-height:20px;border-radius:4px;border:.5px solid #a4a4a4;background:#fff!important}.chat_container .chat_square .close_screen .form-control{width:300px;border-radius:5px!important;border:1px solid #c9c9c9}.chat_container .chat_square .close_screen .form-control:focus{outline:none;border:1px solid #c9c9c9;box-shadow:none}.chat_container .chat_square .chat_container1{padding:17px 30px 0 20px;position:relative;overflow-y:auto;height:min(60vh,100% - 104px);max-height:60vh;min-height:80px;z-index:99999}.chat_container .chat_square .text_container{display:flex}