html {
  top: -32px;
  position: relative;
}
#wpwrap {
  overflow: hidden;
}
body {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
body.toplevel_page_livecomposer_editor {
  background: #464646;
}
body div.mce-inline-toolbar-grp.mce-arrow-up {
  margin-top: 48px;
}
.inline-editor,
.inline-editor *,
.dslca-editable-content,
.dslca-editable-content *,
div[contenteditable="true"],
span[contenteditable="true"],
a[contenteditable="true"],
h1[contenteditable="true"],
h2[contenteditable="true"],
h3[contenteditable="true"],
h4[contenteditable="true"],
h5[contenteditable="true"],
h6[contenteditable="true"] {
  -webkit-touch-callout: text;
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
body .inline-editor:hover,
body .inline-editor:hover *,
body .dslca-editable-content:hover,
body .dslca-editable-content:hover * {
  cursor: text;
}
div:hover,
span > span:hover,
div > span:hover {
  cursor: default;
}
body a {
  text-decoration: none;
}
body a:focus {
  color: inherit;
  box-shadow: none;
}
.feather {
  width: 24px;
  height: 24px;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}
#dslc-preview-error {
  text-align: center;
  padding: 160px 0 0;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.dslc-module-heading:before,
.dslc-module-heading:after,
.dslc-clearfix:before,
.dslc-clearfix:after {
  content: " ";
  display: table;
}
.dslc-module-heading:after,
.dslc-clearfix:after {
  clear: both;
}
.dslc-module-heading,
.dslc-clearfix {
  *zoom: 1;
}
.dslc-fl {
  float: left;
}
.dslc-fr {
  float: right;
}
.dslc-clear {
  clear: both;
}
.dslc-no-float {
  float: none !important;
}
.dslca-container * {
  padding: 0;
  margin: 0;
  border: none;
  outline: 0;
  /* height: 100vh; */
  /* display: flex; */
  flex-direction: column;
  align-content: space-between;
  width: 240px;
}
.dslca-disable-selection {
  -ms-user-select: none !important;
  -moz-user-select: -moz-none !important;
  -khtml-user-select: none !important;
  -webkit-user-select: none !important;
  user-select: none !important;
}
.dslca-container p {
  margin-bottom: 20px;
}
.dslca-container input[type="text"],
.dslca-container input[type="number"],
.dslca-container select,
.dslca-container textarea {
  background: rgba(255, 255, 255, 0.1);
  border: 0;
  color: #fff;
  padding: 7px 10px;
  font-size: 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.dslca-container .dslca-module-edit-option-slider input[type="number"] {
  padding-right: 30px;
  width: 100%;
  /* padding: 0px; */
  min-width: 50px;
  /* max-width: 77%; */
}
.dslca-container input[type="text"],
.dslca-container input[type="email"],
.dslca-container input[type="number"] {
  height: auto;
  width: 100%;
  border: 1px solid #ffffff99;
  margin-left: 2%;
  margin: 4px 0 5px 0px;
}

.dslca-go-to-section-hook {
  padding: 12px;
  position: relative;
  /* margin: 8px; */
  color: #ffffff;
}
.dslca-go-to-section-hook span {
}
.dslca-go-to-section-hook span:before {
}
.dslca-modules {
}
.dslca-container select,
.dslca-modules-section-edit-option select {
  line-height: 2;
  /* padding: 14px 10px; */
  min-height: 30px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  background: url(../../images/dropdown-arrow.png) 97% 55%/7px no-repeat #6c9fed;
  margin-top: 6px;
}
.dslca-container select option,
.dslca-modules-section-edit-option select option,
.dslca-container select:hover,
.dslca-modules-section-edit-option select:hover,
.dslca-container select:focus,
.dslca-modules-section-edit-option select:focus{
  color: #fff;
}
.dslca-modules-section-edit-option-select .dslca-icon,
.dslca-module-edit-option-select .dslca-icon {
  position: absolute;
  right: 30px;
  top: 77px;
  cursor: pointer;
}
.dslca-container input[type="submit"] {
  background: #6ba253;
  border: 0;
  color: #fff;
  cursor: pointer;
  padding: 8px 10px;
  line-height: 17px;
}
.dslca-container {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 13px;
  bottom: 0;
  color: #fff;
  left: 0;
  position: fixed;
  /* right: 0; */
  display: flex;
  z-index: 99999;
  -webkit-transition: bottom 0.3s;
  -moz-transition: bottom 0.3s;
  transition: bottom 0.3s;
  height: 100vh;
}
.dslca-container,
.dslca-container *,
.dslca-container *::after,
.dslca-container *::before,
.dslca-module-manage,
.dslca-module-manage *,
.dslca-module-manage *::after,
.dslca-module-manage *::before {
  box-sizing: border-box;
}
.dslca-editable-content > p:only-child {
  margin-bottom: 0 !important;
}
.dslca-header {
  width: 100%;
  position: absolute;
  min-height: 28px;
  bottom: 5px;
  left: 0;
  z-index: 15;
  display: flex;
  flex-direction: row;
}
.dslca-header .dslca-currently-editing {
  display: block;
  position: absolute;
  bottom: 45px;
  left: 5px;
  background-color: rgba(71, 70, 70, 0.49);
  color: rgba(255, 255, 255, 0.5);
  padding: 6px 10px;
  border-radius: 3px;
  font-weight: 400;
  font-size: 10px;
  line-height: 1;
  display: none;
  white-space: nowrap;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  cursor: pointer;
}
.dslca-header .dslca-currently-editing .dslca-icon {
  margin-right: 5px;
}
.dslca-header .dslca-currently-editing strong {
  color: #fff;
}
.dslca-header .dslca-go-to-section-hook,
.dslca-header .dslca-options-filter-hook,
.dslca-header .dslca-modules-area-options-filter-hook,
.dslca-header .dslca-row-options-filter-hook,
.dslca-pseudo-header .dslca-pseudo-options-filter-hook {
  bottom: 0;
  background: #313131;
  border-radius: 0px;
  color: #adadad;
  cursor: pointer;
  display: block;
  float: left;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  padding: 18px 15px;
  position: relative;
}
.dslca-header .dslca-options-filter-hook,
.dslca-header .dslca-modules-area-options-filter-hook,
.dslca-pseudo-options-filter-hook,
.dslca-header .dslca-row-pseudo-options-filter-hook {
  display: none;
  margin-right: 1px;
}
.dslca-header .dslca-go-to-section-hook.dslca-active,
.dslca-header .dslca-options-filter-hook.dslca-active,
.dslca-header .dslca-modules-area-options-filter-hook.dslca-active,
.dslca-header .dslca-row-options-filter-hook.dslca-active,
.dslca-pseudo-header .dslca-pseudo-options-filter-hook.dslca-active {
  border-top-color: #4777c2;
  background: #3b6fbe;
  color: #fff;
  cursor: default;
}
.dslca-header .dslca-options-filter-hook .dslca-icon,
.dslca-header .dslca-modules-area-options-filter-hook .dslca-icon,
.dslca-header .dslca-row-options-filter-hook .dslca-icon,
.dslca-pseudo-header .dslca-pseudo-options-filter-hook .dslca-icon {
  margin-right: 4px;
}
.dslca-header .dslca-options-filter-hook.dslca-active,
.dslca-header .dslca-modules-area-options-filter-hook.dslca-active,
.dslca-header .dslca-row-options-filter-hook.dslca-active,
.dslca-pseudo-header .dslca-pseudo-options-filter-hook.dslca-active {
  background: #0050a5;
}
.dslca-header .dslca-go-to-section-templates.dslca-active {
  border-top-color: #bf7671;
  background: #a94640;
}
.dslca-header .dslca-go-to-section-hook .dslca-icon {
  font-weight: normal;
}
.dslca-show-js-error-container{
	display: none;
}
.dslca-show-js-error-hook {
  padding: 10px;
  bottom: -1px;
  display: none;
  color: rgb(255, 255, 255) !important;
  /* visibility: hidden; */
  float: left;
}
.dslca-show-js-error-hook:hover {
  color: #ffffff;
}
.dslca-show-js-error-hook .dslca-icon {
  color: #ffffff;
  margin-right: 5px;
  margin-left: 8px;
}
#dslca-js-errors-report {
  display: none;
}
.dslca-error-report {
  display: block;
  overflow: scroll;
  text-align: left;
  white-space: nowrap;
  font-size: 12px;
  max-height: 120px;
  -webkit-touch-callout: text;
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
.dslca-error-report:hover {
  cursor: text;
}
.dslca-module-edit-actions,
.dslca-row-edit-actions,
.dslca-modules-area-edit-actions,
.dslca-pseudo-module-edit-actions {
  display: none;
  float: left;
  margin-top: 1px;
}
.dslca-prompt-modal-cancel-hook,
.dslca-prompt-modal-confirm-hook,
.dslca-module-edit-save,
.dslca-pseudo-module-edit-save,
.dslca-row-edit-save,
.dslca-modules-area-edit-save,
.dslca-module-edit-cancel,
.dslca-pseudo-module-edit-cancel,
.dslca-row-edit-cancel,
.dslca-modules-area-edit-cancel,
.dslca-wp-editor-save-hook,
.dslca-wp-editor-cancel-hook {
  background: #006add;
  border-radius: 3px;
  color: #fff !important;
  cursor: pointer;
  display: inline-block;
  font-size: 17px;
  font-weight: 600;
  line-height: 1;
  padding: 12px 12px;
  margin: 0px 0px 0px 13px;
  text-decoration: none;
  width: calc(50% - 20px);
}
.dslca-modules-area-edit-save{
  background: #78ca4f;
}
.dslca-wp-editor-actions span{
  width: calc(49% - 36.5px);
}
.dslca-module-edit-cancel,
.dslca-row-edit-cancel,
.dslca-modules-area-edit-cancel,
.dslca-wp-editor-cancel-hook,
.dslca-prompt-modal-cancel-hook,
.dslca-pseudo-module-edit-cancel {
  background: #e10000;
  text-align: center;
}
.dslca-module-edit-save:hover,
.dslca-row-edit-save:hover,
.dslca-wp-editor-save-hook:hover,
.dslca-prompt-modal-confirm-hook:hover,
.dslca-pseudo-module-edit-save:hover {
  background: #3782d9;
  color: #fff;
}
.dslca-module-edit-cancel:hover,
.dslca-row-edit-cancel:hover,
.dslca-modules-area-edit-cancel:hover,
.dslca-wp-editor-cancel-hook:hover,
.dslca-prompt-modal-cancel-hook:hover,
.dslca-pseudo-module-edit-cancel:hover {
  background: #ff0000;
  color: #fff;
}
.dslca-actions,
.dslca-pseudo-actions {
  /* position: absolute; */
  /* bottom: 0; */
  /* right: auto; */
  /* padding-bottom: 5px; */
  /* padding-right: 5px; */
  /* height: 50px; */
  /* left: 200%; */
  /* width: 660px; */
  margin: 0px auto;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  margin-right: 27px;
}
.dslca-module-saving-in-progress .dslca-actions .dslca-save-composer-helptext,
.dslca-module-saving-in-progress
  .dslca-actions
  .dslca-save-draft-composer-helptext,
.dslca-module-saving-in-progress .dslca-actions .dslca-save-composer-icon,
.dslca-module-saving-in-progress
  .dslca-actions
  .dslca-save-draft-composer-icon {
  opacity: 0.5;
  cursor: wait !important;
}
.dslca-sections {
  background: #0d0e1e;
  box-sizing: border-box;
}
.dslca-section.dslca-module-edit,
.dslca-pseudo-section,
.dslca-section.dslca-modules-section-edit {
  background: #0050a5;
}
.dslca-section.dslca-templates {
  background: #1f203f;
}
.dslca-modal.dslca-modal-templates-save,
.dslca-modal.dslca-modal-templates-export,
.dslca-modal.dslca-modal-templates-import,
.dslca-section.dslca-templates-load {
  /* background: #ca564f; */
  background: #171827;
  border-radius: 6px;
  /* margin: 0 auto; */
  /* width: 230px; */
  /* display: block; */
  /* bottom: 50%; */
}
.dslca-section {
  display: none;
  position: relative;
}
.dslca-section-back {
  display: flex;
  width: 100%;
  text-align: start;
  color: #fff;
  line-height: normal;
  flex-direction: initial;
  gap: 10px;
  align-items: center;
}
.dslca-section-back:hover {
  background: #0050a5;
  color: #fff;
}
.dslca-section-title {
  display: block;
  float: left;
  background: #242741;
  color: #fff;
  font-size: 17px;
  line-height: 1;
  padding: 14px 14px;
  border-bottom: 1px solid #eeeeee66;
  font-size: 16px;
  font-weight: 700;
}
.dslca-section-title:hover,
.dslca-section-title:hover * {
  cursor: pointer;
}
.dslca-templates .dslca-section-title,
.dslca-templates-load .dslca-section-title,
.dslca-templates-save .dslca-section-title {
  background: #242741;
}
.dslca-section-title-filter {
  position: relative;
  cursor: pointer;
  font-size: 13px;
  font-weight: 500;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: auto;
}
.dslca-section-title-filter .dslca-icon {
  color: rgb(255 255 255 / 80%);
  margin-left: 10px;
  vertical-align: top;
  /* margin-left: 121px; */
}
.search_module {
  margin: 0 auto;
  width: 98%;
}
.dslca-section-title-filter-options {
  background: #0050a5;
  border-radius: 3px 3px 0 0;
  top: 31px;
  display: none;
  min-width: 100px;
  left: -15px;
  position: absolute;
  z-index: 999999;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.21);
}
.dslca-section-title-filter-options a {
  display: block;
  cursor: pointer;
  margin: 0px 0 0;
  padding: 10px 14px;
  border-top: 0px solid rgba(0, 0, 0, 0.09);
  font-size: 13px;
  white-space: nowrap;
  color: #fff;
  background-color: #242741;
}
.dslca-section-title-filter-options a:hover {
  background: #0050a5;
}
.dslca-section.dslca-templates-load .dslca-section-title-filter-options {
  background: #ca564f;
}
.dslca-section.dslca-templates-load
  .dslca-section-title-filter-options
  a:hover {
  background: #0050a5;
}
.dslca-sections .dslca-exclude {
  display: none;
}
.dslca-subsection {
  display: none;
}
.dslca-module-non-active {
  opacity: 0.5 !important;
}
.dslca-module {
  color: #fff;
  display: inline-block;
  font-weight: 400;
  line-height: 1;
  padding: 2px 12px 9px 12px;
  margin: 4px 2px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15),
    -1px 1px 0px 0 rgba(255, 255, 255, 0.05) inset;
  border-radius: 2px;
  text-align: center;
  min-width: 70px;
  transition: transform 0.05s linear 0.01s;
  z-index: 1;
  position: relative;
  width: 48%;
  background: #272942;
  background: -webkit-linear-gradient(
    180deg,
    rgba(39, 41, 66, 1) 0%,
    rgba(17, 18, 33, 1) 100%
  );
  background: -moz-linear-gradient(
    180deg,
    rgba(39, 41, 66, 1) 0%,
    rgba(17, 18, 33, 1) 100%
  );
  background: linear-gradient(
    180deg,
    rgb(30 31 45) 0%,
    rgba(17, 18, 33, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#272942", endColorstr="#111221", GradientType=0);
  border: 1px solid #404057;
}
.dslca-module[data-id="DSLC_Separator"],
.dslca-module[data-id="DSLC_Notification"],
.dslca-module[data-id="DSLC_Sliders"],
.dslca-module[data-id="DSLC_Staff"] {
  /* margin-right: 14px; */
}
.dslca-module[data-id="DSLC_M_A"] {
  margin-left: 2px;
  margin-right: 2px;
  background: #b2b7bc;
  box-shadow: none;
  width: 100%;
  background: #272942;
  background: -webkit-linear-gradient(
    180deg,
    rgba(39, 41, 66, 1) 0%,
    rgba(17, 18, 33, 1) 100%
  );
  background: -moz-linear-gradient(
    180deg,
    rgba(39, 41, 66, 1) 0%,
    rgba(17, 18, 33, 1) 100%
  );
  background: linear-gradient(
    180deg,
    rgb(30 31 45) 0%,
    rgba(17, 18, 33, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#272942", endColorstr="#111221", GradientType=0);
  border: 1px solid #404057;
}
.dslca-module[data-id="DSLC_M_A"] .dslca-icon {
  /* color: #fff; */
}
.dslca-module[data-id="DSLC_M_A"]:hover {
  /* background: #bdc3c9; */
  box-shadow: 0 4px 3px 0 #7d7d9b5e, 0px 0px 10px 0 #7d7d9b5c inset;
  transform: translate(0px, 0px);
  background: #272942;
  background: -webkit-linear-gradient(
    180deg,
    rgba(39, 41, 66, 1) 0%,
    rgba(17, 18, 33, 1) 100%
  );
  background: -moz-linear-gradient(
    180deg,
    rgba(39, 41, 66, 1) 0%,
    rgba(17, 18, 33, 1) 100%
  );
  background: linear-gradient(180deg, rgb(43 44 65) 0%, rgb(8 8 14) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#272942", endColorstr="#111221", GradientType=0);
  border: 1px solid #7d7d9b;
}
.dslca-module:hover {
  box-shadow: 0 4px 3px 0 #7d7d9b5e, 0px 0px 10px 0 #7d7d9b5c inset;
  transform: translate(0px, 0px);
  background: #272942;
  background: -webkit-linear-gradient(
    180deg,
    rgba(39, 41, 66, 1) 0%,
    rgba(17, 18, 33, 1) 100%
  );
  background: -moz-linear-gradient(
    180deg,
    rgba(39, 41, 66, 1) 0%,
    rgba(17, 18, 33, 1) 100%
  );
  background: linear-gradient(180deg, rgb(43 44 65) 0%, rgb(8 8 14) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#272942", endColorstr="#111221", GradientType=0);
  border: 1px solid #7d7d9b;
}
div.dslca-module:hover,
div.dslca-module:hover * {
  color: #fff;
  cursor: grab;
  cursor: -webkit-grab;
}
div.dslca-module.dslca-module-dragging {
  position: relative;
  opacity: 1;
}
.dslc-module-front.dslca-module-dragging {
  box-shadow: none !important;
}
.dslc-module-front.dslca-module-ghost,
.dslc-modules-section-dnd.dslca-sections-ghost {
  background: rgba(229, 163, 88, 0.4) !important;
}
div.dslca-module.dslca-module-dragging *,
div.dslca-module.dslca-module-dragging,
div.dslca-module.dslca-module-dragging:hover,
div.dslca-module.dslca-module-dragging:hover *,
div.dslca-sections-dragging *,
div.dslca-sections-dragging,
div.dslca-sections-dragging:hover *,
div.dslca-sections-dragging:hover {
  cursor: grabbing;
  cursor: -webkit-grabbing;
}
.dslca-manage-action.dslca-move-modules-section-hook:hover,
.dslca-manage-action.dslca-move-modules-section-hook:hover *,
.dslca-manage-action.dslca-move-modules-area-hook:hover,
.dslca-manage-action.dslca-move-modules-area-hook:hover *,
.dslca-manage-action.dslca-move-module-hook:hover,
.dslca-manage-action.dslca-move-module-hook:hover * {
  cursor: grab;
  cursor: -webkit-grab;
}
.dslca-module .dslca-icon {
  color: #ffc4f1;
  vertical-align: top;
  font-size: 20px;
  display: block;
  line-height: 41px;
  text-align: center;
  text-shadow: 0px 1px rgba(0, 0, 0, 0.05);
}
.dslca-module.ui-draggable-dragging .dslca-icon {
  margin-right: 0;
}
.dslca-module-edit {
  position: fixed;
  top: 540px;
  right: 15px;
}
.dslca-modules-section-edit-options,
.dslca-module-edit-options,
.dslca-pseudo-module-edit-options {
  /* padding: 16px 15px 5px 15px; */
  /* min-height: 198px; */
  transform: translate(0, 0);
}
.dslca-modules-section-edit-option,
.dslca-modules-area-edit-option,
.dslca-module-edit-option,
.dslca-pseudo-module-edit-option,
.dslca-section-edit-option {
  display: block;
  padding-bottom: 40px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 40px;
  /* min-width: 180px; */
  position: relative;
  width: 100%;
}
.dslca-module-control-group,
.dslca-section-control-group {
  padding: 0px;
}
.dslca-module-control-group > .controls-group-inner,
.dslca-modules-area-control-group > .controls-group-inner,
.dslca-area-control-group > .controls-group-inner,
.dslca-section-control-group > .controls-group-inner {
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0;
  padding-bottom: 0;
  min-width: 140px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  position: relative;
  width: 100%;
}
.dslca-module-control-group > .controls-group-inner > .dslca-module-edit-label,
.dslca-modules-area-control-group > .controls-group-inner > .dslca-modules-area-edit-label,
.dslca-section-control-group
  > .controls-group-inner
  > .dslca-section-edit-label {
  position: relative;
  /* background: rgba(76, 129, 207, 0.4); */
  padding: 6px 11px 6px 0px;
  left: 0;
  border-radius: 2px 2px 0 0;
  width: 100%;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  border-bottom: 1px solid #d9d9d9a1;
  margin-bottom: 5px;
  display: table-cell;
  margin-right: auto;
  font-weight: 700;
}
.dslca-module-control-group
  > .controls-group-inner
  > .dslca-module-edit-label
  .dslc-control-toggle,
  .dslca-modules-area-control-group
  > .controls-group-inner
  > .dslca-modules-area-edit-label
  .dslc-control-toggle {
  display: none;
}
.dslca-module-edit-option-hidden {
  display: none !important;
}
.dslca-modules-area-edit-option input[type="text"],
.dslca-modules-area-edit-option input[type="email"],
.dslca-modules-area-edit-option input[type="number"],
.dslca-modules-area-edit-option textarea,
.dslca-modules-area-edit-option select,
.dslca-modules-area-edit-option input[type="text"]:focus,
.dslca-modules-area-edit-option input[type="email"]:focus,
.dslca-modules-area-edit-option input[type="number"]:focus,
.dslca-modules-area-edit-option textarea:focus,
.dslca-modules-area-edit-option select:focus,
.dslca-pseudo-modules-area-edit-field,
.dslca-module-edit-option input[type="text"],
.dslca-module-edit-option input[type="email"],
.dslca-module-edit-option input[type="number"],
.dslca-module-edit-option textarea,
.dslca-module-edit-option select,
.dslca-module-edit-option input[type="text"]:focus,
.dslca-module-edit-option input[type="email"]:focus,
.dslca-module-edit-option input[type="number"]:focus,
.dslca-module-edit-option textarea:focus,
.dslca-module-edit-option select:focus,
.dslca-pseudo-module-edit-field {
  background-color: #1d1f3b;
  border: 1px solid #46486d;
  border-radius: 3px;
  width: 100%;
  min-width: 140px;
  height: auto;
  background-color: #1d1f3b;
  border: 1px solid #46486d;
}
.dslca-module-edit-option-text,
.dslca-pseudo-module-edit-option {
  width: 235px;
}
.dslca-module-edit-option-checkbox {
  white-space: nowrap;
}
.dslca-module-edit-option-textarea {
  width: 500px;
}
.dslca-module-edit-label,
.dslca-pseudo-module-edit-label,
.dslca-modules-section-edit-label,
.dslca-modules-area-edit-label {
  color: #fff;
  display: block;
  font-weight: 600;
  font-size: 13px;
  line-height: 17px;
  margin-bottom: 7px;
  padding-right: 40px;
  white-space: nowrap;
  position: relative;
  width: 100%;
}
.dslca-module-edit-field-font {
  min-width: 140px;
}
.dslca-module-edit-field-font-wrapper,
.dslca-module-edit-field-icon-wrapper {
  display: table-cell;
  padding-right: 5px;
  position: relative;
  width: 80.2%;
}
.dslca-module-edit-field-font-wrapper input{
  margin: 0px !important;
}
.controls-group-inner .dslca-module-edit-option-font{
  margin-bottom: 5px;
}
.dslca-module-edit-field-font,
.dslca-module-edit-field-icon {
  vertical-align: middle;
}
.dslca-options-iconbutton {
  background: #3b6fbe none repeat scroll 0 0;
  border: 1px solid #3565ad;
  border-radius: 3px;
  cursor: pointer;
  display: table-cell;
  height: 32px;
  text-align: center;
  vertical-align: middle;
  padding: 0 10px;
}
.dslca-options-iconbutton.dslca-module-edit-field-font-prev {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.dslca-options-iconbutton.dslca-module-edit-field-font-next {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left-width: 0;
}
.dslca-options-iconbutton .dslca-icon {
  color: #8db6f3;
  font-size: 12px;
  line-height: 30px;
}
.dslca-module-edit-field-font-suggest,
.dslca-module-edit-field-icon-suggest {
  color: rgba(255, 255, 255, 0.5);
  position: absolute;
  left: 11px;
  top: 0;
  line-height: 2;
  font-size: 12px;
  vertical-align: middle;
  padding: 8px 0;
}
.dslca-module-edit-option-checkbox {
  width: auto;
}
.dslca-module-edit-option-checkbox input[type="checkbox"] {
  display: none;
}
.dslca-module-edit-option-checkbox-wrapper {
  display: table-cell;
  background: #3b6fbe;
  border-radius: 3px;
  border: 1px solid #3565ad;
  padding: 5px;
  padding-top: 2px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  column-gap: 15px;
  width: 100%;
}
.dslca-module-edit-option-checkbox-single {
  padding: 6px 8px;
  display: table-cell;
  width: auto;
}
.dslca-module-edit-option-checkbox-hook {
  cursor: pointer;
  font-size: 13px;
  font-weight: 400;
}
.dslca-module-edit-option-checkbox-hook .dslca-icon {
  margin-right: 10px;
}
.dslca-module-edit-option-radio {
  width: auto;
}
.dslca-module-edit-option-radio input[type="radio"] {
  vertical-align: bottom;
}
.dslca-module-edit-option-radio-wrapper {
  background: #3b6fbe;
  border-radius: 4px;
  border: 1px solid #3565ad;
  padding: 0 10px;
}
.dslca-module-edit-option-radio-single {
  margin: 6px;
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
}
.dslca-module-edit-option-box_shadow,
.dslca-module-edit-option-text_shadow {
  width: auto;
}
.dslca-module-edit-option-box-shadow-wrapper,
.dslca-module-edit-option-text-shadow-wrapper {
  display: table-cell;
  background: #3b6fbe;
  border-radius: 4px;
  border: 1px solid #3565ad;
  padding: 10px;
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
  /* align-items: center; */
  column-gap: 10px;
  width: 100%;
  flex-direction: row;
}
.dslca-module-edit-option-box-shadow-wrapper input:not([type="checkbox"]),
.dslca-module-edit-option-box-shadow-wrapper input:not([type="radio"]),
.dslca-module-edit-option-text-shadow-wrapper input:not([type="checkbox"]),
.dslca-module-edit-option-text-shadow-wrapper input:not([type="radio"]){
  min-width: 60px !important;
}
.dslca-module-edit-option-box-shadow-single,
.dslca-module-edit-option-text-shadow-single {
  display: table-cell;
  width: auto;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  padding-right: 6px;
  position: relative;
}
.dslca-module-edit-option-box-shadow-single{
  padding-left: 0px;
}
.dslca-module-edit-option-box-shadow-single:last-child,
.dslca-module-edit-option-text-shadow-single:last-child {
  padding-right: 0;
}
.dslca-module-edit-option-box-shadow-single span,
.dslca-module-edit-option-text-shadow-single span {
  font-size: 12px;
  margin-right: 6px;
  vertical-align: middle;
}
.dslca-module-edit-option-box-shadow-single span.wp-picker-input-wrap,
.dslca-module-edit-option-text-shadow-single span.wp-picker-input-wrap {
  margin-right: 0;
}
.dslca-module-edit-option-box-shadow-single input[type="number"],
.dslca-module-edit-option-text-shadow-single input[type="number"],
.dslca-module-edit-option-box-shadow-single input[type="text"],
.dslca-module-edit-option-text-shadow-single input[type="text"],
.dslca-module-edit-option-box-shadow-single input[type="number"]:focus,
.dslca-module-edit-option-text-shadow-single input[type="number"]:focus,
.dslca-module-edit-option-box-shadow-single input[type="text"]:focus,
.dslca-module-edit-option-text-shadow-single input[type="text"]:focus {
  width: 49px;
  min-width: auto;
  padding: 3px 7px;
  vertical-align: middle;
}
.dslca-module-edit-option-box-shadow-single
  input[type="text"].dslca-module-edit-option-box-shadow-color,
.dslca-module-edit-option-text-shadow-single
  input[type="text"].dslca-module-edit-option-text-shadow-color {
  width: 100px;
}
.dslca-module-edit-option-box-shadow-single input[type="checkbox"] {
  display: none;
}
.dslca-module-edit-option-box-shadow-single
  .dslca-module-edit-option-checkbox-hook {
  margin-right: 0;
}
.dslca-module-edit-option-box-shadow-single
  .dslca-module-edit-option-checkbox-hook
  .dslca-icon {
  margin-left: 10px;
  margin-right: 0;
  font-size: 13px;
  font-weight: normal;
}
.dslca-module-edit-option-text-align {
  width: auto;
}
.dslca-module-edit-option-text-align input[type="checkbox"] {
  display: none;
}
.dslca-module-edit-option-text-align-wrapper {
  background: #3b6fbe;
  border-radius: 4px;
  border: 1px solid #3565ad;
  padding: 0 10px;
  font-size: 0;
  display: table-cell;
}
.dslca-module-edit-option-text-align-single {
  display: table-cell;
  font-size: 14px;
  text-align: center;
  line-height: 1;
  vertical-align: middle;
  padding: 5px 12px;
}
.dslca-module-edit-option-text-align-hook {
  cursor: pointer;
  opacity: 0.6;
  line-height: 20px;
}
.dslca-module-edit-option-text-align-hook:hover {
  opacity: 0.8;
}
.dslca-module-edit-option-text-align-hook.dslca-active {
  opacity: 1;
}
.dslca-container:not([data-current-section="responsive"])
  .dslca-clear-responsive-options {
  display: none;
}
.dslca-module-edit-options-tab-hook,
.dslca-modules-area-edit-options-tab-hook,
.dslca-pseudo-module-edit-options-tab-hook,
.dslca-modules-area-clear-responsive-options,
.dslca-clear-responsive-options {
  color: #fff;
  cursor: pointer;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding: 6px 10px;
  border-radius: 3px;
  float: none;
  width: auto;
  margin-right: 2px;
  display: inline-block;
  white-space: nowrap;
}
.dslca-module-edit-options-tab-hook.dslca-active,
.dslca-module-edit-options-tab-hook.dslca-active:hover,
.dslca-modules-area-edit-options-tab-hook.dslca-active,
.dslca-modules-area-edit-options-tab-hook.dslca-active:hover {
  background: rgb(88 144 229);
  box-shadow: -1px 1px 1px 0 rgba(0, 0, 0, 0.22) inset;
}
.dslca-module-edit-options-tab-hook:hover,
.dslca-modules-area-edit-options-tab-hook:hover,
.dslca-pseudo-module-edit-options-tab-hook:hover,
.dslca-modules-area-clear-responsive-options,
.dslca-clear-responsive-options:hover {
  background: rgba(169, 239, 255, 0.17);
  color: #fff;
}
.dslca-module-edit-options-tab-hook[data-id="animation_styling"],
.dslca-module-edit-options-tab-hook[data-id="presets_styling"],
.dslca-modules-area-edit-options-tab-hook[data-id="animation_styling"],
.dslca-modules-area-edit-options-tab-hook[data-id="presets_styling"],
.dslca-modules-area-clear-responsive-options,
.dslca-clear-responsive-options {
  float: right;
}
.dslca-clear-styling-button {
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 4px;
  display: inline-block !important;
  float: right;
  font-weight: bold;
  padding: 4px 6px;
  position: absolute;
  right: 0;
  top: 15px;
  color: #a0c0f0;
  cursor: pointer;
  font-size: 11px;
  font-weight: 900;
  margin-right: 18px;
}
.dslca-clear-styling-button:hover {
  color: #fff;
}
.dslca-modules-section-edit {
  position: relative;
}
.dslca-modules-section-edit-option-hidden {
  display: none !important;
}
.dslca-modules-section-edit-option input[type="text"],
.dslca-modules-section-edit-option input[type="email"],
.dslca-modules-section-edit-option input[type="number"],
.dslca-modules-section-edit-option textarea,
.dslca-modules-section-edit-option select {
  background-color: #6c9fed;
  border: 1px solid #447bce;
  /* width: 100%; */
  height: auto;
  background-color: #1d1f3b;
  border: 1px solid #46486d;
}
.dslca-modules-section-edit-option-text {
  width: 235px;
}
.dslca-modules-section-edit-option-textarea {
  width: 500px;
}
.dslca-modules-section-edit-option-checkbox,
.dslca-modules-area-edit-option-checkbox {
  width: auto;
}
.dslca-modules-section-edit-option-checkbox input[type="checkbox"],
.dslca-modules-area-edit-option-checkbox input[type="checkbox"] {
  display: none;
}
.dslca-modules-section-edit-option-checkbox-wrapper,
.dslca-modules-area-edit-option-checkbox-wrapper {
  background: #3b6fbe;
  border-radius: 4px;
  border: 1px solid #3565ad;
  padding: 0 10px;
  width: auto;
}
.dslca-modules-section-edit-option-checkbox-single,
.dslca-modules-area-edit-option-checkbox-single {
  margin: 6px;
  display: table-cell;
  white-space: nowrap;
  padding: 8px;
}
.dslca-modules-section-edit-option-checkbox-hook,
.dslca-modules-area-edit-option-checkbox-hook {
  cursor: pointer;
  font-size: 12px;
  font-weight: 400;
}
.dslca-modules-section-edit-option-checkbox-hook .dslca-icon,
.dslca-modules-area-edit-option-checkbox-hook .dslca-icon {
  margin-right: 10px;
}
.dslca-modules-section-settings,
.dslca-modules-area-settings {
  display: none;
}
.dslca-templates {
  position: relative;
}
.dslca-template,
.dslca-templates .dslca-go-to-section-hook,
.dslca-templates .dslca-open-modal-hook {
  border-right: 1px solid rgba(0, 0, 0, 0.12);
  color: #fff;
  cursor: pointer;
  display: block;
  float: left;
  font-size: 15px;
  line-height: 1;
  padding: 19px 29px;
  /* font-size: 16px; */
  font-weight: 500;
}
.dslca-templates .dslca-go-to-section-hook:hover,
.dslca-templates .dslca-open-modal-hook:hover,
.dslca-template:hover,
.dslcs-main-tabs a:hover {
  background: #007bff4f;
  color: #fff;
}
.dslca-templates .dslca-go-to-section-hook .dslca-icon,
.dslca-templates .dslca-open-modal-hook .dslca-icon {
  color: rgb(255 255 255);
  margin-right: 9px;
  vertical-align: top;
  line-height: 14px;
}
.dslca-templates-load {
  border-top: 1px solid #d8827d;
}
.dslca-template-origin-user {
  /* padding-right: 50px; */
  position: relative;
}
.dslca-template .dslca-delete-template-hook {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  display: inline-block;
  margin-top: -6px;
  margin-left: 7px;
  padding: 5px 7px;
  cursor: pointer;
  position: absolute;
  right: 0;
  width: 35px;
  top: 22px;
}
.dslca-template-save-form input[type="text"] {
  background: #fff;
  border: 1px solid #d9dcdf;
  border-radius: 3px;
  color: #ffffff;
  display: block;
  margin-bottom: 15px;
  width: 100%;
  background-color: #1d1f3b;
  border: 1px solid #46486d;
}
#dslca-import-code {
  border: 1px solid #d9dcdf;
  border-radius: 3px;
  color: #ffffff;
  display: block;
  height: 150px;
  margin-bottom: 15px;
  overflow: hidden;
  width: 100%;
  background-color: #1d1f3b;
  border: 1px solid #46486d;
  resize: none;
}
#dslca-export-code {
  background: #fff;
  border: 1px solid #d9dcdf;
  border-radius: 3px;
  color: #ffffff;
  display: block;
  height: 150px;
  margin-bottom: 15px;
  overflow: hidden;
  width: 100%;
  background-color: #1d1f3b;
  border: 1px solid #46486d;
  resize: none;
}
.dslca-template-export-form .dslca-close-modal-hook {
  display: block;
  width: auto;
}
.dslca-switch {
  background: #1783bc;
  border-radius: 50%;
  bottom: -50px;
  cursor: pointer;
  height: 100px;
  left: 45%;
  position: fixed;
  width: 100px;
}
.dslca-submit {
  background: #54c13f;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  line-height: 34px;
  position: relative;
  text-align: center;
  width: 48%;
  margin-right: 2%;
}
.dslca-submit-secondary {
  background: #0050a5;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  line-height: 34px;
  text-align: center;
  width: 110px;
}
.dslca-cancel {
  background: #e10000;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  line-height: 34px;
  text-align: center;
  width: 48%;
}
.dslca-module-reloading {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
  color: #0050a5;
}
.dslca-module-reloading .dslca-icon {
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -10px;
}
.dslca-module-placeholder,
.dslca-modules-section-placeholder {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
.dslca-module-placeholder {
  position: relative;
  background: #0050a5;
  height: 40px;
  float: left;
}
.dslca-placeholder-help-text {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
}
.dslca-placeholder-help-text-inner {
  background: #0050a5;
  border-radius: 3px 3px 0 0;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.5px;
  display: inline-block;
  padding: 5px 10px;
}
.dslc-modules-area.dslc-modules-area-empty {
  margin-bottom: 20px;
  min-height: 138px;
  box-shadow: 0 0 0 2px rgba(173, 175, 179, 0.4);
  text-align: center;
  vertical-align: middle;
}
.dslc-modules-area.dslc-modules-area-empty:last-child {
  margin-bottom: 0px;
}
.dslc-modules-area-empty::after {
  content: "Drop modules here";
  display: inline-block;
  opacity: 1;
  color: rgba(173, 175, 179, 0.4);
  left: 0;
  right: 0;
  top: 50%;
  margin-top: -10px;
  position: absolute;
  font-size: 15px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
.dslc-module-front {
  position: relative;
  min-height: 30px;
}
.dslc-module-front:hover {
  z-index: 999999;
}
body.module-editing-in-progress
  .dslc-module-front:not(.dslca-module-being-edited),
body.section-editing-in-progress
  .dslc-modules-section:not(.dslca-modules-section-being-edited) {
  cursor: default !important;
}
.dslc-module-front:hover,
.dslc-module-front:hover * {
  cursor: pointer;
}
.dslc-modules-area:hover {
  box-shadow: 0 0 0 2px #adafb3 inset;
}
.dslc-modules-area:hover .dslc-module-front:hover {
  box-shadow: 0 0 0 2px #4f8ff1 inset;
}
.dslc-module-front.dslca-module-dragging {
  animation: none !important;
}
.dslc-modules-area.dslca-options-hovered .dslc-module-front {
  box-shadow: 0 0 0 0 transparent;
}
.dslc-control-toggle {
  cursor: pointer;
  font-size: 15px;
  opacity: 0.5;
  position: absolute;
  right: 12px;
}
.dslc-control-toggle:hover {
  opacity: 1;
}
.dslca-option-off {
  opacity: 0.5;
}
.dslc-control-toggle:before {
  content: "\f205";
}
.dslca-option-off .dslc-control-toggle:before {
  content: "\f204";
}
.dslc-modules-area {
  outline: 0;
}
.dslc-modules-area-empty.dslc-modules-area.dslca-options-hovered {
  box-shadow: 0 0 0 2px rgba(173, 175, 179, 0.4);
}
.dslc-modules-area.dslca-options-hovered {
  box-shadow: 0 0 0 2px rgba(173, 175, 179, 0.4);
}
.dslc-modules-area-empty.dslca-options-hovered {
  outline: none !important;
}
.dslc-module-front.ui-sortable-helper {
  background: #0050a5;
  border-radius: 3px;
  height: 0 !important;
  width: 0 !important;
  overflow: hidden;
  opacity: 1 !important;
  cursor: move;
  padding: 0 !important;
  border: 0 !important;
  outline: none !important;
}
.dslc-module-front.ui-sortable-helper * {
  opacity: 0;
}
.dslc-module-front .dslc-sortable-helper-icon {
  display: none;
  position: absolute;
  left: 25px;
  top: 25px;
  color: rgba(255, 255, 255, 0.5);
}
.dslc-module-front.ui-sortable-helper .dslc-sortable-helper-icon {
  display: block;
  opacity: 1;
}
.dslc-modules-area.ui-sortable-helper {
  cursor: move;
  border: 0 !important;
  outline: 0 !important;
}
.dslc-modules-area.ui-sortable-helper * {
  opacity: 0;
}
.dslc-modules-section.ui-sortable-helper {
  max-height: 0px !important;
  width: 100% !important;
  overflow: hidden !important;
  opacity: 0 !important;
  padding: 0 !important;
  outline: 0 !important;
  border: 0 !important;
}
.dslca-save-composer,
.dslca-save-draft-composer {
  background: #123258;
  border-radius: 3px 6px 6px 3px;
  cursor: pointer;
  font-size: 14px;
  float: left;
  line-height: 1;
  opacity: 0;
  display: none;
  padding: 10px 12px;
  padding-right: 43px;
  text-decoration: none;
  position: relative;
  margin-right: 6px;
  width: 155px;
  font-weight: 500;
}
.dslca-save-composer-helptext {
  color: #ffffff;
  white-space: nowrap;
}
.dslca-save-composer .dslca-save-composer-icon,
.dslca-save-draft-composer .dslca-save-draft-composer-icon {
  background: #5da937;
  bottom: 0;
  border-radius: 0 3px 3px 0;
  border-top: 0px solid #233f14;
  cursor: pointer;
  color: #fff;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  width: 30px;
}
.dslca-save-composer .dslca-save-composer-icon .dslca-icon {
  color: #fff;
  margin: 0;
  position: relative;
  top: 10px;
}
.dslca-save-draft-composer-helptext {
  color: #ffffff;
  white-space: nowrap;
}
.dslca-save-draft-composer .dslca-save-draft-composer-icon .dslca-icon {
  color: #fff;
  margin: 0;
  position: relative;
  top: 10px;
}
.dslca-no-content {
  position: absolute;
  display: none;
  border: 2px dashed #0050a5;
  padding: 35px 10px;
  width: 100%;
  text-align: center;
}
.dslc-modules-area-empty .dslca-no-content {
  display: block;
}
.dslca-no-content .dslca-icon {
  margin-right: 10px;
}
.dslc-modules-area.dslc-2-col .dslca-no-content-help-text,
.dslc-modules-area.dslc-1-col .dslca-no-content-help-text {
  display: none;
}
.dslc-modules-area.dslc-2-col .dslca-icon,
.dslc-modules-area.dslc-1-col .dslca-icon {
  margin-right: 0;
}
.dslca-templates-actions {
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
div.dslca-add-modules-section {
  text-align: center;
  margin-top: 30px;
  width: 80%;
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 180px;
  overflow: hidden;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
.dslca-add-modules-section-hook,
.dslca-import-modules-section-hook {
  background: #0050a5 !important;
  border-radius: 3px;
  color: #fff !important;
  cursor: pointer;
  display: block;
  font-size: 15px !important;
  float: left;
  line-height: 1 !important;
  padding: 14px 0;
  text-decoration: none !important;
  width: 70% !important;
  box-shadow: none !important;
}
.dslca-add-modules-section-hook:hover,
.dslca-import-modules-section-hook:hover {
  background: #0564cb !important;
  color: #fff !important;
}
.dslca-modules-section-add .dslca-add-modules-section-hook{
  background: #e5855f!important;
  width: 0px !important;
}

.dslca-modules-section-add .dslca-add-modules-section-hook:hover
{
  background: #FF9162!important;
  color: #fff!important;
}
.dslca-add-modules-section .dslca-icon,
.dslca-import-modules-section .dslca-icon {
  margin-right: 10px;
  color: rgb(255 255 255) !important;
}
.dslca-import-modules-section-hook {
  float: right;
  width: 28% !important;
}
.dslc-modules-section {
  position: relative;
}
.dslc-modules-section:hover {
  box-shadow: 0 0 0 2px #ef7c5b inset;
}
.dslc-modules-section.dslca-change-width-active {
  z-index: 100;
}
body .dslca-cmd {
  display: none;
}
body.key-press-cmd .dslca-cmd-hide {
  display: none;
}
body.key-press-cmd .dslca-cmd,
body.key-press-cmd .dslca-cmd.dslca-manage-action {
  display: flex;
}
.dslca-manage-action {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #ed7c5f;
  text-decoration: none;
  font-size: 14px;
  line-height: 15px;
  text-align: center;
  min-width: 30px;
  margin-right: -2px;
  position: relative;
}
.dslca-manage-action:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  bottom: 0;
  right: 0;
}
.dslca-module-manage-inner .dslca-manage-action {
  background-color: #0d0e1e;
}
.dslca-manage-action svg {
  max-width: 15px;
}
.dslca-icon {
  vertical-align: middle;
}
.dslca-manage-action:first-child {
  border-radius: 3px 0 0 0;
}
.dslca-manage-action:last-child {
  border-radius: 0 3px 0 0;
}
.dslca-modules-section-manage {
  bottom: auto;
  top: -30px;
  left: 0;
  right: 0;
  height: 30px;
  visibility: hidden;
  padding-right: 0;
  position: absolute;
  z-index: 999999;
  width: 20%;
  margin: 0 auto;
  text-align: center;
}
.dslca-modules-section-add {
  bottom: -14px;
  left: 0;
  right: 0;
  height: 30px;
  visibility: hidden;
  padding-right: 0;
  position: absolute;
  z-index: 999999;
  width: 20%;
  margin: 0 auto;
  text-align: center;
}
.dslc-first-row {
    transition: margin-top 0.3s ease;
}
.dslc-first-row:hover {
  margin-top: 30px !important;
}
.dslca-modules-section-manage:hover {
  z-index: 100000;
}
.dslc-modules-section:hover .dslca-modules-section-manage,
.dslc-modules-section:hover .dslca-modules-section-add {
  visibility: visible !important;
}
.dslca-modules-section-manage-inner,
.dslca-module-manage-inner {
  display: flex;
  justify-content: center;
  vertical-align: middle;
  border-radius: 3px;
  line-height: 1;
  position: relative;
  z-index: 99999;
  height: 30px;
  opacity: 0;
  cursor: pointer;
}
.dslca-modules-section-manage-inner {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.dslca-modules-section-manage .dslca-manage-action:hover {
  background: #db6a3a;
}
.dslca-module-manage-inner .dslca-manage-action:hover {
  /* background: #0d0e1e; */
}
.dslca-modules-section-placeholder {
  position: relative;
  background: #e5855f;
  height: 2px;
  width: 100%;
  margin: 10px 0;
}
.dslca-modules-section-placeholder .dslca-placeholder-help-text-inner {
  background: #e5855f;
}
.dslca-add-modules-area-hook {
  background: #5fb7e5;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
  line-height: 1;
  margin-right: 7px;
  padding: 7px 10px;
  text-decoration: none;
  vertical-align: middle;
}
.dslca-add-modules-area-hook:hover {
  color: #fff;
}
.dslca-add-modules-area-hook .dslca-icon {
  margin-right: 5px;
  color: rgba(255, 255, 255, 0.5);
  position: relative;
  top: 1px;
}
.dslc-modules-area {
  position: relative;
}
.dslca-modules-area-drag-in-progress .dslc-modules-area {
  margin-right: 1% !important;
  clear: none;
}
.dslca-modules-area-manage {
  visibility: hidden;
  /* opacity: 0.5; */
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.dslc-modules-area:hover .dslca-modules-area-manage {
  visibility: visible;
  /* opacity: 0.5; */
}
.dslc-modules-section.dslc-full:hover
  .dslc-modules-area:hover
  .dslca-modules-area-manage {
  z-index: 9999999;
}
.dslc-modules-area .dslca-modules-area-manage:hover {
  opacity: 1;
}
.dslca-modules-area-manage {
  bottom: 0;
  position: absolute;
  left: -28px;
  top: 0;
  margin-right: 0px;
  text-align: center;
  z-index: 999999;
}
.dslca-modules-area-manage.dslca-horizontal {
  top: 50%;
}
.dslc-modules-section.dslc-full .dslca-modules-area-manage {
  right: auto;
  left: 0;
  margin-right: 0;
}
.dslca-modules-area-manage-inner {
  display: flex;
  flex-flow: column;
  border-radius: 3px 0 0 3px;
  border-right-width: 0;
  margin-top: 10px;
  position: relative;
  z-index: 99999;
}
.dslca-horizontal .dslca-modules-area-manage-inner {
  margin-top: -47px;
}
.dslc-modules-section.dslc-full .dslca-modules-area-manage-inner {
  border-radius: 0 3px 3px 0;
}
.dslca-modules-area-manage .dslca-manage-action {
  color: #fff;
  background-color: #18191e;
  display: block;
  text-decoration: none;
  line-height: 1px;
  text-align: center;
  margin: 0;
  padding: 1px 7px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
.dslca-modules-area-manage-inner .dslca-manage-action:first-child {
  margin-left: 0;
  margin-top: 0;
  padding-top: 6px;
  border-radius: 3px 0 0 0;
}
.dslca-modules-area-manage .dslca-manage-action:last-child {
  padding-bottom: 6px;
  border-radius: 0 0 3px 3px;
}
#dslc-content .dslca-modules-area-manage .dslca-manage-action:hover {
  color: #fff;
  background: #507fc9;
}
#dslc-content .dslca-modules-area-manage .dslca-change-width-modules-area-hook {
  position: relative;
}
#dslc-content .dslca-modules-area-manage .dslca-icon {
  font-size: 12px;
}
.dslca-change-width-modules-area-options,
.dslca-change-width-module-options,
.dslca-change-vertial-align-module-area-options {
  background: #fff;
  border: 1px solid #d9dcdf;
  border-radius: 3px;
  display: none;
  padding: 7px;
  position: absolute;
  top: -6px;
  left: 25px;
  z-index: 99999;
  width: 122px;
}
.dslca-change-vertial-align-module-area-options {
  padding: 12px;
  padding-top: 18px;
}
.dslca-change-width-module-hook:hover > .dslca-change-width-module-options,
.dslca-change-width-modules-area-hook:hover
  > .dslca-change-width-modules-area-options,
.dslca-change-vertial-align-module-area-hook:hover
  > .dslca-change-vertial-align-module-area-options {
  display: block;
}
.dslca-change-width-module-options {
  top: 24px;
  left: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-top: none;
  padding-bottom: 18px;
}
.dslca-change-width-modules-area-options:after,
.dslca-change-width-modules-area-options:before {
  right: 100%;
  top: 18px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.dslca-change-width-modules-area-options:after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #fff;
  border-width: 10px;
  margin-top: -10px;
}
.dslca-change-width-modules-area-options:before {
  border-color: rgba(205, 205, 205, 0);
  border-right-color: #cdcdcd;
  border-width: 11px;
  margin-top: -11px;
}
.dslca-change-width-modules-area-options span,
.dslca-change-width-module-options span {
  background: #4785db;
  border-radius: 3px;
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  line-height: 24px;
  max-width: 44px;
  margin: 1px;
  text-align: center;
  width: 44px;
}
.dslca-change-width-modules-area-options span:hover,
.dslca-change-width-module-options span:hover {
  background: #6b9ff1;
}
.dslca-change-width-modules-area-options span:first-child,
.dslca-change-width-module-options span:first-child,
.dslca-change-vertial-align-module-area-options span:first-child {
  background: none;
  color: #5e636a;
  display: inline-block;
  font-size: 13px;
  margin-bottom: 5px;
  max-width: none;
  width: auto;
}
.dslca-change-vertial-align-module-area-options span:first-child {
  margin-bottom: 16px;
}
.dslc-modules-area.dslc-1-col
  .dslca-change-width-modules-area-options
  span[data-size="1"],
.dslc-modules-area.dslc-2-col
  .dslca-change-width-modules-area-options
  span[data-size="2"],
.dslc-modules-area.dslc-3-col
  .dslca-change-width-modules-area-options
  span[data-size="3"],
.dslc-modules-area.dslc-4-col
  .dslca-change-width-modules-area-options
  span[data-size="4"],
.dslc-modules-area.dslc-5-col
  .dslca-change-width-modules-area-options
  span[data-size="5"],
.dslc-modules-area.dslc-6-col
  .dslca-change-width-modules-area-options
  span[data-size="6"],
.dslc-modules-area.dslc-7-col
  .dslca-change-width-modules-area-options
  span[data-size="7"],
.dslc-modules-area.dslc-8-col
  .dslca-change-width-modules-area-options
  span[data-size="8"],
.dslc-modules-area.dslc-9-col
  .dslca-change-width-modules-area-options
  span[data-size="9"],
.dslc-modules-area.dslc-10-col
  .dslca-change-width-modules-area-options
  span[data-size="10"],
.dslc-modules-area.dslc-11-col
  .dslca-change-width-modules-area-options
  span[data-size="11"],
.dslc-modules-area.dslc-12-col
  .dslca-change-width-modules-area-options
  span[data-size="12"],
.dslc-module-front.dslc-1-col
  .dslca-change-width-module-options
  span[data-size="1"],
.dslc-module-front.dslc-2-col
  .dslca-change-width-module-options
  span[data-size="2"],
.dslc-module-front.dslc-3-col
  .dslca-change-width-module-options
  span[data-size="3"],
.dslc-module-front.dslc-4-col
  .dslca-change-width-module-options
  span[data-size="4"],
.dslc-module-front.dslc-5-col
  .dslca-change-width-module-options
  span[data-size="5"],
.dslc-module-front.dslc-6-col
  .dslca-change-width-module-options
  span[data-size="6"],
.dslc-module-front.dslc-7-col
  .dslca-change-width-module-options
  span[data-size="7"],
.dslc-module-front.dslc-8-col
  .dslca-change-width-module-options
  span[data-size="8"],
.dslc-module-front.dslc-9-col
  .dslca-change-width-module-options
  span[data-size="9"],
.dslc-module-front.dslc-10-col
  .dslca-change-width-module-options
  span[data-size="10"],
.dslc-module-front.dslc-11-col
  .dslca-change-width-module-options
  span[data-size="11"],
.dslc-module-front.dslc-12-col
  .dslca-change-width-module-options
  span[data-size="12"] {
  background: #3b6fbe;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.28) inset;
  cursor: default;
}
.dslc-popup-option {
  display: block;
  width: 100%;
  background: #4785db;
  border-radius: 3px;
  font-size: 13px;
  font-weight: 400;
  line-height: 24px;
  margin: 1px;
  text-align: left;
  cursor: default;
}
.dslc-modules-area-empty .dslca-modules-area-manage {
  top: 12px;
  bottom: auto;
}
.dslc-modules-area-empty .dslca-modules-area-manage-inner {
  margin-top: 0;
}
.dslca-modules-area-placeholder {
  position: relative;
  background: #0050a5;
  height: 2px;
  margin: 10px;
  float: left;
}
body.rtl .dslca-modules-area-placeholder {
  float: right;
}
.dslca-module-manage {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -77px;
  top: 0;
  text-align: center;
  z-index: 99999;
  line-height: 1;
}
#dslc-content .dslc-small-height-module .dslca-module-manage {
  top: -28px;
}
#dslc-content
  .dslc-small-height-module
  .dslca-module-manage
  .dslca-module-manage-hook:first-child {
  border-radius: 3px 0 0 3px;
}
#dslc-content
  .dslc-small-height-module
  .dslca-module-manage
  .dslca-module-manage-hook:last-child {
  border-radius: 0 3px 3px 0;
}
.dslca-module-manage-inner {
  background: #0050a5;
}
.dslca-module-manage-inner.dslca-dev-mode {
  background: #444;
  border-color: #333;
}
#dslc-content
  .dslc-modules-area.dslc-1-col
  .dslca-module-manage
  .dslca-module-manage-hook,
#dslc-content
  .dslc-modules-area.dslc-2-col
  .dslca-module-manage
  .dslca-module-manage-hook {
  margin-right: -2px;
}
#dslc-content .dslca-module-manage .dslca-module-manage-hook:first-child {
  margin-top: 0;
  border-radius: 0 0 0 3px;
}
#dslc-content .dslca-module-manage .dslca-module-manage-hook:last-child {
  margin-right: 0 !important;
  border-radius: 0 0 3px 0;
}
#dslc-content .dslca-module-manage .dslca-module-manage-hook:hover {
  color: #fff;
}
.dslca-section-scroller {
  position: relative;
  height: calc(100vh - 165px);
  /* margin-right: 80px; */
  /* overflow: hidden; */
  display: flex;
  flex-direction: column;
  /* width: 350px; */
  /* flex-wrap: wrap; */
}
.dslca-section-scroller-inner {
  /* position: absolute; */
  top: 0;
  left: 0;
  bottom: 0;
  /* width: 999999px; */
  /* text-align: left; */
  /* -webkit-transition: left 0.3s ease-in-out; */
  -moz-transition: left 0.3s ease-in-out;
  /* transition: left 0.3s ease-in-out; */
  /* height: 87vh; */
  /* overflow-y: scroll; */
  /* overflow-x: hidden; */
}
.dslca-section-scroller-content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: calc(100vh - 165px);

  /* Smooth scroll effect */
  scroll-behavior: smooth;

  /* Scrollbar styling for WebKit browsers */
  /* scrollbar-width: thin; */ /* Firefox */
  background: #97979700 !important; /* Transparent scrollbar base */

  /* Optional padding if needed */
  padding-right: 1px;
  scrollbar-color: #8d93a5 transparent;
}

/* Scrollbar styles for Chrome, Edge, and Safari */
.dslca-section-scroller-content::-webkit-scrollbar {
  width: 8px;
  background-color: #000;
}

.dslca-section-scroller-content::-webkit-scrollbar-track {
  background: transparent !important; /* Transparent scrollbar base */
  border-radius: 20px;
}

.dslca-section-scroller-content::-webkit-scrollbar-thumb {
  background: #666;
  border-radius: 20px;
}

.dslca-section-scroller-content::-webkit-scrollbar-thumb:hover {
  background: #cccccc;
}

.dslca-section-scroller-fade {
  background: -moz-linear-gradient(
    left,
    rgba(88, 144, 229, 0) 0%,
    #4674b9 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0%, rgba(88, 144, 229, 0)),
    color-stop(100%, #4674b9)
  );
  background: -webkit-linear-gradient(
    left,
    rgba(88, 144, 229, 0) 0%,
    #4674b9 100%
  );
  background: -o-linear-gradient(left, rgba(88, 144, 229, 0) 0%, #4674b9 100%);
  background: -ms-linear-gradient(left, rgba(88, 144, 229, 0) 0%, #4674b9 100%);
  background: linear-gradient(to right, rgba(88, 144, 229, 0) 0%, #4674b9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00004799', endColorstr='#0050a5',GradientType=1 );
  /* position: absolute; */
  right: 80px;
  width: 20px;
  bottom: 0;
  top: 0;
  z-index: 1;
}
.dslca-section-scroller-nav {
  position: absolute;
  right: 0;
  top: 0;
  /* bottom: 0; */
  /* overflow: hidden; */
  width: 80px;
  /* font-size: 30px; */
  height: 75px;
}
.dslca-section-scroller-nav > a {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  text-decoration: none;
  outline: none !important;
  background: rgba(0, 0, 0, 0.2);
}
.dslca-section-scroller-nav > a:hover {
  background: rgba(0, 0, 0, 0.15);
}
.dslca-section-scroller-nav > a:active {
  background: rgba(0, 0, 0, 0.25);
}
.dslca-section-scroller-nav .dslca-section-scroller-next {
  left: auto;
  right: 0;
}
.dslca-section-scroller-prev .dslca-icon,
.dslca-section-scroller-next .dslca-icon {
  color: #fff;
}
.dslca-modal {
  background: #fff;
  border-radius: 3px;
  color: #444;
  display: none;
  padding: 14px 17px;
  position: absolute;
  bottom: 55px;
  -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
  z-index: 9999991;
}
.dslca-modal:after {
  top: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.dslca-modal:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #ffffff;
  border-width: 7px;
  left: 50%;
  margin-left: -7px;
  display: none;
}
.dslca-prompt-modal-msg textarea {
  width: 100%;
  min-height: 80px;
  padding: 5px;
  line-height: 1.6em;
  font-size: 13px;
  color: #848484;
}
.dslca-prompt-modal {
  background: rgba(255, 255, 255, 0.8);
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999999;
  height: 100%;
}
.dslca-prompt-modal-content {
  background: #fff;
  border-radius: 3px;
  top: 50%;
  position: relative;
  width: 400px;
  margin: 0 auto;
  margin-top: -123px;
  padding: 40px;
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.04), 0 0 7px rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.04), 0 0 7px rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.04), 0 0 7px rgba(0, 0, 0, 0.12);
}
.dslca-prompt-modal-msg {
  text-align: center;
}
.dslca-prompt-modal-title {
  color: #424242;
  display: block;
  /* font-family: "Lato"; */
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 22px;
}
.dslca-prompt-modal-descr {
  color: #8a8a8a;
  display: block;
  /* font-family: "Lato"; */
  font-size: 13px;
  font-weight: normal;
  line-height: 22px;
  margin-bottom: 22px;
}
.dslca-prompt-modal-actions {
  text-align: center;
}
.dslca-prompt-modal-confirm-hook {
  margin-right: 7px;
}
.dslca-prompt-modal-actions .dslc-icon {
  color: rgba(255, 255, 255, 0.5);
  margin-right: 6px;
}
.dslca-prompt-modal {
  background: rgb(6 6 6 / 48%);
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999999;
  height: 100%;
}
.dslca-prompt-modal-content {
  background: #171827;
  border-radius: 6px;
  top: 50%;
  position: relative;
  width: 400px;
  margin: 0 auto;
  margin-top: -123px;
  padding: 30px 20px;
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.04), 0 0 7px rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.04), 0 0 7px rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.04), 0 0 7px rgba(0, 0, 0, 0.12);
}
.dslca-prompt-modal-msg {
  text-align: center;
}
.dslca-prompt-modal-title {
  color: #ffffff;
  display: block;
  font-size: 23px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 22px;
}
.dslca-prompt-modal-descr {
  color: #ffffff;
  display: block;
  font-size: 13px;
  font-weight: normal;
  line-height: 22px;
  margin-bottom: 22px;
}
.dslca-prompt-modal-descr textarea {
  width: 100%;
  min-height: 80px;
  padding: 5px;
  font-size: 11px;
}
.dslca-prompt-modal-actions {
  text-align: center;
}
.dslca-prompt-modal-actions .dslc-icon {
  color: rgba(255, 255, 255, 0.5);
  margin-right: 6px;
}
.dslca-module-options-front,
.dslca-accordion-plain-content,
.dslca-tab-plain-content {
  display: none;
}
.dslca-module-options-front-backup {
  display: none;
}
.dslca-module-edit-option-size,
#dslca-code,
#dslca-content-for-search,
.dslca-module-code,
.dslca-modules-area-code,
.dslca-section-code {
  display: none !important;
}
#dslca-wysiwyg {
  position: absolute;
  top: 0;
  left: -110%;
  z-index: 99999;
  height: 200px;
  padding-bottom: 60px;
}
#dslcawysiwyg {
  overflow: hidden;
  height: 100px;
}
#wp-dslcawysiwyg-editor-container {
  height: 82%;
}
#dslc-content .dslc-module-front.dslca-module-wysiwyg-active {
  opacity: 0;
  min-height: 200px;
}
#dslca-wysiwyg-actions {
  bottom: 0;
  position: absolute;
  color: #fff;
  left: 0;
  line-height: 1;
  right: 0;
  text-align: right;
}
#dslca-wysiwyg-actions-save-hook {
  background: #5bd63b;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  padding: 13px 10px;
  position: relative;
  text-align: center;
}
#dslca-wysiwyg-actions-cancel-hook {
  background: #e55858;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  padding: 13px 10px;
  position: relative;
  text-align: center;
}
#dslc-content .dslca-wysiwyg-actions-edit {
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
}
.dslca-enabled.dslca-composer-hidden #dslc-content .dslca-wysiwyg-actions-edit {
  display: none;
}
#dslc-content .dslca-wysiwyg-actions-edit-hook {
  background: #5593eb;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 12px;
  line-height: 1;
  font-weight: bold;
  position: relative;
  padding: 7px 10px;
  border-radius: 0 0 0 3px;
  letter-spacing: 0;
}
#dslc-content .dslca-wysiwyg-actions-edit-hook:hover {
  background: #5080c9;
  z-index: 99999;
}
body.dslca-enabled .ui-widget-overlay,
body.dslca-enabled .ui-dialog,
body.dslca-enabled #mceModalBlocker,
body.dslca-enabled #wp-link-backdrop,
body.dslca-enabled #mce-modal-block {
  z-index: 99999999 !important;
}
body.dslca-enabled .clearlooks2,
body.dslca-enabled #menu_dslcawpeditor_dslcawpeditor_formatselect_menu,
body.dslca-enabled #dslcawpeditor_forecolor_menu,
body.dslca-enabled #wp-link-wrap,
body.dslca-enabled .mce-menu,
body.dslca-enabled .mce-panel {
  z-index: 999999991 !important;
}
body.dslca-enabled .mce_fullscreen {
  display: none;
}
@keyframes "dslcBounceIn" {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  70% {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    transform: scale(1.05);
  }
  90% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes dslcBounceIn {
  0% {
    -moz-transform: scale(0);
    transform: scale(0);
    filter: alpha(opacity=0);
    opacity: 0;
  }
  70% {
    -moz-transform: scale(1.05);
    transform: scale(1.05);
  }
  90% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
  100% {
    filter: alpha(opacity=100);
    opacity: 1;
  }
}
@-webkit-keyframes "dslcBounceIn" {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    filter: alpha(opacity=0);
    opacity: 0;
  }
  70% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  90% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    filter: alpha(opacity=100);
    opacity: 1;
  }
}
@keyframes "dslcBounceOut" {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@-moz-keyframes dslcBounceOut {
  0% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -moz-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@-webkit-keyframes "dslcBounceOut" {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@keyframes "dslcBounceOut2" {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
  30% {
    -webkit-transform: scale(1.01);
    -moz-transform: scale(1.01);
    transform: scale(1.01);
  }
  100% {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@-moz-keyframes dslcBounceOut2 {
  0% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
  30% {
    -moz-transform: scale(1.01);
    transform: scale(1.01);
  }
  100% {
    -moz-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@-webkit-keyframes "dslcBounceOut2" {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  30% {
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
  }
  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@keyframes "dslcOpacityDrop" {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.7;
  }
}
@-moz-keyframes dslcOpacityDrop {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.7;
  }
}
@-webkit-keyframes "dslcOpacityDrop" {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.7;
  }
}
@keyframes "dslcRotate" {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes dslcRotate {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes "dslcRotate" {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.dslca-save-composer.dslca-init-animation,
.dslca-save-draft-composer.dslca-init-animation,
.dslc-modules-area.dslca-init-animation {
  display: block;
  opacity: 1;
  -webkit-animation-name: dslcBounceIn;
  -moz-animation-name: dslcBounceIn;
  animation-name: dslcBounceIn;
  animation-duration: 0.6s;
  -webkit-animation-duration: 0.6s;
}
.dslc-editable-content:focus,
.dslc-editable-content.dslc-pen {
  outline: 1px dashed rgba(0, 0, 0, 0.2);
}
span.dslca-manage-action,
span.dslca-manage-action:hover,
span.dslca-manage-action:hover * {
  cursor: pointer;
}
.dslca-module-being-edited .dslca-module-manage {
  display: none !important;
}
.dslc-notification .dslca-refresh-module-hook {
  right: 35px;
}
.dslca-container .dslca-module-edit-option-slider,
.dslca-container .dslca-modules-section-edit-option-slider {
  position: relative;
}

.controls-group-margin .dslca-modules-section-edit-option { width: 48% !important; display: inline-block;}
.controls-group-padding .dslca-modules-section-edit-option,
.dslca-section-control-group div[data-id="sticky_row_padding_top"],
.dslca-section-control-group div[data-id="sticky_row_padding_bottom"],
.dslca-section-control-group div[data-id="sticky_row_padding_left"],
.dslca-section-control-group div[data-id="sticky_row_padding_right"] { width: 48% !important; display: inline-block;}

/* .controls-group-margin .dslca-modules-section-edit-option .dslca-module-edit-field-slider,
.controls-group-padding .dslca-modules-section-edit-option .dslca-module-edit-field-slider, 
.dslca-module-edit-field-slider { width:calc(100% - 15px)!important; left:7px !important; } */



.dslca-modules-edit-field-slider {
  display: none;
}
/* .dslca-container .dslca-module-edit-field-slider,
.dslca-container .dslca-modules-section-edit-field-slider {
  background: #6c9fed;
  border-radius: 5px;
  position: absolute;
  height: 5px;
  left: 15px;
  right: 15px;
  margin-top: 0px;
}
.dslca-container .dslca-module-edit-field-slider .ui-slider-handle,
.dslca-container .dslca-modules-section-edit-field-slider .ui-slider-handle {
  background: #3b6fbe;
  border: 1px solid #3565ad;
  border-radius: 50%;
  top: -6px;
  position: absolute;
  width: 15px;
  height: 15px;
  margin-left: -7px;
  cursor: ew-resize;
} */
.dslca-module-edit-field-numeric-wrap,
.dslca-modules-section-edit-field-numeric-wrap {
  position: relative;
  width: 100%;
}
.dslca-module-edit-field-numeric-ext,
.dslca-modules-section-edit-field-numeric-ext {
  position: absolute;
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  right: 15px;
  top: 50%;
  margin-top: -5px;
  line-height: 1;
  width: auto;
}
.dslca-module-edit-option-slider .dslca-module-edit-field-numeric-ext {
  right: 10px;
  top: 24px;
}
.dslca-separator-empty {
  height: 1px;
  line-height: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
}
.dslca-separator-empty span {
  background: #fff;
  border-radius: 3px;
  color: #a0a0a0;
  display: inline-block;
  font-size: 10px;
  line-height: 1;
  padding: 3px 6px;
  position: relative;
  top: -7px;
}
.dslca-wp-editor {
  background: rgba(0, 0, 0, 0.7);
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999999;
  /* width: 65%; */
}
.dslca-wp-editor-inner {
  background: #fff;
  position: fixed;
  top: 30px;
  left: 15%;
  right: 30px;
  bottom: 30px;
  padding: 50px;
  margin: 45px;
  height: 72vh;
  width: 60%;
}
.dslca-wp-editor-notification {
  margin-top: 30px;
}
.dslca-wp-editor-actions {
  margin-top: 30px;
}
#wp-dslcawpeditor-editor-container {
  border: 1px solid #ddd;
  height: 63vh;
}
.dslca-invisible-overlay {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99998;
}
.dslca-disable-selection .dslca-invisible-overlay {
  display: block;
}
.dslca-loading-modal {
  background: rgba(0, 0, 0, 0.75);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 200px;
  z-index: 999999;
}
.dslca-loading-modal-content {
  position: relative;
  top: 200px;
  width: 580px;
  margin: 0 auto;
}
.dslca-loading-modal-msg {
  background: #fff;
  border-radius: 3px;
  color: #707070;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  padding: 35px 25px;
  text-align: center;
  margin-bottom: 10px;
  -moz-box-shadow: 0 0 7px #000;
  -webkit-box-shadow: 0 0 7px #000;
  box-shadow: 0 0 7px #000;
}
.dslca-loading-modal-actions {
  text-align: right;
}
.dslca-loading-modal-cancel-hook,
.dslca-loading-modal-confirm-hook {
  background: #e55f5f;
  border-radius: 3px;
  cursor: pointer;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  padding: 13px 15px;
}
.dslca-loading-modal-confirm-hook {
  background: #4cc12d;
  margin-right: 7px;
}
.dslca-module-edit-field-ttip-content {
  display: none;
}
.dslca-module-edit-field-icon-ttip-hook,
.dslca-module-edit-field-ttip-hook {
  background: #3b6fbe;
  color: #0050a5;
  cursor: pointer;
  border-radius: 50%;
  position: relative;
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-left: 10px;
  vertical-align: bottom;
}
.dslca-module-edit-field-icon-ttip-hook .dslca-icon,
.dslca-module-edit-field-ttip-hook .dslca-icon {
  position: absolute;
  left: 5px;
  font-weight: normal;
  font-size: 10px;
  top: 1px;
}
.dslca-module-edit-field-icon-ttip,
.dslca-module-edit-field-ttip {
  background: #fff;
  color: #8a8a8a;
  font-family: "Opens Sans", sans-serif;
  font-size: 13px;
  line-height: 1.4;
  display: none;
  border-radius: 3px;
  padding: 20px 25px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  position: absolute;
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.04), 0 0 7px rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.04), 0 0 7px rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.04), 0 0 7px rgba(0, 0, 0, 0.12);
  text-align: center;
  z-index: 999999;
}
.dslca-module-edit-field-icon-ttip a,
.dslca-module-edit-field-ttip a {
  color: #0050a5;
  font-weight: bold;
  text-decoration: none;
}
.dslca-module-edit-field-icon-ttip:after,
.dslca-module-edit-field-icon-ttip:before,
.dslca-module-edit-field-ttip:after,
.dslca-module-edit-field-ttip:before {
  top: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.dslca-module-edit-field-icon-ttip:after,
.dslca-module-edit-field-ttip:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #fff;
  border-width: 8px;
  left: 50%;
  margin-left: -8px;
}
.dslca-module-edit-field-icon-ttip:before,
.dslca-module-edit-field-ttip:before {
  border-color: rgba(224, 224, 224, 0);
  border-top-color: #d2d2d2;
  border-width: 9px;
  left: 50%;
  margin-left: -9px;
}
.dslca-module-edit-field-ttip-close {
  cursor: pointer;
  position: absolute;
  background: #e55f5f;
  top: -9px;
  right: -9px;
  width: 18px;
  line-height: 18px;
  border-radius: 18px;
  color: #fff;
  font-size: 11px;
}
.dslca-modules-section-edit-option-upload,
.dslca-module-edit-option-image {
  min-width: auto;
}
.dslca-modules-section-edit-field-image-add-hook,
.dslca-modules-section-edit-field-image-remove-hook,
.dslca-modules-area-edit-field-image-add-hook,
.dslca-modules-area-edit-field-image-remove-hook,
.dslca-module-edit-field-image-add-hook,
.dslca-module-edit-field-image-remove-hook,
.dslca-module-edit-field-button-hook {
  background: #0050a5;
  border: 1px solid #3565ad;
  border-radius: 3px;
  color: #ffffff;
  cursor: pointer !important;
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  padding: 9px 12px;
  line-height: 1;
  white-space: nowrap;
  width: 100%;
}
.dslca-modules-section-edit-field-image-add-hook .dslca-icon,
.dslca-modules-section-edit-field-image-remove-hook .dslca-icon,
.dslca-modules-area-edit-field-image-add-hook .dslca-icon,
.dslca-modules-area-edit-field-image-remove-hook .dslca-icon,
.dslca-module-edit-field-image-add-hook .dslca-icon,
.dslca-module-edit-field-image-remove-hook .dslca-icon {
  margin-right: 7px;
}
#dslc-header,
#dslc-footer {
  position: relative;
}
.dslc-hf-block-overlay {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(88, 144, 229, 0.9);
  z-index: 99999;
  text-align: center;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.dslc-hf-block-overlay:hover {
  opacity: 1;
}
.dslc-hf-block-overlay-button,
.dslc-hf-block-overlay-text {
  display: inline-block;
  color: #fff;
  font-size: 20px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  text-decoration: none;
}
.dslc-hf-block-overlay-text {
  font-size: 13px;
  opacity: 0.5;
  margin-top: 5px;
}
.dslc-hf-block-overlay-button {
  padding: 40px 90px;
}
.dslc-hf-block-overlay-button:hover {
  color: #fff;
  cursor: pointer;
}
body.dslca-composer-hidden .dslc-module-front,
body.dslca-composer-hidden .dslc-modules-area,
body.dslca-composer-hidden .dslc-modules-section {
  box-shadow: none !important;
  border: none !important;
}
body.dslca-composer-hidden .dslca-module-manage,
body.dslca-composer-hidden .dslca-modules-area-manage,
body.dslca-composer-hidden .dslc-modules-section .dslca-modules-section-manage,
.dslca-composer-hidden
  .dslc-modules-section:hover
  .dslca-modules-section-manage,
.dslca-composer-hidden .dslca-add-modules-section,
body.dslca-composer-hidden .dslc-hf-block-overlay {
  display: none !important;
}
.dslca-loading {
  position: absolute;
  top: 15px;
  left: 25px;
  display: none;
}
.followingBallsGWrap {
  width: 64px;
  height: 5px;
}
.followingBallsG {
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 5px;
  -moz-border-radius: 3px;
  -moz-animation-name: bounce_followingBallsG;
  -moz-animation-duration: 2.3s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-direction: linear;
  -webkit-border-radius: 3px;
  -webkit-animation-name: bounce_followingBallsG;
  -webkit-animation-duration: 2.3s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-direction: linear;
  -ms-border-radius: 3px;
  -ms-animation-name: bounce_followingBallsG;
  -ms-animation-duration: 2.3s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-direction: linear;
  -o-border-radius: 3px;
  -o-animation-name: bounce_followingBallsG;
  -o-animation-duration: 2.3s;
  -o-animation-iteration-count: infinite;
  -o-animation-direction: linear;
  border-radius: 3px;
  animation-name: bounce_followingBallsG;
  animation-duration: 2.3s;
  animation-iteration-count: infinite;
  animation-direction: linear;
}
.followingBallsG_1 {
  -moz-animation-delay: 0s;
  -webkit-animation-delay: 0s;
  -ms-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s;
}
.followingBallsG_2 {
  -moz-animation-delay: 0.23s;
  -webkit-animation-delay: 0.23s;
  -ms-animation-delay: 0.23s;
  -o-animation-delay: 0.23s;
  animation-delay: 0.23s;
}
.followingBallsG_3 {
  -moz-animation-delay: 0.46s;
  -webkit-animation-delay: 0.46s;
  -ms-animation-delay: 0.46s;
  -o-animation-delay: 0.46s;
  animation-delay: 0.46s;
}
.followingBallsG_4 {
  -moz-animation-delay: 0.69s;
  -webkit-animation-delay: 0.69s;
  -ms-animation-delay: 0.69s;
  -o-animation-delay: 0.69s;
  animation-delay: 0.69s;
}
@-moz-keyframes bounce_followingBallsG {
  0% {
    left: 0px;
    background-color: rgba(255, 255, 255, 0.5);
  }
  50% {
    left: 59px;
    background-color: rgba(0, 0, 0, 0);
  }
  100% {
    left: 0px;
    background-color: rgba(255, 255, 255, 0.5);
  }
}
@-webkit-keyframes bounce_followingBallsG {
  0% {
    left: 0px;
    background-color: rgba(255, 255, 255, 0.5);
  }
  50% {
    left: 59px;
    background-color: rgba(0, 0, 0, 0);
  }
  100% {
    left: 0px;
    background-color: rgba(255, 255, 255, 0.5);
  }
}
@-ms-keyframes bounce_followingBallsG {
  0% {
    left: 0px;
    background-color: rgba(255, 255, 255, 0.5);
  }
  50% {
    left: 59px;
    background-color: rgba(0, 0, 0, 0);
  }
  100% {
    left: 0px;
    background-color: rgba(255, 255, 255, 0.5);
  }
}
@-o-keyframes bounce_followingBallsG {
  0% {
    left: 0px;
    background-color: rgba(255, 255, 255, 0.5);
  }
  50% {
    left: 59px;
    background-color: rgba(0, 0, 0, 0);
  }
  100% {
    left: 0px;
    background-color: rgba(255, 255, 255, 0.5);
  }
}
@keyframes bounce_followingBallsG {
  0% {
    left: 0px;
    background-color: rgba(255, 255, 255, 0.5);
  }
  50% {
    left: 59px;
    background-color: rgba(0, 0, 0, 0);
  }
  100% {
    left: 0px;
    background-color: rgba(255, 255, 255, 0.5);
  }
}
.dslca-container-loader {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  display: none;
}
.dslca-container-loader-inner {
  position: absolute;
  top: 10px;
  left: 15px;
}
.dslca-container .dslca-container-loader{
  top: 0;
}
.lc-pop-build .dslca-container-loader{
  top: 54px;
}
body.page .dslca-module.dslca-origin-single[data-id="DSLC_TP_Excerpt"],
body.page .dslca-module.dslca-origin-single[data-id="DSLC_TP_Meta"],
body.page .dslca-module.dslca-origin-single[data-id="DSLC_TP_Downloads_Button"],
body.page .dslca-module.dslca-origin-single[data-id="DSLC_TP_Gallery_Slider"],
body.page .dslca-module.dslca-origin-single[data-id="DSLC_TP_Project_Slider"],
body.page .dslca-module.dslca-origin-single[data-id="DSLC_TP_Staff_Social"] {
  display: none !important;
}
.dslca-template.dslca-origin[data-display-module="true"],
.dslca-module.dslca-origin[data-display-module="true"] {
  display: inline-block;
}

.dslca-template.dslca-origin[data-display-module="false"],
.dslca-module.dslca-origin[data-display-module="false"] {
  display: none;
}
.dslca-module.dslca-exclude {
  display: none;
}
.media-modal {
  z-index: 999999999 !important;
}
.media-modal-backdrop {
  z-index: 999999998 !important;
}
.dslca-container .dslca-close-composer-hook,
.dslca-pseudo-panel .dslca-pseudo-close-composer-hook,
.dslca-container .dslca-activate-composer-hook,
.dslca-container .dslca-hide-composer-hook,
.dslca-container .dslca-show-composer-hook,
.dslca-pseudo-panel .dslca-pseudo-hide-composer-hook {
  background: #e10000;
  border-radius: 3px;
  bottom: 4px;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 1;
  padding: 11px 12px;
  text-decoration: none;
  white-space: nowrap;
  float: left;
  margin-left: 5px;
  width: 176px;
  font-weight: 500;
}
.dslca-activate-composer-hook {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
.dslca-container .dslca-close-composer-hook:hover {
  background: #ff0000;
}
.dslca-container .dslca-hide-composer-hook,
.dslca-pseudo-panel .dslca-pseudo-hide-composer-hook {
  background: #06b2ac;
}
.dslca-container .dslca-show-composer-hook {
  background: #9268a9;
}
.dslca-close-composer-hook:hover,
.dslca-activate-composer-hook:hover,
.dslca-activate-composer-hook:visited,
.dslca-close-composer-hook:visited {
  color: #fff;
}
.dslca-activate-composer-hook {
  background: #54c13f;
  color: #fff;
  position: fixed;
  z-index: 99999;
  right: 5px;
  bottom: 5px;
}
.dslca-activate-composer-hook:hover {
  background: #40d71f;
}
.dslca-activate-composer-hook.dslca-position-left {
  right: auto;
  left: 5px;
}
.dslca-container .dslca-show-composer-hook {
  display: none;
  width: 78px;
}
.dslca-container .dslca-close-composer-hook .dslca-icon,
.dslca-pseudo-close-composer-hook .dslca-icon,
.dslca-activate-composer-hook .dslca-icon,
.dslca-container .dslca-hide-composer-hook .dslca-icon,
.dslca-pseudo-hide-composer-hook .dslca-icon,
.dslca-container .dslca-show-composer-hook .dslca-icon {
  color: rgba(255, 255, 255, 0.66);
  margin-right: 5px;
}
body.rtl .dslca-templates .dslca-go-to-section-hook .dslca-icon,
body.rtl .dslca-templates .dslca-open-modal-hook .dslca-icon {
  margin-right: 0;
  margin-left: 9px;
}
body.rtl .dslca-section-title-filter .dslca-icon {
  margin-left: 0;
  margin-right: 10px;
}
body.rtl .dslca-container .dslca-close-composer-hook .dslca-icon,
body.rtl .dslca-activate-composer-hook .dslca-icon,
body.rtl .dslca-container .dslca-hide-composer-hook .dslca-icon,
body.rtl .dslca-container .dslca-show-composer-hook .dslca-icon {
  margin-right: 0;
  margin-left: 5px;
}
body.rtl .dslca-module .dslca-icon {
  margin-right: 0;
  margin-left: 11px;
}
body.rtl .dslca-header .dslca-options-filter-hook .dslca-icon,
body.rtl .dslca-header .dslca-modules-area-options-filter-hook .dslca-icon {
  margin-right: 0;
  margin-left: 4px;
}
body.rtl .dslca-prompt-modal-actions .dslc-icon {
  margin-right: 0;
  margin-left: 6px;
}
body.rtl .dslca-module-edit-option-checkbox-hook .dslca-icon {
  margin-right: 0;
  margin-left: 10px;
}
body.rtl .dslca-module-edit-options-inner,
body.rtl .dslca-modules-section-edit-options-inner {
  overflow-x: scroll;
  overscroll-behavior-x: none;
}
body.rtl .dslca-module-edit-option,
body.rtl .dslca-modules-section-edit-option {
  float: right;
}
body.rtl .dslca-no-content .dslca-icon {
  margin-right: 0;
  margin-left: 10px;
}
body.rtl .dslca-module-edit-options-wrapper {
  display: block;
}
.dslca-modules-section-edit-options-wrapper,
.dslca-module-edit-options-wrapper,
.dslca-pseudo-module-edit-options-wrapper {
  display: table-cell;
  padding: 0;
}
.dslca-modules-section-edit-options-inner,
.dslca-module-edit-options-inner {
  overflow-x: scroll;
  overscroll-behavior-x: none;
  padding-top: 4px;
  width: 100%;
}
.dslca-styling-presets {
  position: absolute;
  top: 0;
  right: 0;
  margin-right: 15px;
  margin-top: 15px;
}
.dslca-drag-not-in-progress
  .dslc-modules-section
  .dslca-modules-section-manage-inner {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.dslca-drag-not-in-progress
  .dslc-modules-section:hover
  .dslca-modules-section-manage-inner {
  opacity: 1;
}
.dslca-composer-hidden
  .dslc-modules-section:hover
  .dslca-modules-section-manage-inner {
  opacity: 0;
}
.dslca-drag-not-in-progress
  #dslc-content
  .dslc-module-front
  .dslca-module-manage-inner:hover,
.dslca-drag-not-in-progress
  #dslc-content
  .dslc-module-front:hover
  .dslca-module-manage-inner,
.dslca-drag-not-in-progress
  #dslc-content
  .dslc-module-front:hover
  .dslca-wysiwyg-actions-edit {
  opacity: 1;
}
.dslca-drag-not-in-progress .dslc-module-front .dslca-wysiwyg-actions-edit,
.dslca-drag-not-in-progress
  .dslc-modules-area
  .dslca-modules-area-manage-inner {
  opacity: 0;
}
.dslca-drag-not-in-progress
  .dslc-modules-area
  .dslca-modules-area-manage-inner:hover,
.dslca-drag-not-in-progress
  .dslc-modules-area:hover
  .dslca-modules-area-manage-inner {
  opacity: 1;
}
.dslca-modal.dslca-modal-icons {
  width: 70%;
  position: fixed;
  padding: 0;
  overflow: scroll;
  top: 2%;
  left: 50% !important;
  visibility: visible;
  transform: translate(-50%, 0%);
  z-index: 100001;
}
.dslca-prompt-modal-custom {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100000;
  height: 100%;
  background: rgb(6 6 6 / 48%);
}
.dslca-modal-icons .modal-content {
  height: 100%;
}
.dslca-modal-icons .dslc-icons-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
}
.dslca-modal-icons .icon-item {
  display: inline-block;
  width: 12.4%;
  min-height: 120px;
  padding: 0;
  margin: 0 0 0 -1px;
  vertical-align: top;
  text-align: center;
  border-left: 1px solid rgba(155, 155, 155, 0.05);
  border-bottom: 1px solid rgba(155, 155, 155, 0.05);
}
.dslca-modal-icons .icon-item:hover {
  -webkit-box-shadow: 0 1px 5px 0px rgba(68, 68, 68, 0.52);
  -moz-box-shadow: 0 1px 5px 0px rgba(68, 68, 68, 0.52);
  box-shadow: 0 1px 5px 0px rgba(68, 68, 68, 0.52);
  cursor: pointer;
}
.dslca-modal-icons .icon-item:active {
  -webkit-box-shadow: 0 1px 5px 0px #0050a5 inset;
  -moz-box-shadow: 0 1px 5px 0px #0050a5 inset;
  box-shadow: 0 1px 5px 0px #0050a5 inset;
}
.dslca-modal-icons .icon-item_icon {
  display: inline-block;
  width: 100%;
  padding: 28px 0 16px;
  font-size: 24px;
  opacity: 0.7;
}
.dslca-modal-icons .icon-item:hover .icon-item_icon {
  opacity: 1;
}
.dslca-modal-icons .icon-item_name {
  opacity: 0.35;
  display: inline-block;
  font-size: 12px;
  line-height: 1.25;
  padding: 5px 8px 12px;
}
.dslca-modal-icons .set-heading {
  text-transform: uppercase;
  padding: 30px;
  text-align: center;
  letter-spacing: 6px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.25;
}
body.dslca-enabled.dslc-res-tablet #page-builder-preview-area,
body.dslca-enabled.dslc-res-phone #page-builder-preview-area {
  display: block;
  margin: 0 auto;
  position: relative;
  border: 13px solid black;
  border-top-width: 60px;
  border-radius: 16px;
  top: 40px;
}
body.dslca-enabled.dslc-res-phone #page-builder-preview-area {
  width: 480px;
  max-width: 767px;
}
body.dslca-enabled.dslc-res-tablet #page-builder-preview-area {
  width: 768px;
  min-width: 768px;
  max-width: 1024px;
}
body.dslca-enabled.dslc-res-phone #page-builder-frame,
body.dslca-enabled.dslc-res-tablet #page-builder-frame {
  display: block;
  position: relative;
}
html.dslc-responsive-preview {
  background: #61666a;
}
#page-builder-preview-area.ui-resizable-resizing .ui-resizable-e {
  width: 100%;
}
#page-builder-preview-area .ui-resizable-e {
  cursor: e-resize;
  height: 100%;
  right: -14px;
  width: 14px;
  top: 0;
}
#page-builder-preview-area .ui-resizable-handle {
  display: block;
  font-size: 0.1px;
  position: absolute;
}
.dslca-modules-section-edit-field-colorpicker,
.dslca-module-edit-field-colorpicker {
  display: block !important;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.dslca-module-edit-option-box-shadow-color,
.dslca-module-edit-option-text-shadow-color {
  display: inline-block !important;
  cursor: pointer;
  position: relative;
  z-index: 1;
  width: auto;
}
body .sp-palette-container {
  border-right: 1px solid #3e3e3e;
}
body .sp-palette .sp-thumb-el {
  border: medium none;
  height: 25px;
  margin: 1px;
  width: 25px;
}
.dslca-pseudo-panel {
  position: relative;
  bottom: 0px;
  left: 0;
  position: fixed;
  right: 0;
  z-index: 99999;
  -webkit-transition: bottom 0.3s;
  -moz-transition: bottom 0.3s;
  transition: bottom 0.3s;
}
.dslca-pseudo-header {
  position: absolute;
  z-index: 100;
  min-height: 38px;
  bottom: 100%;
  left: 0;
}
.dslca-pseudo-module-edit-label {
  width: 80px;
  background: #6c9fed;
  border-radius: 3px;
}
.dslca-pseudo-module-edit-field {
  border: 0px;
  width: 100%;
  height: 33px;
}
.dslca-pseudo-module-edit-option {
  opacity: 0;
  transition: opacity 0.3s 0s ease-in;
}
.dslca-pseudo-module-edit-option:nth-child(2) {
  transition-delay: 0.15s;
}
.dslca-pseudo-module-edit-option:nth-child(3) {
  transition-delay: 0.25s;
}
.dslca-pseudo-module-edit-option:nth-child(4) {
  transition-delay: 0.5s;
}
.dslca-pseudo-module-edit-option:nth-child(5) {
  transition-delay: 0.75s;
}
.dslca-pseudo-panel.show .dslca-pseudo-module-edit-option {
  opacity: 1;
}
.lc-shake-effect.active {
  animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}
@keyframes shake {
  10%,
  90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%,
  80% {
    transform: translate3d(2px, 0, 0);
  }
  30%,
  50%,
  70% {
    transform: translate3d(-4px, 0, 0);
  }
  40%,
  60% {
    transform: translate3d(4px, 0, 0);
  }
}
body.dslca-new-module-drag-in-progress .lc-scroll-top-area,
body.dslca-drag-in-progress .lc-scroll-top-area {
  position: fixed;
  top: 0px;
  z-index: 99999;
  left: 0px;
  width: 100%;
  height: 80px;
}
body.dslca-drag-in-progress .lc-scroll-bottom-area,
body.dslca-new-module-drag-in-progress .lc-scroll-bottom-area {
  position: fixed;
  bottom: 0px;
  left: 0px;
  z-index: 99999;
  width: 100%;
  height: 140px;
}
div#scroller-stopper {
  position: absolute;
  bottom: -33px;
  left: 0px;
  width: 100%;
  height: 83px;
}
.dslca-module-edit-option-checkbox-hook .dslca-icon:hover,
.dslc-control-toggle:hover,
.dslca-prompt-modal-cancel-hook:hover,
.dslca-module-edit-field-ttip-hook:hover,
.dslca-module-edit-field-ttip-hook .dslca-icon,
.dslca-module-edit-field-ttip-close,
.dslca-module-edit-field-ttip-close .dslc-icon,
.dslca-module-edit-option-text-align-hook .dslca-icon,
.dslca-modules-section-edit-field-image-add-hook:hover,
.dslca-modules-section-edit-field-image-add-hook .dslca-icon:hover,
.dslca-modules-area-edit-field-image-add-hook:hover,
.dslca-modules-area-edit-field-image-add-hook .dslca-icon:hover,
.dslca-modules-section-edit-field-image-remove-hook:hover,
.dslca-modules-section-edit-field-image-remove-hook .dslca-icon:hover,
.dslca-modules-area-edit-field-image-remove-hook:hover,
.dslca-modules-area-edit-field-image-remove-hook .dslca-icon:hover,
.dslca-row-edit-save:hover,
.dslca-row-edit-cancel:hover,
.dslca-modules-section-edit-option-checkbox-hook .dslca-icon,
.dslca-module-edit-field-icon-ttip-hook:hover,
.dslca-module-edit-field-icon-ttip-hook .dslca-icon,
.dslca-options-iconbutton:hover,
.dslca-options-iconbutton .dslca-icon,
.dslca-modules-section-edit-field-ttip-hook:hover,
.dslca-modules-section-edit-field-ttip-hook .dslca-icon,
.dslca-modules-section-edit-field-ttip-close,
.dslca-modules-section-edit-field-ttip-close .dslc-icon {
  cursor: pointer;
}
.mce-tinymce .mce-btn button:hover {
  background: #e3e3e3 !important;
  border-color: #ccc !important;
}
.dslca-module-edit-label .dslc-delete-preset {
  cursor: pointer;
  position: absolute;
  right: 0;
  opacity: 0.5;
}
.dslca-module-edit-label .dslc-delete-preset:hover {
  opacity: 1;
}
.dslca-module-edit-label .dslc-delete-preset.dslc-delete-preset-hide {
  display: none;
}
.lc-template-loader {
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #fefefe;
  z-index: 100000;
}
.lc-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -110px 0 0 -60px;
  font-size: 10px;
  z-index: 100001;
}
@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.lds-spinner {
  position: relative;
}
.lds-spinner div {
  left: 94px;
  top: 48px;
  position: absolute;
  -webkit-animation: lds-spinner linear 1s infinite;
  animation: lds-spinner linear 1s infinite;
  background: #8cd0e5;
  width: 12px;
  height: 24px;
  border-radius: 40%;
  -webkit-transform-origin: 6px 52px;
  transform-origin: 6px 52px;
}
.lds-spinner div:nth-child(1) {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-animation-delay: -0.916666666666667s;
  animation-delay: -0.916666666666667s;
}
.lds-spinner div:nth-child(2) {
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
  -webkit-animation-delay: -0.833333333333333s;
  animation-delay: -0.833333333333333s;
}
.lds-spinner div:nth-child(3) {
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
  -webkit-animation-delay: -0.75s;
  animation-delay: -0.75s;
}
.lds-spinner div:nth-child(4) {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-animation-delay: -0.666666666666667s;
  animation-delay: -0.666666666666667s;
}
.lds-spinner div:nth-child(5) {
  -webkit-transform: rotate(120deg);
  transform: rotate(120deg);
  -webkit-animation-delay: -0.583333333333333s;
  animation-delay: -0.583333333333333s;
}
.lds-spinner div:nth-child(6) {
  -webkit-transform: rotate(150deg);
  transform: rotate(150deg);
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
.lds-spinner div:nth-child(7) {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-animation-delay: -0.416666666666667s;
  animation-delay: -0.416666666666667s;
}
.lds-spinner div:nth-child(8) {
  -webkit-transform: rotate(210deg);
  transform: rotate(210deg);
  -webkit-animation-delay: -0.333333333333333s;
  animation-delay: -0.333333333333333s;
}
.lds-spinner div:nth-child(9) {
  -webkit-transform: rotate(240deg);
  transform: rotate(240deg);
  -webkit-animation-delay: -0.25s;
  animation-delay: -0.25s;
}
.lds-spinner div:nth-child(10) {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
  -webkit-animation-delay: -0.166666666666667s;
  animation-delay: -0.166666666666667s;
}
.lds-spinner div:nth-child(11) {
  -webkit-transform: rotate(300deg);
  transform: rotate(300deg);
  -webkit-animation-delay: -0.083333333333333s;
  animation-delay: -0.083333333333333s;
}
.lds-spinner div:nth-child(12) {
  -webkit-transform: rotate(330deg);
  transform: rotate(330deg);
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.lds-spinner {
  width: 100px !important;
  height: 100px !important;
  -webkit-transform: translate(-50px, -50px) scale(0.5) translate(50px, 50px);
  transform: translate(-50px, -50px) scale(0.5) translate(50px, 50px);
}
body em {
  font-style: italic;
}

/* Popup Container */
#lc_popup,
#lc_popup2,
#lc_popup3 {
  position: fixed;
  top: 175px;
  left: 630px;
  width: 460px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  border-radius: 8px;
  background: #0d0e1e;
  display: none; /* Ensure it starts hidden */
}

/* Header Styling */
#lc_popupHeader,
#lc_popupHeader2,
#lc_popupHeader3 {
  padding: 18px 23px;
  background-color: #006add;
  color: white;
  cursor: move;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  width: 100%;
  font-size: 19px;
  min-height: 54px;
}

