/* ====================================== Contact WhatsApp ============================= */
/* WhatsApp */
.chat-wa-info {
    position: fixed;
    bottom: 100px;
    right: 20px;
    z-index: 100 !important;
    /*z-index: 2147483647 !important;*/
}
.chat-wa-info-hello {
    background: #fff;
    padding: 15px 25px;
    box-shadow: 0 1px 4px #d4d4d4;
    border-radius: 8px;
    margin-bottom: 20px;
    width: 360px;
}

.cwih-person {
    position: relative;
    background: #f7f7f7;
    padding: 10px 10px 18px 10px;
    border-radius: 4px;
    border-left: 3px solid #20b356;
    margin: 3px 0px 15px;
}
.cwih-person-img {
    position: absolute;
    padding-left: 0px;
}
.cwih-person-img img {
    max-height: 60px;
    width: auto;
}
.cwih-person-teks {
    padding-left: 75px;
}
.cwih-person-teks .cpk-name {
    font-size: 20px;
    font-weight: 600;
    color: #333;
}
.cwih-person-teks .cpk-position {
    font-size: 15px;
    color: #666;
}
.cwih-text p {
    font-size: 14px;
    line-height: 1.5;
}


.chat-wa-info-send {
    background: #fff;
    padding: 5px 10px;
    box-shadow: 0 1px 4px #d4d4d4;
    border-radius: 8px;
    margin-bottom: 20px;
    width: 360px;
    position: relative;
}
.chat-wa-info-send form {
    padding-right: 20px;
}
.chat-wa-info-send .form-control {
    border: 1px solid #fff !important;
}
.chat-wa-info-send button {
    background: transparent;
    border: none;
    position: absolute;
    top: 10px;
    right: 10px;
}

.chat-wa-info .custom-close-wa {
    position: absolute;
    top: 8px;
    right: 8px;
    height: 12px;
    width: 12px;
    cursor: pointer;
    transition: .2s ease-in-out;
    transform: rotate(45deg);
    opacity: 1;
}
.chat-wa-info .custom-close-wa::before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: gray;
    position: absolute;
    left: 0;
    top: 5px;
}
.chat-wa-info .custom-close-wa::after {
    content: "";
    display: block;
    height: 100%;
    width: 2px;
    background-color: gray;
    position: absolute;
    left: 5px;
    top: 0;
}

.none {
    display: none;
}
.contact-whatsapp {
    width: 200px;
    position: fixed;
    bottom: 30px;
    right: 20px;
    z-index: 1;
}
.contact-whatsapp img {
    max-height: 60px;
}



/* ====================================== Select WhatsApp ============================= */
.cwih-text-wa {
    position: relative;
    margin-bottom: 20px;
    border-radius: 30px;
    width: 100%;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.07);
    padding-top: 10px;
    padding-bottom: 10px;
}
.cwih-text-wa a {
    color: #444;
}
.cwih-text-wa-img {
    position: absolute;
    left: 20px;
    top: 7px;
}
.cwih-text-wa-img img {
    max-height: 30px;
}
.cwih-text-wa-text {
    padding-left: 70px;
}


@media (max-width: 380px) {
    .chat-wa-info-hello,
    .chat-wa-info-send {
        width: 280px;
    }
}