/*Text Submenu - Top Position*/
#textSubmenu-navbar {
  display: none;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 12px;
  /* border: 1px solid #d09eff; */
}

#textSubmenu-navbar .aligment-dropdown-menu,
#textSubmenu-navbar .opacity-dropdown-menu {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  transform: translateX(-50%);
  z-index: 11;
}

.textSubMenu-FontSize {
  display: flex;
  align-items: center;
  padding: 0 0 0 10px;
}

.textSubMenu-font-style label,
#selectedAlignment {
  display: inline-block;
  margin-bottom: 0;
  transition: all 0.2s ease;
  padding: 5px;
}

.textSubMenu-font-style label span svg,
#selectedAlignment svg {
  width: 16px;
  height: 16px;
}

/*Text Font Size*/
#text-font-size {
  text-align: center;
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  border: 1px solid #ccc;
  border-radius: 10px;
  color: #0d1216;
  font-weight: 500;
  height: 100%;
  line-height: 1;
  padding: 5px;
  text-align: center;
  width: 30px;
  font-size: 10px;
}

#text-font-size::-webkit-inner-spin-button,
#text-font-size::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/*Text Font Bold, Underline, Italic*/
.textSubMenu-font-style input[type="checkbox"] {
  opacity: 0;
  position: absolute;
}

.textSubMenu-font-style input[type="checkbox"]:checked~label {
  background-color: rgba(165, 112, 255, .15);
  border-radius: 8px;
}

.textSubMenu-font-style input[type="checkbox"]:checked~label svg {
  fill: #612dae;
}

/*Text Font Alignment*/
.aligment-dropdown {
  position: relative;
  display: inline-block;
}

.aligment-dropdown-toggle {
  cursor: pointer;
  border-radius: 8px;
  text-align: left;
}

.aligment-dropdown-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: none;
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 6px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  z-index: 11;
  width: max-content;
  flex-wrap: nowrap;
  box-sizing: border-box;
}

.aligment-dropdown-menu li {
  display: inline-block;
  padding: 5px;
  cursor: pointer;
}

.aligment-dropdown-menu li input[type="radio"] {
  opacity: 0;
  position: absolute;
}

.aligment-dropdown-menu li:hover {
  background-color: #f0f0f0;
}

.aligment-dropdown.open .aligment-dropdown-menu {
  display: flex;
  flex-wrap: nowrap;
  margin: 0;
  list-style: none;
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 8px;
  width: max-content;
}

/*Text Color Menu*/
#textColorCbox,
#textColorCbox2 {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: none;
  appearance: none;
  background-size: cover;
  padding: 0;
  cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='29' fill='none' viewBox='0 0 28 29'%3E%3Cpath fill='%23fff' d='M6.84 21.83c-.47-.6-1.05-1.82-2.07-3.34-.58-.83-2.01-2.41-2.45-3.23a2.1 2.1 0 0 1-.25-1.67 2.2 2.2 0 0 1 2.39-1.67c.85.18 1.63.6 2.25 1.2.43.41.82.85 1.18 1.32.27.34.33.47.63.85.3.39.5.77.35.2-.11-.83-.31-2.23-.6-3.48-.21-.95-.26-1.1-.46-1.82s-.32-1.32-.54-2.13c-.2-.8-.35-1.62-.46-2.44a4.7 4.7 0 0 1 .43-3.08c.58-.55 1.44-.7 2.17-.37a4.4 4.4 0 0 1 1.57 2.17c.43 1.07.72 2.19.86 3.33.27 1.67.79 4.1.8 4.6 0-.61-.11-1.91 0-2.5.12-.6.54-1.1 1.12-1.33.5-.15 1.02-.19 1.53-.1.52.1.98.4 1.29.83.38.98.6 2 .63 3.05.04-.91.2-1.82.47-2.7.28-.39.68-.67 1.15-.8.55-.1 1.11-.1 1.66 0 .46.15.85.44 1.14.82.35.88.56 1.82.63 2.77 0 .23.12-.65.48-1.24a1.67 1.67 0 1 1 3.17 1.07v3.77c-.06.97-.2 1.94-.4 2.9-.29.85-.7 1.65-1.2 2.38-.8.9-1.48 1.92-1.98 3.02a6.67 6.67 0 0 0 .03 3.2c-.68.07-1.37.07-2.05 0-.65-.1-1.45-1.4-1.67-1.8a.63.63 0 0 0-1.13 0c-.37.64-1.18 1.79-1.75 1.85-1.12.14-3.42 0-5.23 0 0 0 .3-1.66-.39-2.27-.68-.6-1.38-1.3-1.9-1.76l-1.4-1.6Z'/%3E%3Cpath stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2.25' d='M6.84 21.83c-.47-.6-1.05-1.82-2.07-3.34-.58-.83-2.01-2.41-2.45-3.23a2.1 2.1 0 0 1-.25-1.67 2.2 2.2 0 0 1 2.39-1.67c.85.18 1.63.6 2.25 1.2.43.41.82.85 1.18 1.32.27.34.33.47.63.85.3.39.5.77.35.2-.11-.83-.31-2.23-.6-3.48-.21-.95-.26-1.1-.46-1.82s-.32-1.32-.54-2.13c-.2-.8-.35-1.62-.46-2.44a4.7 4.7 0 0 1 .43-3.08c.58-.55 1.44-.7 2.17-.37a4.4 4.4 0 0 1 1.57 2.17c.43 1.07.72 2.19.86 3.33.27 1.67.79 4.1.8 4.6 0-.61-.11-1.91 0-2.5.12-.6.54-1.1 1.12-1.33.5-.15 1.02-.19 1.53-.1.52.1.98.4 1.29.83.38.98.6 2 .63 3.05.04-.91.2-1.82.47-2.7.28-.39.68-.67 1.15-.8.55-.1 1.11-.1 1.66 0 .46.15.85.44 1.14.82.35.88.56 1.82.63 2.77 0 .23.12-.65.48-1.24a1.67 1.67 0 1 1 3.17 1.07v3.77c-.06.97-.2 1.94-.4 2.9-.29.85-.7 1.65-1.2 2.38-.8.9-1.48 1.92-1.98 3.02a6.67 6.67 0 0 0 .03 3.2c-.68.07-1.37.07-2.05 0-.65-.1-1.45-1.4-1.67-1.8a.63.63 0 0 0-1.13 0c-.37.64-1.18 1.79-1.75 1.85-1.12.14-3.42 0-5.23 0 0 0 .3-1.66-.39-2.27-.68-.6-1.38-1.3-1.9-1.76l-1.4-1.6Z' clip-rule='evenodd'/%3E%3Cpath fill='%23000' d='M20.65 22.3v-6.24c0-.38-.31-.68-.7-.68-.37 0-.68.3-.68.68v6.23c0 .38.3.68.69.68.38 0 .69-.3.69-.68ZM17.2 22.3l-.04-6.25a.67.67 0 1 0-1.34.01l.04 6.24a.67.67 0 1 0 1.34 0ZM12.37 16.07l.04 6.22c0 .38.3.68.67.68.37 0 .67-.3.67-.68l-.04-6.23c0-.38-.3-.68-.67-.68-.37 0-.67.31-.67.69Z'/%3E%3C/svg%3E"), auto;
  border: solid 0.25px #c5c1c1;
}

#textBgColorCbox {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: none;
  appearance: none;
  background-size: cover;
  background-color: #FFFFFF00;
  padding: 0;
  cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='29' fill='none' viewBox='0 0 28 29'%3E%3Cpath fill='%23fff' d='M6.84 21.83c-.47-.6-1.05-1.82-2.07-3.34-.58-.83-2.01-2.41-2.45-3.23a2.1 2.1 0 0 1-.25-1.67 2.2 2.2 0 0 1 2.39-1.67c.85.18 1.63.6 2.25 1.2.43.41.82.85 1.18 1.32.27.34.33.47.63.85.3.39.5.77.35.2-.11-.83-.31-2.23-.6-3.48-.21-.95-.26-1.1-.46-1.82s-.32-1.32-.54-2.13c-.2-.8-.35-1.62-.46-2.44a4.7 4.7 0 0 1 .43-3.08c.58-.55 1.44-.7 2.17-.37a4.4 4.4 0 0 1 1.57 2.17c.43 1.07.72 2.19.86 3.33.27 1.67.79 4.1.8 4.6 0-.61-.11-1.91 0-2.5.12-.6.54-1.1 1.12-1.33.5-.15 1.02-.19 1.53-.1.52.1.98.4 1.29.83.38.98.6 2 .63 3.05.04-.91.2-1.82.47-2.7.28-.39.68-.67 1.15-.8.55-.1 1.11-.1 1.66 0 .46.15.85.44 1.14.82.35.88.56 1.82.63 2.77 0 .23.12-.65.48-1.24a1.67 1.67 0 1 1 3.17 1.07v3.77c-.06.97-.2 1.94-.4 2.9-.29.85-.7 1.65-1.2 2.38-.8.9-1.48 1.92-1.98 3.02a6.67 6.67 0 0 0 .03 3.2c-.68.07-1.37.07-2.05 0-.65-.1-1.45-1.4-1.67-1.8a.63.63 0 0 0-1.13 0c-.37.64-1.18 1.79-1.75 1.85-1.12.14-3.42 0-5.23 0 0 0 .3-1.66-.39-2.27-.68-.6-1.38-1.3-1.9-1.76l-1.4-1.6Z'/%3E%3Cpath stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2.25' d='M6.84 21.83c-.47-.6-1.05-1.82-2.07-3.34-.58-.83-2.01-2.41-2.45-3.23a2.1 2.1 0 0 1-.25-1.67 2.2 2.2 0 0 1 2.39-1.67c.85.18 1.63.6 2.25 1.2.43.41.82.85 1.18 1.32.27.34.33.47.63.85.3.39.5.77.35.2-.11-.83-.31-2.23-.6-3.48-.21-.95-.26-1.1-.46-1.82s-.32-1.32-.54-2.13c-.2-.8-.35-1.62-.46-2.44a4.7 4.7 0 0 1 .43-3.08c.58-.55 1.44-.7 2.17-.37a4.4 4.4 0 0 1 1.57 2.17c.43 1.07.72 2.19.86 3.33.27 1.67.79 4.1.8 4.6 0-.61-.11-1.91 0-2.5.12-.6.54-1.1 1.12-1.33.5-.15 1.02-.19 1.53-.1.52.1.98.4 1.29.83.38.98.6 2 .63 3.05.04-.91.2-1.82.47-2.7.28-.39.68-.67 1.15-.8.55-.1 1.11-.1 1.66 0 .46.15.85.44 1.14.82.35.88.56 1.82.63 2.77 0 .23.12-.65.48-1.24a1.67 1.67 0 1 1 3.17 1.07v3.77c-.06.97-.2 1.94-.4 2.9-.29.85-.7 1.65-1.2 2.38-.8.9-1.48 1.92-1.98 3.02a6.67 6.67 0 0 0 .03 3.2c-.68.07-1.37.07-2.05 0-.65-.1-1.45-1.4-1.67-1.8a.63.63 0 0 0-1.13 0c-.37.64-1.18 1.79-1.75 1.85-1.12.14-3.42 0-5.23 0 0 0 .3-1.66-.39-2.27-.68-.6-1.38-1.3-1.9-1.76l-1.4-1.6Z' clip-rule='evenodd'/%3E%3Cpath fill='%23000' d='M20.65 22.3v-6.24c0-.38-.31-.68-.7-.68-.37 0-.68.3-.68.68v6.23c0 .38.3.68.69.68.38 0 .69-.3.69-.68ZM17.2 22.3l-.04-6.25a.67.67 0 1 0-1.34.01l.04 6.24a.67.67 0 1 0 1.34 0ZM12.37 16.07l.04 6.22c0 .38.3.68.67.68.37 0 .67-.3.67-.68l-.04-6.23c0-.38-.3-.68-.67-.68-.37 0-.67.31-.67.69Z'/%3E%3C/svg%3E"), auto;
  border: solid 0.25px #c5c1c1;
  text-shadow: 0 0 3px #000, 0 0 5px #000;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}

#textBgColorCbox:focus,
#textBgColorCbox:active {
  box-shadow: none;
  outline: none;
  transform: none;
  text-align: center;
}

#textBgColorCbox:hover {
  border: solid 0.5px #3d3b3b;
  text-shadow: 0 0 3px #000, 0 0 5px #000;
}

#selectedBgColor:hover {
  background-color: #cdc7d3;
  border-radius: 8px;
  transition: background-color 0.2s ease, border-radius 0.2s ease;
}

#textBgColorCbox svg {
  width: 16px;
  height: 16px;
}

.color-dropdown {
  position: relative;
  display: inline-block;
}

.color-dropdown-toggle {
  cursor: pointer;
  border-radius: 8px;
  text-align: left;
  padding: 5px 5px 0px 5px;
}

.bgcolor-dropdown-toggle {
  cursor: pointer;
  border-radius: 8px;
  text-align: left;
  padding: 5px 5px 5px 5px;
}

.color-dropdown-menu {
  position: absolute;
  left: 25px;
  transform: translateX(-50%);
  z-index: 11;
  list-style: none;
  padding: 0;
  margin-top: 10px;
  display: none;
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 6px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  width: max-content;
  flex-wrap: nowrap;
}

