﻿
#wp-live-chat-header {
    margin-bottom: 14px;
    border-radius: 62px 62px;
    position: relative;
    width: 62px;
    height: 62px;
    cursor: pointer;
    transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.wplc-color-bg-1 {
    /*background-color: #ED832F!important;*/
    /*text-decoration-style :dotted*/
}


.wplc-color-bg-1-green {
    /*background-color: #006A02!important;*/
}

.wplc-color-2 {
    color: #FFF!important;
}

#wp-live-chat-header.active {
    transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

#wplc_chatmsg {
    background-color: #fff!important;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 15px;
    line-height: 32px;
    color: #60686e;
    width: 268px!important;
    height: 40px;
    border: 0;
    border-radius: 5px;
    background: #fff;
    resize: none;
    border: none;
    white-space: pre-wrap;
    word-wrap: break-word;
    padding-left: 30px;
    padding-right: 100px;
    box-sizing: border-box;
    min-height: 35px;
    overflow-y: hidden;
    padding: 5px!important;
    margin-top: 10px;
    background-color: #fff!important;
    padding-left: 30px!important;
}

    #wplc_chatmsg:focus {
        outline: none!important;
        background-color: #fff;
        box-shadow: none!important;
    }

#wp-live-chat-inner-container textarea {
    width: 97%;
    height: 100px;
}

#wp-live-chat input, #wp-live-chat textarea {
    color: #2b2b2b;
    padding: 8px 10px 7px;
    margin-bottom: 10px;
    border: 0;
    border-radius: 5px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: normal;
    font-size: 12px;
    background-color: #fafafa;
    resize: none;
    border: none;
    transition: background-color .2s ease,box-shadow .2s ease;
}

    #wp-live-chat input:focus {
        outline: none;
        background-color: #fff;
        box-shadow: 0 0 40px 0 rgba(150,165,190,.14);
    }

    #wp-live-chat textarea:focus {
        outline: none;
        background-color: #fff;
        box-shadow: 0 0 40px 0 rgba(150,165,190,.14);
    }

#wp-live-chat select:focus {
    outline: none;
    background-color: #fff;
    box-shadow: 0 0 40px 0 rgba(150,165,190,.14);
}

#wplc_chatbox {
    top: 35px;
    bottom: 113px;
    z-index: 99998;
    position: absolute;
    overflow-y: auto;
    padding: 10px;
    width: 100%;
    overflow-y: scroll;
}

#wp-live-chat-inner-container {
}

#wp-live-chat td {
    padding: 5px;
    padding-left: 10px;
}

#wp-live-chat table {
    border: 0!important;
}

    #wp-live-chat table td {
        border: 0!important;
    }

#wplc_user_message_div {
    min-height: 60px;
    max-height: 60px;
    position: absolute;
    bottom: -60px;
    width: 100%;
    background-color: #fff;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    box-shadow: 0 0 40px 1px rgba(0,0,0,.07);
}

#wp-live-chat h4 {
    font-size: 20px;
    margin: 3px;
}

#wp-live-chat p {
    font-size: 14px;
    margin: 3px;
}

#wp-live-chat #wplc-sb {
    font-size: 14px;
    font-weight: 700;
}

#wp-live-chat {
    /*font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;*/
    position: fixed;
    z-index: 28000000;
    display: block;
    border-radius: 5px 5px 0 0;
    color: #999;
}



/* ---------- LIVE-CHAT ---------- */

#live-chat {
    /*-webkit-box-shadow: 0 5px 40px rgba(0,0,0,.16)!important;*/
    box-shadow: 0 0 40px 10px rgba(0,0,0,.07);
    bottom: 107px;
    font-size: 12px;
    right: 24px;
    position: fixed;
    width: 300px;
    z-index: 9999;
}

    #live-chat header {
        background: #FF8400;
        border-radius: 5px 5px 0 0;
        color: #fff;
        cursor: pointer;
        padding: 16px 24px;
    }

#chatHeader h3 {
    color: #fff;
    font: bold;
}

#live-chat h3:before {
    background: #1a8a34;
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: 8px;
    margin: 0 8px 0 0;
    width: 8px;
}

#live-chat h4 {
    font-size: 12px;
}

#live-chat h5 {
    font-size: 10px;
}

#live-chat form {
    padding: 24px;
}

/*#live-chat input[type="text"] {
      border: 1px solid #ccc;
      border-radius: 3px;
      padding: 8px;
      outline: none;
      width: 234px;
    }*/

.chat-message-counter {
    background: #e62727;
    border: 1px solid #fff;
    border-radius: 50%;
    display: none;
    font-size: 12px;
    font-weight: bold;
    height: 28px;
    left: 0;
    line-height: 28px;
    margin: -15px 0 0 -15px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 28px;
}

.chat-close {
    background: #1b2126;
    border-radius: 50%;
    color: #fff;
    display: block;
    float: right;
    font-size: 10px;
    height: 16px;
    line-height: 16px;
    margin: 2px 0 0 0;
    text-align: center;
    width: 16px;
}

.chat {
    background: #fff;
}

.chat-history {
    background-color: #fff;
    height: 340px;
    padding: 8px 24px;
    overflow-y: auto;
}

.chat-message {
    margin: 16px 0;
}

    .chat-message img {
        border-radius: 50%;
        float: left;
    }

.chat-message-content {
    margin-left: 56px;
}

.chat-time {
    float: right;
    font-size: 10px;
}

.chat-feedback {
    font-style: italic;
    margin: 0 0 0 80px;
}

