﻿@charset "UTF-8";
#bbody .chatIcon img {
    max-width: 48px;
}

#bbody #chatControl {
    cursor: pointer;
    display: inline-block;
    width: 300px;
    height: 55px;
    border-radius: 36px;
    position: fixed;
    bottom: 5%;
    right: 21px;
    z-index: 999999;
    background: #000000;
}

#bbody #chatControl .chatIcon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding-top: 10px;
}

#bbody #chatControl .chatIcon i {
    color: white;
    text-align: left;
    font-size: 33px;
}

#chatbotTaxtSpan {
    color: white;
    font-size: 16px;
    position: relative;
}

.chatbotText_AR {
    display: none;
}

#bbody #chatArea {
    position: fixed;
    right: 1px;
    bottom: 5%;
    z-index: 99999999;
    width: 460px;
    border: 3px solid #000000;
    visibility: hidden
}

#bbody #chatArea .TopHead {
    background: white;
    padding: 10px;
    color: #000000;
    border-bottom: 2px solid rgb(230 139 52 / 10%);
}

#bbody #chatArea .bodyChatArea {
    height: 474px;
    background: white;
}

#bbody #myIframe {
    width: 100%;
    height: 100%;
    opacity: 1;
    border: 0;
}

#bbody #bbody #myIframe #BotChatElement .wc-app .wc-chatview-panel .wc-header {
    display: none !important
}

#bbody .chatIcon img {
    width: 100% !important;
    max-width: inherit;
}

#bbody #chatControl {
    transition: none;
}

#bbody #chatControl * {
    transition: none;
}

#bbody #chatArea {
    transition: none
}

#bbody #chatArea * {
    transition: none
}

#bbody .ActiveBot {
    visibility: visible !important
}

/** added by ahmad tawbi ***/
#bbody #XXowl-content .featured-item a {
    display: inline-block;
    height: 100%
}

#bbody .field-validation-error {
    display: block
}

#bbody .close-icon,
.refresh-icon,
.feedback-icon {
    float: right;
    cursor: pointer;
    font-size: 20px;
    color: #A29475;
    padding-left: 10px;
    padding-right: 10px;
    display: inline-block;
}

#bbody .close-icon {
    color: #000000;
}

#bbody .TopHead {
    display: flex;
    align-items: center;
    justify-content: center;
}

#bbody .TopHead a {
    color: #A29475;
}

#bbody .TopHead-flex {
    flex: 0 0 25%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

#bbody .TopHead-flex:first-child {
    flex: 0 0 75%;
    justify-content: flex-start;
    font-size: 18px;
    font-weight: bold;
}

#bbody .TopHead img {
    max-height: 48px;
    margin-right: 8px;
    /*border: 2px solid rgb(255 255 255 / 100%);*/
    border-radius: 6px;
}

.isnidePage #chatControl {
    position: static !important;
    width: 100% !important;
    margin-bottom: 15px;
}

.isnidePage #chatbotTaxtSpan {
    font-size: 14px !important
}

.isnidePage #chatControl .chatIcon i {
    font-size: 23px !important;
    top: 17px !important;
}

/* Animation */
#bbody #chatArea {
    right: 20px;
    border-radius: 10px;
    box-shadow: rgb(0 0 0 / 30%) 0px 4px 12px;
    width: 600px;
    background: #000000;
}

#bbody #chatArea .bodyChatArea {
    border-radius: 0 0 8px 8px;
}

#bbody #chatArea .TopHead {
    border-radius: 8px 8px 0 0;
}

#bbody #chatControl {
    box-shadow: rgb(0 0 0 / 30%) 0px 4px 12px;
    /*background: radial-gradient(117.03% 78.94% at 47.67% 50%, #FFF 0%, #F1E2DE 100%);*/
    border: 3px solid #A29475;
        background: white;
        height: 80px;
    width: 80px;
    border-radius: 50%;
    overflow: hidden;
    padding: 10px;
    /*border: 2px solid #CDEEFF;*/
}
#bbody #chatControl .chatIconImg img {
        mix-blend-mode: multiply;
}

#bbody #chatControl .chatIcon,
#bbody #chatControl .chatIcon i {
    transition: all 0.2s;
    color: #000000;
}

#bbody #chatControl .chatIcon {
    padding-top: 14px;
    transition: all 0.3s;
}

#bbody #chatControl .chatIcon:hover {
    padding-top: 12px;
}

#bbody #chatControl .chatIcon:hover i,
#bbody #chatControl .chatIcon:focus i {
    font-size: 40px;
}

#bbody #chatControl .chatIcon .chatbotText {
    position: absolute !important;
    top: -20px;
    color: #000000 !important;
    background-color: white;
    min-width: 80px;
    font-size: 14px;
    transition: all 0.5s;
    font-weight: bold;
    text-align: center;
}

.chatIcon .dot-flashing,
.chatIcon .chatbotText {
    display: none;
}

.chatIcon:hover .dot-flashing,
.chatIcon:focus .dot-flashing,
.chatIcon:hover .chatbotText,
.chatIcon:focus .chatbotText {
    display: block;
}

.dot-flashing {
    position: absolute;
    margin-top: -6px;
    width: 8px;
    min-width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #000000;
    color: #000000;
    animation: dotFlashing 0.5s infinite linear alternate;
    animation-delay: 0.25s;
}

.dot-flashing::before,
.dot-flashing::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
}

.dot-flashing::before {
    left: -12px;
    width: 8px;
    min-width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #000000;
    color: #000000;
    animation: dotFlashing 0.5s infinite alternate;
    animation-delay: 0s;
}

.dot-flashing::after {
    left: 12px;
    width: 8px;
    min-width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #000000;
    color: #000000;
    animation: dotFlashing 0.5s infinite alternate;
    animation-delay: 0.5s;
}