/* Close Button */
#lc_closeBtn {
  float: right;
  cursor: pointer;
  font-weight: bold;
  position: absolute;
  top: 1px;
  right: 25px;
  width: 15px;
  font-size: 26px;
}

/* Resize Handle (for resizing) */
.resize-handle {
  position: absolute;
  width: 16px;
  height: 16px;
  background: #ccc;
  cursor: se-resize;
  bottom: 0;
  right: 0;
}

/* Popup Content */
#lc_popupContent,
#lc_popupContent2,
#lc_popupContent3 {
  padding: 0px 0 0 0;
  width: 100% !important;
}

.lc_popupContent .dslca-header {
  position: relative;
  border: 0;
  display: flex;
  bottom: 0;
}

.lc_popupContent .dslca-module-edit-form,
.lc_popupContent .dslca-modules-area-edit-form {
  width: 100% !important;
  padding: 12px;
}

/* Optional Form Styles */
.lc_popupContent .dslca-module-edit-form .dslca-module-edit-options,
.lc_popupContent .dslca-modules-area-edit-form .dslca-modules-area-edit-options {
  width: 100%;
}

.lc_popupContent
  .dslca-module-edit-form
  .dslca-module-edit-options
  .dslca-module-edit-options-inner,
  .lc_popupContent3
  .dslca-modules-area-edit-form
  .dslca-modules-area-edit-options
  .dslca-modules-area-edit-options-inner {
  overflow: hidden;
  width: 100%;
  max-height: 50vh;
  overflow-y: scroll;
  margin-bottom: 15px;
}

