/*robodesk frontend css */

#fabs h1,
#fabs h3,
#fabs h2,
#fabs h4,
#fabs h5,
#fabs h6 {
    font-family: inherit;
    margin-top: 10px;
    margin-bottom: 10px;
    clear: inherit;
}

#fabs h1 {
    font-size: 32px;
}

#fabs h2 {
    font-size: 26px;
}

#fabs h3 {
    font-size: 22px;
}

#fabs h4 {
    font-size: 18px;
}

#fabs h5 {
    font-size: 16px;
}

#fabs h6 {
    font-size: 16px;
}

#fabs p {
    font-size: 14px;
}

#fabs li {
    font-size: 15px;
}

#fabs,
#fabs span {
    font-family: inherit;
    font-size: 14px;
    color: #666;
    margin: 0 0 10px;
}

#fabs pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857;
    word-break: break-all;
    word-wrap: break-word;
    color: #333333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}

#fabs a {
    color: #3386ef;
}

.fabs {
    bottom: 0;
    position: fixed;
    margin: 1em;
    /* right: 0;*/
    z-index: 998;
}

#prime {
    display: block;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    text-align: center;
    color: #f0f0f0;
    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: #0092D1;
}

#prime>i {
    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;
}

#prime:not(:last-child) {
    width: 0;
    height: 0;
    margin: 20px auto 0;
    opacity: 0;
    visibility: hidden;
    line-height: 40px;
}

#prime:not(:last-child)>i {
    font-size: 1.4em;
    line-height: 40px;
}

#prime:not(:last-child).is-visible {
    width: 40px;
    height: 40px;
    margin: 15px auto 10;
    opacity: 1;
    visibility: visible;
}

#prime:nth-last-child(1) {
    -webkit-transition-delay: 25ms;
    transition-delay: 25ms;
}

#prime:not(:last-child):nth-last-child(2) {
    -webkit-transition-delay: 20ms;
    transition-delay: 20ms;
}

#prime:not(:last-child):nth-last-child(3) {
    -webkit-transition-delay: 40ms;
    transition-delay: 40ms;
}

#prime:not(:last-child):nth-last-child(4) {
    -webkit-transition-delay: 60ms;
    transition-delay: 60ms;
}

#prime:not(:last-child):nth-last-child(5) {
    -webkit-transition-delay: 80ms;
    transition-delay: 80ms;
}

#prime:last-child:active,
#prime:last-child:focus,
#prime:last-child:hover {
    box-shadow: 0 0 6px rgba(0, 0, 0, .16), 0 6px 12px rgba(0, 0, 0, .32);
}

.faq-right-bottom {
    bottom: 0;
    right: 0px;
}

.faq-left-bottom {
    bottom: 0;
    left: 0px;
}

.faq-right-top {
    top: 0;
    right: 0px;
}

.faq-left-top {
    top: 0;
    left: 0px;
}

.faq-right-center {
    top: calc(50% - 26px);
    right: 0;
}

.faq-left-center {
    top: calc(50% - 26px);
    left: 0;
}

.faq-right-center .chat {
    top: auto;
    right: 85px;
    bottom: auto;
    transform: translateY(-45%);
    transition: all 0.5s ease;
}

.faq-left-center .chat {
    top: auto;
    left: 85px;
    bottom: auto;
    transform: translateY(-45%);
    transition: all 0.5s ease;
}

.faq-left-bottom .chat {
    left: 85px;
}

.faq-right-top .chat {
    top: 45px;
    bottom: auto;
}

.faq-left-top .chat {
    top: 45px;
    left: 85px;
    bottom: auto;
}


/*Chatbox*/

