@import url('https://fonts.googleapis.com/css?family=Open+Sans');

.slimScrollRail {
    right: 0 !important;
}



#chat_div .sfbody table,
#chat_div .sfbody table td,
#chat_div table th {
    border: 0;
    border-collapse: collapse;
}

#chat_div tbody {
    text-align: center;
    background: #f1f0f1;
}

#chat_div tbody tr {
    border: 0
}

#chat_div tbody :first-child {
    border-bottom: 1px solid #222222;
}

#chat_div tbody tr:nth-child(even) {
    background: #e3e6ef;
}

#chat_div tbody {
    border: 1px solid #22222285;
}

#send-msg.mic.record {
    background: url(/img/mic.svg);
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

#send-msg.mic.recording {
    background: url('/img/mic-infinity.gif');
    background-size: contain;
    background-size: cover;
    background-repeat: no-repeat;
    width: 75px;
    height: 75px;
    margin-top: -13px;
    right: -15px;
}

#send-msg.mic.recorder-loading {
    background: url('./voicechat/ajax-loader.gif');
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 50%;
}

#chat_div ol,
#chat_div ul,
#chat_div dir,
#chat_div menu,
#chat_div dd {
    margin-left: 0px;
    padding: 0 20px;
}

#chat_div ol {
    list-style-type: decimal;
}

#chat_div ol ul,
#chat_div ul ol,
#chat_div ul ul,
#chat_div ol ol {
    margin-top: 0;
    margin-bottom: 0
}



.action-elem a {
    text-decoration: none;
    color: inherit;
}


.ui-chatbox-msg-server ul {
    display: block;
    list-style-type: disc;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 40px;
}


span.sflistcontainer {
    display: block;
    padding: 10px 2px;
    display: inline-table;
}

span.sflist {
    display: block;
    margin-bottom: 10px;
    background-color: rgba(54, 127, 235, 0.1);
    background-color: #E3E6EF;
    border-radius: 5px;
    clear: both;
    padding: 5px;
    white-space: initial;
    clear: both;
    white-space: nowrap;
    border: solid 1px rgba(47, 97, 213, 0.3);
    position: relative;
}

span.sfheader {
    display: block;
    color: #1f1f1f;
    cursor: pointer;
    padding: 0px 3px;
    white-space: normal;
}

span.sfheader:after {
    content: "";
    background: url(/img/down.svg);
    background-position: left;
    background-repeat: no-repeat;
    border: 20px solid transparent;
    border-width: 0;
    border-right-width: 11px;
    float: right;
    height: 17px;
    vertical-align: top;
    top: 0;
    clear: both;
    position: absolute;
    top: 5px;
    right: 8px;
}

span.sfheader.active:after {
    -webkit-transform: rotateX(180deg);
            transform: rotateX(180deg);
}

span.sfbody {
    display: block;
}

span.sfbody {
    font-size: 14px;
    display: block;
    margin: 14px 0;
    white-space: normal;
    display: none;
}


.sf-auto-sugg {
    position: absolute;
    width: 100%;
    color: #eee;
    border-radius: 2px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.sf-sugg-ul {
    position: absolute;
    display: none;
    width: 97%;
    left: 1%;
    background: #fff;
    color: #000;
    bottom: -15px;
    list-style: none;
    padding: 10px 0px;
    -webkit-box-shadow: 0 -2px 6px 0 rgba(0, 0, 0, 0.06);
            box-shadow: 0 -2px 6px 0 rgba(0, 0, 0, 0.06);
    z-index: 8;
    border-radius: 15px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

ul.sf-sugg-ul li:before {
    content: "";
    background: url(/img/search.svg);
    background-size: cover;
    background-repeat: no-repeat;
    border: 20px solid transparent;
    border-width: 0;
    border-right-width: 20px;
}

.sf-sugg-ul li {
    border-bottom: 0.8px solid #f0f0f0;
    padding: 10px 6px;
    font-size: 12px;
    color: #3c3131;
    width: 90%;
    margin: auto;
}

.sf-sugg-ul li:first-child {
}

.sf-sugg-ul li:last-child {
    border-bottom: 0;
}

.sf-fake-input {
    border: none;
    padding: 0px;
    margin: 0px;
    height: auto;
    width: 100%;
    position: absolute;
    z-index: 1;
    background-color: #fff;
    left: 0px;
}

.sf-original-input {
    border: none !important;
    padding: 0px !important;
    margin: 0px;
    height: auto !important;
    width: 100% !important;
    background: transparent !important;
    position: absolute;
    z-index: 6;
    left: 0px;
    outline: none !important;
}

.ui-chatbox-input {
    position: relative;
    height: 30px;
}

.sf-li-selected {
    background: #f1f0f1;
}

#textfeedback {
    display: none;
    position: absolute;
    background: #f5f5f5;
    padding: 0;
    bottom: 1px;
    z-index: 9;
    width: 100%;
    height: 34px;
    padding: 3px 5%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

#textfeedback>input {
    border: 0;
    outline: 0;
    width: 64%;
    color: #000;
    border-bottom: 1px solid #ddd;
    background: transparent;
    padding: 5px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 0;
}

#textfeedback>input::-webkit-input-placeholder {
    color: #707070 !important;
    opacity: 1;
}