.color-dropdown-menu li {
  display: inline-block;
  padding: 5px 5px 0 5px;
  cursor: pointer;
}

.color-dropdown-menu li:hover {
  background-color: #f0f0f0;
}

.color-dropdown.open .color-dropdown-menu {
  display: flex;
  justify-content: center;
  align-items: center;
}

/*Text Opacity Menu*/
.opacity-dropdown {
  position: relative;
  display: inline-block;
}

.opacity-dropdown-toggle {
  cursor: pointer;
  border-radius: 8px;
  text-align: left;
  padding: 5px 5px 5px 5px;
}

.opacity-dropdown-toggle svg {
  fill: #212529;
  width: 24px;
  height: 24px;
}

.opacity-dropdown-menu {
  list-style: none;
  padding: 10px;
  margin: 0;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 6px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  z-index: 11;
  width: max-content;
  flex-wrap: nowrap;
}

.opacity-dropdown-menu li {
  display: inline-block;
  padding: 5px;
  cursor: pointer;
}

.opacity-dropdown.open .opacity-dropdown-menu {
  display: flex;
}

/*Text Border Menu*/
.border-dropdown {
  position: relative;
  display: inline-block;
}

.border-dropdown-toggle {
  cursor: pointer;
  border-radius: 8px;
  text-align: left;
  padding: 5px 5px 5px 5px;
}

.border-dropdown-toggle svg {
  fill: #212529;
  width: 24px;
  height: 24px;
}

.border-dropdown-menu {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  transform: translateX(-50%);
  z-index: 11; 
  list-style: none;
  padding: 10px;
  margin: 0;
  display: none;
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 6px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  z-index: 11;
  width: max-content;
  flex-wrap: nowrap;
}

#textStrokeColorPicker {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: none;
  appearance: none;
  background-size: cover;
  padding: 0;
  cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='29' fill='none' viewBox='0 0 28 29'%3E%3Cpath fill='%23fff' d='M6.84 21.83c-.47-.6-1.05-1.82-2.07-3.34-.58-.83-2.01-2.41-2.45-3.23a2.1 2.1 0 0 1-.25-1.67 2.2 2.2 0 0 1 2.39-1.67c.85.18 1.63.6 2.25 1.2.43.41.82.85 1.18 1.32.27.34.33.47.63.85.3.39.5.77.35.2-.11-.83-.31-2.23-.6-3.48-.21-.95-.26-1.1-.46-1.82s-.32-1.32-.54-2.13c-.2-.8-.35-1.62-.46-2.44a4.7 4.7 0 0 1 .43-3.08c.58-.55 1.44-.7 2.17-.37a4.4 4.4 0 0 1 1.57 2.17c.43 1.07.72 2.19.86 3.33.27 1.67.79 4.1.8 4.6 0-.61-.11-1.91 0-2.5.12-.6.54-1.1 1.12-1.33.5-.15 1.02-.19 1.53-.1.52.1.98.4 1.29.83.38.98.6 2 .63 3.05.04-.91.2-1.82.47-2.7.28-.39.68-.67 1.15-.8.55-.1 1.11-.1 1.66 0 .46.15.85.44 1.14.82.35.88.56 1.82.63 2.77 0 .23.12-.65.48-1.24a1.67 1.67 0 1 1 3.17 1.07v3.77c-.06.97-.2 1.94-.4 2.9-.29.85-.7 1.65-1.2 2.38-.8.9-1.48 1.92-1.98 3.02a6.67 6.67 0 0 0 .03 3.2c-.68.07-1.37.07-2.05 0-.65-.1-1.45-1.4-1.67-1.8a.63.63 0 0 0-1.13 0c-.37.64-1.18 1.79-1.75 1.85-1.12.14-3.42 0-5.23 0 0 0 .3-1.66-.39-2.27-.68-.6-1.38-1.3-1.9-1.76l-1.4-1.6Z'/%3E%3Cpath stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2.25' d='M6.84 21.83c-.47-.6-1.05-1.82-2.07-3.34-.58-.83-2.01-2.41-2.45-3.23a2.1 2.1 0 0 1-.25-1.67 2.2 2.2 0 0 1 2.39-1.67c.85.18 1.63.6 2.25 1.2.43.41.82.85 1.18 1.32.27.34.33.47.63.85.3.39.5.77.35.2-.11-.83-.31-2.23-.6-3.48-.21-.95-.26-1.1-.46-1.82s-.32-1.32-.54-2.13c-.2-.8-.35-1.62-.46-2.44a4.7 4.7 0 0 1 .43-3.08c.58-.55 1.44-.7 2.17-.37a4.4 4.4 0 0 1 1.57 2.17c.43 1.07.72 2.19.86 3.33.27 1.67.79 4.1.8 4.6 0-.61-.11-1.91 0-2.5.12-.6.54-1.1 1.12-1.33.5-.15 1.02-.19 1.53-.1.52.1.98.4 1.29.83.38.98.6 2 .63 3.05.04-.91.2-1.82.47-2.7.28-.39.68-.67 1.15-.8.55-.1 1.11-.1 1.66 0 .46.15.85.44 1.14.82.35.88.56 1.82.63 2.77 0 .23.12-.65.48-1.24a1.67 1.67 0 1 1 3.17 1.07v3.77c-.06.97-.2 1.94-.4 2.9-.29.85-.7 1.65-1.2 2.38-.8.9-1.48 1.92-1.98 3.02a6.67 6.67 0 0 0 .03 3.2c-.68.07-1.37.07-2.05 0-.65-.1-1.45-1.4-1.67-1.8a.63.63 0 0 0-1.13 0c-.37.64-1.18 1.79-1.75 1.85-1.12.14-3.42 0-5.23 0 0 0 .3-1.66-.39-2.27-.68-.6-1.38-1.3-1.9-1.76l-1.4-1.6Z' clip-rule='evenodd'/%3E%3Cpath fill='%23000' d='M20.65 22.3v-6.24c0-.38-.31-.68-.7-.68-.37 0-.68.3-.68.68v6.23c0 .38.3.68.69.68.38 0 .69-.3.69-.68ZM17.2 22.3l-.04-6.25a.67.67 0 1 0-1.34.01l.04 6.24a.67.67 0 1 0 1.34 0ZM12.37 16.07l.04 6.22c0 .38.3.68.67.68.37 0 .67-.3.67-.68l-.04-6.23c0-.38-.3-.68-.67-.68-.37 0-.67.31-.67.69Z'/%3E%3C/svg%3E"), auto;
  border: solid 0.25px #c5c1c1;
}

/* .borderLabelDiv {
  font-size: 12px;
  line-height: 2;
  color: #0e1318;
}


.border-dropdown-menu li {
  display: inline-block;
  padding: 5px;
  cursor: pointer;
} */

.borderColorLabel {
  display: inline-block;
  padding: 5px;
  cursor: pointer;
}

.borderColorLabelDiv {
  font-size: 12px;
  line-height: 2;
  color: #0e1318;
}

.borderInputLabel{
  display: inline-block;
  padding: 5px;
  cursor: pointer;
  margin: 0 0 0 5px;
}

.borderInputLabelDiv {
  font-size: 12px;
  line-height: 2;
  color: #0e1318;
}

.border-dropdown.open .border-dropdown-menu {
  display: flex;
}

/*Text Shadow Menu*/
.shadow-dropdown {
  position: relative;
  display: inline-block;
}

.shadow-dropdown-toggle {
  cursor: pointer;
  border-radius: 8px;
  text-align: left;
  padding: 5px 5px 5px 5px;
}

.shadow-dropdown-toggle svg {
  fill: #212529;
  width: 24px;
  height: 24px;
}

.shadow-dropdown-menu {
  position: absolute;
  top: calc(100% + 4px);
  left: -20px;
  transform: translateX(-50%);
  padding: 10px;
  margin: 0;
  display: none;
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 6px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  z-index: 11;
  max-width: 600px;
  width: max-content;
  flex-wrap: nowrap;
  max-width: 90vw;
  box-sizing: border-box;
}

#shadowColorCbox {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: none;
  appearance: none;
  background-size: cover;
  padding: 0;
  cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='29' fill='none' viewBox='0 0 28 29'%3E%3Cpath fill='%23fff' d='M6.84 21.83c-.47-.6-1.05-1.82-2.07-3.34-.58-.83-2.01-2.41-2.45-3.23a2.1 2.1 0 0 1-.25-1.67 2.2 2.2 0 0 1 2.39-1.67c.85.18 1.63.6 2.25 1.2.43.41.82.85 1.18 1.32.27.34.33.47.63.85.3.39.5.77.35.2-.11-.83-.31-2.23-.6-3.48-.21-.95-.26-1.1-.46-1.82s-.32-1.32-.54-2.13c-.2-.8-.35-1.62-.46-2.44a4.7 4.7 0 0 1 .43-3.08c.58-.55 1.44-.7 2.17-.37a4.4 4.4 0 0 1 1.57 2.17c.43 1.07.72 2.19.86 3.33.27 1.67.79 4.1.8 4.6 0-.61-.11-1.91 0-2.5.12-.6.54-1.1 1.12-1.33.5-.15 1.02-.19 1.53-.1.52.1.98.4 1.29.83.38.98.6 2 .63 3.05.04-.91.2-1.82.47-2.7.28-.39.68-.67 1.15-.8.55-.1 1.11-.1 1.66 0 .46.15.85.44 1.14.82.35.88.56 1.82.63 2.77 0 .23.12-.65.48-1.24a1.67 1.67 0 1 1 3.17 1.07v3.77c-.06.97-.2 1.94-.4 2.9-.29.85-.7 1.65-1.2 2.38-.8.9-1.48 1.92-1.98 3.02a6.67 6.67 0 0 0 .03 3.2c-.68.07-1.37.07-2.05 0-.65-.1-1.45-1.4-1.67-1.8a.63.63 0 0 0-1.13 0c-.37.64-1.18 1.79-1.75 1.85-1.12.14-3.42 0-5.23 0 0 0 .3-1.66-.39-2.27-.68-.6-1.38-1.3-1.9-1.76l-1.4-1.6Z'/%3E%3Cpath stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2.25' d='M6.84 21.83c-.47-.6-1.05-1.82-2.07-3.34-.58-.83-2.01-2.41-2.45-3.23a2.1 2.1 0 0 1-.25-1.67 2.2 2.2 0 0 1 2.39-1.67c.85.18 1.63.6 2.25 1.2.43.41.82.85 1.18 1.32.27.34.33.47.63.85.3.39.5.77.35.2-.11-.83-.31-2.23-.6-3.48-.21-.95-.26-1.1-.46-1.82s-.32-1.32-.54-2.13c-.2-.8-.35-1.62-.46-2.44a4.7 4.7 0 0 1 .43-3.08c.58-.55 1.44-.7 2.17-.37a4.4 4.4 0 0 1 1.57 2.17c.43 1.07.72 2.19.86 3.33.27 1.67.79 4.1.8 4.6 0-.61-.11-1.91 0-2.5.12-.6.54-1.1 1.12-1.33.5-.15 1.02-.19 1.53-.1.52.1.98.4 1.29.83.38.98.6 2 .63 3.05.04-.91.2-1.82.47-2.7.28-.39.68-.67 1.15-.8.55-.1 1.11-.1 1.66 0 .46.15.85.44 1.14.82.35.88.56 1.82.63 2.77 0 .23.12-.65.48-1.24a1.67 1.67 0 1 1 3.17 1.07v3.77c-.06.97-.2 1.94-.4 2.9-.29.85-.7 1.65-1.2 2.38-.8.9-1.48 1.92-1.98 3.02a6.67 6.67 0 0 0 .03 3.2c-.68.07-1.37.07-2.05 0-.65-.1-1.45-1.4-1.67-1.8a.63.63 0 0 0-1.13 0c-.37.64-1.18 1.79-1.75 1.85-1.12.14-3.42 0-5.23 0 0 0 .3-1.66-.39-2.27-.68-.6-1.38-1.3-1.9-1.76l-1.4-1.6Z' clip-rule='evenodd'/%3E%3Cpath fill='%23000' d='M20.65 22.3v-6.24c0-.38-.31-.68-.7-.68-.37 0-.68.3-.68.68v6.23c0 .38.3.68.69.68.38 0 .69-.3.69-.68ZM17.2 22.3l-.04-6.25a.67.67 0 1 0-1.34.01l.04 6.24a.67.67 0 1 0 1.34 0ZM12.37 16.07l.04 6.22c0 .38.3.68.67.68.37 0 .67-.3.67-.68l-.04-6.23c0-.38-.3-.68-.67-.68-.37 0-.67.31-.67.69Z'/%3E%3C/svg%3E"), auto;
  border: solid 0.25px #c5c1c1;
}

.shadowColorDiv {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px 4px;
}

.shadowColorDiv1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px 4px;
}

.shadowLabelDiv {
  font-size: 12px;
  margin-bottom: 0px;
  text-align: center;
}

.shadowColorLabelDiv {
  font-size: 12px;
  margin-bottom: 0px;
  text-align: center;
}

.textShadowBlur-navbar {
    display: flex;
    justify-content: center;
    align-items: start;
}