@keyframes dotFlashing {
    0% {
        background-color: #000000;
    }

    50% {
        background-color: #FFF;
    }

    100% {
        background-color: #ebe6ff;
    }
}

@media(max-width:567px) {
    #bbody #chatArea {
        width: 90%;
        right: 3%;
    }

    #bbody .TopHead-flex:first-child {
        font-size: 16px;
        font-weight: normal;
    }

    #bbody #chatArea .bodyChatArea {
        height: 410px;
    }
}

/* style css */
.chat ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.chat .chat-history {
    padding: 10px;
    border-bottom: 2px solid white;
    overflow-y: auto;
    height: 428px;
}
.chat .chat-history ul.chatMsgList > li {
    width: 96%;
    margin-right: auto;
}
.chat .chat-history ul.chatMsgList > li:nth-child(even) {
    margin: 10px;
}

.chat .chat-history .message-data {
    margin-bottom: 15px;
}

.chat .chat-history .message-data-time {
    color: #a8aab1;
    padding-left: 6px;
    font-size: 14px;
}

.chat .chat-history .message-data-name {
    font-weight: bold;
}

.chat .chat-history .message {
    color: white;
    padding: 8px 12px;
    line-height: 26px;
    font-size: 16px;
    border-radius: 6px;
    margin-bottom: 4px;
    min-width: 50%;
    position: relative;
}

.chat .chat-history .message:after {
    bottom: 100%;
    left: 7%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #A29475;
    border-width: 10px;
    margin-left: -10px;
}

.chat .chat-history .my-message {
    background: #A29475;
}

.chat .chat-history .other-message {
    background: #8A1538;
}

.chat .chat-history .other-message:after {
    border-bottom-color: #8A1538;
    left: 93%;
}

.chat .chat-message {
    padding: 0px;
    background: #FFF;
    border: 2px solid #CCC;
    direction: ltr;
}

.chat .chat-message textarea {
    width: 100%;
    border: none;
    padding: 10px 20px;
    font-size: 14px;
    border-radius: 0;
    resize: vertical;
    min-height: 100%;
}
.chat .chat-message button i{
	transform: rotate(180deg);
}

.chat .chat-message textarea:focus {
    outline: none;
}

.chat .chat-message a.imgUpload {
    display: block;
    text-align: center;
}

.chat .chat-message .imgIcon {
    font-size: 24px;
    color: #339;
    cursor: pointer;
    line-height: 38px;
}
.closeChatBotBtn {
        position: absolute;
    bottom: 15px;
    right: 15px;
}
.closeChatBotBtn, .closeChatBotBtn:hover {
    background: #A29475;
    display: inline-block;
    padding: 6px 20px;
    color: #FFF;
}
.chatFeedDesc {
    padding: 10px 0;
}
.chatFeedDesc textarea {
    outline: none !important;
    box-shadow: none !important;
    margin-bottom: 10px;
}
.chat .chat-message .btn,
.chat .chat-message button {
    border-radius: 0;
    background: #000000;
    border: 0;
    outline: none;
    box-shadow: none;
}
.chat .chat-message .btn,
.chat .chat-message button {
    min-height: 100%;
}

.chat .chat-message .btn:focus,
.chat .chat-message .btn:hover,
.chat .chat-message .btn.active:focus {
    opacity: 0.9;
    outline: none;
    border: 0;
    box-shadow: none;
    background: #000000;
}

.chat #faceBlock {
    z-index: 9 !important;
    background: rgb(255, 255, 255) !important;
    border-radius: 8px 8px 0 0 !important;
    right: 0 !important;
    top: auto !important;
    bottom: 48px;
}

.chat #faceBlock i {
    width: auto !important;
}

.chat #faceEnter {
    right: 12px !important;
    top: 6px !important;
}

.online,
.offline,
.me {
    margin-right: 3px;
    font-size: 10px;
}

.online {
    color: #A29475;
}

.offline {
    color: #E38968;
}

.me {
    color: #8A1538;
}

.align-left {
    text-align: left;
}

.align-right {
    text-align: right;
}

.float-right {
    float: right;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.chat .chat-history .my-message a {
    color: white;
    text-decoration: underline;
}
.chat .chat-history .my-message a:hover {
    color: #000;
}
.submitChatBtn {
    background: #363636 !important;
    color: #FFF;
    border: 2px solid white !important;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 6px;
}

.thumbs-div {
    display: flex;
    align-items: center;
}
.thumbs-div a {
    display: inline-block;
    padding: 0px 6px;
    color: #686868;
}
.thumbs-div a:hover, .thumbs-div a.active {
    color: #A29475;
    transform: scale(1.1);
}

#feedbackArea {
    /*visibility: hidden;*/
    display: none;
    min-height: 40px;
    border: 1px solid #EEE;
    background-color: #f9f9f9;
    padding: 6px;
    padding-top: 20px;
        height: 100%;
    border-radius: 6px;
    position: relative;
}
#feedbackArea.show {
    /*visibility: visible;*/
    display: block;
}
.ratingCountDiv {
    margin-bottom: 10px;
}
#ratingCount {
    color: #A29475;
}
.rating-box {
  padding: 10px;
  background-color: #FFF;
  border-radius: 6px;
  text-align: center;
  margin: 15px 0;
}
.rating-box .stars {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.rating-box .stars > div {
    min-width: 50px;
}
.stars i {
  font-size: 32px;
  color: #b5b8b1;
  transition: all 0.2s;
  cursor: pointer;
}
.stars i.active {
  color: #000000;
  transform: scale(1.1);
}
.stars i.active+.small {
  color: #000000;
}