﻿#chatWin {
    font-family: Verdana;
    font-size: 10pt;
    border: solid 2px #5d9ece;
    display: none;
    z-index: 1000000;
    background: #fff;
    position: fixed;
    border-radius: 12px;
}

.win {
    width: 345px;
}

.frame {
    position: relative !important;
    left: 0px;
    top: 0px;
}

#chatWin.win #header {
    background-image: url('/Content/tc/headder.png');
    height: 60px;
    margin-bottom: 0px;
    position: relative;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

    #chatWin.win #header #supportLink {
        position: absolute;
        width: 90px;
        height: 25px;
        right: 5px;
        bottom: 5px;
    }

#chatWin #cri {
    display: none;
    padding: 0 0 0 6px;
    background: #fff;
    border: solid 2px #C1DEE6;
    margin: 0px;
}

    #chatWin #cri table td {
        color: #75A3AF;
        font-family: Verdana;
        padding: 0 5px 0 0;
    }

    #chatWin #cri b {
        line-height: 20px;
    }

    #chatWin #cri img[alt=Close] {
        float: right;
        cursor: pointer;
    }

    #chatWin #cri input[type=text] {
        width: 100px;
        margin-left: 3px;
        padding: 3px;
        border: solid 1px #aaa;
        border-radius: 5px;
        height: 21px;
    }

    #chatWin #cri input[type=button] {
        margin-left: 3px;
        padding: 3px;
        font-size: 11px;
        font-family: Tahoma;
        font-weight: bold;
        width: 50px;
        background: #2d53c6;
        color: #fff;
        border: solid 1px #aaa;
    }

    #chatWin #cri table, #chatWin #cri input[type=text] {
        font-size: 11px;
    }

.chatSendEmailContact {
    height: 24px;
    width: 24px;
    background: url(/Content/images/upload_images/icons.webp) -3px -92px;
    display: inline-block;
}

.chatCrossEmailContact {
    height: 24px;
    width: 24px;
    background: url(/Content/images/upload_images/icons.webp) -148px -122px;
    display: inline-block;
}

#btnSendCri {
    padding-left: 10px !important;
}

#chatWin .vm {
    color: #615b5b;
    position: relative;
    top: -32px;
    /* left: 44px; */
    overflow-wrap: break-word;
    text-align: left;
    padding: 0 9px;
    min-width: 50px;
    box-sizing: content-box;
}

#chatWin .cm {
    color: #fff;
    position: relative;
    top: -40px;
    overflow-wrap: break-word;
    text-align: left;
    min-width: 50px;
    box-sizing: content-box;
    line-height: 18px;
}

#chatWin #minMsgs {
    display: none;
    font-size: 10pt;
    font-weight: bold;
    padding: 5px;
    color: #fff;
}

#chatWin #header #imgWinMinMax {
    float: right;
    margin: 5px 12px 0px 0px;
    cursor: pointer;
    width: 26px;
    box-sizing: content-box;
}

#chatWin #loading, #chatWin #csrsContainer, #chatWin #chatContainer {
    display: none;
}

#chatWin #loading, #chatWin #csrsContainer {
    height: 394px;
    overflow: auto;
    background: #E3E3E3;
    border-radius: 0 0 37px 37px;
}

.avaialbleRepresent {
    text-align: center;
    padding: 2px;
    background: gray;
    color: #fff;
    font-size: 12px;
}

#CompanylogoChat {
    width: 53px;
}

#chatWin .talking {
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    padding: 2px;
    background-color: gray;
    color: #fff;
    position: fixed;
    width: 343px;
    z-index: 1;
    line-height: 20px;
    margin: 0 -6px;
}

#inp table {
    border-spacing: 0;
}

#btnSend {
    position: relative;
    left: 20px;
}

.chatResponseLogo {
    height: 60px;
    width: 43px;
    background: url(/Content/images/upload_images/icons.webp) -327px -101px;
    display: inline-block;
}

#chatWin #loading {
    display: block;
}

#chatWin #loading, #csrsContainer i {
    text-align: center;
    line-height: 20px;
    color: #666;
}

#chatWin #csrsContainer {
    font-size: 10pt;
    color: #171111;
    background: #fff;
    font-size: 12px;
    line-height: 20px;
}