.dslca-module-edit-actions,
.dslca-modules-area-edit-actions {
  margin-bottom: 16px;
  width: 100%;
  display: flex !important;
  flex-direction: row;
}
.dslca-module-edit-actions a,
.dslca-modules-area-edit-actions a {
  width: 45%;
  text-align: center;
  font-size: 16px;
}

.lc_popupContent
  .dslca-module-edit-form
  .dslca-module-edit-options
  .dslca-module-edit-options-inner,
  .lc_popupContent .dslca-modules-area-edit-form .dslca-modules-area-edit-options .dslca-modules-area-edit-options-inner {
  scroll-behavior: smooth;
  background: #97979700 !important; /* Transparent scrollbar base */
  padding-right: 1px;
  scrollbar-color: #8d93a5 transparent;
}

.dslcs-main-tabs {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.dslcs-main-tabs a.dslca-active {
  background-color: #0050a5;
  color: #fff;
}

/* Scrollbar styles for Chrome, Edge, and Safari */
.lc_popupContent
  .dslca-module-edit-form
  .dslca-module-edit-options
  .dslca-module-edit-options-inner::-webkit-scrollbar,
  .lc_popupContent
  .dslca-modules-area-edit-form
  .dslca-modules-area-edit-options
  .dslca-modules-area-edit-options-inner::-webkit-scrollbar {
  width: 8px;
  background-color: #000;
}

.lc_popupContent
  .dslca-module-edit-form
  .dslca-module-edit-options
  .dslca-module-edit-options-inner::-webkit-scrollbar-track {
  background: transparent !important; /* Transparent scrollbar base */
  border-radius: 20px;
}

.lc_popupContent
  .dslca-module-edit-form
  .dslca-module-edit-options
  .dslca-module-edit-options-inner::-webkit-scrollbar-thumb {
  background: #666;
  border-radius: 20px;
}

.lc_popupContent
  .dslca-module-edit-form
  .dslca-module-edit-options
  .dslca-module-edit-options-inner::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.lc_popupContent
  .dslca-module-edit-form
  .dslca-module-edit-options
  .dslca-module-edit-options-tabs{
  display: flex;
  flex-direction: row;
  width: 100%;
  margin-bottom: 15px;
  justify-content: flex-start;
  flex-wrap: nowrap;
  overflow-x: scroll;
  align-items: stretch;
  scroll-behavior: smooth;
  background: #97979700 !important;
  padding-right: 1px;
  scrollbar-color: #8d93a5 transparent;
  padding-bottom: 8px;
}
.dslca-module-edit-option-post_elements .dslca-module-edit-option-checkbox-wrapper{
  scrollbar-color: #ffffff transparent;
  background: #3b6fbe !important;
}
.dslca-modules-section-edit-form {
  width: 100%;
  padding: 12px;
}
.dslca-modules-section-edit-form .dslca-modules-section-edit-options {
  width: 100%;
}
.dslca-modules-section-edit-form
  .dslca-modules-section-edit-options
  .dslca-modules-section-edit-options-inner {
  width: 100%;
  overflow: hidden;
  width: 100%;
  max-height: 50vh;
  overflow-y: scroll;
  margin-bottom: 15px;
  scroll-behavior: smooth;
  background: #97979700 !important; /* Transparent scrollbar base */
  padding-right: 1px;
  scrollbar-color: #8d93a5 transparent;
}
.dslca-modules-section-edit-form
  .dslca-modules-section-edit-options
  .dslca-modules-section-edit-options-inner
  .dslca-modules-section-edit-options-wrapper {
  display: flex;
  overflow: hidden;
  width: 100%;
  flex-direction: column;
  flex-wrap: wrap;
}
.dslca-modules-section-edit-form
  .dslca-modules-section-edit-options
  .dslca-modules-section-edit-options-inner
  .dslca-modules-section-edit-options-wrapper
  .dslca-modules-section-edit-option,
  .dslca-modules-area-edit-form
  .dslca-modules-area-edit-options
  .dslca-modules-area-edit-options-inner
  .dslca-modules-area-edit-options-wrapper
  .dslca-modules-area-edit-option {
  padding: 0 0 15px 0;
  width: 100%;
}

.dslc-notification.dslc-red {
  background: #0d0e1e;
  border-color: #0d0e1e;
}

.dslca-save-bar {
  position: fixed;
  /* width: 100%; */
  right: 0px;
  bottom: 10px;
  display: block;
  right: 15px;
}

.dslca-save-draft-composer-hook {
  background: #313131 !important;
}
.dslca-save-draft-composer-hook span.dslca-save-draft-composer-icon {
  background-color: #5da937;
}

.dslca-pseudo-popup {
  /* background: #1e1f24; */
  border-radius: 12px;
  width: 100%;
  color: #fff;
  overflow: hidden;
  font-family: sans-serif;
  opacity: 1; /* Ensure it's visible */
  transform: scale(1); /* Ensure correct size */
}
.dslca-pseudo-popup-header {
  display: flex;
  justify-content: space-between;
  align-items: start;
  padding: 16px 20px;
  background: #2c2d33;
  border-bottom: 1px solid #444;
  width: 100%;
}

.dslca-pseudo-popup-tabs {
  display: flex;
  flex-direction: row;
  gap: 16px;
}

.dslca-tab {
  padding: 6px 14px;
  background: #3a3b42;
  border-radius: 6px;
  cursor: default;
  font-size: 14px;
  opacity: 0.6;
}

.dslca-tab.dslca-active {
  background: #0050a5;
  opacity: 1;
}

.dslca-pseudo-popup-actions a.dslca-btn {
  padding: 6px 14px;
  background: #444;
  border-radius: 6px;
  margin-left: 10px;
  font-size: 13px;
  color: #fff;
  text-decoration: none;
}

.dslca-btn.confirm {
  background: #48b074;
}

.dslca-btn.cancel {
  background: #c14444;
}

.dslca-pseudo-popup-body {
  padding: 20px;
}

.dslca-skeleton-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  width: 190px;
}

