body {
    font-family: 'Noto Sans JP', sans-serif;
    font-style: normal;
    background: transparent;
    overflow: hidden;
}

.mt-2 {
    margin-top: 20px;
}

.chat-window {
    background: #f8fafc;
    margin: 10px;
    overflow: hidden;
    border: 0px solid rgb(207, 207, 207);
    bottom: 15px;
    right: 15px;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.75);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    display: none;
}

.chat-body,
.chat-rate {
    background: #FFF;
}

/* Allows chat scrolling */
.chat-rate,
.chat-body {
    padding: 10px 10px;
    overflow-y: auto;
    right: -17px;
}

.chat-rate {
    padding: 15px 15px;
    color: #51565c;
    display: none;
    text-align: center;
    /*background: #ecebfb;*/
}

.btn-rate {
    text-decoration: none;
    color: #444083;
    font-weight: 600;
}

.chat-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 25px;
    color: #FFF;
}

.company-icon {
    margin-left: 10px;
    margin-top: 5px;
}

.chat-row2 {
    text-align: right;
}

.chat-row2 a,
.chat-row a {
    display: inline-block;
    background: #6a7681;
    text-decoration: none;
    margin-top: 3px;
    padding: 3px 15px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    color: #f1f1f5;
    font-size: 90%;
    line-height: 18px;
}

.chat-time {
    color: #94a3b8;
    font-size: .65rem;
    line-height: 1rem;
}

.bubble6,
.bubble3,
.bubble2,
.bubble {
    color: white;
    padding: 15px 15px;
    line-height: 26px;
    font: 14px/22px "Lato", Arial, sans-serif;
}

.bubble2 div {
    text-align: left;
}

.bubble2 {
    background-color: #444753;
    margin-right: 5px;
    text-align: left;
    -webkit-border-radius: 15px;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius: 15px;
    -moz-border-radius-topright: 0;
    border-radius: 15px;
    border-top-right-radius: 0;
}

.bubble3 {
    background-color: rgba(14, 165, 233, .2);
    margin: 0 5px;
    -webkit-border-radius: 15px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius: 15px;
    -moz-border-radius-topleft: 0;
    border-radius: 15px;
    border-top-left-radius: 0;
    color: #444753;
}

.bubble4 {
    background-color: #444753;
    -webkit-border-radius: 15px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius: 15px;
    -moz-border-radius-topleft: 0;
    border-radius: 15px;
    border-top-left-radius: 0;
    color: #FFF;
}

.box-rating,
.bubble-start {
    padding: 15px 15px;
    color: #64748b;
    display: none;
    background: #ecebfb;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.bubble-start {
    margin-top: 20px;
}

.bubble-start input {
    height: 35px !important;
    border: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 10px 0;
}

#chat-start {
    margin-top: 15px !important;
}

