*, ::after, ::before {
    box-sizing: border-box;
}

/* Chat icon css starts */
input[type="radio"] {
    display: none;
}

.fade:not(.show) {
    opacity: 1 !important;
}

.overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .6);
    z-index: 1000000;
}

.chat {
    background: #ffffff;
    height: 65px;
    width: 65px;
    display: none;
    border-radius: 50%;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.5) !important;
    border: 0.5px solid #9c9c9b;
    cursor: pointer !important;
    position: fixed;
    z-index: 999;
    bottom: 0;
    font-size: 17px;
    font-weight: bold;
    float: right;
    color: white;
    padding-bottom: 5px;
    margin-bottom: 60px;
}
.chat-icon{
    height: 60px;
    width: 60px;
    object-fit: contain;
    padding: 3px 3px 3px 10px;
}

.chat-cross {
    background-color: #0084ff;
    height: 62px;
    width: 65px;
    display: none;
    border-radius: 50%;
    cursor: pointer !important;
    position: fixed;
    z-index: 999;
    bottom: 0;
    font-size: 17px;
    font-weight: bold;
    float: right;
    color: white;
    padding: 0 !important;
    margin-bottom: 25px;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .3);
}

.chat-cross img {
    height: 41px !important;
    width: 41px !important;
    margin-left: 8px !important;
    margin-top: 8px !important;
}

.tiny {
    width: auto;
    height: 0;
    content: "";
    bottom: 0;
    position: relative;
    border-style: solid;
    border-width: 13px 13px 0 0;
    border-color: whitesmoke transparent transparent transparent;
    background-color: white;
    padding: 15px;
    font-size: 14px;
}

.chat-text {
    position: fixed;
    z-index: 999;
    bottom: 25px;
    float: right;
    border-radius: 5px;
    border: 1px solid #fff;
    color: #555;
    font-weight: 400;
    word-wrap: break-word;
    padding: 9px 15px;
    width: 176px;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    cursor: pointer !important;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .3);
    height: 63px;
}

.chat-header {
    background: rgb(255, 255, 255);
    position: absolute;
    min-height: 6vh;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 7px 0 7px 0;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .3);
    margin-left: -15px;
    margin-top: -9px;
    right: 0;
    z-index: 9999 !important;
    border-top-right-radius: 7px;
    border-top-left-radius: 7px;
}

.chat-header .close{
    position: absolute;
    top: 10px;
    right: 20px;
    display: none;
}
.chat-header .close img{
    width: 10px;
}
.chat-header .avatar{
    width: 50px;
    /* height: 68px; */
    margin-right:15px;
    margin-left: 15px;
    /* padding: 10px; */
    margin-top: 0;
}
.chat-header .avatar img{
    width: 100%;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .3);
    border-radius: 50%;
}
.chat-header .company {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
}

.chat-header .company .header {
    font-size: 16px;
}
.chat-header .company .status {
    font-size: 14px;
    /*margin-left: -15px;*/
}

.chat-message {
    position: fixed;
    z-index: 1000001;
    bottom: 11px;
    float: right;
    border-radius: 5px;
    /*border: 1px solid #fff;*/
    color: #555;
    font-weight: 400;
    word-wrap: break-word;
    padding: 9px 15px;
    padding-bottom: 0;
    width: 400px;
    height: 90vh !important;
    max-height: 100% !important;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    cursor: pointer !important;
    background-color: #ffffff;
    -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .3);
}

.chat-area-cover {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    display: none;
    position: fixed;
    z-index: 1000001;
    bottom: 25px;
    float: right;
    border-radius: 5px;
    border: 1px solid #fff;
    /*color: #555;*/
    font-weight: 400;
    word-wrap: break-word;
    padding: 9px 15px;
    width: 69vh;
    height: 300px !important;
    max-height: 100% !important;
    text-align: center;
    /*font-size: 14px;*/
    /*line-height: 20px;*/
    background-color: #fff;
    -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .3);
    overflow-y: hidden;
}

