﻿
body {
    margin: 0px;
    font-family: 'Roboto';
}

.welcome {
    position: fixed;
    right: 20px;
    bottom: 20px;
    display: flex;
    border-radius: 20px;
    padding: 10px;
    transition: all 1s;
}

    .welcome:hover {
        background-color: rgba(196, 213, 239, 0.50)
    }

        .welcome:hover .msgBox {
            width: 400px;
        }

.msgBox {
    position: relative;
    overflow: hidden;
    width: 0;
    transition: width 0.5s;
    margin: 0 10px;
}

    .msgBox > span {
        position: absolute;
    }

.chatBox {
    float: right;
    display: none;
    position: absolute;
    bottom: 0;
    right: 0;
}

.chat_icon:hover + .msgBox {
    width: 553px;
    height: 123px;
    border-radius: 28px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.29);
    border: solid 0.2px rgba(112, 112, 112, 0.43);
    background-color: rgba(196, 213, 239, 0.26);
}

.msg {
    font-family: 'Roboto';
    font-size: 18px;
    font-weight: 600;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: left;
    color: #393939;
}

.chat_icon {
    cursor: pointer;
    width: 60px;
    height: 60px;
}

.chatBox {
    width: 674px;
    height: 500px;
    border-radius: 28px;
    box-shadow: -5px 3px 15px 0 rgba(0, 0, 0, 0.29);
    border: solid 0.2px rgba(112, 112, 112, 0.43);
    background-color: #ffffff;
}

.botHeader {
    border-radius: 24px 24px 0 0;
    width: 674px;
    height: 70px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.29);
    border: solid 0.2px rgba(112, 112, 112, 0.43);
    background-color: #023859;
}

.chat_Icon {
    width: 48px;
    height: 48px;
}

.botName {
    font-family: 'Roboto';
    font-size: 24px;
    font-weight: 600;
    color: #ffffff;
}

.close_icon {
    width: 27px;
    height: 27px;
}

.botMsg {
    border-radius: 0px 4px 4px 4px;
    color: #2e2e2e;
    background-color: #eeeeee;
    padding: 10px 20px 10px 20px;
    font-family: 'Roboto';
    font-style: 14px;
}

.userMsg {
    background-color: #d9efff;
    border-radius: 4px 0 4px 4px;
    padding: 10px 20px 10px 20px;
    font-family: 'Roboto';
    font-size: 14px;
}

.bot_footer {
    position: fixed;
    width: 100%;
    display: flex;
    padding: 10px 20px;
    align-items: center;
}

.input-section {
    /*margin: 0 20px;*/
    position: relative;
}




.bot_msg_box {
}

.chat1 {
    height: 80%;
}
.chat2 {
    height: 65%;
}

.name {
    font-family: 'Roboto';
    font-size: 14px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.87);
}

.timeDate {
    font-family: 'Roboto';
    font-size: 10px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
    text-align: left;
    color: rgba(0, 0, 0, 0.6);
}

.input_textarea {
    border-radius: 30px;
    border: solid 0.5px rgba(0, 0, 0, 0.18);
    background-color: #ffffff;
    height: 55px;
}

.btn-optn {
    cursor: pointer;
    border: none;
    background-color: transparent;
}

.chat-input {
    width: 529px;
    height: 55px;
    border-radius: 30px;
    border: solid 0.5px #0c6ab2;
    background-color: #ffffff;
}

input:focus::placeholder {
    color: transparent;
}

input:focus {
    outline: none;
}

.input-mic {
    background: #fff none repeat scroll 0 0;
    color: #3e8fce;
    cursor: pointer;
    position: absolute;
    width: 53px;
    height: 55px;
    border-radius: 30px;
    border: solid 0.5px #0c6ab2;
    right: 33px;
}

.audio {
    width: 529px;
    height: 55px;
    border-radius: 30px;
    border: solid 0.5px rgba(0, 0, 0, 0.18);
    background-color: #ffffff;
}

.recording {
    width: 227px;
    height: 53px;
    border-radius: 27px;
    border: solid 0.2px rgba(2, 56, 89, 0.35);
    background-color: #ff2e2e;
}

.dropdown-item:hover {
    color: #16181b;
    background-color: #eee;
}

.input-wrapper {
   /* width: 82vw;*/
    position: relative !important;
}

#msg, #msg:focus {
    width: 100%;
    border-radius: 30px;
    border: solid 0.5px #0c6ab2;
    background-color: #ffffff;
    position: relative !important;
    padding-right: 40px;
    padding-left: 10px;
    height: 55px;
}

.mic-wrapper {
    display: flex;
    position: absolute;
    top: 0px;
    right: 0px;
    height: 32px;
    border-radius: 30px;
    border: 1px solid transparent;
}

