.ui-autocomplete {
    position: unset !important;
    top: unset !important;
    left:unset !important;
    cursor: default;
}

.ui-menu{
    background-color: white;
    border: 1px solid #bababa!important;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    bottom: 100%!important;
    left: 0!important;
    width: 90% !important;
    margin: 0 5%!important;
    position: absolute!important;
    right: 0!important;
    z-index: 9999999!important;
    -webkit-animation: popup-suggestion .150s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: popup-suggestion .150s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}


.ui-menu-item{
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: #fff;
    cursor: pointer;
    width: unset !important;
    padding: 10px !important;
    color: rgb(24,89,169);
}			
				
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
border: none;
background: transparent;
font-weight: normal;
color: black;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
border: none;
background-color: transparent;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
color: black;
text-decoration: none;
} 



 .preloader {
	background: transparent;
    width: 56px;
    height: 56px;
    position: fixed;
    right: 20px;
    border-radius: 50%;
    z-index: 9998;
    cursor: pointer;
    transform-origin: bottom;
    bottom: 20px;
    opacity: 1;
    transform: scale(1);
}
.oda-chat-loading{
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            height: 40px;
            display: flex;
            align-items: center;
            z-index: 1000;
        }
        
        .obj {
            width: 6px;
            height: 40px;
            background: #2c3968;
            margin: 0 3px;
            border-radius: 10px;
            animation: loading 0.8s infinite;
        }
        
        .obj:nth-child(2) {
            animation-delay: 0.1s;
        }
        
        .obj:nth-child(3) {
            animation-delay: 0.2s;
        }
        
        .obj:nth-child(4) {
            animation-delay: 0.3s;
        }
        
        .obj:nth-child(5) {
            animation-delay: 0.4s;
        }
        
        .obj:nth-child(6) {
            animation-delay: 0.5s;
        }
        
        .obj:nth-child(7) {
            animation-delay: 0.6s;
        }
        
        .obj:nth-child(8) {
            animation-delay: 0.7s;
        }
        
        @keyframes loading {
            0% {
                height: 0;
            }
            50% {
                height: 40px;
            }
            100% {
                height: 0;
            }
        }


.oda-chat-conversation-container {
	padding: 10px 10px 0 10px;
}

.oda-chat-logoImage   {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.oda-chat-logoHeader   {
    left: 70px;
    transform: translateX(-50%);
    position: relative;
    top: -10px;
    background: #1859A9;
    border-radius: 15px 40px;
    align-items: center;
    box-sizing: border-box;
    color: #ffffff;
    height: 70px;
    width: 160px;
    box-shadow: 0px -4px 3px rgba(50, 50, 50, 0.75);
}


.oda-chat-wrapper {
    bottom: 20px;
    box-sizing: border-box;
    height: 0;
    position: fixed;
    right: 20px;
    text-transform: none;
    width: 0;
    z-index: 10000;
    font-size: 13px;
}


.oda-chat-action-url{
	color: white;
}

.oda-chat-button {
	background-position: center center;
	background-repeat: no-repeat;
    background-color: rgb(246 129 31);
	border: none;
    border-radius: 50% 50% 0px 50%;
	bottom: -6px;
	box-shadow: 0 -1px 5px 0 rgba(0, 0, 0, 0.35);
	cursor: pointer;
	/*display: block;*/
	overflow: visible;
	padding: 0 !important;
	position: absolute;
	right: 4px;
	text-align: center;
	visibility: hidden;
	width: 56px;
    height: 56px;
	z-index: 10000;
	min-width: unset !important;
}

.oda-chat-button:hover{
	outline: none !important;
	border-color: transparent !important;
    background-color: rgb(246 129 31) !important;
}

.oda-chat-expanded .oda-chat-button {
    -webkit-animation: scale-out-center 0.25s cubic-bezier(0.550, 0.085, 0.680, 0.530) forwards;
            animation: scale-out-center 0.25s cubic-bezier(0.550, 0.085, 0.680, 0.530) forwards;
}

.oda-chat-collapsed .oda-chat-button {
    display: flex;
    -webkit-animation: scale-in-center 0.25s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.2s both;
            animation: scale-in-center 0.25s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.2s both;
}

.oda-chat-button img {
    max-height: 100%;
    max-width: 100%;
}

.oda-chat-notification-badge {
    align-items: center;
    background: rgb(230, 8, 27);
    background-size: 10px;
    border-radius: 50%;
    color: #fff;
    display: flex;
    height: 24px;
    justify-content: center;
    position: absolute;
    text-align: center;
    width: 24px;
    top: 0;
}

.oda-chat-widget {
	width: 400px !important;
	height: 650px !important;
    border-radius: 16px;
    background: white;
    box-shadow: -4px 2px 21px 0 rgba(112, 112, 112, 0.50);
    bottom: 0;
    display: flex;
    flex-direction: column;
    margin: 0;
    /*max-height: calc(100vh - 20px);*/
    /*max-width: 980px; */
    min-width: 300px;
    position: absolute;
    right: 0;
    text-decoration: none;
    text-transform: none;
    z-index: 10000;
}

.oda-chat-expanded .oda-chat-widget {
    -webkit-animation: scale-in-br 0.25s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.2s both;
            animation: scale-in-br 0.25s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.2s both;
}

.oda-chat-collapsed .oda-chat-widget {
    -webkit-animation: scale-out-br 0.25s cubic-bezier(0.550, 0.085, 0.680, 0.530) forwards;
	        animation: scale-out-br 0.25s cubic-bezier(0.550, 0.085, 0.680, 0.530) forwards;
}

.oda-chat-none {
    display: none;
}

.oda-chat-conversation-pane {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
}

.oda-chat-conversation-container {
    padding: 10px 10px 0 10px;
}

.oda-chat-empty-conversation-div {
    display: flex;
    flex: auto;
}

.oda-chat-chat-message-date {
    font-size: 10px;
    padding: 6px 0;
}

.oda-chat-embed-sticky-top {
    padding-top: 5px;
    padding-bottom: 5px;
}

.oda-chat-embed-scroll-top {
    padding-top: 5px;
    padding-bottom: 10px;
}

.oda-chat-embed-scroll-bottom {
    padding-top: 10px;
    padding-bottom: 5px;
}

.oda-chat-embed-sticky-bottom {
    padding-top: 5px;
    padding-bottom: 5px;
}

/* Chat button entrance */
@-webkit-keyframes scale-in-center {
    0% {
        opacity: 1;
        -webkit-transform: scale(0);
                transform: scale(0);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
                transform: scale(1);
    }
}

@keyframes scale-in-center {
    0% {
        opacity: 1;
        -webkit-transform: scale(0);
                transform: scale(0);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
                transform: scale(1);
    }
}

/* Chat button exit */
@-webkit-keyframes scale-out-center {
    0% {
        display: flex;
        opacity: 1;
        -webkit-transform: scale(1);
                transform: scale(1);
    }
    100% {
        display: none;
        opacity: 1;
        -webkit-transform: scale(0);
                transform: scale(0);
    }
}

@keyframes scale-out-center {
    0% {
        display: flex;
        opacity: 1;
        -webkit-transform: scale(1);
                transform: scale(1);
    }
    100% {
        display: none;
        opacity: 1;
        -webkit-transform: scale(0);
                transform: scale(0);
    }
}

/* Chat widget entrance */
@-webkit-keyframes scale-in-br {
    0% {
        opacity: 1;
        -webkit-transform: scale(0);
                transform: scale(0);
        -webkit-transform-origin: 100% 100%;
                transform-origin: 100% 100%;
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
                transform: scale(1);
        -webkit-transform-origin: 100% 100%;
                transform-origin: 100% 100%;
    }
}

@keyframes scale-in-br {
    0% {
        opacity: 1;
        -webkit-transform: scale(0);
                transform: scale(0);
        -webkit-transform-origin: 100% 100%;
                transform-origin: 100% 100%;
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
                transform: scale(1);
        -webkit-transform-origin: 100% 100%;
                transform-origin: 100% 100%;
    }
}

/* Chat widget exit */
@-webkit-keyframes scale-out-br {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
                transform: scale(1);
        -webkit-transform-origin: 100% 100%;
                transform-origin: 100% 100%;
    }
    99% {
        opacity: 1;
        -webkit-transform: scale(0.01);
                transform: scale(0.01);
        -webkit-transform-origin: 100% 100%;
                transform-origin: 100% 100%;
    }
    100% {
        display: none;
        opacity: 1;
        -webkit-transform: scale(0);
                transform: scale(0);
        -webkit-transform-origin: 100% 100%;
                transform-origin: 100% 100%;
    }
}

