.App--p45uW {
  height: 100%;
  max-width: 100%;
  display: flex;
  position: relative;
}

  .App__main--LmpZ5 {
    flex: 1;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
  }

.Spinner--a3z30 {
  width: 64px;
  height: 64px;
  background-color: rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  padding: 10px;

  margin: 100px auto;
  animation: sk-rotateplane--Mp9E_ 1.7s infinite ease-in-out;
}

  .Spinner--a3z30 > img {
    max-width: 100%;
    max-height: 100%;
  }

@keyframes sk-rotateplane--Mp9E_ {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  25% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  50% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
  75% {
    transform: perspective(120px) rotateX(0) rotateY(-180deg);
    -webkit-transform: perspective(120px) rotateX(0) rotateY(-180deg);
  }
}

.Form--of2Fd {
  width: 100%;
}

.GridBox--sTOlF {
  position: absolute;
  box-sizing: border-box;
  border-radius: 3px;
  z-index: 1;
}

.Grid--YyUft {
  height: 100%;
  max-width: 100%;
  position: relative;
}

  .Grid__background--RIK8V {
    position: absolute;
    background-image: radial-gradient(circle at 2px 2px, rgba(217, 224, 255, 1) 2px, transparent 0);
    top: 0;
  }

.Input--Z7BqR {
  outline: none;
  box-sizing: border-box;
  border: 1px solid rgba(220, 223, 230, 1);
  border-radius: 10px;
  color: rgba(144, 147, 153, 1);
  font-size: 12px;
  font-size: var(--font-size-input);
  letter-spacing: 0;
  /* line-height: 12px; */
  line-height: 12px;
  line-height: var(--font-size-input);
  padding: 0.3rem 0.5rem;
  cursor: text;
  width: 100%;
}

  .Input--Z7BqR:-moz-read-only {
    cursor: default;
  }

  .Input--Z7BqR:read-only {
    cursor: default;
  }

  .Input--Z7BqR:focus:not(:-moz-read-only) {
    border-color: rgba(112, 87, 255, 1);
  }

  .Input--Z7BqR:focus:not(:read-only) {
    border-color: rgba(112, 87, 255, 1);
  }

  .Input--Z7BqR:focus:not(:-moz-read-only) + .Label--CxmKB {
    border-color: rgba(112, 87, 255, 1);
  }

  .Input--Z7BqR:focus:not(:read-only) + .Label--CxmKB {
    border-color: rgba(112, 87, 255, 1);
  }

  .Input__icon--qb_cb {
    display: block;
    height: 20px;
    width: 20px;
    margin: 0 4px;
    fill: rgba(0, 0, 0, 0.6);
    color: rgba(0, 0, 0, 0.6);
  }

  .Input--Z7BqR:focus + .Label--CxmKB {
    color: rgba(112, 87, 255, 1);
  }

  .Input--error--Qz1px {
    border-color: rgba(255, 91, 97, 1);
  }

  .Input--error--Qz1px:focus {
    border-color: rgba(255, 91, 97, 1);
  }

  .Input--error--Qz1px + .Input__icon--qb_cb {
      fill: rgba(255, 91, 97, 1);
    }

  .Input--error--Qz1px:focus + .Input__icon--qb_cb {
      fill: rgba(255, 91, 97, 1);
    }

  .Input--error--Qz1px + .Label--CxmKB {
    color: rgba(255, 91, 97, 1);
  }

  .Input--error--Qz1px:focus + .Label--CxmKB {
    color: rgba(255, 91, 97, 1);
  }

  .Input--block--uT28G,
  .Input--icon--fzD0B {
    display: block;
    width: 100%;
  }

  .Input--icon--fzD0B {
    border: none;
    border-radius: none;
  }

  .Input__iconWrapper--qcUiN {
    box-sizing: border-box;
    border: 1px solid rgba(220, 223, 230, 1);
    border-radius: 6px;
    display: flex;
    align-items: center;
    background-color: rgba(255, 255, 255, 1);
  }

  .Input__iconWrapper--qcUiN:focus-within {
      border-color: rgba(112, 87, 255, 1);
      color: rgba(112, 87, 255, 1);
    }

  .Input--Z7BqR:focus + .Input__icon--qb_cb {
    fill: rgba(112, 87, 255, 1);
  }

.Textarea--JsUaf {
  outline: none;
  box-sizing: border-box;
  border: 1px solid rgba(220, 223, 230, 1);
  border-radius: 10px;
  color: rgba(144, 147, 153, 1);
  font-size: 12px;
  font-size: var(--font-size-input);
  letter-spacing: 0;
  line-height: 12px;
  padding: 0.3rem 0.5rem;
  cursor: text;
  resize: none;
  font-family: 'Caros Soft', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue';
  width: 100%;
}

  .Textarea--JsUaf:focus:not(:-moz-read-only) {
    border-color: rgba(112, 87, 255, 1);
  }

  .Textarea--JsUaf:focus:not(:read-only) {
    border-color: rgba(112, 87, 255, 1);
  }

  .Textarea--error--SwSmo {
    border-color: rgba(255, 91, 97, 1);
  }

  .Textarea--error--SwSmo:focus {
    border-color: rgba(255, 91, 97, 1);
  }

.FormField--s9JwP {
  width: 100%;
  height: 100%;
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
}

  .FormField__header--r8X3n {
    display: flex;
    flex-direction: row;
    align-items: center;
  }

  .FormField__header--label--FQJj_ {
      font-size: 12px;
      font-size: var(--font-size-input);
      color: rgba(83, 80, 102, 1);
      display: block;
      margin-bottom: 4px;
      -webkit-user-select: none;
         -moz-user-select: none;
              user-select: none;
      font-weight: 500;
    }

  .FormField__header--dropdown--ZwjLX {
      width: 20%;
    }

  .FormField__field--feIFN {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
  }

  .FormField__field--inline--vkeVC {
      flex-direction: row;
    }

  .FormField__field--reverse--sytsO > :nth-child(1) {
        order: 2;
      }

  .FormField__field--reverse--sytsO > :nth-child(2) {
        order: 1;
      }

  .FormField__field--reverse--sytsO > .FormField__header--r8X3n > .FormField__header--label--FQJj_ {
        margin-left: 0.5rem;
      }

  .FormField--inline--RSepD {
    flex-direction: row;
  }

  .FormField--reverse--2vB_O > :nth-child(1) {
      order: 2;
    }

  .FormField--reverse--2vB_O > :nth-child(2) {
      order: 1;
    }

  .FormField--reverse--2vB_O > .FormField__header--r8X3n > .FormField__header--label--FQJj_ {
      margin-left: 0.5rem;
    }

  .FormField--verticalAlign--Mzn3E {
    margin-bottom: 0;
    height: auto;
  }

  .FormField--multi--tMkZW {
    height: calc(100% - 16px);
  }

.FieldInfo--TcOXZ {
  font-size: calc(12px * 0.8);
  font-size: calc(var(--font-size-input) * 0.8);
  color: rgba(0, 0, 0, 0.6);
  margin-top: 0.5rem;
}

.Button--zDxHh {
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  height: 2.5rem;
  border-radius: 10px;
  font-size: 12px;
  font-size: var(--font-size-input);
  color: rgba(0, 0, 0, 0.87);
  background-color: rgba(217, 224, 255, 1);
  box-sizing: border-box;
  border: none;
  cursor: pointer;
  font-weight: bold;
  text-transform: uppercase;
  transition: background-color 0.5s ease;
  text-decoration: none;
}

  .Button--zDxHh > *:not(:last-child) {
    margin-right: 0.5rem;
  }

  .Button--zDxHh:hover:not(.Button--flat--BRLC7) {
    background-color: rgba(183, 196, 255, 1);
  }

  .Button--button--fQKii {
    cursor: pointer;
    outline: none;
    padding: 0;
  }

  .Button--block--WUzbO {
    width: 100%;
  }

  .Button--rounded--AcMWo {
    border-radius: 1.25rem;
    padding: 1rem 1.5rem;
  }

  .Button__Icon--XTrNy {
    height: 18px;
    width: 18px;
  }

  .Button--disabled--yYq0v {
    cursor: not-allowed;
  }

  .Button--disabled--yYq0v > svg {
      color: rgba(0, 0, 0, 0.87);
    }

  .Button--flat--BRLC7 {
    background-color: transparent;
    color: rgba(0, 0, 0, 0.87);
  }

  .Button--flat--BRLC7 > svg {
      fill: rgba(81, 80, 97, 1);
    }

  .Button--theme-white--O6p2b {
    color: rgba(255, 255, 255, 1);
  }

  .Button--theme-white--O6p2b > svg {
      fill: rgba(255, 255, 255, 1);
    }

  .Button--active--FwDLq {
    background-color: rgba(0, 0, 0, 0.87);
    color: rgba(255, 255, 255, 1);
  }

  .Button--zDxHh.active {
    background-color: rgba(0, 0, 0, 0.87);
    color: rgba(255, 255, 255, 1);
  }

  .Button--active--FwDLq > svg {
      fill: rgba(255, 255, 255, 1);
    }

  .Button--zDxHh.active > svg {
      fill: rgba(255, 255, 255, 1);
    }

  .Button--theme-white--O6p2b.Button--active--FwDLq {
    background-color: rgba(255, 255, 255, 1);
    color: rgba(217, 224, 255, 1);
  }

  .Button--theme-white--O6p2b.Button--zDxHh.active {
    background-color: rgba(255, 255, 255, 1);
    color: rgba(217, 224, 255, 1);
  }

  .Button--theme-white--O6p2b.Button--active--FwDLq > svg {
      fill: rgba(112, 87, 255, 1);
    }

  .Button--theme-white--O6p2b.Button--zDxHh.active > svg {
      fill: rgba(112, 87, 255, 1);
    }

.Dropdown__button--hGu4k {
    /* by default dropdowns use a flat, compact button */
    background: transparent;
    padding: 0 0.25rem 0.25rem 0.25rem;
    height: auto;
  }

    /* the class is repeated to have higher priority than button default style */

    .Dropdown__button--hGu4k.Dropdown__button--hGu4k:hover {
      background-color: transparent;
    }
  .Dropdown__menu--XFIJ3 {
    z-index: 1000;
    position: fixed;
    box-shadow: 0 2px 12px 0 rgba(3, 21, 58, 0.19);
    background: rgba(255, 255, 255, 1);
    padding: 0.5rem 1rem;
    display: flex;
    flex-direction: column;
  }
  .Dropdown__option--TBojb {
    background: transparent;
    border: none;
    text-align: left;
    cursor: pointer;
    padding: 0.5rem 1rem;
    border-radius: 2px;
    transition: background 0.25s ease;
    outline: none;
  }
  .Dropdown__option--TBojb:hover {
      background: rgba(229, 233, 240, 1);
    }
  .Dropdown__option--TBojb:not(:last-child) {
      margin-bottom: 0.5rem;
    }
  .Dropdown__empty--DFs4N {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.6);
  }

.ConfidenceIcon--m5xDH {
  background-color: grey;
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin: 0 4px;
}

.FieldError--u4qF2 {
  color: rgba(255, 91, 97, 1);
  font-size: 10px;
}

.TextFieldHoverContainer--qLzhn {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 1;
}

.TextFieldHover--Pw7id {
  position: absolute;

  margin-top: 4px;
  padding: 8px;

  max-height: 250px;

  font-size: calc(12px);

  font-size: calc(var(--font-size-input));

  background: white;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);

  text-overflow: ellipsis;
  white-space: wrap;

  overflow: auto;
}
.Select--nI0OH {
  outline: none;
  box-sizing: border-box;
  height: 28px;
  width: 100%;
  border: 1px solid rgba(220, 223, 230, 1);
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 1);
  padding-left: 0.8rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, rgba(144, 147, 153, 1) 50%),
    linear-gradient(135deg, rgba(144, 147, 153, 1) 50%, transparent 50%);
  background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px);
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
}

.RangeField__inputs--ptbWD {
  display: flex;
}

  .RangeField__inputs--ptbWD > *:first-child {
    margin-right: 0.5rem;
  }