.mic-icon {
    background: transparent;
    width: 55px;
    text-align: center;
    padding: 16px 0;
    border-radius: 17px;
    color: #3e8fce;
    cursor: pointer;
    height: 55px;
    border-radius: 50%;
}

.mic-text {
    position: relative;
    width: 0;
    padding: 15px 0;
    /* height: 40x; */
    transition: width 0.5s;
    overflow: hidden;
}

.mic-wrapper.show-record {
    background: #ff2e2e;
    border: 1px solid #ff2e2e;
    height: 55px;
}

    .mic-wrapper.show-record .mic-text {
        margin: 0 0 0 10px;
        width: 165px;
        height: 40px;
    }

    .mic-wrapper.show-record .mic-icon {
        color: #ffffff;
    }
/* .mic-text>div{
  position: absolute;
} */
.mic-text span {
    display: inline-block;
    font-size: 14px;
    color: #ffffff;
}

    .mic-text span.count {
        text-align: right;
        width: 40px;
    }

.chatbox__title__close {
    color: #ffffff;
    font-size: 20px;
}

    .chatbox__title__close:focus, .btn-optn:focus {
        outline: 1px dotted transparent;
        outline: 0px auto -webkit-focus-ring-color;
    }

.help-btn {
    position: fixed;
    bottom: 50;
    right: 120px;
    height: 90px;
    width: 90px;
    border-radius: 75px;
    background-color: #023859;
}


