﻿.lxp-preview-container {
    display: block !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding: 10px !important;
    background: #ccc !important;
    border-radius: 12px !important;
    margin-bottom: 10px !important;
}

    .lxp-preview-container:hover {
        cursor: pointer !important;
        opacity: 0.8 !important;
    }

    .lxp-preview-container span {
        display: block !important;
    }

    .lxp-preview-container .lxp-image-preview {
        width: 100% !important;
        height: 150px !important;
        margin-bottom: 5px !important;
        background-color: #ccc !important;
        background-size: cover !important;
        background-position: 50% !important;
        border-radius: 6px !important;
    }

#salemove .sm-visitor-app-container .sm-chat-component .sm-chat-text {
    white-space: pre-wrap !important;
}

#salemove .sm-visitor-app-container .sm-choice-card-options > div div {
    background-color: #e0e0e0;
    color: #000000 !important;
    font-weight: bold;
}

    #salemove .sm-visitor-app-container .sm-choice-card-options > div div:hover {
        background-color: #c1c1c1;
        font-weight: bold;
    }

#salemove .sm-choice-card-options a {
    background-color: #e0e0e0 !important;
    color: #000000 !important;
}

    #salemove .sm-choice-card-options a:hover {
        background-color: #c1c1c1 !important;
    }

#salemove .sm-visitor-app-container .sm-icon path {
    fill: #fff !important;
}

#salemove .sm-visitor-app-container .sm-choice-card-question {
    color: #374D8B !important;
    font-size: 13px !important;
    margin: 5px 0 15px 0;
}

body.sm-draggable.sm-engaged #salemove .sm-side-bar-container {
    height: 1500px !important;
}

#salemove .sm-visitor-app-container .sm-tab-text:empty {
    border-radius: 150px !important;
    padding: 40px !important;
}

#salemove .sm-visitor-app-container .sm-tab-text {
    padding: 21px 21px 21px 90px;
    max-width: 255px;
}

#salemove .sm-visitor-app-container > div {
    --vertical-offset: 45px;
    --horizontal-offset: 45px;
}

#salemove .sm-visitor-app-container h3 {
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 14px;
    white-space: pre-line;
}

#salemove .sm-visitor-app-container .sm-formatted-html-message a {
    font-size: 12px;
    font-weight: 600;
}

/* --Powered by Glia logo icon position--
#salemove .sm-visitor-app-container .powered-by-glia .glia-horizontal-logo {
  margin: 0px 0px -6px 0px;
}
*/

img#lobotimg {
    width: 70px;
    position: relative;
    top: -4px;
    margin-left: -8px;
}

@media(max-width:512px) {
    body.sm-draggable.sm-engaged #salemove .sm-side-bar-container {
        height: 100% !important;
    }

    img#lobotimg {
        width: 50px;
        top: -2px;
        margin-left:-4px;
    }
 
    #salemove .sm-visitor-app-container .sm-reactive-tab {
        padding: 5px 5px 5px 5px !important;
    }

    #salemove .sm-visitor-app-container .sm-tab-text {
        padding: 5px 5px 5px 75px !important;
        line-height: 25px;
        max-width: 300px;
        margin-top: 12px;
    }

    #salemove .sm-visitor-app-container > div {
        --vertical-offset: 10px !important;
        --horizontal-offset: 10px !important;
    }

    .sm-visitor-app  {
        box-shadow: 0 1px 3px 0 rgb(106, 186, 89), 0 10px 30px 0 rgba(40, 111, 78, 0.48) !important;
    }

   
}
