.tooltip-box { 
  display: none;
  position: absolute;
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 0 15px 15px;
  z-index: 999; border-radius: var(--wd-brd-radius);
}

.close-btn {
  position: absolute;
  top: 5px;
  right: 10px;
  cursor: pointer;
}

.triangle {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #ccc;
  /* Màu của tam giác */
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}

.inscription-preview {
  border: 1px solid #ccc;
  padding: 10px;
  margin-bottom: 10px;
  width: 288px;
  /* Adjust as needed */
  height: 110px;
  /* Adjust as needed */
  background: url(https://ecommo--ion.bluenile.com/static-dyo-bn/inscription.bf7a2.png) no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}

.save-inscription-btn {
  display: block;
    margin-top: 10px;
    background-color: var(--wd-primary-color);
    color: #fff;
    text-align: center;
    border-radius: 50px;
    padding: 9px;
    font-weight: 500; cursor: pointer;
}
span.savedText--sk1kfLRXgzz5aw3GPUVe {
  cursor: pointer;
}
.add-inscription-btn {
  max-width: max-content;
  cursor: pointer;
}
.add-inscription-btn:hover {
  color: var(--wd-primary-color);
}
.deleteBtn--CnvcG4FYJMPb5TM8837T {
  position: relative;
  z-index: 1;
  cursor: pointer;
}

.container_boxKhac {
  /*position: relative;
	max-width: 250px;*/
}
.fontBtnsContainer {
  display: flex;
}
.fontBtnsContainer .fontBtnWrapper:first-child {
  margin-right: 12px;
}
.fontBtnWrapper {
  align-items: center;
  border: 1px solid #0000;
  border-radius: 8px;
  display: flex;
  height: 44px;
  justify-content: center;
  width: 52px; cursor: pointer; font-size: 20px;
}
.fontBtnWrapper.selected {
  border: 1px solid #151542;
}
input.fee_option_text, .mp_enable_text {
  display: none;
}
.tooltip-box h3 {
  font-size: 18px;
  margin-bottom: 9px;
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  .triangle {
      left: 73px;
  }
}