th{
    white-space: nowrap;
}
.img-logo{
    width: 54px;
}
.text-logo{
    font-size: 28px;
    margin-top: 24px;
    font-weight: 800 !important;
    margin-left: 5px;
    /* line-height: 100%; */
    margin-bottom: 20px;
}
.floating-faq {
    position: fixed;
    bottom: 80px;
    right: 20px;
    z-index: 1000;
    display: none; /* sembunyikan dulu */
    border-radius: 20px;
background: var(--background-primary, #F1F2ED);
box-shadow: 0px 70px 20px 0px rgba(17, 19, 11, 0.00), 0px 45px 18px 0px rgba(17, 19, 11, 0.01), 0px 0px 30px 0px rgba(17, 19, 11, 0.09);
max-width: 450px;
max-height: 700px;
overflow: hidden;
  }

  .floating-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1001;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: var(--Primary, #11130B);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    border: 1px solid #ddd; /* opsional: beri border tipis agar tidak flat */
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.5);

  }

  .floating-btn:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
  }

  .floating-btn img {
    /* width: 60%; */
    height: 60%;
    object-fit: contain;
  }
  .bottom-chat{

  }

  .parent-chat-instant {
    display: flex;
    /* flex-direction: column; supaya konten tersusun ke bawah */
    width: 450px;
    max-height: 400px; /* atur tinggi maksimal sesuai kebutuhan */
    overflow-y: auto;
    gap: 10px;
    padding-right: 5px; /* beri ruang agar scroll tidak menutupi konten */
    padding: 15px 30px;
    border-top: 1px solid rgba(66, 66, 66, 0.30);
background: var(--White, #FFF);
  }
  .parent-chat-instant {
    display: flex;
    width: 450px;
    align-items: flex-start;
    gap: 10px;

    overflow-y: auto; /* tetap bisa scroll */
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* Internet Explorer dan Edge lama */
  }

  .parent-chat-instant::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera */
  }
  .chat-instant{
    border-radius: 50px;
border: 1px solid #A8C69F;
background: rgba(168, 198, 159, 0.05);
color: #A8C69F;
font-feature-settings: 'liga' off, 'clig' off;
font-family: Nunito;
white-space: nowrap;
font-size: 12px;
font-style: normal;
font-weight: 600;
line-height: 135%; /* 16.2px */
letter-spacing: -0.5px;
display: flex;
padding: 8px 12px;
align-items: center;
gap: 20px;
width: fit-content;
  }