.dslca-skeleton-item {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  padding: 16px;
  min-height: 80px;
  width: 190px;
}

.skeleton-label,
.skeleton-field {
  display: block;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 6px;
  height: 14px;
  margin: 10px 0;
  width: auto;
}

.skeleton-field {
  height: 20px;
}

.dslca-prompt-modal-content
  .dslca-prompt-modal-actions
  .dslca-prompt-modal-confirm-hook,
.dslca-prompt-modal-content
  .dslca-prompt-modal-actions
  .dslca-prompt-modal-cancel-hook {
  width: 31%;
}

.dslca-modal.dslca-modal-templates-save.dslca-modal-open,
.dslca-modal.dslca-modal-templates-import.dslca-modal-open,
.dslca-modal.dslca-modal-templates-export.dslca-modal-open {
  margin: 0 auto;
  width: 230px;
  display: block;
  bottom: auto;
  top: 50%;
  /* position: absolute; */
  /* top: 50%; */
  left: 50% !important;
  transform: translate(-50%, -50%);
  width: 350px;
}

.dslca-modal.dslca-modal-templates-save h3,
.dslca-modal.dslca-modal-templates-import h3,
.dslca-modal.dslca-modal-templates-export h3 {
  color: #ffffff;
  margin-top: 8px;
}
.controls-group-inner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.controls-group-inner .dslca-modules-area-edit-option,
.controls-group-inner .dslca-module-edit-option {
  width: 48%;
}
.controls-group-inner .dslca-module-edit-option-checkbox,
.controls-group-inner .dslca-module-edit-option-font {
  width: 100%;
}
.controls-group-inner .dslca-modules-area-edit-option-font .dslca-options-iconbutton,
.controls-group-inner .dslca-module-edit-option-font .dslca-options-iconbutton {
  width: 40px !important;
  height: 20px !important;
  padding: 0px !important;
  line-height: 38px;
}
.dslca-module-edit-option-box-shadow-single:first-child {
  /* padding-left: 0; */
  /* position: absolute; */
  /* right: 60px; */
  /* top: 6px; */
}