.Switch--Upxh2 {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  cursor: pointer;

  position: relative;
  width: 2rem;
  height: 1rem;
  margin: 0;
  border-radius: 20px;
  background: rgba(220, 223, 230, 1);
}

  .Switch--Upxh2:checked {
    background: rgba(175, 190, 255, 1);
  }

  .Switch--Upxh2::before {
    content: '';
    position: absolute;
    width: 0.7rem;
    height: 0.7rem;
    background: rgba(255, 255, 255, 1);
    border-radius: 20px;
    top: 0.155rem;
    left: 0.2rem;
    transition: all 0.3s;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .Switch--Upxh2:checked::before {
    left: 1.1rem;
  }

.SwitchToggle--pWfCX {
  display: flex;
  flex-direction: row;
}

  .SwitchToggle__label_left--yKW6K {
    cursor: pointer;
    font-size: 12px;
    font-size: var(--font-size-input);
    color: rgba(83, 80, 102, 1);
    display: block;
    margin-bottom: 4px;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    font-weight: 500;
  }

  .SwitchToggle__label_right--DbW0S {
    cursor: pointer;
    font-size: 12px;
    font-size: var(--font-size-input);
    color: rgba(83, 80, 102, 1);
    display: block;
    margin-bottom: 4px;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    font-weight: 500;
  }

  .SwitchToggle__label_left--yKW6K {
    margin-left: 1rem;
  }

  .SwitchToggle__label_right--DbW0S {
    margin-right: 1rem;
  }

.AudioPlayer--G50FV {
  display: flex;
  align-items: center;
}

  .AudioPlayer__button--MWFhN {
    background: transparent;
    border: 2px solid rgba(144, 147, 153, 1);
    min-width: 28px;
    max-width: 28px;
    min-height: 28px;
    max-height: 28px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    box-sizing: border-box;
    cursor: pointer;
  }

  .AudioPlayer__buttonIcon--nzxbl {
    fill: rgba(144, 147, 153, 1);
    width: 16px;
    height: 16px;
  }

  .AudioPlayer__progressBar--sIRLf {
    margin-left: 0.5rem;
    height: 16px;
    width: 100%;
    border-radius: 1px;
    cursor: pointer;
    position: relative;
  }

  .AudioPlayer__progressBar--sIRLf::before {
      display: block;
      content: '';
      width: 100%;
      height: 2px;
      position: relative;
      top: 6px;
      background: rgba(220, 223, 230, 1);
    }

  .AudioPlayer__progressBar--sIRLf::after {
      /** overlay to catch clicks */
      display: block;
      content: '';
      width: 100%;
      position: absolute;
      z-index: 1;
      height: 100%;
      top: 0;
    }

  .AudioPlayer__progressBarIndicator--QtmKb {
    position: relative;
    top: 4px;
    height: 2px;
    background: rgba(112, 87, 255, 1);
  }

  .AudioPlayer__progressHandle--JSqZF {
    width: 4px;
    height: 4px;
    background: rgba(112, 87, 255, 1);
    position: absolute;
    margin-top: 1px;
    margin-left: -1px;
    border-radius: 50%;
  }

.Error--fill--LBz_E {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .Error__title--KcyNm {
    font-weight: bold;
    color: rgba(255, 91, 97, 1);
    margin-bottom: 1rem;
  }
  .Error__body--KNR4a {
    color: rgba(255, 91, 97, 1);
  }

.RichText--ReCT4 {
  margin: 0;
  border: 1px solid rgba(220, 223, 230, 1);
}
  .RichText--error--tePlF {
    border: 1px solid rgba(255, 91, 97, 1);
  }

.text-editor {
    display: flex;
    flex-flow: column;
    height: 100%;
    border-radius: 4px;
  }

.quill {
    flex: 1 1 auto;
  }

.ql-snow .ql-tooltip {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

.ql-container {
    box-sizing: border-box;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 13px;
    height: 100%;
    margin: 0px;
    position: relative;
  }

.ql-container.ql-disabled .ql-tooltip {
    visibility: hidden;
  }

.ql-container.ql-disabled .ql-editor ul[data-checked] > li::before {
    pointer-events: none;
  }

.ql-clipboard {
    left: -100000px;
    height: 1px;
    overflow-y: hidden;
    position: absolute;
    top: 50%;
  }

.ql-clipboard p {
    margin: 0;
    padding: 0;
  }

.ql-editor {
    background-color: rgba(255, 255, 255, 1);
    box-sizing: border-box;
    line-height: 1.42;
    height: 100%;
    outline: none;
    overflow-y: auto;
    padding: 12px 15px;
    -o-tab-size: 4;
       tab-size: 4;
    -moz-tab-size: 4;
    text-align: left;
    white-space: pre-wrap;
    word-wrap: break-word;
  }

.ql-editor > * {
    cursor: text;
  }

.ql-editor p, .ql-editor ol, .ql-editor ul, .ql-editor pre, .ql-editor blockquote, .ql-editor h1, .ql-editor h2, .ql-editor h3, .ql-editor h4, .ql-editor h5, .ql-editor h6 {
    margin: 0;
    padding: 0;
    counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }

.ql-editor ol, .ql-editor ul {
    padding-left: 1.5em;
  }

.ql-editor ol > li, .ql-editor ul > li {
    list-style-type: none;
  }

.ql-editor ul > li::before {
    content: '\2022';
  }

.ql-editor ul[data-checked='true'], .ql-editor ul[data-checked='false'] {
    pointer-events: none;
  }

.ql-editor ul[data-checked='true'] > li *, .ql-editor ul[data-checked='false'] > li * {
    pointer-events: all;
  }

.ql-editor ul[data-checked='true'] > li::before {
    color: rgba(144, 147, 153, 1);
    cursor: pointer;
    pointer-events: all;
  }

.ql-editor ul[data-checked='false'] > li::before {
    color: rgba(144, 147, 153, 1);
    cursor: pointer;
    pointer-events: all;
  }

.ql-editor ul[data-checked='true'] > li::before {
    content: '\2611';
  }

.ql-editor ul[data-checked='false'] > li::before {
    content: '\2610';
  }

.ql-editor li::before {
    display: inline-block;
    white-space: nowrap;
    width: 1.2em;
  }

.ql-editor li:not(.ql-direction-rtl)::before {
    margin-left: -1.5em;
    margin-right: 0.3em;
    text-align: right;
  }

.ql-editor li.ql-direction-rtl::before {
    margin-left: 0.3em;
    margin-right: -1.5em;
  }

.ql-editor ol li:not(.ql-direction-rtl), .ql-editor ul li:not(.ql-direction-rtl) {
    padding-left: 1.5em;
  }

.ql-editor ol li.ql-direction-rtl, .ql-editor ul li.ql-direction-rtl {
    padding-right: 1.5em;
  }

.ql-editor ol li {
    counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
    counter-increment: list-0;
  }

.ql-editor ol li:before {
    content: counter(list-0, decimal) '. ';
  }

.ql-editor ol li.ql-indent-1 {
    counter-increment: list-1;
  }

.ql-editor ol li.ql-indent-1:before {
    content: counter(list-1, lower-alpha) '. ';
  }

.ql-editor ol li.ql-indent-1 {
    counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }

.ql-editor ol li.ql-indent-2 {
    counter-increment: list-2;
  }

.ql-editor ol li.ql-indent-2:before {
    content: counter(list-2, lower-roman) '. ';
  }

.ql-editor ol li.ql-indent-2 {
    counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }

.ql-editor ol li.ql-indent-3 {
    counter-increment: list-3;
  }

.ql-editor ol li.ql-indent-3:before {
    content: counter(list-3, decimal) '. ';
  }

.ql-editor ol li.ql-indent-3 {
    counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
  }

.ql-editor ol li.ql-indent-4 {
    counter-increment: list-4;
  }

.ql-editor ol li.ql-indent-4:before {
    content: counter(list-4, lower-alpha) '. ';
  }

.ql-editor ol li.ql-indent-4 {
    counter-reset: list-5 list-6 list-7 list-8 list-9;
  }

.ql-editor ol li.ql-indent-5 {
    counter-increment: list-5;
  }

.ql-editor ol li.ql-indent-5:before {
    content: counter(list-5, lower-roman) '. ';
  }

.ql-editor ol li.ql-indent-5 {
    counter-reset: list-6 list-7 list-8 list-9;
  }

.ql-editor ol li.ql-indent-6 {
    counter-increment: list-6;
  }

.ql-editor ol li.ql-indent-6:before {
    content: counter(list-6, decimal) '. ';
  }

.ql-editor ol li.ql-indent-6 {
    counter-reset: list-7 list-8 list-9;
  }

.ql-editor ol li.ql-indent-7 {
    counter-increment: list-7;
  }

.ql-editor ol li.ql-indent-7:before {
    content: counter(list-7, lower-alpha) '. ';
  }

.ql-editor ol li.ql-indent-7 {
    counter-reset: list-8 list-9;
  }

.ql-editor ol li.ql-indent-8 {
    counter-increment: list-8;
  }

.ql-editor ol li.ql-indent-8:before {
    content: counter(list-8, lower-roman) '. ';
  }

.ql-editor ol li.ql-indent-8 {
    counter-reset: list-9;
  }

.ql-editor ol li.ql-indent-9 {
    counter-increment: list-9;
  }

.ql-editor ol li.ql-indent-9:before {
    content: counter(list-9, decimal) '. ';
  }

.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
    padding-left: 3em;
  }

.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
    padding-left: 4.5em;
  }

.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
    padding-right: 3em;
  }

.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
    padding-right: 4.5em;
  }

.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
    padding-left: 6em;
  }

.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
    padding-left: 7.5em;
  }

.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
    padding-right: 6em;
  }

.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
    padding-right: 7.5em;
  }

.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
    padding-left: 9em;
  }

.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
    padding-left: 10.5em;
  }

.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
    padding-right: 9em;
  }

.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
    padding-right: 10.5em;
  }

.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
    padding-left: 12em;
  }

.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
    padding-left: 13.5em;
  }

.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
    padding-right: 12em;
  }

.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
    padding-right: 13.5em;
  }

.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
    padding-left: 15em;
  }

.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
    padding-left: 16.5em;
  }

.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
    padding-right: 15em;
  }

.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
    padding-right: 16.5em;
  }

.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
    padding-left: 18em;
  }

.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
    padding-left: 19.5em;
  }

.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
    padding-right: 18em;
  }

.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
    padding-right: 19.5em;
  }

.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
    padding-left: 21em;
  }

.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
    padding-left: 22.5em;
  }

.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
    padding-right: 21em;
  }

.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
    padding-right: 22.5em;
  }

.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
    padding-left: 24em;
  }

.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
    padding-left: 25.5em;
  }

.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
    padding-right: 24em;
  }

.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
    padding-right: 25.5em;
  }

.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
    padding-left: 27em;
  }

.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
    padding-left: 28.5em;
  }

.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
    padding-right: 27em;
  }

.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
    padding-right: 28.5em;
  }

.ql-video, .ql-audio {
    display: block;
    max-width: 100%;
  }

.ql-video.ql-align-center, .ql-audio.ql-align-center {
    margin: 0 auto;
  }

.ql-video.ql-align-right, .ql-audio.ql-align-right {
    margin: 0 0 0 auto;
  }

.ql-audio > svg {
    max-width: 100%;
    max-width: -webkit-fill-available;
    max-width: -moz-available;
    max-width: stretch;
  }

.ql-editor .ql-bg-black {
    background-color: rgba(0, 0, 0, 1);
  }

.ql-editor .ql-bg-red {
    background-color: rgba(230, 0, 0, 1);
  }

.ql-editor .ql-bg-orange {
    background-color: rgba(255, 153, 0, 1);
  }

.ql-editor .ql-bg-yellow {
    background-color: rgba(255, 255, 0, 1);
  }

.ql-editor .ql-bg-green {
    background-color: rgba(0, 138, 0, 1);
  }

.ql-editor .ql-bg-blue {
    background-color: rgba(0, 102, 204, 1);
  }

.ql-editor .ql-bg-purple {
    background-color: rbga(153, 51, 255, 1);
  }

.ql-editor .ql-color-white {
    color: rgba(255, 255, 255, 1);
  }

.ql-editor .ql-color-red {
    color: rgba(230, 0, 0, 1);
  }

.ql-editor .ql-color-orange {
    color: rgba(255, 153, 0, 1);
  }

.ql-editor .ql-color-yellow {
    color: rgba(255, 255, 0, 1);
  }

.ql-editor .ql-color-green {
    color: rgba(0, 138, 0, 1);
  }

.ql-editor .ql-color-blue {
    color: rgba(0, 102, 204, 1);
  }

.ql-editor .ql-color-purple {
    color: rbga(153, 51, 255, 1);
  }

.ql-editor .ql-font-serif {
    font-family: Georgia, Times New Roman, serif;
  }

.ql-editor .ql-font-monospace {
    font-family: Monaco, Courier New, monospace;
  }

.ql-editor .ql-size-small {
    font-size: 0.75em;
  }

.ql-editor .ql-size-large {
    font-size: 1.5em;
  }

.ql-editor .ql-size-huge {
    font-size: 2.5em;
  }

.ql-editor .ql-direction-rtl {
    direction: rtl;
    text-align: inherit;
  }

.ql-editor .ql-align-center {
    text-align: center;
  }

.ql-editor .ql-align-justify {
    text-align: justify;
  }

.ql-editor .ql-align-right {
    text-align: right;
  }

.ql-editor .ql-embed-selected {
    border: 1px solid rgba(144, 147, 153, 1);
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }

.ql-editor.ql-blank::before {
    color: rgba(0, 0, 0, 0.6);
    content: attr(data-placeholder);
    font-style: italic;
    pointer-events: none;
    position: absolute;
  }

.ql-snow.ql-toolbar:after, .ql-snow .ql-toolbar:after {
    clear: both;
    content: '';
    display: table;
  }

.ql-snow.ql-toolbar button {
    border-radius: 8px;
    background-color: rgba(255, 255, 255, 1);
    border: none;
    cursor: pointer;
    display: inline-block;
    float: left;
    height: 24px;
    padding: 3px 5px;
    width: 28px;
    margin-right: 6px;
  }

.ql-snow .ql-toolbar button {
    border-radius: 8px;
    background-color: rgba(255, 255, 255, 1);
    border: none;
    cursor: pointer;
    display: inline-block;
    float: left;
    height: 24px;
    padding: 3px 5px;
    width: 28px;
    margin-right: 6px;
  }

.ql-snow.ql-toolbar button svg, .ql-snow .ql-toolbar button svg {
    float: left;
    height: 100%;
  }

.ql-snow.ql-toolbar button:active:hover, .ql-snow .ql-toolbar button:active:hover {
    outline: none;
  }

.ql-snow.ql-toolbar input.ql-image[type='file'], .ql-snow .ql-toolbar input.ql-image[type='file'] {
    display: none;
  }

.ql-snow.ql-toolbar button:hover {
    color: rgba(255, 255, 255, 1);
    background-color: rgba(0, 0, 0, 1);
  }

.ql-snow .ql-toolbar button:hover {
    color: rgba(255, 255, 255, 1);
    background-color: rgba(0, 0, 0, 1);
  }

.ql-snow.ql-toolbar button:focus {
    color: rgba(255, 255, 255, 1);
    background-color: rgba(0, 0, 0, 1);
  }

.ql-snow .ql-toolbar button:focus {
    color: rgba(255, 255, 255, 1);
    background-color: rgba(0, 0, 0, 1);
  }

.ql-snow.ql-toolbar button.ql-active {
    color: rgba(255, 255, 255, 1);
    background-color: rgba(0, 0, 0, 1);
  }

.ql-snow .ql-toolbar button.ql-active {
    color: rgba(255, 255, 255, 1);
    background-color: rgba(0, 0, 0, 1);
  }

.ql-snow.ql-toolbar .ql-picker-label:hover {
    color: rgba(255, 255, 255, 1);
    background-color: rgba(0, 0, 0, 1);
  }

.ql-snow .ql-toolbar .ql-picker-label:hover {
    color: rgba(255, 255, 255, 1);
    background-color: rgba(0, 0, 0, 1);
  }

.ql-snow.ql-toolbar .ql-picker-label.ql-active {
    color: rgba(255, 255, 255, 1);
    background-color: rgba(0, 0, 0, 1);
  }

.ql-snow .ql-toolbar .ql-picker-label.ql-active {
    color: rgba(255, 255, 255, 1);
    background-color: rgba(0, 0, 0, 1);
  }

.ql-snow.ql-toolbar .ql-picker-item:hover {
    color: rgba(255, 255, 255, 1);
    background-color: rgba(0, 0, 0, 1);
  }