#chatWin #talkingTo {
    background: #f7a740;
    color: #fff;
    font-weight: bold;
    font-size: 11px;
    line-height: 18px;
    height: 18px;
    padding: 0 5px;
}
#divChatBox input[type=text]{
    height: 40px;
    margin-bottom: 10px;
}
/*#chatWin .msgs div#msg{font-family:Verdana;font-size:11px;line-height:16px;padding-top:3px;padding-bottom:3px;border-bottom:solid 1px #eee;}*/
#chatWin #csrsContainer #csrs {
    margin-top: -5px;
}

#chatWin a:focus, #chatWin a:hover
{
    color: #fff;
}

#chatWin #csrs a {
    color: #5f5856;
    font-family: Arial;
    font-weight: bold;
    font-size: 16px;
    text-decoration: none;
    width: 120px;
    display: inline-block;
    margin-top: 14px;
    margin-left: 40px;
}
/*#chatWin #csrs a span{margin-left:19px;position:relative;top:44px}*/
/*#chatWin #csrs a img[alt=csrIco]{border:0px;position:absolute;left:10px;top:12px;}*/
#chatWin #inp {
    border-top: 2px solid #c7c7c4;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    height: 67px;
}

    #chatWin #inp textarea {
        border: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        outline: none;
        font-family: Verdana;
        font-size: 13px;
        line-height: 16px;
        width: 254px !important;
        height: 55px;
        min-height: 55px;
        color: #333;
        border: 0px;
        overflow: auto;
        padding-left: 10px;
        resize: none;
        border-radius: 6px;
        background-color: #e8e6e7;
        margin-left: 5px;
        padding-top: 5px;
        padding-bottom: 0px;
        box-sizing: content-box;
    }

    #chatWin #inp input[type=button] {
        font-family: Verdana;
        font-size: 12px;
        border: 0px;
        height: 44px;
        width: 70px;
        color: #888;
        background: #eee;
        font-weight: bold;
        border-top-right-radius: 4px;
        -moz-border-top-left-radius: 4px;
        -webkit-border-top-left-radius: 4px;
    }

#ChatHeaderLogo {
    width: 64px;
    margin-top: -36px;
    margin-left: 15px;
    position: absolute;
}

#spanLCS {
    color: white;
    font-weight: bold;
    position: absolute;
    padding: 0px 0px 0px 106px;
    font-size: 13px;
    letter-spacing: 1px;
}
.chatlogo {
    height: 64px;
    width: 64px;
    background: url(/Content/images/upload_images/icons.webp) -385px -101px;
    display: inline-block;
}

.chatHeaderPhone {
    color: white;
    font-size: 12px;
    padding: 0px 0px 0px 80px;
}

.chatHeaderEmail {
    color: white;
    font-size: 12px !important;
    text-decoration: none;
    padding-left: 12px;
}
.spi-minus {
    height: 19px;
    width: 18px;
    background: url(/Content/images/upload_images/icons.webp) -72px 0;
    display: inline-block;
}

.spi-mavatar {
    width: 19px;
    height: 30px;
    background: url(/Content/images/upload_images/icons.webp) -32px 0;
    display: inline-block;
}

.spi-favatar {
    height: 27px;
    width: 14px;
    background: url(/Content/images/upload_images/icons.webp) -336px 0;
}

/*.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}*/

#ChatHelloIcon {
    height: 30px;
    padding-left: 5px;
}
#UserlogoChat {
    width: 32px;
    position: inherit;
    top: -10px;
    margin-right: -46px;
}
.message-box-user {
    background-color: #e8e6e7;
    max-width: 206px;
    padding: 7px;
    margin-left: -2px;
    display: flex;
    border-radius: 6px;
}
.message-box-user:after {
    display: inline-block;
    content: '';
    position: absolute;
    background-color: #e8e6e7;
    height: 10px;
    width: 10px;
    transform: rotate( 45deg );
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate( 45deg );
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    top: 7px;
    margin: auto;
    right: -4px;
}
.message-box-csr {
    background-color: #0072b9;
    max-width: 208px;
    padding: 7px;
    margin-left: 53px;
    border-radius: 6px;
}
    .message-box-csr:before {
        display: inline-block;
        content: '';
        position: absolute;
        background-color: #0072b9;
        height: 10px;
        width: 10px;
        transform: rotate( 45deg );
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate( 45deg );
        -o-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        top: 7px;
        margin: auto;
        left: -4px;
    }

