@keyframes scale-out-br {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
                transform: scale(1);
        -webkit-transform-origin: 100% 100%;
                transform-origin: 100% 100%;
    }
    99% {
        opacity: 1;
        -webkit-transform: scale(0.01);
                transform: scale(0.01);
        -webkit-transform-origin: 100% 100%;
                transform-origin: 100% 100%;
    }
    100% {
        display: none;
        opacity: 1;
        -webkit-transform: scale(0);
                transform: scale(0);
        -webkit-transform-origin: 100% 100%;
                transform-origin: 100% 100%;
    }
}



.oda-chat-conversation:lang(ar-EG) {
	background: #ffffff;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	font-family: Helvetica Neue Arabic !important;
	overflow: auto;
	scroll-behavior: smooth;
	width: 100%;
}

.oda-chat-conversation:lang(ar) {
	background: #ffffff;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	font-family: Helvetica Neue Arabic !important;
	overflow: auto;
	scroll-behavior: smooth;
	width: 100%;
}

.oda-chat-conversation:lang(en-US) {
	background: #ffffff;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	overflow: auto;
	scroll-behavior: smooth;
	width: 100%;
}

.oda-chat-conversation:lang(en) {
	background: #ffffff;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	overflow: auto;
	scroll-behavior: smooth;
	width: 100%;
}

.oda-chat-conversation::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	border-radius: 10px;
	background-color: white;
}

.oda-chat-conversation::-webkit-scrollbar {
	width: 6px;
	background-color: white;
}

.oda-chat-conversation::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	background-color: rgb(24,89,169);
}

.oda-chat-footer {
	border-radius: 0px 0px 10px 10px;
	align-items: center;
	background-color: #ffffff;
	border-top: 1px solid #dadada;
	box-sizing: border-box;
	display: flex;
	flex-direction: row;
	max-height: 78px;
	position: relative;
}

.oda-chat-footer-mode-keyboard {
	display: flex;
    align-items: center;
    flex: 1;
    flex-direction: row;
    justify-content: center;
    max-height: 78px;
    padding: 8px 6px 8px 4px;
    background: white;
}

.oda-chat-footer-button {
    align-items: center;
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    height: 32px;
    -webkit-tap-highlight-color: transparent;
    justify-content: center;
    max-height: 32px;
    max-width: 32px;
    overflow: hidden;
    padding: 4px;
    width: 32px;
    text-shadow: none;
	min-width: 4em !important;
}

.oda-chat-footer-button-icon {
	background-size: 100%;
	background-position: center;
	height: 100%;
	margin: auto;
	padding: 0;
	width: 100%;
}

.oda-chat-footer-button-svg-icon {
	height: 24px;
	fill: #878C90;
	width: 24px;
}

.oda-chat-footer-button:disabled .oda-chat-footer-button-svg-icon,
.oda-chat-footer-button:disabled .oda-chat-footer-button-svg-icon:active,
.oda-chat-footer-button:disabled .oda-chat-footer-button-svg-icon:hover {
    fill: #cbcccd;
}

.oda-chat-button-upload {
    height: 24px;
    width: 24px;
    margin-left: 8px;
}

.oda-chat-button-send {
    height: 24px;
    width: 24px;
}

.oda-chat-button-speech-active {
    animation: mic-toggle 300ms ease 0s infinite normal none running;
}

@keyframes mic-toggle {
    from {
        fill: #ff8a80;
    }

    to {
        fill: #d50000;
    }
}

.oda-chat-content-wrapper{
    max-width: 85%;
}

.oda-chat-user-input:lang(ar-EG) {
    font-size: 14px;
    direction: rtl;
    border: none;
    border-radius: 16px;
    box-sizing: border-box;
    color: #666;
    flex: 1;
    height: 32px;
    margin-left: 6px;
    margin-right: 6px;
    min-height: 32px;
    max-height: 61px;
    outline: none;
    padding: 6px 14px;
    resize: none;
}

.oda-chat-user-input:lang(ar) {
    font-size: 14px;
    direction: rtl;
    border: none;
    border-radius: 16px;
    box-sizing: border-box;
    color: #666;
    flex: 1;
    height: 32px;
    margin-left: 6px;
    margin-right: 6px;
    min-height: 32px;
    max-height: 61px;
    outline: none;
    padding: 6px 14px;
    resize: none;
}

.oda-chat-user-input:lang(en-US) {
    font-size: 14px;
    direction: ltr;
    border: none;
    border-radius: 16px;
    box-sizing: border-box;
    color: #666;
    flex: 1;
    height: 32px;
    margin-left: 6px;
    margin-right: 6px;
    min-height: 32px;
    max-height: 61px;
    outline: none;
    padding: 6px 14px;
    resize: none;
}

.oda-chat-user-input:lang(en) {
    font-size: 14px;
    direction: ltr;
    border: none;
    border-radius: 16px;
    box-sizing: border-box;
    color: #666;
    flex: 1;
    height: 32px;
    margin-left: 6px;
    margin-right: 6px;
    min-height: 32px;
    max-height: 61px;
    outline: none;
    padding: 6px 14px;
    resize: none;
}

.oda-chat-user-input::placeholder {
    padding: 5px 2;
    color: #707070;
}

.oda-chat-user-input.oda-chat-disabled {
    color: #737373;
}

.oda-chat-user-input.oda-chat-disabled::placeholder {
    color: #cbcccd;
}

.oda-chat-autocomplete-items {
	background-color: white;
    border: 1px solid #bababa;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    bottom: 100%;
    left: 0;
    margin: 0 32px;
    position: absolute;
    right: 0;
    z-index: 1;
    -webkit-animation: popup-suggestion .150s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: popup-suggestion .150s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@-webkit-keyframes popup-suggestion {
    0% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(0, 0, 0, 0);
        -webkit-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0);
        box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0);
        -webkit-transform: scaleY(0.4);
        transform: scaleY(0.4);
        -webkit-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
    }

    100% {
        box-shadow: 0 -12px 20px -12px rgba(0, 0, 0, 0.35);
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
    }
}