.ql-snow .ql-toolbar .ql-picker-item:hover {
    color: rgba(255, 255, 255, 1);
    background-color: rgba(0, 0, 0, 1);
  }

.ql-snow.ql-toolbar .ql-picker-item.ql-selected {
    color: rgba(255, 255, 255, 1);
    background-color: rgba(0, 0, 0, 1);
  }

.ql-snow .ql-toolbar .ql-picker-item.ql-selected {
    color: rgba(255, 255, 255, 1);
    background-color: rgba(0, 0, 0, 1);
  }

.ql-snow.ql-toolbar button:hover > svg {
    fill: rgba(255, 255, 255, 1);
  }

.ql-snow.ql-toolbar button:hover .ql-fill {
    fill: rgba(255, 255, 255, 1);
  }

.ql-snow .ql-toolbar button:hover .ql-fill {
    fill: rgba(255, 255, 255, 1);
  }

.ql-snow.ql-toolbar button:focus .ql-fill {
    fill: rgba(255, 255, 255, 1);
  }

.ql-snow .ql-toolbar button:focus .ql-fill {
    fill: rgba(255, 255, 255, 1);
  }

.ql-snow.ql-toolbar button.ql-active .ql-fill {
    fill: rgba(255, 255, 255, 1);
  }

.ql-snow .ql-toolbar button.ql-active .ql-fill {
    fill: rgba(255, 255, 255, 1);
  }

.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill {
    fill: rgba(255, 255, 255, 1);
  }

.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill {
    fill: rgba(255, 255, 255, 1);
  }

.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill {
    fill: rgba(255, 255, 255, 1);
  }

.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill {
    fill: rgba(255, 255, 255, 1);
  }

.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill {
    fill: rgba(255, 255, 255, 1);
  }

.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill {
    fill: rgba(255, 255, 255, 1);
  }

.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill {
    fill: rgba(255, 255, 255, 1);
  }

.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill {
    fill: rgba(255, 255, 255, 1);
  }

.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill {
    fill: rgba(255, 255, 255, 1);
  }

.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill {
    fill: rgba(255, 255, 255, 1);
  }

.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill {
    fill: rgba(255, 255, 255, 1);
  }

.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill {
    fill: rgba(255, 255, 255, 1);
  }

.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill {
    fill: rgba(255, 255, 255, 1);
  }

.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill {
    fill: rgba(255, 255, 255, 1);
  }

.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill {
    fill: rgba(255, 255, 255, 1);
  }

.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill {
    fill: rgba(255, 255, 255, 1);
  }

.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill {
    fill: rgba(255, 255, 255, 1);
  }

.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill {
    fill: rgba(255, 255, 255, 1);
  }

.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill {
    fill: rgba(255, 255, 255, 1);
  }

.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill {
    fill: rgba(255, 255, 255, 1);
  }

.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
    fill: rgba(255, 255, 255, 1);
  }

.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
    fill: rgba(255, 255, 255, 1);
  }

.ql-snow.ql-toolbar button:hover .ql-stroke {
    stroke: rgba(255, 255, 255, 1);
    background-color: rgba(0, 0, 0, 1);
  }

.ql-snow .ql-toolbar button:hover .ql-stroke {
    stroke: rgba(255, 255, 255, 1);
    background-color: rgba(0, 0, 0, 1);
  }

.ql-snow.ql-toolbar button:focus .ql-stroke {
    stroke: rgba(255, 255, 255, 1);
    background-color: rgba(0, 0, 0, 1);
  }

.ql-snow .ql-toolbar button:focus .ql-stroke {
    stroke: rgba(255, 255, 255, 1);
    background-color: rgba(0, 0, 0, 1);
  }

.ql-snow.ql-toolbar button.ql-active .ql-stroke {
    stroke: rgba(255, 255, 255, 1);
    background-color: rgba(0, 0, 0, 1);
  }

.ql-snow .ql-toolbar button.ql-active .ql-stroke {
    stroke: rgba(255, 255, 255, 1);
    background-color: rgba(0, 0, 0, 1);
  }

.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke {
    stroke: rgba(255, 255, 255, 1);
    background-color: rgba(0, 0, 0, 1);
  }

.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke {
    stroke: rgba(255, 255, 255, 1);
    background-color: rgba(0, 0, 0, 1);
  }

.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke {
    stroke: rgba(255, 255, 255, 1);
    background-color: rgba(0, 0, 0, 1);
  }

.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke {
    stroke: rgba(255, 255, 255, 1);
    background-color: rgba(0, 0, 0, 1);
  }

.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke {
    stroke: rgba(255, 255, 255, 1);
    background-color: rgba(0, 0, 0, 1);
  }

.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke {
    stroke: rgba(255, 255, 255, 1);
    background-color: rgba(0, 0, 0, 1);
  }

.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke {
    stroke: rgba(255, 255, 255, 1);
    background-color: rgba(0, 0, 0, 1);
  }

.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke {
    stroke: rgba(255, 255, 255, 1);
    background-color: rgba(0, 0, 0, 1);
  }

.ql-snow.ql-toolbar button:hover .ql-stroke-miter {
    stroke: rgba(255, 255, 255, 1);
    background-color: rgba(0, 0, 0, 1);
  }

.ql-snow .ql-toolbar button:hover .ql-stroke-miter {
    stroke: rgba(255, 255, 255, 1);
    background-color: rgba(0, 0, 0, 1);
  }

.ql-snow.ql-toolbar button:focus .ql-stroke-miter {
    stroke: rgba(255, 255, 255, 1);
    background-color: rgba(0, 0, 0, 1);
  }

.ql-snow .ql-toolbar button:focus .ql-stroke-miter {
    stroke: rgba(255, 255, 255, 1);
    background-color: rgba(0, 0, 0, 1);
  }

.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter {
    stroke: rgba(255, 255, 255, 1);
    background-color: rgba(0, 0, 0, 1);
  }

.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter {
    stroke: rgba(255, 255, 255, 1);
    background-color: rgba(0, 0, 0, 1);
  }

.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter {
    stroke: rgba(255, 255, 255, 1);
    background-color: rgba(0, 0, 0, 1);
  }

.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter {
    stroke: rgba(255, 255, 255, 1);
    background-color: rgba(0, 0, 0, 1);
  }

.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter {
    stroke: rgba(255, 255, 255, 1);
    background-color: rgba(0, 0, 0, 1);
  }

.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter {
    stroke: rgba(255, 255, 255, 1);
    background-color: rgba(0, 0, 0, 1);
  }

.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter {
    stroke: rgba(255, 255, 255, 1);
    background-color: rgba(0, 0, 0, 1);
  }

.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter {
    stroke: rgba(255, 255, 255, 1);
    background-color: rgba(0, 0, 0, 1);
  }

.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
    stroke: rgba(255, 255, 255, 1);
    background-color: rgba(0, 0, 0, 1);
  }

.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
    stroke: rgba(255, 255, 255, 1);
    background-color: rgba(0, 0, 0, 1);
  }

@media (pointer: coarse) {
    .ql-snow.ql-toolbar button:hover:not(.ql-active) {
      color: rgba(68, 68, 68, 1);
    }
    .ql-snow .ql-toolbar button:hover:not(.ql-active) {
      color: rgba(68, 68, 68, 1);
    }

    .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill {
      fill: rgba(68, 68, 68, 1);
    }

    .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill {
      fill: rgba(68, 68, 68, 1);
    }

    .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
      fill: rgba(68, 68, 68, 1);
    }

    .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
      fill: rgba(68, 68, 68, 1);
    }

    .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke {
      stroke: rgba(68, 68, 68, 1);
    }

    .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke {
      stroke: rgba(68, 68, 68, 1);
    }

    .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
      stroke: rgba(68, 68, 68, 1);
    }

    .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
      stroke: rgba(68, 68, 68, 1);
    }
  }

.ql-snow {
    box-sizing: border-box;
  }

.ql-snow * {
    box-sizing: border-box;
  }

.ql-snow .ql-hidden {
    display: none;
  }

.ql-snow .ql-out-bottom, .ql-snow .ql-out-top {
    visibility: hidden;
  }

.ql-snow .ql-tooltip {
    transform: translateY(10px);
  }

.ql-snow .ql-tooltip a {
    cursor: pointer;
    text-decoration: none;
  }

.ql-snow .ql-tooltip.ql-flip {
    transform: translateY(-10px);
  }

.ql-snow .ql-formats {
    display: inline-block;
    vertical-align: middle;
  }

.ql-snow .ql-formats:after {
    clear: both;
    content: '';
    display: table;
  }

.ql-snow .ql-stroke {
    fill: none;
    stroke: rgba(68, 68, 68, 1);
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
  }

.ql-snow .ql-stroke-miter {
    fill: none;
    stroke: rgba(68, 68, 68, 1);
    stroke-miterlimit: 10;
    stroke-width: 2;
  }

.ql-snow .ql-fill {
    fill: rgba(68, 68, 68, 1);
  }

.ql-snow .ql-stroke.ql-fill {
    fill: rgba(68, 68, 68, 1);
  }

.ql-snow .ql-empty {
    fill: none;
  }

.ql-snow .ql-even {
    fill-rule: evenodd;
  }

.ql-snow .ql-thin, .ql-snow .ql-stroke.ql-thin {
    stroke-width: 1;
  }

.ql-snow .ql-transparent {
    opacity: 0.4;
  }

.ql-snow .ql-direction svg:last-child {
    display: none;
  }

.ql-snow .ql-direction.ql-active svg:last-child {
    display: inline;
  }

.ql-snow .ql-direction.ql-active svg:first-child {
    display: none;
  }

.ql-snow .ql-editor h1 {
    font-size: 2em;
  }

.ql-snow .ql-editor h2 {
    font-size: 1.5em;
  }

.ql-snow .ql-editor h3 {
    font-size: 1.17em;
  }

.ql-snow .ql-editor h4 {
    font-size: 1em;
  }

.ql-snow .ql-editor h5 {
    font-size: 0.83em;
  }

.ql-snow .ql-editor h6 {
    font-size: 0.67em;
  }

.ql-snow .ql-editor a {
    text-decoration: underline;
  }

.ql-snow .ql-editor blockquote {
    border-left: 4px solid rgba(220, 223, 230, 1);
    margin-bottom: 5px;
    margin-top: 5px;
    padding-left: 16px;
  }

.ql-snow .ql-editor code {
    background-color: rgba(220, 223, 230, 1);
    border-radius: 3px;
  }

.ql-snow .ql-editor pre {
    background-color: rgba(220, 223, 230, 1);
    border-radius: 3px;
  }

.ql-snow .ql-editor pre {
    white-space: pre-wrap;
    margin-bottom: 5px;
    margin-top: 5px;
    padding: 5px 10px;
  }

.ql-snow .ql-editor code {
    font-size: 85%;
    padding-bottom: 2px;
    padding-top: 2px;
  }

.ql-snow .ql-editor code:before, .ql-snow .ql-editor code:after {
    content: '\A0';
    letter-spacing: -2px;
  }

.ql-snow .ql-editor pre.ql-syntax {
    background-color: rgba(0, 0, 0, 1);
    color: rgba(248, 248, 242, 1);
    overflow: visible;
  }

.ql-snow .ql-editor img {
    max-width: 100%;
  }

.ql-snow .ql-picker {
    color: rgba(68, 68, 68, 1);
    display: inline-block;
    float: left;
    font-size: 14px;
    font-weight: 500;
    height: 24px;
    position: relative;
    vertical-align: middle;
  }

.ql-snow .ql-picker-label {
    cursor: pointer;
    display: inline-block;
    height: 100%;
    padding-left: 8px;
    padding-right: 2px;
    position: relative;
    width: 100%;
  }

.ql-snow .ql-picker-label::before {
    display: inline-block;
    line-height: 22px;
  }

.ql-snow .ql-picker-options {
    background-color: rgba(255, 255, 255, 1);
    display: none;
    min-width: 100%;
    padding: 4px 8px;
    position: absolute;
    white-space: nowrap;
  }

.ql-snow .ql-picker-options .ql-picker-item {
    cursor: pointer;
    display: block;
    padding-bottom: 5px;
    padding-top: 5px;
  }

.ql-snow .ql-picker.ql-expanded .ql-picker-label {
    z-index: 2;
  }

.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
    fill: rgba(220, 223, 230, 1);
  }

.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
    stroke: rgba(220, 223, 230, 1);
  }

.ql-snow .ql-picker.ql-expanded .ql-picker-options {
    display: block;
    margin-top: -1px;
    top: 100%;
    z-index: 1;
  }

.ql-snow .ql-color-picker, .ql-snow .ql-icon-picker {
    width: 28px;
  }

.ql-snow .ql-color-picker .ql-picker-label, .ql-snow .ql-icon-picker .ql-picker-label {
    padding: 2px 4px;
  }

.ql-snow .ql-color-picker .ql-picker-label svg, .ql-snow .ql-icon-picker .ql-picker-label svg {
    right: 4px;
  }

.ql-snow .ql-icon-picker .ql-picker-options {
    padding: 4px 0px;
  }

.ql-snow .ql-icon-picker .ql-picker-item {
    height: 24px;
    width: 24px;
    padding: 2px 4px;
  }

.ql-snow .ql-color-picker .ql-picker-options {
    padding: 3px 5px;
    width: 152px;
  }

.ql-snow .ql-color-picker .ql-picker-item {
    border: 1px solid transparent;
    float: left;
    height: 16px;
    margin: 2px;
    padding: 0px;
    width: 16px;
  }

.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
    position: absolute;
    margin-top: -9px;
    right: 0;
    top: 50%;
    width: 18px;
  }

.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=''])::before, .ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=''])::before, .ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=''])::before, .ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=''])::before, .ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=''])::before, .ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=''])::before {
    content: attr(data-label);
  }

.ql-snow .ql-picker.ql-header {
    width: 98px;
  }