.chat {
    position: fixed;
    right: 85px;
    bottom: 20px;
    width: 400px;
    font-size: 12px;
    line-height: 22px;
    font-family: inherit;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    opacity: 0;
    box-shadow: 1px 1px 100px 2px rgba(0, 0, 0, 0.22);
    border-radius: 10px;
    -webkit-transition: all .2s ease-out;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.chat_fullscreen {
    position: fixed;
    right: 0px;
    bottom: 0px;
    top: 0px;
}

.chat_header {
    /* margin: 10px; */
    font-size: 13px;
    font-family: inherit;
    font-weight: 500;
    color: #f3f3f3;
    height: 55px;
    background: #0092D1;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding-top: 8px;
}

.chat_header2 {
    /* margin: 10px; */
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.chat_header .span {
    float: right;
}

.chat_fullscreen_loader {
    display: none;
    float: right;
    cursor: pointer;
    /* margin: 10px; */
    font-size: 20px;
    opacity: 0.5;
    /* padding: 20px; */
    margin: -10px 10px;
}

.chat.is-visible {
    opacity: 1;
    -webkit-animation: zoomIn .2s cubic-bezier(.42, 0, .58, 1);
    animation: zoomIn .2s cubic-bezier(.42, 0, .58, 1);
}

.is-hide {
    opacity: 0;
}

.chat_option {
    float: left;
    font-size: 15px;
    list-style: none;
    position: relative;
    height: 100%;
    width: 100%;
    text-align: relative;
    margin-right: 10px;
    letter-spacing: 0.5px;
    font-weight: 400
}

.chat_option img {
    border-radius: 50%;
    width: 55px;
    float: left;
    margin: -30px 20px 10px 20px;
    border: 4px solid rgba(0, 0, 0, 0.21);
}

.change_img img {
    width: 35px;
    margin: 0px 20px 0px 20px;
}

.chat_option .agent {
    font-size: 12px;
    font-weight: 300;
}

.chat_option .online {
    opacity: 0.4;
    font-size: 11px;
    font-weight: 300;
}

.chat_color {
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin: 10px;
    float: left;
}

.chat_body {
    background: #fff;
    font-size: 14px;
    width: 100%;
    display: inline-block;
    text-align: center;
    overflow-y: auto;
}

#chat_body {
    height: 450px;
}

.zmdi-comment-outline:before {
    content: '\f0e5';
    font-family: "FontAwesome";
    font-family: 'Font Awesome 6 Free';
}

.zmdi-close:before {
    content: '\f00d';
    font-family: "FontAwesome";
    font-family: 'Font Awesome 6 free';
}

.chatfaq {
    display: none;
}


/*.chat_body p {
    padding: 20px;
    color: #888
}
*/


/*.chat_body a {
    width: 10%;
    text-align: center;
    border: none;
    box-shadow: none;
    line-height: 40px;
    font-size: 15px;
}*/

.chat_field {
    position: relative;
    margin: 5px 0 5px 0;
    width: 50%;
    font-family: inherit;
    font-size: 12px;
    line-height: 30px;
    font-weight: 500;
    color: #4b4b4b;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    border: none;
    outline: none;
    display: inline-block;
}

.chat_field.chat_message {
    height: 30px;
    resize: none;
    font-size: 15px;
    font-weight: 400;
}

.chat_category {
    text-align: left;
}

.chat_category {
    margin: 20px;
    background: rgba(0, 0, 0, 0.03);
    padding: 15px 10px;
}


/*   .chat_category ul li {
        width: 80%;
        height: 30px;
        background: #fff;
        padding: 10px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        margin-bottom: 10px;
        border-radius: 3px;
        border: 1px solid #e0e0e0;
        font-size: 13px;
        cursor: pointer;
        line-height: 30px;
        color: #888;
        text-align: center;
    }

    .chat_category li:hover {
        background: #83c76d;
        color: #fff;
    }

    .chat_category li.active {
        background: #83c76d;
        color: #fff;
    }
    */


/*.tags {
        margin: 20px;
        bottom: 0px;
        display: block;
        width: 120%
    }
*/


/* .tags li {
        padding: 5px 10px;
        border-radius: 40px;
        border: 1px solid rgb(3, 117, 208);
        margin: 5px;
        display: inline-block;
        color: rgb(3, 117, 208);
        cursor: pointer;
    }*/

.fab_field {
    /* width: 100%; */
    display: inline-block;
    text-align: center;
    background: #fff;
    border-top: 1px solid #eee;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.fab_field2 {
    bottom: 0px;
    position: absolute;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    z-index: 999;
}

.fab_field a {
    display: inline-block;
    text-align: center;
}

#fab_camera {
    float: left;
    /*background: rgba(0, 0, 0, 0);*/
}