.chat-area {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    background-image: url('images/bg-chat.png');
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    display: none;
    position: fixed;
    z-index: 1000001;
    bottom:10px;
    float: right;
    /*border-radius: 5px;*/
    border: 1px solid #fff;
    /*color: #555;*/
    font-weight: 400;
    word-wrap: break-word;
    padding: 9px 15px;
    width: 400px;
    height: 69vh;
    max-height: 100% !important;
    text-align: center;
    /*font-size: 14px;*/
    /*line-height: 20px;*/
    background-color: #fff;
    -webkit-box-shadow: inset 0 8px 6px -8px rgba(0, 0, 0, .3);
    -moz-box-shadow: inset 0 8px 6px -8px rgba(0, 0, 0, .3);
    /*box-shadow: inset 0 2px 8px 0 rgba(0, 0, 0, .3);*/
    box-shadow: inset 0 8px 6px -8px rgba(0, 0, 0, .3);
    border: 0;
    overflow-y: hidden;
}

.tiny:after {
    content: "";
    width: 1px;
    height: 1px;
    position: absolute;
    bottom: 14px;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    right: -7px;
    border-left: 7px solid #fff;
}

.message {
    content: "";
    border-style: solid;
    border-color: whitesmoke transparent transparent transparent;
    background-color: #f5f5f5;
    text-align: center;
    height: 40px;
    padding: 7px;
    font-size: 15px;
}

.chat-cross {
    height: 55px;
    width: 55px;
    display: none;
    padding: 8px 3px 6px 10px;
    z-index: 1000001;
}

input[type="radio"] {
    box-shadow: none !important;
    -webkit-appearance: none !important;
}

.scroll-full::-webkit-scrollbar {
    width: 3px;
}

.scroll-full::-webkit-scrollbar-thumb {
    background: #afafae;
    border-top-left-radius: 1.3em;
    border-top-right-radius: 1.3em;
}

.loading-img {
    margin-top: -5px;
    width: 30px;
    margin-bottom: 0;
}

.message-window {
    height: 90%;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 1000001;
    position: relative;
    padding-bottom: 20px;
    margin: 0 -15px; padding-left: 10px; padding-right: 15px;
}

.input-wrapper {
    position: absolute;
    bottom: 5px;
    height: 48px;
    left: 0;
    padding-left: 0;
    width:100%;
    background-color: transparent;
    margin-bottom: 0;
    z-index: 1000001;
    padding: 0 15px;
}

.person-reply {
    border-color: whitesmoke transparent;
    background-color: #0084ff;
    color: #fff;
    text-align: justify;
    height: auto;
    padding: 10px;
    font-size: 11.2pt;
    width: fit-content;
    float: right !important;
    display: block;
    border-bottom-left-radius: 1.3em;
    border-top-left-radius: 1.3em;
    border-bottom-right-radius: 1.3em;
    margin-bottom: 5px;
    margin-top: 5px;
    margin-right: 3px;
    line-height: 1.2;
    word-break: break-all;
}

.computer-question {
    line-height: 1.2;
    font-size: 11.2pt;
    font-family: "Helvetica Neue","Segoe UI",Helvetica,Arial,sans-serif;
    background-color: #f1f1f1;
    text-align: left;
    height: auto;
    /*padding: 10px;*/
    border-top-right-radius: 1.3em;
    border-bottom-left-radius: 1.3em;
    border-bottom-right-radius: 1.3em;
    clear: both;
    /*margin-top: 5px;*/
    /*margin-bottom: 5px;*/
    word-break: break-word;
    width: fit-content;
    padding: 12px 12px;
    margin: 3.2px;
}

.question-option {
    font-family: "Helvetica Neue","Segoe UI",Helvetica,Arial,sans-serif;
    font-size: 14px;
    /*font-size: 16px;*/
    font-weight:400;
    display: block;
    color: #fff;
    background-color: #0084ff;
    cursor: pointer !important;
    border-radius: 1.3em;
    box-shadow: 1px 1px 4px grey;
    text-align: center;
    padding-top:6px;
    padding-bottom:6px;
    margin:5px auto;
}

.question-option input[type="radio"] :focus {
    background-color: #ff9700;
    color: #fff;
}

.question-option:focus, .question-option:active {
    background-color: #ff9700;
    color: #fff;
}

.list-wrapper {
    bottom: 0;
    overflow-y: auto;
    max-height: 40%;
    position: absolute;
    z-index: 1000001;
    width:100%;
    left: 0;
    margin: 0;
    padding:0 15px;
}

.input-message[disabled] {
    background-color: transparent;
    border: 0;
    box-shadow: none;
    border-radius: 0;
    padding: 20px 0 5px;
    text-align: center;
    line-height: 1;
    height: auto;
    border-bottom: 1px solid #ccc;
    bottom: 0;
}