#textfeedback>input::-moz-placeholder {
    color: #707070 !important;
    opacity: 1;
}

#textfeedback>input:-ms-input-placeholder {
    color: #707070 !important;
    opacity: 1;
}

#textfeedback>input:-moz-placeholder {
    color: #707070 !important;
    opacity: 1;
}

#textfeedback>p {
    margin-top: 2px;
    margin-bottom: 5px;
    font-size: 13px;
}

#textfeedback #closeFeedback {
    color: #909090;
}

#textfeedback button {
    color: #367feb;
    background-color: transparent;
    border: 0;
    outline: 0;
    border-radius: 3px;
    cursor: pointer;
    font-size: 13.5px;
    letter-spacing: -0.2px;
}

#star-rating {
    font-size: 0;
    white-space: nowrap;
    display: inline-block;
    width: 60px;
    height: 12px;
    overflow: hidden;
    position: relative;
    background: url('/img/star.png');
    background-size: contain;
}

#star-rating-full {
    opacity: 1;
    display: inline-block;
    position: relative;
    left: -60px;
    height: 12px;
    width: 0;
    z-index: 1;
    background-size: contain;
}

input[name="rating"] {
    -moz-appearance: none;
    -webkit-appearance: none;
    opacity: 0;
    display: inline-block;
    width: 20%;
    height: 100%;
    margin: 0;
    padding: 0;
    z-index: 2;
    position: relative;
    cursor: pointer;
}

#chatTogglerDiv {
    width: 46px;
    height: 46px;
    position: fixed;
    bottom: 72px;
    right: 70px;
    border: 0;
    z-index: 99;
    border-radius: 50%;
    cursor: pointer;
}

#chatTogglerImg {
    margin-left: 32px;
    margin-top: 17px;
    margin-bottom: 3px;
    width: 150px;
    border-radius: 50%;
    max-width: none;
}

#chatTogglerDiv > span {
    font-family: 'Open Sans', sans-serif;    
    display: block;
    text-anchor: middle;
    text-align: center;
    color: #F3FAFD;
    font-weight: 900;
    font-size: 13px;
    position: relative;
    top: 2px;
}

.thinkingGif.ui-chatbox-msg-server {
    display: block;
    background: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
}

.thinkingGif>img {
    height: 40px;
    padding: 12px;
    border-radius: 12px;
    margin-left: -8px;
    margin-top: -2px;
}



.ui-chatbox {
    font-family: 'Open Sans', sans-serif;
    color: #3e3e3e;
    position: fixed;
    bottom: 10px;
    padding-top: 0;
    text-rendering: optimizeSpeed;
    padding-left: 0 !important;
    font-size: 15px;
    z-index: 999;
    padding-top: 2px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}

.ui-chatbox a {
    color: #299de8;
}

.ui-chatbox-titlebar {
    height: 50px;
    background: rgb(37, 112, 215);
    color: white;
    padding-left: 3%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: none;
    vertical-align: middle;
    position: relative;
    bottom: 0px;
    border-radius: 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    padding: 0 5%;
    border: 1px solid #dfdfdf;
    border-bottom: 0;

}