.bottom-right {
    position: fixed;
    bottom: 0;
    right: 30px;
    bottom: 50px;
    z-index: 10;
}
.notification {
    position: relative;
    background-color: #8e3b3b;
    height: 20px;
    width: 20px;
    left: 40px;
    border-radius: 12px;
    color: #fff;
    text-align: center;
    line-height: 18px;
    top: 23px;
    border: 2px solid #fff;
    font-size: 12px;
}
.blinkchat {
    animation: blinkchat 2s infinite;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fa-comments-o:before {
    content: "\f0e6";
}
.round {
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}

.border {
    border: 2px solid #d88c36 !important;
}
.talk-bubble {
    margin: 70px 0;
    display: inline-block;
    position: relative;
    width: 179px;
    height: auto;
    background-color: #fff;
    cursor: pointer;
    box-shadow: 1px 1px 10px -1px #aaa;
}
.tri-right.border.btm-right-in:before {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: auto;
    right: 34px;
    bottom: -13px;
    border: 6px solid;
    border-color: #d88c36 #d88c36 transparent transparent;
}
.talktext {
    padding: .5em .5em .5em .85em;
    text-align: left;
    line-height: 1.5em;
    color: #484747;
}
    .talktext p {
        -webkit-margin-before: 0;
        -webkit-margin-after: 0;
        line-height: initial;
        font-size: 14px;
        color: #484747;
    }
#textMessgeBubble.hide {
    display: none;
}
.spi-arrow {
    height: 27px;
    width: 25px !important;
    background: url(/Content/images/upload_images/icons.webp) -310px 0;
    display: inline-block;
}
#chatWin .msgs {
    padding: 6px;
    overflow: auto;
    padding-top: 0;
}
#chatMessageDiv {
    margin: 0;
    border-radius: 5px;
    position: relative;
    background-color: #fff;
}
.message-box-Visitor {
    display: flex;
    width: unset;
    margin-top: 3px;
    flex-flow: column;
    align-items: flex-end;
    text-align: right;
    padding: 7px 50px 2px 0;
    margin-bottom: -40px;
}
.message-box-holder {
    width: unset;
    margin: 0 0 5px;
    flex-flow: column;
    align-items: flex-start;
    margin-bottom: -45px;
    margin-left: -5px;
    display: flex;
}
.csrLogo {
    height: 32px;
    width: 32px;
    background: url(/Content/images/upload_images/icons.webp) -77px -116px;
    display: inline-block;
}

#msg {
    border-color: transparent;
    font-size: 13px;
}

@media only screen and (min-width: 951px) {
    #chatWin div#header {
        background-image: url(/Content/tc/headder.png) !important;
    }
}

@media only screen and (max-width: 950px) {
    #chatWin.win #header {
        background-image: url(/Content/tc/header2.png);
        background-repeat: no-repeat;
    }
}

@media only screen and (max-width: 740px) {
    #chatWin.win #header {
        height: 34px !important;
    }
    #ChatHeaderLogo {
        display: none;
    }
    .chatHeaderPhone {
        display: none !important;
    }
    .chatHeaderEmail {
        position: relative;
        left: 215px;
        top: -29px;
    }
    #spanLCS {
        padding: 0px 0 0 16px !important;
    }
    #chatWin #header #imgWinMinMax {
        width: 20px;
    }
    .avaialbleRepresent {
        padding: 2px !important;
        font-size: 12px !important;
    }
    #chatWin #loading, #chatWin #csrsContainer {
        height: 300px !important;
    }
    #chatWin .talking {
        font-size: 11px !important;
        padding: 0px;
    }
}

@media only screen and (max-width: 680px) {
    #ChatHeaderLogo {
        width: 64px !important;
        margin-top: -40px !important;
    }
    #chatWin {
        right: 0 !important;
    }
}
@media only screen and (max-width: 400px) {
    #chatWin #header #imgWinMinMax {
        margin-right: 4px !important;
    }
}