.textShadowColor-navbar {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* .shadow-dropdown-menu li {
  display: inline-block;
  cursor: pointer;
} */

.shadow-dropdown.open .shadow-dropdown-menu {
  display: flex;
  flex-wrap: nowrap;
  padding: 8px;
  margin: 0;
  list-style: none;
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 8px;
  width: max-content;
  min-width: 300px;
}

/*Text Submenu Close Button*/
.textSubMenu-navbar-closebtn {
  position: relative;
  top: -2px;
  right: -2px;
}

.textSubMenu-navbar-closebtn svg {
  width: 32px;
  height: 32px;
  padding: 2px;
  cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='29' fill='none' viewBox='0 0 28 29'%3E%3Cpath fill='%23fff' d='M6.84 21.83c-.47-.6-1.05-1.82-2.07-3.34-.58-.83-2.01-2.41-2.45-3.23a2.1 2.1 0 0 1-.25-1.67 2.2 2.2 0 0 1 2.39-1.67c.85.18 1.63.6 2.25 1.2.43.41.82.85 1.18 1.32.27.34.33.47.63.85.3.39.5.77.35.2-.11-.83-.31-2.23-.6-3.48-.21-.95-.26-1.1-.46-1.82s-.32-1.32-.54-2.13c-.2-.8-.35-1.62-.46-2.44a4.7 4.7 0 0 1 .43-3.08c.58-.55 1.44-.7 2.17-.37a4.4 4.4 0 0 1 1.57 2.17c.43 1.07.72 2.19.86 3.33.27 1.67.79 4.1.8 4.6 0-.61-.11-1.91 0-2.5.12-.6.54-1.1 1.12-1.33.5-.15 1.02-.19 1.53-.1.52.1.98.4 1.29.83.38.98.6 2 .63 3.05.04-.91.2-1.82.47-2.7.28-.39.68-.67 1.15-.8.55-.1 1.11-.1 1.66 0 .46.15.85.44 1.14.82.35.88.56 1.82.63 2.77 0 .23.12-.65.48-1.24a1.67 1.67 0 1 1 3.17 1.07v3.77c-.06.97-.2 1.94-.4 2.9-.29.85-.7 1.65-1.2 2.38-.8.9-1.48 1.92-1.98 3.02a6.67 6.67 0 0 0 .03 3.2c-.68.07-1.37.07-2.05 0-.65-.1-1.45-1.4-1.67-1.8a.63.63 0 0 0-1.13 0c-.37.64-1.18 1.79-1.75 1.85-1.12.14-3.42 0-5.23 0 0 0 .3-1.66-.39-2.27-.68-.6-1.38-1.3-1.9-1.76l-1.4-1.6Z'/%3E%3Cpath stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2.25' d='M6.84 21.83c-.47-.6-1.05-1.82-2.07-3.34-.58-.83-2.01-2.41-2.45-3.23a2.1 2.1 0 0 1-.25-1.67 2.2 2.2 0 0 1 2.39-1.67c.85.18 1.63.6 2.25 1.2.43.41.82.85 1.18 1.32.27.34.33.47.63.85.3.39.5.77.35.2-.11-.83-.31-2.23-.6-3.48-.21-.95-.26-1.1-.46-1.82s-.32-1.32-.54-2.13c-.2-.8-.35-1.62-.46-2.44a4.7 4.7 0 0 1 .43-3.08c.58-.55 1.44-.7 2.17-.37a4.4 4.4 0 0 1 1.57 2.17c.43 1.07.72 2.19.86 3.33.27 1.67.79 4.1.8 4.6 0-.61-.11-1.91 0-2.5.12-.6.54-1.1 1.12-1.33.5-.15 1.02-.19 1.53-.1.52.1.98.4 1.29.83.38.98.6 2 .63 3.05.04-.91.2-1.82.47-2.7.28-.39.68-.67 1.15-.8.55-.1 1.11-.1 1.66 0 .46.15.85.44 1.14.82.35.88.56 1.82.63 2.77 0 .23.12-.65.48-1.24a1.67 1.67 0 1 1 3.17 1.07v3.77c-.06.97-.2 1.94-.4 2.9-.29.85-.7 1.65-1.2 2.38-.8.9-1.48 1.92-1.98 3.02a6.67 6.67 0 0 0 .03 3.2c-.68.07-1.37.07-2.05 0-.65-.1-1.45-1.4-1.67-1.8a.63.63 0 0 0-1.13 0c-.37.64-1.18 1.79-1.75 1.85-1.12.14-3.42 0-5.23 0 0 0 .3-1.66-.39-2.27-.68-.6-1.38-1.3-1.9-1.76l-1.4-1.6Z' clip-rule='evenodd'/%3E%3Cpath fill='%23000' d='M20.65 22.3v-6.24c0-.38-.31-.68-.7-.68-.37 0-.68.3-.68.68v6.23c0 .38.3.68.69.68.38 0 .69-.3.69-.68ZM17.2 22.3l-.04-6.25a.67.67 0 1 0-1.34.01l.04 6.24a.67.67 0 1 0 1.34 0ZM12.37 16.07l.04 6.22c0 .38.3.68.67.68.37 0 .67-.3.67-.68l-.04-6.23c0-.38-.3-.68-.67-.68-.37 0-.67.31-.67.69Z'/%3E%3C/svg%3E"),
    auto;
  background: #f3f3f3;
  box-shadow: 1px 1px 1px 1px rgba(64, 87, 109, .04), 0px 6px 20px -4px rgba(0, 0, 0, .6);
  border-radius: 50%;
  transition: background 0.2s ease;
  border: 1px solid #d6d2d2;
  fill: rgba(0, 0, 0, .6);
}

.textSubMenu-navbar-closebtn svg:hover {
  background: #d09eff;
  border-radius: 50%;
  fill: #ffffff;
  border: none;
}

#text-menu-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  color: #0d1216;
  user-select: none;
  margin: 8px 4px 10px 4px;
  position: sticky;
}

/*Font Type List*/
.font-types-list {
  max-height: 1190px;
  overflow-y: auto;
}

.document-font-type {
  max-height: 200px;
}

.font-type-list-div,
.document-font-list-div {
  flex: 1;
  position: relative;
  align-items: center;
  justify-content: center;
  display: flex;
  outline: none;
  overflow: hidden;
  padding: 0;
  text-align: center;
  text-decoration: none;
  height: 50px;
  width: 100%;
  border: 0;
  border-radius: 0;
  cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='29' fill='none' viewBox='0 0 28 29'%3E%3Cpath fill='%23fff' d='M6.84 21.83c-.47-.6-1.05-1.82-2.07-3.34-.58-.83-2.01-2.41-2.45-3.23a2.1 2.1 0 0 1-.25-1.67 2.2 2.2 0 0 1 2.39-1.67c.85.18 1.63.6 2.25 1.2.43.41.82.85 1.18 1.32.27.34.33.47.63.85.3.39.5.77.35.2-.11-.83-.31-2.23-.6-3.48-.21-.95-.26-1.1-.46-1.82s-.32-1.32-.54-2.13c-.2-.8-.35-1.62-.46-2.44a4.7 4.7 0 0 1 .43-3.08c.58-.55 1.44-.7 2.17-.37a4.4 4.4 0 0 1 1.57 2.17c.43 1.07.72 2.19.86 3.33.27 1.67.79 4.1.8 4.6 0-.61-.11-1.91 0-2.5.12-.6.54-1.1 1.12-1.33.5-.15 1.02-.19 1.53-.1.52.1.98.4 1.29.83.38.98.6 2 .63 3.05.04-.91.2-1.82.47-2.7.28-.39.68-.67 1.15-.8.55-.1 1.11-.1 1.66 0 .46.15.85.44 1.14.82.35.88.56 1.82.63 2.77 0 .23.12-.65.48-1.24a1.67 1.67 0 1 1 3.17 1.07v3.77c-.06.97-.2 1.94-.4 2.9-.29.85-.7 1.65-1.2 2.38-.8.9-1.48 1.92-1.98 3.02a6.67 6.67 0 0 0 .03 3.2c-.68.07-1.37.07-2.05 0-.65-.1-1.45-1.4-1.67-1.8a.63.63 0 0 0-1.13 0c-.37.64-1.18 1.79-1.75 1.85-1.12.14-3.42 0-5.23 0 0 0 .3-1.66-.39-2.27-.68-.6-1.38-1.3-1.9-1.76l-1.4-1.6Z'/%3E%3Cpath stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2.25' d='M6.84 21.83c-.47-.6-1.05-1.82-2.07-3.34-.58-.83-2.01-2.41-2.45-3.23a2.1 2.1 0 0 1-.25-1.67 2.2 2.2 0 0 1 2.39-1.67c.85.18 1.63.6 2.25 1.2.43.41.82.85 1.18 1.32.27.34.33.47.63.85.3.39.5.77.35.2-.11-.83-.31-2.23-.6-3.48-.21-.95-.26-1.1-.46-1.82s-.32-1.32-.54-2.13c-.2-.8-.35-1.62-.46-2.44a4.7 4.7 0 0 1 .43-3.08c.58-.55 1.44-.7 2.17-.37a4.4 4.4 0 0 1 1.57 2.17c.43 1.07.72 2.19.86 3.33.27 1.67.79 4.1.8 4.6 0-.61-.11-1.91 0-2.5.12-.6.54-1.1 1.12-1.33.5-.15 1.02-.19 1.53-.1.52.1.98.4 1.29.83.38.98.6 2 .63 3.05.04-.91.2-1.82.47-2.7.28-.39.68-.67 1.15-.8.55-.1 1.11-.1 1.66 0 .46.15.85.44 1.14.82.35.88.56 1.82.63 2.77 0 .23.12-.65.48-1.24a1.67 1.67 0 1 1 3.17 1.07v3.77c-.06.97-.2 1.94-.4 2.9-.29.85-.7 1.65-1.2 2.38-.8.9-1.48 1.92-1.98 3.02a6.67 6.67 0 0 0 .03 3.2c-.68.07-1.37.07-2.05 0-.65-.1-1.45-1.4-1.67-1.8a.63.63 0 0 0-1.13 0c-.37.64-1.18 1.79-1.75 1.85-1.12.14-3.42 0-5.23 0 0 0 .3-1.66-.39-2.27-.68-.6-1.38-1.3-1.9-1.76l-1.4-1.6Z' clip-rule='evenodd'/%3E%3Cpath fill='%23000' d='M20.65 22.3v-6.24c0-.38-.31-.68-.7-.68-.37 0-.68.3-.68.68v6.23c0 .38.3.68.69.68.38 0 .69-.3.69-.68ZM17.2 22.3l-.04-6.25a.67.67 0 1 0-1.34.01l.04 6.24a.67.67 0 1 0 1.34 0ZM12.37 16.07l.04 6.22c0 .38.3.68.67.68.37 0 .67-.3.67-.68l-.04-6.23c0-.38-.3-.68-.67-.68-.37 0-.67.31-.67.69Z'/%3E%3C/svg%3E"), auto;
}

.font-type-list-div:hover {
  background-color: #f0f0f0;
  cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='29' fill='none' viewBox='0 0 28 29'%3E%3Cpath fill='%23fff' d='M6.84 21.83c-.47-.6-1.05-1.82-2.07-3.34-.58-.83-2.01-2.41-2.45-3.23a2.1 2.1 0 0 1-.25-1.67 2.2 2.2 0 0 1 2.39-1.67c.85.18 1.63.6 2.25 1.2.43.41.82.85 1.18 1.32.27.34.33.47.63.85.3.39.5.77.35.2-.11-.83-.31-2.23-.6-3.48-.21-.95-.26-1.1-.46-1.82s-.32-1.32-.54-2.13c-.2-.8-.35-1.62-.46-2.44a4.7 4.7 0 0 1 .43-3.08c.58-.55 1.44-.7 2.17-.37a4.4 4.4 0 0 1 1.57 2.17c.43 1.07.72 2.19.86 3.33.27 1.67.79 4.1.8 4.6 0-.61-.11-1.91 0-2.5.12-.6.54-1.1 1.12-1.33.5-.15 1.02-.19 1.53-.1.52.1.98.4 1.29.83.38.98.6 2 .63 3.05.04-.91.2-1.82.47-2.7.28-.39.68-.67 1.15-.8.55-.1 1.11-.1 1.66 0 .46.15.85.44 1.14.82.35.88.56 1.82.63 2.77 0 .23.12-.65.48-1.24a1.67 1.67 0 1 1 3.17 1.07v3.77c-.06.97-.2 1.94-.4 2.9-.29.85-.7 1.65-1.2 2.38-.8.9-1.48 1.92-1.98 3.02a6.67 6.67 0 0 0 .03 3.2c-.68.07-1.37.07-2.05 0-.65-.1-1.45-1.4-1.67-1.8a.63.63 0 0 0-1.13 0c-.37.64-1.18 1.79-1.75 1.85-1.12.14-3.42 0-5.23 0 0 0 .3-1.66-.39-2.27-.68-.6-1.38-1.3-1.9-1.76l-1.4-1.6Z'/%3E%3Cpath stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2.25' d='M6.84 21.83c-.47-.6-1.05-1.82-2.07-3.34-.58-.83-2.01-2.41-2.45-3.23a2.1 2.1 0 0 1-.25-1.67 2.2 2.2 0 0 1 2.39-1.67c.85.18 1.63.6 2.25 1.2.43.41.82.85 1.18 1.32.27.34.33.47.63.85.3.39.5.77.35.2-.11-.83-.31-2.23-.6-3.48-.21-.95-.26-1.1-.46-1.82s-.32-1.32-.54-2.13c-.2-.8-.35-1.62-.46-2.44a4.7 4.7 0 0 1 .43-3.08c.58-.55 1.44-.7 2.17-.37a4.4 4.4 0 0 1 1.57 2.17c.43 1.07.72 2.19.86 3.33.27 1.67.79 4.1.8 4.6 0-.61-.11-1.91 0-2.5.12-.6.54-1.1 1.12-1.33.5-.15 1.02-.19 1.53-.1.52.1.98.4 1.29.83.38.98.6 2 .63 3.05.04-.91.2-1.82.47-2.7.28-.39.68-.67 1.15-.8.55-.1 1.11-.1 1.66 0 .46.15.85.44 1.14.82.35.88.56 1.82.63 2.77 0 .23.12-.65.48-1.24a1.67 1.67 0 1 1 3.17 1.07v3.77c-.06.97-.2 1.94-.4 2.9-.29.85-.7 1.65-1.2 2.38-.8.9-1.48 1.92-1.98 3.02a6.67 6.67 0 0 0 .03 3.2c-.68.07-1.37.07-2.05 0-.65-.1-1.45-1.4-1.67-1.8a.63.63 0 0 0-1.13 0c-.37.64-1.18 1.79-1.75 1.85-1.12.14-3.42 0-5.23 0 0 0 .3-1.66-.39-2.27-.68-.6-1.38-1.3-1.9-1.76l-1.4-1.6Z' clip-rule='evenodd'/%3E%3Cpath fill='%23000' d='M20.65 22.3v-6.24c0-.38-.31-.68-.7-.68-.37 0-.68.3-.68.68v6.23c0 .38.3.68.69.68.38 0 .69-.3.69-.68ZM17.2 22.3l-.04-6.25a.67.67 0 1 0-1.34.01l.04 6.24a.67.67 0 1 0 1.34 0ZM12.37 16.07l.04 6.22c0 .38.3.68.67.68.37 0 .67-.3.67-.68l-.04-6.23c0-.38-.3-.68-.67-.68-.37 0-.67.31-.67.69Z'/%3E%3C/svg%3E"), auto;
}