.ui-chatbox-titlebar.raw {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#2671d8), color-stop(98.7%, #1f66ca), color-stop(98.7%, rgba(26, 89, 177, 224)), color-stop(99.5%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(#2671d8, #1f66ca 98.7%, rgba(26, 89, 177, 224) 98.7%, rgba(0, 0, 0, 0) 99.5%, rgba(0, 0, 0, 0));
}

.ui-chatbox-titlebar>span {
    vertical-align: sub;
    margin-left: 41px;
    font-size: 16px;
    font-weight: 600;
    line-height: 52px;
}

.torso.title-torso {
    width: 26px;
    height: 26px;
    background: url(/img/casual.png);
    background-size: cover;
    margin-top: 9px;
}

.torso {
    width: 26px;
    height: 26px;
    position: absolute;
    background: #025296;
    border-radius: 50%;
    top: 4px;
}

.torso.torso-server {
    left: -18%;
    top: 18%;
    background: url(.//logo-2.png);
}

.torso.torso-user {
    right: -50px;
    top: 2px;
    background: url('.//Chat-Window-Assets-Customer-Profile-Default.png');
}

.sf-demobtn {
    background: #3674bc;
    border: 0;
    padding: 5px 10px;
    border-radius: 3px;
    outline-radius: 3px;

}

.sf-demobtn a {
    color: #fff;
    text-decoration: none;
}

.ui-chatbox-content {
    padding: 0px;
    margin: 0px;
    border-radius: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background: #fff;
    border: 1px solid #bfbfbf;
    border-top: none;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom: 0;
}

.welcome-header {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#2671d8), color-stop(98.7%, #1f66ca), color-stop(98.7%, rgba(26, 89, 177, 224)), color-stop(99.5%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(#2671d8, #1f66ca 98.7%, rgba(26, 89, 177, 224) 98.7%, rgba(0, 0, 0, 0) 99.5%, rgba(0, 0, 0, 0));    
    height: 70px;   
    color: #fff;
    padding: 15px 20px;
    padding-top: 0px;
    margin-bottom: 10px;    
    width: 100%;
    -webkit-box-sizing: border-box !important;
            box-sizing: border-box !important;
}

.welcome-name {
    font-size: 22px;
}

.welcome-body {
    width: 100%;
    margin: 0;
    margin-top: 5px;
    padding: 0;
    padding-bottom: 0;
    font-size: 1em;
    line-height: normal !important;
}

#chat_div .owl-wrapper {
    position: relative;
}

#owl-eva-welcome-header {
    position: relative;
    top: 5px;
    left: -4px;
    z-index: 0;
}

#owl-eva-welcome-header .owl-wrapper-outer {
    overflow: visible;
}

.carousel-block .owl-wrapper-outer {
    overflow: hidden;
}

#owl-eva-welcome-header.owl-carousel .owl-item .img,
.carousel-block .owl-carousel .owl-item .img {
    display: block;
    height: 160px;
    margin: auto;
    border-radius: 4px;
    margin-top: 5px;
    background-size: cover;
    background-repeat: no-repeat;
}



#owl-eva-welcome-header .owl-controls,
.carousel-block .owl-controls {
    width: 100%;
    top: 50%;
    margin-top: -25px;
    height: 1px;
    position: initial !important;
}

#owl-eva-welcome-header .owl-controls .owl-buttons .owl-prev,
.carousel-block .owl-controls .owl-buttons .owl-prev {
    background: url(/img/next.svg) no-repeat;
    left: -29px;
    position: absolute;
    text-indent: -9999px;
    top: 75px;
    width: 49px;
    height: 49px;
    z-index: 9;
    margin: 0;
    padding: 0;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    cursor: pointer;
    border-radius: 0;
}

#owl-eva-welcome-header .owl-controls .owl-buttons .owl-next,
.carousel-block .owl-controls .owl-buttons .owl-next {
    background: url(/img/next.svg) no-repeat;
    right: -29px;
    position: absolute;
    text-indent: -9999px;
    top: 75px;
    width: 49px;
    height: 49px;
    z-index: 9;
    margin: 0;
    padding: 0;
    cursor: pointer;
    border-radius: 0;
}

.carousel-block .owl-controls .owl-buttons .owl-prev,
.carousel-block .owl-controls .owl-buttons .owl-next {
    top: 100px;
}

