@charset "UTF-8";
:root {
  --border-radious: 8px;
  --popups-border-radius: 8px;
  --border-radious-small: 4px;
  --primary-blue: #1a82cc;
  --primary-blue-80: #1a82cccc;
  --primary-blue-60: #1a82cc99;
  --primary-blue-40: #1a82cc66;
  --primary-blue-20: #1a82cc33;
  --primary-blue-10: #1a82cc19;
  --foam-blue: #57f0f2;
  --grey-1: #2c2c2c;
  --grey-2: #575756;
  --grey-3: #9d9d9c;
  --grey-4: #e5e5e5;
  --grey-5: #fafafa;
  --grey-6: #f5f5f5;
  --grey-7: #e1e1e1;
  --grey-8: #ededed;
  --grey-9: #f2f2f2;
  --red-1: #be0000;
  --color-alert: #be0000;
  --green: #649600;
  --white: #ffffff;
  --black: #000000;
  --orange: #f07300;
  --left-right-padding: 20px;
  --popups-spacing: 24px;
  --headers-font-family: "Cabin", arial;
  --regular-font-family: "Source Sans Pro", arial;
  --header-height: 80px;
  --first-row-height: 60px;
  --footer-height: 49px;
  --left-panel-width: 220px;
  --popup-width: 600px;
  --config-blocks-container: 300px;
  --transition-duration: 0.4s;
  --transition-duration-slow: 0.8s;
  --transition-duration-slow: 0.4s;
  --transition-function: linear;
  /* --transition-function: linear; */
  /* --transition-duration: 5s;
    --transition-duration-slow: 5s; */
}

html,
body {
  height: 100% !important;
  max-height: 100%;
  font-family: var(--headers-font-family) !important;
  font-family: var(--regular-font-family) !important;
  overflow: hidden;
}

html body.swal2-height-auto {
  height: 100% !important;
}

h1 {
  font-size: 40px;
  line-height: 49px;
  font-weight: 700;
  font-family: var(--headers-font-family) !important;
  margin-bottom: 12px;
}

h2 {
  font-family: var(--headers-font-family);
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 39px;
  letter-spacing: 0em;
}

h3 {
  font-size: 24px;
  line-height: 29px;
  font-weight: 600;
  font-family: var(--headers-font-family) !important;
}

h4,
.h4 {
  font-family: var(--headers-font-family) !important;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0em;
}

h5,
.h5 {
  font-family: var(--headers-font-family);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
}

.forceRegularFontFamily {
  font-family: var(--regular-font-family) !important;
}

.bodySmall {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
}

.small,
small {
  font-size: 12px;
  font-weight: 400;
}

.opacity-0 {
  opacity: 0 !important;
}

.caption {
  font-family: var(--regular-font-family);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 0em;
  text-align: left;
}

.label {
  font-family: var(--regular-font-family);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: left;
}

.bigLabel {
  font-family: var(--regular-font-family);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
}

.subtitle {
  font-family: var(--headers-font-family);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 12px;
}

.bigSubtitle {
  font-family: var(--headers-font-family);
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 44px;
  letter-spacing: 0em;
  text-align: left;
}

.buttonSmall {
  font-family: var(--regular-font-family);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: left;
}

.text-primary-blue {
  color: var(--primary-blue);
}

.text-dark-grey-1 {
  color: var(--grey-1);
}

.text-dark-grey-2 {
  color: var(--grey-2);
}

.text-dark-grey-3 {
  color: var(--grey-3);
}

.text-dark-grey-4 {
  color: var(--grey-4);
}

.text-dark-grey-5 {
  color: var(--grey-5);
}

.text-dark-grey-6 {
  color: var(--grey-6);
}

.sourceSansProFamily {
  font-family: var(--regular-font-family);
}

.font-cabin {
  font-family: var(--headers-font-family);
}

button:disabled {
  cursor: default;
}

select {
  cursor: pointer;
}

.right-border-zero {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-right-width: 0 !important;
}

.left-border-zero {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-left-width: 0 !important;
}

.customTextOverlowElipssis {
  text-overflow: ellipsis;
  overflow: hidden;
}

.dropdownClickable {
  padding: 0.2rem 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  border-radius: var(--border-radious);
  cursor: pointer;
}

.dropdownClickable > div:last-child {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  background: var(--white);
  /* Dropdown shadow */
  -webkit-box-shadow: 0px 4px 46px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 4px 46px rgba(0, 0, 0, 0.12);
  border-radius: var(--border-radious);
  z-index: 100;
  display: none;
}

.dropdownClickable .arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.dropdownClickable > div:last-child > div {
  padding: 12px 16px;
  cursor: pointer;
  white-space: nowrap;
}

.dropdownClickable.expanded > div:last-child {
  display: block;
}

.dropdownClickable.expanded .arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.dropdownClickable > div:last-child > div:hover {
  color: var(--primary-blue);
}

.footerP {
  font-size: 14px;
}

.mainStrondeHeader,
.mainStrondeFooter {
  padding: 13px var(--left-right-padding);
}

.mainStrondeFooter {
  font-size: 14px;
  width: 100%;
  border-top: 1px solid var(--grey-7);
  background-color: var(--white);
  position: fixed;
  bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  height: var(--footer-height);
}

.mainStrondeFooter table {
  height: unset;
}

.mainStrondeFooter .strondeOnlyBar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mainContainer {
  height: calc(100% - var(--header-height) - var(--footer-height));
  margin-top: var(--header-height);
  margin-bottom: var(--footer-height);
  padding-top: 0;
  background-color: var(--grey-8);
}

.popupsLeftRight-paddings {
  padding-left: var(--popups-spacing);
  padding-right: var(--popups-spacing);
}

.popupsLeftRight-margin {
  margin-left: var(--popups-spacing);
  margin-right: var(--popups-spacing);
}

.gray-bg {
  background-color: var(--grey-8);
}

.gray-2-bg {
  background-color: var(--grey-8);
}

#grayPopUpOverlay {
  display: none;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  background-color: rgba(0, 0, 0, 0.6666666667);
  z-index: 12;
}

#grayPopUpOverlay_requestBlock {
  display: none;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  background-color: rgba(0, 0, 0, 0.6666666667);
  z-index: 1001;
}

.card-header-left {
  background-color: transparent;
  border: 1px solid var(--grey-4);
  border-top: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.card-header-left a {
  color: var(--grey-2);
}

.card-header-left .nav-tabs {
  border-bottom: 0;
}

.card-header:first-child {
  margin-top: 0;
  border-radius: 0;
}

.card-header:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
  border-radius: 0;
}

.myConfiguration .card-header:last-child {
  margin-bottom: 45px;
}

.card-header-left .nav-tabs .nav-link {
  padding-left: calc(var(--left-right-padding) + 16px);
  padding-right: var(--left-right-padding);
}

.card-header-left .nav-tabs .nav-link.collapsed .imgCollapsed,
.card-header-left .nav-tabs .nav-link .imgExpand,
.documentInfoContainer .imgExpand,
.documentInfoContainer .collapsed .imgCollapsed {
  display: block;
}

.card-header-left .nav-tabs .nav-link.collapsed .imgExpand,
.card-header-left .nav-tabs .nav-link .imgCollapsed,
.card-header-left .nav-tabs .nav-link .imgDisabled,
.documentInfoContainer .collapsed .imgExpand,
.documentInfoContainer .imgCollapsed {
  display: none;
}

.card-header-left .nav-tabs .nav-link.noneDisplayClass .imgExpand,
.card-header-left .nav-tabs .nav-link.noneDisplayClass .imgCollapsed {
  display: none;
}

.card-header-left .nav-tabs .nav-link.noneDisplayClass .imgDisabled {
  display: block;
}

.card-header-left .nav-tabs .nav-link:focus,
.card-header-left .nav-tabs .nav-link:hover {
  border-color: #999 #999 rgba(255, 255, 255, 0) #999;
}

.card-header-left .nav-tabs .active:focus,
.card-header-left .nav-tabs .active:hover {
  border-color: #dee2e6 #dee2e6 var(--white);
}

.centerContainer {
  background-color: var(--white);
}

.card-header-left .nav-tabs .nav-item:first-child a {
  border: 0;
  min-height: 40px;
  padding-top: 18px;
  padding-bottom: 18px;
}

.noborderRarius {
  border-radius: 0 !important;
}

.mainStrondeHeader {
  background-color: var(--white);
  border-bottom: 1px solid var(--grey-7);
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  height: var(--header-height);
  z-index: 11;
}

.mainrow {
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  /* position: relative; */
}

.leftContainer,
.centerContainer,
.rightContainer,
#availableBlocks {
  padding: 0;
  max-height: 100%;
  /* padding-bottom: 1rem; */
}

.builderContainer {
  /* margin-top: var(--first-row-height); */
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  /* border: 2px solid #fff; */
}

.leftContainer,
#configContainer,
.builderContainer {
  overflow-y: auto;
  overflow-x: hidden;
}

.leftContainer {
  position: absolute;
  width: var(--left-panel-width);
  z-index: 10;
  left: 0;
  top: var(--header-height);
  bottom: var(--footer-height);
  overflow-y: visible;
  overflow-x: visible;
  background-color: var(--white);
}

.leftContainer.collapsed {
  background-color: rgba(255, 255, 255, 0);
  background-color: var(--white);
}

#availableBlocks {
  max-height: calc(100% - var(--first-row-height));
  overflow-x: hidden;
}

.availableBlocksContainer,
.multiversionContainerBackground,
#blockTemplatesContainer,
.transitionWidth {
  -webkit-transition: width var(--transition-duration) var(--transition-function);
  transition: width var(--transition-duration) var(--transition-function);
  -webkit-transition-duration: var(--transition-duration); /* Safari */
  transition-duration: var(--transition-duration);
  will-change: width;
}

.transitionWidth {
  display: block !important;
  -webkit-transition-duration: var(--transition-duration-slow); /* Safari */
  transition-duration: var(--transition-duration-slow);
}

.transitionFlex {
  -webkit-transition: -webkit-box-flex var(--transition-duration-slow) var(--transition-function);
  transition: -webkit-box-flex var(--transition-duration-slow) var(--transition-function);
  transition: flex var(--transition-duration-slow) var(--transition-function);
  transition: flex var(--transition-duration-slow) var(--transition-function), -webkit-box-flex var(--transition-duration-slow) var(--transition-function), -ms-flex var(--transition-duration-slow) var(--transition-function);
  -webkit-transition-duration: var(--transition-duration-slow); /* Safari */
  transition-duration: var(--transition-duration-slow);
}

.availableBlocksContainer.forceClose,
.availableBlocksContainerBackground.forceClose,
.multiversionContainerBackground.forceClose,
.multiversionContainer.forceClose {
  width: 0 !important;
}

/* Hide scrollbar for Chrome, Safari and Opera */
#availableBlocks::-webkit-scrollbar,
.centerContainer::-webkit-scrollbar,
.builderContainer::-webkit-scrollbar,
#configContainer::-webkit-scrollbar,
.noScrollContainer::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
#availableBlocks,
.leftContainer,
.centerContainer,
.builderContainer,
#configContainer {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
  -webkit-transition: width var(--transition-duration-slow) var(--transition-function), -webkit-flex-basis var(--transition-duration-slow) var(--transition-function);
  transition: width var(--transition-duration-slow) var(--transition-function), -webkit-flex-basis var(--transition-duration-slow) var(--transition-function);
  transition: width var(--transition-duration-slow) var(--transition-function), flex-basis var(--transition-duration-slow) var(--transition-function);
  transition: width var(--transition-duration-slow) var(--transition-function), flex-basis var(--transition-duration-slow) var(--transition-function), -webkit-flex-basis var(--transition-duration-slow) var(--transition-function), -ms-flex-preferred-size var(--transition-duration-slow) var(--transition-function);
}

.noScrollContainer {
  overflow: auto;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}

#configContainer {
  min-height: calc(100% - var(--first-row-height));
}

.leftContainer .notcollapsed .icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.mainrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.leftContainer.collapsed {
  /* flex: 0 0 20px; */
  width: 30px;
}

.leftContainer.collapsed .collapseHiddened {
  display: none;
  right: 34px;
  position: absolute;
  left: 16px;
  overflow: hidden;
}

.centerContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.expandedRightPanel .centerContainer {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - max(20%, var(--config-blocks-container)) - var(--left-panel-width));
          flex: 0 0 calc(100% - max(20%, var(--config-blocks-container)) - var(--left-panel-width));
  /* flex: 0 0 calc(100% - max(20%, var(--config-blocks-container))); */
}

.mainrow:not(.expandedRightPanel) .centerContainer {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - var(--left-panel-width));
          flex: 0 0 calc(100% - var(--left-panel-width));
}

.expandedRightPanel .centerContainer.leftContainerCollapsed {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - max(20%, var(--config-blocks-container)) - 30px);
          flex: 0 0 calc(100% - max(20%, var(--config-blocks-container)) - 30px);
}

.mainrow:not(.expandedRightPanel) .centerContainer.leftContainerCollapsed {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 30px);
          flex: 0 0 calc(100% - 30px);
}

.rightContainer {
  background-color: var(--white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
  min-width: 0;
}

.expandedRightPanel .rightContainer {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 max(20%, var(--config-blocks-container));
          flex: 0 0 max(20%, var(--config-blocks-container));
}

.leftContainer.collapsed #availableBlocks * {
  visibility: hidden;
}

.leftContainer.collapsed #availableBlocks .show {
  display: none;
}

.split-vertical {
  height: 50%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 50%;
}

.split-vertical + .split-vertical {
  top: 50%;
}

.trBlockContainer > .myTd > .myBlock,
.trBlockContainer + .myBlock,
#blockContainer > .myBlock,
.mainWrapper > tbody > .myBlock {
  margin-left: auto;
  margin-right: auto;
}

.myConfigurationBlock {
  margin-top: 1rem;
  padding-left: var(--left-right-padding);
  padding-right: var(--left-right-padding);
}

.myConfigurationBlock:first-child {
  margin-top: 0rem;
}

.builderContainer:not(.dragingBlock) .focusedBlock {
  max-width: calc(100% + 4px);
  outline: 2px solid #353535;
  outline: 2px dashed var(--primary-blue);
  z-index: 1;
}

.focusedBlockBorder {
  max-width: calc(100% + 4px);
  border: 2px dashed var(--primary-blue);
  border: none;
}

.builderContainer:not(.dragingBlock) .focusedContainer {
  z-index: 1;
  outline: 2px solid var(--green);
  outline: 2px dashed var(--primary-blue);
}

#blockContainer {
  left: 50%;
  /* top: 55px; */
  position: relative;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-height: calc(100% - 94px);
  max-height: calc(100% - var(--header-height) - var(--footer-height) - 10px);
}

#textEditorsToolbarContainer {
  position: absolute;
  top: 0;
  top: var(--header-height);
  top: calc(var(--header-height) - var(--first-row-height));
  z-index: 3;
  width: calc(100% - max(20%, var(--config-blocks-container)) - var(--left-panel-width));
  left: var(--left-panel-width);
  right: 25%;
  -webkit-transition: all var(--transition-duration-slow) var(--transition-function);
  transition: all var(--transition-duration-slow) var(--transition-function);
  width: calc(100% - var(--left-panel-width));
  left: var(--left-panel-width);
}

.leftContainer.collapsed + #textEditorsToolbarContainer {
  left: 30px;
  width: calc(100% - 30px);
}

.expandedRightPanel #textEditorsToolbarContainer {
  width: calc(100% - max(20%, var(--config-blocks-container)) - var(--left-panel-width));
  left: var(--left-panel-width);
}

.expandedRightPanel .leftContainer.collapsed + #textEditorsToolbarContainer {
  left: 30px;
  width: calc(100% - max(20%, var(--config-blocks-container)) - 30px);
}

.myTd {
  padding: 0;
}

.form-group {
  margin-bottom: 0;
}

.col-12 .form-group:last-child {
  margin-bottom: 1rem;
}

.form-control {
  padding: 12px 14px;
  border: 1px solid var(--grey-4);
  height: 44px;
  border-radius: var(--border-radious-small);
  line-height: 1;
}

.form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: var(--primary-blue);
}

.form-control-error,
.form-control-error:focus,
.form-control-error + * .input-group-text {
  border-color: var(--color-alert) !important;
}

.form-error-text {
  color: var(--color-alert);
}

.form-control:disabled,
.form-control.disabled,
.form-control[readonly] {
  background-color: var(--grey-8);
}

.rightContainer .form-control + .form-control {
  margin-top: 7px;
}

.customNumberInput input[type=number] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

.customNumberInput input[type=number]::-webkit-inner-spin-button,
.customNumberInput input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.customNumberInput .customNumberImgContainer {
  position: absolute;
  cursor: pointer;
  right: 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.customNumberInput .customNumberImgContainer.up {
  top: 11px;
}

.customNumberInput .customNumberImgContainer.down {
  bottom: 11px;
}

.customNumberInput input:disabled ~ .customNumberImgContainer {
  cursor: default;
}

.customNumberInput input:disabled ~ .hoverImgVariation img {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.customNumberInput input:disabled ~ .hoverImgVariation img.hover {
  display: none !important;
}

.nav-item-custom .dropdown-toggle::after {
  display: none;
}

.noneDisplayClass {
  background-color: var(--grey-5);
  cursor: default;
}

.nav-item-custom {
  position: relative;
  width: 100%;
}

.nav-tabs .nav-item-custom {
  position: relative;
  width: 100%;
  margin-bottom: 0px;
}

.actionButton {
  width: 62px;
  text-align: center;
  margin-bottom: 0.5rem;
}

.editorJs_holder {
  background: var(--white);
}

.codex-editor__redactor {
  padding-bottom: 0 !important;
}

.fa-w-12 {
  width: 12px;
}

.htmlEditor {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  padding-bottom: 1rem !important;
}

.cdx-font-color__container,
.cdx-field-merge__container {
  position: relative;
}

.cdx-font-color__color-button,
.cdx-field-merge__color-button {
  border: none;
  cursor: pointer;
}

.cdx-font-color__color-button svg,
.cdx-field-merge__color-button svg {
  display: none;
}

.cdx-font-color__color-button_applied svg,
.cdx-field-merge__color-button_applied svg {
  display: inline;
}

.cdx-font-color__color-button_no-color,
.cdx-field-merge__color-button_no-color {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
}

.cdx-font-color__color-button_no-color svg,
.cdx-field-merge__color-button_no-color svg {
  display: inline;
}

.cdx-font-color__icon,
.cdx-field-merge__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 24px;
}

.cdx-font-color__panel,
.cdx-field-merge__panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
}

.cdx-font-color__panel_hidden,
.cdx-field-merge__panel_hidden {
  display: none;
}

.fieldMergeHighlight {
  padding: 2px 0px;
  color: #616200;
  background: #feff7f;
  -webkit-user-select: all;
  -moz-user-select: all;
  -ms-user-select: all;
  user-select: all;
  /* -moz-user-select: all;
  -webkit-user-select: all;
  -webkit-user-modify: read-only; */
}

.editorJsTooltip_holder {
  height: 50px;
  position: relative;
}

.editorJsTooltip_holder .ce-inline-toolbar {
  top: 0 !important;
  left: 0 !important;
  -webkit-transform: none !important;
          transform: none !important;
  position: relative !important;
  visibility: visible !important;
  display: inline-block !important;
}

.dropdownContainer {
  cursor: default;
  position: relative;
}

.dropdownHover {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 100%;
}

.dropdownContainer:hover .dropdownHover,
.dropdownHover.forceShowDropDown,
.dropdownHover:hover {
  display: inline-block;
  z-index: 100;
}

.dropdownContainer.disabled:hover .dropdownHover,
.dropdownHover.disabled:hover {
  display: none;
}

.fullWidth {
  width: 100%;
}

.btn {
  min-width: 100px;
  white-space: nowrap;
  padding: 0.2rem 0.75rem;
  height: 38px;
  min-height: 38px;
  font-size: 1rem;
  border-radius: var(--border-radious);
}

