.start-chat.show {
    display: block !important; /* Ensure textarea area shows */
}

.home-chat.show {
    display: block !important;
}

.head-home.show {
    display: flex !important;
    align-items: center;
}

#whatsapp-chat {
    box-sizing: border-box !important;
    outline: none !important;
    position: fixed;
    width: 350px;
    border-radius: 10px;
    box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
    bottom: 90px;
    right: 30px;
    overflow: hidden;
    z-index: 99;
    transform: translateY(100%); /* Start off-screen below */
    display: none !important; /* Enforce hidden initially with higher specificity */
}

#whatsapp-chat.show {
    display: block !important;
    z-index: 10000;
    animation: slideInFromBottom 0.3s ease-out forwards;
}

#whatsapp-chat.hide {
    animation: slideOutToBottom 0.3s ease-in forwards;
    display: block !important; /* Keep visible during animation */
}

.whatsapp-name {
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 0;
    margin-bottom: 0;
    line-height: 100%;
}

.head-home small {
    font-size: 12px;
    opacity: 0.6;
}

a.blantershow-chat,
a.blantershow-chat:focus,
a.blantershow-chat:active,
a.blantershow-chat:visited {
    background: #fff;
    color: #404040;
    position: fixed;
    display: flex;
    font-weight: 400;
    justify-content: space-between;
    z-index: 9999;
    bottom: 30px;
    right: 25px;
    font-size: 15px;
    padding: 10px 20px;
    border-radius: 30px;
    box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
}

a.blantershow-chat:hover {
    background: #fafafe;
    color: #000000;
    position: fixed;
    display: flex;
    font-weight: 400;
    justify-content: space-between;
    z-index: 9999;
    bottom: 30px;
    right: 25px;
    font-size: 15px;
    padding: 10px 20px;
    border-radius: 30px;
    box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
}

a.blantershow-chat.show {
    display: flex !important;
}

a.blantershow-chat svg {
    transform: scale(1.2);
    margin: 0 10px 0 0;
}

.header-chat {
    background: -webkit-linear-gradient(to right, #095e54, #074842);
    background: -moz-linear-gradient(to right, #095e54, #074842);
    background: -o-linear-gradient(to right, #095e54, #074842);
    background: linear-gradient(to right, #095e54, #074842);
    color: #fff;
    padding: 20px;
}

.info-avatar {
    position: relative;
}

.info-avatar img {
    border-radius: 100%;
    width: 50px;
    float: left;
    margin: 0 10px 0 0;
    border: 2px solid rgba(255, 255, 255, 0.2);
}

#get-label {
    font-size: 12px;
    color: #fff;
}

#get-nama {
    margin: 5px 0 0;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
}

textarea#chat-input {
    border: none;
    font-family: "Arial", sans-serif;
    width: 100%;
    height: 45px;
    outline: none;
    resize: none;
    padding: 10px;
    font-size: 14px;
    box-sizing: border-box;
}

a#send-it {
    width: 40px;
    height: 45px;
    font-weight: 700;
    padding: 10px 10px 0;
    background: #eee;
    border-radius: 0;
    display: inline-block;
}

a#send-it svg {
    fill: #a6a6a6;
    height: 24px;
    width: 24px;
}

.start-chat {
    display: none; /* Hidden initially */
}

.start-chat .blanter-msg {
    display: flex;
    align-items: flex-end;
}

#get-number {
    display: none;
}

a.close-chat {
    position: absolute;
    top: 10px;
    right: 12px;
    color: #fff;
    font-size: 30px;
    text-decoration: none;
}