#fab_send {
    float: right;
    background: rgba(0, 0, 0, 0);
}

.fab_field .fab {
    width: 35px;
    height: 35px;
    box-shadow: none;
    margin: 5px;
}

.fab_field .fab>i {
    font-size: 1.6em;
    line-height: 35px;
    color: #bbb;
}

.fab_field .fab>i:hover {
    color: #0092D1;
}

.chat_converse {
    position: relative;
    background: #fff;
    margin: 6px 0 0px 0;
    height: 390px;
    min-height: 0;
    font-size: 12px;
    line-height: 18px;
    overflow-y: auto;
    width: 100%;
    float: right;
    padding-bottom: 100px;
}

.chat_converse2 {
    height: 100%;
    max-height: 800px
}

.chat_list {
    opacity: 0;
    visibility: hidden;
    height: 0;
}

.chat_list .chat_list_item {
    opacity: 0;
    visibility: hidden;
}

.chat .chat_converse .chat_msg_item {
    position: relative;
    margin: 0px 0 7px 0;
    /*padding: 8px 10px;*/
    max-width: 97%;
    display: block;
    word-wrap: break-word;
    border-radius: 3px;
    /*    -webkit-animation: zoomIn .5s cubic-bezier(.42, 0, .58, 1);
    animation: zoomIn .5s cubic-bezier(.42, 0, .58, 1);*/
    clear: both;
    z-index: 999;
}

.status {
    margin: 45px -50px 0 0;
    float: right;
    font-size: 11px;
    opacity: 0.3;
}

.status2 {
    margin: -10px 20px 0 0;
    float: right;
    display: block;
    font-size: 11px;
    opacity: 0.3;
}

.chat .chat_converse .chat_msg_item .chat_avatar {
    position: absolute;
    top: 0;
}

.chat .chat_converse .chat_msg_item.chat_msg_item_admin .chat_avatar {
    left: -52px;
    background: rgba(0, 0, 0, 0.03);
}

.chat .chat_converse .chat_msg_item.chat_msg_item_user .chat_avatar {
    right: -52px;
    background: rgba(0, 0, 0, 0.6);
}

.chat .chat_converse .chat_msg_item .chat_avatar,
.chat_avatar img {
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 50%;
}

.chat .chat_converse .chat_msg_item.chat_msg_item_admin {
    margin-left: 5px;
    float: left;
    background: rgba(220, 199, 199, 0.36);
    color: #666;
    /* width: 100%; */
}

.chat .chat_converse .chat_msg_item.chat_msg_item_user {
    margin-right: 20px;
    float: right;
    background: #0092D1;
    color: #eceff1;
}

.chat .chat_converse .chat_msg_item.chat_msg_item_admin:before {
    content: '';
    position: absolute;
    top: 15px;
    left: -12px;
    z-index: 998;
    border: 6px solid transparent;
    border-right-color: rgba(255, 255, 255, .4);
}

.chat_form .get-notified label {
    color: #077ad6;
    font-weight: 600;
    font-size: 11px;
}

.chat_form .message_form button {
    margin: 5px 0 5px 0;
    border: 1px solid #e0e0e0;
    position: relative;
    width: 95%;
    font-family: inherit;
    font-size: 12px;
    line-height: 20px;
    font-weight: 500;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    outline: none;
    background: #fff;
    display: inline-block;
    resize: none;
    padding: 5px;
    border-radius: 3px;
    background: #83c76d;
    cursor: pointer;
}