.sendButton[disabled] {display: none !important;}
.sendButton .fa-plane {display: none;}
.sendButton .fa-plane.color-blue {display: inline-block;}
.input-message {
    -webkit-appearance: none;
    margin: 0;
    border: 1px solid #d3d3d3;
    width: 100%;
    bottom: 10px;
    height: 48px;
    outline: 0;
    color: #000;
    border-radius: 50px;
    padding: 8px 50px 8px 15px;
    position: relative;
    box-shadow: 1px 1px 4px grey;
    /*padding-left: 20px;*/
    font-size: 13pt;
}

.sendButton {
    background: none;
    /* background-color: #f1f1f1; */
    border: none;
    /* bottom: 1px; */
    height: auto;
    position: absolute;
    right:8px;
    width: 0;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    padding-left: 0;
    bottom:10px;
    width:60px;
    border: 0;
    margin: 0;
    -webkit-appearance: none;
    height: 49px;
}

.send-enabled #send_button_icon {
    color: #0084ff;
}

.bg-color-blue{
    background: #0084ff !important;
}
.color-blue{
    color: #0084ff !important;
}

.cus-color{
    background: #9c9c9b;
}

#send_button_icon {
    font-size: 18pt;
    /*padding-right: 12px;*/
    color: #777;
    
    padding: 12px 6px 12px 6px;
    padding-left: 0;
}
#send-button .fa-plane.color-blue {
        width: 100%;
    background: #2083f6;
    color: #fff !important;
    border-radius: 0px 25px 25px 0;
    height: 49px;
}

#send_button_icon:before {
    content: "\f1d8";
}

.back-white {
    background-color: #FFFFFF !important;
}

.skipButton {
    display: none;
    cursor: pointer;
    background: none;
    /* background-color: #f1f1f1; */
    border: none;
    bottom: 1px;
    height: 45px;
    position: absolute;
    right: -13px;
    width: auto;
    /* width: 20px; */
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    font-size: 15pt;
    color: #0084ff;
    top: 5px;
}

#skip_button_icon {
    cursor: pointer;
    font-size: 18pt;
    /*padding-right: 12px;*/
    color: #777;
    width: 0px;
    padding: 4px 6px 1px 6px;
}

#skip_button_icon:before {
    content: "\f051";
}

.notification-count {
    display: none;
    position: fixed;
    color: #FFFFFF;
    background-color: hsl(3, 81.8%, 49.6%);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    line-height: 20px;
    font-size: 12px;
    text-align: center;
    cursor: pointer !important;
    border: 1px solid #fff;
    right: 15px;
    z-index: 999;
}

.chat-cross-phone {
    display: none;
    height: 30px;
    right: 0px;
    top: 4.2px;
    width: 48px;
    cursor: pointer !important;
    position: fixed;
    z-index: 1000005;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    margin: -20px 0 -20px -20px;
    float: right;
    padding: 30px 0 0px 0px;
}

.chat-cross-phone .hook {
    width: 100%;
    height: 100%;
    background-color: #F1F1F1;
    color: #333;
    box-shadow: 0 0.4px 0.2px rgba(0, 0, 0, .13);
    border-radius: 1.3em 0 0 1.3em;
}

.chat-cross-phone .hook i {
    color: #000000;
    padding-top: 7px;
}

.skipButton[disabled] {
    background-color: #f1f1f1;
    border: 0;
}

.search-suggestions {
    bottom: 10px;
    overflow: auto;
    font-size: 12pt;
    position: absolute;
    left:0;
    padding-left: 0;
    max-height: 88%;
    width:100%;
    margin:0;
    padding: 0 15px; 
    background-color: #fff;
}

#suggestion-menu-container {
    /*border-top-right-radius: 1.3em;
    border-top-left-radius: 1.3em;*/
    box-shadow: #888 0 -1.2px 2.4px -0.8px;
    margin-bottom: 8px;
    z-index: 9999998 !important;
}

.search-suggestions-options {
    text-align: center;
    padding: 0;
    width: 100%;
    margin: 0;
}
.choose {
    color: #fff;
    background-color: #0084ff;
    cursor: pointer;
    border-radius: 5.6px;
    box-shadow: 1px 1px 4px #fff;
    border-width: 0;
    padding: 10px 0;
    margin-top: 10px;
}
.smallText{
    font-size: 10pt;
}
.popup-frame{
    width: 100%;
    height: 70vh;
}