@keyframes popup-suggestion {
    0% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(0, 0, 0, 0);
        -webkit-transform: scaleY(0.4);
        transform: scaleY(0.4);
        -webkit-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
    }

    100% {
        box-shadow: 0 -12px 15px -12px rgba(0, 0, 0, 0.35);
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
    }
}

.oda-chat-autocomplete-items div {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: #fff;
    cursor: pointer;
    padding: 10px;
    color: rgb(24,89,169);
}

.oda-chat-autocomplete-items strong {
    color: rgb(238, 127, 1);
    font-size: 16px;
}
.oda-chat-autocomplete-items div:hover {
    background-color: #f1f0f0;
}

.oda-chat-autocomplete-active {
    background-color: #85bbe7 !important;
}

.oda-chat-header {
	border-radius: 15px 15px 0px 0px;
    background: rgb(24,89,169);
	align-items: center;
	box-sizing: border-box;
	color: #ffffff;
	display: flex;
	flex-direction: row;
	height: 60px;
	justify-content: space-between;
	padding-left: 10px;
	padding-right: 8px;
    z-index: 2;
    box-shadow: 0px 2px 20px rgba(0, 0, 0, .5);
}

.oda-chat-logo {
	flex: 0;
	height: 50px;
	max-height: 50px;
	max-width: 50px;
	min-height: 16px;
	width: 50px;
}

.oda-chat-header-info-wrapper {
	align-items: flex-start;
	display: flex;
	flex: 1;
	flex-direction: column;
	flex-wrap: nowrap;
}

.oda-chat-title {
	flex: 1;
	font-size: 16px;
	justify-content: center;
	margin: 0 8px;
	overflow: auto;
	text-overflow: ellipsis;
	white-space: nowrap;
    font-weight: bold;
}