.btn.noFocusOutline:focus {
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.btn-38 {
  height: 38px !important;
  min-height: 38px !important;
}

.toggle-handle,
.toggle-on,
.toggle-off {
  min-width: unset;
}

.btn-primary,
.btn-primary.noActive:not(:disabled):not(.disabled):active {
  color: var(--white);
  background-color: var(--primary-blue);
  border-color: var(--primary-blue);
}

.btn-primary:hover {
  background-color: var(--primary-blue-80);
  border-color: var(--primary-blue-80);
}

.btn-outline,
.btn-outline-selected {
  background: transparent;
  border: 1px solid var(--grey-4);
  text-decoration: none;
  color: var(--grey-2);
  font-weight: 600;
}

.btn-outline-selected,
.btn-outline:hover {
  border-color: var(--primary-blue-80);
}

.btn-outline:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-confOption-selected {
  background-color: var(--grey-3);
  border-color: var(--grey-3);
  color: var(--white);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btn-confOption-selected {
  background-color: var(--grey-3);
  border-color: var(--grey-3);
  color: var(--white);
}

.btn-confOption-selected:hover {
  color: var(--white);
  cursor: default;
}

.btn-confOption-selected img {
  display: none !important;
}

.btn-confOption-selected img.selectedImage {
  display: inline-block !important;
}

.btn-white {
  background: var(--white) !important;
  border: 1px solid var(--white) !important;
  text-decoration: none !important;
  font-weight: 600 !important;
  color: var(--primary-blue) !important;
  line-height: 1 !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  float: right !important;
  cursor: pointer !important;
}

.btn-white:hover,
.btn-white:active,
.btn-white:focus {
  color: var(--white) !important;
  background-color: var(--primary-blue) !important;
  border-color: var(--white) !important;
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.btn-outline-white {
  background: transparent !important;
  border: 1px solid var(--grey-4) !important;
  text-decoration: none !important;
  font-weight: 600 !important;
  color: var(--white) !important;
  line-height: 1 !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  float: right !important;
  cursor: pointer !important;
}

.btn-outline-white:hover,
.btn-outline-white:active,
.btn-outline-white:focus {
  color: var(--grey-2) !important;
  background-color: var(--white) !important;
  border-color: var(--white) !important;
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.btn-primary-inverted {
  color: var(--primary-blue);
  background-color: var(--white);
  border-color: var(--primary-blue);
}

.btn-primary-inverted:hover,
.btn-primary-inverted:focus {
  color: var(--white);
  background-color: var(--primary-blue);
  border-color: var(--primary-blue);
}

.btn-secondary {
  color: var(--white);
  background-color: var(--grey-3);
  border-color: var(--grey-3);
}

.btn-danger {
  color: var(--white);
  background-color: var(--red-1);
  border-color: var(--red-1);
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: var(--white);
  background-color: var(--grey-3);
  border-color: var(--grey-3);
}

.btn-success {
  color: var(--white);
  background-color: var(--green);
  border-color: var(--green);
}

.btn-success:hover,
.btn-success:active,
.btn-success:focus {
  background-color: var(--green);
  border-color: var(--green);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-success.disabled,
.btn-success:disabled {
  background-color: var(--green);
  border-color: var(--green);
}

.btn.w-25 {
  width: calc(25% - 3.75px) !important;
}

.btn.w-33 {
  width: calc(33.33% - 5.5px) !important;
}

.btn.w-50 {
  width: calc(50% - 4.5px) !important;
}

.btn.w-33,
.btn.w-50,
.btn.w-25 {
  min-width: unset;
  margin-left: 5px;
}

*:first-child.btn.w-33,
*:first-child.btn.w-50,
*:first-child.btn.w-25 {
  margin-left: 0;
}

.d-flex .btn.w-25 {
  width: calc(25% - 3.75px) !important;
  width: 25% !important;
}

.d-flex .btn.w-33 {
  width: calc(33.33% - 5.5px) !important;
  width: 33.33% !important;
}

.d-flex .btn.w-50 {
  width: calc(50% - 4.5px) !important;
  width: 50% !important;
}

.d-flex .btn.w-33,
.d-flex .btn.w-50,
.d-flex .btn.w-25 {
  min-width: unset;
  border-radius: 0;
  margin-left: 0;
}

.d-flex *:first-child.btn.w-33,
.d-flex *:first-child.btn.w-50,
.d-flex *:first-child.btn.w-25 {
  margin-left: 0;
  border-top-left-radius: var(--border-radious-small);
  border-bottom-left-radius: var(--border-radious-small);
}

.d-flex *:last-child.btn.w-33,
.d-flex *:last-child.btn.w-50,
.d-flex *:last-child.btn.w-25 {
  border-top-right-radius: var(--border-radious-small);
  border-bottom-right-radius: var(--border-radious-small);
}

.btn.w-33,
.btn.w-50,
.btn.w-25 {
  min-width: unset;
}

#configContainer .btn:disabled,
#configContainer .btn-primary:disabled {
  background-color: var(--grey-3);
  border-color: var(--grey-3);
  opacity: 0.5;
}

.btn-primary.disabled,
.btn-primary:disabled {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.position-unset {
  position: unset;
}

.colorPickerPopup {
  position: absolute;
  width: 100%;
  min-width: 210px;
  z-index: 1;
  display: none;
  padding-top: 20px;
}

.colorPickerPopupOpenTop {
  bottom: 100%;
  padding-top: 0;
  padding-bottom: 20px;
}

.colorPickerPopupOpenLeft {
  /* top: 53px; */
  padding-top: 0px;
  padding-bottom: 20px;
  width: 240px;
  margin-left: -256px;
  /* right: 100%; */
}

.colorPickerPopupBg {
  background-color: var(--white);
  -webkit-filter: drop-shadow(0px 4px 46px rgba(0, 0, 0, 0.12));
          filter: drop-shadow(0px 4px 46px rgba(0, 0, 0, 0.12));
  border-radius: var(--border-radious);
}

.colorPickerArrow {
  width: 0;
  height: 0;
  border-left: 19px solid transparent;
  border-right: 19px solid transparent;
  border-bottom: 19px solid var(--white);
  position: absolute;
  top: 0px;
  margin-left: calc(25% - 20px);
}

.colorPickerArrowRotated {
  right: -9px;
  margin: 0;
  position: absolute;
  width: 15px;
  height: 15px;
  z-index: 1;
  background-color: var(--white);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.colorPickerPopupOpenTop .colorPickerArrow {
  top: calc(100% - 20px);
  border-top: 19px solid var(--white);
  border-bottom: unset;
}

.colorPickerPopupOpenLeft .colorPickerArrow {
  top: 0;
  border-bottom: 10px solid transparent;
  border-top: 10px solid transparent;
  border-left: 10px solid var(--white);
  margin-left: 240px;
  z-index: 1;
}

.colorPickerPopupTab {
  float: left;
  width: 50%;
  font-size: 1rem;
  padding: 12px 26px;
  text-align: center;
  /* border-bottom: 1px black solid; */
  overflow: hidden;
  background-color: var(--white);
  color: var(--grey-2);
  border-bottom: 2px var(--grey-4) solid;
  border-top-right-radius: var(--border-radious);
  border-top-left-radius: var(--border-radious);
}

.colorPickerPopupTab:hover {
  cursor: pointer;
}

.colorPickerPopupContainer {
  display: flow-root;
  padding: 12px 10px 14px 10px;
}

.colorPickerPopupContent {
  border-top: 1px solid var(--grey-4);
  display: none;
  clear: both;
  margin: 16px -10px -12px -10px;
  padding: 12px;
}

.colorPickerPopupContent.active {
  display: block;
}

.colorPickerPopupTab.active {
  background-color: var(--white);
  color: var(--primary-blue);
  border-bottom: 2px var(--primary-blue) solid;
}

.colorPickerPopup .pcr-app {
  max-width: 100% !important;
  width: 100% !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.colorPickerContainer:focus + .colorPickerPopup,
.colorPickerContainer:active + .colorPickerPopup,
.colorPickerPopup:focus,
.colorPickerPopup:focus-within,
.colorPickerPopup:active {
  display: block;
}

.colorPickerPopup .pcr-app .pcr-interaction .pcr-result {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 20em;
          flex: 1 1 20em;
}

.colorPickerPopup .pcr-app[data-theme=nano] .pcr-selection .pcr-color-preview .pcr-current-color {
  border-radius: 0.15em;
  -webkit-box-shadow: var(--grey-3) 0 0 1px 0px;
          box-shadow: var(--grey-3) 0 0 1px 0px;
  width: 36px;
  height: 36px;
}

.colorPickerPopup .pcr-app[data-theme=nano] .pcr-swatches {
  margin-top: 2px;
}

.colorPickerPopup .pcr-app[data-theme=nano] .pcr-interaction {
  padding: 0;
}

.colorPickerPopup .pcr-app[data-theme=nano] .pcr-selection .pcr-color-preview {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  margin-left: 0;
}

.colorPickerPopup .pcr-app[data-theme=nano] .pcr-selection .pcr-color-palette .pcr-palette {
  border-radius: var(--border-radious-small);
}

.colorPickerPopup .pickr {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-column-gap: 8px;
  grid-row-gap: 11px;
  padding-top: 5px;
  padding-bottom: 8px;
}

.pickr .pcr-button {
  width: 29px;
  height: 29px;
  /* border: 1px solid #d6d6d6; */
  /* box-shadow: var(--grey-3) 0 0 3px 0px!important; */
  border-radius: var(--border-radious-small);
}

.pickr .pcr-button:focus {
  outline: none;
}

.pickr .pcr-button:after,
.pickr .pcr-button:before {
  border-radius: var(--border-radious-small);
  -webkit-box-shadow: var(--grey-3) 0 0 1px 0px;
          box-shadow: var(--grey-3) 0 0 1px 0px;
}

.collorPickerColorContainer {
  /* margin-bottom: 11px; */
  /* margin-right: 8px; */
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 29px;
  height: 29px;
}

.collorPickerColorSelected,
.collorPickerColorContainer:focus-within {
  border: 2px solid var(--primary-blue);
  padding: 2px;
  border-radius: var(--border-radious-small);
}

.collorPickerColorNotSelected {
  border: 2px solid transparent;
  padding: 2px;
  border-radius: var(--border-radious-small);
}

.pickr .collorPickerColorSelected .pcr-button,
.pickr .collorPickerColorContainer:focus-within .pcr-button {
  width: 100%;
  height: 100%;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.colorPickerBox {
  position: absolute;
  top: 15px;
  left: 15px;
  width: 16px;
  height: 16px;
  cursor: pointer;
  border-radius: var(--border-radious-small);
  -webkit-box-shadow: var(--grey-3) 0 0 1px 0px;
          box-shadow: var(--grey-3) 0 0 1px 0px;
}

.colorPickerContainer {
  padding-left: 39px;
}

.btn-danger-sweatalerts {
  background-color: var(--red-1) !important;
}

.confSelected {
  background-color: #007bff;
  color: var(--white);
}

.focusNoOutline:focus {
  outline: none;
}

#disablePageCover {
  position: absolute;
  cursor: progress;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.8;
  background: rgba(0, 0, 0, 0.6666666667);
  z-index: 1002;
  display: none;
}

.disablePageCoverTooltips {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.8;
  background: rgba(0, 0, 0, 0.2588235294);
  z-index: 1002;
}
.disablePageCoverTooltips.mainHeaderCustom {
  position: absolute;
  bottom: -1px;
}
.disablePageCoverTooltips ~ [data-tippy-root] {
  z-index: 1003 !important;
}

[data-tippy-root] {
  z-index: 1003 !important;
}

.swal2-container.swal2-backdrop-show,
.swal2-container.swal2-noanimation {
  background: rgba(0, 0, 0, 0.6666666667);
  z-index: 2001;
}

.swal2-popup {
  border-radius: var(--border-radious);
  padding: 20px;
  width: 400px;
}

.swal2-popup .btn {
  height: 48px;
  font-weight: 600;
  margin: 0;
  border-radius: var(--border-radious) !important;
  padding: 12.5px 24px;
  min-width: unset;
  width: unset;
  /* display: flex!important; */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}

.swal2-content {
  padding: 0;
  color: var(--grey-1);
}

.swal2-html-container {
  padding: 6px 0 24px 0;
  /* text-align: left; */
  line-height: 24px;
}

.swal2-title {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 600;
  font-family: var(--headers-font-family) !important;
  color: var(--grey-1);
}

.swal2-header {
  /* align-items: flex-start; */
  padding: 0;
}

.swal2-icon-warning .swal2-header,
.swal2-icon-error .swal2-header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.swal2-icon.swal2-warning,
.swal2-icon.swal2-error {
  margin: 0 auto 24px;
  width: 90px;
  height: 90px;
  border: none;
  border-radius: 0;
}

.swal2-icon.swal2-warning {
  background-image: url("../img/icons/svg/alert-orange.svg") !important;
}

.swal2-icon.swal2-error {
  background-image: url("../img/icons/svg/alert-red.svg") !important;
}

.swal2-icon.swal2-warning .swal2-icon-content,
.swal2-icon.swal2-error .swal2-x-mark {
  display: none;
}

.swal2-actions {
  margin: 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 16px;
}

.swal2-actions.swal2-loading {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.swal2-styled.swal2-cancel,
.btn-second {
  background: transparent;
  border: 1px solid var(--grey-4);
  text-decoration: none;
  color: var(--grey-2);
}

.swal2-styled.swal2-cancel:hover,
.btn-second:not(.disabled):hover {
  border-color: var(--primary-blue-80);
  background: transparent;
  background-image: none !important;
  color: var(--grey-2);
}

.swal2-popup ul {
  margin-left: -1rem;
  margin-top: 1rem;
  list-style: none; /* Remove default bullets */
  color: var(--grey-1);
}

.swal2-popup ul li::before {
  content: "•"; /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: var(--primary-blue); /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 16px; /* Also needed for space (tweak if needed) */
  margin-left: -23px; /* Also needed for space (tweak if needed) */
  font-size: 22px;
}

.swal2-popup.swal2-toast.swal2-show .swal2-header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.swal2-npsConfirmation {
  position: absolute;
  bottom: 0;
  -webkit-transform: translateY(-15px);
          transform: translateY(-15px);
}

.centerVertHor {
  left: 50%;
  top: 50%;
  position: relative;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.unselectableByUser {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */ /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
             supported by Chrome, Opera and Firefox */
}

.disablePointerEvents {
  pointer-events: none;
}

.boxShadow {
  /* box-shadow: #7f7f7f 0 0 20px 5px; */
  outline: 1px solid var(--grey-4);
}

.blockImageContainerLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  min-height: 5px;
  overflow: hidden;
}

.blockImageContainerLink:hover {
  text-decoration: none;
  cursor: pointer;
  min-height: 50px;
}

.blockDragging::before {
  content: "\f0b2";
}

.blockInfo {
  color: var(--primary-blue) !important;
  cursor: pointer !important;
  position: relative !important;
  height: 20px !important;
  width: 20px !important;
}

.blockInfo img {
  cursor: pointer !important;
}

.blockInfo.onHoverEvent img {
  cursor: default !important;
}

.blockInfo.largeIcon {
  height: 30px !important;
  width: 30px !important;
}

.blockInfo.smallIcon {
  height: 14px !important;
  width: 14px !important;
}

.blockInfo.tinyIcon {
  height: 12px !important;
  width: 12px !important;
}

.blockInfo.noImage img {
  display: none !important;
}

.dataInfoName .blockDescriptionContainer {
  display: none;
  position: absolute !important;
  z-index: 10;
  padding: 5px !important;
  border-radius: var(--border-radious-small) !important;
  background-color: var(--white) !important;
  line-height: 1.2 !important;
  text-transform: none !important;
  white-space: normal !important;
  left: 0;
  right: 0;
  margin-left: 15px;
  margin-right: 15px;
}

.blockInfoToggle {
  color: var(--grey-3) !important;
  vertical-align: unset !important;
  /* top: 50%;
  transform: translateY(-50%);
  position: absolute!important; */
}

.blockInfoToggle + .blockDescriptionContainer {
  left: unset;
  width: 250px;
  width: 300px;
  word-spacing: 0.1em;
  font-family: var(--regular-font-family);
  background-color: var(--grey-2) !important;
  color: var(--white) !important;
  padding: 12px 20px 12px 16px !important;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px !important;
  letter-spacing: 0em;
  text-align: left;
}

.blockInfoToggle.smallIcon + .blockDescriptionContainer {
  margin-top: -2px;
}

.blockInfoToggle + .blockDescriptionContainer i,
.blockInfoToggle i {
  font-weight: bold !important;
  font-family: "Font Awesome 5 Free" !important;
  color: var(--white) !important;
  line-height: 1 !important;
}

.blockInfoToggle i {
  color: var(--grey-3) !important;
  vertical-align: unset !important;
}

.blockInfoToggle.blockInfoToggled i::after {
  content: "0";
  position: absolute;
  bottom: 100%;
  font-size: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid var(--grey-2);
  left: -3px;
}

.blockInfoToggle img {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 20px !important;
  height: 20px !important;
}

.blockInfoToggle.tinyIcon img {
  width: 12px !important;
  padding-top: 5px !important;
  height: 17px !important;
}

.blockInfoToggle.smallIcon img {
  width: 14px !important;
  padding-top: 3px !important;
  height: 17px !important;
}

.blockInfoToggle.largeIcon img {
  width: 30px !important;
  padding-top: 3px !important;
  height: 30px !important;
}

.ck-toolbar .blockInfoToggle.smallIcon img {
  padding-top: 0 !important;
  height: 14px !important;
}

.blockInfoToggle.noTopPadding.smallIcon img,
.blockInfoToggle.noTopPadding.tinyIcon img,
.ck-toolbar .blockInfoToggle.noTopPadding.smallIcon img {
  padding-top: 0px !important;
}

.blockInfoToggle .dark {
  display: none;
}

.blockInfoToggle.blockInfoToggled .dark {
  display: block;
}

.blockInfoToggle .arrow {
  display: none;
}

.blockInfoToggle.blockInfoToggled .arrow {
  display: block;
  top: 21px;
  left: 3px;
  width: 14px;
  height: 14px;
  background-color: var(--grey-2);
  position: absolute;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: 1;
}

.blockInfoToggle.blockInfoToggled.smallIcon .arrow {
  left: 2px;
  width: 10px;
  height: 10px;
  top: -12px;
}

.blockInfoToggle.blockInfoToggled.bottomInfoTooltip.smallIcon .arrow {
  top: 20px;
}

.blockInfoToggle.blockInfoToggled.leftInfoTooltip .arrow {
  top: 9px;
  left: -10px;
}

.blockInfoToggle.blockInfoToggled.rightInfoTooltip.smallIcon .arrow {
  top: 7px;
  left: 15px;
}

.blockInfoToggle.blockInfoToggled.tinyIcon .arrow {
  left: 2px;
  width: 10px;
  height: 10px;
  top: -9px;
}

.closeButonClassHide {
  position: absolute !important;
  left: -100000px;
}

.ck-toolbar .blockInfoToggle.blockInfoToggled.bottomInfoTooltip.smallIcon .arrow {
  top: 17px;
}

.blockDescriptionClose,
.ck .blockDescriptionContainer .blockDescriptionClose img {
  position: absolute !important;
  top: 7px !important;
  right: 7px !important;
  padding: 0 !important;
  cursor: pointer !important;
  line-height: 1 !important;
  font-weight: bold !important;
}

.blockDescriptionCloseButton {
  /* position: relative !important; */
  margin-top: 12px !important;
  text-align: right;
}

.blockDescriptionContainer:hover .blockImageContainerLink {
  opacity: 0.1;
}

.blockInfo:hover + .blockDescriptionContainer,
.blockInfo:hover .blockDescriptionContainer {
  display: block;
}

.blockInfoToggle:hover + .blockDescriptionContainer,
.blockInfoToggle:hover .blockDescriptionContainer {
  display: none;
}

.blockInfoToggle.blockInfoToggled + .blockDescriptionContainer {
  display: block;
}

.unselectableByUser a {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */ /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently supported by Chrome, Opera and Firefox */
  pointer-events: none;
  cursor: default;
}

.centerVerticalTransform {
  top: 50%;
  position: relative;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.lineHeight-1 {
  line-height: 1;
}

.lineHeight-1-2 {
  line-height: 0.5;
}

.customToggle {
  min-height: 20px !important;
  height: 20px !important;
  min-width: 36px !important;
  width: 36px !important;
  line-height: 1;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.customToggleDisplay {
  position: absolute;
  top: 8px;
  right: var(--left-right-padding);
  margin: 0;
}

.confToggleButton {
  position: absolute;
  top: 18px;
  right: var(--left-right-padding);
}

.confToggleButton.btn-secondary,
.customToggleDisplay.btn-secondary,
.customTogglePins.btn-secondary {
  background-color: var(--grey-3) !important;
  border-color: var(--grey-3) !important;
}

.customToggle .toggle-handle {
  height: 16px;
  width: 16px;
  min-height: unset;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 16px;
}

.customToggle .toggle-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.customToggle .toggleButtonShared + .toggle-group .toggle-handle {
  margin-top: -1px;
}

.customToggleSecondaryHoverForce:hover.btn-secondary {
  background-color: var(--grey-3) !important;
  border-color: var(--grey-3) !important;
}

.toggleNormalDisplay .customToggleDisplay {
  top: 20px;
}

.toggle.off .toggle-group {
  left: -13px;
}

.toggle.off .toggle-group .btn-primary {
  background-color: transparent;
  border-color: transparent;
}

.confToggleButton.btn-primary,
.customToggleDisplay.btn-primary {
  border-color: var(--primary-blue);
}

.customToggle .toggle-off:not(:disabled):not(.disabled).active,
.customToggle .toggle-off:not(:disabled):not(.disabled):active,
.customToggle.btn-danger:not(:disabled):not(.disabled):active,
.customToggle.btn-danger,
.customToggle .toggle-off {
  border-color: var(--grey-3);
  background-color: var(--grey-3);
}

.customToggle .toggle-on,
.customToggle .toggle-off {
  font-size: 13px;
  padding: 0;
  min-height: unset;
  height: unset;
}

.markerContainerTop,
.markerContainerBot {
  position: relative;
}

.contentMarkerTop,
.contentMarkerBot {
  width: 100%;
  margin: 0;
  border-top: 2px dashed var(--primary-blue);
}

.markerContainerBot:last-child .contentMarkerBot {
  /* padding-bottom: 50px; */
}

.noFooterSpacer {
  height: 50px;
}

.blockActionBar {
  position: absolute;
  width: 100%;
  /* height: 100%; */
  margin: 0;
}

.myBlock .blockActionBar + table {
  min-height: 1px;
}

.dragingBlock .blockActionBar + table,
.focusedBlock .blockActionBar + table,
.myBlock:hover .blockActionBar + table {
  height: 50px;
}

.newBlockFromLeft {
  min-height: 10px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.newBlockFromLeftOverlay {
  position: absolute;
  display: none;
  top: -1px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--primary-blue) 54;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
  background: rgba(44, 44, 44, 0.5333333333);
}

.newBlockFromLeftOverlay i {
  color: var(--white);
  font-size: 30px;
}

.blockImageContainerLink:hover .newBlockFromLeftOverlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.blockDragBar {
  position: absolute;
  width: 100%;
  height: 100%;
}

.blockDragBarContainer {
  margin: 0;
  background-color: #f1f1f1;
  display: none;
  border: 1px black dashed;
  border-radius: 4px;
  height: 50px;
  position: relative;
}

.blockDragBarContent {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.blockActionBarContainerLeft {
  position: absolute;
  top: 50%;
  left: -35px;
  padding: 2px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.blockActionBarContainerRight {
  position: absolute;
  top: -19px;
  height: 38px;
  width: 100%;
  background-color: rgba(148, 148, 148, 0);
  padding: 2px 8px;
  display: none;
  pointer-events: none;
  z-index: 2;
}
.blockActionBarContainerRight [data-tippy-root] {
  pointer-events: all;
}

.blockActionBarOption {
  background-color: var(--white);
  color: var(--black);
  width: 32px;
  min-width: 32px;
  height: 32px;
  min-height: 32px;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  line-height: 1;
  font-size: 10px;
  padding: 0;
  border-radius: 50%;
  margin-left: 6px;
  border: 1px solid var(--grey-4);
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  pointer-events: all;
}

.blockActionBarOption:hover:not(.disabled) {
  border: 1px solid var(--primary-blue);
}

.blockActionBarOption.Remove:hover:not(.disabled) {
  border: 1px solid var(--red);
}

.blockActionBarOption .dropdownHover {
  top: 0;
  left: 0;
  padding-right: 5px;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.blockActionBarOption img {
  width: 15px;
}

.blockActionBarOption i {
  width: 100%;
  font-size: 13px;
}

.blockActionBarOption .extraIcon {
  top: 50%;
  left: 50%;
  font-size: 10px;
  padding: 1px;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: var(--white);
  border: none;
  border-radius: 50%;
  width: unset;
}

.blockActionBarOption:first-child {
  margin-left: 0;
}

.blockActionBarOption:focus {
  outline: none;
}

.blockActionBarOption.Move img {
  pointer-events: none;
}

.blockActionBarOption.Move:focus,
.blockActionBarOption.Move:active {
  outline: none;
}

.adminOnly {
  display: none;
}

.actionMoreDropdown {
  padding-right: 0px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-left: 16px;
}

#mysetings {
  min-width: 228px;
}

#mysetings .username-container {
  font-family: var(--regular-font-family);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: var(--grey-1);
}

#mysetings .email-container {
  font-family: var(--regular-font-family);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 0em;
  text-align: left;
  color: var(--grey-3);
  margin-bottom: 12px;
}

.actionMoreDropdownContentItem .user-options {
  font-family: var(--regular-font-family);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: var(--grey-1);
}

.actionMoreDropdown {
  padding-right: 0px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-left: 16px;
}

.actionMoreDropdownDots {
  padding: 15px 12px;
  border-radius: 6px;
  border: 1px solid var(--grey-3);
  color: var(--grey-4);
}

.actionMoreDropdownDots img {
  width: 16px;
  color: black;
}

.currentNameContainer i {
  width: 16px;
  color: black;
  cursor: pointer;
}

.actionMoreDropdown .dropdownHover {
  top: 7px;
  left: 100%;
  padding-left: 5px;
}

.dropdownHover .actionMoreContainer {
  background-color: var(--white);
  border-radius: var(--border-radious-small);
  overflow: hidden;
  -webkit-box-shadow: 0px 4px 46px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 4px 46px rgba(0, 0, 0, 0.12);
}

.actionMoreDropdownContentItem {
  padding: 12px 16px;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 14px;
}

.actionMoreDropdownContentItem.disabled {
  color: var(--grey-4);
  cursor: default;
  pointer-events: none;
}

.actionMoreDropdownContentItem:hover {
  cursor: pointer;
  color: var(--primary-blue);
}

.actionMoreDropdownContentItem:hover .user-options {
  cursor: pointer;
  color: var(--primary-blue);
}

.actionMoreDropdownContentItem:hover .text-muted {
  cursor: pointer;
  color: var(--primary-blue) !important;
}

.actionMoreDropdownContentItem.noHover:hover {
  background-color: var(--white);
  cursor: default;
}

.actionMoreDropdownContentItem.delete {
  color: var(--red-1);
}

.actionMoreDropdownContentItem.delete:hover {
  color: var(--white);
  background-color: var(--red-1);
}

.btn.disabled {
  cursor: default;
}

.btn.disabled:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.ctaPreviewVersionContainer {
  display: block;
  position: relative;
}

.customSelectDropdown {
  display: none;
  width: 100%;
  z-index: 1;
  background-color: white;
  border: 1px solid var(--grey-4);
  border-top: none;
  border-bottom-left-radius: var(--border-radious-small);
  border-bottom-right-radius: var(--border-radious-small);
  border-radius: var(--border-radious-small);
  top: 95%;
  top: 1px;
  top: 0px;
  border: none !important;
  -webkit-box-shadow: 0px 4px 46px rgba(0, 0, 0, 0.12) !important;
          box-shadow: 0px 4px 46px rgba(0, 0, 0, 0.12) !important;
}
.customSelectDropdown, .customSelectDropdown[data-simplebar] {
  position: absolute;
}

.customSelectDropdownOpen + .customSelectDropdown,
.customSelectDropDownOptionSelected:focus + .customSelectDropdown,
.customSelectDropDownOptionSelected + .customSelectDropdown:hover {
  display: block;
  z-index: 2;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: var(--primary-blue);
  /* border-top: none; */
  max-height: 250px;
  overflow: auto;
}

.customSelectDropdownOpen.customSelectDropdownUp + .customSelectDropdown,
.customSelectDropDownOptionSelected:focus.customSelectDropdownUp + .customSelectDropdown {
  border-top: 1px solid var(--primary-blue);
  border-bottom: none;
  top: unset;
  bottom: 0px;
  border-top-left-radius: var(--border-radious-small);
  border-top-right-radius: var(--border-radious-small);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.customSelectDropDownOption {
  display: block;
  padding: 12px 14px;
  cursor: pointer;
  line-height: 20px;
}

.customSelectDropDownOption > *:first-child {
  width: calc(100% - 26px);
}

*:last-child.customSelectDropDownOption {
  padding-bottom: 12px;
}

.customSelectDropdownOpen.customSelectDropdownUp + .customSelectDropdown *:last-child.customSelectDropDownOption,
.customSelectDropDownOptionSelected:focus.customSelectDropdownUp + .customSelectDropdown *:last-child.customSelectDropDownOption {
  padding-top: 6px;
}

.customSelectDropdownOpen.customSelectDropdownUp + .customSelectDropdown *:first-child.customSelectDropDownOption,
.customSelectDropDownOptionSelected:focus.customSelectDropdownUp + .customSelectDropdown *:first-child.customSelectDropDownOption {
  padding-top: 12px;
}

.customSelectDropDownOption:hover {
  color: var(--primary-blue);
}

.customSelectDropDownOption * {
  max-width: 100%;
  display: block;
  width: 100%;
}

.ctaPreviewVersionContainer .text-button:hover {
  background-size: 0 !important;
}

.customSelectDropDownOptionSelected {
  height: unset;
  min-height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  width: 100%;
  cursor: pointer;
}

.customSelectDropDownOptionSelected > table,
.customSelectDropDownOption > table {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 26px);
          flex: 0 0 calc(100% - 26px);
  width: calc(100% - 26px);
}

.customSelectDropDownOptionSelected * {
  max-width: 100%;
  display: block;
  width: 100%;
}

.ctaWithImage * {
  max-width: unset;
  display: unset;
  width: unset;
}

.customSelectDropDownOptionSelected .text-button-link {
  overflow: hidden;
  white-space: nowrap;
}

select.form-control,
.customSelectDropDownOptionSelected {
  background-image: linear-gradient(45deg, transparent 50%, rgb(87, 87, 86) 60%), linear-gradient(135deg, rgb(87, 87, 86) 40%, transparent 50%) !important;
  background-image: url("../img/icons/svg/expand.svg") !important;
  background-position: calc(100% - 14px) 50%, calc(100% - 7px) 50%, 100% 0;
  background-size: 13px;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-transition-duration: 0s, 0s;
          transition-duration: 0s, 0s;
}

.customSelectDropDownOptionSelected.customSelectDropdownOpen,
.customSelectDropDownOptionSelected.customSelectDropDownOptionSelected:focus {
  background-image: url("../img/icons/svg/collapse.svg") !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: var(--primary-blue);
}

.customSelectDropDownOptionSelected.disabled {
  background-image: none !important;
  cursor: default;
}

.customSelectDropDownOptionLeftContainer,
.customSelectDropDownOptionRightContainer {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}

.disabled .customSelectDropDownOptionLeftContainer,
.disabled .customSelectDropDownOptionRightContainer,
.disabled .customSelectDropDownOptionSelected {
  background-color: var(--grey-8);
  cursor: default;
  pointer-events: none;
}

.customSelectDropDownOptionLeftContainer img,
.customSelectDropDownOptionRightContainer img {
  width: 10px;
}

.customSelectDropDownOptionLeftContainer {
  border-right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.customSelectDropDownOptionRightContainer {
  border-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.customSelectDropDownOptionLeftContainer + .ctaPreviewVersionContainer .customSelectDropDownOptionSelected {
  border-radius: 0;
  border-left: none;
  border-right: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-image: none !important;
  padding-left: 0;
  padding-right: 0;
}

.customSelectDropDownOptionLeftContainer + .ctaPreviewVersionContainer .customSelectDropDownOptionSelected.customSelectDropdownOpen {
  border-color: var(--grey-4);
}

.customSelectDropDownOptionLeftContainer + .ctaPreviewVersionContainer {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.customSelectDropDownOptionLeftContainer + .ctaPreviewVersionContainer .customSelectDropdown {
  width: calc(100% + 80px);
  left: -40px;
}

.applyToAllElements {
  /* margin-bottom: -4px; */
  margin-bottom: 0;
}

.paddingArrayContainer > div {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  text-align: center;
  grid-column-gap: 26px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.paddingArrayContainer {
  display: grid;
  grid-template-rows: 1fr 1fr 1fr;
  text-align: center;
  grid-row-gap: 16px;
}

.noImagePicker {
  width: 100%;
  padding: 2rem;
  background-color: white !important;
  margin-bottom: 1rem;
  text-align: center;
  cursor: pointer;
  border: 1px solid var(--grey-4);
  border-radius: 0.25rem;
  text-transform: none;
}

.noImagePicker i {
  font-size: 2rem;
}

.imagePickerPreview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1rem;
}

.imagePickerPreviewImage {
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  background-image: linear-gradient(45deg, #cccbcb 25%, transparent 25%), linear-gradient(-45deg, #cccbcb 25%, transparent 25%), linear-gradient(45deg, transparent 75%, #cccbcb 75%), linear-gradient(-45deg, transparent 75%, #cccbcb 75%);
  background-size: 10px 10px;
  background-position: 0 0, 0 5px, 5px -5px, -5px 0px;
  min-height: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.imagePickerPreviewActions {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: none;
  background-color: rgba(44, 44, 44, 0.5333333333);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  display: none;
}

.imagePickerPreviewImage:not(.disabled):hover .imagePickerPreviewActions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.imagePickerPreviewImage img {
  max-width: 100%;
}

.imagePickerPreviewActionsItem {
  width: 35px;
  height: 35px;
  margin: 0;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.imagePickerPreviewActionsItemDelete:hover {
  border: 1px solid var(--red);
  background-color: var(--red);
}

.imagePickerPreviewActionsItem img {
  width: 100%;
}

.imagePickerPreviewActionsItem i {
  font-size: 19px;
}

.mainActions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

a.resetConfigurationLink {
  color: var(--primary-blue);
}

.textOverflowEllipsis {
  text-overflow: ellipsis;
  overflow: hidden;
}

.cursor-default {
  cursor: default;
}

.cursor-pointer {
  cursor: pointer;
}

.ck .ck-link_selected {
  background: none;
}

.focusedContainer .ck .ck-link_selected {
  background: var(--ck-color-link-selected-background);
}

.onHoverDisableTextDecoration:hover {
  text-decoration: none !important;
}

.onHoverPointerCursor:hover {
  cursor: pointer;
}

#espUrlRightPanel {
  border-right: none;
  border-radius: 0.25rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  background-color: #e9ecef;
  padding-right: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-color: var(--grey-4) !important;
  padding: 12px 0px 12px 12px;
  white-space: nowrap;
  line-height: 1;
  font-size: 14px;
  height: 40px;
  text-decoration: none !important;
  color: var(--grey-1) !important;
}

#espUrlInput-hidden,
#publicUrl,
#espUrlRightPanel-hidden {
  left: -10000px;
  position: absolute;
}

.containerWithCopyButtonAdOn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.containerWithCopyButtonAdOn .inputContainer {
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  margin-right: 2%;
}
.containerWithCopyButtonAdOn .inputContainer input {
  height: 44px;
  min-height: 44px;
  cursor: pointer;
  text-overflow: ellipsis;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.containerWithCopyButtonAdOn .inputContainer span {
  height: 44px;
  min-height: 44px;
  cursor: pointer;
  text-overflow: ellipsis;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  white-space: nowrap;
  overflow: hidden;
  background-color: #e9ecef;
}
.containerWithCopyButtonAdOn .buttonContainer button {
  height: 44px;
  min-height: 44px;
  width: 50px;
  min-width: 50px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.homeIcon {
  font-size: 28px;
  padding-top: 5px;
  color: #212529;
}

.fontColorExtra {
  width: 200px !important;
  padding: calc(var(--ck-spacing-standard) / 2) var(--ck-spacing-standard) !important;
  white-space: initial !important;
  line-height: 1.4 !important;
  vertical-align: unset !important;
}

[data-infoname=fieldMerge] {
  padding: 0 !important;
}

.myConfigurationBlock [data-infoname=fieldMerge] {
  position: unset !important;
}

.infoTooltipSpacer {
  margin-left: 10px !important;
}

.bottomInfoTooltip + .blockDescriptionContainer {
  bottom: unset !important;
}

.previewTextInfoTooltip + .blockDescriptionContainer {
  bottom: unset;
}

.bottomInfoTooltip.blockInfoToggled i {
  position: relative;
}

.bottomInfoTooltip.blockInfoToggled i::after {
  border-top: none;
  bottom: -10px;
  border-bottom: 10px solid var(--grey-2);
}

.imageCropperdisplayedImageCriteriaRightPadding {
  padding-right: 17px;
}

.imageEditorAltAndTagInfo {
  top: 1px;
  left: 5px;
}

#imageEditorPredefinedValues option[disabled=disabled] {
  background-color: #ccc;
}

.fourStepMarkersForPaddingRange-container {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  margin: 0 15px;
  overflow: visible;
}

.fourStepMarkersForPaddingRange {
  position: absolute;
  height: 8px;
  top: 13px;
  height: 2px;
  top: 16px;
  border-right: 2px solid var(--grey-2);
}

.fourStepMarkersForPaddingRange.selected {
  display: none;
}

.fourStepMarkersForPaddingRange-None {
  left: 3px;
}

.fourStepMarkersForPaddingRange-Quarter {
  left: calc(33.33% + 0px);
}

.fourStepMarkersForPaddingRange-Half {
  left: calc(66.66% - 2.5px);
}

.fourStepMarkersForPaddingRange-Full {
  left: calc(100% - 5px);
}

#fakeContainer {
  position: absolute;
  left: -10000px;
}

#variationConfigBody .ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_ne,
#variationConfigBody .ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_se {
  left: unset;
  right: 0;
}

#variationConfigBody {
  border-bottom: 1px solid var(--grey-4);
  position: relative;
}

#subjectLineInputDescr small {
  margin-top: 0;
}

#subjectLineInput,
#previewText {
  line-height: 1.1;
  -webkit-transition: none;
  transition: none;
}

.subjectLinePreviewTextDivider {
  border-bottom: 1px solid var(--grey-4);
  margin-top: 6px;
  margin-bottom: 11px;
  margin-right: 270px;
}

.focusedPrevieOrSubjectLine .subjectLinePreviewTextDivider {
  margin-right: 0px;
  margin-top: 15px;
  margin-bottom: 15px;
}

#previewTextInputDescr small {
  margin-top: 0;
}

.variationToolbarToggle {
  position: absolute;
  width: 32px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid var(--grey-4);
  right: 32px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.variationToolbarToggle:hover {
  background-color: var(--grey-3);
  cursor: pointer;
}

.variationToolbarToggle.toggleAi {
  padding: 0 5px;
  right: 80px;
  border: none;
  width: 200px;
  -webkit-transition: width 0.5s;
  transition: width 0.5s;
  border-radius: 10px;
  color: white;
  background: -webkit-gradient(linear, left top, right top, color-stop(30%, rgb(35, 56, 98)), to(rgb(197, 0, 204)));
  background: linear-gradient(90deg, rgb(35, 56, 98) 30%, rgb(197, 0, 204) 100%);
  overflow: hidden;
}
.variationToolbarToggle.toggleAi .aiIconText {
  margin-left: 5px;
  font-size: 14px;
  font-weight: 600;
}
.variationToolbarToggle.toggleAi .aiIconTextExpanded {
  display: none;
}
.variationToolbarToggle.toggleAi:hover {
  -webkit-transition: width 0.5s;
  transition: width 0.5s;
  width: 300px;
  background: -webkit-gradient(linear, left top, right top, from(#fdeaff), to(#eeeeff)) padding-box, -webkit-gradient(linear, left top, right top, from(rgb(35, 56, 98)), to(rgb(197, 0, 204))) border-box;
  background: linear-gradient(90deg, #fdeaff, #eeeeff) padding-box, linear-gradient(90deg, rgb(35, 56, 98) 0%, rgb(197, 0, 204) 100%) border-box;
  border: 1px solid transparent;
}
.variationToolbarToggle.toggleAi:hover .aiIconText {
  text-wrap: nowrap;
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(35, 56, 98)), to(rgb(197, 0, 204)));
  background-image: linear-gradient(90deg, rgb(35, 56, 98) 0%, rgb(197, 0, 204) 100%);
  color: transparent;
  -webkit-background-clip: text;
          background-clip: text;
}
.variationToolbarToggle.toggleAi:hover .aiIconTextExpanded {
  display: block;
}
.variationToolbarToggle.toggleAi:hover .aiIconTextBase {
  display: none;
}

.focusedPrevieOrSubjectLine .variationToolbarToggle {
  display: none;
}

#subjectLineInputToolbar,
#previewTextToolbar {
  display: none;
}

.focusedPrevieOrSubjectLine #subjectLineInputToolbar,
.focusedPrevieOrSubjectLine #previewTextToolbar {
  display: block;
}

.NotfocusedPrevieOrSubjectLine .ck.ck-editor__editable_inline.minifiedTextEditor {
  background-color: transparent;
  border-color: transparent !important;
  cursor: pointer;
}

.NotfocusedPrevieOrSubjectLine #subjectLineInputDescr,
.NotfocusedPrevieOrSubjectLine #previewTextInputDescr {
  display: none;
}

#variationConfigBody .subjectLineAi {
  position: absolute;
  color: #03a062;
  top: 25px;
  left: 0;
  cursor: pointer;
}

#variationConfigBody .minifiedTextEditorToolbar {
  -webkit-box-flex: 230px;
      -ms-flex: 230px 0 0px;
          flex: 230px 0 0;
  padding-right: 0;
}

#variationConfigBody .minifiedTextEditorLabel {
  -webkit-box-flex: 135px;
      -ms-flex: 135px 0 0px;
          flex: 135px 0 0;
  padding-right: 15px;
}

#variationConfigBody .minifiedTextEditorSpan {
  width: 91px;
  display: inline-block;
  margin-right: 5px;
  white-space: nowrap;
}

.eloquaemail {
  background: var(--ck-color-mention-background);
  color: var(--ck-color-mention-text);
}

.text-muted {
  cursor: default;
}

.espInfoRightPanel {
  padding-top: 8px;
  width: 100%;
}

.espInfoRightPanel .form-group .confLabel {
  padding-top: 0;
  padding-bottom: 0px;
}

.espInfoRightPanel .form-group:first-child .customToggleDisplay {
  top: 0;
}

.NotfocusedPrevieOrSubjectLine .emptySubjectlinePreview .ck.ck-editor__editable_inline.minifiedTextEditor > p {
  max-width: 200px;
  /* border-bottom: 1px solid #cccccc !important; */
  border-radius: 0 !important;
  line-height: 1.2;
}

.subjectLinePreviewTextCounter {
  position: absolute;
  right: 222px;
  top: 10px;
}

.NotfocusedPrevieOrSubjectLine .subjectLinePreviewTextCounter {
  display: none;
}

@-webkit-keyframes loading_screen_animation_spinning {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes loading_screen_animation_spinning {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes loading_screen_animation_move {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
            transform: translate3d(0, 50%, 0);
  }
  18%, 2% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  20%, 40%, 60%, 80% {
    opacity: 0;
  }
  22%, 38% {
    opacity: 1;
    -webkit-transform: translate3d(0, -150%, 0);
            transform: translate3d(0, -150%, 0);
  }
  42%, 58% {
    opacity: 1;
    -webkit-transform: translate3d(0, -300%, 0);
            transform: translate3d(0, -300%, 0);
  }
  62%, 78% {
    opacity: 1;
    -webkit-transform: translate3d(0, -450%, 0);
            transform: translate3d(0, -450%, 0);
  }
  82%, 98% {
    opacity: 1;
    -webkit-transform: translate3d(0, -600%, 0);
            transform: translate3d(0, -600%, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -600%, 0);
            transform: translate3d(0, -600%, 0);
  }
}
@keyframes loading_screen_animation_move {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
            transform: translate3d(0, 50%, 0);
  }
  18%, 2% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  20%, 40%, 60%, 80% {
    opacity: 0;
  }
  22%, 38% {
    opacity: 1;
    -webkit-transform: translate3d(0, -150%, 0);
            transform: translate3d(0, -150%, 0);
  }
  42%, 58% {
    opacity: 1;
    -webkit-transform: translate3d(0, -300%, 0);
            transform: translate3d(0, -300%, 0);
  }
  62%, 78% {
    opacity: 1;
    -webkit-transform: translate3d(0, -450%, 0);
            transform: translate3d(0, -450%, 0);
  }
  82%, 98% {
    opacity: 1;
    -webkit-transform: translate3d(0, -600%, 0);
            transform: translate3d(0, -600%, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -600%, 0);
            transform: translate3d(0, -600%, 0);
  }
}
.loading_screen {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #f9f9f9), to(#eeeff3));
  background: linear-gradient(to bottom, #f9f9f9 10%, #eeeff3 100%);
  left: 0;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10000;
}

.loading_screen_center {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 500px;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.loading_screen_spinner {
  height: 52px;
  width: 52px;
  margin: 0 auto;
  display: block;
  -webkit-animation: loading_screen_animation_spinning 0.8s linear infinite;
          animation: loading_screen_animation_spinning 0.8s linear infinite;
}

.loadingScreenLogo {
  position: absolute;
  bottom: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 45px;
}

.confPanelBlockDescription,
.blockExtraDescription {
  margin-top: 0.5rem;
}

.confPanelBlockDescription:first-child,
.blockExtraDescription:first-child {
  margin-top: 0rem;
}

.confPanelBlockDescription:last-child,
.blockExtraDescription:last-child {
  margin-bottom: 0.5rem;
}

a.strondeLink,
span.strondeLink {
  color: var(--primary-blue);
}

a.strondeLink:hover,
span.strondeLink:hover {
  color: var(--primary-blue);
}

a.strondeLink:active,
a.strondeLink:focus,
span.strondeLink:active,
span.strondeLink:focus {
  outline: none;
}

span.strondeLink {
  cursor: pointer;
}

button.strondeLink,
button.strondeLink:focus,
button.strondeLink:hover {
  color: var(--primary-blue) !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: none;
  border: none;
  outline: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
}

button.strondeLink:hover {
  color: var(--primary-blue) !important;
  text-decoration: underline;
}

button.strondeLink.disabled,
a.strondeLink.disabled,
span.strondeLink.disabled {
  color: var(--grey-3) !important;
  cursor: default !important;
  pointer-events: none !important;
}

a.strondeLink.grey,
span.strondeLink.grey,
button.strondeLink.grey {
  color: var(--grey-2) !important;
}

a.strondeLink.grey:hover,
a.strondeLink.grey:focus,
button.strondeLink.grey:hover,
button.strondeLink.grey:focus,
span.strondeLink.grey:hover,
span.strondeLink.grey:focus {
  color: var(--primary-blue) !important;
}

a.strondeLink.noUnderline:hover,
span.strondeLink.noUnderline:hover,
button.strondeLink.noUnderline:hover {
  text-decoration: none;
}

a.strondeLink.red,
span.strondeLink.red,
button.strondeLink.red {
  color: var(--color-alert) !important;
}

a.strondeLink.red:hover,
a.strondeLink.red:focus,
span.strondeLink.red:hover,
span.strondeLink.red:focus,
button.strondeLink.red:hover,
button.strondeLink.red:focus {
  color: var(--color-alert) !important;
}

a.strondeLink.white,
span.strondeLink.white,
button.strondeLink.white,
a.strondeLink.white:hover,
a.strondeLink.white:focus,
span.strondeLink.white:hover,
span.strondeLink.white:focus,
button.strondeLink.white:hover,
button.strondeLink.white:focus {
  color: #fff !important;
}

a.strondeLink.underline,
span.strondeLink.underline,
button.strondeLink.underline {
  text-decoration: underline !important;
}

a.strondeLink.underline:hover,
a.strondeLink.underline:focus,
span.strondeLink.underline:hover,
span.strondeLink.underline:focus,
button.strondeLink.underline:hover,
button.strondeLink.underline:focus {
  text-decoration: none !important;
}

.hoverImgVariation img.hover {
  display: none;
}

.hoverImgVariationForceHoverState img,
.hoverImgVariation:hover:not(.disabled) img,
.hoverImgVariation:focus:not(.disabled) img {
  display: none;
}

.hoverImgVariationForceHoverState img.hover,
.hoverImgVariation:hover:not(.disabled) img.hover,
.hoverImgVariation:focus:not(.disabled) img.hover {
  display: inline-block;
}

.watchTutorialsBtn.hoverImgVariation:focus:not(.disabled) img {
  display: inline-block;
}

.watchTutorialsBtn.hoverImgVariation:focus:not(.disabled) img.hover {
  display: none;
}

.card-header-popup {
  margin-top: 5px;
  overflow: hidden;
  border-radius: var(--border-radious-small);
  background-color: var(--white);
  right: 0;
  -webkit-box-shadow: 0px 4px 46px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 4px 46px rgba(0, 0, 0, 0.12);
  z-index: 2;
  -webkit-transition: all var(--transition-duration) var(--transition-function);
  transition: all var(--transition-duration) var(--transition-function);
  -webkit-transition-duration: var(--transition-duration); /* Safari */
  transition-duration: var(--transition-duration);
  padding: 4px 0;
}

#mysetings.card-header-popup {
  z-index: 2;
}

.card-header-popup .actionMoreDropdownContentItem {
  padding: 12px 16px;
}

.card-header-popup-small .actionMoreDropdownContentItem {
  padding: 0.5rem 1rem;
}

.card-header-popup-small .actionMoreDropdownContentItem img {
  opacity: 0;
}

.card-header-popup-small .actionMoreDropdownContentItem.selected img {
  opacity: 1;
}

.card-header-popup-small .actionMoreDropdownContentItem.selected {
  color: var(--primary-blue);
}

.card-header-popup .actionMoreDropdownContentItem.hoverRed:hover {
  color: var(--red-1);
}

.imgClearSearch {
  cursor: pointer;
  position: absolute;
  padding-right: 16px;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding-top: 2px;
}

.imgIconSearch {
  position: absolute;
  padding-left: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.fourStepMarkersForPaddingRange-container .bubble {
  display: inline-block;
  position: absolute;
  top: 20px;
  /* width: 26px; */
  color: var(--white);
  text-align: center;
  border-radius: var(--border-radious-small);
  background: var(--primary-blue);
  z-index: 1;
  font-size: 12px;
  left: -10px;
  display: none;
  padding: 4px 8px;
  font-size: 12px;
  line-height: 15px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.fourStepMarkersForPaddingRange-container .bubbleVal {
  background-color: var(--primary-blue);
}

.fourStepMarkersForPaddingRange-container .marker {
  position: absolute;
  top: 0px;
  -webkit-transform: rotate(45deg) translateX(-50%);
          transform: rotate(45deg) translateX(-50%);
  left: 50%;
  width: 10px;
  height: 10px;
  background-color: var(--primary-blue);
  z-index: -1;
}

.stronde-custom-range-container {
  margin-top: -10px;
  /* margin-bottom: 25px; */
}

.stronde-custom-range {
  -webkit-appearance: none;
  width: 100%;
  height: 2px;
  background: #c5d1da;
  /* background: var(--grey-2)!important; */
  outline: none;
  opacity: 1;
  -webkit-transition: 0.2s;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  cursor: pointer;
}

.stronde-custom-range:hover {
  opacity: 1;
}

.stronde-custom-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  margin-top: 0px;
  appearance: none;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--primary-blue) !important;
  /* background: var(--grey-2)!important; */
  cursor: pointer;
  opacity: 1 !important;
}

.stronde-custom-range::-moz-range-thumb {
  margin-top: 0px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--primary-blue) !important;
  /* background: var(--grey-2)!important; */
  cursor: pointer;
  opacity: 1 !important;
}

.customCheckBox {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.customCheckBox .customCheckBoxImageContainer {
  min-width: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.customCheckBox,
.customCheckBox label {
  cursor: pointer;
}

.customCheckBox .blockDescriptionContainer {
  cursor: default;
}

.customCheckBox label {
  padding-left: 7px;
  padding-right: 10px;
  line-height: 1.2;
  height: 17px;
  margin: 0;
  font-size: 12px;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.customCheckBox img.onCheck,
.customCheckBox img.onHover,
.customCheckBox.checked img.notCheck,
.customCheckBox:hover img.notCheck {
  display: none;
}

.customCheckBox.checked img.onCheck,
.customCheckBox:hover img.onHover {
  display: inline-block;
}

.customCheckBox.checked:hover img.onHover {
  display: none;
}

.disabled .customCheckBox {
  pointer-events: none;
  opacity: 0.5;
}
.disabled .customCheckBox:hover img.notCheck {
  display: inline-block;
}
.disabled .customCheckBox:hover img.onHover, .disabled .customCheckBox:hover img.onCheck {
  display: none;
}

.myConfiguration .disabled .customCheckBox {
  opacity: 1;
}
.myConfiguration .disabled .customCheckBoxImageContainer {
  opacity: 0.5;
}
.myConfiguration .disabled .linkTippy > :not(.tippy-container) {
  opacity: 0.5;
}
.myConfiguration .disabled .tippy-container {
  pointer-events: all;
}

.customRadioButtons {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.customRadioButtons .customRadioButtonsImageContainer {
  min-width: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.customRadioButtons.withExtraInfo {
  margin-bottom: 10px;
}

.customRadioButtons.withExtraInfo .labelWithExtraInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0 0 0 16px;
}

.customRadioButtons.withExtraInfo .labelWithExtraInfo label {
  padding: 0;
}

.customRadioButtons,
.customRadioButtons label {
  cursor: pointer;
}

.customRadioButtons label {
  padding-left: 14px;
  margin: 0;
  font-size: 12px;
  white-space: nowrap;
}

.whiteSpaceNormal .customRadioButtons label {
  white-space: normal;
}

.customRadioButtons img.onCheck,
.customRadioButtons.checked img.notCheck {
  display: none;
}

.customRadioButtons.checked img.onCheck {
  display: inline-block;
}

.dataInfoName.dataInfoNameWhiteSpaceForceNormal {
  white-space: normal !important;
}

.col-form-label {
  overflow: hidden;
}

.noConfLabel .col-form-label {
  display: none;
}

.forced-d-none {
  display: none !important;
}

.previewPopUpNextPrevArrows {
  position: absolute;
  top: 50%;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 1px solid var(--grey-4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--white);
  cursor: pointer;
}

.previewPopUpNextPrevArrows:hover {
  /* border: 1px solid var(--primary-blue); */
  -webkit-filter: drop-shadow(0px 4px 46px rgba(0, 0, 0, 0.12));
          filter: drop-shadow(0px 4px 46px rgba(0, 0, 0, 0.12));
}

.previewPopUpNextArrow {
  right: 24px;
  -webkit-transform: translateY(-50%) rotate(270deg);
          transform: translateY(-50%) rotate(270deg);
}

.previewPopUpPrevArrow {
  left: 24px;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}

.previewPopUpNextPrevArrows img {
  width: 16px;
}

.previewPopUpArrowTitle {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: none;
  /* max-width: 100px; */
  max-width: calc(50% - 400px - 110px);
  word-break: break-word;
}

.previewPopUpNextArrow:hover + .previewPopUpArrowTitle {
  display: block;
  right: 96px;
}

.previewPopUpPrevArrow:hover + .previewPopUpArrowTitle {
  display: block;
  left: 96px;
}

.requiredAsterisk {
  color: var(--color-alert);
}

.strondeOl {
  -webkit-padding-start: 16px;
          padding-inline-start: 16px;
}

.strondeUl {
  list-style: none;
  color: var(--grey-1);
  position: relative;
  -webkit-padding-start: 16px;
          padding-inline-start: 16px;
  margin-bottom: 8px;
}

.strondeUl li::before {
  content: "•";
  color: var(--primary-blue);
  font-weight: bold;
  display: inline-block;
  width: 16px;
  font-size: 22px;
  position: absolute;
  left: 0;
  margin-top: -5px;
}

.strondeUl li {
  padding-bottom: 6px;
}

.strondeUl li:last-child {
  padding-bottom: 0;
}

.doneContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background: #f6fafd;
  border-bottom: 1px solid var(--primary-blue-10);
  height: var(--first-row-height);
  min-height: var(--first-row-height);
  cursor: pointer;
  padding-left: var(--left-right-padding);
  padding-right: var(--left-right-padding);
  opacity: 0;
  overflow: hidden;
}

.mainrow:not(.expandedRightPanel) .doneContainer {
  opacity: 0 !important;
}

.mainrow.globalConfigurationsRightPanel .doneContainer {
  display: none;
}

.doneContainer button {
  text-decoration: none !important;
}

.brandBlocksTabGroup {
  border: 1px solid var(--grey-4);
  padding: 16px;
  margin-bottom: 16px;
  border-radius: var(--border-radious);
}

.brandBlocksTabGroup:last-child {
  margin-bottom: 0;
}

.blocks_preview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.blocks_preview > *:first-child {
  outline: 1px dashed var(--grey-4) !important;
}

.selected .imgSelected,
.imgNotSelected {
  /* .tabContent:hover .imgSelected { */
  display: inline-block;
}

.selected .imgNotSelected,
.imgSelected {
  /* .tabContent:hover .imgNotSelected { */
  display: none;
}

.orangeNotification {
  padding: 16px;
  border: 1px solid var(--orange);
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.9)), to(rgba(255, 255, 255, 0.9))), var(--orange);
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), var(--orange);
  border-radius: var(--border-radious);
  color: var(--orange);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: 600;
}

.orangeNotification img {
  padding-left: 21px;
  cursor: pointer;
}

.disabled .hideIfDisabled {
  opacity: 0;
}

/*Scroller redesign*/
.noScrollbarUi::-webkit-scrollbar {
  display: none;
}

/* width */
.scroller-cool-design::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

/* Track */
.scroller-cool-design::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px white;
          box-shadow: inset 0 0 5px white;
  border-radius: 10px;
}

/* Handle */
.scroller-cool-design::-webkit-scrollbar-thumb {
  background: var(--primary-blue);
  border-radius: 10px;
}

/* Handle on hover */
.scroller-cool-design::-webkit-scrollbar-thumb:hover {
  background: grey;
}

/* This below textarea.scroller-cool-design is here
    to fix a bug where when you hover on the scroller 
    it doesn't change to an arrow, but the below code
    fixes it */
textarea.scroller-cool-design {
  cursor: initial;
}

/*End of Scroller redesign*/
@media screen and (max-width: 1200px) {
  .previewPopUpArrowTitle {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .footerP {
    text-align: right;
  }
}
@media screen and (max-width: 1010px) {
  .leftContainerCollapsed .editorToolbar {
    width: calc(100% - 33px);
    left: calc(50% + 18px);
  }
}
@media (max-width: 750px) {
  :root {
    --left-right-padding: 16px !important;
  }
}
@media print {
  .visible-print {
    display: block;
    width: auto;
    height: auto;
    overflow: visible !important;
  }
  .not-visible-print {
    display: none !important;
  }
}
/*styles from brand setup*/
#idlinktypeCheckboxContainer61 .customCheckBox label {
  line-height: 0;
  padding-left: 0;
}

.validate-color.error {
  /* position: relative; */
}

.validate-color.error .position-relative::before {
  content: "Please enter a valid HEX code";
  display: block;
  position: absolute;
  top: 44px;
  left: 0;
  color: var(--color-alert);
  font-size: 12px;
  margin-top: 2px;
}

.validate-color.error input {
  text-transform: uppercase;
  border-color: var(--color-alert);
  color: var(--color-alert) !important;
  margin-bottom: 10px;
}

.paddingArrayContainer .customSelectDropDownOptionLeftContainer,
.paddingArrayContainer .customSelectDropDownOptionRightContainer {
  -webkit-box-flex: unset;
      -ms-flex: unset;
          flex: unset;
  width: 26px;
}

[data-brand-color-array-id] {
  border: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

[data-brand-color-array-id] > div:first-child {
  height: 100%;
  padding-left: 15px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex !important;
  margin-bottom: 15px !important;
  border: 1px solid var(--grey-8);
  border-radius: var(--border-radious-small);
  cursor: pointer;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

[data-brand-color-array-id] > .hoverImgVariation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

[data-brand-color-array-id] > .hoverImgVariation img {
  margin-right: 0px !important;
  margin-left: 15px !important;
}

.add-new-value-container {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px !important;
}

.add-new-value-container .cursor-pointer {
  margin: 0 !important;
  margin-left: 0px;
  margin-left: 0px;
  border: none;
  width: unset;
  padding: 0;
  white-space: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 24px !important;
  font-weight: 600;
  color: var(--primary-blue);
  height: unset;
}

.colorPickerPopupContentAdvanced:not(.active) {
  display: block;
  height: 0;
  overflow: hidden;
  margin: 0;
  padding: 0;
  border: 0;
}

.force-d-none {
  display: none !important;
}

.builder-block-content {
  text-align: center;
  border: 2px dashed var(--grey-3);
  border-radius: 8px;
  margin: 15px 0;
  min-height: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.builder-main-content {
  margin: 0;
}

.builder-header-content {
  min-height: 194px;
}

.builder-footer-content {
  min-height: 192px;
}

.builder-block-content h4 {
  font-weight: 600 !important;
  font-size: 18px !important;
  font-family: "Cabin", sans-serif !important;
  line-height: 24px;
  color: var(--grey-3);
}

.builder-block-content h4 span {
  display: block;
  margin-top: 9px;
}

.builder-block-content h4 b {
  font-size: 24px !important;
  line-height: 29px;
}

.builder-block-content:not(.showDropHereText) h4.drop-here-text {
  display: none !important;
}

.builder-block-content.showDropHereText h4:not(.drop-here-text) {
  display: none !important;
}

/* Drag and drop in form style */
.drag-drop-file-request-block .box {
  position: relative;
  background: #ffffff;
  width: 100%;
}
.drag-drop-file-request-block .box-header {
  color: #444;
  display: block;
  padding: 10px;
  position: relative;
  border-bottom: 1px solid #f4f4f4;
  margin-bottom: 10px;
}
.drag-drop-file-request-block .dropzone-wrapper {
  border: 1px dashed #1a82cc;
  color: #1a82cc;
  position: relative;
  background: rgba(26, 130, 204, 0.05);
  height: 48px;
  border-radius: 8px;
}
.drag-drop-file-request-block .dropzone-wrapper.dragover {
  background-color: #1a82cc;
  color: white;
  border-color: white;
}
.drag-drop-file-request-block .dropzone-desc {
  margin: 0 auto;
  text-align: center;
  width: 100%;
  height: 100%;
  font-size: 16px;
}
.drag-drop-file-request-block .dropzone-desc p {
  margin: 0;
  line-height: 46px;
}
.drag-drop-file-request-block .input-file-container {
  outline: none !important;
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.drag-drop-file-request-block .dropzone,
.drag-drop-file-request-block .dropzone:focus {
  outline: none !important;
  width: 100%;
  height: 100px;
  cursor: pointer;
  position: absolute;
  bottom: 0;
}
.drag-drop-file-request-block .preview-zone {
  text-align: center;
}
.drag-drop-file-request-block .preview-zone .remove-preview {
  min-width: unset;
  padding: 0;
}
.drag-drop-file-request-block .preview-zone .box {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  margin-bottom: 0;
}
.drag-drop-file-request-block .btn-primary {
  background-color: crimson;
  border: 1px solid #212121;
}
.drag-drop-file-request-block .box-body .preview-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 14px 12px;
  border: 1px solid #ededed;
  border-radius: 8px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fcfcfc;
  height: 48px;
}
.drag-drop-file-request-block .box-body .preview-container .file-details p {
  line-height: 20px;
  color: #212121;
  margin-left: 15px;
}
.drag-drop-file-request-block .file-notes {
  margin-top: 8px;
}
.drag-drop-file-request-block .file-notes p {
  font-size: 12px;
  line-height: 15px;
  color: #9d9d9c;
  margin: 0;
}

.tippy-container {
  display: inline-block;
}
.tippy-container .tippy-icon {
  cursor: pointer;
  position: relative;
}
.tippy-container .tippy-arrow {
  -webkit-transform: translate(10px, 0px);
          transform: translate(10px, 0px);
}

.tippy-box,
[data-tippy-root],
.tippy-arrow {
  overflow: visible !important;
}

.tippy-icon:not([aria-expanded=true]) img.dark {
  display: none;
}

.tippy-icon[aria-expanded=true] img:not(.dark) {
  display: none;
}

.tippy-icon[data-reference-hidden] {
  display: none;
}

.tippy-content {
  padding-right: 20px;
  word-spacing: 0.1em;
  font-family: var(--regular-font-family);
  background-color: var(--grey-2) !important;
  color: var(--white) !important;
  padding: 12px 20px 12px 16px !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px !important;
  letter-spacing: 0em;
  text-align: left;
  border-radius: var(--border-radious-small) !important;
  overflow: hidden;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */ /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
   supported by Chrome, Opera and Firefox */
}

.tippy-box[data-placement] > .tippy-arrow:before {
  color: var(--grey-2) !important;
}
.tippy-box[data-placement=right] .tippy-arrow {
  top: 0 !important;
}
.tippy-box[data-placement=right] .tippy-arrow::before {
  top: -2px !important;
}

.tippy-content .close-tooltip {
  position: absolute;
  top: 4px;
  right: 7px;
  cursor: pointer;
}
.tippy-content .close-tooltip img {
  cursor: pointer;
}

.tippy-icon.smallIcon {
  max-height: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.tippy-icon.smallIcon img {
  width: 100% !important;
  vertical-align: unset;
  cursor: pointer;
}
.tippy-icon.tinyIcon {
  max-width: 12px !important;
}

.tippy-box[data-theme~=blue] .tippy-content {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.76);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.76);
  background-color: var(--primary-blue) !important;
  color: var(--white) !important;
  padding: 10px 15px 16px 15px !important;
}
.tippy-box[data-theme~=blue] .tippy-content b {
  display: block;
  margin-bottom: 8px;
  font-size: 17px;
}
.tippy-box[data-theme~=blue] .tippy-content p {
  margin-bottom: 16px;
}
.tippy-box[data-theme~=blue] .tippy-content .btn {
  min-width: unset;
  min-height: unset;
  height: 28px;
  width: unset;
  font-size: 13px;
  font-weight: normal !important;
}
.tippy-box[data-theme~=blue] .tippy-content .navContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.tippy-box[data-theme~=blue] .tippy-content .navContainer .actionsContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.tippy-box[data-theme~=blue] .tippy-content .navContainer .actionsContainer .btn {
  width: unset;
}
.tippy-box[data-theme~=blue] .tippy-content .navContainer span {
  white-space: nowrap;
}
.tippy-box[data-theme~=blue] .tippy-arrow {
  width: 16px;
  height: 16px;
  z-index: 1;
}
.tippy-box[data-theme~=blue] .tippy-arrow::before {
  content: "";
  position: absolute;
  border-color: transparent;
  border-style: solid;
  border-width: 10px !important;
  left: -3px !important;
}
.tippy-box[data-theme~=blue][data-placement=bottom] .tippy-arrow {
  top: -15px !important;
}
.tippy-box[data-theme~=blue][data-placement=bottom] .tippy-arrow::before {
  top: -4px !important;
  border-bottom-color: var(--primary-blue) !important;
}
.tippy-box[data-theme~=blue][data-placement=right-start] .tippy-arrow {
  top: -156px !important;
}
.tippy-box[data-theme~=blue][data-placement=right-start] .tippy-arrow::before {
  top: -2px !important;
  left: -19px !important;
  border-right-color: var(--primary-blue) !important;
}
.tippy-box[data-theme~=blue][data-placement=right] .tippy-arrow {
  top: 0 !important;
}
.tippy-box[data-theme~=blue][data-placement=right] .tippy-arrow::before {
  top: -2px !important;
  left: -19px !important;
  border-right-color: var(--primary-blue) !important;
}
.tippy-box[data-theme~=blue][data-placement=left] .tippy-arrow {
  top: 0 !important;
}
.tippy-box[data-theme~=blue][data-placement=left] .tippy-arrow::before {
  top: -2px !important;
  left: 16px !important;
  border-left-color: var(--primary-blue) !important;
}
.tippy-box[data-theme~=blue][data-placement=right-end] .tippy-arrow {
  bottom: 10px !important;
  top: unset !important;
}
.tippy-box[data-theme~=blue][data-placement=right-end] .tippy-arrow::before {
  top: 2px !important;
  left: -19px !important;
  border-right-color: var(--primary-blue) !important;
}
.tippy-box[data-theme~=blue][data-placement=top] .tippy-arrow {
  bottom: -16px !important;
}
.tippy-box[data-theme~=blue][data-placement=top] .tippy-arrow::before {
  top: -2px !important;
  border-top-color: var(--primary-blue) !important;
}

.addBlockGuided_3 .tippy-box[data-theme~=blue] .tippy-arrow::before {
  left: 140px !important;
}

.saveMailGuided_2,
.saveMailGuided_3,
.openBuilderGuided_template_4 {
  width: 245px;
}

.editImageGuided_1 .img-guide-gif {
  width: 100%;
  margin-bottom: 10px;
}

.editImageGuided_3 .tippy-box[data-theme~=blue][data-placement=bottom] .tippy-arrow::before {
  left: 104px !important;
}

.openBuilderGuided_new_3 .tippy-box[data-theme~=blue] .tippy-arrow::before {
  left: 22px !important;
}

.dropdownContainer:has(.saveMailGuided_3):hover .dropdownHover,
.dropdownContainer:has(.openBuilderGuided_template_4):hover .dropdownHover {
  display: none;
}

#notification-bell {
  position: relative;
}
#notification-bell .notification-bubble {
  position: absolute;
  right: 0px;
  top: 0px;
  background: var(--red-1);
  border-radius: 50%;
  height: 15px;
  width: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#notification-bell .notification-bubble:not(.show) {
  display: none;
}
#notification-bell .notification-bubble p {
  color: var(--white);
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 10px;
  margin: 0;
  line-height: 1;
}

#myNotifications {
  top: 33px;
  width: 440px;
  right: -135px;
  border-radius: 8px;
  -webkit-box-shadow: 0px 10px 16px rgba(157, 168, 181, 0.19);
          box-shadow: 0px 10px 16px rgba(157, 168, 181, 0.19);
  border: 1px solid var(--grey-8);
  padding: 0;
  max-height: 50vh;
}
#myNotifications h1,
#myNotifications h2,
#myNotifications h3,
#myNotifications h4,
#myNotifications h5,
#myNotifications h6,
#myNotifications p {
  margin: 0;
  line-height: 1;
}
#myNotifications .notificationsHeader {
  padding: 12px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid var(--grey-8);
}
#myNotifications .notificationsHeader .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#myNotifications .notificationsHeader .title h3 {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  color: var(--grey-1);
}
#myNotifications .notificationsHeader .markRead a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#myNotifications .notificationsHeader .markRead a span {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: var(--primary-blue);
  margin-left: 4px;
}
#myNotifications .noNotification {
  width: 100%;
  min-height: 144px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
