.workspace-menu-sidebar {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.workspace-menu-header {
  display: flex;
  flex-direction: column;
  position: sticky;
}

.workspace-all-size {
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  overflow-x: hidden;
  margin: 10px 0 20px 0;
}

.workspace-menu-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: auto;
  margin-bottom: 5px;
  position: sticky;
}

#workspace-menu-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  color: #0d1216;
  margin: 2px 4px 2px 4px;
  /* backdrop-filter: blur(10px);
  background: linear-gradient(135deg, rgba(128, 0, 128, 0.4), rgba(75, 0, 130, 0.4));
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  border-radius: 5px; */
}

/* #workspace-menu-title::before {
  content: "";
  position: absolute;
  inset: 0;
  background: inherit;
  filter: blur(20px);
  z-index: -1;
} */

/* .workspace-menu-close {
  backdrop-filter: blur(10px);
  background: linear-gradient(135deg, rgba(128, 0, 128, 0.4), rgba(75, 0, 130, 0.4));
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
}

.workspace-menu-close::before {
  content: "";
  position: absolute;
  inset: 0;
  background: inherit;
  filter: blur(20px);
  z-index: -1;
} */

.workspace-customsize-header {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  margin: 8px 0;
  color: #4f5357;
  text-size-adjust: none;
}

.workspace-customsize-div form {
  margin-top: -5px;
  margin-left: 0;
}

.workspace-width-value,.workspace-height-value {
  display: flex;
  flex-direction: column;
  width: fit-content;
  position: relative;
  max-width: 125px;
  line-height: 20px;
}

.workspace-width-value .workspace-width-label,
.workspace-height-value .workspace-height-label {
  font-size: 0.75rem;
  color: #d09eff;
  font-weight: 700;
  position: relative;
  top: 0.5rem;
  margin: 0 0 0 7px;
  padding: 0 3px;
  background: #ffffff;
  width: fit-content;
}

.workspace-width-value .workspace-width-input[type=number].workspace-width-input,
.workspace-height-value .workspace-height-input[type=number].workspace-height-input {
  padding: 10px 0 10px 5px;
  font-size: 1rem;
  border: 2px #d09eff solid;
  border-radius: 5px;
  background: #ffffff;
}

.workspace-width-value .workspace-width-input[type=number].workspace-width-input:hover,
.workspace-height-value .workspace-height-input[type=number].workspace-height-input:hover {
  border: 2px hsl(from #d09eff h 100% 10%) solid;
}

.workspace-width-value .workspace-width-input[type=number].workspace-width-input:focus,
.workspace-height-value .workspace-height-input[type=number].workspace-height-input:focus {
  outline: none;
  box-shadow: none;
}

.workspace-size-units select:focus {
  outline: none;
  box-shadow: none;
  border: 2px #d09eff solid;
}

.workspace-size-units {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  max-width: 125px;
  line-height: 20px;
}

.workspace-size-units .workspace-units-label {
  font-size: 0.75rem;
  color: #d09eff;
  font-weight: 700;
  position: relative;
  top: 0.5rem;
  margin: 0 0 0 7px;
  padding: 0 1px;
  background: #ffffff;
  width: fit-content;
}

.workspace-size-units select {
  font-size: 16px;
  border: 2px #d09eff solid;
  border-radius: 5px;
}

.workspace-size-units select:hover {
  border: 2px hsl(from #d09eff h 100% 10%) solid;
}

#workspace {
  flex: 1;
  width: 100%;
  position: relative;
  background: #f1f1f1;
  overflow: hidden;
  padding: 0;
}

.top-navbar-container {
  padding-block: 12px;
  padding-inline: 8px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  position: absolute;
  width: 100%;
  box-sizing: border-box;
  z-index: 10;
  top: 0;
}

#workspaceBG-navbar {
  display: none;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0px 0px 0px 1px rgba(64, 87, 109, .04), 0px 6px 20px -4px rgba(64, 87, 109, .3);
}