strong.chat_time {
    padding: 0 1px 1px 0;
    font-weight: 500;
    font-size: 8px;
    display: block;
}


/*Chatbox scrollbar*/


/*::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-track {
    border-radius: 0;
}

::-webkit-scrollbar-thumb {
    margin: 2px;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.2);
}*/


/*
 *  STYLE 7
 */

.faqsb::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
    border-radius: 10px;
}

.faqsb::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

.faqsb::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: linear-gradient(91deg, #025fd938, #0092D1);
    /* background-image: -webkit-gradient(linear,
                                       left bottom,
                                       left top,
                                       color-stop(0.44, rgb(122,153,217)),
                                       color-stop(0.72, rgb(73,125,189)),
                                       color-stop(0.86, rgb(28,58,148)));*/
}


/*Element state*/

.is-active {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.is-float {
    box-shadow: 0 0 6px rgba(0, 0, 0, .16), 0 6px 12px rgba(0, 0, 0, .32);
}

.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) {
    .chat {
        width: 250px;
    }
}


/* SMARTPHONES LANDSCAPE */

@media only screen and (min-width: 480px) {
    .chat {
        width: 300px;
    }

    .chat_field {
        width: 65%;
    }
}


/* TABLETS PORTRAIT */

@media only screen and (min-width: 768px) {
    .chat {
        width: 300px;
    }

    .chat_field {
        width: 65%;
    }
}


/* TABLET LANDSCAPE / DESKTOP */

@media only screen and (min-width: 1024px) {
    .chat {
        width: 400px;
        height: auto;
    }

    .chat_field {
        width: 65%;
    }
}


/*Color Options*/

.blue .fab {
    background: #0092D1;
    color: #fff;
}

.blue .chat {
    background: #0092D1;
    color: #999;
}


/* Ripple */

.ink {
    display: block;
    position: absolute;
    background: rgba(38, 50, 56, 0.4);
    border-radius: 100%;
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    webkit-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
}


/*animation effect*/

.ink.animate {
    -webkit-animation: ripple 0.5s ease-in-out;
    animation: ripple 0.5s ease-in-out;
}

@-webkit-keyframes ripple {

    /*scale the element to 250% to safely cover the entire link and fade it out*/
    100% {
        opacity: 0;
        -moz-transform: scale(5);
        -ms-transform: scale(5);
        webkit-transform: scale(5);
        -webkit-transform: scale(5);
        transform: scale(5);
    }
}

@keyframes ripple {

    /*scale the element to 250% to safely cover the entire link and fade it out*/
    100% {
        opacity: 0;
        -moz-transform: scale(5);
        -ms-transform: scale(5);
        webkit-transform: scale(5);
        -webkit-transform: scale(5);
        transform: scale(5);
    }
}

::-webkit-input-placeholder {
    /* Chrome */
    color: #bbb;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #bbb;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #bbb;
}

:-moz-placeholder {
    /* Firefox 4 - 18 */
    color: #bbb;
}

.fabs .robodesk_card {
    box-shadow: rgba(0, 0, 0, 0.14) 0px 0px 2px 0px, rgba(0, 0, 0, 0.09) 0px 1px 2px 0px;
    transition: 0.3s;
    margin: 26px 4px 0px 39px;
}

.robodesk_card p a {
    text-decoration: unset !important;
}


/*pop up css*/

#robodesk_title a {
    display: block;
    padding: 10px 15px;
    border-bottom: 3px solid #0092D1;
    text-decoration: none;
}

#robodesk_title a:focus {
    outline: none;
}