.font-type-arial:hover .font-check svg {
  opacity: 1;
}

.font-type-list-div:hover .font-check svg {
  opacity: 1;
  fill: #0066ff;
}

.font-type-list,
.document-font-list {
  display: flex;
  flex: 1;
  min-width: 0;
  overflow: hidden;
  margin: 0 0 0 15px;
}

.font-type-list label,
.document-font-list label {
  cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='29' fill='none' viewBox='0 0 28 29'%3E%3Cpath fill='%23fff' d='M6.84 21.83c-.47-.6-1.05-1.82-2.07-3.34-.58-.83-2.01-2.41-2.45-3.23a2.1 2.1 0 0 1-.25-1.67 2.2 2.2 0 0 1 2.39-1.67c.85.18 1.63.6 2.25 1.2.43.41.82.85 1.18 1.32.27.34.33.47.63.85.3.39.5.77.35.2-.11-.83-.31-2.23-.6-3.48-.21-.95-.26-1.1-.46-1.82s-.32-1.32-.54-2.13c-.2-.8-.35-1.62-.46-2.44a4.7 4.7 0 0 1 .43-3.08c.58-.55 1.44-.7 2.17-.37a4.4 4.4 0 0 1 1.57 2.17c.43 1.07.72 2.19.86 3.33.27 1.67.79 4.1.8 4.6 0-.61-.11-1.91 0-2.5.12-.6.54-1.1 1.12-1.33.5-.15 1.02-.19 1.53-.1.52.1.98.4 1.29.83.38.98.6 2 .63 3.05.04-.91.2-1.82.47-2.7.28-.39.68-.67 1.15-.8.55-.1 1.11-.1 1.66 0 .46.15.85.44 1.14.82.35.88.56 1.82.63 2.77 0 .23.12-.65.48-1.24a1.67 1.67 0 1 1 3.17 1.07v3.77c-.06.97-.2 1.94-.4 2.9-.29.85-.7 1.65-1.2 2.38-.8.9-1.48 1.92-1.98 3.02a6.67 6.67 0 0 0 .03 3.2c-.68.07-1.37.07-2.05 0-.65-.1-1.45-1.4-1.67-1.8a.63.63 0 0 0-1.13 0c-.37.64-1.18 1.79-1.75 1.85-1.12.14-3.42 0-5.23 0 0 0 .3-1.66-.39-2.27-.68-.6-1.38-1.3-1.9-1.76l-1.4-1.6Z'/%3E%3Cpath stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2.25' d='M6.84 21.83c-.47-.6-1.05-1.82-2.07-3.34-.58-.83-2.01-2.41-2.45-3.23a2.1 2.1 0 0 1-.25-1.67 2.2 2.2 0 0 1 2.39-1.67c.85.18 1.63.6 2.25 1.2.43.41.82.85 1.18 1.32.27.34.33.47.63.85.3.39.5.77.35.2-.11-.83-.31-2.23-.6-3.48-.21-.95-.26-1.1-.46-1.82s-.32-1.32-.54-2.13c-.2-.8-.35-1.62-.46-2.44a4.7 4.7 0 0 1 .43-3.08c.58-.55 1.44-.7 2.17-.37a4.4 4.4 0 0 1 1.57 2.17c.43 1.07.72 2.19.86 3.33.27 1.67.79 4.1.8 4.6 0-.61-.11-1.91 0-2.5.12-.6.54-1.1 1.12-1.33.5-.15 1.02-.19 1.53-.1.52.1.98.4 1.29.83.38.98.6 2 .63 3.05.04-.91.2-1.82.47-2.7.28-.39.68-.67 1.15-.8.55-.1 1.11-.1 1.66 0 .46.15.85.44 1.14.82.35.88.56 1.82.63 2.77 0 .23.12-.65.48-1.24a1.67 1.67 0 1 1 3.17 1.07v3.77c-.06.97-.2 1.94-.4 2.9-.29.85-.7 1.65-1.2 2.38-.8.9-1.48 1.92-1.98 3.02a6.67 6.67 0 0 0 .03 3.2c-.68.07-1.37.07-2.05 0-.65-.1-1.45-1.4-1.67-1.8a.63.63 0 0 0-1.13 0c-.37.64-1.18 1.79-1.75 1.85-1.12.14-3.42 0-5.23 0 0 0 .3-1.66-.39-2.27-.68-.6-1.38-1.3-1.9-1.76l-1.4-1.6Z' clip-rule='evenodd'/%3E%3Cpath fill='%23000' d='M20.65 22.3v-6.24c0-.38-.31-.68-.7-.68-.37 0-.68.3-.68.68v6.23c0 .38.3.68.69.68.38 0 .69-.3.69-.68ZM17.2 22.3l-.04-6.25a.67.67 0 1 0-1.34.01l.04 6.24a.67.67 0 1 0 1.34 0ZM12.37 16.07l.04 6.22c0 .38.3.68.67.68.37 0 .67-.3.67-.68l-.04-6.23c0-.38-.3-.68-.67-.68-.37 0-.67.31-.67.69Z'/%3E%3C/svg%3E"), auto;
  margin-bottom: 0;
}

/* .document-font-type-list {
  min-height: 30px;
  max-height: 60px;
  overflow-y: auto;
} */

.font-check,
.document-font-check {
  align-items: center;
  display: flex;
  flex-direction: row;
  margin: 0 15px 0 0;
}

.txt-radio-input {
  display: none;
}

.font-check svg,
.document-font-check svg {
  visibility: hidden;
}

.txt-radio-input:checked~.font-check svg,
.txt-radio-input:checked~.document-font-check svg {
  visibility: visible;
}

.document-font-type {
  max-height: 200px;
  overflow-y: auto;
}

.document-font-message {
  display: block;
  color: #666;
  font-style: italic;
  padding: 0 0 15px 15px;
}

.textmenu-font-search {
  margin-bottom: 10px;
}

/*Gradient color create start*/
.gradient-none-button {
  width: 56px;
  height: 56px;
  border: 1px solid #ccc;
  cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='29' fill='none' viewBox='0 0 28 29'%3E%3Cpath fill='%23fff' d='M6.84 21.83c-.47-.6-1.05-1.82-2.07-3.34-.58-.83-2.01-2.41-2.45-3.23a2.1 2.1 0 0 1-.25-1.67 2.2 2.2 0 0 1 2.39-1.67c.85.18 1.63.6 2.25 1.2.43.41.82.85 1.18 1.32.27.34.33.47.63.85.3.39.5.77.35.2-.11-.83-.31-2.23-.6-3.48-.21-.95-.26-1.1-.46-1.82s-.32-1.32-.54-2.13c-.2-.8-.35-1.62-.46-2.44a4.7 4.7 0 0 1 .43-3.08c.58-.55 1.44-.7 2.17-.37a4.4 4.4 0 0 1 1.57 2.17c.43 1.07.72 2.19.86 3.33.27 1.67.79 4.1.8 4.6 0-.61-.11-1.91 0-2.5.12-.6.54-1.1 1.12-1.33.5-.15 1.02-.19 1.53-.1.52.1.98.4 1.29.83.38.98.6 2 .63 3.05.04-.91.2-1.82.47-2.7.28-.39.68-.67 1.15-.8.55-.1 1.11-.1 1.66 0 .46.15.85.44 1.14.82.35.88.56 1.82.63 2.77 0 .23.12-.65.48-1.24a1.67 1.67 0 1 1 3.17 1.07v3.77c-.06.97-.2 1.94-.4 2.9-.29.85-.7 1.65-1.2 2.38-.8.9-1.48 1.92-1.98 3.02a6.67 6.67 0 0 0 .03 3.2c-.68.07-1.37.07-2.05 0-.65-.1-1.45-1.4-1.67-1.8a.63.63 0 0 0-1.13 0c-.37.64-1.18 1.79-1.75 1.85-1.12.14-3.42 0-5.23 0 0 0 .3-1.66-.39-2.27-.68-.6-1.38-1.3-1.9-1.76l-1.4-1.6Z'/%3E%3Cpath stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2.25' d='M6.84 21.83c-.47-.6-1.05-1.82-2.07-3.34-.58-.83-2.01-2.41-2.45-3.23a2.1 2.1 0 0 1-.25-1.67 2.2 2.2 0 0 1 2.39-1.67c.85.18 1.63.6 2.25 1.2.43.41.82.85 1.18 1.32.27.34.33.47.63.85.3.39.5.77.35.2-.11-.83-.31-2.23-.6-3.48-.21-.95-.26-1.1-.46-1.82s-.32-1.32-.54-2.13c-.2-.8-.35-1.62-.46-2.44a4.7 4.7 0 0 1 .43-3.08c.58-.55 1.44-.7 2.17-.37a4.4 4.4 0 0 1 1.57 2.17c.43 1.07.72 2.19.86 3.33.27 1.67.79 4.1.8 4.6 0-.61-.11-1.91 0-2.5.12-.6.54-1.1 1.12-1.33.5-.15 1.02-.19 1.53-.1.52.1.98.4 1.29.83.38.98.6 2 .63 3.05.04-.91.2-1.82.47-2.7.28-.39.68-.67 1.15-.8.55-.1 1.11-.1 1.66 0 .46.15.85.44 1.14.82.35.88.56 1.82.63 2.77 0 .23.12-.65.48-1.24a1.67 1.67 0 1 1 3.17 1.07v3.77c-.06.97-.2 1.94-.4 2.9-.29.85-.7 1.65-1.2 2.38-.8.9-1.48 1.92-1.98 3.02a6.67 6.67 0 0 0 .03 3.2c-.68.07-1.37.07-2.05 0-.65-.1-1.45-1.4-1.67-1.8a.63.63 0 0 0-1.13 0c-.37.64-1.18 1.79-1.75 1.85-1.12.14-3.42 0-5.23 0 0 0 .3-1.66-.39-2.27-.68-.6-1.38-1.3-1.9-1.76l-1.4-1.6Z' clip-rule='evenodd'/%3E%3Cpath fill='%23000' d='M20.65 22.3v-6.24c0-.38-.31-.68-.7-.68-.37 0-.68.3-.68.68v6.23c0 .38.3.68.69.68.38 0 .69-.3.69-.68ZM17.2 22.3l-.04-6.25a.67.67 0 1 0-1.34.01l.04 6.24a.67.67 0 1 0 1.34 0ZM12.37 16.07l.04 6.22c0 .38.3.68.67.68.37 0 .67-.3.67-.68l-.04-6.23c0-.38-.3-.68-.67-.68-.37 0-.67.31-.67.69Z'/%3E%3C/svg%3E"), auto;
  border-radius: 5px;
  padding: 0px;
}

