#whatsapp-chat {
    -webkit-box-sizing: border-box !important;
            box-sizing: border-box !important;
    outline: none !important;
    position: fixed;
    width: 350px;
    border-radius: 10px;
    -webkit-box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
            box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
    bottom: 90px;
    right: 30px;
    overflow: hidden;
    z-index: 99999;
    -webkit-animation-name: showchat;
            animation-name: showchat;
    -webkit-animation-duration: .35s;
            animation-duration: .35s;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  
  @media only screen and (max-width: 480px) {
    #whatsapp-chat {
      max-width: 300px;
      width: 100%;
      bottom: 75px;
    }
  }
  
  #whatsapp-chat .whatsapp-name {
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 0;
    margin-bottom: 0;
    font-family: var(--regular-font);
    line-height: 0.5;
        color: white;
  }
  
  #whatsapp-chat .head-home {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  
  #whatsapp-chat .head-home small {
    font-size: 12px;
    color: #ffffff;
    font-family: var(--icon-font);
    letter-spacing: .6px;
  }
  
  #whatsapp-chat .header-chat {
    background: #31a55c;
    color: #fff;
    padding: 20px;
  }
  
  #whatsapp-chat .header-chat h3 {
    margin: 0 0 10px;
  }
  
  #whatsapp-chat .header-chat p {
    margin: 0;
    line-height: 18px;
  }
  
  #whatsapp-chat .info-avatar {
    position: relative;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background: #fff;
    text-align: center;
    margin-right: 10px;
  }
  
  #whatsapp-chat .info-avatar img {
    width: 45px;
    height: 50px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  
  #whatsapp-chat a.informasi {
    padding: 20px;
    display: block;
    overflow: hidden;
    -webkit-animation-name: showhide;
            animation-name: showhide;
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
  }
  
  #whatsapp-chat a.informasi:hover {
    background: #f1f1f1;
  }
  
  #whatsapp-chat .info-chat span {
    display: block;
  }
  
  #whatsapp-chat #get-label {
    font-size: 12px;
    color: #888;
    color: #fff;
  }
  
  #whatsapp-chat span.chat-label {
    font-size: 12px;
    color: #888;
  }
  
  #whatsapp-chat #get-nama {
    margin: 5px 0 0;
    font-size: 15px;
    font-weight: 700;
    color: #222;
    color: #fff;
  }
  
  #whatsapp-chat span.chat-nama {
    margin: 5px 0 0;
    font-size: 15px;
    font-weight: 700;
    color: #222;
  }
  
  #whatsapp-chat span.my-number {
    display: none;
  }
  
  #whatsapp-chat textarea#chat-input {
    border: none;
    font-family: "Arial", sans-serif;
    width: 100%;
    height: 40px;
    outline: none;
    resize: none;
    padding: 10px;
    overflow: hidden;
    font-size: 14px;
  }
  
  #whatsapp-chat a#send-it {
    width: 45px;
    font-weight: 700;
    padding: 10px 10px 0;
    background: #fff;
  }
  
  #whatsapp-chat a#send-it svg {
    fill: #a6a6a6;
    height: 24px;
    width: 24px;
    margin-bottom: 6px;
  }
  
  #whatsapp-chat .first-msg {
    background: transparent;
    padding: 30px;
    text-align: center;
  }
  
  #whatsapp-chat .first-msg span {
    background: #e2e2e2;
    color: #333;
    font-size: 14.2px;
    line-height: 1.7;
    border-radius: 10px;
    padding: 15px 20px;
    display: inline-block;
  }
  
  #whatsapp-chat .start-chat .blanter-msg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  
  #whatsapp-chat #get-number {
    display: none;
  }
  
  #whatsapp-chat a.close-chat {
    position: absolute;
    top: 5px;
    right: 15px;
    color: #fff;
    font-size: 30px;
    text-decoration: none;
    font-family: var(--regular-font);
  }
  
  #whatsapp-chat.hide {
    display: none;
    -webkit-animation-name: showhide;
            animation-name: showhide;
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  
  #whatsapp-chat .show {
    display: block;
    -webkit-animation-name: showhide;
            animation-name: showhide;
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  
  #whatsapp-chat .whatsapp-message-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 1;
  }
  
  #whatsapp-chat .whatsapp-message {
    padding: 7px 14px 6px;
    background-color: #fff;
    border-radius: 0px 8px 8px;
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    opacity: 0;
    -webkit-transform-origin: center top 0px;
            transform-origin: center top 0px;
    z-index: 2;
    -webkit-box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
            box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
    margin-top: 4px;
    margin-left: -54px;
    max-width: calc(100% - 66px);
  }
  
  #whatsapp-chat .whatsapp-chat-body {
    padding: 20px 20px 20px 10px;
    background-color: #e6ddd4;
    position: relative;
    height: 300px;
  }
  
  #whatsapp-chat .whatsapp-chat-body::before {
    display: block;
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    z-index: 0;
    opacity: 0.08;
    background-image: url("public/images/whatsapp.webp");
  }
  
  #whatsapp-chat .dAbFpq {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 1;
  }
  
  #whatsapp-chat .eJJEeC {
    background-color: #fff;
    width: 52.5px;
    height: 32px;
    border-radius: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 10px;
    opacity: 0;
    -webkit-transition: all 0.1s ease 0s;
    transition: all 0.1s ease 0s;
    z-index: 1;
    -webkit-box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
            box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
  }
  
  #whatsapp-chat .hFENyl {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  
  #whatsapp-chat .ixsrax {
    height: 5px;
    width: 5px;
    margin: 0px 2px;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    -webkit-animation-duration: 1.2s;
            animation-duration: 1.2s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    top: 0px;
    background-color: #9e9da2;
    -webkit-animation-name: ZpjSY;
            animation-name: ZpjSY;
  }
  
  #whatsapp-chat .dRvxoz {
    height: 5px;
    width: 5px;
    margin: 0px 2px;
    background-color: #b6b5ba;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    -webkit-animation-duration: 1.2s;
            animation-duration: 1.2s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    top: 0px;
    -webkit-animation-name: hPhMsj;
            animation-name: hPhMsj;
  }
  
  #whatsapp-chat .kAZgZq {
    padding: 7px 14px 6px;
    background-color: #fff;
    border-radius: 0px 8px 8px;
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    opacity: 0;
    -webkit-transform-origin: center top 0px;
            transform-origin: center top 0px;
    z-index: 2;
    -webkit-box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
            box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
    margin-top: 4px;
    margin-left: -54px;
    max-width: calc(100% - 66px);
  }
  
  #whatsapp-chat .bMIBDo {
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    color: rgba(0, 0, 0, 0.54);
    letter-spacing: -0.2px;
    font-family: var(--regular-font);
  }
  
  #whatsapp-chat .iSpIQi {
    font-size: 14px;
    line-height: 19px;
    margin-top: 4px;
    color: #111;
    font-size: 14px;
    line-height: 19px;
    margin-top: 4px;
    color: #111;
  }
  
  #whatsapp-chat .cqCDVm {
    text-align: right;
    margin-top: 6px;
    font-size: 10px;
    line-height: 16px;
    color: rgba(17, 17, 17, 0.5);
    margin-right: -8px;
    margin-bottom: -4px;
  }
  
  #whatsapp-chat .service_chatList {
    position: relative;
    margin-top: 15px;
    padding: 15px;
    background: #fff;
    margin-left: 10px;
    font-size: 14px;
    border-radius: 0 10px 10px 10px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
            box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
  }
  
  #whatsapp-chat .service_chatList::after {
    position: absolute;
    content: '1:41 AM';
    text-align: right;
    font-size: 10px;
    line-height: 16px;
    color: rgba(17, 17, 17, 0.5);
    right: 10px;
    bottom: 5px;
  }
  
  #whatsapp-chat .service_chatList ul {
    position: relative;
  }
  
  #whatsapp-chat .service_chatList ul li {
    position: relative;
    line-height: 25px;
    margin-bottom: 5px;
    color: #141d97;
    opacity: 0.75;
  }
  
  #whatsapp-chat .service_chatList ul li:hover {
    opacity: 1;
  }
  
  #whatsapp-chat .service_chatList ul li::after {
    position: absolute;
    content: '';
    width: 16px;
    height: 16px;
    background-image: url(../icons/external_links.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 15px;
    top: 4px;
    margin-left: 5px;
  }
  
  #whatsapp-chat .service_chatList ul h6 {
    font-size: 14px;
    font-weight: 400;
  }
  
  @media screen and (max-width: 480px) {
    #whatsapp-chat #whatsapp-chat {
      width: auto;
      left: 5%;
      right: 5%;
      font-size: 80%;
    }
  }
  
  a.blantershow-chat {
    background: #fff;
    color: #404040;
    position: fixed;
    z-index: 98;
    bottom: 20px;
    right: 25px;
    border-radius: 50%;
  }
  
  a.blantershow-chat img {
    width: 30px;
    -webkit-box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
    box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
    border-radius: 50%;
    filter: brightness(0)invert(1);
}






.dfdsf {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 20px;
    border-radius: 30px !important;
    background-color: green !important;
    color: #fff;
    position: relative;
}
  .dfdsf p{
    font-size: 19px;
    color: #fff;
  }
  .dfdsf::after{
    position: absolute;
    content: "";
    background-size: contain;
    height: 100%;
    width: 100%;
    top: 50%;
    left: 50%;
    border: 1px solid green;
    animation: moved 1s infinite linear;
    border-radius: 30px;
    transform: translate(-50%,-50%);
  }
  @keyframes moved{
    0%{
        height: 100%;
        width: 100%;
        opacity: 1;
    }
    100%{
        height: 130%;
        width: 120%;
        opacity: 0;
    }
  }
  .dfdsf::before{
    position: absolute;
    content: "";
    background-size: contain;
    height: 100%;
    width: 100%;
    top: 50%;
    left: 50%;
    border: 1px solid green;
    animation: movedd 1s infinite linear;
    animation-delay: 0.4s;
    border-radius: 30px;
    transform: translate(-50%,-50%);
  }
  @keyframes movedd{
    0%{
        height: 100%;
        width: 100%;
        opacity: 1;
    }
    100%{
        height: 130%;
        width: 120%;
        opacity: 0;
    }
  }