#owl-eva-welcome-header.owl-carousel .owl-item,
.carousel-block .owl-carousel .owl-item {
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: start;
    cursor: pointer;
}

#chat_div .owl-item.active div .img {
    width: 100% !important;
    height: 180px;
    margin-top: 0 !important;
}

#chat_div .small-image .owl-item .img {
    background-position: center;
    width: 70px !important;
    height: 70px !important;
}

#chat_div .small-image .owl-item .sf-item-desc ul {
    margin-left: auto;
    display: inline-block;
    margin-right: auto;
    padding: 0;
    max-width: 60%;
}

#owl-eva-welcome-header .owl-next.disabled,
#owl-eva-welcome-header .owl-prev.disabled,
.carousel-block .owl-next.disabled,
.carousel-block .owl-prev.disabled {
    opacity: 0.6;
    cursor: not-allowed !important;
}

#owl-eva-welcome-header.owl-theme .owl-controls,
.carousel-block .owl-theme .owl-controls {
    margin-top: 0;
    text-align: center;
}

#owl-eva-welcome-header.owl-theme .owl-controls .owl-page,
.carousel-block .owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
    *display: inline;
    cursor: pointer;
    margin-top: -3px;
}

#owl-eva-welcome-header.owl-theme .owl-controls .owl-page span,
.carousel-block .owl-theme .owl-controls .owl-page span {
    display: block;
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    border-radius: 20px;
    background: #e9e9e9;
}

.carousel-block .owl-theme .owl-controls .owl-page span {
    background: #818181;
}

.carousel-block {
}

#chat_div .carousel-block .owl-carousel {
    margin-top: 5px;
    position: initial;
}

#chat_div .carousel-block .owl-item .img {
    background-size: contain;
}

#chat_div .carousel-block .owl-item {
    background-size: contain;
    margin-bottom: 15px;
    text-align: center;
}

#owl-eva-welcome-header.owl-theme .owl-controls .owl-page.active span,
#owl-eva-welcome-header.owl-theme .owl-controls.clickable .owl-page:hover span,
.carousel-block .owl-theme .owl-controls .owl-page.active span,
.carousel-block .owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #2889d9;
}


.sf-item-desc {
    position: absolute;
    bottom: 0;
    padding: 14px;
    width: 90%;
    left: 3%;
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;

    bottom: 10px;
    padding: 12px;

}

.sf-item-desc a {
    color: #fff;
    text-decoration: none;
}

.carousel-block .sf-item-desc a {
    color: white;
    text-decoration: none;
    border-radius: 25px;
    padding: 10px 20px;
    border: 1px solid white;
    background: dodgerblue;
    display: inline-block;
    margin: 10px 0;
}

.carousel-block .owl-item>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.carousel-block .sf-item-desc {
    color: black;
    padding: 0;
    position: initial;
    width: initial;
    text-align: center;
}

.carousel-block .sf-item-desc ul {
    text-align: left;
}

#chat_div .apply-now::after {
    content: "";
    background: url(/img/apply_arrow.svg);
    background-size: cover;
    background-repeat: no-repeat;
    border: 14px solid transparent;
    border-width: 0;
    border-right-width: 20px;
    margin-left: 8px;
}

.welcome-footer {
    color: #222;
    margin-top: 37px;
}

.ui-chatbox-log {
    overflow-y: auto;
    overflow-x: hidden;
    background-size: 350px 100%;
    background-repeat: no-repeat;
    border: none;
    color: #0d0925;
    font-size: 13px;
    letter-spacing: -0.2px;
}

.ui-chatbox-input {
    overflow: hidden;
    background: #ffffff;
    max-width: none !important;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 0 2px 0;
    opacity: 1;
    height: 47px;
    border-top: 1px solid #dfdfdf;
    margin-bottom: 0;

}

.ui-chatbox-input-box {
    padding-left: 26px !important;
    font-size: 14px !important;
    height: 47px !important;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: #000;
    outline: 0;
    width: calc(100% - 50px) !important;
    /*border-right: 1px solid #dfdfdf !important;*/
    border-radius: 0 !important;
}

input::-webkit-input-placeholder {
    color: #9E9E9E !important;
    opacity: 1;
}