.oda-chat-description {
	flex: 1;
	font-size: 13px;
	justify-content: center;
	margin: 2px 8px;
	overflow: auto;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.oda-chat-connection-status {
	flex: 1;
	font-weight: bold;
	font-size: 9px;
	justify-content: center;
	margin: 0 8px;
	text-transform: uppercase;
}

.oda-chat-connection-status.oda-chat-connected {
	color: #ccff90;
}

.oda-chat-connection-status.oda-chat-connecting {
	color: #ffeb00;
}

.oda-chat-connection-status.oda-chat-disconnected {
	color: #e40004;
}

.oda-chat-header-button {
    cursor: pointer;
	align-items: center;
	border: none;
	border-radius: 2px;
	display: flex;
	justify-content: center;
	fill: #ffffff;
	padding: 4px;
	margin-left: 4px;
	max-height: 24px;
	max-width: 24px;
	min-width: unset !important;
}

.oda-chat-header-button:hover{
    border-color: transparent !important;
    background-color: transparent !important;
    background-color: transparent !important;
}

.oda-chat-header-button:active {
	filter: brightness(0.875);
	outline: none;
    border-color: transparent !important;
    background-color: transparent !important;
    background-color: transparent !important;
}

.oda-chat-header-button:focus {
	outline: none;
}

.oda-chat-header-button-icon {
	height: 16px;
	width: 16px;
}

.oda-chat-header-button-icon:focus{
	outline: none;
}
.oda-chat-header-button-icon:active{
	filter: brightness(0.875);
	outline: none;
}

.oda-chat-message-actions a.oda-chat-action-postback:hover {
	background: #1859A9;
    color: #6faa73;
}

.oda-chat-message-actions a.oda-chat-action-postback:focus,
.oda-chat-message-actions a.oda-chat-action-postback:active {
	background: #1859A9;
}

.oda-chat-message-actions a.oda-chat-action-postback.oda-chat-disabled {
	background: #f8f8f8 !important;
	color: #737373 !important;
}

.oda-chat-right .oda-chat-message-global-actions {
	margin-left: 25px;
}

.oda-chat-left .oda-chat-message-global-actions {
	/*margin-right: 25px;*/
}

.oda-chat-message-global-actions a {
	border: 1px solid #1859A9;
	border-radius: 20px;
	color: #1859A9;
	cursor: pointer;
	display: inline-block;
	margin-top: 10px;
	padding: 8px 10px;
	text-decoration: none;
}

.oda-chat-message-global-actions a:hover {
	background: #1859A9;
	color: #6faa73;
}

.oda-chat-message-global-actions a:focus,
.oda-chat-message-global-actions a:active {
	background: #1859A9;
	color: #fff;
}

.oda-chat-message-global-actions a.oda-chat-disabled {
	background: #f8f8f8;
	border-color: #c5c5c5;
	color: #737373;
}

.oda-chat-attachment-image,
.oda-chat-attachment-video {
	width: 100%;
}

.oda-chat-attachment-file {
	word-break: break-all;
}

.oda-chat-attachment-audio {
	width: 190px;
}

.oda-chat-attachment-message {
	display: -webkit-flex;
	display: flex;
}

.oda-chat-attachment-icon {
	width: 32px;
	height: 32px;
	overflow: hidden;
	margin-right: 5px;
	justify-content: center;
	background-color: transparent;
	background: no-repeat center center;
	border: none;
	align-items: center;
}

.oda-chat-message-date{
    color: #ababab;
    margin-top: 10px;
    font-size: 10px;
}

.oda-chat-attachment-fileName {
	margin: auto 0;
}

.oda-chat-round {
    align-items: center;
    background: #eaeaea;
    border: none;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    color: #333333;
    cursor: pointer;
    display: flex;
    height: 30px;
    justify-content: center;
    position: absolute;
    text-align: center;
    top: calc(50% - 18px);
    width: 30px;
    z-index: 1;
    min-width: unset !important;
    padding: 0 !important;
	cursor: pointer;
}

.oda-chat-round svg {
	fill: #333333;
}

.oda-chat-round:focus {
	outline: none;
}

.oda-chat-round:hover {
	background: #1859A9;
	color: white;
}

.oda-chat-round:hover svg {
	fill: white;
}

.oda-chat-previous {
	left: -20px;
}

.oda-chat-next {
	right: -10px;
}

.oda-chat-loading-message {
	margin-bottom: 20px;
}

.oda-chat-loading-icon {
	display: -webkit-flex;
	display: flex;
}

.oda-chat-message-with-icon {
	display: -webkit-flex;
	display: flex;
}

.oda-chat-error-icon {
	margin-right: 5px;
	max-width: 24px;
	max-height: 24px;
}

.oda-chat-message-text {
	margin: auto 0;
	white-space: pre-wrap;
	word-break: break-all;
}

.oda-chat-spinner {
	position: relative;
	display: inline-block;
	width: 28px;
	height: 28px;
	margin-right: 5px;
}

.oda-chat-spinner svg {
	animation-duration: 750ms;
	-webkit-animation: spinner-rotate 1s linear infinite;
	animation: spinner-rotate 1s linear infinite;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.oda-chat-spinner circle {
	stroke: #387ef5;
	fill: transparent;
	stroke-width: 4px;
	stroke-dasharray: 128px;
	stroke-dashoffset: 82px;
}

@-webkit-keyframes spinner-rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spinner-rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}.oda-chat-message {
    margin-bottom: 20px;
}

.oda-chat-left {
	width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.oda-chat-right {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
}

.oda-chat-message-wrapper {
    display: flex;
    max-width: 100%;
    width: 100%;
}

.oda-chat-left .oda-chat-message-wrapper {
    flex-direction: row;
}

.oda-chat-right .oda-chat-message-wrapper {
    flex-direction: row-reverse;
}

.oda-chat-icon-wrapper {
    margin-right: 8px;
    padding: 5px;
    align-self: flex-end;
    align-items: flex-end;
    border-radius: 4px;
    display: flex;
    height: 40px;
    justify-content: center;
    min-width: 32px;
    width: 40px;
}

.oda-chat-message-icon {
    max-width: 35px;
    max-height: 35px;
}

/*------------*/

.oda-chat-message-profile-pic {
    padding: 2px;
    display: inline-block;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: rgba(20, 0, 0, .12);
    position: absolute;
}

.oda-chat-left .oda-chat-message-profile-pic {
    bottom: 6px;
    left: 6px;
}

.oda-chat-right .oda-chat-message-profile-pic {
    bottom: 6px;
    right: 6px;
}

/*------------
.oda-chat-message-bubble:lang(ar-EG) {
    direction: rtl;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0;
    max-width: 325px;
    padding: 15px;
    position: relative;
}
*/

.oda-chat-message-bubble {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0;
    max-width: 325px;
    padding: 15px;
    position: relative;
    direction: ltr;
}

.oda-chat-message-content {
    /*overflow: hidden;*/
    word-wrap: break-word;
    white-space: pre-wrap;
}

.oda-chat-right .oda-chat-message-bubble {
    background-color: #1859A9;
    color: #ffff;
    margin-left: 25px;
    border-radius: 20px 20px 0 20px;
    font-weight: bold;
}

.oda-chat-left .oda-chat-message-bubble {
    background-color: #f3f3f3;
    color: #333;
    margin-right: 25px;
    border-radius: 20px 20px 20px 0;
}

.oda-chat-left .oda-chat-message-header {
    border-radius: 20px 20px 0 0;
    margin-bottom: 10px;
}

.oda-chat-left .oda-chat-message-footer {
    border-radius: 0 0 20px 0;
    margin-top: 10px;
}

.oda-chat-left .oda-chat-has-header {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.oda-chat-left .oda-chat-has-footer {
    border-bottom-right-radius: 0;
}

/*------------*/

.oda-chat-attachment-image, .oda-chat-attachment-video {
    width: 100%;
}

.oda-chat-attachment-file {
    word-break: break-all;
}

.oda-chat-attachment-audio {
    width: 190px;
}

/* TODO: set by javascript */

/* Styling of Download Button */
/* .oda-chat-chat-box-download-btn {
    float: right;
    margin: 10px 10px;
} */
.oda-chat-status-message-container {
    display: flex;
    flex-direction: column;
}

.oda-chat-status-message-wrapper {
    align-self: center;
    align-items: center;
    display: flex;
    flex: 0 1 auto;
    border-radius: 25px;
    background-color: #f3f3f3;
    max-width: 70%;
    padding: 10px 15px;

    animation: vibrate 0.5s linear both;
}

@keyframes vibrate {
    0% {
        -webkit-transform: translate(0);
                transform: translate(0);
    }
    20% {
        -webkit-transform: translate(-2px, 2px);
                transform: translate(-2px, 2px);
    }
    40% {
        -webkit-transform: translate(-2px, -2px);
                transform: translate(-2px, -2px);
    }
    60% {
        -webkit-transform: translate(2px, 2px);
                transform: translate(2px, 2px);
    }
    80% {
        -webkit-transform: translate(2px, -2px);
                transform: translate(2px, -2px);
    }
    100% {
        -webkit-transform: translate(0);
                transform: translate(0);
    }
}

.oda-chat-status-image {
    margin-left: 8px;
    margin-right: 8px;
    max-width: 16px;
    max-height: 16px;
}

.oda-chat-header-button{
    background-color: rgb(24,89,169);
}

.oda-chat-status-message {
    font-size: 1.0rem;
    color: #737373;
    white-space: pre-wrap;
    word-break: break-all;
    word-wrap: break-word;
}

.oda-chat-screen-reader-only {
    height: 1px;
    left: -20000px;
    overflow: hidden;
    position: absolute;
    top: auto;
    width: 1px;
}

.oda-chat-button:active, .oda-chat-button:focus, .oda-chat-input:active, .oda-chat-input:focus {
    outline: none;
}

.oda-chat-message-actions .oda-chat-action-postback {
    align-items: center;
    border-radius: 4px;
    color: #ffffff;
    cursor: pointer;
    display: flex;
    font-size: 13.75px;
    font-weight: bold;
    flex: 1;
    justify-content: center;
    padding: 12px 24px;
    margin: 4px;
    text-decoration: none;
}

.oda-chat-message-actions .oda-chat-action-postback:focus, .oda-chat-message-actions a.oda-chat-action-postback:active {
    background: #004d80;
}

.oda-chat-message-actions .oda-chat-action-postback.oda-chat-disabled {
    background: #f8f8f8;
    border-color: #c5c5c5;
    color: #737373;
}

.oda-chat-message-actions .oda-chat-action-postback.oda-chat-disabled:hover {
    background: #f8f8f8;
}

.oda-chat-message-actions .oda-chat-action-postback.oda-chat-disabled:focus, .oda-chat-message-actions a.oda-chat-action-postback.oda-chat-disabled:active {
    background: #f8f8f8;
}

.oda-chat-message-global-actions {
    margin: 10px auto;
	width: 85%;
    align-items: baseline;
    display: block;
    flex-direction: row;
    text-align: center;
    position: relative;
}

.oda-chat-message-global-actions.oda-chat-has-message-icon {
    /*margin-left: 40px;*/
}

.oda-chat-message-global-actions .oda-chat-action-postback {
    align-items: center;
    border: 1px solid #1b8fd2;
    border-radius: 22px;
    color: #1b8fd2;
    cursor: pointer;
    /* display: flex; */
    /* flex: 1; */
    font-size: 13px;
    /* font-weight: bold; */
    justify-content: center;
    margin-top: 4px;
    margin-bottom: 4px;
    margin: 5px;
    padding: 5px 10px;
    text-decoration: none;
    vertical-align: unset !important;
    min-width: unset !important;
}

.oda-chat-message-global-actions .oda-chat-action-postback:hover {
    font-weight: bold;
}

.oda-chat-message-global-actions .oda-chat-action-postback:first-of-type {
    margin-top: 0;
}

.oda-chat-message-global-actions .oda-chat-action-postback:last-of-type {
    margin-bottom: 0;
}

.oda-chat-message-global-actions .oda-chat-action-postback:focus, .oda-chat-message-global-actions .oda-chat-action-postback:active {
    background: #004d80;
    color: #fff;
}

.oda-chat-message-global-actions .oda-chat-action-postback.oda-chat-disabled {
    background: #f8f8f8;
    border-color: #c5c5c5;
    color: #737373;
}

.oda-chat-message-global-actions .oda-chat-action-postback.oda-chat-disabled:hover, .oda-chat-message-global-actions .oda-chat-action-postback.oda-chat-disabled:focus, .oda-chat-message-global-actions .oda-chat-action-postback.oda-chat-disabled:active {
    background: #f8f8f8;
    border-color: #c5c5c5;
    color: #737373;
}


.oda-chat-message-actions .oda-chat-action-postback {
  background: rgb(238, 127, 1);
  border-color: rgb(238, 127, 1);
  color: #ffffff;
 /* display: none;*/
}

.oda-chat-message-actions .oda-chat-action-postback:focus {
    background: white;
    border-color: white;
    color: #1959a9;
}

.oda-chat-message-actions .oda-chat-action-postback:hover {
    background: white;
    border-color: white;
    color: #1959a9;
}

.oda-chat-message-global-actions .oda-chat-action-postback {
    background: #ffffff;
    border-color: #1858a8;
    color: #1858a8;
}

.oda-chat-message-global-actions .oda-chat-action-postback:focus {
  background: #1858a8;
}

/*
.oda-chat-message-global-actions .oda-chat-action-postback:hover {
    font-weight: bold;
    letter-spacing: 0.05em;
    opacity: 1;
}
*/

.oda-chat-card-message-horizontal .oda-chat-message-bubble.oda-chat-message-header, .oda-chat-card-message-horizontal .oda-chat-message-bubble.oda-chat-message-footer {
    margin-right: 0;
}

.oda-chat-card-message-horizontal .oda-chat-content-wrapper {
    flex: 1 1 auto;
    min-width: 0;
    overflow-x: visible;
}

.oda-chat-card-message-content {
    line-height: 1.5;
    max-width: 100%;
    white-space: pre-wrap;
}

.oda-chat-card-message-horizontal .oda-chat-card-message-content {
    position: relative;
}

.oda-chat-card-message-content a {
    text-decoration: none;
}

.oda-chat-card-message-horizontal {
    margin-left: 20px;
    margin-right: 20px;
}

.oda-chat-card-message-horizontal.oda-chat-has-message-icon {
    margin-left: 0;
}

.oda-chat-card-message-cards {
    margin-right: 20px;
    max-width: 100%;
}

.oda-chat-card-message-horizontal .oda-chat-card-message-cards {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    overflow-y: hidden;;
    position: relative;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    width: 100%;
    white-space: nowrap;
}

.oda-chat-card-message-horizontal .oda-chat-card-message-cards::-webkit-scrollbar {
    display: none;
}

.oda-chat-card-message-vertical .oda-chat-card {
    border-radius: 20px;
    margin: 8px 0;
}

.oda-chat-card-message-vertical .oda-chat-card:first-of-type {
    margin-top: 0;
}

.oda-chat-card-message-vertical .oda-chat-card:last-of-type {
    margin-bottom: 0;
}

.oda-chat-card-message-vertical .oda-chat-message-wrapper {
    flex-direction: column;
}

.oda-chat-card-message-horizontal .oda-chat-card {
	width: 75%;
    align-self: stretch;
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    justify-content: space-around;
    margin: 0 8px;
    scroll-snap-align: start;
}

.oda-chat-card-message-horizontal .oda-chat-card:first-of-type {
    margin-left: 0;
}

.oda-chat-card-message-horizontal .oda-chat-card:last-of-type {
    margin-right: 0;
}

.oda-chat-card-image {
    height: 44%;
    max-height: 44%;
    max-width: 100%;
    width: 100%;
}

.oda-chat-card-content {
    display: flex;
    flex-direction: column;
	height: 100%;
    line-height: 1.5;
}

.oda-chat-card-title {
	font-size: 13px;
    font-weight: bold;
    padding: 5px 0;
    max-width: 100%;
    text-align: center;
	margin-right: 10px;
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    white-space: pre-wrap;
    color: rgb(238, 127, 1);
}

.oda-chat-card-description {
	font-size: 13px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    font-weight: 400;
    max-width: 100%;
	height: 50%;
    margin: 8px;
    text-overflow: ellipsis;
    text-align: center;
    white-space: pre-wrap;
    color: rgb(179, 179, 179);
}

.oda-chat-card-actions {
    display: flex;
    flex-direction: column;
}

.oda-chat-card-actions button.oda-chat-disabled {
    color: #737373;
    background: #ffffff;
    border-color: #c5c5c5;
}

.oda-chat-card-actions button.oda-chat-disabled:hover {
    color: #737373;
    background: #ffffff;
}

.oda-chat-card {
    background: #fff;
    box-sizing: border-box;
    border: 1.0px solid rgb(0 0 0 / 0.10);
    border-radius: 20px;
    display: block;
    max-width: 100%;
    min-width: 75%;
    overflow: hidden;
    color: #1859A9;
    white-space: pre-wrap;
}

.oda-chat-card-actions .oda-chat-action-postback {	
    border-color: rgb(234, 234, 234) transparent transparent;
    background-color: transparent;
    color: rgb(0, 81, 165);
	cursor: pointer;
    border-width: 1px 0px 0px;
    border-top-style: solid;
    border-radius: 10px;
    font-weight: bold;
    line-height: 1.5;
    height: 35px;
    min-width: unset !important;
    padding: 5px 0px !important;
	
}

.oda-chat-card-actions .oda-chat-action-postback:focus {
  /*background: #053242;*/
  outline: none;
}

.oda-chat-card-actions .oda-chat-action-postback:hover {
  box-shadow: 0 -4px 6px rgba(252, 182, 64, 0.6);
}

.oda-chat-card-message-content a {
  color: #f7e0a1;
}

hr {
    border-top: 1px solid #eee;
    padding: 0;
    margin: 10px 0;
}

.close-handle {
    font-size: 20px;
    position: absolute;
    color: #2b3867 !important;
    right: 5px;
    top: 5px;
    background-color: white;
    border-radius: 20px;
    height: 35px;
    width: 35px;
    padding: 13px 10px 10px 10px;
    box-shadow: 0 12px 60px rgba(71, 69, 123, 0.04);
	box-sizing: unset !important;
}


.webview{
    position: absolute; 
    z-index: 10; 
    top: 0; 
    left: 0; 
    right: 0; 
    bottom: 0; 
    background-color: transparent; 
    visibility: visible;
}

.webview-container{
     height: 100%;
     width: 100%;
     position: absolute;
     bottom: 0px;
}

.webview-header{
     height: 0; 
     padding: 0; 
     z-index: 10; 
     height: 44px; 
     line-height: 32px; 
     padding: 6px 15px; 
     position: relative; 
     background-color: transparent; 
     cursor: pointer; 
     font-size: 16px; 
     font-weight: 400; 
     box-sizing: content-box; 
     color: #333; 
     max-height: 32px; 
     text-align: center;
}

.webview-iframe-container{
    overflow: initial; 
    border: none; 
    position: relative; 
    width: 100%; 
    height: calc(100% - 44px); 
    -webkit-overflow-scrolling: touch;
}

.webview-iframe{
    border-radius: 10px; 
    background: white; 
    border: none; 
    position: relative; 
    width: 100%; 
    height: 100%;
}

.footerBtns{
    display: flex;
}

.restartLeftBtns{
    width: 100%;
    cursor: pointer;
    border-color: rgb(234, 234, 234) white white;
    background-color: white;
    color: rgb(0, 81, 165);
    border-width: 1px 0px 0px;
    border-top-style: solid;
    border-radius: 0px 0px 0px 15px;
    font-weight: 500;
    line-height: 2.2;  
    min-width: unset;
    padding: 2px 0px !important;
    font-family: unset !important;
    font-size: unset !important;
}

.restartRightBtns{
    width: 100%;
    cursor: pointer;
    border-color: rgb(234, 234, 234) white white;
    background-color: white;
    color: rgb(0, 81, 165);
    border-width: 1px 0px 0px;
    border-top-style: solid;
    border-radius: 0px 0px 15px 0px;
    font-weight: 500;
    line-height: 2.2;    
    min-width: unset;
    padding: 2px 0px !important;
    font-family: unset !important;
    font-size: unset !important;
}

.restartLeftBtns:hover {
  background-color: rgb(0, 81, 165);
  font-weight: bold;
  color: white;
}

.restartRightBtns:hover {
  background-color: rgb(0, 81, 165);
  font-weight: bold;
  color: white;
}

#disclaimerBanner{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    border-radius: 10px;
    box-shadow: 0 0 12px rgba(0, 0, 0, .15);
    overflow: hidden;
    background: #357AE2;
}

#disclaimerHeader{
    top: 12%;
    color: #FCB540;
    left: 50%;
    width: 80%;
    position: absolute;
    transform: translate(-50%, -50%);
    z-index: 10;
    text-align: center;
    font-family: Helvetica Neue;
    font-style: normal;
    font-weight: bold;
    font-size: 21px;
    line-height: 132%;
}

#disclaimerContent::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
	border-radius: 10px;
	background-color: #4887e4;
}