.ql-snow .ql-picker.ql-header .ql-picker-label::before, .ql-snow .ql-picker.ql-header .ql-picker-item::before {
    content: 'Normal';
  }

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value='1']::before, .ql-snow .ql-picker.ql-header .ql-picker-item[data-value='1']::before {
    content: 'Heading 1';
  }

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value='2']::before, .ql-snow .ql-picker.ql-header .ql-picker-item[data-value='2']::before {
    content: 'Heading 2';
  }

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value='3']::before, .ql-snow .ql-picker.ql-header .ql-picker-item[data-value='3']::before {
    content: 'Heading 3';
  }

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value='4']::before, .ql-snow .ql-picker.ql-header .ql-picker-item[data-value='4']::before {
    content: 'Heading 4';
  }

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value='5']::before, .ql-snow .ql-picker.ql-header .ql-picker-item[data-value='5']::before {
    content: 'Heading 5';
  }

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value='6']::before, .ql-snow .ql-picker.ql-header .ql-picker-item[data-value='6']::before {
    content: 'Heading 6';
  }

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value='1']::before {
    font-size: 2em;
  }

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value='2']::before {
    font-size: 1.5em;
  }

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value='3']::before {
    font-size: 1.17em;
  }

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value='4']::before {
    font-size: 1em;
  }

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value='5']::before {
    font-size: 0.83em;
  }

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value='6']::before {
    font-size: 0.67em;
  }

.ql-snow .ql-picker.ql-font {
    width: 108px;
  }

.ql-snow .ql-picker.ql-font .ql-picker-label::before, .ql-snow .ql-picker.ql-font .ql-picker-item::before {
    content: 'Sans Serif';
  }

.ql-snow .ql-picker.ql-font .ql-picker-label[data-value='serif']::before, .ql-snow .ql-picker.ql-font .ql-picker-item[data-value='serif']::before {
    content: 'Serif';
  }

.ql-snow .ql-picker.ql-font .ql-picker-label[data-value='monospace']::before, .ql-snow .ql-picker.ql-font .ql-picker-item[data-value='monospace']::before {
    content: 'Monospace';
  }

.ql-snow .ql-picker.ql-font .ql-picker-item[data-value='serif']::before {
    font-family: Georgia, Times New Roman, serif;
  }

.ql-snow .ql-picker.ql-font .ql-picker-item[data-value='monospace']::before {
    font-family: Monaco, Courier New, monospace;
  }

.ql-snow .ql-picker.ql-size {
    width: 98px;
  }

.ql-snow .ql-picker.ql-size .ql-picker-label {
    border-radius: 8px;
  }

.ql-snow .ql-picker.ql-size .ql-picker-label::before, .ql-snow .ql-picker.ql-size .ql-picker-item::before {
    content: 'Normal';
  }

.ql-snow .ql-picker.ql-size .ql-picker-label[data-value='small']::before, .ql-snow .ql-picker.ql-size .ql-picker-item[data-value='small']::before {
    content: 'Small';
  }

.ql-snow .ql-picker.ql-size .ql-picker-label[data-value='large']::before, .ql-snow .ql-picker.ql-size .ql-picker-item[data-value='large']::before {
    content: 'Large';
  }

.ql-snow .ql-picker.ql-size .ql-picker-label[data-value='huge']::before, .ql-snow .ql-picker.ql-size .ql-picker-item[data-value='huge']::before {
    content: 'Huge';
  }

.ql-snow .ql-picker.ql-size .ql-picker-item[data-value='small']::before {
    font-size: 10px;
  }

.ql-snow .ql-picker.ql-size .ql-picker-item[data-value='large']::before {
    font-size: 18px;
  }

.ql-snow .ql-picker.ql-size .ql-picker-item[data-value='huge']::before {
    font-size: 32px;
  }

.ql-snow .ql-color-picker.ql-background .ql-picker-item {
    background-color: rgba(255, 255, 255, 1);
  }

.ql-snow .ql-color-picker.ql-color .ql-picker-item {
    background-color: rgba(0, 0, 0, 1);
  }

.ql-toolbar.ql-snow {
    background-color: rgba(220, 223, 230, 1);
    border: 1px solid rgba(220, 223, 230, 1);
    box-sizing: border-box;
    font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
    padding: 8px;
  }

.ql-toolbar.ql-snow > * {
    margin-bottom: 5px;
  }

.ql-toolbar.ql-snow .ql-formats {
    margin-right: 15px;
  }

.ql-toolbar.ql-snow .ql-picker-label {
    border: 1px solid transparent;
  }

.ql-toolbar.ql-snow .ql-picker-options {
    border: 1px solid transparent;
    box-shadow: rgba(0, 0, 0, 0.2) 0 2px 8px;
  }

.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
    border-color: rgba(220, 223, 230, 1);
  }

.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
    border-color: rgba(220, 223, 230, 1);
  }

.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected {
    border-color: rgba(0, 0, 0, 1);
  }

.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover {
    border-color: rgba(0, 0, 0, 1);
  }

.ql-toolbar {
    flex: 0 1 auto;
  }

.ql-toolbar.ql-snow + .ql-container.ql-snow {
    border-top: 0px;
  }

.ql-snow .ql-tooltip {
    background-color: rgba(255, 255, 255, 1);
    border: 1px solid rgba(220, 223, 230, 1);
    box-shadow: 0px 0px 5px #ddd;
    color: rgba(68, 68, 68, 1);
    padding: 5px 12px;
    white-space: nowrap;
  }

.ql-snow .ql-tooltip::before {
    content: 'Visit URL:';
    line-height: 26px;
    margin-right: 8px;
  }

.ql-snow .ql-tooltip input[type='text'] {
    display: none;
    border: 1px solid rgba(220, 223, 230, 1);
    font-size: 13px;
    height: 26px;
    margin: 0px;
    padding: 3px 5px;
    width: 170px;
  }

.ql-snow .ql-tooltip a.ql-preview {
    display: inline-block;
    max-width: 200px;
    overflow-x: hidden;
    text-overflow: ellipsis;
    vertical-align: top;
  }

.ql-snow .ql-tooltip a.ql-action::after {
    border-right: 1px solid rgba(220, 223, 230, 1);
    content: 'Edit';
    margin-left: 5px;
    padding-right: 8px;
  }

.ql-snow .ql-tooltip a.ql-remove::before {
    content: 'Remove';
    margin-left: 8px;
  }

.ql-snow .ql-tooltip a {
    line-height: 26px;
  }

.ql-snow .ql-tooltip.ql-editing a.ql-preview, .ql-snow .ql-tooltip.ql-editing a.ql-remove {
    display: none;
  }

.ql-snow .ql-tooltip.ql-editing input[type='text'] {
    display: inline-block;
  }

.ql-snow .ql-tooltip.ql-editing a.ql-action::after {
    border-right: 0px;
    content: 'Save';
    padding-right: 0px;
  }

.ql-snow .ql-tooltip[data-mode='link']::before {
    content: 'Entrez un url :';
  }

.ql-snow .ql-tooltip[data-mode='formula']::before {
    content: 'Entrez une formule :';
  }

.ql-snow .ql-tooltip[data-mode='video']::before {
    content: "Entrez l'url d'un fichier vidéo :";
  }

.ql-snow .ql-tooltip[data-mode='audio']::before {
    content: "Entrez l'url d'un fichier audio :";
  }

.ql-snow a {
    color: rgba(0, 138, 0, 1);
  }

.editor {
    white-space: pre !important;
  }

.TextData--yC6az {
  display: flex;
  justify-content: center;
  overflow: auto;
}

.Phone--hIBC4 {
  /* height: var(--height); */
  display: flex;
}
  .Phone__input--bKV_z {
    color: rgba(81, 80, 97, 1);
    letter-spacing: 0;
    line-height: 15px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    text-overflow: ellipsis;
    display: block;
    width: 100%;
  }
  .Phone__indicatif--v5THC {
    display: inline-block;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    width: 140px;
  }
  .Phone--error--UdvIP > input {
    border-color: rgba(255, 91, 97, 1) !important;
    border-left: 1px solid rgba(220, 223, 230, 1) !important;
  }
  .Phone--error--UdvIP:focus > input {
    border-color: rgba(255, 91, 97, 1) !important;
    border-left: 1px solid rgba(220, 223, 230, 1) !important;
  }
  .Phone__optionFlag--F1yDR {
    height: 12px;
    margin-left: 2px;
    position: relative;
    top: 2px;
  }