.dslca-module-edit-options .wp-picker-container {
}
.wp-picker-container .wp-color-result.button .wp-color-result-text{
  width: auto;
  margin-right: 0px;
}
.wp-picker-container .wp-color-result.button .color-alpha,
.wp-picker-container .wp-color-result.button .wp-color-result-text{
  height: 38px !important;
  line-height: 38px;
}
.wp-picker-container .wp-color-result.button .color-alpha{
  width: 38px !important;
}
.wp-picker-container .wp-color-result.button{
  min-height: 40px;
}
.wp-picker-container .iris-picker{
  margin-bottom: 35px;
}
.wp-picker-container, .wp-color-result.button{
  width: 191.5px;
}
.dslca-module-edit-option-box-shadow-wrapper .wp-picker-container,
.dslca-module-edit-option-box-shadow-wrapper .wp-color-result.button{
  /* width: auto !; */
}
.wp-picker-container .wp-picker-input-wrap{
  display: flex;
  flex-direction: row;
  width: 100%;
}
.wp-picker-container .hidden {
	display: none;
}

.dslca-colorpicker-apply {
	background: #f1f1f1;
	border-radius: 0 0 3px 3px;
	color: #444;
	cursor: pointer;
	font-size: 13px;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-weight: 600;
	line-height: 1;
	padding: 10px 0;
	text-decoration: none;
	z-index: 1;
	position: absolute;
	bottom: -36px;
	left: -1px;
	width: 100%;
	display: block;
	border: 1px solid #FFFFFF;
}
.dslca-modules-section-edit-option-select[data-id$="padding_unit"],
.dslca-modules-section-edit-option-select[data-id$="margin_unit"],
.dslca-modules-area-edit-option-select[data-id$="padding_unit"],
.dslca-modules-area-edit-option-select[data-id$="margin_unit"],
.dslca-module-edit-option-select[data-id$="padding_unit"],
.dslca-module-edit-option-select[data-id="css_tabs_margin_wrapper_unit"],
.dslca-module-edit-option-select[data-id="css_excerpt_m_unit"],
.dslca-module-edit-option-select[data-id="css_res_t_unit"],
.dslca-module-edit-option-select[data-id="css_res_p_unit"],
.dslca-module-edit-option-select[data-id$="margin_unit"] {
    width: 100% !important;
}