#disclaimerContent::-webkit-scrollbar {
	width: 6px;
	background-color: transparent;
}

#disclaimerContent::-webkit-scrollbar-thumb {
	border-radius: 3px;
	-webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, .3);
	background-color: #F5821F;
}

#disclaimerContent:lang(en-US) { 
    overflow: scroll;
    overflow-y: auto;
    overflow-x: hidden;
    height: 65%;
    top: 50%;
    left: 50%;
    width: 80%;
    position: absolute;
    transform: translate(-50%, -50%);
    z-index: 10;
    text-align: left;
    color: #FFFFFF;
    font-family: Helvetica Neue;
    font-style: normal;
    font-weight: normal;
    font-size: 21px;
    line-height: 132%;
}

#disclaimerContent:lang(en) { 
    overflow: scroll;
    overflow-y: auto;
    overflow-x: hidden;
    height: 65%;
    top: 50%;
    left: 50%;
    width: 80%;
    position: absolute;
    transform: translate(-50%, -50%);
    z-index: 10;
    text-align: left;
    color: #FFFFFF;
    font-family: Helvetica Neue;
    font-style: normal;
    font-weight: normal;
    font-size: 21px;
    line-height: 132%;
}

#disclaimerContent:lang(ar-EG) { 
    direction: rtl;
    overflow: scroll;
    overflow-y: auto;
    overflow-x: hidden;
    height: 65%;
    top: 50%;
    left: 50%;
    width: 80%;
    position: absolute;
    transform: translate(-50%, -50%);
    z-index: 10;
    text-align: right;
    color: #FFFFFF;
    font-family: Helvetica Neue Arabic !important;
    font-style: normal;
    font-weight: normal;
    font-size: 21px;
    line-height: 132%;
}