#myNotifications .noNotification .text {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  margin-top: 12px;
  color: var(--grey-1);
}
#myNotifications .loader {
  position: absolute;
  top: 46px;
  left: 0;
  width: 100%;
  height: calc(100% - 46px);
  background-color: var(--white);
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#myNotifications .loader.hide {
  display: none;
}
#myNotifications .allNotificaions {
  position: relative;
  overflow: hidden;
}
#myNotifications .allNotificaions .mCustomScrollBox {
  overflow: unset;
}
#myNotifications .allNotificaions .content {
  max-height: calc(50vh - 92px);
}
#myNotifications .allNotificaions .notification {
  padding: 20px;
  border-bottom: 1px solid var(--grey-8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}
#myNotifications .allNotificaions .notification.unread {
  background: #f7faff;
}
#myNotifications .allNotificaions .notification.unread p {
  position: relative;
}
#myNotifications .allNotificaions .notification.unread p span {
  width: 6px;
  height: 6px;
  background: var(--primary-blue);
  position: absolute;
  top: 6.5px;
  left: -12px;
  border-radius: 50%;
}
#myNotifications .allNotificaions .notification .content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 100%;
}
#myNotifications .allNotificaions .notification .content:not(.full) {
  max-width: calc(100% - 80px);
}
#myNotifications .allNotificaions .notification .content .title p {
  color: var(--grey-1);
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}
#myNotifications .allNotificaions .notification .content .desc p {
  color: var(--grey-1);
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  max-height: calc(50vh - 140px);
  -webkit-line-clamp: 12;
  line-clamp: 12;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  word-break: break-word;
}
#myNotifications .allNotificaions .notification .content .date p {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #a5acb8;
  margin-top: 6px;
}
#myNotifications .allNotificaions .notification .content .ctasContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 12px;
  margin-bottom: 12px;
}
#myNotifications .allNotificaions .notification .content .ctasContainer .primary {
  color: var(--white);
}
#myNotifications .allNotificaions .notification .content .ctasContainer .secondary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 8px;
  background-color: var(--white);
}
#myNotifications .allNotificaions .notification .image {
  max-width: 64px;
  border: 1px solid var(--grey-8);
  border-radius: 4px;
  overflow: hidden;
  margin-left: 16px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