.controls-group-inner .dslca-modules-area-edit-option[data-id$="padding_top"],
.controls-group-inner .dslca-modules-area-edit-option[data-id$="padding_bottom"],
.controls-group-inner .dslca-modules-area-edit-option[data-id$="padding_left"],
.controls-group-inner .dslca-modules-area-edit-option[data-id$="padding_right"],
.controls-group-inner .dslca-modules-area-edit-option[data-id$="margin_top"],
.controls-group-inner .dslca-modules-area-edit-option[data-id$="margin_bottom"],
.controls-group-inner .dslca-modules-area-edit-option[data-id$="margin_left"],
.controls-group-inner .dslca-modules-area-edit-option[data-id$="margin_right"]
{
    width: 48% !important;
}
.dslc-res-tablet #page-builder-frame,
.dslc-res-phone #page-builder-frame {
  width: 100% !important;
}
.dslca-search-modules {
  width: 97% !important;
}

a.dslca-module-edit-options-tab-hook[data-id="submenu_block_styling"]:before,
a.dslca-module-edit-options-tab-hook[data-id="submenu_columns_styling"]:before,
a.dslca-module-edit-options-tab-hook[data-id="mobile_menu_styling"]:before,
a.dslca-modules-area-edit-options-tab-hook[data-id="submenu_block_styling"]:before,
a.dslca-modules-area-edit-options-tab-hook[data-id="submenu_columns_styling"]:before,
a.dslca-modules-area-edit-options-tab-hook[data-id="mobile_menu_styling"]:before {
  display: none;
  /* position: relative; */
  /* content: ''; */
  /* background: rgb(255 255 255 / 31%); */
  /* height: 16px; */
  /* float: left; */
  /* margin: 0 20px 0 0; */
  /* border-radius: 99px; */
  /* width: 2px; */
}

