@charset "UTF-8";
/* @font-face {
    font-family: 'Lusail';
    src: url('fonts/Lusail-Regular.woff2') format('woff2'),
        url('fonts/Lusail-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Lusail';
    src: url('fonts/Lusail-Light.woff2') format('woff2'),
        url('fonts/Lusail-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Lusail';
    src: url('fonts/Lusail-Medium.woff2') format('woff2'),
        url('fonts/Lusail-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Lusail';
    src: url('fonts/Lusail-Bold.woff2') format('woff2'),
        url('fonts/Lusail-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

#bbody body,
#bbody {
    font-family: "Lusail", "Helvetica Neue", Helvetica, "Tahoma", Arial, sans-serif;
}
*/
#bbody .chatIcon img {
    max-width: 48px;
}

#bbody #chatControl {
    cursor: pointer;
    display: inline-block;
    width: 300px;
    height: 55px;
    border-radius: 36px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999999;
    background: #59405A;
    border: 2px solid #FFF;
}

#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_EN span{
	font-size:14px;
}

.chatbotText_AR {
    display: none;
}

#bbody #chatArea {
    position: fixed;
    right: 100px;
    bottom: 20px;
    z-index: 99999999;
    width: 460px;
    border: 3px solid #59405A;
    visibility: hidden
}

#bbody #chatArea .TopHead {
    background: #59405A;
    padding: 2px 10px 5px 10px;
    color: white;
	margin: 0 9px;
}

#bbody #chatArea .bodyChatArea {
    height: 490px;
    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 {
    float: right;
    cursor: pointer;
    font-size: 20px;
}

#bbody .refresh-icon {
    padding: 0 15px;
}

#bbody .TopHead {
    display: flex;
    align-items: center;
    justify-content: center;
}

#bbody .TopHead a {
    color: #FFF;
}

#bbody .TopHead-flex {
    flex: 0 0 10%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

#bbody .TopHead-flex:first-child {
    flex: 0 0 90%;
    justify-content: flex-start;
    font-size: 18px;
    font-weight: bold;
}

#bbody .TopHead img {
    max-height: 62px;
    margin-right: 12px;
    /*border: 2px solid rgb(255 255 255 / 100%);
    border-radius: 50%;*/
}

.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: 100px;
    border-radius: 10px;
    box-shadow: rgb(0 0 0 / 30%) 0px 4px 12px;
    width: 570px;
    background: #59405A;
}

#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 0px 12px;
    background-color: #59405A;
    height: 66px;
    width: 66px;
}

#bbody #chatControl .chatIcon,
#bbody #chatControl .chatIcon i {
    transition: all 0.2s;
    color: #59405A;
}

#bbody #chatControl .chatIcon {
    padding: 4px;
    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;
    min-width: 100px;
    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: #59405A;
    color: #59405A;
    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: #59405A;
    color: #59405A;
    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: #59405A;
    color: #59405A;
    animation: dotFlashing 0.5s infinite alternate;
    animation-delay: 0.5s;
}

@keyframes dotFlashing {
    0% {
        background-color: #59405A;
    }
    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: 490px;
    }
}


._header_1nrkm_7 {
    display: none;
}