input::-moz-placeholder {
    color: #9E9E9E !important;
    opacity: 1;
}

input:-ms-input-placeholder {
    color: #9E9E9E !important;
    opacity: 1;
}

input:-moz-placeholder {
    color: #9E9E9E !important;
    opacity: 1;
}

.ui-chatbox-icon {
    float: right;
    padding: 2px;
    height: 1px;
    width: 1px;
}

.ui-chatbox-input-focus {
    border-color: #F5D7E1;
}

.ui-chatbox-msg-server span {
    -moz-user-select: text;
    -webkit-user-select: element;
    -ms-user-select: text;
    user-select: text;
}

.msg-server-outer {
    position: relative;
    white-space: nowrap;
    max-width: 90%;
    margin-top: 20px;
    margin-left: 4.5%;
    float: left;
    clear: both;

    /*overflow-x: scroll;
    height: 376px;
    padding-bottom: 30px;
    padding-right: 20px;*/
}

.ui-chatbox-msg-server {
    padding: 12px;
    border-radius: 15px;
    border-bottom-left-radius: 3px;
    background-color: #f1f0f0;
    clear: both;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}

.msg-user-outer {
    max-width: 70%;
    white-space: nowrap;
    /*margin-top: 20px;*/
    margin-right: 5%;
    /*margin-bottom: 20px;*/
    float: right;
    clear: both;
}

.ui-chatbox-msg-user {
    padding: 8px 12px;
    padding: 12px;
    background-color: #e1e9f9;
    opacity: 1.0;
    clear: both;
    color: black;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    border-radius: 15px;
    border-bottom-right-radius: 3px;
}

.time-stamp {
    color: #828282;
    font-size: 10px;
    white-space: nowrap;
    margin-top: 7px;
    margin-right: 3.5%;
}

.time-stamp img {
    cursor: pointer;
    width: 42px;
}

.ui-chatbox-msg-user .time-stamp {
    float: right;
    right: -10px;
}

.ui-chatbox-msg-server .time-stamp {
    bottom: -31px;
    left: -10px;
}

.sf-bottom-bar {
    height: 22px;
    background: #244169;
    font-size: 14px;
    color: #000;
    padding: 0 10px;
    height: 34px;
    background-color: #f5f5f5;
    border: solid 1px #dfdfdf;
    border-bottom: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.bottom-l {
    display: inline-block;
    width: 58%;
    width: 100%;
    vertical-align: middle;
    padding: 8px 3%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.bottom-l>b {
    position: relative;
    bottom: 2px;
    right: 2px;
    display: inline-block;
    font-weight: normal;
}

.bottom-l span {
    cursor: pointer;
}

.tandc {
    height: 20px;
    line-height: 26px;
}

.bottom-r {
    display: inline-block;
    width: 40%;
    text-align: right;
    font-size: 0.9em;
    line-height: 2.6em;
}

.bottom-r>span {
    font-weight: 600;
    font-size: 11px;
    padding: 1px 2px;
}

.btn-wrapper {
    position: relative;
    z-index: 9 !important;
}

.input-btns {
    position: absolute;
    width: 28px;
    height: 26px;
    right: 12px;
    margin-top: 12px;
    cursor: pointer;
}

#feedback-info {
    position: absolute;
    width: 28px;
    height: 26px;
    left: 14px;
    margin-top: 15px;
    cursor: pointer;
    background: url(/img/info.svg);
    background-size: cover;
    width: 22px;
    height: 22px;
}

.feedback-wrapper {
    position: absolute;
    display: none;
    width: 96%;
    color: #000;
    letter-spacing: -0.2px;
    left: 2%;
    bottom: 50px;
    border-radius: 15px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    padding: 2px 12px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-shadow: 0 -2px 6px 0 rgba(0, 0, 0, 0.15);
            box-shadow: 0 -2px 6px 0 rgba(0, 0, 0, 0.15);
    background-color: #fff;
}

span.sf-yes-no {
    float: right;
    font-size: 12px;
}

.feed-yes {
    margin: 0 18px;
}

.sf-feed {
    padding: 14px 0;
    cursor: pointer;
}

.sf-feed b {
    width: 20px;
    height: 20px;
    display: inline-block;
    background-size: cover;
    vertical-align: bottom;
    margin: 0 10px;
    color: #0d0925;
}

.feed-yes b {
    background: url(/img/yes.svg);
    background-size: cover;
}

.feed-no b {
    background: url(/img/no.svg);
    background-size: cover;
}

.feed-yes.active {
    color: #0ec265;
}

.feed-no.active {
    color: #e21f1f;
}

.feed-yes.active b {
    background: url(/img/yes-filled.svg);
    background-size: cover;
}

.feed-no.active b {
    background: url(/img/no-filled.svg);
    background-size: cover;
}

#feedback-info.active {
    background: url(/img/info-filled.svg);
    background-size: cover;
}