.mce-container iframe,
.wp-editor-container textarea.wp-editor-area {
  height: 56vh !important;
  max-height: 54vh !important;
}

#wave_sidebar_container {
  right: 0px !important;
  left: auto !important;
}
.search_module label {
  font-weight: 600;
  margin-top: 10px;
  display: block;
}

/* [hover-tooltip] {
  position: relative;
  cursor: default;
}
[hover-tooltip]:hover::before {
  content: attr(hover-tooltip);
  font-size: 14px;
  text-align: center;
  position: absolute;
  display: block;
  left: 50%;
  min-width: 150px;
  max-width: 200px;
  bottom: calc(100% + 10px);
  transform: translate(-50%);
  animation: fade-in 300ms ease;
  background: #272727;
  border-radius: 4px;
  padding: 10px;
  color: #ffffff;
  z-index: 1;
}
[hover-tooltip]:hover::after {
  content: "";
  position: absolute;
  display: block;
  left: 50%;
  width: 0;
  height: 0;
  bottom: calc(100% + 6px);
  margin-left: -3px;
  border: 1px solid black;
  border-color: #272727 transparent transparent transparent;
  border-width: 4px 6px 0;
  animation: fade-in 300ms ease;
  z-index: 1;
} */

/**
 * Show On / Hide On (media queries)
 */