@keyframes slideInFromBottom {
    from {
        transform: translateY(100%);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes slideOutToBottom {
    from {
        transform: translateY(0);
        opacity: 1;
    }
    to {
        transform: translateY(100%);
        opacity: 0;
    }
}

@media screen and (max-width: 480px) {
    #whatsapp-chat {
        width: auto;
        left: 5%;
        right: 5%;
        font-size: 80%;
    }
}

.show {
    display: block !important;
}

.home-chat,
.head-home {
    display: flex;
    align-items: center;
}

.head-home p {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.get-new {
    display: none; /* Hidden initially */
}

.whatsapp-chat-body {
    padding: 20px 20px 20px 10px;
    background-color: rgb(230, 221, 212);
    position: relative;
}

.whatsapp-chat-body::before {
    display: block;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
    opacity: 0.08;
    background-image: url("https://www.paaldansfabriek.nl/uploads/images/random/whatsapp-pattern.png");
}

.dAbFpq {
    display: flex;
    z-index: 1;
}

.eJJEeC {
    background-color: rgb(255, 255, 255);
    width: 52.5px;
    height: 32px;
    border-radius: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
    opacity: 0;
    transition: all 0.1s ease 0s;
    z-index: 1;
    box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
}

.hFENyl {
    position: relative;
    display: flex;
}

.ixsrax {
    height: 5px;
    width: 5px;
    margin: 0px 2px;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    animation-duration: .5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    top: 0px;
    background-color: rgb(158, 157, 162);
    animation-name: ZpjSY;
}

.dRvxoz {
    height: 5px;
    width: 5px;
    margin: 0px 2px;
    background-color: rgb(182, 181, 186);
    border-radius: 50%;
    display: inline-block;
    position: relative;
    animation-duration: .5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    top: 0px;
    animation-name: hPhMsj;
}

.kXBtNt {
    height: 5px;
    width: 5px;
    margin: 0px 2px;
    background-color: rgb(182, 181, 186);
    border-radius: 50%;
    display: inline-block;
    position: relative;
    animation-duration: .5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    top: 0px;
    animation-name: iUMejp;
}

.kAZgZq {
    padding: 7px 14px 6px;
    background-color: rgb(255, 255, 255);
    border-radius: 0px 8px 8px;
    position: relative;
    transition: all 0.3s ease 0s;
    opacity: 0;
    transform-origin: center top 0px;
    z-index: 2;
    box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
    margin-top: 4px;
    margin-left: -54px;
    max-width: calc(100% - 66px);
}

.kAZgZq[style*="opacity: 1"] {
    opacity: 1;
}

.kAZgZq::before {
    position: absolute;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAmCAMAAADp2asXAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAACQUExURUxpccPDw9ra2m9vbwAAAAAAADExMf///wAAABoaGk9PT7q6uqurqwsLCycnJz4+PtDQ0JycnIyMjPf3915eXvz8/E9PT/39/RMTE4CAgAAAAJqamv////////r6+u/v7yUlJeXl5f///5ycnOXl5XNzc/Hx8f///xUVFf///+zs7P///+bm5gAAAM7Ozv///2fVensAAAAvdFJOUwCow1cBCCnqAhNAnY0WIDW2f2/hSeo99g1lBYT87vDXG8/6d8oL4sgM5szrkgl660OiZwAAAHRJREFUKM/ty7cSggAABNFVUQFzwizmjPz/39k4YuFWtm55bw7eHR6ny63+alnswT3/rIDzUSC7CrAziPYCJCsB+gbVkgDtVIDh+DsE9OTBpCtAbSBAZSEQNgWIygJ0RgJMDWYNAdYbAeKtAHODlkHIv997AkLqIVOXVU84AAAAAElFTkSuQmCC");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    top: 0px;
    left: -12px;
    width: 12px;
    height: 19px;
}

.bMIBDo {
    font-size: 13px;
    font-weight: 700;
    line-height: 18px;
    color: rgba(0, 0, 0, 0.4);
}

.iSpIQi {
    font-size: 14px;
    line-height: 19px;
    margin-top: 4px;
    color: rgb(17, 17, 17);
}

.cqCDVm {
    text-align: right;
    margin-top: 4px;
    font-size: 12px;
    line-height: 16px;
    color: rgba(17, 17, 17, 0.5);
    margin-right: -8px;
    margin-bottom: -4px;
}

@keyframes ZpjSY {
    0% { background-color: rgb(182, 181, 186); }
    15% { background-color: rgb(17, 17, 17); }
    25% { background-color: rgb(182, 181, 186); }
}

@keyframes hPhMsj {
    15% { background-color: rgb(182, 181, 186); }
    25% { background-color: rgb(17, 17, 17); }
    35% { background-color: rgb(182, 181, 186); }
}

@keyframes iUMejp {
    25% { background-color: rgb(182, 181, 186); }
    35% { background-color: rgb(17, 17, 17); }
    45% { background-color: rgb(182, 181, 186); }
}