#disclaimerContent:lang(ar) { 
    direction: rtl;
    overflow: scroll;
    overflow-y: auto;
    overflow-x: hidden;
    height: 65%;
    top: 50%;
    left: 50%;
    width: 80%;
    position: absolute;
    transform: translate(-50%, -50%);
    z-index: 10;
    text-align: right;
    color: #FFFFFF;
    font-family: Helvetica Neue Arabic !important;
    font-style: normal;
    font-weight: normal;
    font-size: 21px;
    line-height: 132%;
}


.banner_holderImage:lang(ar-EG) { 
      height: 100%;
    position:relative;
    background:   url("https://cibbot.com/cibBotWidget/images/coverImageAr.jpg")no-repeat;
    background-size: cover;
    background-position: center;
}

.banner_holderImage:lang(ar) { 
      height: 100%;
    position:relative;
    background:   url("https://cibbot.com/cibBotWidget/images/coverImageAr.jpg")no-repeat;
    background-size: cover;
    background-position: center;
}

.banner_holderImage:lang(en-US){
    height: 100%;
    position:relative;
    background:   url("https://cibbot.com/cibBotWidget/images/coverImage.jpg")no-repeat;
    background-size: cover;
    background-position: center;
}

.banner_holderImage:lang(en){
    height: 100%;
    position:relative;
    background:   url("https://cibbot.com/cibBotWidget/images/coverImage.jpg")no-repeat;
    background-size: cover;
    background-position: center;
}

#customBanner .closeIconBanner{
    background: url(https://cibbot.com/cibBotWidget/images/closeIconBanner.svg)no-repeat;
    z-index: 10;
    top: 12px;
    right: 20px !important;
    position: absolute;
    border: none;
    height: 20px;
    width: 15px;
    cursor: pointer;
	min-width: unset !important;
	padding: 0 !important;
}

#disclaimerBanner .closeIconBanner{
    background: url(https://cibbot.com/cibBotWidget/images/closeIconBanner.svg)no-repeat;
    z-index: 10;
    top: 20px;
    right: 25px !important;
    position: absolute;
    border: none;
    height: 20px;
    width: 15px;
    cursor: pointer;
	min-width: unset !important;
	padding: 0 !important;
}

.bannerTitle:lang(en-US){
    top: 72%;
    left: 50%;
    width: 80%;
    position: absolute;
    transform: translate(-50%, -50%);
    z-index: 10;
    text-align: center;
    color: #FFFFFF;
    font-style: normal;
    font-weight: normal;
    font-size: 21px;
}

.bannerTitle:lang(en){
    top: 72%;
    left: 50%;
    width: 80%;
    position: absolute;
    transform: translate(-50%, -50%);
    z-index: 10;
    text-align: center;
    color: #FFFFFF;
    font-style: normal;
    font-weight: normal;
    font-size: 21px;
}

.bannerTitle:lang(ar-EG){
    direction: rtl;
    top: 72%;
    left: 50%;
    width: 90%;
    position: absolute;
    transform: translate(-50%, -50%);
    z-index: 10;
    text-align: center;
    color: #FFFFFF;
    font-style: normal;
    font-weight: normal;
    font-size: 21px;
}

.bannerTitle:lang(ar){
    direction: rtl;
    top: 72%;
    left: 50%;
    width: 90%;
    position: absolute;
    transform: translate(-50%, -50%);
    z-index: 10;
    text-align: center;
    color: #FFFFFF;
    font-style: normal;
    font-weight: normal;
    font-size: 21px;
}

.startMessageHeader {
    border: 2px solid #F5821F;
    box-sizing: border-box;
    position: absolute;
    border-radius: 43px;
    top: 90%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    padding: 10px 30px;
}
.startMessageBanner {
    font: inherit;
    position: absolute;
    background: #F5821F;
    border-radius: 43px;
    border: none;
    top: 90%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    cursor: pointer;
    color: #ffffff;
    font-weight: bold;
    padding: 6px 24px;
}

.agreeMessageHeader {
    border: 2px solid #89BA40;
    box-sizing: border-box;
    position: absolute;
    border-radius: 43px;
    top: 90%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    padding: 10px 30px;
}
.agreeMessageBanner {
    font: inherit;
    position: absolute;
    background: #89BA40;
    border-radius: 43px;
    border: none;
    top: 90%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    cursor: pointer;
    color: #ffffff;
    font-weight: bold;
    padding: 6px 24px;
}
/*
.startMessageBanner:hover {
	background:linear-gradient(to bottom, #fb9e25 5%, #ffc477 100%);
	background-color:#fb9e25;
}
*/