/* Desktop */
@media only screen and (min-width : 1025px) {

	#dslc-main .dslc-modules-section.dslc-hide-on-desktop > *:not(.dslca-modules-section-manage):not(.dslca-modules-section-add) {
      opacity: 0.4;
  }
	#dslc-main .dslc-modules-area.dslc-hide-on-desktop > *:not(.dslca-modules-area-manage):not(.dslca-modules-area-add) {
      opacity: 0.4;
  }
    #dslc-main .dslc-module-front.dslc-hide-on-desktop > *:not(.dslca-module-manage) {
      opacity: 0.4;
  }
}

/* Tablet */
@media only screen and (min-width : 768px) and (max-width : 1024px)  {
  #dslc-main .dslc-modules-section.dslc-hide-on-tablet > *:not(.dslca-modules-section-manage):not(.dslca-modules-section-add) {
      opacity: 0.4;
  }
  #dslc-main .dslc-modules-area.dslc-hide-on-tablet > *:not(.dslca-modules-area-manage):not(.dslca-modules-area-add) {
      opacity: 0.4;
  }
    #dslc-main .dslc-module-front.dslc-hide-on-tablet > *:not(.dslca-module-manage) {
      opacity: 0.4;
  }

}

/* Smartphone */
@media only screen and ( max-width: 767px ) {
  #dslc-main .dslc-modules-section.dslc-hide-on-phone > *:not(.dslca-modules-section-manage):not(.dslca-modules-section-add) {
      opacity: 0.4;
  }
  #dslc-main .dslc-modules-area.dslc-hide-on-phone > *:not(.dslca-modules-area-manage):not(.dslca-modules-area-add) {
      opacity: 0.4;
  }
    #dslc-main .dslc-module-front.dslc-hide-on-phone > *:not(.dslca-module-manage) {
      opacity: 0.4;
  }
}
.dslca-container-loader {
    position: absolute;
    top: 54px;
    left: 0;
    right: 0;
    width: auto;
    height: 5px;
    background: #b5b6b1;
    z-index: 9999;
    opacity: 0;
    overflow: hidden;
    transition: opacity 0.3s ease;
    display: none;
}
/* Overlay inside popup */
.popup-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.4);
    z-index: 1001;
    display: none;  
    width: auto;
}
.dslca-progress-bar {
    width: 0%;
    height: 100%;
    background: #e10000;
    position: relative;
    transition: width 0.4s cubic-bezier(0.1, 0.05, 0.4, 1); 
    box-shadow: 0 0 10px rgba(225, 0, 0, 0.5);
}

.dslca-progress-bar::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.3) 50%,
        rgba(255, 255, 255, 0) 100%
    );
    animation: dslc_shimmer 1.5s infinite;
}

@keyframes dslc_shimmer {
    0% { transform: translateX(-100%); }
    100% { transform: translateX(100%); }
}

.dslca-undo-redo {
  border-radius: 3px;
  font-size: 14px;
  line-height: 1;
  padding: 10px 12px;
  width: auto;
  background: #0050a5;
  margin-right: 6px;
  position: relative;
  min-width: 75px;
  overflow: hidden;
}
.dslca-container .dslca-close-composer-hook{
  margin-left: 0px;
}
.dslca-undo-redo svg{
  height: 15px;
  width: 15px;
  min-width: 15px;
  fill: #fff;
}
.dslca-undo-redo:not(.disable):hover{
  background-color: #5da937;
}
.dslca-undo-redo .dslca-history-count{
  padding: 10px 12px;
  width: auto;
  background: #5da937;
  color: #fff;
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
}
.dslca-undo-redo.disable{
  opacity: .7;cursor: no-drop;
}

/* Template Part Preview Wrapper */
.dslc-template-part-preview-wrapper { 
    position: relative; 
    width: 100%; 
    display: block; 
    clear: both;
    min-height: 100px;
}

/* Clearfix for floated grid items */
.dslc-template-part-preview-wrapper:after {
    content: "";
    display: table;
    clear: both;
}

/* Neutralized Structure Classes */
.dslc-section-tp-view { position: relative; width: 100%; display: block; clear: both; }
.dslc-area-tp-view { float: left; box-sizing: border-box; min-height: 1px; }
.dslc-module-tp-view { display: block; position: relative; opacity: 1 !important; }

/* Hide nested management UI */
.dslc-template-part-preview-wrapper .dslca-module-manage, 
.dslc-template-part-preview-wrapper .dslca-modules-section-manage,
.dslc-template-part-preview-wrapper .dslca-modules-area-manage, 
.dslc-template-part-preview-wrapper .dslca-wysiwyg-actions-edit { 
    display: none !important; 
}

/* Centered Interactive Overlay */
.dslc-tp-preview-overlay {
    position: absolute; 
    top: 0; left: 0; right: 0; bottom: 0; 
    z-index: 999;
    background: rgba(88, 144, 229, 0); 
    transition: background 0.3s ease;
    display: flex; 
    align-items: center; 
    justify-content: center; 
    cursor: default !important;
}

.dslc-template-part-preview-wrapper:hover .dslc-tp-preview-overlay {
    background: rgba(88, 144, 229, 0.05); 
    border: 1px dashed #5890e5;
}

/* Overlay Button Styling */
.dslc-tp-preview-btn {
    display: none; 
    background: #5890e5; 
    color: #fff !important;
    padding: 10px 20px; 
    border-radius: 4px; 
    font-size: 12px;
    text-transform: uppercase; 
    font-weight: 700; 
    letter-spacing: 1px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.dslc-template-part-preview-wrapper:hover .dslc-tp-preview-btn { 
    display: inline-block; 
}
/* Template parts placeholder */
.dslc-template-part-placeholder {
    padding: 40px;
    border: 2px dashed #d0d0d0;
    background: #f9f9f9;
    text-align: center;
    border-radius: 4px;
    margin: 10px 0;
}
.dslc-template-part-placeholder-icon {
    font-size: 32px;
    color: #5890e5;
    margin-bottom: 10px;
    display: block;
}
.dslc-template-part-placeholder-title {
    font-size: 14px;
    font-weight: 700;
    color: #444;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 5px;
    display: block;
}
.dslc-template-part-placeholder-descr {
    font-size: 12px;
    color: #888;
    font-style: italic;
}
.dslca-modules-section-edit-field-datetimepicker,
.dslca-module-edit-field-datetimepicker {
  display: block !important;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
/* Date picker CSS */
/* 1. Main Container - Modern & White */
#ui-datepicker-div {
    z-index: 999999 !important;
    background: #ffffff !important;
    border: none !important;
    border-radius: 12px !important;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1) !important;
    padding: 15px !important;
    width: 250px !important;
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif !important;
}

/* Header (Month/Year & Navigation) */
.ui-datepicker-header {
    background: transparent !important;
    border: none !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 10px 5px !important;
    position: relative !important;
}

.ui-datepicker-title {
    order: 2 !important;
    margin: 0 !important;
    flex-grow: 1 !important;
    text-align: center !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    color: #333 !important;
}

.ui-datepicker-prev, 
.ui-datepicker-next {
    position: static !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: fit-content !important;
    padding: 0 5px;
    height: 30px !important;
    cursor: pointer !important;
    background: #f8f9fa !important;
    border-radius: 6px !important;
    transition: background 0.2s ease;
}

.ui-datepicker-prev {
    order: 1 !important;
}

.ui-datepicker-next {
    order: 3 !important;
}

.ui-datepicker-prev:hover, 
.ui-datepicker-next:hover {
    background: #eeeeff !important;
}

/* Icon Styling */
.ui-datepicker-prev span, 
.ui-datepicker-next span {
    text-indent: 0 !important;
    display: inline-block !important;
    color: #006add !important;
    font-size: 14px !important;
    font-weight: bold;
}

/* Calendar Grid */
.ui-datepicker-calendar {
    width: 100% !important;
    border-collapse: separate !important;
    border-spacing: 4px !important;
}

.ui-datepicker-calendar th {
    font-size: 11px !important;
    color: #999 !important;
    text-transform: uppercase;
    font-weight: 600 !important;
}

.ui-datepicker-calendar .ui-state-default {
    display: block !important;
    text-align: center !important;
    padding: 6px 0 !important;
    background: #f8f9fa !important;
    color: #444 !important;
    border: none !important;
    border-radius: 6px !important;
    text-decoration: none !important;
    transition: all 0.2s ease;
}

.ui-datepicker-calendar .ui-state-hover {
    background: #eeeeff !important;
    color: #006add !important;
}

/* The Selected Day */
.ui-datepicker-calendar .ui-state-active {
    background: #006add !important;
    color: #fff !important;
    box-shadow: 0 4px 10px rgba(93, 95, 239, 0.3) !important;
}

/* 4. Time Section*/
.ui-timepicker-div dl {
    display: flex !important;
    margin: 5px 0 0 0 !important;
    padding: 10px !important;
    border-top: 1px solid #f0f0f0 !important;
    justify-content: end;
    align-items: baseline;
}

.ui-timepicker-div dt.ui_tpicker_time_label {
    color: #006add !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    padding-right: 10px !important;
}

/* Target the scrollbar of the select dropdown */
.ui-timepicker-select::-webkit-scrollbar {
    width: 8px !important;
}

.ui-timepicker-select::-webkit-scrollbar-track {
    background: #f1f1f1 !important;
    border-radius: 10px !important;
}

.ui-timepicker-select::-webkit-scrollbar-thumb {
    background: #006add !important;
    border-radius: 10px !important;
    border: 2px solid #f1f1f1 !important;
}

.ui-timepicker-select::-webkit-scrollbar-thumb:hover {
    background: #006add !important;
}
.ui-timepicker-select {
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    
    background-color: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 8px !important;
    padding: 5px 30px 5px 12px !important;
    font-size: 13px !important;
    color: #334155 !important;
    cursor: pointer !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%235d5fef'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'%3E%3C/path%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right 10px center !important;
    background-size: 12px !important;
}

.ui-timepicker-select:focus {
    outline: none !important;
    border-color: #006add !important;
    box-shadow: 0 0 0 3px rgba(93, 95, 239, 0.1) !important;
}

/* 5. Footer Buttons - Clean White */
.ui-datepicker-buttonpane {
    border-top: 1px solid #f0f0f0 !important;
    padding-top: 10px !important;
    display: flex !important;
    justify-content: space-between !important;
}

.ui-datepicker-buttonpane button {
    background: #ffffff !important;
    color: #006add !important;
    border: 1px solid #006add !important;
    padding: 6px 15px !important;
    border-radius: 6px !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
}

.ui-datepicker-buttonpane button:hover {
    background: #006add !important;
    color: #fff !important;
}
.dslca-modules-section-edit-field-numeric-wrap.dslca-has-unit{
  display: flex;
  flex-direction: row;
}
.dslca-modules-section-edit-field-numeric-wrap.dslca-has-unit .dslca-modules-section-edit-field-slider-numeric{
  width: calc(100% - 40px);
  border-right: none;
  border-top-right-radius: unset;
  border-bottom-right-radius: unset;
}
.dslca-modules-section-edit-field-numeric-wrap.dslca-has-unit .dslca-modules-section-edit-field-select{
  width: 40px;
  margin: 4px 0 5px 0px;
  border-top-left-radius: unset;
  border-bottom-left-radius: unset;
}