::-webkit-scrollbar {
    width: 5px;
}
.chat-item{
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
}
.chat-right{
    padding: 15px;
    background: #2189FF;
    border-radius: 15px;
    margin-left: auto; 
    margin-right: 5px;
    color: #ffffff;
    width: fit-content;
    max-width: 80%;
    border-top-right-radius: 5px;
}
.chat-left{
    padding: 15px;
    background: #ffffff;
    border-radius: 15px;
    margin: 5px;
    margin-left: 10px;
    margin-right: 50px;
    width: fit-content;
    max-width: 80%;
    border-top-left-radius: 5px;
}
.chat-footer{
    height: 50px;
    padding: 15px;
}
.chat-message{
    padding: 15px;
    border-radius: 20px;
    border: 1px solid #ccc;
    height: 40px;
    width: 85%;
}
.chat-send{
    padding: 5px;
    border-radius: 20px;
    border: 1px solid #ccc;
    background: none;
    height: 40px;
    width: 40px;
    float: right;
}
.chat-send:hover{
    background: #f5f5f5;
}
.online{
    font-size: 10px;
}
.chat-title{
    margin-top: 5px;
    padding: 5px;
}
.chat-title > p{
    font-size: 25px;
    line-height: 15px;
}
.chat-image{
    height: 45px;
    width: 45px;
    max-width: 45px;
    border-radius: 50%;
}
.chat-image-left{
    margin-left: 10px;
    margin-top: 5px;
    height: 40px;
    width: 40px;
}
.chat-header{
    height: 80px;
    padding: 20px;
}
.chat-close{
    padding: 0;
    border: none;
    background: none;
    float: right;
}
.chat-body{
    background-color: #eaeef3;
    width: 100%;
    height: 450px;
    overflow-y: scroll;
    overflow-x: hidden;
    padding-top: 5px;
    padding-bottom: 45px;
}
.chat-section{
    height: 100px; 
    position: fixed; 
    bottom:0%;
    width:100%; 
    opacity: 1;
    z-index: 1000;
}
.chat-bubble-btn{
    float: right;
    background: #2189FF;
    margin-right: 50px;
    margin-bottom: 50px;
    padding: 15px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 30px;
    color: white;
    font-weight: 500;
    font-size: 15px;
    cursor: pointer;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.chat-box{
    position: absolute;
    border-radius: 30px;
    background: #ffffff;
    height: 600px;
    float: right;
    width: 360px;
    margin-right: 40px;
    margin-bottom: 40px;
    bottom: 0px;
    right: 0px;
    display: none;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.pl-0{
    padding-left: 0px!important;
}
.faq-item{
    border: 1px solid #ccc;
    padding: none;
    background: #ffffff;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 15px;
    margin-bottom: 10px;
    cursor: pointer;
}
.faq-list{
    padding: 10px;
    height: 380px;
    overflow-y: scroll;
    overflow-x: hidden;
}
.faq-close{
    padding: 0;
    border: none;
    background: none;
    float: right;
}
.faq-header{
    height: 45px;
    padding: 20px;
}
.faq-section{
    height: 100px; 
    position: fixed; 
    bottom:0%;
    width:100%; 
    opacity: 1;
    z-index: 1000;
}
.faq-box{
    position: absolute;
    border-radius: 30px;
    background: #eaeef3;
    height: 450px;
    float: right;
    width: 300px;
    margin-right: 402px;
    margin-bottom: 110px;
    bottom: 0px;
    right: 0px;
    display: none;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-bottom-right-radius: 5px;
}
.chat-sub-footer{
    position: absolute;
    height: 30px;
    margin: 10px;
    bottom: 70px;
}
.faq-btn{
    border: 1px solid #ccc;
    padding: none;
    background: #ffffff;
    padding: 5px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 15px;
}
.book-btn{
    border: 1px solid #ccc;
    padding: none;
    background: #ffffff;
    padding: 5px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 15px;
    margin-left: 5px;
}
.book-section{
    height: 100px; 
    position: fixed; 
    bottom:0%;
    width:100%; 
    opacity: 1;
    z-index: 1000;
}    
.book-box{
    position: absolute;
    border-radius: 30px;
    background: #eaeef3;
    height: 450px;
    float: right;
    width: 300px;
    margin-right: 402px;
    margin-bottom: 110px;
    bottom: 0px;
    right: 0px;
    display: none;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-bottom-right-radius: 5px;
}
.book-close{
    padding: 0;
    border: none;
    background: none;
    float: right;
}
.book-header{
    height: 60px;
    padding: 20px;
    background: #ffffff;
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
}
.book-body{
    padding: 10px;
    height: 320px;
    overflow-y: hidden;
    overflow-x: hidden;
}
.book-footer{
    padding: 15px;
    background: #ffffff;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 5px;
}
.book-appointment-btn{
    background: #ffffff;
    border: 1px solid #cccccc;
    width: 100%;
    border-radius: 20px;
    height: 40px;
}
.book-appointment-btn:hover{
    background: #f5f5f5;
}
.book-input{
    width: 100%;
    border-radius: 20px;
    height: 40px;
    border: 1px solid #cccccc;
    margin-bottom: 10px;
    padding: 15px;
}
.book-details{
    resize: none;
    height: 100px;
}
.book-title{
    margin-top: 0px;
}
.error-input{
    border: 1px solid #f35a5a;
}