.chat-right {
    position: relative;
    background: #d0e6e6;
    text-align: right;
    min-width: 45%;
    padding: 10px 15px;
    border-radius: 6px;
    border: 1px solid #ccc;
    float: right;
    right: 20px;
}

    .chat-right::before {
        content: '';
        position: absolute;
        visibility: visible;
        top: -1px;
        right: -10px;
        border: 10px solid transparent;
        border-top: 10px solid #ccc;
    }

    .chat-right::after {
        content: '';
        position: absolute;
        visibility: visible;
        top: 0px;
        right: -8px;
        border: 10px solid transparent;
        border-top: 10px solid #d0e6e6;
        clear: both;
    }

.chat-left {
    position: relative;
    background: #FFF;
    text-align: right;
    min-width: 45%;
    padding: 10px 15px;
    border-radius: 6px;
    border: 1px solid #ccc;
    float: left;
    left: 20px;
}

    .chat-left::before {
        content: '';
        position: absolute;
        visibility: visible;
        top: -1px;
        left: -10px;
        border: 10px solid transparent;
        border-top: 10px solid #ccc;
    }

    .chat-left::after {
        content: '';
        position: absolute;
        visibility: visible;
        top: 0px;
        left: -8px;
        border: 10px solid transparent;
        border-top: 10px solid #FFF;
        clear: both;
    }

/*extra*/




#ehcp_user_message_div {
    /*min-height: 60px;
    max-height: 60px;
    position: absolute;
    bottom: -60px;
    width: 100%;
    background-color: #fff;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    box-shadow: 0 0 40px 1px rgba(0,0,0,.07);*/
    min-height: 60px;
    max-height: 179px;
    position: absolute;
    bottom: -60px;
    width: 100%;
    background-color: #fff;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    box-shadow: 0 0 40px 1px rgba(0,0,0,.07);
    padding: 8px 24px;
    margin-left: -24px;
}

    #ehcp_user_message_div button {
        width: 57px;
        height: 33px;
    }
    /* new by nf*/
     #wp-live-chat-header {
        background: url('https://www.eurekahedge.com/Content/images/chat_imag/iconRetina.png') no-repeat;
        background-size: cover;
    }
    
        #wp-live-chat-header.active {
            background: url('https://www.eurekahedge.com/Content/images/chat_imag/iconCloseRetina.png') no-repeat;
            background-size: cover;
        }

    #wp-live-chat-4 {
        background: url('https://www.eurekahedge.com/Content/images/chat_imag/cloudy.jpg') repeat;
        background-size: cover;
    }

.wp-live-chat-wraper {
    cursor: pointer;
    /*background-color: red fdsf*/
    background-color: #7cb342;
    width: 71px;
    border-radius: 36px;
    -webkit-box-shadow: 0 5px 40px rgba(0,0,0,.16) !important;
    -moz-box-shadow: 0 5px 40px rgba(0,0,0,.16) !important;
    box-shadow: 0 5px 40px rgba(0,0,0,.16) !important;
}
    /*#wp-chat-text {
        bottom: 32px;
        position: fixed;
        color: white;
        right: 60px;
        font-size: x-large;
       
    }*/
 #wp-chat-text {
    display:block;
    bottom: 88px;
    position: fixed;
    color: white;
    right: 54px;
    font-size: x-large;
}

@media screen and (max-width: 500px) {
    #live-chat {
        box-shadow: 0 0 40px 10px rgba(0,0,0,.07);
        bottom: 107px;
        font-size: 12px;
        right: 0;
        position: fixed;
        width: 100%;
        z-index: 9999;
    }
    #wp-chat-text {
    display:none;
    }
    .wp-live-chat-wraper {
        cursor: pointer;
        /*background-color: red fdsf*/
        background-color: #7cb342;
        width: 65px;
        border-radius: 36px;
        -webkit-box-shadow: 0 5px 40px rgba(0,0,0,.16) !important;
        -moz-box-shadow: 0 5px 40px rgba(0,0,0,.16) !important;
        box-shadow: 0 5px 40px rgba(0,0,0,.16) !important;
    }
}

@media (min-width: 501px) and (max-width: 768px) {
    #live-chat {
        box-shadow: 0 0 40px 10px rgba(0,0,0,.07);
        bottom: 107px;
        font-size: 12px;
        right: 26;
        position: fixed;
        width: 50%;
        z-index: 9999;
    }
    #wp-chat-text {
    display:none;
    }
    .wp-live-chat-wraper {
         cursor:pointer;
        /*background-color: red fdsf*/
         background-color: #ED832F ;
        width: 65px;
        border-radius: 36px;
        -webkit-box-shadow: 0 5px 40px rgba(0,0,0,.16)!important;
        -moz-box-shadow: 0 5px 40px rgba(0,0,0,.16)!important;
        box-shadow: 0 5px 40px rgba(0,0,0,.16)!important;
    }
  
   
}

@media (min-width: 769px) and (max-width: 1000px) {
    #live-chat {
        box-shadow: 0 0 40px 10px rgba(0,0,0,.07);
        bottom: 107px;
        font-size: 12px;
        right: 24;
        position: fixed;
        width: 40%;
        z-index: 9999;
    }
    #wp-chat-text {
    display:none;
    }
    .wp-live-chat-wraper {
         cursor:pointer;
        /*background-color: red fdsf*/
         background-color: #ED832F ;
        width: 65px;
        border-radius: 36px;
        -webkit-box-shadow: 0 5px 40px rgba(0,0,0,.16)!important;
        -moz-box-shadow: 0 5px 40px rgba(0,0,0,.16)!important;
        box-shadow: 0 5px 40px rgba(0,0,0,.16)!important;
    }
  
   
}
