.vcsbot .answer-text:focus {
    outline: none !important
}

.vcsbot .widget label {
    text-align: left;
    background-color: #34495E;
    color: white;


}

.vcsbot .text-center {
    text-align: center
}

.vcsbot .home-image {
    position: absolute;
    width: 190px;
    height: 60px;
    top: 2px;
    left: 10px
}

.vcsbot .chatbot-pic {
    position: absolute;
    width: 72px;
    height: 80px;
    top: -20px;
    right: -4px
}

/* width */
.vcsbot ::-webkit-scrollbar {
    width: 0px;
}

/* Track */
.vcsbot ::-webkit-scrollbar-track {
    border-radius: 0px;
}

/* Handle */
.vcsbot ::-webkit-scrollbar-thumb {
    border-radius: 0px;
}

/* Handle on hover */

.vcsbot .smat-main-btn {
    padding: 1px;
    color: #fff;
    border-radius: 50%;
    border: 0;
    width: 55px;
    height: 55px;
    cursor: pointer;
    float: right;
    font-weight: 500;
    margin-bottom: 0
}

.vcsbot .smat-main-btn-before {
    padding: 1px;
    color: #fff;
    border-radius: 50%;
    border: 0;
    width: 55px;
    height: 55px;
    cursor: pointer;
    float: right;
    font-weight: 500;
    margin-bottom: 0
}

.vcsbot .smat-div:after {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #2ecc71;
    top: 2px;
    right: 40px
}

.vcsbot .smat-rm-div:after {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #2ecc71;
    top: 2px;
    right: 40px
}

.vcsbot .smat-lb-div:after {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #2ecc71;
    top: 2px;
    left: 40px
}

.vcsbot .launcher-label-smatest {
    float: left;
    line-height: 18px;
    font-size: 16px;
    vertical-align: middle;
    cursor: pointer;
    color: #455a64;
    margin-top: 2px;
    margin-bottom: 3px;
    text-transform: none !important;
    padding-bottom: 0 !important;
    max-width: 170px;
    overflow-x: hidden;
    overflow-y: hidden;
    text-overflow: ellipsis
}

.vcsbot .chat-button {
    width: 100%;
    height: 95%;
    display: block;
    border-radius: 100%;
    cursor: pointer;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .2);
    box-shadow: 0 0 20px rgba(0, 0, 0, .2);
    -webkit-transition: all .5s;
    transition: all .5s;
    background: rgba(247, 136, 47, 0) !important;
}

.vcsbot .chat-button:hover {

    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .2);
    box-shadow: 0 0 20px rgba(0, 0, 0, .2);
    -webkit-transition: all .5s;
    transition: all .5s;
    transform: scale(1.05);
    background: #F7882F !important;
}

.vcsbot .question-div-smatest {
    padding: 1px;
    float: left;
    width: 101%;
    vertical-align: middle;
    margin-top: 8px;
    box-sizing: border-box;
    display: flex;
    text-align: center;
    transform: scale(0.98);


}

.vcsbot .loading {

    font-size: 45px;
    margin: 10px;



}

.vcsbot .question-div-smatest label {
    font-weight: 400 !important;
    transition: 0.1s;
    color: #5f5f5f !important;
    line-height: normal;

}

.vcsbot .question-div-smatest label:hover {
    /* color: rgb(136, 136, 136); */
    /* transform: scale(1.07); */
    /* transition: 0.1s; */
    /* background-color: rgba(237, 237, 237, 0.37); */


}

.vcsbot .q-container:first-child {
    letter-spacing: 0.5px !important;
    word-spacing: -1px !important;
    box-shadow: 2px 50px 8px 0.1px rgba(0, 0, 0, 0);
    color: rgba(123, 123, 123, 0.9);
    font-size: 13px;
    font-family: 'Source Sans Pro', sans-serif !important;
    letter-spacing: 0.8px;
    margin-bottom: 0.5em;
    text-transform: none !important;
    padding-right: 0px !important;
    float: center;
    line-height: 20px;
    font-weight: 00 !important;
    word-break: break-word;
    width: 95%;
}