#robodesk_title .robodesk-heading a.collapsed:hover,
#robodesk_title .robodesk-heading a.collapsed:focus {
    /*background-color: #b42b2b;*/
    /* color: white;*/
    transition: all 0.2s ease-in;
}

#robodesk_title .robodesk-heading a.collapsed:hover::before,
#robodesk_title .robodesk-heading a.collapsed:focus::before {
    color: white;
}

#robodesk_title .robodesk-heading {
    padding: 0;
    border-radius: 0px;
    text-align: center;
}

#robodesk_title .robodesk-heading a:not(.collapsed) {
    /* color: white;*/
    /* background-color: #b42b2b;*/
    transition: all 0.2s ease-in;
}


/* Add Indicator fontawesome icon to the left */

#robodesk_title .robodesk-heading .accordion-toggle::before {
    font-family: 'FontAwesome';
    /*content: '\f00d';*/
    float: left;
    color: white;
    font-weight: lighter;
    transform: rotate(0deg);
    transition: all 0.2s ease-in;
}

#robodesk_title .robodesk-heading .accordion-toggle.collapsed::before {
    color: #444;
    transform: rotate(-135deg);
    transition: all 0.2s ease-in;
}

.faqoress-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

.robodesk-heading {
    padding: 0;
    border-radius: 0px;
    text-align: center;
}


/*search box css*/

.search-wrapperfq {
    margin-left: 60px;
    width: 60%;
    margin-bottom: 14px;
}


/*#robodesk-search-btn {
  background:#0099ff;
  color:white;
  font: 'trebuchet ms', trebuchet;
  padding:10px 20px;
  border-radius:0 10px 10px 0;
  -moz-border-radius:0 10px 10px 0;
  -webkit-border-radius:0 10px 10px 0;
  -o-border-radius:0 10px 10px 0;
  border:0 none;
  font-weight:bold;
  line-height: 2;
  }*/

#robodesk-search-box {
    background: #eee;
    padding: 10px;
    border-radius: 10px 0 0 10px;
    -moz-border-radius: 10px 0 0 10px;
    -webkit-border-radius: 10px 0 0 10px;
    -o-border-radius: 10px 0 0 10px;
    border: 0 none;
    width: 160px;
}

.hidefaq {
    display: none !important;
}

.showfaq {
    display: block;
}

.hidefaq_contact {
    display: none;
}

.showfaq_contact {
    display: block;
}

.confirm_contact-msg {
    color: #155724;
    font-size: 14px;
}

.failed_contact-msg {
    color: #721c24;
    font-size: 14px;
}

.error_msg,
.success_msg {
    margin-top: 10px;
}

.loading {
    width: 16px;
    height: 16px;
    background: transparent url('public/img/loader.gif') no-repeat 0 0;
    font-size: 0px;
    display: inline-block;
}

.faq-ask-question {
    /* position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px; */
    min-height: 56px;
    max-height: 200px;
    z-index: 99999;
    border-top: 1px solid rgb(230, 230, 230);
}

.faq-ask-question pre {
    visibility: hidden;
}

.faq-ask-question textarea,
.faq-ask-question pre {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    font-family: faq-font, "Helvetica Neue", "Apple Color Emoji", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.33;
    background-color: rgb(255, 255, 255);
    white-space: pre-wrap;
    overflow-wrap: break-word;
    padding: 18px 100px 18px 29px;
}

.faq-ask-question textarea {
    position: absolute;
    bottom: 0px;
    left: 0px;
    color: rgb(0, 0, 0);
    resize: none;
    outline-offset: -5px;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    transition: background-color 200ms ease 0s, box-shadow 200ms ease 0s;
}

.faq-ask-question textarea,
.faq-ask-question pre {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    font-family: faq-font, "Helvetica Neue", "Apple Color Emoji", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.33;
    background-color: rgb(255, 255, 255);
    white-space: pre-wrap;
    overflow-wrap: break-word;
    padding: 18px 55px 18px 29px;
}

