/* Chatbot-popup-css-starts */

.msger {
    display: flex;
    flex-flow: column wrap;
    justify-content: space-between;
    width: 100%;
    max-width: 370px;
    margin: 0;
    height: calc(100% - 277px);
    border: var(--border);
    border-radius: 0 0 5px 5px;
    background: var(--msger-bg);
    box-shadow: 0 15px 15px -5px rgba(0, 0, 0, 0.2);
}
  .msger-header {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    border-bottom: var(--border);
    background: #eee;
    color: #666;
  }
  
  .msger-chat {
    flex: 1;
    overflow-y: auto;
  }
  .msger-chat::-webkit-scrollbar {
    width: 6px;
  }
  .msger-chat::-webkit-scrollbar-track {
    background: #ddd;
  }
  .msger-chat::-webkit-scrollbar-thumb {
    background: #bdbdbd;
  }
  .msg {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
    padding: 10px;
}
  .msg:last-of-type {
    margin: 0;
  }
  .left-msg h6 {
    color: #000;
}
  .msg-img {
    width: 50px;
    height: 50px;
    margin-right: 10px;
    background: #6b7d82;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 35px;
    max-width: 15%;
    border-radius: 50%;
    padding: 5px;
}
  .msg-bubble {
    width: 290px;
    padding: 15px;
    border-radius: 15px;
    background: var(--left-msg-bg);
  }
  .msg-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
  }
  .msg-info-name {
    margin-right: 10px;
    font-weight: bold;
  }
  .msg-info-time {
    font-size: 0.85em;
  }
  
  .left-msg .msg-bubble {
    border-bottom-left-radius: 0;
  }
  
  .right-msg {
    flex-direction: row-reverse;
  }
  .right-msg .msg-bubble {
    background: var(--right-msg-bg);
    color: #fff;
    border-bottom-right-radius: 0;
  }
  .right-msg .msg-img {
    margin: 0 0 0 10px;
  }
  
  .msger-inputarea {
    display: flex;
    padding: 10px;
    border-top: var(--border);
    background: #e9e9e9;
  }
  .msger-inputarea * {
    border: none;
    border-radius: 3px;
    font-size: 1em;
  }
  .msger-input {
    flex: 1;
  }
  .msger-send-btn {
    margin-left: 10px;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    transition: background 0.23s;
  }
  .msger-send-btn:hover {
    background: rgb(0, 180, 50);
  }
  
  .msger-chat {
    background: #ffffff;
    box-shadow: 0 5px 40px rgba(0, 0, 0, .30);
    overflow-y: scroll;
    max-height: 564px;
}
.msg-bubble {
    background: #ffffff;
    color: #666;
    border: 1px solid #ddd;
}
.left-msg .msg-text {
    color: #666;
}
.msg-text {
    color: #fff;
    font-size: 14px;
}
.msger-inputarea input{font-size: 14px;}
.msger-inputarea input:focus {
    border: 0;
    box-shadow: none;
    outline: none;
}
.msger-inputarea button{
    background: transparent !important;
}
.close-chatbox .btn-close:hover {
   filter: invert(1);
    color: #fff !important;
    opacity: 1;
}
.right-msg .msg-bubble  {
    background:#6B7D82;
}
.right-msg .msg-img{display: none;}
.left-msg .qreply input {
    border: 1px solid #666 !important;
    background: transparent;
    color: #666 !important;
    padding: 5px 10px;
    margin: 0px 5px 5px 0;
    font-size: 14px;
}
.left-msg  .trucks-btn a {
    color: #666;
    border-color: #666 !important;
}
.close-chatbox {
    background: #6B7D82;
    text-align: right;
    margin-bottom: 10px;
    padding: 10px;
    position: sticky;
    top: 0;
    z-index: 9;
}
.close-chatbox button:hover{background:transparent !important;}
.close-chatbox img {
    width: 100%;
    max-width: 15px;
}
.msg-bubble .carousel-control-next {
    right: -20px;
     bottom: unset !important; 
    top: 50%;
}
.msg-bubble .carousel-control-prev {
    left: -20px;
    right: unset;
    bottom: unset !important;
    top: 50%;
}
.msg-bubble .carousel-control-prev-icon, .msg-bubble .carousel-control-next-icon {
    background-size: 35%;
}
.msg-bubble  .carousel-control-prev-icon::before, .msg-bubble  .carousel-control-next-icon::before {
    width: 25px;
    height: 25px;
}
.welcome-msg a {
    text-decoration: none;
}
.msg-bubble  .carousel-control-next:hover, .msg-bubble  .carousel-control-prev:hover {
    background: transparent !important;
}
.msg-bubble .product-box a:hover {
    color: #666 !important;
}
.msg-bubble .product-box a:focus {
    box-shadow: none !important;
}
.msger.active {
    display: flex !important;
    z-index: 9;
    position: relative;
    top: 50px;
    right: 10px;
}

/* Chatbot-popup-css-ends */
.chatbot-box {
    position: fixed;
    bottom: 145px;
    right: 0;
    z-index: 9;
    cursor: pointer;
}
.chatbot-box .chat-icon img {
    width: 100%;
    max-width: 40px;
}
.chat-icon {
    background: #ff2e17;
    padding: 15px;
    border-radius: 0;
    box-shadow: #767580 0px 4px 20px;
}
.chatbot {
    position: relative;
    top: -15px;
  
}
.fs-12{font-size: 12px;}

.welcome-msg .msg-icon {

    padding: 7px;

    border-radius: 50%;

    border: 1px solid #ddd;

    object-fit: contain;

}

 

.welcome-msg .msg-icon img {

    max-width: 25px;

}

.welcome-msg .msg-info p {

    line-height: 13px;

    color: #666;

}

.welcome-msg .msg-btn {

    border-bottom: 1px solid #dddddda6;

    padding-bottom: 0.5rem;

    margin-bottom: 0.5rem;

}

.msg-img{
	background-image: url('/front/images/chat-icon.svg')
}

.producy_crl .owl-nav{
	display: block;
}

.producy_crl button.owl-next {
  left: unset;
  right: -12px;
}

.producy_crl button {
  position: absolute;
  left: -12px;
  background: #000 !important;
  width: 30px;
  height: 30px;
  top: 50%;
  transform: translateY(-50%);
  color: #fff !important;
  border-radius: 50%;
  font-size: 22px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}


.online-icon {
    border: 0;
    background: 0;
    padding: 0;
    line-height: 0;
    padding-left: 7px;
}
/* .qlink{ */
	
	/* color: rgb(0, 0, 0); */
	/* border-color: rgb(0, 0, 0); */
/* } */

/* Search-icon-css */
.chat-icon.search-dialogbox {
    width: 48px;
    height: 48px;
    line-height: 48px;
    padding: 0;
    text-align: center;
}
.search-dialogbox i {
font-size: 22px;
  position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50% , -50%);
}
.searchbox-open.msger {
  border-radius: 5px;
  position: relative;
  bottom: -80px;
  right: 50px;
}
.searchbox-open.msger a:hover{color:#fff !important;}
.text-end.searchBar.mb-3 {
    margin-bottom: 0.5rem !important;
}

@media(max-width:768px){

.chat-icon.search-dialogbox {
    width: 40px;
    height: 40px;
    line-height: normal;
}
/* .chat-icon, .whatsapp { */
    /* padding: 8px 10px !important; */
/* } */
.whatsapp {
    top: 178px;
}
.searchbox-open.msger {
    right: 50px;
}
.text-end.searchBar.mb-3 {
    margin-bottom: 1rem !important;
}
}