#attach-msg {
    margin-right: 2px;
}

.sf-offers-roll {
    display: none;
    position: absolute;
    padding-bottom: 200px;
    overflow: auto;
    background: #fff;
    z-index: 10;
    width: 99%;
    padding: 5%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    background: rgb(255, 255, 255);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(255, 255, 255, 1)), color-stop(97%, rgba(246, 246, 246, 1)), color-stop(98%, rgba(246, 246, 246, 1)), to(rgba(255, 255, 255, 1)));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 60%, rgba(246, 246, 246, 1) 97%, rgba(246, 246, 246, 1) 98%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
}

.sf_offers_card {
    display: block !important;
    width: 105%;
    -webkit-box-shadow: 1px 3px 15px 0px rgba(0, 0, 0, 0.22);
            box-shadow: 1px 3px 15px 0px rgba(0, 0, 0, 0.22);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 20px;
    margin-top: -14px;
}

.sf_offers_card .sf-each-offer {
    width: 45%;
    display: inline-block;
    overflow: hidden;
    margin-top: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0;
}

.sf_offers_card .sf-each-offer .sf-offers-icon {
    display: block;
    width: 100%;
    margin: auto;
    background-size: 100%;
}

.sf-each-offer {
    border-radius: 5px;
    background-color: #ffffff;
    -webkit-box-shadow: 1px 3px 35px 0px rgba(0, 0, 0, 0.22);
            box-shadow: 1px 3px 35px 0px rgba(0, 0, 0, 0.22);
    padding: 15px;
    margin-top: 15px;
}

.sf-each-offer:nth-child(n+6) {
    opacity: 0.5;
}

.sf-offers-icon {
    display: inline-block;
    width: 80px;
    vertical-align: top;
    margin-right: 10px;
    height: 80px;
    border-radius: 4px;
    background-size: 125%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}


.sf-back-to-chat-outer {
    padding: 24px;
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 63px;
}

.sf-back-to-chat {
    border-radius: 20.5px;
    background-image: linear-gradient(103deg, #61b3ff, #448aff);
    -webkit-box-shadow: 0 2px 25px 0 rgba(183, 183, 183, 0.5);
            box-shadow: 0 2px 25px 0 rgba(183, 183, 183, 0.5);
    text-align: center;
    padding: 14px;
    border: 0;
    color: #fff;
    position: fixed;
    bottom: 40px;
    cursor: pointer;
    font-size: 15px;
    padding: 13px 40px;
}

.title-btns {
    display: inline-block;
    width: 30px;
    height: 100%;
    cursor: pointer;
    margin-right: 5px;
    background-repeat: no-repeat !important;
    padding: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.title-btn-wrapper {
    display: inline-block;
    position: absolute;
    vertical-align: middle;
    right: 4px;
    height: 100%;
}

::-webkit-input-placeholder {
    color: #cacaca;
}

:-moz-placeholder {
    color: #cacaca;
}

::-moz-placeholder {
    color: #cacaca;
}

:-ms-input-placeholder {
    color: #cacaca;
}

.audio-mute {
    background: url('/img/Chat-Window-Assets-Voice-Answer-Off.png');
    background-position: 50% 50%;
}

.title-notification {
    background: url('/img/notification.svg');
    background-position: 50% 50%;
}

.title-offers {
    background: url('/img/offers.svg');
    background-position: 50% 50%;
    position: relative;
}

.offers-notification {
    position: absolute;
    width: 8px;
    height: 8px;
    background: #df2626;
    border-radius: 50%;
    right: 5px;
    top: 15px;
}

.minimize-minus {
    background: url('/img/cross.svg');
    background-position: 50% 50%;
}

.minimize-refresh {
    background: url('/img/icon_refresh.png');
    background-position: 50% 50%;
    background-size: 55%;
}

.minimize-arrow-upright {
    background: url('/img/arrow-up.png');
    background-position: 50% 50%;
}

.minimize-arrow-downleft {
    background: url('/img/arrow-down.svg');
    background-position: 50% 50%;
}

#attach-msg {
    background: url('/img/Chat-Window-Assets-Attach-File.png');
    background-position: 50% 50%;
}

#send-msg {
    background: url(/img/mic.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

#send-msg.istyping {
    background: url('/img/send.svg');
    background-size: cover;
}

#send-msg {
    width: 22px;
    height: 22px;
}