.column-chat-pesan {
    display: flex;
    /* flex-direction: column;         <== Tambahan agar isi bertumpuk vertikal */
    align-items: center;            /* Pusat secara horizontal */
    justify-content: center;        /* Pusat secara vertikal */
    text-align: center;             /* Untuk teks agar rata tengah */
    width: 100%;
    padding: 20px 30px;
    gap: 10px;
    border-top: 1px solid rgba(66, 66, 66, 0.30);
    background: var(--White, #FFF);
  }

.column-chat-pesan{

}
.column-chat{
    display: flex;
width: 100%;
padding: 10px 20px;
align-items: center;
gap: 20px;
border-radius: 50px;
border: 1px solid rgba(66, 66, 66, 0.60);
background: var(--White, #FFF);
}
.sisipan-chat{
    border: none;
    background: none;
}
.kirim-chat{
    display: flex;
/* width: 52.165px; */
padding: 8px;
justify-content: center;
align-items: center;
gap: 10px;
border-radius: 66px;
background: #A8C69F;
border: none;
}
.parent-icon-chat-glowin{
    background: #5D7B6F;
stroke-width: 5px;
border:5px solid #DFE5E2;
width: 50px;
height: 50px;
display: flex;
/* flex-direction: column;         <== Tambahan agar isi bertumpuk vertikal */
align-items: center;            /* Pusat secara horizontal */
justify-content: center;        /* Pusat secara vertikal */
text-align: center;             /* Untuk teks agar rata tengah */
border-radius: 999px;
flex-shrink: 0;

}
.top-chat-glowin{
    display: flex;
    position: relative;
width: 100%;
z-index: 2;
padding: 15px 25px;
justify-content: space-between;
align-items: center;
background: #A8C69F;
}
.chat-glowin {
    z-index: 1;
    padding: 10px 10px 0px 10px;

    position: relative;
    width: 100%;
    height: 50vh;
    max-height: 700px;
    overflow-y: auto; /* Aktifkan scroll vertikal */
    scroll-behavior: smooth; /* Scroll halus */
  }
  .chat-glowin {
    overflow-y: auto;
    scrollbar-width: none;       /* Firefox */
    -ms-overflow-style: none;    /* IE 10+ */
  }
  .chat-glowin::-webkit-scrollbar {
    display: none;               /* Chrome, Safari */
  }

        .parent-chat-instant {
            -webkit-tap-highlight-color: transparent; /* Safari iOS */
            -webkit-user-select: none; /* Safari */
            -moz-user-select: none;    /* Firefox */
            -ms-user-select: none;     /* IE10+/Edge */
            user-select: none;         /* Modern browser */
          }

          .chat-instant {
            user-select: none;
          }

.opsi-chat span{
    cursor: pointer;
    padding: 10px;

}
.opsi-chat .active{
    border-radius: 18px;
    color: var(--White, #FFF);
font-feature-settings: 'liga' off, 'clig' off;
font-family: Nunito;
font-size: 12px;
font-style: normal;
font-weight: 600;
line-height: 135%; /* 16.2px */
letter-spacing: -0.5px;
padding: 10px;
background: #A8C69F;
}
.opsi-chat{
    border-radius: 66px;
background: var(--White, #FFF);
box-shadow: 0px 70px 20px 0px rgba(17, 19, 11, 0.00), 0px 45px 18px 0px rgba(17, 19, 11, 0.01), 0px 0px 30px 0px rgba(17, 19, 11, 0.09);
color: var(--Text, #424242);
font-feature-settings: 'liga' off, 'clig' off;
font-family: Nunito;
font-size: 12px;
font-style: normal;
font-weight: 500;
bottom: -60px;
right: 10px;
line-height: 135%; /* 16.2px */
letter-spacing: -0.5px;
position: absolute;
width: fit-content;
padding: 15px 8px;
}
.name-chat-glowin{
    color: var(--White, #FFF);
font-feature-settings: 'liga' off, 'clig' off;
font-family: Nunito;
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: 135%; /* 27px */
letter-spacing: -0.5px;
}
.status-chat-glowin{
    color: var(--White, #FFF);
    text-align: justify;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Nunito;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 135%; /* 21.6px */
    letter-spacing: -0.5px;
}
.chat-from-glowin{
    color: var(--Text, #424242);
font-feature-settings: 'liga' off, 'clig' off;
font-family: Nunito;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 135%; /* 18.9px */
letter-spacing: -0.5px;
display: inline-flex;
padding: 15px 20px;
flex-direction: column;
align-items: flex-start;
gap: 20px;
border-radius: 20px 20px 20px 5px;
background: rgba(66, 66, 66, 0.10);
max-width: 300px;
}
.chat-from-user{
    color: var(--Text, #424242);
font-feature-settings: 'liga' off, 'clig' off;
font-family: Nunito;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 135%; /* 18.9px */
letter-spacing: -0.5px;
display: inline-flex;
padding: 15px 20px;
flex-direction: column;
align-items: flex-start;
gap: 20px;
border-radius: 20px 20px 5px 20px ;
background: rgba(168, 198, 159, 0.40);max-width: 300px;
}
.parent-chat {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  /* Glowin di kiri */
  .chat-from-glowin {
    align-self: flex-start;
  }

  /* User di kanan */
  .chat-from-user {
    align-self: flex-end;
  }

.parent-chat{

}