.SelectTag--Ycrk8 {
  background: rgba(83, 80, 102, 1);
  color: rgba(255, 255, 255, 1);
  font-size: 10px;
  padding: 4px 8px;
  display: inline-flex;
  align-items: center;
  border-radius: 6px;
}

  .SelectTag__remove--VVPlP {
    border: none;
    background: transparent;
    cursor: pointer;
    margin-left: 0.75rem;
    width: 16px;
    height: 16px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .SelectTag__removeIcon--rKLGK {
    fill: rgba(255, 255, 255, 1);
    width: 12px;
    height: 12px;
    display: block;
  }

.AdvancedSelect__tags--Jc38O {
  display: flex;
  flex-wrap: wrap;
  overflow-y: auto;
}

  .AdvancedSelect__tags--Jc38O > * {
    margin-top: 0.5rem;
    margin-right: 0.5rem;
  }

.Url--By7Tx {
  display: block;
  width: 100%;
}
  .Url--By7Tx > input {
    width: 100%;
  }
  .Url--error--d9h4F > input {
    border-color: rgba(255, 91, 97, 1);
  }

.Link--HhKQy {
  text-overflow: ellipsis;
  text-decoration: none;
  display: block;
  overflow: auto;
}

.PDFViewer--cEh_1 {
  width: 100%;
  height: 100%;
}

  .PDFViewer__embed--HgK1U {
    width: 100%;
    height: 100%;
  }

  .PDFViewer__embed--fixed--Cp9qw {
      width: inherit;
      height: inherit;
    }

.VideoPlayerData--s4te0 {
  border-radius: 6px;
  background-color: rgba(255, 255, 255, 1);
  height: 100%;
  width: 100%;
}

  .VideoPlayerData__Player--JfUb7 {
    border-radius: 6px;
    height: 100%;
    width: 100%;
  }

.MCQ--sjgq7 {
  display: flex;
  font-family: 'Caros Soft', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue';
  font-size: 12px;
  font-size: var(--font-size-input);
  font-weight: 500;
}

  .MCQ--vertical--iCmMk {
    flex-direction: column;
  }

  .MCQ--horizontal--jvUEx {
    flex-direction: row;
  }

  .MCQ--other-input--TFNIP {
    margin: 0 12px;
    width: 100%;
    width: -moz-available; /* For Mozzila */
    width: -webkit-fill-available; /* For Chrome */
    width: stretch;
  }

  .MCQ__option--zhGgw {
    display: flex;
    align-items: center;
  }

  .MCQ__option--horizontal--PeZid {
    flex: 1;
  }

  .MCQ--vertical--iCmMk > .MCQ__option--zhGgw > .MCQ--radio--r6ELQ + label {
    margin-bottom: 0.5rem;
  }

  .MCQ--horizontal--jvUEx > .MCQ__option--zhGgw > .MCQ--radio--r6ELQ + label {
    margin-right: 1.69rem;
  }

  .MCQ--radio--r6ELQ {
    display: none;
  }

  .MCQ--radio--r6ELQ + label {
      display: flex;
      color: rgba(83, 80, 102, 1);
    }

  .MCQ--radio--r6ELQ + label:before {
        content: '';
        flex: none;
        cursor: pointer;
        width: 14px;
        height: 14px;
        margin: auto 2.42px;
        border-radius: 50%;
        border: 0.1em solid rgba(175, 190, 255, 1);
        transition: 180ms all ease-in-out;
      }

  .MCQ--radio--r6ELQ:checked + label:before {
      background: radial-gradient(rgba(175, 190, 255, 1) 50%, rgba(255, 255, 255, 1) 60%);
    }

.AudioPlayerData--hOp2z {
  overflow: auto;
}

.Image--error--k9vD1 {
    color: rgba(255, 91, 97, 1);
  }

.ImageData--PmF09 {
  display: flex;
  justify-content: center;
  overflow: auto;
}

.DatetimeRangeField__inputs--rLdB6 {
  box-sizing: border-box;
  max-width: 100%;
}

  .DatetimeRangeField__inputs--rLdB6 > *:first-child {
    margin-right: 8px;
  }

  .DatetimeRangeField__inputs--rLdB6 > * {
    display: inline-block;
    max-width: 48%;
  }

.InputDateTime--M3DQF {

  box-sizing: border-box;
  width: 100%;
  border: 1px solid;
  border-radius: 10px;
  color: rgba(144, 147, 153, 1);
  background-color: white;
}

  .InputDateTime--M3DQF > div[class=container]  {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
      padding: 5px;

  }

  .InputDateTime--M3DQF > div[class=container] > div[class=item_1]  {
          display: flex;
          flex-direction: row;
          width: 100%;
          font-family: monospace;
          font-size: 12px;
          font-size: var(--font-size-input);
      }

  /* Firefox */

  .InputDateTime--M3DQF > div[class=container] > div[class=item_1] input[type=number] {
              -moz-appearance:textfield;
          }

  /* Chrome */

  .InputDateTime--M3DQF > div[class=container] > div[class=item_1] > input[class^="input_"]::-webkit-outer-spin-button, .InputDateTime--M3DQF > div[class=container] > div[class=item_1] input[class^="input_"]::-webkit-inner-spin-button {
              -webkit-appearance: none;
              margin: 0;
          }

  .InputDateTime--M3DQF > div[class=container] > div[class=item_1] > input[class^="input_"] {
              outline: none;
              border: 0;
              text-align: center;
              padding: 0;
              margin: 0;
              font-family: monospace;
              font-size: 12px;
              font-size: var(--font-size-input);
              color: rgba(144, 147, 153, 1);
          }

  .InputDateTime--M3DQF > div[class=container] > div[class=item_1] > input[class=input_day] {
            width: 16px;
          }

  .InputDateTime--M3DQF > div[class=container] > div[class=item_1] > input[class=input_month] {
            width: 15px;
          }

  .InputDateTime--M3DQF > div[class=container] > div[class=item_1] > input[class=input_year] {
            width: 30px;
            text-align: left;
          }

  .InputDateTime--M3DQF > div[class=container] > div[class=item_1] > div[class=item_2]  {
              flex: 1;
              cursor: text;
          }

  .InputDateTime--M3DQF > div[class=container] > input[class=calander]  {
          outline: none;
          width: 18px;
          border: 0;
      }

.DatetimeField__dateAndTime--HlTMI {
    display: flex;
    align-items: center;
  }

    .DatetimeField__dateAndTime--HlTMI > *:first-child:after {
      content: '';
      display: block;
      width: 0.5rem;
    }

    .DatetimeField__dateAndTime--HlTMI > * {
      width: 50%;
    }

.AddressField__optionFlag--yrkpO {
  height: 12px;
  display: inline-block;
  position: relative;
  top: 2px;
  margin-left: 6px;
}

  .selectStreet--QrWJu {
    border-radius: 0 0 10px 10px;
    height: 50px;
  }

.googleApiActive--eRX8V {
  border-radius: 10px 10px 0 0px;
}

.UploadInput__input--x2Kfo {
    display: flex;
    overflow: hidden;
  }
  .UploadInput__button--Z72no {
    color: rgba(255, 255, 255, 1);
    background: rgba(83, 80, 102, 1);
    font-size: 10px;
    font-weight: normal;
    text-transform: none;
    padding: 4px 8px;
    height: 24px;
    border-radius: 4px;
  }
  .UploadInput__button--Z72no:hover.UploadInput__button--Z72no {
      background: rgba(3, 21, 58, 1);
    }
  .UploadInput__button--Z72no > svg {
      fill: rgba(255, 255, 255, 1);
      margin-right: 8px;
    }
  .UploadInput__preview--JHZpi {
    flex: 1;
    display: flex;
    align-items: center;
  }
  .UploadInput__clearButton--NrxOT {
    height: 24px;
    padding: 4px;
  }
  .UploadInput__fileMeta--OVXFH {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 10px;
  }
  .UploadInput__spinner--wAhDH {
    margin: 4px;
    fill: rgba(0, 0, 0, 0.6);
    width: 16px;
    height: 16px;
    animation-name: spin--HMzxZ;
    animation-duration: 1000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
  }

@keyframes spin--HMzxZ {
  from {
    transform: rotate(360deg);
  }
  to {
    transform: rotate(0deg);
  }
}

.IframeViewer--Mo9ER {
    width: 100%;
    height: 100%;
  }
  
    .IframeViewer__iframe--EykuV {
      width: 100%;
      height: 100%;
    }
  
    .IframeViewer__iframe--fixed--aAL8A {
        width: inherit;
        height: inherit;
      }
  
.PdfOcrViewer--rG2GV {
  width: 100%;
  height: 100%;

  overflow: auto;

  background-color: #5e686e;
}
  

.PdfOcrViewerPage--qzWqT {
  position: relative;

  margin-top: 8px;
  margin-bottom: 8px;
  margin-left: auto;
  margin-right: auto;

  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
}
  

.PdfOcrViewerPage--qzWqT canvas {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
.ContributeFormNodeField--ssgGE {
  padding: 0.5rem;
  align-items: center;
  justify-content: center;
  display: flex;
}

.BlockItemControls--pqyjz {
  display: flex;
  padding: 0.5rem;
  align-items: center;
  box-sizing: border-box;
}

  .BlockItemControls__button--J3XEd.BlockItemControls__button--J3XEd {
    background: white;
    padding: 0;
    width: 24px;
    height: 24px;
    margin-left: 4px;
  }

  .BlockItemControls__button--J3XEd.BlockItemControls__button--J3XEd > svg {
      fill: rgb(255, 171, 0, 1);
    }

  .BlockItemControls__flex--uD_lN {
    flex: 1;
  }

  .BlockItemControls__separator--oSlfv {
    display: block;
    height: 2px;
    border: 0;
    margin: 1em 48px;
    padding: 0;
    width: 100%;
  }

.BlockControls--jnAKy {
  display: flex;
  padding: 0.5rem;
  align-items: center;
  box-sizing: border-box;
}

  /* Although passed _after_ button class we need an override here */

  .BlockControls__button--CFpMe.BlockControls__button--CFpMe {
    background: rgba(255, 255, 255, 1);
    padding: 0;
    min-width: 28px;
    max-width: 28px;
    min-height: 28px;
    max-height: 28px;
    margin-left: 4px;
  }

  .BlockControls__button--CFpMe.BlockControls__button--CFpMe > svg {
      fill: rgb(255, 171, 0, 1);
    }

  .BlockControls__button--CFpMe.BlockControls__button--CFpMe:hover {
      background-color: rgba(220, 223, 230, 1);
    }

  .BlockControls__buttonFold--Y5aMT {
    background: rgba(255, 255, 255, 1);
    padding: 0;
    min-width: 28px;
    max-width: 28px;
    min-height: 28px;
    max-height: 28px;
    border-radius: 14px;
    transform: rotate(90deg);
    transition: transform 0.25s ease, background 0.25s ease;
  }

  .BlockControls__buttonFold--folded--lYXyQ {
      transform: rotate(0deg);
    }

  .BlockControls__buttonFold--Y5aMT.BlockControls__buttonFold--Y5aMT:hover {
      background: rgba(220, 223, 230, 1);
    }

  .BlockControls__buttonFold--Y5aMT > svg {
      fill: rgb(255, 171, 0, 1);
    }

  .BlockControls__flex--v3vsk {
    flex: 1;
  }

  .BlockControls__name--sWrBC {
    background: rgba(255, 255, 255, 1);
    border-radius: 12px;
    line-height: 28px;
    padding: 0 0.5rem;
    height: 28px;
    color: rgb(255, 171, 0, 1);
    margin-right: 0.25rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .BlockControls__review--mwtVj {
    display: flex;
    align-items: center;
  }

.ContributeFormTemplate--R_Bmz {
  padding: 2rem;
  padding-top: 4rem;
  overflow-y: auto;
  height: 100%;
  box-sizing: border-box;
}

  .ContributeFormTemplate__title--ykqpg {
    margin-top: 64px;
    margin-left: 24px;
    font-size: 32px;
  }

  .ContributeFormTemplate__actions--b5bBq {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    display: flex;
    justify-content: center;
    padding: 1rem;
    background: #efefef;
    box-sizing: border-box;
    align-items: center;
  }

  .ContributeFormTemplate__actions_meta--Jiebh {
      flex: 1;
      padding: 0 1rem;
    }

  .ContributeFormTemplate__actions_meta--Jiebh > span {
        margin-right: 1.5rem;
      }

  .ContributeFormTemplate__hiddenSubmit--eolbO {
    position: fixed;
    top: -1000px;
    left: -1000px;
  }

  .ContributeFormTemplate__submit--L3RGB {
    transition: border 0.5s ease;
    border-color: rgba(217, 224, 255, 1);
  }

  .ContributeFormTemplate__submit--L3RGB:hover {
    border: 1px solid rgba(129, 148, 255, 1);
  }

  .ContributeFormTemplate__submit--L3RGB:focus {
    border: 1px solid rgb(48, 77, 252);
  }

.Timer--BRhSV {
  text-align: center;
  align-items: center;
  display: flex;
  font-size: '18px';
}

  .Timer__icon--gnFMw {
    width: 20px;
    height: 20px;
    margin-right: 5px;
  }

.Modal--lquxb {
  background: rgba(255, 255, 255, 1);
  box-shadow: 0 5px 22px 3px rgba(3, 21, 58, 0.14);
  padding: 32px 24px;
  border-radius: 6px;
  font-family: 'Caros Soft', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue';
  min-width: 256px;
  z-index: 10000;
  margin: auto;
}

  .Modal__scrim--srrpN {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(220, 223, 230, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10000;
    overflow-y: scroll;
  }

  .Modal__title--Oau91 {
    font-weight: bold;
    color: rgba(0, 0, 0, 0.87);
    margin: 0;
    margin-bottom: 16px;
    font-size: 26px;
    font-family: 'Caros Soft', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue';
  }

.ContributeFormErrorModal__description--pvfQ0 {
    color: rgba(255, 91, 97, 1);
  }
  .ContributeFormErrorModal__errors--_b5ou {
    list-style-type: none;
    padding: 0;
  }
  .ContributeFormErrorModal__name--Lrynv {
    margin-bottom: 0;
    font-weight: bold;
  }
  .ContributeFormErrorModal__errorMessage--jOV_s {
    margin-top: 0;
  }
  .ContributeFormErrorModal__actions--q1uCE {
    display: flex;
    justify-content: center;
  }
  .ContributeFormErrorModal__actionPane--iXA6r {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .ContributeFormErrorModal__forceButton--RVIfB {
    background: none;
    border: none;
    font-family: 'Caros Soft', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue';
    font-size: 12px;
    cursor: pointer;
  }
  .ContributeFormErrorModal__forceButton--RVIfB:hover {
      text-decoration: underline;
    }

.PreviewPage__back--QrJBV {
    position: fixed;
    top: 2px;
    left: 2px;
    border: 1px solid rgba(81, 80, 97, 1);
    background: white;
    height: 1.8rem;
    z-index: 1000;
  }

    .PreviewPage__back--QrJBV:hover:not(.PreviewPage__back--flat--WAX6f) {
      background-color: rgba(255, 255, 255, 1);
    }

.FormPreviewTemplate--zn_mI {
  display: flex;
}

.Drawer--BjukM {
  min-width: 350px;
  max-width: 350px;
  height: 100%;
  background: rgba(250, 252, 255, 1);
  display: flex;
  flex-direction: row;
  top: 0;
  left: 0;
  border-right: 1px solid rgba(229, 233, 240, 1);
}

.DrawerHeader--BGgUb {
  padding: 1rem 1rem 0rem 1rem;
}

  .DrawerHeader--BGgUb:after {
    display: block;
    content: '';
    width: 100%;
    margin-top: 1rem;
    border-bottom: 2px solid rgba(229, 233, 240, 1);
  }

.Layout--gutter--auNJs > *:not(:first-child) {
    margin-left: 1rem;
  }

.DrawerTitle--bNk4L {
  min-height: 3rem;
}

.DrawerVerticalNav--R0XKA {
  background-color: rgba(112, 87, 255, 1);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 1rem;
  width: 55px;
}

  .DrawerVerticalNav__brand--kma9w {
    width: 34px;
  }

  .DrawerVerticalNav__links--VOI3i {
    margin: 2rem 0.5rem 0 0.5rem;
  }

  .DrawerVerticalNav__links--VOI3i > button:not(:first-child) {
      margin: 1rem 0.5rem 0 0.5rem;
    }

  .DrawerVerticalNav__back--DaeUO {
    /** seems wrong but made for alignment with drawerheader */
    margin-top: 41px;
  }

.DrawerContent--GlkSy {
  width: 100%;
  box-sizing: border-box;
  overflow-y: scroll;
  flex-grow: 1;
}

.DrawerBody--pWKFz {
  display: flex;
  flex-direction: column;
  flex: 1;
  max-height: 100%;
  overflow-y: auto;
}

.DrawerFormControls--IEauW {
  overflow-x: hidden;
  max-width: 100%;
  justify-content: space-between;
}
  
  .DrawerFormControls--IEauW .previewFooter__button--je0S7 {
    background: transparent;
    padding: 8px;
    opacity: 0.5;
  }
  
  .DrawerFormControls--IEauW .previewFooter__button--je0S7:hover {
      opacity: 1;
      background: transparent;
    }
  
  .DrawerFormControls--IEauW .DrawerFormControl__button--gnjk0 {
    background: #7057FF;
    border-radius: 10px;
    padding: 16px;
    margin-left: 4px;
  }

.buttonSvg--qJtop {
    cursor: pointer;
    background: transparent;
    border: 0px;
  }
.DrawerFooter--uHZQs {
    background: #03153A;
    padding: 8px;
}
.DrawerNavTemplate__button--OCMj6 {
    width: 40px;
    padding: 0.5rem;
    margin-bottom: 0.75rem;
  }
  .DrawerNavTemplate__Popover--UfjKm {
    width: 50%;
    word-wrap: break-word;
    padding: 12px;
  }
  .DrawerNavTemplate__PopoverTitle--Z3GZ4 {
    color: rgba(112, 87, 255, 1);
  }

.Popover--lZErD {
  position: absolute;
  z-index: 999999;
  box-sizing: border-box;
  padding: 12px;

  border-radius: 10px;
  background-color: rgba(255, 255, 255, 1);
  box-shadow: 0 5px 22px 3px rgba(3, 21, 58, 0.14);
  max-width: 600px;
  min-width: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}

  .Popover--hidden--GWXCI {
    visibility: hidden;
  }

  .Popover--lZErD[direction='right'] :before {
      content: ' ';
      height: 0;
      position: absolute;
      width: 0;
      left: -20px;
      top: calc(90% / 2);
      border: 10px solid transparent;
      border-right-color: rgba(84, 106, 205, 1);
    }

  .Popover--lZErD[direction='left'] :before {
      content: ' ';
      height: 0;
      position: absolute;
      width: 0;
      left: 600px;
      top: calc(90% / 2);
      border: 10px solid transparent;
      border-left-color: rgba(84, 106, 205, 1);
    }

  .Popover--lZErD[direction='top'] :before {
      content: ' ';
      height: 0;
      position: absolute;
      width: 0;
      left: 300px;
      top: 219px;
      border: 10px solid transparent;
      border-top-color: rgba(84, 106, 205, 1);
    }

  .Popover--lZErD[direction='bottom'] :before {
      content: ' ';
      height: 0;
      position: absolute;
      width: 0;
      left: 300px;
      top: -20px;
      border: 10px solid transparent;
      border-bottom-color: rgba(84, 106, 205, 1);
    }

.FormulaInput--oYkVm {
  border: 1px solid rgba(229, 233, 240, 1);
  box-sizing: border-box;
  border-radius: 4px;
}

  .FormulaInput--error--Yd2Rm {
    border-color: rgba(255, 91, 97, 1);
  }

  .FormulaInput__toolbar--QYdb5 {
    padding: 4px;
    background: rgba(229, 233, 240, 1);
    display: flex;
    flex-wrap: wrap;
  }

  .FormulaInput__body--Gg9JM {
    padding: 8px 12px;
    display: flex;
    flex-wrap: wrap;
  }

  .FormulaInput__placeholder--gHM8j {
    color: rgb(128, 127, 137);
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }

.FormulaDropdown--gz9pZ {
  position: relative;
  cursor: pointer;
}

  .FormulaDropdown--gz9pZ:not(:last-child) {
    margin-right: 0.5rem;
  }

  .FormulaDropdown__menu--jepnG {
    display: flex;
    flex-direction: column;
    position: absolute;
    background: rgba(255, 255, 255, 1);
    top: 0;
    padding: 0.5rem;
    border-radius: 4px;
    box-shadow: 0 2px 12px 0 rgba(3, 21, 58, 0.19);
    z-index: 1;
  }

  .FormulaDropdown__item--qFkpg {
    border: none;
    background: transparent;
    padding: 4px 8px;
    cursor: pointer;
    border-radius: 3px;
    font-size: 14px;
    text-align: left;
    white-space: nowrap;
  }

  .FormulaDropdown__item--qFkpg:hover {
      background: rgba(229, 233, 240, 1);
    }

  .FormulaDropdown__button--VPw7I {
    cursor: pointer;
    border: none;
    width: 24px;
    height: 24px;
    background: rgba(255, 255, 255, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border-radius: 3px;
  }

  .FormulaDropdown__icon--SbOOW {
    width: 16px;
    height: 16px;
    fill: #000000;
  }

.FormulaToken--YdBep {
  background: rgba(83, 80, 102, 1);
  color: rgba(255, 255, 255, 1);
  padding: 4px 8px;
  display: flex;
  align-items: flex-start;
  line-height: 16px;
  border-radius: 3px;
  min-height: 20px;
  font-size: 12px;
  cursor: move;
  position: relative;
}

  .FormulaToken--open--I_JDv {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .FormulaToken--YdBep:not(:last-child) {
    margin-right: 8px;
    margin-bottom: 4px;
  }

  .FormulaToken__icon--lpuRF {
    width: 16px;
    height: 16px;
    fill: rgba(220, 223, 230, 1);
  }

  .FormulaToken__button--KHQJd {
    border: none;
    background: transparent;
    padding: 0;
    cursor: pointer;
    outline: none;
  }

  .FormulaToken__button--left--e7NQn {
      margin-left: 8px;
    }

  .FormulaToken__button--right--KZray {
      margin-right: 8px;
    }

  .FormulaToken__button--menuOpen--dHPCR > svg {
        transform: rotate(90deg);
      }

  .FormulaToken__menu--NlDWr {
    position: absolute;
    z-index: 100;
    background: rgba(255, 255, 255, 1);
    width: 100%;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    box-shadow: 0 2px 12px 0 rgba(3, 21, 58, 0.19);
    top: 100%;
    left: 0;
    padding: 0.5rem;
    box-sizing: border-box;
  }

  .FormulaToken__menuItem--cshnJ {
    border: none;
    font-size: 12px;
    border-radius: 2px;
    background: rgba(255, 255, 255, 1);
    cursor: pointer;
    text-align: left;
    outline: none;
  }

  .FormulaToken__menuItem--cshnJ:not(:last-child) {
      margin-bottom: 4px;
    }

  .FormulaToken__menuItem--cshnJ:hover {
      border-radius: 3px;
      background: rgba(220, 223, 230, 1);
    }

.RegexRuleFragment--HCb28 {
  margin-bottom: 1em;
}

  .RegexRuleFragment__help--u72QM {
    color: rgba(0, 0, 0, 0.6);
    font-size: 12px;
    position: relative;
    top: -1rem;
  }

.AdvancedSelectFragment--J46G7 > * {
    margin-bottom: 1rem;
  }
  .AdvancedSelectFragment__help--WP8CK {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.6);
  }
  .AdvancedSelectFragment__help--WP8CK > a {
      color: rbga(153, 51, 255, 1);
      text-decoration: none;
    }

.InjectFragment--lR3kG {
  margin-bottom: 16px;
}

.ViewerFragment__error--a0Agc {
    font-size: 12px;
    color: rgba(255, 91, 97, 1);
    position: relative;
    top: -12px;
  }

.EditItemTemplate__buttons--sKjba {
    margin-bottom: 1.5rem;
  }
  .EditItemTemplate__newButton--KcKfh {
    background: transparent;
    position: relative;
  }
  .EditItemTemplate__newButton--KcKfh > svg {
      position: absolute;
      left: 1rem;
    }
  .EditItemTemplate__newButton--KcKfh:hover:not(.EditItemTemplate__newButton--flat--ZRmAk) {
      background: transparent;
    }
  .EditItemTemplate__typology--VXvQ2.EditItemTemplate__typology--VXvQ2 {
    background: transparent;
    margin-bottom: 1rem;
  }

.Icon--xheCo {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  width: 1.8rem;
  height: 1.8rem;
  min-width: 1.8rem;
  min-height: 1.8rem;
  background-color: rgba(217, 224, 255, 1);
  box-sizing: border-box;
  border: none;
}

  .Icon--button--LQkog {
    cursor: pointer;
    outline: none;
    padding: 0;
  }

  .Icon--flat--gyehU {
    background-color: transparent;
  }

  .Icon__SVG--j0mSm {
    width: 24px;
    height: 24px;
    fill: rgba(255, 255, 255, 1);
  }

  .Icon__SVG--flat--ZxmFM {
      fill: rgba(217, 224, 255, 1);
    }

.Item--yKF88 {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  color: rgba(0, 0, 0, 0.6);
  background-color: rgba(255, 255, 255, 1);
  border: 1px solid rgba(229, 233, 240, 1);
  border-radius: 10px;
  height: 3.6rem;
  line-height: 3.6rem;
  letter-spacing: 0;
  padding: 0 0.25rem;
  margin: 0.5rem 0;
}

  .Item--yKF88 div {
    width: 2.25rem;
    height: 2.25rem;
    margin: 0.6rem 0.5rem;
    border-radius: 10px;
  }

  .Item--yKF88 > div > svg {
    height: 18px;
    width: 18px;
  }

  .Item__label--ep2Vh {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex: 1;
  }

  .Item__iconRight--Ld2qH {
    width: 24px;
    height: 24px;
    fill: rgba(0, 0, 0, 0.6);
  }

.List--KMvKv {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.DraggableBox--X10iE {
  cursor: move;
}

  .DraggableBox__handleTop--Hf2XV,
  .DraggableBox__handleBottom--Ujs_h,
  .DraggableBox__handleLeft--fuYwy,
  .DraggableBox__handleRight--Scb9k {
    position: absolute;
    background-color: transparent;
    z-index: 100;
  }

  .DraggableBox__handleTop--Hf2XV:hover, .DraggableBox__handleBottom--Ujs_h:hover, .DraggableBox__handleLeft--fuYwy:hover, .DraggableBox__handleRight--Scb9k:hover {
      background: rgba(0, 0, 0, 0.1);
    }

  .DraggableBox__handleTop--Hf2XV,
  .DraggableBox__handleBottom--Ujs_h {
    cursor: ns-resize;
    height: 4px;
    width: 100%;
  }

  .DraggableBox__handleTop--Hf2XV {
    left: 0;
    top: 0px;
  }

  .DraggableBox__handleBottom--Ujs_h {
    left: 0;
    bottom: 0px;
  }

  .DraggableBox__handleLeft--fuYwy,
  .DraggableBox__handleRight--Scb9k {
    cursor: ew-resize;
    width: 4px;
    height: 100%;
  }

  .DraggableBox__handleLeft--fuYwy {
    left: 0px;
    top: 0px;
  }

  .DraggableBox__handleRight--Scb9k {
    top: 0px;
    right: 0px;
  }

.DraggableGrid--zrHlu {
  position: relative;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  overflow-y: auto;
}

.DraggableGridLayer--vVlGZ {
  position: absolute;
  z-index: 3000;
  pointer-events: none;
  width: 100%;
  top: 0;
}

.DraggableBoxStub--L2S1j {
  cursor: move;
  border-radius: 6px;
  z-index: 100;
  background-color: rgba(250, 252, 255, 1);
  border: px solid rgba(241, 244, 250, 1);
  transition: box-shadow 0.5s ease;
}

  .DraggableBoxStub--L2S1j:hover {
    box-shadow: 0 2px 12px 0 rgba(3, 21, 58, 0.19);
  }

.ItemList--XH_Xm {
  height: 100%;
  max-width: 100%;
  display: flex;
}
  .ItemList__title--c6LTE {
    font-weight: bold;
    font-size: 14px;
    color: rgba(83, 80, 102, 1);
  }
  .ItemList__description--r0q4M {
    font-size: 12px;
    font-size: var(--font-size-input);
    color: rgba(83, 80, 102, 1);
    padding-bottom: 0.75rem;
  }

.DrawerContentItems--E8u4H {
  padding: 1.5rem;
}

.DrawerContentSettings--gnFz3 {
  padding: 1.5rem;
}

  .DrawerContentSettings__title--l8273 {
    font-weight: bold;
    font-size: 14px;
    color: rgba(83, 80, 102, 1);
  }

  .DrawerContentSettings__description--qcAeJ {
    font-size: 12px;
    font-size: var(--font-size-input);
    color: rgba(83, 80, 102, 1);
    margin-bottom: 1rem;
  }

.Paragraph--RXaum > h3 {
    font-size: 14px;
  }
  .Paragraph--RXaum > p {
    font-size: 12px;
    font-size: var(--font-size-input);
  }
  .Paragraph__btn--i16GR {
    display: inline-block;
    padding: 0 2px;
    height: 100%;
  }
  .Paragraph__btn--i16GR > svg {
      height: 14px;
      width: 14px;
      vertical-align: middle;
    }

.InformationForm--V6B88 {
    display: flex;
    flex-direction: column;
    max-width: 235px;
    height: 100%;
}
.DrawerContentInfo--jJ2I8 {
  padding: 1.5rem;
}

.Spoiler__header--fxqeo {
    height: 56px;
    border-bottom: 1px solid rgba(229, 233, 240, 1);
    display: flex;
    align-items: center;
    padding: 0 1rem;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }

    .Spoiler__header--fxqeo:first-child {
      border-top: 1px solid rgba(229, 233, 240, 1);
    }
  .Spoiler__caret--_lAhN {
    width: 9px;
    height: 6px;
    margin-right: 0.55rem;
    transform: rotate(-90deg);
  }
  .Spoiler__caret--open--kQoYg {
      transform: rotate(0deg);
    }

.DrawerContentBlocks__title--UtFIp {
    font-weight: bold;
    font-size: 14px;
    color: rgba(83, 80, 102, 1);
    padding: 0 1.5rem;
  }
  .DrawerContentBlocks__description--y3NGj {
    font-size: 12px;
    font-size: var(--font-size-input);
    color: rgba(83, 80, 102, 1);
    padding: 0 1.5rem;
  }
  .DrawerContentBlocks__stubWrapper--MrfxZ {
    padding: 1.5rem;
  }
  .DrawerContentBlocks__stub--ivaNG {
    background: rgba(255, 236, 199, 1);
    padding: 1rem;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: move;
    cursor: -webkit-grab;
  }
  .DrawerContentBlocks__stubIcon--m1VzA {
    width: 24px;
    height: 24px;
    fill: rgb(255, 171, 0, 1);
  }
  .DrawerContentBlocks__stubIconWrapper--x3_MB {
    box-sizing: border-box;
    width: 32px;
    height: 32px;
    border-radius: 8px;
    background: white;
    padding: 4px;
  }

.Tag--Y6Tre {
  text-transform: uppercase;
  border-radius: 4px;
  padding: 4px;
  font-size: 12px;
  font-size: var(--font-size-input);
  font-weight: bold;
}

.BlockHeaderTemplate--OpeY1 {
  display: flex;
  align-items: center;
  flex: 1;
}

  .BlockHeaderTemplate__title--WmauK {
    flex: 1;
  }

.BlockFormTemplate--eGn6U {
  padding: 1.5rem;
}

.RadioColorInput--t6Nyd {
  display: flex;
  padding: 2px;
}

  .RadioColorInput__bullet--RVPpZ {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    box-sizing: border-box;
    border: 2px solid rgba(255, 255, 255, 1);
    cursor: pointer;
  }

  .RadioColorInput__bullet--RVPpZ:not(:first-child) {
      margin-left: 0.5rem;
    }

  .RadioColorInput__bullet--selected--rOksS {
      box-shadow: 0px 0px 0 2px rgba(112, 87, 255, 1);
    }

.DrawerContentQuality--ehI_G {
  padding: 1.5rem;
}

  .DrawerContentQuality__title--EE1m9 {
    font-weight: bold;
    font-size: 14px;
    color: rgba(83, 80, 102, 1);
  }

  .DrawerContentQuality__description--U9kRN {
    font-size: 12px;
    color: rgba(83, 80, 102, 1);
    margin-bottom: 1.5rem;
  }

.QualityNavTemplate__item_color--ydXG6 {
    background-color: rgba(99, 197, 255, 1);
  }
  .QualityNavTemplate__a--a_qFp {
    text-decoration: none;
  }
  .QualityNavTemplate__item--HahMS {
    cursor: pointer;
  }
  .QualityNavTemplate__item--disabled--uZpyK {
      cursor: not-allowed;
      background-color: rgba(220, 223, 230, 1);
    }
  .QualityNavTemplate__item--disabled--uZpyK > span {
        color: rgba(0, 0, 0, 0.35);
      }
  /* double CSS class to override priority */
  .QualityNavTemplate__item--disabled--uZpyK:hover.QualityNavTemplate__item--disabled--uZpyK:hover {
        background-color: rgba(220, 223, 230, 1);
      }

.DrawerContentRespondants--pDAn6 {
  padding: 1.5rem;
}

  .DrawerContentRespondants__title--DWTFN {
    font-weight: bold;
    font-size: 14px;
    color: rgba(83, 80, 102, 1);
  }

  .DrawerContentRespondants__description--S7CfH {
    font-size: 12px;
    color: rgba(83, 80, 102, 1);
    margin-bottom: 1rem;
  }

.QualitySelectTemplate--ZCbWU {
  padding: 1rem;
  padding-bottom: 0;
  position: relative;
}

  .QualitySelectTemplate__button--ESgbu {
    cursor: pointer;
    background-color: rgba(255, 255, 255, 1);
  }

  .QualitySelectTemplate__button--ESgbu > svg {
      width: 9px;
      height: 6px;
      padding-right: 0.74rem;
    }

  .QualitySelectTemplate__menu--yAGwC {
    box-shadow: 0 5px 22px 3px rgba(3, 21, 58, 0.14);
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 1);
    position: absolute;
    top: 0;
    z-index: 1000;
    width: calc(100% - 2rem);
    padding: 0.5rem;
    box-sizing: border-box;
  }

  .QualitySelectTemplate__menuItem--OTWjT {
    border: none;
  }

  .QualitySelectTemplate__menuItem--OTWjT:hover {
      background: rgba(229, 233, 240, 1);
    }

.DrawerContentStrategy--tVXNn {
  padding: 1.5rem;
}

  .DrawerContentStrategy__title--Avly2 {
    font-weight: bold;
    font-size: 14px;
    color: rgba(83, 80, 102, 1);
  }

  .DrawerContentStrategy__description--JYaTo {
    font-size: 12px;
    color: rgba(83, 80, 102, 1);
    margin-bottom: 1.5rem;
  }

.RadioBoxInput__option--p77EH {
    padding: 1rem 0.3rem;
    background: transparent;
    border: 1px solid rgba(220, 223, 230, 1);
    text-transform: uppercase;
    border-radius: 4px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.6);
    font-size: 11px;
    cursor: pointer;
  }

    .RadioBoxInput__option--p77EH:not(:last-child) {
      margin-right: 0.5rem;
    }

    .RadioBoxInput__option--selected--XLD_f {
      border-color: rgba(112, 87, 255, 1);
      color: rgba(112, 87, 255, 1);
    }
  .RadioBoxInput--flex--jcsIJ {
    display: flex;
    flex-wrap: nowrap;
  }
  .RadioBoxInput--flex--jcsIJ > .RadioBoxInput__option--p77EH {
      flex: 1;
    }

.DrawerContentValidation--hvi9n {
  padding: 1.5rem;
}

  .DrawerContentValidation__title--tkiUS {
    font-weight: bold;
    font-size: 14px;
    color: rgba(83, 80, 102, 1);
    padding: 0 1.5rem;
  }

  .DrawerContentValidation__description--F7hnM {
    font-size: 12px;
    font-size: var(--font-size-input);
    color: rgba(83, 80, 102, 1);
    padding: 0 1.5rem;
  }

  .DrawerContentValidation__buttons--xnjeC {
    margin: 1.5rem;
  }

  .DrawerContentValidation__newButton--wkoNa {
    background: transparent;
    border: 1px solid black;
    position: relative;
    box-sizing: border-box;
    margin-bottom: 1rem;
  }

  .DrawerContentValidation__newButton--wkoNa > svg {
      position: absolute;
      right: 1rem;
    }

  .DrawerContentValidation__newButton--wkoNa:hover:not(.DrawerContentValidation__newButton--flat--jhsrE) {
      background-color: rgba(255, 255, 255, 1);
    }

  .DrawerContentValidation__emptyState--Ho_3n {
    color: rgba(0, 0, 0, 0.6);
    font-size: 12px;
  }

.ValidationRule__header--KsCag {
    display: flex;
    flex: 1;
    align-items: center;
  }

    .ValidationRule__header--KsCag > *:first-child {
      flex: 1;
    }
  .ValidationRule__deleteButton--w0zG8 {
    padding: 2px;
    position: relative;
    left: 8px;
  }
  .ValidationRule__deleteButton--w0zG8 > svg {
      fill: rgba(0, 0, 0, 0.6);
    }

.DrawerContentNoCompare--u4v49 {
  padding: 1.5rem;
}

  .DrawerContentNoCompare__title--Rbyzg {
    font-weight: bold;
    font-size: 14px;
    color: rgba(83, 80, 102, 1);
  }

  .DrawerContentNoCompare__description--HovAA {
    font-size: 12px;
    color: rgba(83, 80, 102, 1);
    margin-bottom: 1rem;
  }

.NoCompare--zYJa6 {
  border: 1px solid rgba(229, 233, 240, 1);
  border-radius: 4px;
  background: rgba(255, 255, 255, 1);
  min-height: 24px;
  padding: 0.5rem;
  display: flex;
  flex-wrap: wrap;
}

  .NoCompare__placeholder--LtKsq {
    color: rgba(0, 0, 0, 0.6);
    font-size: 12px;
  }

  .NoCompare__token--grMap {
    background: rgba(83, 80, 102, 1);
    color: rgba(255, 255, 255, 1);
    padding: 4px 8px;
    display: flex;
    align-items: center;
    border-radius: 3px;
    height: 20px;
    cursor: move;
  }

  .NoCompare__token--grMap:not(:last-child) {
      margin-right: 8px;
      margin-bottom: 4px;
    }

  .NoCompare__token_icon--eVVWw {
      width: 16px;
      height: 16px;
      fill: rgba(220, 223, 230, 1);
    }

  .NoCompare__token_button--nz416 {
      border: none;
      background: transparent;
      margin-left: 8px;
      padding: 0;
      cursor: pointer;
    }

.CompareTag--N1drH {
  background: rgba(83, 80, 102, 1);
  color: rgba(255, 255, 255, 1);
  padding: 4px 8px;
  display: flex;
  align-items: center;
  border-radius: 3px;
  height: 20px;
  font-size: 12px;
  cursor: move;
}

  .CompareTag--N1drH:not(:last-child) {
    margin-right: 8px;
    margin-bottom: 4px;
  }

  .CompareTag__icon--R6Px0 {
    width: 16px;
    height: 16px;
    fill: rgba(220, 223, 230, 1);
  }

  .CompareTag__button--jI3Ev {
    border: none;
    background: transparent;
    margin-left: 8px;
    padding: 0;
    cursor: pointer;
    outline: none;
  }

.CompareBox--J8uB9 {
  border: 1px solid rgba(229, 233, 240, 1);
  background: rgba(255, 255, 255, 1);
  border-radius: 4px;
  display: flex;
  margin-bottom: 1rem;
}

  .CompareBox--focused--CSJcA {
    border-color: rgba(112, 87, 255, 1);
  }

  .CompareBox__body--h_rBr {
    padding: 0.5rem;
    flex: 1;
    display: flex;
    flex-wrap: wrap;
  }

  .CompareBox__actions--VaOUK {
    padding: 0.5rem;
    background: rgba(229, 233, 240, 1);
  }

  .CompareBox__button--_CD0E {
    background: rgba(255, 255, 255, 1);
    padding: 2px;
    width: 24px;
    height: 24px;
    border-radius: 2px;
  }

  .CompareBox__button--_CD0E:not(:last-child) {
      margin-bottom: 0.5rem;
    }

.DrawerContentToCompare--HlIIZ {
  padding: 1.5rem;
}

  .DrawerContentToCompare__title--cJeL6 {
    font-weight: bold;
    font-size: 14px;
    color: rgba(83, 80, 102, 1);
  }

  .DrawerContentToCompare__description--k16bg {
    font-size: 12px;
    color: rgba(83, 80, 102, 1);
    margin-bottom: 1rem;
  }

  .DrawerContentToCompare__actions--vhSja {
    display: flex;
    justify-content: center;
  }

  .DrawerContentToCompare__empty--XPNmW {
    color: rgba(0, 0, 0, 0.6);
    font-size: 12px;
    text-align: center;
  }

.DrawerContentBlocksSorting__title--dm4nJ {
    font-weight: bold;
    font-size: 14px;
    color: rgba(83, 80, 102, 1);
    padding: 0 1.5rem;
  }
  .DrawerContentBlocksSorting__description--fYY3j {
    font-size: 12px;
    font-size: var(--font-size-input);
    color: rgba(83, 80, 102, 1);
    padding: 0 1.5rem;
  }
  .DrawerContentBlocksSorting__empty--aK37o {
    padding: 0 1.5rem;
    color: rgba(0, 0, 0, 0.6);
    font-size: 12px;
    text-align: center;
  }

.BlockSortingRulesTemplate--d3Nz_ {
  padding: 1rem 1.5rem;
}

  .BlockSortingRulesTemplate__actions--MN4hJ {
    display: flex;
    justify-content: center;
    margin-bottom: 0.5rem;
  }

  .BlockSortingRulesTemplate__empty--HWGs6 {
    padding: 0 1.5rem;
    color: rgba(0, 0, 0, 0.6);
    font-size: 12px;
    text-align: center;
  }

.DrawerContentKeyboardShortcuts--SsQzl {
  padding: 1rem;
}

.KeyboardShortcutsForm__shortcut--N1odo {
    display: flex;
    align-items: center;
  }

    .KeyboardShortcutsForm__shortcut--N1odo > *:not(:last-child) {
      width: 45%;
      margin-right: 4px;
    }
  .KeyboardShortcutsForm__deleteButton--yrmMP {
    padding: 0;
  }
  .KeyboardShortcutsForm__actions--pUrnn {
    display: flex;
    justify-content: center;
  }

.AdvancedToCompare--Vp982 {
  padding: 0 1.5rem;
}

  .AdvancedToCompare__title--_gfI2 {
    font-weight: bold;
    font-size: 14px;
    color: rgba(83, 80, 102, 1);
  }

  .AdvancedToCompare__description--VNZiN {
    font-size: 12px;
    font-size: var(--font-size-input);
    color: rgba(83, 80, 102, 1);
  }

  .AdvancedToCompare__backButton--FZGam {
    background: transparent;
    position: relative;
  }

  .AdvancedToCompare__backButton--FZGam > svg {
      position: absolute;
      left: 1rem;
    }

  .AdvancedToCompare__backButton--FZGam:hover:not(.AdvancedToCompare__backButton--flat--MmOkY) {
      background: transparent;
    }

  .AdvancedToCompare__itemPlaceholder--OxM9t {
    margin-bottom: 1rem;
  }

  .AdvancedToCompare__clickable--Nd6CG {
    cursor: pointer;
  }

  .AdvancedToCompare__empty--Ymiwa {
    color: rgba(0, 0, 0, 0.6);
    font-size: 12px;
    text-align: center;
  }

.IterationOverloadRule__header--aI2KD {
    display: flex;
    flex: 1;
    align-items: center;
  }

    .IterationOverloadRule__header--aI2KD > *:first-child {
      flex: 1;
    }
  .IterationOverloadRule__deleteButton--u3fO9 {
    padding: 2px;
    position: relative;
    left: 8px;
  }
  .IterationOverloadRule__deleteButton--u3fO9 > svg {
      fill: rgba(0, 0, 0, 0.6);
    }

.DrawerIterationOverloadPage__title--wi0BC {
    font-weight: bold;
    font-size: 14px;
    color: rgba(83, 80, 102, 1);
    padding: 0 1.5rem;
  }
  .DrawerIterationOverloadPage__description--MeAFF {
    font-size: 12px;
    color: rgba(83, 80, 102, 1);
    margin-bottom: 1.5rem;
    padding: 0 1.5rem;
  }
  .DrawerIterationOverloadPage__buttons--JUnQ5 {
    margin: 1.5rem;
    padding: 0 1.5rem;
  }
  .DrawerIterationOverloadPage__newButton--b5Vkt {
    background: transparent;
    border: 1px solid black;
    position: relative;
    box-sizing: border-box;
    margin-bottom: 1rem;
  }
  .DrawerIterationOverloadPage__newButton--b5Vkt > svg {
      position: absolute;
      right: 1rem;
    }
  .DrawerIterationOverloadPage__newButton--b5Vkt:hover:not(.DrawerIterationOverloadPage__newButton--flat--JcIhl) {
      background-color: rgba(255, 255, 255, 1);
    }
  .DrawerIterationOverloadPage__emptyState--ejWMe {
    color: rgba(0, 0, 0, 0.6);
    font-size: 12px;
    padding: 0 1.5rem;
  }

.InfoButton--u4Wxp {
  background-color: rgba(255, 255, 255, 1);
  border: 1px solid rgba(81, 80, 97, 1);
  border-radius: 10px;
  position: fixed;
  right: 0;
  margin-right: 16px;
  margin-top: 16px;
  height: 40px;
  width: 40px;
  z-index: 10001;
  padding: 11.5px;
}

  .InfoButton--u4Wxp:hover:not(.InfoButton--flat--yDBbe) {
    background-color: rgba(255, 255, 255, 1);
  }

  .InfoButton--u4Wxp > svg {
    display: inline-flex;
    align-self: center;
    fill: rgba(81, 80, 97, 1);
  }

.InfoPage--VFfOs {
  position: fixed;
  overflow-y: scroll;
  background-color: rgba(241, 244, 250, 1);
  right: -321px;
  height: 100%;
  width: 320px;
  padding: 3rem 1rem;
  box-sizing: border-box;
  transition: right 250ms ease;
  font-size: 14px;
  font-weight: 400;
  z-index: 10001;
  color: rgba(0, 0, 0, 0.87);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}

  .InfoPage--isOpen--adsBX {
    right: 0;
  }

  .InfoPage__title--SqYmr {
    font-weight: 500;
    font-size: 15px;
  }
.ql-align-center {
    text-align: center;
  }
.ql-align-left {
    text-align: left;
  }
.ql-align-right {
    text-align: right;
  }
.ql-size-small {
    font-size: 0.75em;
  }
.ql-size-large {
    font-size: 1.5em;
  }
.ql-size-huge {
    font-size: 2.5em;
  }

.ContributeCloseButtonTemplate__back--oUFUf {
    position: absolute;
    top: 16px;
    left: 16px;
    border: 1px solid rgba(81, 80, 97, 1);
    background: rgba(255, 255, 255, 1);
    height: 1.8rem;
    z-index: 1000;
  }

    .ContributeCloseButtonTemplate__back--oUFUf:hover:not(.ContributeCloseButtonTemplate__back--flat--LtGxP) {
      background-color: rgba(255, 255, 255, 1);
    }

    .ContributeCloseButtonTemplate__back--oUFUf > svg {
      margin-right: 8px;
    }

.Alert--_F8CX {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10000;
}

.Alert__modal--LMQTi {
  background-color: white;
  border-radius: 0.5rem;
  padding: 1rem;
  width: 200px;
  font-size: 16px;
}

.Alert__actions--c_nrz {
  margin-top: 1rem;
  display: flex;
  justify-content: center;
}

.ContributeAnswerFormTemplate--GWD5R {
  padding: 2rem;
  overflow-y: auto;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  margin: 0 30px;
  box-shadow: 0px 0px 10px rgb(189 183 183 / 25%);
  border-radius: 8px;
}

  .ContributeAnswerFormTemplate__actions--Ok7zc {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    display: flex;
    justify-content: center;
    padding: 1rem;
    background: #efefef;
    box-sizing: border-box;
  }

  .ContributeAnswerFormTemplate__hiddenSubmit--UydG6 {
    position: fixed;
    top: -1000px;
    left: -1000px;
  }

.ContributeAnswerDetailTemplate--UFavd {
  width: 30%;
  height: 100%;
}

  .ContributeAnswerDetailTemplate__info__column--1t3Dg {
      display: flex;
      flex-direction: row;
    }

  .ContributeAnswerDetailTemplate__info__row--RBMUS {
      display: flex;
      flex-direction: column;
      flex: 1 0 50%;
      text-align: center;
    }

  .ContributeAnswerDetailTemplate__info__row--RBMUS > span {
        color: rgba(144, 147, 153, 1);
      }

.DrawerDetail--Ar38S {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: rgba(241, 244, 250, 0.5);
  width: 100%;
  height: inherit;
  border-radius: 8px;
  box-shadow: 0px 0px 10px rgb(189 183 183 / 25%);
}

.DrawerDetailHeader--naA1s {
  height: 20%;
  padding: 1rem;
}
  .DrawerDetailHeader--naA1s > h3 {
    text-align: center;
  }

.DrawerDetailBody--hw56e {
  height: 60%;
  border-top: 1px solid #d4d1d1;
  border-bottom: 1px solid #d4d1d1;
  padding: 1rem;
}

.DrawerDetailFooter--NhSIc {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  height: 20%;
  padding: 1rem;
}

  .DrawerDetailFooter--NhSIc > button {
    margin: 0 auto;
  }

.Rating--kt_cF {
  display: flex;
  flex-direction: row;
  cursor: pointer;
}

  .Rating--kt_cF > span {
    margin: auto 1rem;
  }

  .Rating__star--HLeqE {
    fill: rgba(227, 227, 227, 1);
    width: 24px;
    height: 24px;
  }

  .Rating__star--active--yFf4m {
      fill: rgba(255, 204, 102, 1);
    }

.ContributeAnswer--_esYn {
  display: flex;
  flex-direction: row;
  width: inherit;
  height: 100%;
}

.WYSIWYGGridPage--arNCA {
  padding: 72px 2rem;
  box-sizing: border-box;
}

  .WYSIWYGGridPage__emptyState--UzpPL {
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.25s ease;
  }

  .WYSIWYGGridPage__emptyState--visible--zgTr6 {
      opacity: 1;
    }

  .WYSIWYGGridPage__emptySVG--BgbZn {
    width: 624px;
    height: 448px;
    max-width: 100%;
  }

  .WYSIWYGGridPage__title--CqjwF {
    margin-top: 24px;
    margin-left: 24px;
    font-size: 32px;
  }

.BlockBox--_yo7D:hover {
    box-shadow: 0px 0px 0px 2px rgba(3, 21, 58, 0.14);
  }

.FieldBox--SsFxq {
  cursor: move;
  padding: 0.5rem;
  border: 1px solid white;
  /* Blocks are within 1000-2000 range */
  z-index: 2000;
  border-radius: 5px;
  transition: box-shadow 0.25s ease;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

  .FieldBox--SsFxq:hover {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  }

  .FieldBox--SsFxq::after {
    position: absolute;
    content: '';
    top: 4px;
    bottom: 4px;
    left: 4px;
    right: 4px;
    cursor: move;
    z-index: 1;
  }

  .FieldBox__dataPreview--ofM8v {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }

  .FieldBox__dataGlyph--npukM {
    width: 24px;
    height: 24px;
  }

  .FieldBox__dataGlyph--npukM > svg {
      width: 16px;
      height: 16px;
    }

  .FieldBox__remove--cSZgt {
    position: absolute;
    background: transparent;
    fill: rgba(0, 0, 0, 0.6);
    top: 1px;
    right: 1px;
    cursor: pointer;
    width: 22px;
    height: 22px;
    padding: 4px;
    z-index: 2;
  }

  .FieldBox__remove--cSZgt:hover {
      fill: rgba(0, 0, 0, 0.87);
    }

  .FieldBox__remove--cSZgt > svg {
      width: 16px;
      height: 16px;
    }

.Toastify__toast-container--wEfyY {
  z-index: 9999;
  -webkit-transform: translate3d(0, 0, 9999px);
  position: fixed;
  padding: 4px;
  width: 320px;
  box-sizing: border-box;
  color: #fff;
}
.Toastify__toast-container--top-left--W21uV {
  top: 1em;
  left: 1em;
}
.Toastify__toast-container--top-center--jrEHg {
  top: 1em;
  left: 50%;
  transform: translateX(-50%);
}
.Toastify__toast-container--top-right--eJXNM {
  top: 1em;
  right: 1em;
}
.Toastify__toast-container--bottom-left--TBiz6 {
  bottom: 1em;
  left: 1em;
}
.Toastify__toast-container--bottom-center--to1bC {
  bottom: 1em;
  left: 50%;
  transform: translateX(-50%);
}
.Toastify__toast-container--bottom-right--1BsEY {
  bottom: 1em;
  right: 1em;
}

@media only screen and (max-width : 480px) {
  .Toastify__toast-container--wEfyY {
    width: 100vw;
    padding: 0;
    left: 0;
    margin: 0;
  }
  .Toastify__toast-container--top-left--W21uV, .Toastify__toast-container--top-center--jrEHg, .Toastify__toast-container--top-right--eJXNM {
    top: 0;
    transform: translateX(0);
  }
  .Toastify__toast-container--bottom-left--TBiz6, .Toastify__toast-container--bottom-center--to1bC, .Toastify__toast-container--bottom-right--1BsEY {
    bottom: 0;
    transform: translateX(0);
  }
  .Toastify__toast-container--rtl--qbZZq {
    right: 0;
    left: initial;
  }
}
.Toastify__toast--v5B7x {
  position: relative;
  min-height: 64px;
  box-sizing: border-box;
  margin-bottom: 1rem;
  padding: 8px;
  border-radius: 1px;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1), 0 2px 15px 0 rgba(0, 0, 0, 0.05);
  display: flex;
  justify-content: space-between;
  max-height: 800px;
  overflow: hidden;
  font-family: sans-serif;
  cursor: pointer;
  direction: ltr;
}
.Toastify__toast--rtl--tNPnL {
  direction: rtl;
}
.Toastify__toast--dark--ISlfo {
  background: #121212;
  color: #fff;
}
.Toastify__toast--default--fGB0_ {
  background: #fff;
  color: #aaa;
}
.Toastify__toast--info--NsYgX {
  background: #3498db;
}
.Toastify__toast--success--dbBLr {
  background: #07bc0c;
}
.Toastify__toast--warning--DEQ7f {
  background: #f1c40f;
}
.Toastify__toast--error--qJ40M {
  background: #e74c3c;
}
.Toastify__toast-body--w7afJ {
  margin: auto 0;
  flex: 1 1 auto;
}

@media only screen and (max-width : 480px) {
  .Toastify__toast--v5B7x {
    margin-bottom: 0;
  }
}
.Toastify__close-button--QnNdt {
  color: #fff;
  background: transparent;
  outline: none;
  border: none;
  padding: 0;
  cursor: pointer;
  opacity: 0.7;
  transition: 0.3s ease;
  align-self: flex-start;
}
.Toastify__close-button--default--JnpEH {
  color: #000;
  opacity: 0.3;
}
.Toastify__close-button--QnNdt > svg {
  fill: currentColor;
  height: 16px;
  width: 14px;
}
.Toastify__close-button--QnNdt:hover, .Toastify__close-button--QnNdt:focus {
  opacity: 1;
}

@keyframes Toastify__trackProgress--jCmuE {
  0% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(0);
  }
}
.Toastify__progress-bar--FErUu {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  z-index: 9999;
  opacity: 0.7;
  background-color: rgba(255, 255, 255, 0.7);
  transform-origin: left;
}
.Toastify__progress-bar--animated--EnOEV {
  animation: Toastify__trackProgress--jCmuE linear 1 forwards;
}
.Toastify__progress-bar--controlled--VZj6o {
  transition: transform 0.2s;
}
.Toastify__progress-bar--rtl--QdsCZ {
  right: 0;
  left: initial;
  transform-origin: right;
}
.Toastify__progress-bar--default--gZP5_ {
  background: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);
}
.Toastify__progress-bar--dark--Pk9kr {
  background: #bb86fc;
}
@keyframes Toastify__bounceInRight--AbqsI {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: none;
  }
}
@keyframes Toastify__bounceOutRight--OymBM {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes Toastify__bounceInLeft--dlSFt {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: none;
  }
}
@keyframes Toastify__bounceOutLeft--MsYL4 {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes Toastify__bounceInUp--G4eOT {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__bounceOutUp--HnLY4 {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes Toastify__bounceInDown--TIdDX {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: none;
  }
}
@keyframes Toastify__bounceOutDown--GPwZL {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.Toastify__bounce-enter--top-left--yQrAN, .Toastify__bounce-enter--bottom-left--oNjmG {
  animation-name: Toastify__bounceInLeft--dlSFt;
}
.Toastify__bounce-enter--top-right--DggFr, .Toastify__bounce-enter--bottom-right--uPW55 {
  animation-name: Toastify__bounceInRight--AbqsI;
}
.Toastify__bounce-enter--top-center--oxqvo {
  animation-name: Toastify__bounceInDown--TIdDX;
}
.Toastify__bounce-enter--bottom-center--o9Pwq {
  animation-name: Toastify__bounceInUp--G4eOT;
}

.Toastify__bounce-exit--top-left--VSCNn, .Toastify__bounce-exit--bottom-left--ml2as {
  animation-name: Toastify__bounceOutLeft--MsYL4;
}
.Toastify__bounce-exit--top-right--PslfG, .Toastify__bounce-exit--bottom-right--LCpKq {
  animation-name: Toastify__bounceOutRight--OymBM;
}
.Toastify__bounce-exit--top-center--ebtXs {
  animation-name: Toastify__bounceOutUp--HnLY4;
}
.Toastify__bounce-exit--bottom-center--jlfDz {
  animation-name: Toastify__bounceOutDown--GPwZL;
}

@keyframes Toastify__zoomIn--41W0q {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes Toastify__zoomOut--t7BQv {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.Toastify__zoom-enter--u_MPy {
  animation-name: Toastify__zoomIn--41W0q;
}

.Toastify__zoom-exit--YdO7d {
  animation-name: Toastify__zoomOut--t7BQv;
}

@keyframes Toastify__flipIn--qQE3Y {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
@keyframes Toastify__flipOut--B8mM9 {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.Toastify__flip-enter--bDYPa {
  animation-name: Toastify__flipIn--qQE3Y;
}

.Toastify__flip-exit--r8tJc {
  animation-name: Toastify__flipOut--B8mM9;
}

@keyframes Toastify__slideInRight--ZqfR7 {
  from {
    transform: translate3d(110%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__slideInLeft--ZPC1U {
  from {
    transform: translate3d(-110%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__slideInUp--JI9WO {
  from {
    transform: translate3d(0, 110%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__slideInDown--F9e2x {
  from {
    transform: translate3d(0, -110%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__slideOutRight--ZYOAM {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(110%, 0, 0);
  }
}
@keyframes Toastify__slideOutLeft--YnY7Y {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-110%, 0, 0);
  }
}
@keyframes Toastify__slideOutDown--yBOPB {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 500px, 0);
  }
}
@keyframes Toastify__slideOutUp--vZGcZ {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -500px, 0);
  }
}
.Toastify__slide-enter--top-left--cy3AH, .Toastify__slide-enter--bottom-left--mS5mM {
  animation-name: Toastify__slideInLeft--ZPC1U;
}
.Toastify__slide-enter--top-right--KIMfk, .Toastify__slide-enter--bottom-right--Gh3oU {
  animation-name: Toastify__slideInRight--ZqfR7;
}
.Toastify__slide-enter--top-center--j0T5L {
  animation-name: Toastify__slideInDown--F9e2x;
}
.Toastify__slide-enter--bottom-center--DR_7b {
  animation-name: Toastify__slideInUp--JI9WO;
}

.Toastify__slide-exit--top-left--m5UV3, .Toastify__slide-exit--bottom-left--VmQYZ {
  animation-name: Toastify__slideOutLeft--YnY7Y;
}
.Toastify__slide-exit--top-right--q5Sf7, .Toastify__slide-exit--bottom-right--peBMH {
  animation-name: Toastify__slideOutRight--ZYOAM;
}
.Toastify__slide-exit--top-center--jcDl7 {
  animation-name: Toastify__slideOutUp--vZGcZ;
}
.Toastify__slide-exit--bottom-center--Y00s9 {
  animation-name: Toastify__slideOutDown--yBOPB;
}

/*# sourceMappingURL=ReactToastify.css.map */
@font-face {
  font-family: 'Caros Soft';
  font-style: normal;
  font-weight: normal;
  src: url(/994cf1f8c0d0ee33753c.CarosSoft.woff);
}

@font-face {
  font-family: 'Caros Soft';
  src: url(/19464620b53166b55ac7.CarosSoftLight.woff);
  font-weight: 300;
}

@font-face {
  font-family: 'Caros Soft';
  src: url(/994cf1f8c0d0ee33753c.CarosSoft.woff);
  font-weight: 400;
}

@font-face {
  font-family: 'Caros Soft';
  src: url(/a3086a87a2c7c820d727.CarosSoftMedium.woff);
  font-weight: 500;
}

@font-face {
  font-family: 'Caros Soft';
  src: url(/ab261d89443ffc6f1fc6.CarosSoftBold.woff);
  font-weight: 700;
}

:root {
  /* Range 100~1000 reserved for the grid items */
}

html,
body,
#root {
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
}

body {
  font-size: 14px;
  font-family: 'Caros Soft', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue';
  background-color: rgba(255, 255, 255, 1);
}

  body button {
    font-family: inherit;
  }

.Toastify__toast--default {
    background-color: rgba(255, 255, 255, 1) !important;
    color: rgba(144, 147, 153, 1) !important;
    min-height: 40px !important;
    border-left: 5px solid rgba(144, 147, 153, 1) !important;
    border-radius: 5px !important;
  }
  .Toastify__toast--error {
    background-color: rgba(255, 91, 97, 0.15) !important;
    color: rgba(230, 0, 0, 1) !important;
    min-height: 40px !important;
    border-left: 5px solid rgba(230, 0, 0, 1) !important;
    border-radius: 5px !important;
  }
  .Toastify__toast--success {
    background-color: rgba(0, 138, 0, 0.15) !important;
    color: rgba(0, 138, 0, 1) !important;
    min-height: 40px !important;
    border-left: 5px solid rgba(0, 138, 0, 1) !important;
    border-radius: 5px !important;
  }
  .Toastify__toast--warning {
    background-color: #ffecc7 !important;
    color: #ffab00 !important;
    min-height: 40px !important;
    border-left: 5px solid #ffab00 !important;
    border-radius: 5px !important;
  }


/*# sourceMappingURL=main.15cc42ee3805f6f59345.css.map*/