.slimScrollDiv {
    background: #fff;
}

.disamb {
    top: 40px;
    width: 100%;
    margin-top: 25px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 12px;
    padding: 5px 10px;
    padding-left: 0;
    margin-bottom: 5px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom: solid 1px #dfdfdf;
}

.disamb-header {
    display: block;
    padding-bottom: 2px;
    font-size: 14px;
    margin-bottom: 8px;
    font-weight: 600;
}

.disamb-elem {
    display: block;
    padding: 5px 6px;
    padding-left: 0;
    font-size: 13px;
    white-space: normal;
}

.disamb-elem::before {
    content: "";
    background: url(/img/search.svg);
    background-size: auto;
    background-position: 2px;
    background-repeat: no-repeat;
    border: 16px solid transparent;
    border-width: 0;
    border-right-width: 20px;
    vertical-align: top;
}

.disamb-elem-search-icon {
    margin-right: 5px;
    height: 100%;
    vertical-align: top;
    margin-top: 3px;
}

.disamb-elem>a {
    color: #299de8;
    width: 90%;
    display: inline-block;
}

.disamb>.time-stamp {
    left: -5px;
    width: calc(100% + 10px);
    bottom: -23px;
}

.disamb .time-stamp>span>span {
    margin-right: 0 !important;
}

.optionsDiv {
    width: 95%;
    margin-bottom: 0;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    margin-top: 0;
}

.action {
    margin-top: 0;
    background: #fff;
    top: 80px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0.5em 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start
}


.action-elem {
    border-radius: 4px;
    border: solid 1px #ababab;
    padding: 5px 10px;
    margin-right: 7px;
    font-size: 11px;
    /*color: #344548;*/
    display: inline-block;
    margin-bottom: 10px;
    cursor: pointer;
    color: #3674bc;
}

.action-elem:hover {
    background: #3674bc;
    color: #fff;
    border-radius: 3px;    
}

@-webkit-keyframes hoverAnimation {
    from {
        background-color: transparent;
    }

    to {
        background-color: #1e70ba;
    }
}

@keyframes hoverAnimation {
    from {
        background-color: transparent;
    }

    to {
        background-color: #1e70ba;
    }
}

@media only screen and (max-width: 768px) {
    .ui-chatbox {
        width: 100% !important;
    }

    .ui-chatbox-log {
        width: 100% !important;
    }

    .ui-chatbox-titlebar {
        width: 100% !important;
    }

    #chatTogglerDiv {
        width: 60px;
        height: 80px;
    }

    #chatTogglerImg {
        margin-left: 13px;
        width: 120px;
    }

    #chatTogglerDiv>span {
        font-size: 12px;
    }

    #textfeedback>input {
        width: 50%;
        font-size: 10px;
    }

}

@media only screen and (max-width: 920px) {

    #textfeedback>input {
        width: 50%;
        font-size: 10px;
    }

    .ui-chatbox {
        width: 100% !important;
    }

    .ui-chatbox-log {
        width: 100% !important;
    }

    .ui-chatbox-titlebar {
        width: 100% !important;
    }

    #chatTogglerDiv {
        width: 80px;
        height: 80px;
    }

    #chatTogglerImg {
        margin-left: 13px;
        width: 140px;
    }

    #chatTogglerDiv>span {
        font-size: 12px;
    }

}

.ui-chatbox .exit-modal {
    position: absolute;
    z-index: 10000;
    top: 0;
    left: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.ui-chatbox .exit-modal.is-visible {
    visibility: visible;
}

.ui-chatbox .modal-overlay {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.85);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s linear 0.3s, opacity 0.3s;
    transition: visibility 0s linear 0.3s, opacity 0.3s;
}