.box-rating {
    display: block;
    text-align: left;
    margin-bottom: 20px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.box-rating h5 {
    margin: 1.25em 0 0 0;
}

.box-rating-img {
    height: 15% !important;
    margin: 10% 0;
}

.bubble6 {
    background-color: rgba(255, 152, 0, .1);
    color: #334155;
    border-radius: 15px;
    border-top-left-radius: 0;
    margin-left: 5px;
}

.bubble-notice {
    background-color: rgba(255, 152, 0, .1);
    color: #334155;
    border-radius: 15px;
    margin-left: 5px;
    padding: 15px 15px;
    line-height: 26px;
    font: 14px/22px "Lato", Arial, sans-serif;
}

.chat-rate,
.chat-welcome {
    display: none;
}

.center {
    text-align: center;
}

.btn-rate-decline,
.btn-rate-cancel,
.btn-chat-start {
    display: inline-block;
    background: #6a7681;
    text-decoration: none;
    margin-top: 10px;
    padding: 5px 15px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    color: #f1f1f5;
    min-width: 60%;
}

.block input {
    width: 90%;
    margin: 8px 8px;
    height: 25px;
    text-indent: 10px;
}

.chat-text,
.chat-emogif {
    display: inline-block;
}

.chat-input-active {
    background: #ecebfb;
    /*border: 1px solid rgba(79, 70, 229, .3);*/
}

.chat-input {
    display: flex;
    align-items: center;
    background: #ecebfb;
    /*opacity: 0.85;*/
    /*margin: 0 5px 5px 5px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;*/
    padding: 5px 5px;
}

.chat-input input[type=text] {
    border: none;
    resize: none;
    color: #707070;
    font-size: 14px;
    width: 100%;
    word-wrap: break-word;
    height: 30px;
    max-height: 200px;
    background: transparent;
}

.chat-input input[type=text]:focus {
    outline: none;
    /* background-color: #fff;
    box-shadow: 0 0 100px 0 rgba(0,0,0,.1); */
    height: 30px;
}

.chat-input .chat-input-buttons {
    width: 45px;
    padding-right: 16px;
    display: flex;
}

.chat-input .active-button {
    /*background-color: #16BE53;*/
    width: 20px;
    height: 20px;
    /*border-radius: 50%;*/
    margin-left: 0px;
    cursor: pointer;
    margin-right: 15px;
}

.chat-input .active-button.btn-send {
    background-image: url("../images/Send-Active.svg");
    background-size: cover;
}

.chat-input .active-button.btn-send {
    color: #FFF;
}


.user-img2,
.user-img {
    display: inline-table;
    position: relative;
    top: 24px;

    /*background: #bf616136;*/
    border-radius: 50%;
}

/*
.user-img2 {
    background: #0089ff30;
}

*/
.bubble-elements {
    display: inline-table;
    position: relative;
    max-width: 70%;
}

.onlinealt,
.online {
    width: 35px;
    border-radius: 60%;
    display: block;
    text-align: center;
    padding: 10px;
    fill: #FFF;
    background: #bf616136;
}

.onlinealt {
    margin: 6px auto;
    background: #0089ff30;
}

.chat-text {
    width: 85%;
    padding: 0 5px;
}

.chat-text-field {
    margin-top: 0;
    height: 33px;
}

.live-chat-icon {
    position: fixed;
    bottom: 0;
    right: 0;
    margin-right: 10px;
    margin-bottom: 10px;
    z-index: 10;
    background: #9152ce;
    padding: 12px 17px;
    border-radius: 40px;
    -webkit-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.32);
    -moz-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.32);
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.32);
    cursor: pointer;
}

.live-chat-title {
    background: #6f19bfbf;
    padding: 10px 0 10px 10px;
    color: #FFF;
    font: 17px/22px "Lato", Arial, sans-serif;
}

.bot-img {
    height: 30px;
    filter: brightness(0) invert(1);
    margin-top: 5px;
}

.bot-img-small {
    height: 25px;
    /*filter: brightness(0) invert(1);*/
}

.btn-min-chat,
.btn-close-chat {
    float: right;
    padding-right: 10px;
    color: #FFF;
    margin-top: 5px;
}

.btn-min-chat i,
.btn-close-chat i {
    color: #f4edfa;
    font-size: 22px;
    margin: 5px 5px 0 0;
}

.chat-rating-ul {
    list-style: none;
    margin: 0;
}

.chat-rating-ul li {
    list-style: none;
    padding: 5px;
}

.chat-rating-ul li a {
    font-size: 80%;
}

@keyframes append-animate {
    from {
        transform: scale(0);
        opacity: 0;
    }

    to {
        transform: scale(1);
        opacity: 1;
    }
}

/* animate new box */
.add-chat {
    animation: append-animate .2s linear;
}

@media (max-width: 768px) {
    .chat-window {
        /*width: 100%;*/
        position: fixed;
    }

    .btn-circle {
        position: initial;
        float: right;
        margin: 20px;
    }

    .bottom-right {
        position: fixed;
        bottom: 25px;
        right: 10px;
    }
}

/* Extra small devices (phones, 600px and down) */
@media screen and (max-width: 600px) {

    .chat-rate,
    .chat-body {
        height: calc(100vh - 175px);
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media screen and (min-width: 768px) {

    .chat-rate,
    .chat-body {
        height: calc(100vh - 145px);
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media screen and (min-width: 992px) {

    .chat-rate,
    .chat-body {
        height: calc(100vh - 150px);
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media screen and (min-width: 1200px) {

    .chat-rate,
    .chat-body {
        /*height: calc(100vh - 126px);*/
    }
}