#sucess-msg {
    text-align: left;
    margin-top: 20px;
}

.faq-hloib6 {
    position: absolute;
    top: 0px;
    right: 21px;
}

.faq-ntzf10 {
    position: relative;
    float: left;
    display: inline-block;
    cursor: pointer;
    opacity: 0.8;
    height: 51px;
    margin-top: 2px;
    width: 18px;
    padding-left: 8px;
    padding-right: 8px;
    transition: opacity 200ms ease 0s;
}

.faq-1kxkesj {
    position: relative;
    float: left;
    display: inline-block;
    cursor: pointer;
    opacity: 0.8;
    height: 51px;
    margin-top: 2px;
    width: 30px;
    padding-left: 0px;
    padding-right: 13px;
    top: 1px;
    transition: opacity 200ms ease 0s;
    background: #fff;
}

.faq-1kxkesj svg {
    height: 16px;
    width: 15px;
}

.faq-1kxkesj svg {
    position: absolute;
    top: 18px;
    color: #3386ef;
}

.faq-1kxkesj {
    position: relative;
    float: left;
    display: inline-block;
    cursor: pointer;
    opacity: 0.8;
    height: 51px;
    margin-top: 2px;
    width: 15px;
    padding-left: 8px;
    padding-right: 8px;
    top: 1px;
    transition: opacity 200ms ease 0s;
}


/* ================================================ */

.chat.is-visible {
    animation-name: slideInUp;
    animation-duration: 0.3s;
}

a#prime {
    background: linear-gradient(91deg, #025fd9, #0092D1);
}


/* NEW CSS */

.robodesk-content p {
    margin-bottom: 0;
}

a#prime i {
    color: #fff;
    font-size: 22px;
    font-style: unset;
}

a#prime:hover {
    background: transparent;
    box-shadow: rgba(2, 6, 16, 0.2) 0px 0px 15px;
    transform: scale(1.1);
    transition: all 0.2s ease-in-out 0s;
}

a#prime:hover i {
    color: #3386ef;
    font-size: 24px;
    position: relative;
}

a#prime:hover .zmdi-comment-outline:before {
    content: '\f044';
    margin-left: 5px;
}

.robodesk_cardbox {
    padding: 0;
    margin: 0;
}

.fab>i {
    font-size: 1.3em;
}

#fabs .chat {
    background: #FFF;
    overflow: hidden;
}

.chat-header {
    background: linear-gradient(91deg, #025fd9, #0092D1);
    display: inline-block;
    position: relative;
    padding: 20px 25px;
    width: 100%;
}

#fabs .header-img {
    position: relative;
    width: 60px;
    height: 60px;
    border: 3px solid rgb(255 255 255 / 63%);
    border-radius: 50%;
    overflow: hidden;
    float: left;
}

#fabs .header-img img {
    height: 100%;
}

.chat-header-info {
    color: #FFF;
    margin-top: 19px;
}

.chat-header-info span {
    padding-left: 25px;
}

.chat-header-info span#chat_head {
    font-size: 23px;
    font-family: inherit;
    font-weight: 400;
    text-align: left;
    display: inline-block;
    line-height: 31px;
    padding: 0;
    color: #fff;
}

.chat-header-info h4 {
    font-size: 22px;
    color: #FFF;
    font-weight: 400;
}

.chat-header-info {
    margin-left: 75px;
    margin-top: 0;
    margin-bottom: 0;
    margin-top: 0;
    position: relative;
}

.chat-header-info h4 i {
    transform: rotate(45deg);
    color: #fff70d;
    font-size: 30px;
    /* background-color: #; */
}

#fabs span.agent p {
    font-size: 14px;
    margin: 0px;
    color: #fff;
    padding: 0;
}

#fabs input,
#fabs textarea {
    outline: 0 !important;
    box-shadow: none;
    border: 1px solid #eae9e9 !important;
    font-family: inherit;
    color: #666;
}

