#JKChatView_place_holder {
    z-index: 10000;
    position: relative;
}

.JKChatView-chat-container {
    display: block;
    width: 380px;
    height: 480px;
    position: fixed;
    bottom: -1px;
    right: 10px;
    overflow: visible;
    margin: 0;
}

div.JKChatView-chat-container {
    box-shadow: #CCC 0 -2px 3px;
}

.JKChatView-chat-container {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.JKChatView-nowrap {
    white-space: nowrap;
}
.JKChatView-nograp {
    font-weight: bold;
    font-size: 14px;
}

.JKChatView-fix-glyphicon-position {
    position: relative;
    top: 4px;
}

@media only screen and (max-width: 390px) {
    .JKChatView-chat-container {
        width: 100%;
        right: 0;
    }
}

@media only screen and (max-width: 290px) {
    .JKChatView-hidden-wrap {
        display: none !important;
    }
}

#JKChatView-chat-dialog-messages {
    padding-bottom: 15px;
}

.JKChatView-chat-heading {
    padding: 10px;
}

.JKChatView-chat-body {
    padding: 0;
    height: 100%;
}

.JKChatView-a-button {
    color: #fff;
}

a .JKChatView-a-button {
    text-decoration: none;
}

.JKChatView-a-button:hover {
    color: #fff;
    text-decoration: none;
}

.JKChatView-a-button:focus {
    color: #fff;
}

#JKChatView-chat-compact-view, #JKChatView-chat-full-view {
    transition: transform .2s ease-in-out 0s;
}

/*chat body*/
.JKChatView-chat-dialog-container {
    overflow-y: scroll;
    display: block;
    height: 380px;
    padding: 10px;
}

div.JKChatView-chat-message-dialog {
    padding: 5px;
    border-radius: 4px;
    margin-bottom: 10px;
    box-sizing: border-box;
}

div.JKChatView-chat-answer {
    background-color: #ebf2f9;
    margin-right: 20px;
    margin-left: 35px;
}

div.JKChatView-chat-question {
    background-color: #edf9ed;
    text-align: right;
    margin-left: 20px;
}

div.JKChatView-chat-message-item-container {
    clear: both;
}

.JKChatView-chat-message {
    margin: 0;
    /* white-space: pre-wrap; */
}

.JKChatView-chat-message-error {
    color: #ff3d1b;
}

div.JKChatView-chatter-heading {
    margin: 0 0 5px 0;
    padding: 0;
    border-bottom: 1px solid #ccc;
}

.JKChatView-feedback-button {
    margin-left: 5px;
}