.gradient-button,
.bg-gradient-button {
  width: 24px;
  height: 24px;
  border: none;
  cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='29' fill='none' viewBox='0 0 28 29'%3E%3Cpath fill='%23fff' d='M6.84 21.83c-.47-.6-1.05-1.82-2.07-3.34-.58-.83-2.01-2.41-2.45-3.23a2.1 2.1 0 0 1-.25-1.67 2.2 2.2 0 0 1 2.39-1.67c.85.18 1.63.6 2.25 1.2.43.41.82.85 1.18 1.32.27.34.33.47.63.85.3.39.5.77.35.2-.11-.83-.31-2.23-.6-3.48-.21-.95-.26-1.1-.46-1.82s-.32-1.32-.54-2.13c-.2-.8-.35-1.62-.46-2.44a4.7 4.7 0 0 1 .43-3.08c.58-.55 1.44-.7 2.17-.37a4.4 4.4 0 0 1 1.57 2.17c.43 1.07.72 2.19.86 3.33.27 1.67.79 4.1.8 4.6 0-.61-.11-1.91 0-2.5.12-.6.54-1.1 1.12-1.33.5-.15 1.02-.19 1.53-.1.52.1.98.4 1.29.83.38.98.6 2 .63 3.05.04-.91.2-1.82.47-2.7.28-.39.68-.67 1.15-.8.55-.1 1.11-.1 1.66 0 .46.15.85.44 1.14.82.35.88.56 1.82.63 2.77 0 .23.12-.65.48-1.24a1.67 1.67 0 1 1 3.17 1.07v3.77c-.06.97-.2 1.94-.4 2.9-.29.85-.7 1.65-1.2 2.38-.8.9-1.48 1.92-1.98 3.02a6.67 6.67 0 0 0 .03 3.2c-.68.07-1.37.07-2.05 0-.65-.1-1.45-1.4-1.67-1.8a.63.63 0 0 0-1.13 0c-.37.64-1.18 1.79-1.75 1.85-1.12.14-3.42 0-5.23 0 0 0 .3-1.66-.39-2.27-.68-.6-1.38-1.3-1.9-1.76l-1.4-1.6Z'/%3E%3Cpath stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2.25' d='M6.84 21.83c-.47-.6-1.05-1.82-2.07-3.34-.58-.83-2.01-2.41-2.45-3.23a2.1 2.1 0 0 1-.25-1.67 2.2 2.2 0 0 1 2.39-1.67c.85.18 1.63.6 2.25 1.2.43.41.82.85 1.18 1.32.27.34.33.47.63.85.3.39.5.77.35.2-.11-.83-.31-2.23-.6-3.48-.21-.95-.26-1.1-.46-1.82s-.32-1.32-.54-2.13c-.2-.8-.35-1.62-.46-2.44a4.7 4.7 0 0 1 .43-3.08c.58-.55 1.44-.7 2.17-.37a4.4 4.4 0 0 1 1.57 2.17c.43 1.07.72 2.19.86 3.33.27 1.67.79 4.1.8 4.6 0-.61-.11-1.91 0-2.5.12-.6.54-1.1 1.12-1.33.5-.15 1.02-.19 1.53-.1.52.1.98.4 1.29.83.38.98.6 2 .63 3.05.04-.91.2-1.82.47-2.7.28-.39.68-.67 1.15-.8.55-.1 1.11-.1 1.66 0 .46.15.85.44 1.14.82.35.88.56 1.82.63 2.77 0 .23.12-.65.48-1.24a1.67 1.67 0 1 1 3.17 1.07v3.77c-.06.97-.2 1.94-.4 2.9-.29.85-.7 1.65-1.2 2.38-.8.9-1.48 1.92-1.98 3.02a6.67 6.67 0 0 0 .03 3.2c-.68.07-1.37.07-2.05 0-.65-.1-1.45-1.4-1.67-1.8a.63.63 0 0 0-1.13 0c-.37.64-1.18 1.79-1.75 1.85-1.12.14-3.42 0-5.23 0 0 0 .3-1.66-.39-2.27-.68-.6-1.38-1.3-1.9-1.76l-1.4-1.6Z' clip-rule='evenodd'/%3E%3Cpath fill='%23000' d='M20.65 22.3v-6.24c0-.38-.31-.68-.7-.68-.37 0-.68.3-.68.68v6.23c0 .38.3.68.69.68.38 0 .69-.3.69-.68ZM17.2 22.3l-.04-6.25a.67.67 0 1 0-1.34.01l.04 6.24a.67.67 0 1 0 1.34 0ZM12.37 16.07l.04 6.22c0 .38.3.68.67.68.37 0 .67-.3.67-.68l-.04-6.23c0-.38-.3-.68-.67-.68-.37 0-.67.31-.67.69Z'/%3E%3C/svg%3E"), auto;
  padding: 0px;
  border-radius: 50%;
}

#gradient1,
#bg-gradient1 {
  background: linear-gradient(90deg, #845ec2, #d65db1, #ff6f91, #ff9671, #ffc75f, #f9f871);
}

#gradient2,
#bg-gradient2 {
  background: linear-gradient(45deg, rgba(73, 155, 234, 1), rgba(26, 188, 156, 1));
}

#gradient3,
#bg-gradient3 {
  background: linear-gradient(90deg, rgba(131, 58, 180, 1) 0%, rgba(253, 29, 29, 1) 50%, rgba(252, 176, 69, 1) 100%);
}

#gradient4,
#bg-gradient4 {
  background: linear-gradient(45deg, #ffa000, #24c168);
}

#gradient5,
#bg-gradient5 {
  background: linear-gradient(45deg, rgba(255, 193, 7, 1) 0%, rgba(255, 87, 34, 1) 100%);
}

#gradient6,
#bg-gradient6 {
  background: linear-gradient(90deg, #323b42, #121317);
}

#gradient7,
#bg-gradient7 {
  background: linear-gradient(to right, #ffecd2, #fcb69f);
}

#gradient8,
#bg-gradient8 {
  background: linear-gradient(147deg, #fe8a39 0%, #fd3838 74%);
}

#gradient9,
#bg-gradient9 {
  background: linear-gradient(90deg, rgba(73, 95, 140, 1) 0%, rgba(242, 226, 5, 1) 100%);
}

#gradient10,
#bg-gradient10 {
  background: linear-gradient(90deg, rgba(242, 68, 82, 1) 0%, rgba(3, 150, 166, 1) 100%);
}

.textRangeInput::-webkit-slider-thumb:hover {
  box-shadow: 0 0 0 10px rgba(202, 59, 171, .2);
}

.textRangeInput:active::-webkit-slider-thumb {
  box-shadow: 0 0 0 13px rgba(202, 59, 171, .2);
  border: 2px solid #8B3DFF;
}

.textRangeInput:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 13px rgba(202, 59, 171, .2);
  border: 2px solid #8B3DFF;
}

.textRangeInput::-moz-range-thumb:hover {
  box-shadow: 0 0 0 10px rgba(202, 59, 171, .2);
}

.textRangeInput:active::-moz-range-thumb {
  box-shadow: 0 0 0 10px rgba(202, 59, 171, .2);
  border: 2px solid #8B3DFF;
}

.textRangeInput:focus::-moz-range-thumb {
  box-shadow: 0 0 0 10px rgba(202, 59, 171, .2);
  border: 2px solid #8B3DFF;
}

.textRangeInput {
  -moz-appearance: none;
  appearance: none;
  margin: 5px;
  cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='29' fill='none' viewBox='0 0 28 29'%3E%3Cpath fill='%23fff' d='M6.84 21.83c-.47-.6-1.05-1.82-2.07-3.34-.58-.83-2.01-2.41-2.45-3.23a2.1 2.1 0 0 1-.25-1.67 2.2 2.2 0 0 1 2.39-1.67c.85.18 1.63.6 2.25 1.2.43.41.82.85 1.18 1.32.27.34.33.47.63.85.3.39.5.77.35.2-.11-.83-.31-2.23-.6-3.48-.21-.95-.26-1.1-.46-1.82s-.32-1.32-.54-2.13c-.2-.8-.35-1.62-.46-2.44a4.7 4.7 0 0 1 .43-3.08c.58-.55 1.44-.7 2.17-.37a4.4 4.4 0 0 1 1.57 2.17c.43 1.07.72 2.19.86 3.33.27 1.67.79 4.1.8 4.6 0-.61-.11-1.91 0-2.5.12-.6.54-1.1 1.12-1.33.5-.15 1.02-.19 1.53-.1.52.1.98.4 1.29.83.38.98.6 2 .63 3.05.04-.91.2-1.82.47-2.7.28-.39.68-.67 1.15-.8.55-.1 1.11-.1 1.66 0 .46.15.85.44 1.14.82.35.88.56 1.82.63 2.77 0 .23.12-.65.48-1.24a1.67 1.67 0 1 1 3.17 1.07v3.77c-.06.97-.2 1.94-.4 2.9-.29.85-.7 1.65-1.2 2.38-.8.9-1.48 1.92-1.98 3.02a6.67 6.67 0 0 0 .03 3.2c-.68.07-1.37.07-2.05 0-.65-.1-1.45-1.4-1.67-1.8a.63.63 0 0 0-1.13 0c-.37.64-1.18 1.79-1.75 1.85-1.12.14-3.42 0-5.23 0 0 0 .3-1.66-.39-2.27-.68-.6-1.38-1.3-1.9-1.76l-1.4-1.6Z'/%3E%3Cpath stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2.25' d='M6.84 21.83c-.47-.6-1.05-1.82-2.07-3.34-.58-.83-2.01-2.41-2.45-3.23a2.1 2.1 0 0 1-.25-1.67 2.2 2.2 0 0 1 2.39-1.67c.85.18 1.63.6 2.25 1.2.43.41.82.85 1.18 1.32.27.34.33.47.63.85.3.39.5.77.35.2-.11-.83-.31-2.23-.6-3.48-.21-.95-.26-1.1-.46-1.82s-.32-1.32-.54-2.13c-.2-.8-.35-1.62-.46-2.44a4.7 4.7 0 0 1 .43-3.08c.58-.55 1.44-.7 2.17-.37a4.4 4.4 0 0 1 1.57 2.17c.43 1.07.72 2.19.86 3.33.27 1.67.79 4.1.8 4.6 0-.61-.11-1.91 0-2.5.12-.6.54-1.1 1.12-1.33.5-.15 1.02-.19 1.53-.1.52.1.98.4 1.29.83.38.98.6 2 .63 3.05.04-.91.2-1.82.47-2.7.28-.39.68-.67 1.15-.8.55-.1 1.11-.1 1.66 0 .46.15.85.44 1.14.82.35.88.56 1.82.63 2.77 0 .23.12-.65.48-1.24a1.67 1.67 0 1 1 3.17 1.07v3.77c-.06.97-.2 1.94-.4 2.9-.29.85-.7 1.65-1.2 2.38-.8.9-1.48 1.92-1.98 3.02a6.67 6.67 0 0 0 .03 3.2c-.68.07-1.37.07-2.05 0-.65-.1-1.45-1.4-1.67-1.8a.63.63 0 0 0-1.13 0c-.37.64-1.18 1.79-1.75 1.85-1.12.14-3.42 0-5.23 0 0 0 .3-1.66-.39-2.27-.68-.6-1.38-1.3-1.9-1.76l-1.4-1.6Z' clip-rule='evenodd'/%3E%3Cpath fill='%23000' d='M20.65 22.3v-6.24c0-.38-.31-.68-.7-.68-.37 0-.68.3-.68.68v6.23c0 .38.3.68.69.68.38 0 .69-.3.69-.68ZM17.2 22.3l-.04-6.25a.67.67 0 1 0-1.34.01l.04 6.24a.67.67 0 1 0 1.34 0ZM12.37 16.07l.04 6.22c0 .38.3.68.67.68.37 0 .67-.3.67-.68l-.04-6.23c0-.38-.3-.68-.67-.68-.37 0-.67.31-.67.69Z'/%3E%3C/svg%3E"), auto;
  outline: none;
  border-radius: 15px;
  height: 4px;
  background: linear-gradient(to right, rgba(202, 59, 171, 1) 0%, #ccc 0%);
  transition: background 0.3s ease;
}


.textRangeInput::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  height: 25px;
  width: 25px;
  background-color: rgb(255, 255, 255);
  border-radius: 50%;
  border: 3px solid #ccc;
  transition: .2s ease-in-out;
}

.textRangeInput::-moz-range-thumb {
  -moz-appearance: none;
  appearance: none;
  height: 20px;
  width: 20px;
  background-color: rgb(255, 255, 255);
  border-radius: 50%;
  border: 3px solid #ccc;
  transition: .2s ease-in-out;
}