.chat-refresh {
    margin-right: 10px;
    margin-top: 5px;
    cursor: pointer
}
.info-container {
    display: flex;
    width: inherit;
    justify-content: space-between;
    padding-right: 30px;
}

.div-flex {
    display: flex;
}

/* The Modal (background) */
#frame .modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 9999999 !important; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: hidden; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */


#frame .modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 92%; /* Could be more or less, depending on screen size */
    position: relative;
}

/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
#frame .modal-close{
    margin-top: 15px;
    padding: 5px 20px;
    cursor: pointer;
    border-radius: 5px;
    background: #f5f5f5;
}
#frame .modal-dialog {
    width: 98vw;
    height: 90%;
    /*margin: 20px;*/
    padding: 0;
}

/*.modal-content-chatbot {*/
/*    height: auto;*/
/*    min-height: 100%;*/
/*    border-radius: 0;*/
/*}*/
#btnUrl{
    display: none;
}
.frame-close{
    padding-top: 3px;
    /* float: right; */
    padding-left: 7px;
    font-size: 22px;
    line-height: 18px;
    width: 20px;
    height: 24px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #FFF;
    position: absolute;
    right: -11px;
    top: -11px;
    border: 0px;
    /* -webkit-box-shadow: 0 0 2px 0 rgba(0,0,0,0.27); */
    /*box-shadow: 0 0 2px 0 rgba(0,0,0,0.27);*/
    cursor: pointer;
}
@-moz-document url-prefix() {
    .computer-question {
        width: -moz-fit-content !important;
    }
    .message-window{
        overflow-y: scroll;
    }
}

    @media only screen and (max-width: 600px) {

    .chat {
        margin-bottom: 60px;
    }

    .chat-text {
        bottom: 12px;
    }
    
    .chat-refresh{
        margin-right: 20px;
    }

}

@media screen and (max-width: 480px) {

    .chat-message {
        height: 100% !important;
        width: 100% !important;
        right: 0px;
        z-index: 999 !important;
        border-radius: 0px;
        overflow-x: hidden;
            padding-top: 0;
    }

    .chat-area {
        height: 83vh;
        /*width: 93% !important;*/
        right: 0px;
        z-index: 999 !important;
        width: 100% !important;
        left: 0;
        /* margin-top: 0; */
        /*padding-left: 0;
        padding-right: 0;*/
    }

    .input-message[disabled] {    padding: 10px 0 5px;}
    .sendButton {bottom:4px; right: 0px !important; margin: 0 !important;}
 
    .chat-cross-phone {
        /*display: block;*/
    }
    
    .chat-box {
        display: none;
    }
    
    
    #chat-box {
        display: none;
    }
    


    .chat-cross {
        display: none;
    }
    .input-wrapper{
        width:100%;
        margin-left: 0;
        padding:6px 15px;
    }
    .notification-count {
        bottom: 60px;
    }

    .message-window {
        /*margin-top: 15px !important;*/
        height: 85vh;
        position: relative;
        padding: 0 15px;
    }

    .chat-header{
        /*min-height: 10vh;*/
        margin-left: 0;
        left: 0;
        /* padding-left: 0; */
        margin-top: 0;
        padding-top: 10px;
        position: fixed;
    }
    .chat-header .close{
        top: 15px; right: 10px; display: block; line-height: 0; padding: 13px;
    }
    .chat-header .avatar{
        margin-top: 0;
    }
    .chat-header .company {
        margin-top: 0;
    }
    #frame .modal-dialog{
        width: auto;
    }
    #frame .modal-content{
        width: auto;
       /* margin: 5%; */
        /*height: 90%;*/
        
    }
    .popup-frame{
        height: 80vh;
    }
    
    .chat-refresh{
        margin-right: 20px;
    }
    .list-wrapper {width: 100%;}

    .search-suggestions {max-height: 90%;}
}

.new-class {    align-items: center; line-height: 1.2; text-align: left;}

.buttontext {
    padding: 10px 135px 10px 135px;
    color: #fff;
    text-decoration: none;
}
.buttontext:hover {
    color: #fff !important;
    text-decoration: none !important;
}