::-webkit-input-placeholder {
    /* Edge */
    color: #666;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #666;
}

::placeholder {
    color: #666;
}

#fabs .faq-submit input#submitbtn {
    background: linear-gradient(91deg, #025fd9, #0092D1);
    color: #fff;
    padding: 13px 17px;
}

h2.faq-contact-title:before {
    display: none;
}

#fabs h2.faq-contact-title {
    /* margin-top: 10px;
    margin-bottom: 23px; */
    font-size: 21px;
}

.waving-hand {
    background: url('../img/waving-hand.svg');
}

.chat-header-info p {
    /* color: #FFF; */
    font-weight: 300;
    font-size: 12px;
}


/* CHAT BODY  */

.chat_converse {
    margin: 0;
    margin-bottom: 55px;
    padding: 20px;
}

.fab_field.robodesk_card {
    border-top: none;
    padding: 20px;
    margin: 0 0 20px;
    border-radius: 0;
}

#fabs .fab_field p {
    margin-bottom: 15px;
    font-size: 14px;
    color: #555;
}

.search-bar-box {
    width: 100%;
    position: relative;
}

.chat_field.chat_message {
    width: 100%;
    padding: 0 14px;
    margin: 0;
    height: 40px;
    outline: 0 !important;
    border: 1px solid #eee;
}

.search-bar-box #fab_send {
    position: absolute;
    content: '';
    line-height: 44px;
    width: 46px;
    height: 40px;
    background: linear-gradient(91deg, #025fd9, #0092D1);
    border-radius: 0;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
}

.search-bar-box #fab_send i {
    color: #FFF;
}

.search-header-text {
    text-align: left;
}

.chat .chat_converse .chat_msg_item.chat_msg_item_admin {
    padding: 10px;
    margin: 0;
    margin-bottom: 15px;
    border-radius: 0;
    background-color: #FFF;
    max-width: 100%;
}

.chat .chat_converse .chat_msg_item.chat_msg_item_admin:last-child {
    margin: 0;
}

.faqoress-img {
    width: 15%;
    float: left;
    overflow: hidden;
}

.faqoress-img img {
    width: 100%;
}

.robodesk-content {
    display: table-cell;
    padding-left: 10px;
}

#robodesk_title a {
    padding: 0;
    font-size: 16px;
    margin-bottom: 8px;
    border-bottom: none;
}

.faq-composer-send-button {
    height: 49px;
    margin-top: 0px;
    width: 32px;
    padding: 0;
    outline: 0 !important;
    border: none;
    background: none;
}

.faq-composer-send-button:hover {
    background: none;
}

.faq-composer-send-button:focus {
    background: none;
}

.faq-composer-send-button svg {
    width: 24px;
    height: 24px;
    top: calc(50% - 12px);
}

.faq-composer-send-button svg:hover {
    color: #000;
}

.chat_body {
    animation-name: slideInUp;
    animation-duration: 0.5s;
    animation-delay: 0.2s;
}

.chat_category {
    margin-bottom: 55px;
    background: none;
    animation-name: slideInUp;
    animation-duration: 0.5s;
    animation-delay: 0.2s;
    position: relative;
    max-width: 350px;
    /* width: 100%; */
    overflow-x: hidden;
}

.chat_category a.fab.is-visible {
    position: absolute;
    margin: 0;
    border: 1px solid #000;
    background: none;
    border-radius: 0;
    position: absolute;
    border: 1px solid #000;
    background: #000;
    right: 1px;
    top: 1px;
    width: 40px;
    height: 25px;
    line-height: 26px;
}

.chat_category a.fab.is-visible:hover {
    background: #FFF;
}

.chat_category a.fab.is-visible:hover i {
    color: #000;
}

.chat_category a i {
    color: #FFF;
    font-style: unset;
    font-size: 16px !important;
    line-height: 26px !important;
}