/*Text Menu Left Sidebar---------------------------------------*/
.fontType-title {
  font-size: 16px;
  font-weight: bold;
  cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='29' fill='none' viewBox='0 0 28 29'%3E%3Cpath fill='%23fff' d='M6.84 21.83c-.47-.6-1.05-1.82-2.07-3.34-.58-.83-2.01-2.41-2.45-3.23a2.1 2.1 0 0 1-.25-1.67 2.2 2.2 0 0 1 2.39-1.67c.85.18 1.63.6 2.25 1.2.43.41.82.85 1.18 1.32.27.34.33.47.63.85.3.39.5.77.35.2-.11-.83-.31-2.23-.6-3.48-.21-.95-.26-1.1-.46-1.82s-.32-1.32-.54-2.13c-.2-.8-.35-1.62-.46-2.44a4.7 4.7 0 0 1 .43-3.08c.58-.55 1.44-.7 2.17-.37a4.4 4.4 0 0 1 1.57 2.17c.43 1.07.72 2.19.86 3.33.27 1.67.79 4.1.8 4.6 0-.61-.11-1.91 0-2.5.12-.6.54-1.1 1.12-1.33.5-.15 1.02-.19 1.53-.1.52.1.98.4 1.29.83.38.98.6 2 .63 3.05.04-.91.2-1.82.47-2.7.28-.39.68-.67 1.15-.8.55-.1 1.11-.1 1.66 0 .46.15.85.44 1.14.82.35.88.56 1.82.63 2.77 0 .23.12-.65.48-1.24a1.67 1.67 0 1 1 3.17 1.07v3.77c-.06.97-.2 1.94-.4 2.9-.29.85-.7 1.65-1.2 2.38-.8.9-1.48 1.92-1.98 3.02a6.67 6.67 0 0 0 .03 3.2c-.68.07-1.37.07-2.05 0-.65-.1-1.45-1.4-1.67-1.8a.63.63 0 0 0-1.13 0c-.37.64-1.18 1.79-1.75 1.85-1.12.14-3.42 0-5.23 0 0 0 .3-1.66-.39-2.27-.68-.6-1.38-1.3-1.9-1.76l-1.4-1.6Z'/%3E%3Cpath stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2.25' d='M6.84 21.83c-.47-.6-1.05-1.82-2.07-3.34-.58-.83-2.01-2.41-2.45-3.23a2.1 2.1 0 0 1-.25-1.67 2.2 2.2 0 0 1 2.39-1.67c.85.18 1.63.6 2.25 1.2.43.41.82.85 1.18 1.32.27.34.33.47.63.85.3.39.5.77.35.2-.11-.83-.31-2.23-.6-3.48-.21-.95-.26-1.1-.46-1.82s-.32-1.32-.54-2.13c-.2-.8-.35-1.62-.46-2.44a4.7 4.7 0 0 1 .43-3.08c.58-.55 1.44-.7 2.17-.37a4.4 4.4 0 0 1 1.57 2.17c.43 1.07.72 2.19.86 3.33.27 1.67.79 4.1.8 4.6 0-.61-.11-1.91 0-2.5.12-.6.54-1.1 1.12-1.33.5-.15 1.02-.19 1.53-.1.52.1.98.4 1.29.83.38.98.6 2 .63 3.05.04-.91.2-1.82.47-2.7.28-.39.68-.67 1.15-.8.55-.1 1.11-.1 1.66 0 .46.15.85.44 1.14.82.35.88.56 1.82.63 2.77 0 .23.12-.65.48-1.24a1.67 1.67 0 1 1 3.17 1.07v3.77c-.06.97-.2 1.94-.4 2.9-.29.85-.7 1.65-1.2 2.38-.8.9-1.48 1.92-1.98 3.02a6.67 6.67 0 0 0 .03 3.2c-.68.07-1.37.07-2.05 0-.65-.1-1.45-1.4-1.67-1.8a.63.63 0 0 0-1.13 0c-.37.64-1.18 1.79-1.75 1.85-1.12.14-3.42 0-5.23 0 0 0 .3-1.66-.39-2.27-.68-.6-1.38-1.3-1.9-1.76l-1.4-1.6Z' clip-rule='evenodd'/%3E%3Cpath fill='%23000' d='M20.65 22.3v-6.24c0-.38-.31-.68-.7-.68-.37 0-.68.3-.68.68v6.23c0 .38.3.68.69.68.38 0 .69-.3.69-.68ZM17.2 22.3l-.04-6.25a.67.67 0 1 0-1.34.01l.04 6.24a.67.67 0 1 0 1.34 0ZM12.37 16.07l.04 6.22c0 .38.3.68.67.68.37 0 .67-.3.67-.68l-.04-6.23c0-.38-.3-.68-.67-.68-.37 0-.67.31-.67.69Z'/%3E%3C/svg%3E"), auto;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.font-type-title,
.document-font-type-title {
  font-size: 13px;
  font-weight: bold;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

@media (min-width: 320px) and (max-width: 480px) {
  /*Np Hover for Mobile Device*/
  .textSubMenu-navbar-closebtn svg:hover {
    background: inherit;
  }

  #selectedBgColor:hover {
    background-color: inherit;
  }

  .textSubMenu-font-style:hover {
    background-color: inherit;
  }

  /*Input range type----------------------------------------*/
  #textShadowBlurRange,
  #textShadowOffsetXrange,
  #textShadowOffsetYrange,
  #textStrokeWidthRange {
    width: 75%;
  }

  .textRangeInput::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    height: 15px;
    width: 15px;
    background-color: rgb(255, 255, 255);
    border-radius: 50%;
    border: 3px solid #ccc;
    transition: .2s ease-in-out;
  }

  .textRangeInput::-moz-range-thumb {
    -moz-appearance: none;
    appearance: none;
    height: 10px;
    width: 10px;
    background-color: rgb(255, 255, 255);
    border-radius: 50%;
    border: 3px solid #ccc;
    transition: .2s ease-in-out;
  }

  .text-submenu-label {
    font-size: 11px;
  }

  .shadow-dropdown-menu {
    left: -5px;
  }

  #borderColorDiv {
    padding: 3px;
  }

  .borderInputLabel{
    display: inline-block;
    padding: 5px;
    cursor: pointer;
    margin: 0 0 0 5px;
  }

  .borderInputLabelDiv {
    font-size: 12px;
    color: #0e1318;
  }
}

@media (min-width: 481px) and (max-width: 575px) {
  /*Np Hover for Mobile Device*/
  .textSubMenu-navbar-closebtn svg:hover {
    background: inherit;
  }

  #selectedBgColor:hover {
    background-color: inherit;
  }

  .textSubMenu-font-style:hover {
    background-color: inherit;
  }

  /*Input range type----------------------------------------*/
  #textShadowBlurRange,
  #textShadowOffsetXrange,
  #textShadowOffsetYrange,
  #textStrokeWidthRange  {
    width: 75%;
  }

  .textRangeInput::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    height: 20px;
    width: 20px;
    background-color: rgb(255, 255, 255);
    border-radius: 50%;
    border: 3px solid #ccc;
    transition: .2s ease-in-out;
  }

  .textRangeInput::-moz-range-thumb {
    -moz-appearance: none;
    appearance: none;
    height: 15px;
    width: 15px;
    background-color: rgb(255, 255, 255);
    border-radius: 50%;
    border: 3px solid #ccc;
    transition: .2s ease-in-out;
  }

  .shadow-dropdown-menu {
    left: -5px;
  }

  #borderColorDiv {
    padding: 3px;
  }

  .borderInputLabel{
    display: inline-block;
    padding: 5px;
    cursor: pointer;
    margin: 0 0 0 5px;
  }

  .borderInputLabelDiv {
    font-size: 12px;
    color: #0e1318;
  }
}

@media (min-width: 576px) and (max-width: 768px) {
  /*Np Hover for Mobile Device*/
  .textSubMenu-navbar-closebtn svg:hover {
    background: inherit;
  }

  #selectedBgColor:hover {
    background-color: inherit;
  }

  .textSubMenu-font-style:hover {
    background-color: inherit;
  }

  /*Input range type----------------------------------------*/
  #textShadowBlurRange,
  #textShadowOffsetXrange,
  #textShadowOffsetYrange {
    width: 100%;
  }

  .textRangeInput::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    height: 25px;
    width: 25px;
    background-color: rgb(255, 255, 255);
    border-radius: 50%;
    border: 3px solid #ccc;
    transition: .2s ease-in-out;
  }

  .textRangeInput::-moz-range-thumb {
    -moz-appearance: none;
    appearance: none;
    height: 20px;
    width: 20px;
    background-color: rgb(255, 255, 255);
    border-radius: 50%;
    border: 3px solid #ccc;
    transition: .2s ease-in-out;
  }

  /*Text Font Size------------------------------------------------------------------------------*/
  #text-font-size {
    text-align: center;
    -webkit-appearance: none;
    appearance: none;
    background: transparent;
    border: 1px solid #ccc;
    border-radius: 10px;
    color: #0d1216;
    font-weight: 500;
    height: 100%;
    line-height: 1;
    padding: 5px;
    text-align: center;
    width: 50px;
    font-size: 14px;
  }

  /*Text SubMenu SVG Size------------------------------------------------------------------------------*/
  .textSubMenu-font-style label span svg,
  #selectedAlignment svg,
  #textBgColorCbox svg {
    width: 24px;
    height: 24px;
  }

  .opacity-dropdown-toggle svg,
  .border-dropdown-toggle svg,
  .shadow-dropdown-toggle svg {
    width: 32px;
    height: 32px;
  }

  /*Text SubMenu Color Btn Size------------------------------------------------------------------------------*/
  #textColorCbox,
  #textColorCbox2,
  #textBgColorCbox,
  #textStrokeColorPicker,
  #shadowColorCbox,
  .gradient-button {
    width: 32px;
    height: 32px;
  }

  /*Shadow Dropdown Menu*/
  /* .shadow-dropdown-menu li {
    display: inline-block;
    cursor: pointer;
    margin: 0 8px;
    padding: 4px;
  } */

  .shadowLabelDiv {
    font-size: 12px;
    margin-bottom: 6px;
    text-align: center;
  }

  .shadow-dropdown.open .shadow-dropdown-menu {
    display: flex;
    flex-wrap: nowrap;
    padding: 8px;
    margin: 0;
    list-style: none;
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 8px;
    width: max-content;
    min-width: 300px;
    gap: 8px 16px;
  }
}

@media (min-width: 769px) and (max-width: 991px) {

  /*Input range type----------------------------------------*/
  #textShadowBlurRange,
  #textShadowOffsetXrange,
  #textShadowOffsetYrange {
    width: 100%;
  }

  .textRangeInput::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    height: 25px;
    width: 25px;
    background-color: rgb(255, 255, 255);
    border-radius: 50%;
    border: 3px solid #ccc;
    transition: .2s ease-in-out;
  }

  .textRangeInput::-moz-range-thumb {
    -moz-appearance: none;
    appearance: none;
    height: 20px;
    width: 20px;
    background-color: rgb(255, 255, 255);
    border-radius: 50%;
    border: 3px solid #ccc;
    transition: .2s ease-in-out;
  }

  /*Text Font Size------------------------------------------------------------------------------*/
  #text-font-size {
    text-align: center;
    -webkit-appearance: none;
    appearance: none;
    background: transparent;
    border: 1px solid #ccc;
    border-radius: 10px;
    color: #0d1216;
    font-weight: 500;
    height: 100%;
    line-height: 1;
    padding: 5px;
    text-align: center;
    width: 50px;
    font-size: 14px;
  }

  /*Text SubMenu SVG Size------------------------------------------------------------------------------*/
  .textSubMenu-font-style label span svg,
  #selectedAlignment svg,
  #textBgColorCbox svg {
    width: 24px;
    height: 24px;
  }

  .opacity-dropdown-toggle svg,
  .border-dropdown-toggle svg,
  .shadow-dropdown-toggle svg {
    width: 32px;
    height: 32px;
  }

  /*Text SubMenu Color Btn Size------------------------------------------------------------------------------*/
  #textColorCbox,
  #textColorCbox2,
  #textBgColorCbox,
  #textStrokeColorPicker,
  #shadowColorCbox,
  .gradient-button {
    width: 32px;
    height: 32px;
  }

  /*Shadow Dropdown Menu*/
  /* .shadow-dropdown-menu li {
    display: inline-block;
    cursor: pointer;
    margin: 0 8px;
    padding: 4px;
  } */

  .shadowLabelDiv {
    font-size: 12px;
    margin-bottom: 6px;
    text-align: center;
  }

  .shadow-dropdown.open .shadow-dropdown-menu {
    display: flex;
    flex-wrap: nowrap;
    padding: 8px;
    margin: 0;
    list-style: none;
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 8px;
    width: max-content;
    min-width: 300px;
    gap: 8px 16px;
  }
}

