
.WhatsAppProBox {
    position: fixed;
    z-index: 10000;
    margin: 10px;
    border-radius: 10px;
}

.WhatsAppProBTN {
    background: #fff;
    border-radius: 10px;
}

.WhatsAppProHeader {
    display: flex;
    font-weight: 600;
    background: #25D366;
    color: #fff;
    padding: 0.5rem;
    line-height: normal;
    align-items: center;
    border-radius: 10px 10px 0 0;
    justify-content: space-between;
}

.WhatsAppProTitleBox {
    display: flex;
    align-items: center;
    margin-right: 10px;
}

.WhatsAppProTitleBoxImage {
    background-color: #fff;
    padding: 0.25rem;
    border-radius: 50px;
    margin-left: 5px;
}

.WhatsAppProTitleBoxImage img {
    width: 20px;
    height: 20px;
}

.icon-close-whatsapp {
    width: 15px;
    height: 15px;
}


#ToggleWhatsAppPro img {
    position: absolute;
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #fff;
}

.BTNWhatsAppOpen {
    opacity: 0;
}

.AgentsWhatsApp {
    width: 300px;
    background: #fff;
    padding: 0.25rem;
    border-radius: 0 0 10px 10px;
    border: 1px solid #25d366;
    border-top: 0px;
}

.WhatsAppProSubtitle {
    padding: 0.5rem;
    margin-bottom: 0.25rem;
    font-size: 12px;
    color: #7a7a7a;
    border-bottom: 1px solid whitesmoke;
}

.AgentDetail {
    display: flex;
    flex-direction: column;
}

.AgentMessage {
    background: #6d97ee;
    border-radius: 5px;
    padding: 0 0.25rem;
    color: #fff;
    font-size: 14px;
    width: fit-content;
}

.AgentMessage:hover{
    color: #fff;
}

.AgentCall {
    background: #25d366;
    border-radius: 5px;
    padding: 0 0.25rem;
    color: #fff;
    margin-right: 5px;
    font-size: 14px;
}

.AgentCall:hover{
    color: #fff;
}

.AgentBoxConnect {
    display: flex;
}

.AgentDetailBox {
    margin-bottom: 0.5rem;
    display: flex;
    flex-direction: column;
}

.AgentImage {
    display: flex;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.AgentNickName {
    font-size: 14px;
}

.AgentDepartment {
    font-size: 12px;
    color: #919191;
}

.AgentBox {
    color: #393939;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    display: flex;
    text-align: right;
    align-items: center;
    justify-content: space-between;
    margin: 0.5rem;
    background: #f5f5f5;
    padding: 0.5rem;
    cursor: pointer;
}

.AgentBox:hover {
    background: #e7e7e7;
    color: #000111;
}

.ActiveAgent {
    background: #ffffff;
    border: 1px solid #25d366;
    border-left: 3px solid #25d366;
}

.whatsapp-button {
    display: flex;
    justify-content: center;
    align-content: center;
    width: 60px;
    height: 60px;
    z-index: 8;
    transition: .3s;
    margin: 10px;
    padding: 7px;
    border: none;
    outline: none;
    cursor: pointer;
    border-radius: 50%;
    background-color: rgb(255, 255, 255);
    box-shadow: 1px 1px 6px 0px #e0e0e0;
}





.nav-bottom {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-content: flex-end;
    width: auto;
    height: auto;
    position: fixed;
    z-index: 8;
    bottom: 40px;
    right: 10px;
    padding: 5px;
    margin: 0px;
    direction: rtl;
}





.popup-whatsapp {
    display: none;
    position: absolute;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    height: auto;
    bottom: 85px;
    right: 0px;
    transition: .5s;
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    animation: slideInRight .6s 0.0s both;
    box-shadow: 0 0 8px #e0e0e0;
    min-width: 280px;
}



.send-msPopup {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #ffffff;
    margin: 0px 5px 0px 0px;
    border: none;
    outline: none;
    cursor: pointer;
    box-shadow: 1px 1px 6px 0px #e0e0e0;
}

.is-active-whatsapp-popup {
    display: flex;
    animation: slideInRight .6s 0.0s both;
}

.whats-input {
    height: 40px;
    box-sizing: border-box;
    border: 1px solid #f8f8f8;
    border-radius: 20px;
    padding: 0px 10px 0px 0px;
    -webkit-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out;
    outline: none;
    transition: .3s;
    background-color: #f8f8f8;
    width: 100%;
}
.whats-input:focus {
    background-color: #f8f8f8;
    -webkit-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out;
    transition: .3s;
    border: 1px solid #e0e0e0;
}



.icon-send-wa {
    width: 15px;
    height: 15px;
}



.icon-font-color{
    color: #ffffff
}

.icon-font-color--black{
    color: #333333
}





.content-whatsapp.-top {
    width: 100%;
}





.head-message-p {
    margin: 1rem;
}

.content-whatsapp.-bottom {
    padding: 1rem 0.5rem;
    display: flex;
    width: 100%;
}

.receive-message {
    max-width: 580px;
    color: #393939;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    display: flex;
    flex-direction: column;
    margin-top: 10px;
    text-align: right;
    align-self: flex-start;
}

.receive-message span {
    margin-right: 0.5rem;
    background-color: #ffffff;
    color: #484848;
    padding: 0.4rem;
    border-radius: 10px;
    width: fit-content;
    box-shadow: 0px 0px 4px 0px #e0e0e0;
}

/** Pro Version **/
.rdwp-employee {
    border-left: 3px solid #07c774;
    color: #393939;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    display: flex;
    margin-top: 10px;
    text-align: right;
    align-items: center;
    justify-content: space-between;
    margin: 0.5rem;
    background: #f5f5f5;
}

.employee-img {
    width: 40px;
    height: 40px;
    border-radius: 50px;
    margin: 0.5rem;
}

.employee-name {
    margin-right: 0.5rem;
    font-size: 14px;
}

.employee-box {
    display: flex;
    flex-direction: column;
}

.employee-post {
    font-size: 12px;
    color: #919191;
    margin-right: 0.5rem;
}

.rdwp-employee-active {
    border: 2px solid #07c774;
    background-color: white;
}

/** BTN Product Page **/
.btn-WhatsApp {
    background: #4dc247;
    border: 1px solid #4dc247;
    color: #ffffff;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 0 8px #4dc247;
    max-height: 45px;
}

#BTNImgProductPage {
    max-width: 25px;
    margin-left: 10px;
}

.btn-WhatsApp:hover {
    opacity: 0.9;
    color: #fff;
    box-shadow: 0 0 5px #4dc247;
}

/** BTN Product Page **/