.ic-live-chat-wrap {
    position: fixed;
    bottom: 20px;
    right: 45px;
    max-width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: end;
    z-index: 600000;
}

@media only screen and (max-width: 767.98px) {
    .ic-live-chat-wrap {
        right: 28px;
    }
}

@media only screen and (max-width: 575.98px) {
    .ic-live-chat-wrap {
        right: 20px;
    }
}


.ic-live-chat-wrap>*:not(:first-child) {
    margin-left: 5px;
}




.ic-live-chat-main-icon i {
    font-size: 32px;
    color: #fff;
    line-height: 37px;
}

.ic-live-chat-list-wrap,
.ic-live-chat-box-wrap {
    width: 280px;
    background-color: #fff;
    border-bottom: 25px solid #fff;
    border-radius: 5px;

    overflow: hidden;
    padding-bottom: 0;
    box-shadow: 0px 0px 9px -2px #0000006b;
    position: relative;
    z-index: 20000;
}

.ic-live-chat-main-icon {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 50px;
    height: 50px;
    border: 0;
    background: #7a4768;
    border-radius: 50%;
    box-shadow: 0px 0px 9px -2px #0000006b;
    z-index: 5000;
}

.ic-live-chat-box-wrap {
    border-bottom: 0;
}


.ic-live-chat-heading,
.ic-live-chat-box-footer {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    background-color: #f9e9da66;
}

.ic-live-chat-heading {
    padding: 10px 15px;
}

.ic-live-chat-box-footer {
    padding: 8px 15px 0;
}

.ic-live-chat-heading h3 {
    text-align: center;
    font-size: 20px;
    margin: 0;
}

@media only screen and (max-width: 600px) {
    .ic-live-chat-heading h3 {
        font-size: 16px;
    }
}

.ic-chat-close,
.ic-chat-user-close {
    transition: all 0.3s ease-in;
    cursor: pointer;
}

.ic-chat-close:hover,
.ic-chat-user-close:hover {
    color: rgb(247, 9, 9);
}

.ic-live-chat-list-wrap ul,
.ic-live-chat-box-content {
    position: relative;
    padding: 0;
    margin-bottom: 0;
    overflow-y: scroll;
}

.ic-live-chat-list-wrap ul {
    height: calc(100vh - 160px);
}

.ic-live-chat-box-content {
    max-height: 300px;
    min-height: 250px;
}

.ic-live-chat-list-wrap ul::-webkit-scrollbar,
.ic-live-chat-box-content::-webkit-scrollbar {
    width: 3px;
}
.ic-live-chat-list-wrap ul::-webkit-scrollbar-thumb,
.ic-live-chat-box-content::-webkit-scrollbar-thumb {
    background: #c5c5c5;
}

.ic-live-chat-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 0px;
    margin-bottom: 0;
    padding: 8px 10px;
    transition: all 0.3s ease-in;
}


.ic-unread-message {
    display: inline-block;
    font-weight: 500;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #ec4561;
    cursor: pointer;
    padding: 3px 6px;
    font-size: 11px;
    line-height: 11px;
    border-radius: 50%;
}
.ic-live-chat-list span {
    max-width: calc(100% - 40px);
}

.ic-live-chat-list .ic-user-image,
.ic-live-chat-heading h3 .ic-user-image,
.ic-user-image {
    margin-right: 10px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    overflow: hidden;
}


.ic-user-image-wrap {
    position: relative;
}

.ic-user-image-wrap .ic-is-online {
    position: absolute;
    bottom: 0;
    right: 8px;
    width: 10px !important;
    height: 10px !important;
    overflow: hidden;
    background: #2af318;
    z-index: 9;
    border-radius: 50%;
    /* border: 2px solid #767272; */
    max-width: none;
}
.ic-live-chat-heading h3 {
    display: inline-flex;
    align-items: center;
}

.ic-live-chat-list img,
.ic-live-chat-heading img,
.ic-user-image img {
    max-width: 100%;
}

.ic-live-chat-list,
.ic-live-chat-list a {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    color: #000;
    display: flex;
    align-items: center;
    transition: all 0.3s ease-in;
}

.ic-live-chat-list:hover {
    background: #0000000f;
}




/* .ic-live-chat-box-wrap {
    right: 290px;
} */

.ic-live-chat-box-wrap::-webkit-scrollbar {
    width: 4px;
  }

.ic-live-chat-box-wrap::-webkit-scrollbar {
    width: 4px;
}

.ic-live-chat-default-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    margin: 0;
}

.ic-live-chat-box-footer textarea {
    border: 0px;
    width: 100%;
    font-size: 17px;
    padding: 20px 0px 14ox;
    resize: none;
    line-height: 24px;
    overflow-x: hidden;
    background: transparent;
    font-size: 14px;
    background: transparent;
    font-size: 14px;
    word-break: break-word;
    cursor: text;
    border: medium none;
    margin-top: 8px;
}

.ic-live-chat-box-footer textarea,
.ic-live-chat-textarea {
    border: 0px;
    width: 100%;
    font-size: 17px;
    padding: 20px 0px 14ox;
    resize: none;
    line-height: 14px;
    overflow-x: hidden;
    background: transparent;
    font-size: 14px;
    background: transparent;
    font-size: 14px;
}

.ic-live-chat-box-footer textarea:focus,
.ic-live-chat-textarea:focus {
    border: 0;
    outline: 0;
}

.ic-live-chat-send {
    width: 30px;
    height: 30px;
    display: inherit;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    pointer-events: initial;
    transition: all 0.2s ease-in-out 0s;
    position: relative;
    background: 0;
    border: 0;
    transform: rotate(45deg);
    margin-bottom: 10px;
}

.ic-live-chat-box-content-inner {
    padding-top: 12px;
}

.ic-chat-box-user {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    padding: 6px 15px;
}

.ic-chat-box-user p {
    margin: 0;
    max-width: calc(100% - 40px);
}


[data-title] {
    position: relative;
}

[data-title]:hover::before {
    content: attr(data-title);
    position: absolute;
    bottom: -26px;
    /* -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, 0); */
    display: inline-block;
    padding: 3px 6px;
    border-radius: 2px;
    background: #e7e7e7;
    color: rgb(0, 0, 0);
    font-size: 12px;
    font-family: sans-serif;
    white-space: nowrap;
    z-index: 200;
    border: 1px solid rgb(175, 175, 175);
}

.ic-live-sender [data-title]:hover::before {
    right: 0;
}

.ic-live-reciver [data-title]:hover::before {
    left: 0;
}



.ic-live-sender p,
.ic-live-reciver p {
    padding: 5px 8px;
    border-radius: 8px;
    word-wrap: break-word;
    position: relative;
}

.ic-live-reciver p {
    background-color: #00000029;
    color: #000;
    letter-spacing: 0!important;
    text-transform: none!important;
    font-size: 16px!important;
}

.ic-live-sender p {
    background-color: #ecffd9;
    color: black;
    letter-spacing: 0!important;
    text-transform: none!important;
    font-size: 16px!important;
}


.ic-live-sender {
    flex-direction: row-reverse;
}
.ic-live-sender .ic-user-image {
    margin: 0 0 0 10px;
}

.ic-photobooth-details-area{
    z-index: 600000;
}