.ui-chatbox .exit-modal.is-visible .modal-overlay {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.ui-chatbox .modal-wrapper {
    position: absolute;
    z-index: 9999;
    margin: 0 auto;
    width: 80%;
    top: 33%;
    left: 10%;
    padding: 10px 0;
    background-color: #fff;
    -webkit-box-shadow: 0 0 1.5em hsla(0, 0%, 0%, 0.35);
    box-shadow: 0 0 1.5em hsla(0, 0%, 0%, 0.35);
}

.ui-chatbox .modal-transition {
    -webkit-transition: all 0.3s 0.12s;
    transition: all 0.3s 0.12s;
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
    opacity: 0;
}

.ui-chatbox .exit-modal.is-visible .modal-transition {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.ui-chatbox .modal-content {
    padding: 1em;
}

.ui-chatbox .modal-header {
    position: relative;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 2px hsla(0, 0%, 0%, 0.06);
    box-shadow: 0 1px 2px hsla(0, 0%, 0%, 0.06);
    border-bottom: 1px solid #e8e8e8;
}

.ui-chatbox .modal-close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 1em;
    color: #aaa;
    background: none;
    border: 0;
}

.ui-chatbox .modal-close:hover {
    color: #777;
}

.ui-chatbox .modal-heading {
    font-size: 14px;
    font-size: 1.225em;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ui-chatbox .modal-body {
    text-align: center;
    font-size: 14px;
    color: #666;
}

.ui-chatbox .modal-content>*:first-child {
    margin-top: 0;
}

.ui-chatbox .modal-content>*:last-child {
    margin-bottom: 0;
}

.ui-chatbox .exit-icon {
    z-index: 3;
    padding: 10px;
}

.ui-chatbox .confirm-btn {
    width: 70%;
    color: #fff;
    list-style: none;
    display: inline-block;
    padding: 11px 16px;
    font-size: 14px;
    background: rgb(37, 112, 215);
    border-radius: 5px !important;
    outline: none;
    border: none;
    cursor: pointer;
}

.ui-chatbox .cancel-btn {
    width: 70%;
    margin-top: 10px;
    color: white;
    list-style: none;
    display: inline-block;
    padding: 11px 16px;
    font-size: 14px;
    border: none;
    border-radius: 5px !important;
    background: #666;
    outline: none;
    cursor: pointer;
}

#chat_div ul.cards-cmp-block {
    padding: 10px 0px;
    list-style: none;
}

.cards-cmp-block li {
    padding: 0;
    border-bottom: 1px solid rgb(149, 149, 149, 0.5);
}

.cards-cmp-block li:last-child {
    border: 0;
}

.cards-cmp-block li .trigger-div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.27;
    color: #333333;
    padding: 15px;
    cursor: pointer;
}

.cards-cmp-block li .cmp-content {
    padding: 0 25px 15px;
}

.cards-cmp-block li:not(:first-child) .cmp-content {
    display: none;
}

.cards-cmp-block li .cmp-content .card-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.cards-cmp-block li .cmp-content .card-details img {
    max-height: 45px;
}

.cards-cmp-block li .cmp-content .card-details>div {
    margin-left: 12px;
}

.cards-cmp-block li .cmp-content .card-details .card-name {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
    color: #333333;
}

.cards-cmp-block li .cmp-content .card-details span a {
    font-size: 11px;
    font-weight: bold;
    line-height: 1.73;
    color: #245bc3;
    text-decoration: none;
    text-transform: uppercase;
}

.cards-cmp-block li .cmp-content .content-text {
    font-size: 14px;
    line-height: 1.36;
    color: #666666;
    margin: 10px 0;
}

.cards-cmp-block li .cmp-content .content-text:last-child {
    margin-bottom: 0;
}

#chat_div .ui-chatbox-msg-server.contains-cmp-block {
    padding: 0;
    background: white;
    -webkit-box-shadow: -2.6px 1.5px 24px 0 rgba(0, 0, 0, 0.06);
            box-shadow: -2.6px 1.5px 24px 0 rgba(0, 0, 0, 0.06);
}