.vcsbot svg.chat-icon {
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
    margin: 11.10px 0 0 11.5px;
    width: 36px;
    height: 36px;
    transition: 0.5s;
    transform: rotatex(30deg)
}

.vcsbot svg.chat-icon:hover {
    transform: scale(1.1);
    transition: 0.5s;
    transform: rotatex(10deg);


}

.vcsbot .question-icon-smatest {

    width: 25px;
    height: 25px;
    margin-right: 10px;
    margin-top: 0;
    float: left;
    max-width: 100%;
    border-radius: 50%;
    position: absolute;
    bottom: 0
}

.vcsbot .opened-div {

    position: fixed;
    z-index: 99999999999999;
    bottom: 0px;
    right: 12px;
    border-radius: 10px;
    background-color: white;
    border: 0px solid lightgray;
    box-shadow: 0px 0px 80px 0px rgba(0, 0, 0, 0.08);
    width: 330px;
    /* height: 33em; */
    box-sizing: border-box
}

@media only screen and (max-width: 450px) {
    .vcsbot .opened-div {
 right: 22px;
      
    }

    .vcsbot .home-image {
        position: absolute;
        width: 190px;
        height: 60px;
        top: 3px;
        right: 26%;
    }
}

.vcsbot .opened-middle-div {
    position: fixed;
    z-index: 99999999999999;
    bottom: 6%;
    top: 7%;
    left: 33%;
    right: 33%;
    border-radius: 10px;
    background-color: #fff;
    border: 1px solid lightgray;
    box-shadow: 0 5px 5px rgba(0, 0, 0, .1);
    width: 360px;
    box-sizing: border-box
}

.vcsbot .options-div-smatest {
    border: 0.4px solid lightgray;
    box-shadow: 4px 5px 8px 0.1px rgba(0, 0, 0, .12);
    background: white;
    max-width: 100%;
    color: white;
    border-radius: 12px 12px 12px 0;
    padding: 20px 10px 15px 30px;
    float: left;
    min-width: 75%;
    box-sizing: border-box;


}

.vcsbot .options-div-smatest-awnser {
    box-shadow: 4px 5px 8px 0.1px rgba(0, 0, 0, .12);
    border: 1px solid #c5c5c5;
    letter-spacing: 0.5px !important;
    word-spacing: -1px !important;
    background-color: rgba(209, 209, 209, 0.14);
    max-width: 80%;
    color: #5f5f5f;
    border-radius: 12px 12px 12px 12px;
    padding: 9px 16px;
    float: left;
    min-width: 75%;
    box-sizing: border-box;
    font-family: "Helvetica" !important;
    font-size: 13px;


}

.vcsbot .ui-button {
    border: 2px solid rgba(39, 39, 39, 0.15);
    padding: 0.8em 1em;
    display: inline-block;
    position: relative;
    line-height: normal;
    margin-right: .1em;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: visible;


}

.vcsbot .ui-button:hover {
    transform: scale(1.03);
    border: 1px solid #DB7D07;
}

.widget label {
    letter-spacing: 0.5px !important;
    word-spacing: -1px !important;
    box-shadow: 2px 50px 8px 0.1px rgba(0, 0, 0, 0);
    color: rgba(123, 123, 123, 0.9);
    background-color: #FBFCFC !important;
    font-size: 13px;
    font-family: 'Source Sans Pro', sans-serif !important;
    letter-spacing: 0.8px;
    margin-bottom: 0.5em;
    text-transform: none !important;
    padding-right: 0px !important;
    float: center;
    line-height: 20px;
    font-weight: 00 !important;
    word-break: break-word;
    width: 95%;
    border-radius: 50px 50px 50px 50px;
}

