﻿main.chat{display:flex;flex-direction:column;width:100%;padding:0;}main.chat .container--chat{width:100%;max-width:1000px;margin:0 auto;padding:20px;padding-right:40px;}@media screen and (max-width:768px){main.chat .container--chat{padding-right:20px;}}main.chat .container--chat #chatroom{padding-bottom:240px;}@media screen and (max-width:768px){main.chat .container--chat #chatroom{padding-bottom:140px;}}main.chat .binding-bottom{position:fixed;bottom:0;left:350px;right:0;padding:20px;padding-left:0;padding-top:0;padding-right:20px;background:rgba(239,241,245,.65);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-radius:10px 10px 0 0;z-index:1;}@media screen and (max-width:768px){main.chat .binding-bottom{left:0;padding-left:20px;}}main.chat .binding-bottom__wrapper{width:100%;max-width:1000px;margin:0 auto;padding:0 20px;}@media screen and (max-width:768px){main.chat .binding-bottom__wrapper{padding:0;}}main.chat .binding-bottom .sample-questions{padding:20px 0;}@media screen and (max-width:768px){main.chat .binding-bottom .sample-questions{padding:10px 0;padding-top:15px;}}main.chat .binding-bottom .sample-questions__title{display:flex;justify-content:space-between;align-items:center;font-family:'Gilroy-Bold';}main.chat .binding-bottom .sample-questions__title img{width:26px;margin-right:10px;opacity:.6;}main.chat .binding-bottom .sample-questions .btn-close--small{height:36px;width:36px;display:flex;align-items:center;justify-content:center;background-color:rgba(20,21,22,.05);border:0;background-position:center center;background-repeat:no-repeat;background-size:16px auto;background-image:url('../assets/img/chevron-down.svg');}main.chat .binding-bottom .sample-questions .btn-close--small:hover{background-color:rgba(67,102,238,.1);background-image:url('../assets/img/chevron-down-blue.svg');}main.chat .binding-bottom .sample-questions .btn-close--small.up{transform:rotate(-180deg);}main.chat .binding-bottom .sample-questions__container{display:flex;flex-direction:row;padding-top:10px;}main.chat .binding-bottom .sample-questions__container .sample-questions__item{margin-right:10px;}main.chat .binding-bottom .sample-questions__container .sample-questions__item .btn-question{border:1px solid #dfdfdf;border-radius:5px;background-color:rgba(255,255,255,.4);max-width:150px;height:auto;min-height:44px;text-align:left;font-size:14px;color:rgba(20,21,22,.8);transition-duration:.2s;}main.chat .binding-bottom .sample-questions__container .sample-questions__item .btn-question:hover{color:#141516;background-color:#fff;}main.chat .binding-bottom .input--wrapper{position:relative;}main.chat .binding-bottom .input--wrapper .btn-send{position:absolute;right:9px;top:7px;width:40px;height:40px;background-position:center center;background-repeat:no-repeat;background-image:url('../assets/img/send.svg');background-size:20px auto;border:0;background-color:rgba(20,21,22,.05);transition-duration:.3s;}main.chat .binding-bottom .input--wrapper .btn-send:hover{background-image:url('../assets/img/send-hover.svg');background-color:rgba(67,102,238,.1);}main.chat .binding-bottom .input--wrapper .form-control{width:100%;padding-right:62px;min-height:54px;max-height:180px;overflow-y:auto;font-size:16px;padding-top:14px;padding-bottom:14px;padding-left:14px;resize:none;outline:0;box-sizing:border-box;}main.chat .binding-bottom .input--wrapper .form-control::-webkit-scrollbar-thumb{background-color:rgba(20,21,22,.35);border-radius:10px;border:2px solid #f5f5f5;}main.chat .binding-bottom .input--wrapper .form-control::-webkit-scrollbar{width:6px;}main.chat .binding-bottom .input--wrapper .form-control::-webkit-scrollbar-thumb:hover{background-color:rgba(67,102,238,.9);}