@media (min-width: 992px) and (max-width: 1024px) {


  /*Input range type----------------------------------------*/
  .textRangeInput {
    -moz-appearance: none;
    appearance: none;
    margin: 5px;
    cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='29' fill='none' viewBox='0 0 28 29'%3E%3Cpath fill='%23fff' d='M6.84 21.83c-.47-.6-1.05-1.82-2.07-3.34-.58-.83-2.01-2.41-2.45-3.23a2.1 2.1 0 0 1-.25-1.67 2.2 2.2 0 0 1 2.39-1.67c.85.18 1.63.6 2.25 1.2.43.41.82.85 1.18 1.32.27.34.33.47.63.85.3.39.5.77.35.2-.11-.83-.31-2.23-.6-3.48-.21-.95-.26-1.1-.46-1.82s-.32-1.32-.54-2.13c-.2-.8-.35-1.62-.46-2.44a4.7 4.7 0 0 1 .43-3.08c.58-.55 1.44-.7 2.17-.37a4.4 4.4 0 0 1 1.57 2.17c.43 1.07.72 2.19.86 3.33.27 1.67.79 4.1.8 4.6 0-.61-.11-1.91 0-2.5.12-.6.54-1.1 1.12-1.33.5-.15 1.02-.19 1.53-.1.52.1.98.4 1.29.83.38.98.6 2 .63 3.05.04-.91.2-1.82.47-2.7.28-.39.68-.67 1.15-.8.55-.1 1.11-.1 1.66 0 .46.15.85.44 1.14.82.35.88.56 1.82.63 2.77 0 .23.12-.65.48-1.24a1.67 1.67 0 1 1 3.17 1.07v3.77c-.06.97-.2 1.94-.4 2.9-.29.85-.7 1.65-1.2 2.38-.8.9-1.48 1.92-1.98 3.02a6.67 6.67 0 0 0 .03 3.2c-.68.07-1.37.07-2.05 0-.65-.1-1.45-1.4-1.67-1.8a.63.63 0 0 0-1.13 0c-.37.64-1.18 1.79-1.75 1.85-1.12.14-3.42 0-5.23 0 0 0 .3-1.66-.39-2.27-.68-.6-1.38-1.3-1.9-1.76l-1.4-1.6Z'/%3E%3Cpath stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2.25' d='M6.84 21.83c-.47-.6-1.05-1.82-2.07-3.34-.58-.83-2.01-2.41-2.45-3.23a2.1 2.1 0 0 1-.25-1.67 2.2 2.2 0 0 1 2.39-1.67c.85.18 1.63.6 2.25 1.2.43.41.82.85 1.18 1.32.27.34.33.47.63.85.3.39.5.77.35.2-.11-.83-.31-2.23-.6-3.48-.21-.95-.26-1.1-.46-1.82s-.32-1.32-.54-2.13c-.2-.8-.35-1.62-.46-2.44a4.7 4.7 0 0 1 .43-3.08c.58-.55 1.44-.7 2.17-.37a4.4 4.4 0 0 1 1.57 2.17c.43 1.07.72 2.19.86 3.33.27 1.67.79 4.1.8 4.6 0-.61-.11-1.91 0-2.5.12-.6.54-1.1 1.12-1.33.5-.15 1.02-.19 1.53-.1.52.1.98.4 1.29.83.38.98.6 2 .63 3.05.04-.91.2-1.82.47-2.7.28-.39.68-.67 1.15-.8.55-.1 1.11-.1 1.66 0 .46.15.85.44 1.14.82.35.88.56 1.82.63 2.77 0 .23.12-.65.48-1.24a1.67 1.67 0 1 1 3.17 1.07v3.77c-.06.97-.2 1.94-.4 2.9-.29.85-.7 1.65-1.2 2.38-.8.9-1.48 1.92-1.98 3.02a6.67 6.67 0 0 0 .03 3.2c-.68.07-1.37.07-2.05 0-.65-.1-1.45-1.4-1.67-1.8a.63.63 0 0 0-1.13 0c-.37.64-1.18 1.79-1.75 1.85-1.12.14-3.42 0-5.23 0 0 0 .3-1.66-.39-2.27-.68-.6-1.38-1.3-1.9-1.76l-1.4-1.6Z' clip-rule='evenodd'/%3E%3Cpath fill='%23000' d='M20.65 22.3v-6.24c0-.38-.31-.68-.7-.68-.37 0-.68.3-.68.68v6.23c0 .38.3.68.69.68.38 0 .69-.3.69-.68ZM17.2 22.3l-.04-6.25a.67.67 0 1 0-1.34.01l.04 6.24a.67.67 0 1 0 1.34 0ZM12.37 16.07l.04 6.22c0 .38.3.68.67.68.37 0 .67-.3.67-.68l-.04-6.23c0-.38-.3-.68-.67-.68-.37 0-.67.31-.67.69Z'/%3E%3C/svg%3E"), auto;
    outline: none;
    border-radius: 15px;
    height: 4px;
    background: linear-gradient(to right, rgba(59, 113, 202, 1) 0%, #ccc 0%);
    transition: background 0.3s ease;
  }


  .textRangeInput::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    height: 25px;
    width: 25px;
    background-color: rgb(255, 255, 255);
    border-radius: 50%;
    border: 3px solid #ccc;
    transition: .2s ease-in-out;
  }

  .textRangeInput::-moz-range-thumb {
    -moz-appearance: none;
    appearance: none;
    height: 20px;
    width: 20px;
    background-color: rgb(255, 255, 255);
    border-radius: 50%;
    border: 3px solid #ccc;
    transition: .2s ease-in-out;
  }

  /*Text SubMenu Btn Hover*/
  .textSubMenu-font-style:hover {
    background-color: #cdc7d3;
    border-radius: 8px;
    transition: background-color 0.2s ease, border-radius 0.2s ease;
  }

  /*Text Font Size------------------------------------------------------------------------------*/
  #text-font-size {
    text-align: center;
    -webkit-appearance: none;
    appearance: none;
    background: transparent;
    border: 1px solid #ccc;
    border-radius: 10px;
    color: #0d1216;
    font-weight: 500;
    height: 100%;
    line-height: 1;
    padding: 5px;
    text-align: center;
    width: 50px;
    font-size: 14px;
  }

  /*Text SubMenu SVG Size------------------------------------------------------------------------------*/
  .textSubMenu-font-style label span svg,
  #selectedAlignment svg,
  #textBgColorCbox svg {
    width: 24px;
    height: 24px;
  }

  .opacity-dropdown-toggle svg,
  .border-dropdown-toggle svg,
  .shadow-dropdown-toggle svg {
    width: 32px;
    height: 32px;
  }

  /*Text SubMenu Color Btn Size------------------------------------------------------------------------------*/
  #textColorCbox,
  #textColorCbox2,
  #textBgColorCbox,
  #textStrokeColorPicker,
  #shadowColorCbox,
  .gradient-button {
    width: 32px;
    height: 32px;
  }

  /*Shadow Dropdown Menu*/
  /* .shadow-dropdown-menu li {
    display: inline-block;
    cursor: pointer;
    margin: 0 8px;
    padding: 4px;
  } */

  .shadowLabelDiv {
    font-size: 12px;
    margin-bottom: 6px;
    text-align: center;
  }

  .shadow-dropdown.open .shadow-dropdown-menu {
    display: flex;
    flex-wrap: nowrap;
    padding: 8px;
    margin: 0;
    list-style: none;
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 8px;
    width: max-content;
    min-width: 300px;
    gap: 8px 16px;
  }
}

@media (min-width: 1025px) and (max-width: 1200px) {

  /*Input range type----------------------------------------*/
  #textShadowBlurRange,
  #textShadowOffsetXrange,
  #textShadowOffsetYrange {
    width: 100%;
  }

  .textRangeInput::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    height: 25px;
    width: 25px;
    background-color: rgb(255, 255, 255);
    border-radius: 50%;
    border: 3px solid #ccc;
    transition: .2s ease-in-out;
  }

  .textRangeInput::-moz-range-thumb {
    -moz-appearance: none;
    appearance: none;
    height: 20px;
    width: 20px;
    background-color: rgb(255, 255, 255);
    border-radius: 50%;
    border: 3px solid #ccc;
    transition: .2s ease-in-out;
  }

  /*Text SubMenu Btn Hover*/
  .textSubMenu-font-style:hover {
    background-color: #cdc7d3;
    border-radius: 8px;
    transition: background-color 0.2s ease, border-radius 0.2s ease;
  }

  /*Text Font Size------------------------------------------------------------------------------*/
  #text-font-size {
    text-align: center;
    -webkit-appearance: none;
    appearance: none;
    background: transparent;
    border: 1px solid #ccc;
    border-radius: 10px;
    color: #0d1216;
    font-weight: 500;
    height: 100%;
    line-height: 1;
    padding: 5px;
    text-align: center;
    width: 50px;
    font-size: 14px;
  }

  /*Text SubMenu SVG Size------------------------------------------------------------------------------*/
  .textSubMenu-font-style label span svg,
  #selectedAlignment svg,
  #textBgColorCbox svg {
    width: 24px;
    height: 24px;
  }

  .opacity-dropdown-toggle svg,
  .border-dropdown-toggle svg,
  .shadow-dropdown-toggle svg {
    width: 32px;
    height: 32px;
  }

  /*Text SubMenu Color Btn Size------------------------------------------------------------------------------*/
  #textColorCbox,
  #textColorCbox2,
  #textBgColorCbox,
  #textStrokeColorPicker,
  #shadowColorCbox,
  .gradient-button {
    width: 32px;
    height: 32px;
  }

  /*Shadow Dropdown Menu*/
  /* .shadow-dropdown-menu li {
    display: inline-block;
    cursor: pointer;
    margin: 0 8px;
    padding: 4px;
  } */

  
  .shadowLabelDiv {
    font-size: 12px;
    margin-bottom: 6px;
    text-align: center;
  }

  .shadow-dropdown.open .shadow-dropdown-menu {
    display: flex;
    flex-wrap: nowrap;
    padding: 8px;
    margin: 0;
    list-style: none;
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 8px;
    width: max-content;
    min-width: 300px;
    gap: 8px 16px;
  }
}

@media (min-width: 1201px) and (max-width: 1220px) {

  /*Input range type----------------------------------------*/
  #textShadowBlurRange,
  #textShadowOffsetXrange,
  #textShadowOffsetYrange {
    width: 100%;
  }

  .textRangeInput::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    height: 25px;
    width: 25px;
    background-color: rgb(255, 255, 255);
    border-radius: 50%;
    border: 3px solid #ccc;
    transition: .2s ease-in-out;
  }

  .textRangeInput::-moz-range-thumb {
    -moz-appearance: none;
    appearance: none;
    height: 20px;
    width: 20px;
    background-color: rgb(255, 255, 255);
    border-radius: 50%;
    border: 3px solid #ccc;
    transition: .2s ease-in-out;
  }

  /*Text SubMenu Btn Hover*/
  .textSubMenu-font-style:hover {
    background-color: #cdc7d3;
    border-radius: 8px;
    transition: background-color 0.2s ease, border-radius 0.2s ease;
  }

  /*Text Font Size------------------------------------------------------------------------------*/
  #text-font-size {
    text-align: center;
    -webkit-appearance: none;
    appearance: none;
    background: transparent;
    border: 1px solid #ccc;
    border-radius: 10px;
    color: #0d1216;
    font-weight: 500;
    height: 100%;
    line-height: 1;
    padding: 5px;
    text-align: center;
    width: 50px;
    font-size: 14px;
  }

  /*Text SubMenu SVG Size------------------------------------------------------------------------------*/
  .textSubMenu-font-style label span svg,
  #selectedAlignment svg,
  #textBgColorCbox svg {
    width: 24px;
    height: 24px;
  }

  .opacity-dropdown-toggle svg,
  .border-dropdown-toggle svg,
  .shadow-dropdown-toggle svg {
    width: 32px;
    height: 32px;
  }

  /*Text SubMenu Color Btn Size------------------------------------------------------------------------------*/
  #textColorCbox,
  #textColorCbox2,
  #textBgColorCbox,
  #textStrokeColorPicker,
  #shadowColorCbox,
  .gradient-button {
    width: 32px;
    height: 32px;
  }

  /*Shadow Dropdown Menu*/
  /* .shadow-dropdown-menu li {
    display: inline-block;
    cursor: pointer;
    margin: 0 8px;
    padding: 4px;
  } */

  .shadowLabelDiv {
    font-size: 12px;
    margin-bottom: 6px;
    text-align: center;
  }

  .shadow-dropdown.open .shadow-dropdown-menu {
    display: flex;
    flex-wrap: nowrap;
    padding: 8px;
    margin: 0;
    list-style: none;
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 8px;
    width: max-content;
    min-width: 300px;
    gap: 8px 16px;
  }
}