/* .vcsbot .options-div-smatest label {
    letter-spacing: 0.5px !important;
    word-spacing: -1px !important;
    box-shadow: 2px 50px 8px 0.1px rgba(0, 0, 0, 0);
    color: rgba(123, 123, 123, 0.9);
    background-color: #FBFCFC;
    font-size: 13px;
    font-family: 'Source Sans Pro', sans-serif !important;
    letter-spacing: 0.8px;
    margin-bottom: 0.5em;
    text-transform: none !important;
    padding-right: 0px !important;
    float: center;
    line-height: 20px;
    font-weight: 00 !important;
    word-break: break-word;
    width: 95%;
    border-radius: 50px 50px 50px 50px;
} */

.vcsbot input[type="checkbox"]+label:before, input[type="radio"]+label:before {
    display: none !important;
}

.vcsbot .chat-button-click {
    border-radius: 0px !important;
    font-size: 23px;
    box-shadow: none;

    transform: scale(0.95);
    background-color: rgba(245, 245, 245, 0);
    position: absolute;
    right:-40px;
 
  padding: 80px;
    top: -36px;
    background: rgba(216, 10, 10, 0);

    width: 80px;
    height: 80px;
  
    cursor: pointer;
}

.vcsbot .alert-close {
    background: rgba(0, 0, 0, 0);

    color: #FFFFFF;
    cursor: pointer;
    font-size: 40px;
    height: 27px;
    position: absolute;
    right: 12px;

    top: 14px;

    width: 27px;
}


.vcsbot .header-div {
    font-weight: 700;
    color: rgba(255, 255, 255, 0);
    height: 60px;
    font-family: "Helvetica";
    background: rgb(98, 119, 148) !important;
    padding: 10px 15px 33px 12px;
    min-width: 200px;
    border-bottom: 1px solid #F2F3F4;
    border-top: 1px solid #F2F3F4;
    border-left: 1px solid #F2F3F4;
    border-right: 1px solid #F2F3F4;
    border-radius: 10px 10px 3px 3px;
    box-sizing: border-box;

    text-align: center;
    float: left;
    width: 100%;

}

.vcsbot .company-name-powered {
    border-bottom: 1px solid rgba(0, 127, 255, 0);
    border-top: 1px solid rgba(0, 127, 255, 0);
    border-left: 1px solid rgba(0, 127, 255, 0);
    border-right: 1px solid rgba(0, 127, 255, 0);
    text-align: center;
    /* font-family: "Helvetica"; */
    font-size: 10px;
    color: rgb(155, 155, 155);
    background-color: rgb(239, 239, 239);
    width: 100%;
    line-height: normal;
    border-radius: 10px 10px 0px 0px !important;

}

.vcsbot a:link {

    color: rgb(155, 155, 155);
    background-color: transparent;
    text-decoration: none;
}

.vcsbot a:visited {
    color: rgb(155, 155, 155);
    background-color: transparent;
    text-decoration: none;
}

a:hover {
    color: rgb(116, 116, 116);
    background-color: transparent;
    text-decoration: underline;
}

.vcsbot a:active {
    color: rgb(155, 155, 155);
    background-color: transparent;
    text-decoration: underline;
}

.vcsbot .body-div {
    padding: 0px 10px 15px 0px;
    border-radius: 0px 0px 0px 0px;
    float: left;
    width: 100%;
    height: 445px;
    overflow-y: scroll;
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, 0.79) !important;
    margin-bottom: 0.5em;

}

.vcsbot .dialogs-div-more-smatest {

    max-height: 240px;
    overflow-y: hidden;
    overflow-x: scroll;
    white-space: nowrap;
    position: relative;
    border-radius: 10px
}

.vcsbot .dialogs-div-more-vertical-smatest {
    overflow-y: hidden;
    overflow-x: scroll;
    white-space: nowrap;
    position: relative;
    border-radius: 10px
}