#customBanner {
    width: 100%;
    height: 100%;
    display: flex;
    position: relative;
    flex-direction: column;
    border-radius: 10px;
    box-shadow: 0 0 12px rgba(0, 0, 0, .15);
    overflow: hidden;
    z-index: 2;
}

.readMeFirst{
    position: absolute;
    border-radius: 43px;
    top: 82%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    font-family: Helvetica Neue;
    font-style: normal;
    font-weight: bold;
    text-align: center;
    font-size: 15px;
    text-decoration-line: underline;
    color: #FCB540;
}

.readMeFirst:visited{
color: #FCB540!important;
}

.readMeFirst:hover{
color: #FCB540!important;
}

.readMeFirst:focus{
color: #FCB540!important;
}


.oda-chat-widget .modal { display: none; /* Hidden by default */ position: fixed; /* Stay in place */ z-index: 99999; /* Sit on top */ padding-top: 100px; /* Location of the box */ left: 0; top: 0; width: 100%; /* Full width */ height: 100%; /* Full height */ overflow: auto; /* Enable scroll if needed */ } 
/* Modal Content */ 
.oda-chat-widget .modal-content { border-radius: 30px; position: relative; background-color: #fefefe; margin: auto; padding: 0; width: 80%; box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19); -webkit-animation-name: animatetop; -webkit-animation-duration: 0.4s; animation-name: animatetop; animation-duration: 0.4s } 
/* Add Animation */ @-webkit-keyframes animatetop { from {top:-300px; opacity:0} to {top:0; opacity:1} } @keyframes animatetop { from {top:-300px; opacity:0} to {top:0; opacity:1} } 
.oda-chat-widget .modal-header {direction: rtl; padding: 2px 16px; background-color: rgb(249, 215, 54); color: white; } 
.oda-chat-widget .modal-body {padding: 2px 16px;} 
.oda-chat-widget .modal-footer { padding: 2px 16px; background-color: #5cb85c; color: white; }

/* The Close Button */
.closeRegexModal {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.closeRegexModal:hover,
.closeRegexModal:focus {
  color: rgb(0, 81, 165);
  text-decoration: none;
  cursor: pointer;
}
    
    
/* The Close Button */
.closeBlockModal {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.closeBlockModal:hover,
.closeBlockModal:focus {
  color: rgb(0, 81, 165);
  text-decoration: none;
  cursor: pointer;
}

.customFloatingBanner{display: inline-flex;}
.customFloatingBannerImageDiv{margin-right: 20px;margin-left: 20px;}
.errorIcon{width: 10px;}
.customFloatingBannerTextDiv{text-align: start;}
.customFloatingBannerFirstSpan{font-weight: bold;}
.customFloatingBannerSecondSpan{font-size: 12px;font-weight: 600;}

.oda-chat-button-icon {
    border-radius: 50%;
}

@media (max-height: 700px) and (min-width: 768px){
		.oda-chat-widget {
		width: 350px !important;
		height: 550px !important;
	}
}

@media (max-width:767px) {
	.oda-chat-wrapper {
		right: 10px !important;
		bottom: 20px !important;
	}
	.preloader{		
	right: 10px !important;	
	bottom: 20px !important;
	width: 48px;
    height: 48px;
	}

	.oda-chat-widget {
        width: 100% !important;
        height: 100% !important;
        right: 0 !important;
        left: 0 !important;
        top: 0 !important;
        bottom: 0 !important;
        max-height: 100% !important;
        position: fixed !important;
	}
    #customBanner{
        border-radius: 0 !important;
    }
	.oda-chat-button-icon {
		max-height: 48px;
		max-width: 48px;
	}
	
	.oda-chat-card-actions .oda-chat-action-postback{
		height: 50px;
	}
}

@media (min-width:768px) {
	.oda-chat-button {
		height: 56px;
		width: 56px;
	}
	.oda-chat-button-icon {
		max-height: 56px;
		max-width: 56px;
	}
}


.oda-fabs {
  bottom: 0;
  position: fixed;
  margin: 1em;
  right: 0;
  z-index: 998;
  
}

.oda-fab {
  display: block;
  width: 56px;
  height: 56px;
  text-align: center;
  color: white;
  color: white;
  margin: 25px auto 0;
  box-shadow: 0 0 4px rgba(0, 0, 0, .14), 0 4px 8px rgba(0, 0, 0, .28);
  cursor: pointer;
  -webkit-transition: all .1s ease-out;
  transition: all .1s ease-out;
  position: relative;
  z-index: 998;
  overflow: hidden;
  background: #f6811f;
  border-radius: 50% 50% 0px 50%;
}

.oda-fab > i {
  color: white;
  font-size: 2em;
  line-height: 55px;
  -webkit-transition: all .2s ease-out;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.oda-fab:not(:last-child) {
  width: 0;
  height: 0;
  margin: 20px auto 0;
  opacity: 0;
  visibility: hidden;
  line-height: 40px;
}

.oda-fab:not(:last-child) > i {
  font-size: 1.4em;
  line-height: 40px;
}
    
.oda-fab.oda-fab-is-visible{
         border-radius: 50% 0px 50% 50%;
    }    

.oda-fab:not(:last-child).oda-fab-is-visible {
  width: 40px;
  height: 40px;
  margin: 15px auto 10;
  opacity: 1;
  visibility: visible;
}

.oda-fab:nth-last-child(1) {
  -webkit-transition-delay: 25ms;
  transition-delay: 25ms;
}

.oda-fab:not(:last-child):nth-last-child(2) {
  -webkit-transition-delay: 20ms;
  transition-delay: 20ms;
}

.oda-fab:not(:last-child):nth-last-child(3) {
  -webkit-transition-delay: 40ms;
  transition-delay: 40ms;
}

.oda-fab:not(:last-child):nth-last-child(4) {
  -webkit-transition-delay: 60ms;
  transition-delay: 60ms;
}

.oda-fab:not(:last-child):nth-last-child(5) {
  -webkit-transition-delay: 80ms;
  transition-delay: 80ms;
}

.oda-fab(:last-child):active,
.oda-fab(:last-child):focus,
.oda-fab(:last-child):hover {
  box-shadow: 0 0 6px rgba(0, 0, 0, .16), 0 6px 12px rgba(0, 0, 0, .32);
}
/*Chatbox*/

.oda-fab-chat  {
	position: fixed;
    cursor: pointer;
    right: 14px;
    bottom: 80px;
    width: 290px;
    font-size: 12px;
    line-height: 22px;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    opacity: 0;
    box-shadow: 1px 1px 100px 2px rgb(0 0 0 / 22%);
    border-radius: 25px 25px 0px 25px;
    -webkit-transition: all .2s ease-out;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
	background: white;
}

.oda-chat_header {
    /* margin: 10px; */
    font-size: 13px;
    font-family: 'Roboto';
    font-weight: 500;
    color: #f3f3f3;
    height: 60px;
    background: #0061AF;
    /* padding-top: 8px; */
    /* margin-bottom: 10px; */
    border-radius: 20px 20px 0px 0px;
}

.oda-fab-chat.oda-fab-is-visible {
  opacity: 1;
  -webkit-animation: zoomIn .2s cubic-bezier(.42, 0, .58, 1);
  animation: zoomIn .2s cubic-bezier(.42, 0, .58, 1);
}

.oda-chat_option {
  font-size: 15px;
  list-style: none;
  position: relative;
  height: 100%;
  width: 100%;
  text-align: relative;
  letter-spacing: 0.5px;
  font-weight: 500
}


.oda-chat_option .bot_image{
    width: 60px;
    position: absolute;
    right: 50%;
    transform: translate(50%,-50%);
	border-radius: 100%;
}


.oda-fab-change_img img{
    width: 35px;
    margin: 0px 20px 0px 20px;
}

.oda-fab_field {
	width: 100%;
    height: 72px;
    display: inherit;
    background: #fff;
    border-radius: 25px 25px 0px 25px;

}

/*Element state*/

.oda-fab-is-active {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.oda-fab-is-float {
  box-shadow: 0 0 6px rgba(0, 0, 0, .16), 0 6px 12px rgba(0, 0, 0, .32);
}

.oda-fab-is-loading {
  display: block;
  -webkit-animation: load 1s cubic-bezier(0, .99, 1, 0.6) infinite;
  animation: load 1s cubic-bezier(0, .99, 1, 0.6) infinite;
}
/*Animation*/

@-webkit-keyframes zoomIn {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0.0;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0.0;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@-webkit-keyframes load {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0.0;
  }
  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes load {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0.0;
  }
  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
/* SMARTPHONES PORTRAIT */

@media only screen and (min-width: 300px) {
  .oda-fab-chat  {
    width: 290px;
  }
}
/* SMARTPHONES LANDSCAPE */

@media only screen and (min-width: 480px) {
  .oda-fab-chat  {
    width: 290px;
  }
  .oda-chat_field {
    width: 65%;
  }
}
/* TABLETS PORTRAIT */

@media only screen and (min-width: 768px) {
  .oda-fab-chat  {
    width: 290px;
  }
  .oda-chat_field {
    width: 65%;
  }
}
/* TABLET LANDSCAPE / DESKTOP */

@media only screen and (min-width: 1024px) {
  .oda-fab-chat  {
    width: 290px;
  }
  .oda-chat_field {
    width: 65%;
  }
}

.oda-fab-header_img{
}

.oda-fab-header_title:lang(ar) {
    font-family: HelveticaNeueLT Arabic\ 45,sans-serif;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 14px;
    position: absolute;
    top: 76%;
    right: 50%;
    transform: translate(50%,-50%);
}

.oda-fab-header_title:lang(ar-EG) {
    font-family: HelveticaNeueLT Arabic\ 45,sans-serif;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 14px;
    position: absolute;
    top: 76%;
    right: 50%;
    transform: translate(50%,-50%);
}

.oda-fab-header_title:lang(en) {
    font-family: Helvetica Neue,sans-serif;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 14px;
    position: absolute;
    top: 78%;
    right: 50%;
    transform: translate(50%,-50%);
}

.oda-fab-header_title:lang(en-US) {
    font-family: Helvetica Neue,sans-serif;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 14px;
    position: absolute;
    top: 78%;
    right: 50%;
    transform: translate(50%,-50%);
}

.oda-fab-field_title:lang(ar-EG){
	margin-left: 20px;
	margin-right: 20px;
    font-size: 14px;
    font-weight: bold;
    top: 10px;
    position: relative;
	direction: rtl;
}


.oda-fab-field_title:lang(ar){
	margin-left: 20px;
	margin-right: 20px;
    font-size: 14px;
    font-weight: bold;
    top: 10px;
    position: relative;
	direction: rtl;
}

.oda-fab-field_title:lang(en-US){
	margin-left: 20px;
	margin-right: 20px;
    font-size: 14px;
    font-weight: bold;
    top: 10px;
    position: relative;
	direction: ltr;
}

.oda-fab-field_title:lang(en){
	margin-left: 20px;
	margin-right: 20px;
    font-size: 14px;
    font-weight: bold;
    top: 10px;
    position: relative;
	direction: ltr;
}

.oda-fab-field_description:lang(ar-EG){
    margin-left: 20px;
	margin-right: 20px;
    font-size: 12px;
    font-weight: 300;
    position: relative;
    top: 12px;
	direction: rtl;
}

.oda-fab-field_description:lang(ar){
    margin-left: 20px;
	margin-right: 20px;
    font-size: 12px;
    font-weight: 300;
    position: relative;
    top: 12px;
	direction: rtl;
}

.oda-fab-field_description:lang(en-US){
    margin-left: 20px;
	margin-right: 20px;
    font-size: 12px;
    font-weight: 300;
    position: relative;
    top: 12px;
	direction: ltr;
}

.oda-fab-field_description:lang(en){
    margin-left: 20px;
	margin-right: 20px;
    font-size: 12px;
    font-weight: 300;
    position: relative;
    top: 12px;
	direction: ltr;
}


.bot_circle_wrapper{
    transform: translate(-50%,-50%);
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
	width: 80px; /* Set the size of the progress bar */
	height: 80px;
	clip: rect(0px, 80px, 80px, 40px); /* Hide half of the progress bar */
	position: absolute;
    right: 50%;
    transform: translate(50%,-50%);
}

/* Set the sizes of the elements that make up the progress bar */
.bot_circle {
    width: 64px;
    height: 64px;
    border: 5.59px solid #009de6;
    border-radius: 100%;
    position: absolute;
    clip: rect(0px, 38px, 80px, 0px);
    box-sizing: unset !important;
  }
/* Using the data attributes for the animation selectors. */
/* Base settings for all animated elements */
div[data-anim~=base] {
  -webkit-animation-iteration-count: 1;  /* Only run once */
  -webkit-animation-fill-mode: forwards; /* Hold the last keyframe */
  -webkit-animation-timing-function:linear; /* Linear animation */
}

.bot_circle_wrapper[data-anim~=wrapper] {
  -webkit-animation-duration: 0s; /* Complete keyframes asap */
  -webkit-animation-delay: 12.5s; /* Wait half of the animation */
  -webkit-animation-name: close-wrapper; /* Keyframes name */
}

.bot_circle[data-anim~=left] {
  -webkit-animation-duration: 25s; /* Full animation time */
  -webkit-animation-name: left-spin;
}

.bot_circle[data-anim~=right] {
  -webkit-animation-duration: 12.5s; /* Half animation time */
  -webkit-animation-name: right-spin;
}
/* Rotate the right side of the progress bar from 0 to 180 degrees */
@-webkit-keyframes right-spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(180deg);
  }
}
/* Rotate the left side of the progress bar from 0 to 360 degrees */
@-webkit-keyframes left-spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
/* Set the wrapper clip to auto, effectively removing the clip */
@-webkit-keyframes close-wrapper {
  to {
    clip: rect(auto, auto, auto, auto);
  }
}

.fa-comment-alt{
transform: scaleX(-1) scale(0.9,0.7);
}

.bot-emoji{
	width: 14px;
	height: 14px;
	margin-right: 4px;
}

.oda-bot-dot{
    height: 81px;
    width: 81px;
    border-radius: 50%;
    position: absolute;
    right: 50%;
    transform: translate(50%,-50%);
    background: #1961ae;
}


.oda-status-circle {
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background-color: #82BB51;
    border: 2px solid white;
    bottom: 146px;
    left: 158px;
    position: absolute;
    z-index: 1;
}
  