#response_faq h3 {
    font-weight: normal;
    color: #000;
}


/*#response_faq p {
    font-weight: normal;
    padding-left: 0;
    padding-top: 10px;
}
*/


/* BUTTON DESIGN  */

.faqdisplayvote {
    background: none;
    padding-left: 0;
}

#fabs .btn-faqvote {
    color: #FFF;
    background: linear-gradient(91deg, #025fd9, #0092D1);
    border: 2px solid transparent;
    margin-right: 4px;
    border-radius: 0;
    padding: 10px 23px;
}



#sucess-msg .like-msg {
    color: #28a745;
}

#sucess-msg .dislike-msg {
    color: #dc3545;
}

#fabs span.likes {
    margin-right: 14px;
}

#fabs .rating {
    text-align: left;
    margin-left: 0;
}


/* Data FEtch */

#datafetch {
    width: 100%;
    margin: 0 auto;
}

#datafetch {
    margin-top: 10px;
}

#datafetch ul {
    margin: 0;
    padding: 0;
    text-align: left;
}

#datafetch ul {
    margin-bottom: 8px;
}

#datafetch ul li {
    margin: 0;
    background: #f7f7f7;
    margin-top: 0;
    list-style: none;
}

#datafetch ul li a {
    text-decoration: none;
    display: block;
    /* width: 100%; */
    padding: 3px 17px;
    text-align: left;
    font-size: 15px;
    margin-bottom: 8px;
    border-bottom: none;
    font-family: inherit;
    font-weight: 400;
    color: #666;
    margin-bottom: 0;
}

#datafetch ul li.robodesk_card {
    box-shadow: none;
    border: 1px solid #EAEAEA;
}

#datafetch ul li.robodesk_card:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.faq-contact-inputs {
    /* width: 100%; */
    margin: 4px 0px 10px 0px;
}

#fabs .chat-header-bottom h2 {
    color: #fff;
    font-size: 25px;
}

#fabs span.agent {
    display: block;
    font-size: 14px;
    margin: 0;
    padding: 0;
}

#fabs .chat-header-bottom p {
    color: #fff;
    font-size: 14px;
}

#fabs .chat-header-bottom h2 {
    color: #fff;
    font-size: 25px;
    margin: 0;
    margin-bottom: 10px;
}

#fabs .chat-header-bottom h2:before {
    display: none;
}

.chat-header-bottom {
    padding: 17px;
    margin-top: 30px;
    padding-left: 5px;
    text-align: left;
}

#fabs .robodesk-content p {
    font-size: 14px;
}

a#chat_second_screen {
    width: 30px;
    height: 30px;
    border: 2px solid #000;
    border-radius: 50%;
    line-height: 25px;
}

#faq-ask-questions textarea {
    height: 58px;
}

#loader {
    text-align: center;
}

#loader img {
    width: 38px;
    height: auto !important;
}

.logged_contact-msg {
    color: #155724;
    font-size: 14px;
    padding: 10px;
    margin: 0;
    margin-bottom: 15px;
    border-radius: 0;
    background-color: #FFF;
    max-width: 100%;
    text-align: center;
}

#fabs .faq-ask-question input,
#fabs .faq-ask-question textarea {
    border: none !important;
    border-top: 1px solid rgb(230, 230, 230) !important;
}

#response_faq img {
    max-width: 100%;
    height: auto;
}

#response_faq ul,
ol {
    margin: 0 0 10px 0 !important;
}

#fabs .robodesk-featured .robodesk-content p {
    padding: 0;
}

.chat_category ul li a {
    line-height: 24px;
}


/* RESPOPNSIVE 

@media (max-width: 766px) {
    .fabs {
        right: 10px;
    }
    .chat {
        right: 75px;
        margin-bottom: 20px;
        width: 75%;
    }
    .faq-ask-question {
        bottom: -20px;
    }
}

.robodesk-content h3 {
    margin: 0;
}