.JKChatView-chat-body {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.JKChatView-ajax-loader {
    display: inline-block;
    zoom: 1;
    width: 16px;
    height: 16px;
    margin-left: 5px;
    vertical-align: middle;
    background-image: url(https://cdn.livechatinc.com/img/loader.gif);
    background-position: 0 0;
    background-repeat: no-repeat
}

@media only screen and (max-width: 330px) {
    div.JKChatView-chat-answer {
        margin-left: 0;
    }

    .JKChatView-bot-icon {
        display: none;
    }
}

.JKChatView-link-loading {
    width: 100%;
    height: 150px;
    background: #fff;
    display: block;
    box-shadow: 0 1px 1px 1px #ccc;
    border-radius: 1px;
}

.JKChatView-link-loading > .JKChatView-ajax-loader {
    width: 100%;
    height: 100%;
    margin-left: 0;
    background-position: 50%
}

.JKChatView-link-container {
    position: relative;
}

a.JKChatView-link-preview1 {
    min-height: 80px;
}

.JKChatView-link-preview1 img.JKChatView-link-image {
    width: 100%;
    height: auto;
}

.JKChatView-link-preview1 .JKChatView-link-description-container {
    background-color: #fff;
    padding: 5px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.JKChatView-link-preview1 .JKChatView-link-description-container > p {
    color: #777;
    font-size: 12px;
    margin-bottom: 5px;
}

.JKChatView-link-preview1 .JKChatView-link-description-container > p:first-child {
    color: #000;
    font-size: 14px;
}

.JKChatView-link-preview1 .JKChatView-link-description-container > p:last-child {
    margin-bottom: 0;
}

.JKChatView-chat-message-dialog {
    position: relative;
}

.JKChatView-chat-message-dialog.JKChatView-chat-answer::after {
    content: "";
    position: absolute;
    top: 15px;
    right: 100%;
    margin-top: -5px;
    border: 5px solid transparent;
    border-right-color: #EBF2F9;
}

.JKChatView-chat-message-dialog.JKChatView-chat-question::after {
    content: "";
    position: absolute;
    top: 15px;
    right: -10px;
    margin-top: -5px;
    border: 5px solid transparent;
    border-left-color: #EDF9ED;
}

/*end chat body*/

/*enter chat*/
.JKChatView-chat-typing-container {
    background-color: #fff;
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60px;
    /*padding-right: 35px;*/
    border-top: 1px solid #ccc;
}

textarea.JKChatView-chat-text-area {
    display: block;
    border: none;
    width: 100%;
    height: 100%;
    padding: 5px 10px;
}

textarea.JKChatView-chat-text-area {
    resize: none;
}

/*end enter chat*/

/*chat compact*/
div.JKChatView-chat-compact {
    background-color: #337ab7;
    width: 250px;
    padding: 7px 10px;
    border-radius: 4px 4px 0 0;
    position: fixed;
    bottom: 0;
    right: 15px;
    overflow: hidden;
    box-shadow: #0000004d 0 -1px 4px 1px;
}

/*end chat compact*/

div.JKChatView-chat-compact, div.JKChatView-chat-container {
    box-shadow: #0000004d 0 -1px 4px 1px;
}

div.JKChatView-voice-input-container {
    position: absolute;
    right: 5px;
    top: 12px;
    padding: 5px;
}

div.JKChatView-voice-input-container > img:last-child {
    display: none;
}

div.JKChatView-voice-input-container:hover > img:first-child {
    display: none;
}

div.JKChatView-voice-input-container:hover > img:last-child {
    display: inherit;
}

a.JKChatView-a-powered {
    font-size: 9px;
    float: right;
    position: relative;
    bottom: 4px;
}

.JKChatView-a-powered > i {
    font-weight: 300;
}

.JKChatView-chat-announcement > a.link-store {
    color: #337ab7;
}

.JKChatView-chat-announcement > a.link-store:hover, .JKChatView-chat-announcement > a.link-store:focus {
    color: #23527c;
}

.JKChatView-chat-announcement {
    position: relative;
    bottom: 20px;
    right: 20px;
}

a.new-tab {
    target-name: new;
    target-new: tab;
}

@keyframes JKChatView-key-mic-animated {
    0% {
        box-shadow: 0 0 0 0 #f00;
    }
    50% {
        box-shadow: 0 0 0 20px #f00;
    }

    100% {
        box-shadow: 0 0 0 0 #f00;
    }
}

.JKChatView-mic {
    text-align: center;
    border-radius: 20px;
    color: #000;
    cursor: pointer;
    padding: 10px;
    display: inline-block;
    width: 40px;
    height: 40px;
}

.JKChatView-mic.disabled {
    opacity: 0.2;
}

.JKChatView-mic.active {
    animation: JKChatView-key-mic-animated 1.2s infinite linear alternate;
    background-color: #fff;
}

/*additional css*/
.JKChatView-chat-container .area-menu {
    -webkit-box-shadow: 0px 0px 3px 0 #999;
    -moz-box-shadow: 0px 0px 3px 0 #999;
    box-shadow: 0px 0px 3px 0 #999;
    margin-bottom: 10px;
    margin-left: 35px;
    margin-right: 20px;
}

.JKChatView-chat-container .text-menu {
    text-align: center;
    font-weight: bold;
    padding: 10px 20px;
    border-bottom: 1px solid #e9eaec;
}

.JKChatView-chat-container .item-menu {
    padding: 10px 20px;
    border-bottom: 1px solid #e9eaec;
    font-weight: bold;
    width: calc(100% - 17px);
}

.JKChatView-chat-container .html-img {
    margin-top: 8px;
}

.JKChatView-chat-container .name-item-menu {
    color: #42afff !important;
    cursor: pointer;
}

.JKChatView-chat-container .response-img, .JKChatView-chat-container .response-video {
    padding: 20px;
    margin-left: 35px;
    margin-right: 20px;
    margin-bottom: 10px;
}

.JKChatView-chat-container .text-img, .JKChatView-chat-container .text-video {
    line-height: 34px;
}

.JKChatView-chat-container .display-video-response iframe {
    width: 100%;
}

.JKChatView-chat-container .list-menu {
    position: relative;
}

.JKChatView-chat-container .list-menu .fa-chevron-left {
    position: absolute;
    top: -28px;
    left: 5px;
    color: #42afff;
    cursor: pointer;
}

.JKChatView-chat-container .list-menu .fa-chevron-right {
    position: absolute;
    top: -28px;
    right: 5px;
    color: #42afff;
    cursor: pointer;
}

.JKChatView-chat-container .slick-slide {
    height: initial !important;
}

/* render packageof of data */

.pack-of-data {
    width: 270px;
    height: 180px;
    box-shadow: 2px 3px 3px 3px rgb(232,232,232);
    border-radius: 8px;
    margin: 0px 20px 15px 0px;
    padding: 10px 30px 10px 30px;                 
}

.pack-of-data>p {
    height: 80px;
    text-align: 10px;
    text-indent: 15px;
    padding: 0px 13px 0px 13px;
    font-size: 15px;
    /* line-heightline: px; */
}

.data-registation-btn {
    height: 45px;
    width: 210px;
    border: none;
    background: rgb(80,174,181);
    color: #ffffff;
    border-radius: 10px;
    font-size: 14px;
    text-align: center;
    outline: none;
}

.data-registation-btn:hover {
    opacity: 0.9;
    outline: none;
}

.package-wrapper {
    display: flex;
    flex-direction: row;
    width: 100%;
    overflow: auto;
    padding-left: 60px;
    padding-top: 5px;
    -ms-overflow-style: none;  /*Internet Explorer 10+ */
    scrollbar-width: none; /*Firefox */
    overflow: -moz-scrollbars-none; /*Firefox */ 
}

.package-wrapper::-webkit-scrollbar { 
    display: none;  /* Safari and  Chrome */
}
.m-r-5 {
    margin-right: 5px !important;
}
.pointer {
    cursor: pointer;
}
.m-t-10 {
    margin-top: 10px !important;
}
.m-b-10 {
    margin-bottom: 10px !important;
}
.m-l-5 {
    margin-left: 5px !important;
}