@media (min-width: 1221px) {

  /*Input range type---------------------------------------*/
  #textShadowBlurRange,
  #textShadowOffsetXrange,
  #textShadowOffsetYrange {
    width: 100%;
  }

  .textRangeInput {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    margin: 5px;
    cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='29' fill='none' viewBox='0 0 28 29'%3E%3Cpath fill='%23fff' d='M6.84 21.83c-.47-.6-1.05-1.82-2.07-3.34-.58-.83-2.01-2.41-2.45-3.23a2.1 2.1 0 0 1-.25-1.67 2.2 2.2 0 0 1 2.39-1.67c.85.18 1.63.6 2.25 1.2.43.41.82.85 1.18 1.32.27.34.33.47.63.85.3.39.5.77.35.2-.11-.83-.31-2.23-.6-3.48-.21-.95-.26-1.1-.46-1.82s-.32-1.32-.54-2.13c-.2-.8-.35-1.62-.46-2.44a4.7 4.7 0 0 1 .43-3.08c.58-.55 1.44-.7 2.17-.37a4.4 4.4 0 0 1 1.57 2.17c.43 1.07.72 2.19.86 3.33.27 1.67.79 4.1.8 4.6 0-.61-.11-1.91 0-2.5.12-.6.54-1.1 1.12-1.33.5-.15 1.02-.19 1.53-.1.52.1.98.4 1.29.83.38.98.6 2 .63 3.05.04-.91.2-1.82.47-2.7.28-.39.68-.67 1.15-.8.55-.1 1.11-.1 1.66 0 .46.15.85.44 1.14.82.35.88.56 1.82.63 2.77 0 .23.12-.65.48-1.24a1.67 1.67 0 1 1 3.17 1.07v3.77c-.06.97-.2 1.94-.4 2.9-.29.85-.7 1.65-1.2 2.38-.8.9-1.48 1.92-1.98 3.02a6.67 6.67 0 0 0 .03 3.2c-.68.07-1.37.07-2.05 0-.65-.1-1.45-1.4-1.67-1.8a.63.63 0 0 0-1.13 0c-.37.64-1.18 1.79-1.75 1.85-1.12.14-3.42 0-5.23 0 0 0 .3-1.66-.39-2.27-.68-.6-1.38-1.3-1.9-1.76l-1.4-1.6Z'/%3E%3Cpath stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2.25' d='M6.84 21.83c-.47-.6-1.05-1.82-2.07-3.34-.58-.83-2.01-2.41-2.45-3.23a2.1 2.1 0 0 1-.25-1.67 2.2 2.2 0 0 1 2.39-1.67c.85.18 1.63.6 2.25 1.2.43.41.82.85 1.18 1.32.27.34.33.47.63.85.3.39.5.77.35.2-.11-.83-.31-2.23-.6-3.48-.21-.95-.26-1.1-.46-1.82s-.32-1.32-.54-2.13c-.2-.8-.35-1.62-.46-2.44a4.7 4.7 0 0 1 .43-3.08c.58-.55 1.44-.7 2.17-.37a4.4 4.4 0 0 1 1.57 2.17c.43 1.07.72 2.19.86 3.33.27 1.67.79 4.1.8 4.6 0-.61-.11-1.91 0-2.5.12-.6.54-1.1 1.12-1.33.5-.15 1.02-.19 1.53-.1.52.1.98.4 1.29.83.38.98.6 2 .63 3.05.04-.91.2-1.82.47-2.7.28-.39.68-.67 1.15-.8.55-.1 1.11-.1 1.66 0 .46.15.85.44 1.14.82.35.88.56 1.82.63 2.77 0 .23.12-.65.48-1.24a1.67 1.67 0 1 1 3.17 1.07v3.77c-.06.97-.2 1.94-.4 2.9-.29.85-.7 1.65-1.2 2.38-.8.9-1.48 1.92-1.98 3.02a6.67 6.67 0 0 0 .03 3.2c-.68.07-1.37.07-2.05 0-.65-.1-1.45-1.4-1.67-1.8a.63.63 0 0 0-1.13 0c-.37.64-1.18 1.79-1.75 1.85-1.12.14-3.42 0-5.23 0 0 0 .3-1.66-.39-2.27-.68-.6-1.38-1.3-1.9-1.76l-1.4-1.6Z' clip-rule='evenodd'/%3E%3Cpath fill='%23000' d='M20.65 22.3v-6.24c0-.38-.31-.68-.7-.68-.37 0-.68.3-.68.68v6.23c0 .38.3.68.69.68.38 0 .69-.3.69-.68ZM17.2 22.3l-.04-6.25a.67.67 0 1 0-1.34.01l.04 6.24a.67.67 0 1 0 1.34 0ZM12.37 16.07l.04 6.22c0 .38.3.68.67.68.37 0 .67-.3.67-.68l-.04-6.23c0-.38-.3-.68-.67-.68-.37 0-.67.31-.67.69Z'/%3E%3C/svg%3E"), auto;
    outline: none;
    border-radius: 15px;
    height: 4px;
    transition: background 0.3s ease;
  }


  .textRangeInput::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    height: 25px;
    width: 25px;
    background-color: rgb(255, 255, 255);
    border-radius: 50%;
    border: 3px solid #ccc;
    transition: .2s ease-in-out;
  }

  .textRangeInput::-moz-range-thumb {
    -moz-appearance: none;
    appearance: none;
    height: 20px;
    width: 20px;
    background-color: rgb(255, 255, 255);
    border-radius: 50%;
    border: 3px solid #ccc;
    transition: .2s ease-in-out;
  }

  /*Text SubMenu Btn Hover*/
  .textSubMenu-font-style:hover {
    background-color: #cdc7d3;
    border-radius: 8px;
    transition: background-color 0.2s ease, border-radius 0.2s ease;
  }

  /*Text Font Size------------------------------------------------------------------------------*/
  #text-font-size {
    text-align: center;
    -webkit-appearance: none;
    appearance: none;
    background: transparent;
    border: 1px solid #ccc;
    border-radius: 10px;
    color: #0d1216;
    font-weight: 500;
    height: 100%;
    line-height: 1;
    padding: 5px;
    text-align: center;
    width: 50px;
    font-size: 14px;
  }

  /*Text SubMenu SVG Size------------------------------------------------------------------------------*/
  .textSubMenu-font-style label span svg,
  #selectedAlignment svg,
  #textBgColorCbox svg {
    width: 24px;
    height: 24px;
  }

  .opacity-dropdown-toggle svg,
  .border-dropdown-toggle svg,
  .shadow-dropdown-toggle svg {
    width: 32px;
    height: 32px;
  }

  /*Text SubMenu Color Btn Size------------------------------------------------------------------------------*/
  #textColorCbox,
  #textColorCbox2,
  #textBgColorCbox,
  #textStrokeColorPicker,
  #shadowColorCbox,
  .gradient-button {
    width: 32px;
    height: 32px;
  }

  /*Shadow Dropdown Menu*/
  /* .shadow-dropdown-menu li {
    display: inline-block;
    cursor: pointer;
    margin: 0 8px;
    padding: 4px;
  } */

  .shadowLabelDiv {
    font-size: 12px;
    margin-bottom: 6px;
    text-align: center;
  }

  .shadow-dropdown.open .shadow-dropdown-menu {
    display: flex;
    flex-wrap: nowrap;
    padding: 8px;
    margin: 0;
    list-style: none;
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 8px;
    width: max-content;
    min-width: 300px;
    gap: 8px 16px;
  }
}

@media (min-width: 1400px) {

  /*Input range type---------------------------------------*/
  #textShadowBlurRange,
  #textShadowOffsetXrange,
  #textShadowOffsetYrange {
    width: 100%;
  }

  .textRangeInput {
    -moz-appearance: none;
    appearance: none;
    margin: 0;
    cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='29' fill='none' viewBox='0 0 28 29'%3E%3Cpath fill='%23fff' d='M6.84 21.83c-.47-.6-1.05-1.82-2.07-3.34-.58-.83-2.01-2.41-2.45-3.23a2.1 2.1 0 0 1-.25-1.67 2.2 2.2 0 0 1 2.39-1.67c.85.18 1.63.6 2.25 1.2.43.41.82.85 1.18 1.32.27.34.33.47.63.85.3.39.5.77.35.2-.11-.83-.31-2.23-.6-3.48-.21-.95-.26-1.1-.46-1.82s-.32-1.32-.54-2.13c-.2-.8-.35-1.62-.46-2.44a4.7 4.7 0 0 1 .43-3.08c.58-.55 1.44-.7 2.17-.37a4.4 4.4 0 0 1 1.57 2.17c.43 1.07.72 2.19.86 3.33.27 1.67.79 4.1.8 4.6 0-.61-.11-1.91 0-2.5.12-.6.54-1.1 1.12-1.33.5-.15 1.02-.19 1.53-.1.52.1.98.4 1.29.83.38.98.6 2 .63 3.05.04-.91.2-1.82.47-2.7.28-.39.68-.67 1.15-.8.55-.1 1.11-.1 1.66 0 .46.15.85.44 1.14.82.35.88.56 1.82.63 2.77 0 .23.12-.65.48-1.24a1.67 1.67 0 1 1 3.17 1.07v3.77c-.06.97-.2 1.94-.4 2.9-.29.85-.7 1.65-1.2 2.38-.8.9-1.48 1.92-1.98 3.02a6.67 6.67 0 0 0 .03 3.2c-.68.07-1.37.07-2.05 0-.65-.1-1.45-1.4-1.67-1.8a.63.63 0 0 0-1.13 0c-.37.64-1.18 1.79-1.75 1.85-1.12.14-3.42 0-5.23 0 0 0 .3-1.66-.39-2.27-.68-.6-1.38-1.3-1.9-1.76l-1.4-1.6Z'/%3E%3Cpath stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2.25' d='M6.84 21.83c-.47-.6-1.05-1.82-2.07-3.34-.58-.83-2.01-2.41-2.45-3.23a2.1 2.1 0 0 1-.25-1.67 2.2 2.2 0 0 1 2.39-1.67c.85.18 1.63.6 2.25 1.2.43.41.82.85 1.18 1.32.27.34.33.47.63.85.3.39.5.77.35.2-.11-.83-.31-2.23-.6-3.48-.21-.95-.26-1.1-.46-1.82s-.32-1.32-.54-2.13c-.2-.8-.35-1.62-.46-2.44a4.7 4.7 0 0 1 .43-3.08c.58-.55 1.44-.7 2.17-.37a4.4 4.4 0 0 1 1.57 2.17c.43 1.07.72 2.19.86 3.33.27 1.67.79 4.1.8 4.6 0-.61-.11-1.91 0-2.5.12-.6.54-1.1 1.12-1.33.5-.15 1.02-.19 1.53-.1.52.1.98.4 1.29.83.38.98.6 2 .63 3.05.04-.91.2-1.82.47-2.7.28-.39.68-.67 1.15-.8.55-.1 1.11-.1 1.66 0 .46.15.85.44 1.14.82.35.88.56 1.82.63 2.77 0 .23.12-.65.48-1.24a1.67 1.67 0 1 1 3.17 1.07v3.77c-.06.97-.2 1.94-.4 2.9-.29.85-.7 1.65-1.2 2.38-.8.9-1.48 1.92-1.98 3.02a6.67 6.67 0 0 0 .03 3.2c-.68.07-1.37.07-2.05 0-.65-.1-1.45-1.4-1.67-1.8a.63.63 0 0 0-1.13 0c-.37.64-1.18 1.79-1.75 1.85-1.12.14-3.42 0-5.23 0 0 0 .3-1.66-.39-2.27-.68-.6-1.38-1.3-1.9-1.76l-1.4-1.6Z' clip-rule='evenodd'/%3E%3Cpath fill='%23000' d='M20.65 22.3v-6.24c0-.38-.31-.68-.7-.68-.37 0-.68.3-.68.68v6.23c0 .38.3.68.69.68.38 0 .69-.3.69-.68ZM17.2 22.3l-.04-6.25a.67.67 0 1 0-1.34.01l.04 6.24a.67.67 0 1 0 1.34 0ZM12.37 16.07l.04 6.22c0 .38.3.68.67.68.37 0 .67-.3.67-.68l-.04-6.23c0-.38-.3-.68-.67-.68-.37 0-.67.31-.67.69Z'/%3E%3C/svg%3E"), auto;
    outline: none;
    border-radius: 15px;
    height: 4px;
    background: linear-gradient(to right, rgba(202, 59, 171, 1) 0%, #ccc 0%);
    transition: background 0.3s ease;
  }


  .textRangeInput::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    height: 25px;
    width: 25px;
    background-color: rgb(255, 255, 255);
    border-radius: 50%;
    border: 3px solid #ccc;
    transition: .2s ease-in-out;
  }

  .textRangeInput::-moz-range-thumb {
    -moz-appearance: none;
    appearance: none;
    height: 20px;
    width: 20px;
    background-color: rgb(255, 255, 255);
    border-radius: 50%;
    border: 3px solid #ccc;
    transition: .2s ease-in-out;
  }

  /*Text SubMenu Btn Hover*/
  .textSubMenu-font-style:hover {
    background-color: #cdc7d3;
    border-radius: 8px;
    transition: background-color 0.2s ease, border-radius 0.2s ease;
  }

  /*Text Font Size------------------------------------------------------------------------------*/
  #text-font-size {
    text-align: center;
    -webkit-appearance: none;
    appearance: none;
    background: transparent;
    border: 1px solid #ccc;
    border-radius: 10px;
    color: #0d1216;
    font-weight: 500;
    height: 100%;
    line-height: 1;
    padding: 5px;
    text-align: center;
    width: 50px;
    font-size: 14px;
  }

  /*Text SubMenu SVG Size------------------------------------------------------------------------------*/
  .textSubMenu-font-style label span svg,
  #selectedAlignment svg,
  #textBgColorCbox svg {
    width: 24px;
    height: 24px;
  }

  .opacity-dropdown-toggle svg,
  .border-dropdown-toggle svg,
  .shadow-dropdown-toggle svg {
    width: 32px;
    height: 32px;
  }

  /*Text SubMenu Color Btn Size------------------------------------------------------------------------------*/
  #textColorCbox,
  #textColorCbox2,
  #textBgColorCbox,
  #textStrokeColorPicker,
  #shadowColorCbox,
  .gradient-button {
    width: 32px;
    height: 32px;
  }

  /*Shadow Dropdown Menu*/
  /* .shadow-dropdown-menu li {
    display: inline-block;
    cursor: pointer;
    margin: 0 8px;
    padding: 4px;
  } */

  .shadowLabelDiv {
    font-size: 12px;
    margin-bottom: 6px;
    text-align: center;
  }

  .shadow-dropdown.open .shadow-dropdown-menu {
    display: flex;
    flex-wrap: nowrap;
    padding: 8px;
    margin: 0;
    list-style: none;
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 8px;
    width: max-content;
    min-width: 300px;
    gap: 8px 16px;
  }
}