
#liveChatContainer .chat-btn {
    position: absolute;
    right: 14px;
    bottom: 30px;
    cursor: pointer;
}

#liveChatContainer .chat-btn .close {
    display: none;
}

#liveChatContainer .chat-btn i {
    transition: all 0.9s ease;
}

#liveChatContainer  #check:checked~.chat-btn i {
    display: block;
    pointer-events: auto;
    transform: rotate(180deg);
}

#liveChatContainer #check:checked~.chat-btn .comment {
    display: none
}

#liveChatContainer .chat-btn i {
    font-size: 22px;
    color: #fff !important;
}

#liveChatContainer .chat-btn {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    background-color:#6d4b88;
    color: #fff;
    font-size: 22px;
    border: none;
    border: 5px solid #fff
}

#liveChatContainer .wrapper {
    position: absolute;
    right: 20px;
    bottom: 100px;
    /* width: 350px; */
    background-color: #fff;
    border-radius: 15px;
    display: none;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    box-shadow: 0 0 14px 3px #00000042;
    /* padding: 15px; */
}

#liveChatContainer #check:checked~.wrapper {
    display: block;
    /* opacity: 1; */
}

#liveChatContainer .header {
    padding: 13px;
    background-color:#6d4b88;
    border-radius: 50px;
    margin-bottom: 10px;
    color: #fff;
    text-align: center;
}

#liveChatContainer .chat-form input,
#liveChatContainer textarea,
#liveChatContainer button {
    margin-bottom: 10px;
}

#liveChatContainer .chat-form textarea {
    resize: none;
    height: 150px;
}

#liveChatContainer .form-control:focus,
#liveChatContainer .btn:focus {
    box-shadow: none;
}

#liveChatContainer .btn,
#liveChatContainer .btn:focus,
#liveChatContainer .btn:hover {
    background: #a6a6ff;
    color: #000;
}

#liveChatContainer .btn-success:not(:disabled):not(.disabled):active,
#liveChatContainer .btn-success:not(:disabled):not(.disabled).active,
#liveChatContainer .show > .btn-success.dropdown-toggle {
    color: #fff;
    background: #a6a6ff;
    border:#fde40d;
}
#liveChatContainer .btn-success:not(:disabled):not(.disabled):active:focus,
#liveChatContainer .btn-success:not(:disabled):not(.disabled).active:focus,
#liveChatContainer .show > .btn-success.dropdown-toggle:focus {
    box-shadow: none;
    color: #000;
}

#liveChatContainer .btn, #liveChatContainer .btn:active {
    background-color:#fde40d;
    border:#fde40d;
    border: 0;
    padding: 10px 12px;
    border-radius: 3px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    box-shadow: none;
}

#liveChatContainer #check {
    display: none !important;
}

#liveChatContainer .chatTitle {font-size: 13px;}

#liveChatContainer .btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}   



::-webkit-scrollbar {
    width: 10px
}

::-webkit-scrollbar-track {
    background: #eee
}

::-webkit-scrollbar-thumb {
    background: #888
}

::-webkit-scrollbar-thumb:hover {
    background: #555
}

#liveChatContainer .wrapper {
    /* display: flex; */
    justify-content: center;
    align-items: center;
    background-color: #651FFF
}

#liveChatContainer .main {
    background-color: #eee;
    width: 320px;
    position: relative;
    border-radius: 8px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    padding: 6px 0px 0px 0px
}

#liveChatContainer .scroll {
    overflow-y: scroll;
    scroll-behavior: smooth;
    height: 325px
}

#liveChatContainer .img1 {
    border-radius: 50%;
    background-color: #66BB6A
}

#liveChatContainer .name {
    font-size: 8px
}

#liveChatContainer .msg {
    background-color: #fff;
    font-size: 11px;
    padding: 5px;
    border-radius: 5px;
    font-weight: 500;
    color: #3e3c3c
}

#liveChatContainer .between {
    font-size: 8px;
    font-weight: 500;
    color: #a09e9e
}

#liveChatContainer .navbar {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}

#liveChatContainer .form-control {
    font-size: 12px;
    font-weight: 400;
    width: 230px;
    height: 30px;
    border: none;
}

#liveChatContainer .form-control:focus {
    box-shadow: none;
    overflow: hidden;
    border: none;
}

#liveChatContainer .form-control:focus {
    box-shadow: none !important
}

#liveChatContainer .icon1 {
    color: #7C4DFF !important;
    font-size: 18px !important;
    cursor: pointer
}

#liveChatContainer .icon2 {
    color: #512DA8 !important;
    font-size: 18px !important;
    position: relative;
    left: 8px;
    padding: 0px;
    cursor: pointer
}

#liveChatContainer .icondiv {
    border-radius: 50%;
    width: 15px;
    height: 15px;
    padding: 2px;
    position: relative;
    bottom: 1px
}