#workspaceColorCbox {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: none;
  appearance: none;
  background-image: conic-gradient(red, magenta, blue, cyan, green, yellow, red);
  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;
}

.workspace-solid-color, .workspace-gradient-color {
  display: flex;
  align-items: center;
  padding: 10px;
}

/*Gradient color create start*/
.workspace-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%;
  border: solid 0.25px #c5c1c1;
}

#bracketsDivWorkspaceTools {
  background: rgba(57, 76, 96, .15);
  border-radius: 4px;
  height: 30px;
  width: 3px;
}

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

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

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

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

#workspace-gradient5 {
  background: radial-gradient(circle at 0% 0%, #4a00e0, #8e2de2);
}

#workspace-gradient6 {
  background: linear-gradient(90deg, rgb(79, 140, 73) 0%, rgb(224, 129, 20) 100%);
}

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

#workspace-gradient8 {
  background: #ffffff;
}

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

.workspace-width-input::-webkit-outer-spin-button,
.workspace-width-input::-webkit-inner-spin-button,
.workspace-height-input::-webkit-outer-spin-button,
.workspace-height-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

#resize-workspace-btn {
  width: 100%;
  height: 40px;
  max-width: 350px;
  border-radius: 6px;
  background-color: hsl(from #d09eff h 100% 75%);
  color: hsl(from #d09eff h 100% 10%);
  outline: none;
  box-shadow: none;
  border: none;
  font-weight: 600;
  font-family: Arial, sans-serif;
  font-size: 16px;
  transition: background-image 0.3s, color 0.3s;
  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;
}

#resize-workspace-btn:hover {
  background-image: linear-gradient(90deg, #4A00E0, #8E2DE2);
  border: 1px solid hsl(from #d09eff h 30% 18%);
  color: #d1bee2;
}

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

.workspace-social-size-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 24px 0 5px 0;
}

.workspace-size-title {
  font-size: 14px;
  font-weight: 500;
  color: #4f5357;
  text-size-adjust: none;
  margin: 0 0 0 8px;
}

.workspace-suggested-size-list, .workspace-social-size-list {
  display: grid;
  border: 0;
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0;
}

.workspace-suggested-size-items, .workspace-social-size-items {
  position: relative;
  padding: 0 0 0 8px;
}

/* Buttons */
.workspace-size-button input[type="radio"] {
  display: none;
  visibility: hidden;
}

.workspace-size-button .workspace-size-label {
  margin: auto;
  -webkit-user-select: none;
  user-select: 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;
}
.workspace-size-button .workspace-size-label span {
  display: inline-block;
  vertical-align: middle;
  transform: translate3d(0, 0, 0);
}
.workspace-size-button .workspace-size-label span:first-child {
  position: relative;
  width: 18px;
  height: 18px;
  border-radius: 3px;
  transform: scale(1);
  vertical-align: middle;
  border: 1px solid #9098a9;
  transition: all 0.2s ease;
}
.workspace-size-button .workspace-size-label span:first-child svg {
  position: absolute;
  top: 3px;
  left: 2px;
  fill: none;
  stroke: #ffffff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 16px;
  stroke-dashoffset: 16px;
  transition: all 0.3s ease;
  transition-delay: 0.1s;
  transform: translate3d(0, 0, 0);
}
.workspace-size-button .workspace-size-label span:first-child:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #d09eff;
  display: block;
  transform: scale(0);
  opacity: 1;
  border-radius: 50%;
}
/* .workspace-size-button .workspace-size-label span:last-child {
  padding-left: 8px;
} */
.workspace-size-button .workspace-size-label:hover span:first-child {
  border-color: #d09eff;
}