#myNotifications .allNotificaions .notification .image img {
  width: 100%;
}
#myNotifications .viewAllNotifications {
  height: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--white);
  border-top: 1px solid var(--grey-8);
  position: relative;
}
#myNotifications .viewAllNotifications.hide {
  display: none;
}
#myNotifications .viewAllNotifications a {
  color: var(--primary-blue);
}
#myNotifications.no-notifications .allNotificaions {
  display: none;
}
#myNotifications.no-notifications .markRead {
  display: none;
}
#myNotifications:not(.no-notifications) .noNotification {
  display: none;
}

.customToastContainer {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 20px;
  max-width: min(100vw - 220px - 40px, 500px);
}
.customToastContainer .customToast {
  background-color: #fff;
  padding: 16px 48px 16px 16px;
  border-radius: var(--border-radious);
  -webkit-box-shadow: 0px 4px 46px 0px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 4px 46px 0px rgba(0, 0, 0, 0.12);
  position: relative;
}
.customToastContainer .customToast .title {
  font-weight: bold;
  line-height: 1;
  margin-bottom: 5px;
}
.customToastContainer .customToast .closeToast {
  position: absolute;
  right: 16px;
  top: 21px;
  opacity: 0.5;
}
.customToastContainer .customToast .closeToast:hover {
  opacity: 0.75;
}
.customToastContainer .customToast + .customToast {
  margin-top: 8px;
}
.customToastContainer .customToast p {
  margin-bottom: 0;
}

#newCollabComment {
  margin-top: 1rem;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  display: none;
}

.solvedComments #newCollabComment {
  display: none;
}

.unsolvedComments #newCollabComment {
  display: block;
}

.builderContainer .mainWrapper {
  position: relative;
}
.builderContainer .mouseMarker {
  display: none;
}
.builderContainer .mouseMarker,
.builderContainer .mouseMarker .sonar-circle,
.builderContainer .mouseMarker .mouseMarker .sonar-wave {
  z-index: 1;
}

.showPins.commentView .builderContainer .mouseMarker {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.whiteSpaceNoWrap {
  white-space: nowrap;
}

#feedbackContainerPopUp .formImage {
  padding: 0 0 10px 0;
  text-align: center;
}

#feedbackContainerPopUp .formTitle {
  text-align: center;
}

.strondeCloseBtn {
  z-index: 1;
}

.strondeCloseBtn img {
  background-color: white;
  padding: 8px;
  border-radius: var(--border-radious);
  cursor: pointer;
  line-height: 1;
  font-weight: bold;
  font-size: 14px;
}/*# sourceMappingURL=master.css.map */