.vcsbot .dialogs-div-smatest {
    border: 0px solid #1094d1;
    padding: 7px 13px;
    margin-right: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    box-sizing: border-box;
    text-align: center;
    display: inline-block;
    background: white;
    border-radius: 10px;
    cursor: pointer
}

.vcsbot .dialogs-div-vertical-smatest {
    border: 2px solid #1094d1;
    padding: 7px 13px;
    margin-right: 15px;
    margin-top: 6px;
    margin-bottom: 6px;
    box-sizing: border-box;
    text-align: center;
    background: white;
    border-radius: 10px;
    cursor: pointer;
    float: left;
    width: 80%
}

.vcsbot .dialogs-div-smatest label {
    color: #1094d1 !important;
    padding-right: 0px !important
}

.vcsbot .dialogs-div-vertical-smatest label {
    color: #1094d1 !important;
    padding-right: 0px !important;
    text-align: left;
    white-space: normal
}

.vcsbot .help-label {
    float: left;
    margin-top: 10px;
    color: #8397a0 !important
}

.vcsbot .other-help-label {
    width: 95%;
    float: left;
    text-align: right;
    margin-top: 10px;
    cursor: pointer
}

.vcsbot .dialogs-div-smatest label {
    cursor: pointer;
    padding-right: 0px !important
}

.vcsbot .dialogs-div-vertical-smatest label {
    cursor: pointer;
    padding-right: 0px !important
}

.vcsbot .image-div-smatest {
    width: 100%;
    text-align: center;
    float: left
}

.vcsbot .smat-middle-footer {
    width: 100%;
    padding: 8px;
    bottom: 0;
    background: white;
    float: left;
    position: absolute;
    text-align: center;
    height: 38px;
    border-top: 1px solid lightgray;
    font-size: 12px
}

.vcsbot .slides-label {
    white-space: normal;
    text-transform: none !important
}

.vcsbot .answer-text {
    width: 65% !important;
    padding: 5px !important;
    float: left;
    border: 0 !important;
    margin-bottom: 0 !important;
    box-shadow: none !important;
    height: 28px !important;
    color: black !important;
    background: none !important
}

.vcsbot .autocomplete {
    position: relative;
    display: inline-block
}

.vcsbot .autocomplete-items {
    position: absolute;
    border: 1px solid #1094d1;
    z-index: 99;
    bottom: 80px;
    left: 0;
    right: 0;
    max-height: 345px;
    overflow-y: scroll;
    border-radius: 10px 10px 0 0
}

.vcsbot .ui-button .ui-icon {
    background-image: url(images/ui-icons_777777_256x240.png);
}

.vcsbot .ui-checkboxradio-radio-label .ui-icon-background {
    width: 16px;
    height: 16px;
    border-radius: 1em;
    overflow: visible;
    border: none;
    box-shadow: inset 0px 0px 0px #ccc !important;

}


.vcsbot .ui-icon {
    display: inline-block;
    vertical-align: middle;
    margin-top: -.25em;
    position: relative;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-color: rgba(180, 180, 180, 0.46) !important;
}

.vcsbot .options-div-smatest label:hover>.ui-icon {
    background: rgba(219, 125, 7, 0.88) !important;
}

.vcsbot .autocomplete-items div {
    padding: 10px;
    cursor: pointer;
    background-color: #fff;
    border-bottom: 1px solid #d4d4d4
}

.vcsbot .autocomplete-items div:hover {
    background-color: #e9e9e9
}

.vcsbot .autocomplete-active {
    background-color: DodgerBlue !important;
    color: #fff
}

.vcsbot .smat-dropdown-botest {
    height: 38px;
    float: left;
    padding: 3px !important;
    max-width: 27%;
    color: black;
    background: white;
    border-radius: 5px;
    min-width: 27% !important
}

.vcsbot .ball {
    position: absolute;
    border-radius: 100%;
    opacity: 0.7;
}