#jvLabelWrap {
  --jv-label-background: #26d07c;
  --jv-label-background-corner: #26d07c;
  --jv-label-font-size: 15px;
  --jv-label-text-color: #ffffff;

  display: flex !important;
  align-items: center !important;
  box-sizing: border-box !important;
  width: max-content !important;
  min-width: 0 !important;
  height: 48px !important;
  padding: 0 20px 0 16px !important;
  border-radius: 100px !important;
  right: 24px !important;
  bottom: 32px !important;
  overflow: visible !important;
}

#jvLabelWrap::before {
  content: '';
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_894_61720' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='24' height='24'%3E%3Cpath d='M8 11V13M12 11V13M16 11V13M12 20C7.58172 20 4 16.4183 4 12C4 7.58172 7.58172 4 12 4C16.4183 4 20 7.58172 20 12C20 13.6686 19.4892 15.2179 18.6153 16.5L20 20H12Z' stroke='black' stroke-width='1.5'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_894_61720)'%3E%3Crect width='24' height='24' fill='%23042F1F'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-position: 0 center;
}

#jvLabelWrap > jdiv:first-child {
  border-radius: 100px !important;
}

#jvLabelWrap > [class^='text__'] {
  min-width: 0 !important;
  margin: 0 0 0 8px !important;
  color: #042f1f !important;
}

#jvLabelWrap > [class^='text__'] * {
  color: #042f1f !important;
}

#jvLabelWrap > [class^='icon__'] {
  display: none !important;
}

#jvLabelWrap [class^='leaf__'],
#jvLabelWrap [class^='cssLeaf__'] {
  display: none !important;
}

#jvLabelWrap [class^='menu__'] > [class^='root__'] {
  position: absolute !important;
  right: 0 !important;
  left: auto !important;
}