.chatbox {
    position: fixed;
    bottom: 0;
    right: 30px;
    width: 528px;
    height: 528px;
    border-radius: 28px;
    box-shadow: -5px 3px 15px 0 rgba(0, 0, 0, 0.29);
    border: solid 0.2px rgba(112, 112, 112, 0.43);
    background-color: rgba(196, 213, 239, 0.26);
    font-family: 'Lato', sans-serif;
    -webkit-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
    z-index: 999;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.chatbox--tray {
    bottom: -530px;
}

.chatbox--closed {
    bottom: -400px;
}

.chatbox .form-control:focus {
    border-color: #1f2836;
}

.chatbox__title,
.chatbox__body {
    border-bottom: none;
}

.chatbox__title {
    min-height: 60px;
    padding-right: 10px;
    background-color: #3e8fce;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.29);
    border: solid 0.2px rgba(112, 112, 112, 0.43);
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    cursor: pointer;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

    .chatbox__title h5 {
        height: 50px;
        margin: 0 0 0 15px;
        line-height: 50px;
        position: relative;
        font-size: 25px;
        -webkit-flex-grow: 1;
        flex-grow: 1;
    }

        .chatbox__title h5 a {
            color: #fff !important;
            max-width: 195px;
            display: inline-block;
            text-decoration: none;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .chatbox__title h5:before {
            background-image: url('symbol2.png');
            content: '';
            display: block;
            position: absolute;
            top: 50%;
            left: 0;
            width: 80px;
            height: 80px;
            border-radius: 6px;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
        }

.chatbox__title__tray,
.chatbox__title__close {
    width: 24px;
    height: 24px;
    outline: 0;
    border: none;
    background-color: transparent;
    opacity: 0.5;
    cursor: pointer;
    -webkit-transition: opacity 200ms;
    transition: opacity 200ms;
}

    .chatbox__title__tray:hover,
    .chatbox__title__close:hover {
        opacity: 1;
    }

    .chatbox__title__tray span {
        width: 12px;
        height: 12px;
        display: inline-block;
        border-bottom: 2px solid #fff
    }

    .chatbox__title__close svg {
        vertical-align: middle;
        stroke-linecap: round;
        stroke-linejoin: round;
        stroke-width: 1.2px;
    }

.chatbox__body,
.chatbox__credentials {
    padding: 15px;
    border-top: 0;
    background-color: rgba(196, 213, 239, 0.26);
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    -webkit-flex-grow: 1;
    flex-grow: 1;
}

.chatbox__credentials {
    display: none;
}

    .chatbox__credentials .form-control {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.chatbox__body {
    overflow-y: auto;
}

.chatbox__body__message {
    position: relative;
}

    .chatbox__body__message p {
        padding: 15px;
        border-radius: 4px;
        font-size: 14px;
        background-color: #fff;
        -webkit-box-shadow: 1px 1px rgba(100, 100, 100, 0.1);
        box-shadow: 1px 1px rgba(100, 100, 100, 0.1);
    }

    .chatbox__body__message img {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        border: 2px solid #fcfcfc;
        position: absolute;
        top: 15px;
    }

.chatbox__body__message--left p {
    margin-left: 15px;
    padding-left: 30px;
    text-align: left;
    padding-top: 25px;
}

.chatbox__body__message--left img {
    left: -5px;
}

.chatbox__body__message--right p {
    margin-right: 15px;
    padding-right: 30px;
    text-align: right;
}

.chatbox__body__message--right img {
    right: -5px;
}

.chatbox__message {
    padding: 15px;
    min-height: 50px;
    outline: 0;
    resize: none;
    border: none;
    font-size: 12px;
    border: 1px solid #ddd;
    border-bottom: none;
    background-color: #fefefe;
}

.chatbox--empty {
    height: 262px;
}

    .chatbox--empty.chatbox--tray {
        bottom: -212px;
    }

    .chatbox--empty.chatbox--closed {
        bottom: -262px;
    }

    .chatbox--empty .chatbox__body,
    .chatbox--empty .chatbox__message {
        display: none;
    }

    .chatbox--empty .chatbox__credentials {
        display: block;
    }

.chatbox_timing {
    position: absolute;
    right: 10px;
    font-size: 12px;
    top: 2px;
}

    .chatbox_timing ul {
        padding: 0;
        margin: 0
    }

        .chatbox_timing ul li {
            list-style: none;
            display: inline-block;
            margin-left: 3px;
            margin-right: 3px;
        }

            .chatbox_timing ul li a {
                display: block;
                color: #ffffff
            }

.ul_msg {
    padding: 10px !important;
}

.chatbox__body__message--right .ul_section_full {
    margin-right: 15px;
    padding-right: 30px;
    text-align: right;
    border-radius: 4px;
    font-size: 14px;
    background-color: #fff;
    -webkit-box-shadow: 1px 1px rgba(100, 100, 100, 0.1);
    box-shadow: 1px 1px rgba(100, 100, 100, 0.1);
    margin-bottom: 15px;
    padding-bottom: 5px;
    padding-top: 15px;
}

.chatbox__body__message--left .ul_section_full {
    margin-left: 15px;
    padding-left: 15px;
    text-align: left;
    padding-top: 15px;
    padding-bottom: 5px;
    margin-bottom: 15px;
    border-radius: 4px;
    font-size: 14px;
    color: #ffffff;
    background-color: #023859;
    -webkit-box-shadow: 1px 1px rgba(100, 100, 100, 0.1);
    box-shadow: 1px 1px rgba(100, 100, 100, 0.1);
}

.ul_msg {
    padding: 0;
    margin: 0px
}

    .ul_msg li {
        list-style: none;
        display: block
    }

.ul_msg2 {
    padding: 0;
    margin: 0px;
    text-align: right;
}

    .ul_msg2 li {
        list-style: none;
        display: inline-block;
        margin-right: 15px;
    }

.chatbox__body__message--right .chatbox_timing {
    position: absolute;
    left: 10px;
    font-size: 12px;
    top: 2px;
}

.chatbox__body__message--right .ul_msg2 {
    text-align: left
}

    .chatbox__body__message--right .ul_msg2 li {
        list-style: none;
        display: inline-block;
        margin-left: 15px;
        margin-right: 0px
    }

.chat_set_height {
    height: 40px;
    margin-top: 1px;
}

.chatbox22 .form-control:focus {
    border-color: #DCDCDC;
}

.width50 {
    width: 50%;
    float: left;
    background: #ECECEC;
}

/*======================Chat Box Ends=====================================================*/
/*======================Message=====================================================*/
.message_check {
    padding-top: 10px;
}

.messsade_date {
    text-align: left;
    padding-top: 9px;
}

    .messsade_date a {
        color: #000;
    }

.padleftright0 {
    padding-left: 0px;
    padding-right: 0px;
}

.message_box_area {
    color: #000;
    cursor: pointer;
}

.create_m {
    border: 1px solid #ccc !important;
}

.input-group-text {
    border-radius: 0px 25px 25px 0px;
}

.chat-input {
    height: 55px;
    border-radius: 25px 0px 0px 25px;
}

.btn-info {
    width: 53px;
    height: 53px;
    border-radius: 30px;
    background: #3e8fce;
}

.fileinput-button {
    float: left;
    margin-right: 4px;
    overflow: hidden;
    position: relative;
}

.fileinput-button {
    background: none repeat scroll 0 0 #eeeeee;
    border: 1px solid #e6e6e6;
    margin-top: 15px;
}

.fileinput-button {
    float: left;
    margin-right: 4px;
    overflow: hidden;
    position: relative;
}

    .fileinput-button input {
        cursor: pointer;
        direction: ltr;
        font-size: 23px;
        margin: 0;
        opacity: 0;
        position: absolute;
        right: 0;
        top: 0;
        transform: translate(-300px, 0px) scale(4);
    }

.fileupload-buttonbar .btn,
.fileupload-buttonbar .toggle {
    margin-bottom: 5px;
}

.create_m:focus {
    border-color: #66afe9 !important;
    outline: 0 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6) !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6) !important;
}

.col-lg-3.control-label {
    text-align: left;
}

.panel-footer {
    background-color: #e5ecf8;
    border-radius: 0px 0px 29px 29px;
}