.workspace-size-button .workspace-size-cbx:checked + .workspace-size-label span:first-child {
  background-image: linear-gradient(90deg, #4A00E0, #8E2DE2);
  border: 1px solid hsl(from #d09eff h 30% 18%);
  animation: wave-46 0.4s ease;
}
.workspace-size-button .workspace-size-cbx:checked + .workspace-size-label span:first-child svg {
  stroke-dashoffset: 0;
}
.workspace-size-button .workspace-size-cbx:checked + .workspace-size-label span:first-child:before {
  transform: scale(3.5);
  opacity: 0;
  transition: all 0.6s ease;
}

@keyframes wave-46 {
  50% {
    transform: scale(0.9);
  }
}

.workspace-social-size-span {
  padding-left: 8px;
  box-sizing: border-box;
  flex: 1 1;
  min-width: 0;
}

.workspace-social-size-span p:first-child {
  color: #0d1216;
  text-align: start;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  display: block;
  max-width: 100%;
  overflow: hidden;
}

.workspace-social-size-span p:last-child {
  color: rgba(13, 18, 22, .7);
  text-align: start;
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  display: block;
  max-width: 100%;
  overflow: hidden;
}

.workspaceBg-navbar-closebtn {
  position: relative;
  top: -2px;
  right: -2px;
}

.workspaceBg-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);
}

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

@media (min-width: 320px) and (max-width: 480px) {
  .workspace-all-size {
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    overflow-x: hidden;
    margin: 0;
  }

  #resize-workspace-btn {
    width: 100%;
    height: 25px;
    border-radius: 6px;
    background-color: hsl(from #d09eff h 100% 75%);
    color: hsl(from #d09eff h 100% 10%);
    outline: none;
    box-shadow: none;
    border: none;
    font-weight: 600;
    font-family: Arial, sans-serif;
    font-size: 12px;
  }

  .workspace-customsize-div form {
    margin-top: -15px;
    margin-left: 0;
  }
}

@media (min-width: 481px) and (max-width: 575px) {
  .workspace-all-size {
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    overflow-x: hidden;
    margin: 0;
  }

  #resize-workspace-btn {
    width: 100%;
    height: 25px;
    max-width: 350px;
    border-radius: 6px;
    background-color: hsl(from #d09eff h 100% 75%);
    color: hsl(from #d09eff h 100% 10%);
    outline: none;
    box-shadow: none;
    border: none;
    font-weight: 600;
    font-family: Arial, sans-serif;
    font-size: 12px;
  }

  .workspace-customsize-div form {
    margin-top: -15px;
    margin-left: 0;
  }
}

@media (min-width: 1025px) and (max-width: 1200px) {
  #workspace {
    margin: 40px 0 0 0;
  }

  #workspaceColorCbox {
    width: 32px;
    height: 32px;
  }

  .workspace-gradient-button{
    width: 32px;
    height: 32px;
  }

  #bracketsDivWorkspaceTools {
    background: rgba(57, 76, 96, .15);
    border-radius: 4px;
    height: 40px;
    width: 3px;
  }

}

@media (min-width: 1201px) and (max-width: 1220px) {
  #workspace {
    margin: 40px 0 0 0;
  }

  #workspaceColorCbox {
    width: 32px;
    height: 32px;
  }

  .workspace-gradient-button{
    width: 32px;
    height: 32px;
  }

  #bracketsDivWorkspaceTools {
    background: rgba(57, 76, 96, .15);
    border-radius: 4px;
    height: 40px;
    width: 3px;
  }

}

@media (min-width: 1221px) and (min-height: 1025px) {
  #workspace {
    margin: 40px 0 0 0;
  }

  #workspaceColorCbox {
    width: 32px;
    height: 32px;
  }

  .workspace-gradient-button{
    width: 32px;
    height: 32px;
  }

  #bracketsDivWorkspaceTools {
    background: rgba(57, 76, 96, .15);
    border-radius: 4px;
    height: 40px;
    width: 3px;
  }

}

@media (min-width: 1921px) {
  #workspace {
    margin: 40px 0 0 0;
  }

  #workspaceColorCbox {
    width: 32px;
    height: 32px;
  }

  .workspace-gradient-button{
    width: 32px;
    height: 32px;
  }

  #bracketsDivWorkspaceTools {
    background: rgba(57, 76, 96, .15);
    border-radius: 4px;
    height: 40px;
    width: 3px;
  }

}
