/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/css-loader@6.11.0_webpack@5.94.0/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/.pnpm/postcss-loader@6.2.1_p2zr6dqnfjgaalbwaioso3tjzy/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/.pnpm/sass-loader@12.6.0_sass@1.77.8+webpack@5.94.0/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/backend.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/**
 * The following styles get applied inside the editor only.
 */
/* Common styles for all blocks */
.components-accessible-toolbar,
.block-editor-block-contextual-toolbar,
.components-accessible-toolbar.block-editor-block-contextual-toolbar {
  z-index: 999999;
}

.eb-row-wrapper > .eb-row-inner > .block-editor-inner-blocks > .block-editor-block-list__layout {
  display: flex;
  flex-wrap: nowrap;
}

.eb-panel-control .components-button-group.eb-unit-control-btn-group .components-button .eb-category-icon {
  margin-left: 8px;
}

.components-base-control .components-base-control__label {
  margin-right: 60px;
}

.eb-inspector-btn-group {
  display: flex;
  padding-bottom: 5px;
}

.eb-inspector-btn-group button {
  flex: 1;
  padding-left: 40px !important;
}

/* Image upload button styles */
.eb-image-upload-button,
.eb-image-wrapper-button,
.eb-wrapper-upload-button {
  height: 100px;
  width: 100%;
  background: #e3e3e3;
  color: #666666;
  display: inline-block;
}

.component-color-indicator {
  border-radius: 50%;
  width: 22px;
  height: 22px;
}

.eb-typography-icon {
  fill: #5e5e5e;
}

.eb-panel-control .components-base-control__label,
.eb-panel-control .components-input-control__label,
.eb-panel-control .components-panel__row {
  display: inline-block;
  color: #5f5f5f !important;
  font-size: 12px !important;
  line-height: 16px !important;
  font-weight: 500 !important;
  text-transform: capitalize !important;
  margin-bottom: 5px !important;
  margin-top: 5px !important;
  min-height: auto;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.eb-panel-control .components-flex.components-select-control {
  gap: 0;
}

.eb-panel-control button.components-panel__body-toggle:focus {
  box-shadow: inset 0 0 0 2px #551ef7;
}

/* Unit control styles */
.eb-panel-control .eb-unit-control-btn:hover {
  color: #551ef7;
}

.eb-panel-control .eb-unit-control-btn:focus {
  box-shadow: 0 0 0 1px #551ef7;
}

.eb-panel-control .input-wrapper input:focus {
  box-shadow: 0 0 0 1px #551ef7;
}

/* Toggle button style */
.eb-panel-control .is-checked .components-form-toggle__track {
  background-color: #551ef7 !important;
}

.eb-panel-control input[type=checkbox]:focus {
  box-shadow: 0 0 0 1px #551ef7;
}

/* Radio button style */
.eb-panel-control .components-radio-control__input[type=radio]:checked {
  background-color: #551ef7;
}

/* Select control style */
.wp-core-ui .eb-panel-control select.components-select-control__input {
  line-height: 1.4;
}

.wp-core-ui .eb-panel-control select.components-select-control__input option:hover {
  color: white;
  background: #551ef7 !important;
}

/* Avatar icon style */
.eb-avatar-icon-btn {
  height: 36px !important;
  width: 36px !important;
  margin: 0px 8px;
  border: 1px solid #b7b7b7;
  box-shadow: none !important;
}

/* Icon Select style */
.rfipbtn {
  min-height: 36px !important;
  width: 150px !important;
  border-radius: 6px;
  border: 1px solid #b4b4cb;
}

.eb-gradient-control .eb-gradient-toggle-label .components-base-control__field {
  display: inline-flex;
  align-items: center;
}

.eb-gradient-control .components-base-control__label {
  margin-right: 11px;
  margin-bottom: 8px;
}

/* Button Group Style */
.eb-btngrp-align {
  display: flex;
  align-items: center;
}

.eb-btngrp-align button {
  box-shadow: none !important;
}

.eb-btngrp-align svg {
  width: 20px;
}

.eb-panel-control .components-base-control {
  margin-bottom: 10px !important;
}

.eb-panel-control .components-base-control__help {
  margin: 0px !important;
}

.eb-panel-control .components-toggle-control.components-base-control {
  margin: 10px 0;
}

.eb-panel-control .components-toggle-control.components-base-control .components-base-control__help {
  margin-top: 10px !important;
}

.eb-panel-control .components-base-control .components-form-toggle .components-form-toggle__track {
  box-shadow: none !important;
}

.eb-panel-control .components-base-control .components-form-toggle:not(.is-checked) .components-form-toggle__track {
  border-color: #ebebeb !important;
}

.eb-panel-control .components-base-control .components-form-toggle:not(.is-checked) .components-form-toggle__thumb {
  border-color: #a6a6bf;
  background-color: #a6a6bf;
}

.eb-panel-control .components-base-control__field .components-button-group {
  display: flex;
}

.eb-panel-control .components-base-control__field .components-button-group .components-button {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 6px;
  padding-bottom: 6px;
}

.eb-panel-control .components-button-group .components-button:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.eb-panel-control .components-button-group .components-button:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.eb-panel-control .is-secondary {
  color: #b4b4cb;
  box-shadow: inset 0 0 0 1px #ebebeb !important;
  background: transparent;
}

.eb-panel-control .is-primary {
  color: #551ef7;
  box-shadow: inset 0 0 0 1px #b299ff !important;
  background: #cebeff;
}

.eb-panel-control .is-secondary:hover:not(:disabled),
.eb-panel-control .is-secondary:focus:not(:disabled),
.eb-panel-control .is-tertiary:hover:not(:disabled),
.eb-panel-control .is-tertiary:focus:not(:disabled),
.eb-panel-control .is-primary:hover:not(:disabled),
.eb-panel-control .is-primary:focus:not(:disabled) {
  background-color: #551ef7;
  color: #fff;
  box-shadow: inset 0 0 0 1px #551ef7 !important;
}

.eb-panel-control .components-button-group.eb-unit-control-btn-group {
  height: 20px;
}

.eb-panel-control .components-button-group.eb-unit-control-btn-group .components-button {
  height: 20px !important;
  padding: 0 0 0 6px;
  text-transform: uppercase;
  color: #5f5f5f;
  position: relative;
  z-index: 999999;
}

.eb-panel-control .components-button-group.eb-unit-control-btn-group .components-button.is-primary {
  box-shadow: none !important;
}

.eb-panel-control .responsiveRangeControllerWrapper .eb-unit-control-btn-group {
  display: block;
}

.eb-panel-control .responsiveRangeControllerWrapper .eb-unit-control-btn-group .eb-unit-control-btn {
  display: inline-block;
}

.eb-panel-control .components-panel__body .dimention-container .dimention-label {
  height: 20px;
  margin-bottom: 0 !important;
  color: #5f5f5f;
}

.eb-panel-control .components-panel__body .dimention-container .input-container .input-wrapper-group {
  display: flex;
  flex: 1;
}

.eb-panel-control .components-panel__body .dimention-container .input-container .input-wrapper-group .input-wrapper {
  width: 25% !important;
}

.eb-panel-control .components-panel__body .dimention-container .input-container .input-wrapper input {
  color: #1e1e1e;
  height: 30px !important;
  border-color: #ebebeb !important;
  line-height: 1.2;
  font-size: 13px;
}

.eb-panel-control .components-panel__body .dimention-container .input-container .input-wrapper input:focus {
  box-shadow: none;
  color: #000;
}

.eb-panel-control .components-panel__body .dimention-container .input-container .input-wrapper:first-child input {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.eb-panel-control .components-panel__body .dimention-container .input-container .input-wrapper:last-child input {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.eb-panel-control .components-panel__body .dimention-container .input-container .components-button.linked-btn {
  height: 30px !important;
  width: 20px !important;
  padding: 0 !important;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-left: 0;
}

.eb-panel-control .linked-btn:hover:not(:disabled),
.eb-panel-control .linked-btn:focus:not(:disabled) {
  color: #551ef7;
  background: transparent !important;
  box-shadow: none !important;
}

.eb-panel-control .linked-btn.is-primary {
  color: #551ef7;
  background: transparent !important;
  box-shadow: none !important;
  font-size: 14px !important;
}

/* Custom range control styles */
.eb-panel-control .eb-range-controller-container {
  display: flex;
  align-items: flex-start;
  overflow: hidden;
}

.eb-panel-control .eb-range-controller-container .components-range-control {
  flex: 1;
  margin-bottom: 8px;
}

.eb-panel-control .components-range-control {
  margin-bottom: 8px;
}

.eb-panel-control .eb-range-controller-container .components-range-control .components-base-control__field {
  margin-bottom: 0 !important;
}

.eb-panel-control .eb-range-controller-container .eb-range-reset-button {
  height: 26px;
  margin-top: 20px;
  width: 20px;
  background: transparent;
  border: none;
  outline: none;
  box-shadow: none;
  padding: 0;
  margin-left: 2px;
  cursor: pointer;
}

.eb-panel-control.eb-typography-component-panel .eb-range-controller-container .eb-range-reset-button {
  padding-top: 8px;
}

.eb-panel-control .eb-reset-button-margin-fix .eb-range-controller-container .eb-range-reset-button {
  margin-top: 26px;
}

.eb-panel-control .dashicons {
  font-family: "dashicons";
}

.eb-panel-control .eb-range-controller-container .eb-range-reset-button .dashicon {
  font-size: 14px;
  color: #62626f;
  width: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scaleX(-1) rotate(90deg);
}

.eb-panel-control .components-range-control__reset {
  color: #6b6b6b;
}

.eb-panel-control .components-range-control__wrapper {
  color: #e5e5ed;
  outline: none;
}

.eb-panel-control .components-range-control__slider + span {
  background-color: #e5e5ed;
  border: none;
  outline: none;
  box-shadow: none;
}

.eb-panel-control .components-range-control__root {
  z-index: 1000;
}

.eb-panel-control .components-range-control__track {
  margin-left: -8px;
  background-color: #b4b4cb;
}

.eb-panel-control .components-range-control__track + span {
  margin-top: 9px;
  height: 12px;
  width: 12px;
}

.eb-panel-control .components-range-control__track + span > span {
  background-color: #b4b4cb;
  border: none;
  outline: none;
  box-shadow: none;
}

.eb-panel-control .components-range-control__root .components-input-control {
  margin-left: 8px !important;
  width: 70px !important;
}

.eb-panel-control .components-input-control__input {
  color: #1e1e1e !important;
  padding-right: 0 !important;
}

.eb-panel-control .components-input-control__backdrop {
  border-color: #ebebeb !important;
}

.eb-panel-control .components-range-control__root .components-input-control input,
.eb-panel-control .components-range-control__root .components-input-control .components-input-control__backdrop,
.eb-panel-control .components-range-control__root .components-button {
  height: 26px !important;
  min-height: 26px !important;
  line-height: 26px;
  text-align: center !important;
  padding: 0 0 0 10px !important;
  width: 100% !important;
  max-width: 100%;
}

/* Color undo button style */
.eb-panel-control .components-button.eb-color-undo .dashicon {
  font-size: 14px;
  color: #62626f;
}

.eb-color-undo {
  margin-right: -8px;
}

/* Style focus style */
.eb-panel-control .components-select-control__input:hover,
.eb-panel-control .components-select-control__input:focus {
  color: black;
  box-shadow: none;
  border-color: #ebebeb;
}

/* Gradient control style */
.eb-gradient-control .eb-switch-control {
  width: 150px !important;
}

.eb-panel-control .eb-gradient-control .eb-gradient-toggle-label .components-base-control__field {
  display: flex;
  align-items: center;
}

.eb-panel-control .eb-gradient-control .eb-switch-control {
  width: 100px !important;
  font-size: 11px !important;
  margin-bottom: 0 !important;
  margin-left: auto !important;
}

.eb-panel-control .eb-gradient-control .eb-switch-control > label {
  padding: 1px;
}

/* color picker */
.eb-panel-control .eb-color-ball {
  padding: 0 !important;
  border-radius: 20px !important;
  border-color: #ebebeb !important;
  cursor: pointer;
}

.eb-panel-control .eb-color-ball > div {
  border-radius: 20px !important;
  height: 25px !important;
  width: 25px !important;
}

.eb-userinfo-container > p {
  margin: 0 !important;
}

.eb-resButtons {
  display: flex;
  justify-content: space-between;
  padding: 5px 0;
  margin-bottom: 10px;
  gap: 5px;
}

button.eb-res-btn {
  background: rgba(85, 30, 247, 0.2);
  border: 1px solid rgba(85, 30, 247, 0.2);
  border-radius: 3px;
  padding: 5px 0;
  flex: 1;
  color: #551ef7;
  font-weight: 600;
  letter-spacing: 0.2px;
  cursor: pointer;
  transition: 0.3s;
}

button.eb-res-btn:hover,
button.eb-res-btn.active {
  box-shadow: rgba(85, 30, 247, 0.6) 0px 0px 5px 0px;
}

button.eb-res-btn.active {
  background: #551ef7;
  border: 1px solid #551ef7;
  color: #fff;
}

button.eb-res-btn:focus {
  outline: none;
}

.eb-typography-component-panel {
  min-width: 220px;
  padding: 1rem;
}

.typoResButton {
  cursor: pointer;
  font-size: 11px;
  line-height: 18px;
  width: 18px;
  height: 18px;
  position: relative;
  z-index: 999;
  background-color: #e8e8e8;
  color: #5f5f5f;
  margin: 0px 8px 5px 0px;
  text-align: center;
  border-radius: 3px;
}

.typoResButton.active {
  color: #551ef7;
}

.wrap_res {
  position: relative;
}

.resIcons {
  position: absolute;
  left: 80px;
}

.eb-typography-component-panel .wrap_res.forFontSize .resIcons {
  left: 70px;
}

.eb-typography-component-panel .wrap_res.forLetterSpacing .resIcons,
.eb-typography-control-wrapper .global-letter-spacing .resIcons {
  left: 100px;
}

.eb-typography-component-panel .wrap_res.forLineHeight .resIcons {
  left: 83px;
}

.eb-panel-control .components-button:not(.eb-unit-control-btn-group) {
  position: relative;
  z-index: 0;
}
.eb-panel-control .components-button.eb-color-undo {
  margin-right: -8px;
}
.eb-panel-control .components-button.eb-color-undo .dashicon {
  font-size: 14px;
  color: #62626f;
}
.eb-panel-control .components-button.eb-color-undo.eb-disable-reset {
  cursor: default;
  opacity: 1;
}
.eb-panel-control .components-button.eb-color-undo.eb-disable-reset .dashicon {
  color: #d6d6d6;
}

.eb-panel-control .components-button.has-icon {
  display: flex;
}

.eb-typography-base > div {
  display: flex;
  justify-content: space-between;
}
.eb-typography-base .eb-typography-options {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}
.eb-typography-base .components-button {
  background-color: transparent;
}

.eb-typography-dropdown button {
  padding: 0;
}
.eb-typography-dropdown.active .dashicon {
  color: #7731ff;
}
.eb-typography-dropdown.active svg path {
  fill: #7731ff;
}

.eb-typography-global-panel {
  padding: 10px;
}
.eb-typography-global-panel .eb-typography-global-options {
  margin-bottom: 10px;
}
.eb-typography-global-panel .eb-typography-global-options input {
  border: 0;
  background-color: transparent;
  box-shadow: unset;
  position: relative;
}
.eb-typography-global-panel .eb-typography-global-options input:checked:before {
  content: "\f147";
  font-family: "dashicons";
  margin: 0;
  font-size: 28px;
  height: auto;
  width: auto;
  float: unset;
  position: absolute;
  left: -8px;
  top: 8px;
}
.eb-typography-global-panel .eb-typography-global-options input:focus {
  box-shadow: unset;
}
.eb-typography-global-panel .eb-typography-global-options label:hover {
  cursor: pointer;
}
.eb-typography-global-panel .eb-typography-global-options label.checked {
  font-weight: 700;
  font-size: 1.02em;
  cursor: pointer;
}
.eb-typography-global-panel .eb-typography-global-options:last-child {
  margin-bottom: 0;
}

.components-base-control.eb-fontpicker-fontfamily {
  z-index: 99999;
  position: relative;
}

.components-base-control.eb-fontpicker-fontfamily input {
  box-shadow: unset;
}

.components-button.has-icon .dashicon.dashicons-format-image {
  margin: 0;
}

.eb-panel-control .wrap_res.for-icon-size .resIcons {
  left: 60px;
}

.eb-panel-control .wrap_res.for-head-img-height .resIcons,
.eb-panel-control .wrap_res.for-head-img-width .resIcons,
.eb-panel-control .wrap_res.for-number-size .resIcons {
  left: 85px;
}

.eb-panel-control .eb-color-undo .dashicon {
  margin: 0;
}

.eb-background-control-inspector-panel-img-btn {
  height: 100px;
  width: 100%;
  background-color: #e3e3e3;
}

.eb-panel-control .components-button {
  text-transform: capitalize;
}

.eb-panel-control .newWithResWrapper .eb-range-controller-container .eb-range-reset-button {
  margin-top: 0;
}

.resLabel {
  padding-right: 5px;
}

.resBtns {
  padding-bottom: 5px;
}

/*
unit (px,em,%) anchors not grabbing on hover fix start
*/
.eb-panel-control .components-button-group.eb-unit-control-btn-group .components-button {
  position: relative;
  z-index: 1111;
  font-size: 10px;
}

/*
unit (px,em,%) anchors not grabbing on hover fix end
*/
/*
fixing typography control showing smaller width  start
*/
.eb-panel-control {
  min-width: 220px;
}

/*
fixing typography control showing smaller width  end
*/
/*
color-control submodules css start
*/
.eb-color-base > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.eb-color-base .components-base-control__label {
  flex: 10;
  margin-right: 0px !important;
  /* There was no other way */
}

.eb-color-base .components-dropdown {
  flex: 1;
}

.eb-color-ball {
  background-image: linear-gradient(45deg, #ddd 25%, transparent 0), linear-gradient(-45deg, #ddd 25%, transparent 0), linear-gradient(45deg, transparent 75%, #ddd 0), linear-gradient(-45deg, transparent 75%, #ddd 0);
  background-size: 10px 10px;
  background-position: 0 0, 0 5px, 5px -5px, -5px 0;
  border-radius: 50%;
}

.eb-color-undo {
  flex: 1;
  color: gray;
}

.eb-color-undo :focus,
.eb-color-undo :hover {
  box-shadow: none;
}

/*
color-control submodules css end
*/
/*
dimensions-control submodules css start
*/
.input-wrapper {
  width: 25%;
  display: flex;
  flex-direction: column;
}

.linked-btn {
  width: 40px;
  height: 30px;
  border-radius: 5px;
  margin-left: 8px;
  padding-left: 12px;
}

.dimention-container {
  display: flex;
  flex-direction: column;
  margin-bottom: 1em;
}

.dimention-label {
  margin-bottom: 4px;
  margin-right: 10px;
  display: inline-block;
}

.dimentions-input-label {
  font-size: 0.75em;
  text-align: center;
}

.input-container.left-right-disabled {
  justify-content: flex-start;
}

.input-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.input-container .input-wrapper:first-child input {
  border-width: 1px;
  border-radius: 4px 0px 0px 4px;
}

.input-container .input-wrapper input {
  min-height: 24px;
  height: 24px;
  margin: 0;
  padding: 0;
  text-align: center;
  border-width: 1px 1px 1px 0px;
  border-color: #8d96a0;
  border-style: solid;
  border-radius: 0;
  width: 100%;
}

.input-container .input-wrapper:nth-child(5) input {
  border-radius: 0px 4px 4px 0px;
}

.input-container .input-wrapper button {
  margin-left: 0px;
  border-radius: 0px 4px 4px 0px;
  border: 1px solid #8d96a0;
  border-left: none;
}

.eb-panel-control .components-panel__body .dimention-container .input-container .input-wrapper input:disabled {
  background-color: #e6e9ec;
  color: #6d7882;
  cursor: not-allowed;
}

/*
dimensions-control submodules css end
*/
/*
image-avatar submodule's css start
*/
.image-avatar {
  position: relative;
  height: 200px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 8px;
  padding: 2px;
}

.image-avatar-delete {
  background-color: blue;
}

.image-avatar-delete:hover {
  background-color: red;
}

/*
image-avatar submodule's css end
*/
/*
social-profiles css start
*/
.profile-wrapper {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  margin-bottom: 10px;
  border: 1px solid;
  line-height: 2.5em;
}

.profile-icon-container {
  font-size: 14px;
  padding-right: 10px;
  padding-left: 10px;
  cursor: pointer;
  width: 90%;
  flex: 10;
}

.selected-profile-icon {
  margin-left: 5px;
}

.link-form-wrapper {
  margin-top: 10px;
}

.social-link-input {
  margin-bottom: 10px;
}

.profile-icon-wrapper {
  height: 1em;
  width: 1em;
  padding: 1em;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.drag-helper {
  z-index: 100;
  list-style: none;
}

.profile-wrapper .drag-handle {
  flex: 2 1 0% !important;
  background: darkgrey;
  border-right: 1px solid;
  cursor: move;
  color: #ffffff;
  align-items: center;
  display: flex !important;
  justify-content: center;
}

.eb-social-delete-icon:hover {
  cursor: pointer;
}

/*
social-profiles css end
*/
/*
toggle-button submodule's css start
*/
.eb-switch-control {
  display: flex;
  border: 1px solid #ededed;
  padding: 2px;
  border-radius: 30px;
  position: relative;
  font-family: sans-serif;
  text-align: center;
  margin-bottom: 8px;
  margin-top: 8px;
}

.eb-switch-control input {
  visibility: hidden;
  position: absolute;
  padding: 10px;
}

.eb-switch-control input:checked + label {
  color: #fff;
}

.eb-switch-control .individual:checked ~ span,
.eb-switch-control .business:checked ~ span {
  color: white;
}

.eb-switch-control .individual:checked ~ .slideBg {
  transform: translateX(100%);
}

.eb-switch-control .business:checked ~ .slideBg {
  transform: translateX(0);
}

.eb-switch-control label {
  display: block;
  padding: 4px;
  width: 50%;
  z-index: 1;
}

.slideBg {
  position: absolute;
  background-color: #551ef7;
  color: white;
  border-radius: 30px;
  height: 100%;
  width: 50%;
  top: 0;
  left: 0;
  transition: transform 0.3s ease;
}

/*
toggle-button submodule's css end
*/
/*
typography-control submodule's css start
*/
.eb-typography-wrapper {
  padding: 15px;
}

.components-eb-typography-dropdown {
  padding: 0 !important;
}

/*
typography-control submodule's css end
*/
/*
unit-control submodule's css start
*/
.eb-unit-control-btn-group {
  margin: 0px 0px -20px 0px;
  text-align: right;
  display: flex !important;
  justify-content: right;
  align-items: center;
}

.eb-unit-control-btn {
  color: black;
  background: transparent !important;
  outline: none !important;
  box-shadow: none !important;
  border: none !important;
  text-shadow: none !important;
}

.eb-unit-custom-btn .dashicons,
.eb-unit-custom-btn .dashicons-before:before {
  height: 10px;
  width: 10px;
  font-size: 10px;
}

.eb-unit-custom-btn .dashicon::before {
  font-size: 10px;
}

.eb-unit-active {
  color: #551ef7 !important;
  font-weight: bold;
}

/*
unit-control submodule's css end
*/
/* responsive-range-control submodule's css start */
.eb-component-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.eb-responsive-text-controler .eb-component-wrapper {
  flex-wrap: nowrap;
}

.eb-component-wrapper .eb-help-text.components-base-control__help {
  flex-basis: 100%;
}

.eb-component-wrapper .components-base-control.components-range-control {
  flex-grow: 1;
}

.eb-component-wrapper .eb-range-reset-button {
  height: 26px;
  width: 20px;
  background: transparent;
  border: none;
  outline: none;
  box-shadow: none;
  padding: 0;
  margin-left: 2px;
  cursor: pointer;
}

.eb-component-wrapper .eb-range-reset-button .dashicon {
  font-size: 14px;
  color: #62626f;
  width: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scaleX(-1) rotate(90deg);
}

.responsive-btn-label {
  margin-right: 8px;
}

/* responsive-range-control submodule's css end */
/* EB Settings Tab Panel Control */
.eb-panel-control {
  background-color: #f7f7f7;
}
.eb-panel-control .eb-parent-tab-panel .components-tab-panel__tabs {
  background-color: #fff;
}
.eb-panel-control .eb-parent-tab-panel .components-tab-panel__tabs .eb-tab {
  font-size: 1.1em;
  background-color: #fff;
  border-right: 1px solid #fff;
  border-top: 3px solid transparent;
}
.eb-panel-control .eb-parent-tab-panel .components-tab-panel__tabs .eb-tab.active-tab {
  background-color: #f7f7f7;
  border-color: #cebeff !important;
}
.eb-panel-control .eb-parent-tab-panel .components-tab-panel__tabs .eb-tab:not(:first-child) {
  border-left: 1px solid #fff;
}
.eb-panel-control .eb-parent-tab-panel .components-tab-panel__tabs .eb-tab:hover {
  color: #551ef7;
}
.eb-panel-control .eb-parent-tab-panel .components-tab-panel__tabs .eb-tab:focus {
  box-shadow: unset;
}
.eb-panel-control .eb-parent-tab-panel .components-panel__body.eb-subpanel {
  border: 0;
  padding-left: 0;
  padding-right: 0;
}
.eb-panel-control .eb-parent-tab-panel .components-panel__body-title {
  background-color: #e8e8e8;
}
.eb-panel-control .eb-parent-tab-panel .eb-subpanel .components-panel__body-title {
  margin-left: 0;
  margin-right: 0;
}

/* EB Slider Content Settings */
.eb-panel-control .eb-parent-tab-panel .eb-slider-item-single-panel {
  margin-bottom: 10px;
  border-top: 0;
}
.eb-panel-control .eb-parent-tab-panel .eb-slider-item-single-panel.is-opened {
  background-color: #efefef;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
}
.eb-panel-control .eb-parent-tab-panel .eb-slider-item-single-panel.is-opened .components-panel__body-title {
  background-color: #e0e0e0;
  border: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.eb-panel-control .eb-parent-tab-panel .eb-slider-item-single-panel .components-panel__body-title {
  background-color: #eaeaea;
  border: 1px solid #d8d8d8;
  border-radius: 4px;
}
.eb-panel-control .eb-parent-tab-panel .eb-slider-item-single-panel .components-panel__body-title button {
  padding: 12px;
}
.eb-panel-control .eb-parent-tab-panel .eb-slider-item-single-panel .components-panel__body-title button:focus {
  outline: 0;
  box-shadow: unset;
}
.eb-panel-control .eb-parent-tab-panel .eb-slider-item-single-panel textarea {
  border-color: #ebebeb;
}
.eb-panel-control .eb-parent-tab-panel .eb-slider-item-single-panel .error {
  color: red;
  margin-top: -10px;
  margin-bottom: 15px;
  display: block;
}

summary::-webkit-details-marker {
  display: none;
}

/* Accordion sortable style */
.drag-helper .profile-wrapper,
.eb-pricebox-sortable-item,
.eb-typed-sortable-item {
  border: 1px solid #b4b4cb;
}

.profile-wrapper .drag-handle,
.eb-accordion-sortable-item .drag-handle,
.eb-pricebox-sortable-item .drag-handle,
.eb-typed-sortable-item .drag-handle {
  background: transparent !important;
  flex: 2 1 0% !important;
  border-left: 1px solid #b4b4cb;
}

.eb-panel-control .components-base-control .components-text-control__input,
.eb-panel-control .components-base-control .drag-helper .eb-accordion-sortable-item .eb-social-delete-icon,
.eb-panel-control .components-base-control .drag-helper .eb-accordion-sortable-item .drag-handle,
.eb-panel-control .components-base-control .drag-helper .eb-accordion-sortable-item {
  border-color: #ebebeb !important;
  padding: 5px 0;
}

.eb-panel-control .components-base-control .drag-helper .eb-accordion-sortable-item .drag-handle {
  border-right: none;
}

.eb-accordion-sortable-item {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  margin-bottom: 10px;
  border: 1px solid;
  line-height: 2.5em;
}

.eb-accordion-sortable-title {
  flex: 10;
  padding-left: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.eb-accordion-sortable-trash {
  font-size: 16px;
  border-left: 1px solid gray;
  line-height: 2.5em;
  flex: 1;
  text-align: center;
  padding: 8px;
}

.eb-accordion-sortable-trash:hover {
  background: #f44336;
  color: #ffffff;
  cursor: pointer;
}

.eb-accordion-hidden {
  overflow: hidden !important;
  opacity: 0 !important;
}

.eb-accordion-expanded {
  overflow: visible;
  opacity: 1;
}

.eb-accordion-upload-button {
  height: 100px;
  width: 100%;
  background: #e3e3e3;
  color: #666666;
  display: inline-block;
}

.eb-accordion-add-button {
  margin: 10px;
  display: flex;
  justify-content: center;
}

.eb-accordion-add-button-label {
  margin-left: 10px;
}

.eb-panel-control .eb-accordion-add-button {
  margin-top: 0px;
}

.eb-accordion-sortable-base {
  margin-bottom: 0px !important;
}

.eb-sortable-accordion-list {
  margin-bottom: 0px;
}
.eb-sortable-accordion-list li:last-child {
  margin-bottom: 0px;
}

.eb-panel-control .eb-fontpicker-fontfamily {
  z-index: 99999;
  position: relative;
}

.eb-control-item-wrapper {
  margin-bottom: 10px;
}

.eb-panel-control .components-base-control__field .components-text-control__input {
  padding: 10px;
}

.eb-margin-bottom-10 {
  margin-bottom: 10px;
}

.eb-margin-bottom-20 {
  margin-bottom: 20px;
}

.eb-margin-bottom-30 {
  margin-bottom: 30px;
}

.eb-row-wrapper .eb-guten-block-main-parent-wrapper.eb-column-editor-wrap.wp-block,
.eb-row-wrapper .eb-guten-block-main-parent-wrapper.eb-column-editor-wrap.wp-block .wp-block {
  max-width: none;
}

body.eb-mimmik-added .eb-guten-block-main-parent-wrapper.eb-row-editor-wrap .eb-row-root-container {
  overflow-x: hidden;
}
body.eb-mimmik-added .marginPaddingNaai.wp-block,
body.eb-mimmik-added .eb-guten-block-main-parent-wrapper.eb-row-editor-wrap .wp-block,
body.eb-mimmik-added .eb-guten-block-main-parent-wrapper.eb-row-editor-wrap .block-editor-block-list__block.wp-block {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.eb-row-wrapper > .eb-row-inner > .block-editor-inner-blocks {
  margin-left: auto !important;
  margin-right: auto !important;
}
.eb-row-wrapper > .eb-row-inner > .block-editor-inner-blocks > .block-editor-block-list__layout {
  max-width: none !important;
  width: auto !important;
}

.eb-guten-block-main-parent-wrapper.eb-column-editor-wrap {
  position: relative !important;
}
.eb-guten-block-main-parent-wrapper.eb-column-editor-wrap .eb-column-inner .block-list-appender {
  margin: 0 !important;
  padding: 0 !important;
}
.eb-guten-block-main-parent-wrapper.eb-column-editor-wrap .width-dragger-change {
  display: none;
  position: absolute;
  z-index: 8;
  right: -5px;
  top: 0;
  bottom: 0;
  width: 12px;
  cursor: col-resize;
}
.eb-guten-block-main-parent-wrapper.eb-column-editor-wrap .width-dragger-change > .dragger-inner {
  margin: 0 5px;
  height: 100%;
}
.eb-guten-block-main-parent-wrapper.eb-column-editor-wrap .width-dragger-change > .dragger-inner .circle {
  position: absolute;
  width: 10px;
  height: 10px;
  border: 1px solid #000;
  border-radius: 50%;
  top: 50%;
  left: 2px;
  transform: translateY(-50%);
}
.eb-guten-block-main-parent-wrapper.eb-column-editor-wrap .width-dragger-change > .dragger-inner > .dashicons {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  width: 30px;
  height: 30px;
  border: 1px solid #a3a5c0;
  border-radius: 50%;
  top: 50%;
  left: -8px;
  transform: translateY(-50%);
  color: #a3a5c0;
}
.eb-guten-block-main-parent-wrapper.eb-column-editor-wrap .width-dragger-change:hover > .dragger-inner {
  background-color: #000;
}
.eb-guten-block-main-parent-wrapper.eb-column-editor-wrap .cols-width-tooltip {
  width: 170px;
  position: absolute;
  top: 50%;
  background: no-repeat;
  color: #fff;
  padding: 0;
  transform: translateY(-50%);
  left: -77px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  z-index: 9999;
}
.eb-guten-block-main-parent-wrapper.eb-column-editor-wrap .cols-width-tooltip i.ovl_shapes {
  position: absolute;
  background: #fff;
  height: 30px;
  width: 30px;
  border-radius: 50%;
}
.eb-guten-block-main-parent-wrapper.eb-column-editor-wrap .cols-width-tooltip i.ovl_circle1 {
  left: 55px;
}
.eb-guten-block-main-parent-wrapper.eb-column-editor-wrap .cols-width-tooltip i.ovl_circle2 {
  right: 55px;
}
.eb-guten-block-main-parent-wrapper.eb-column-editor-wrap .cols-width-tooltip > span {
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.eb-guten-block-main-parent-wrapper.eb-column-editor-wrap .cols-width-tooltip > span.dashicons {
  color: #a3a5c0;
  border: 1px solid #a3a5c0;
  border-radius: 50%;
  width: 30px;
  font-size: 26px;
  background: #fff;
  z-index: 333;
}
.eb-guten-block-main-parent-wrapper.eb-column-editor-wrap .cols-width-tooltip > span:not(.dashicons) {
  background: #a3a5c0;
  color: #fff;
  width: 65px;
}
.eb-guten-block-main-parent-wrapper.eb-column-editor-wrap .cols-width-tooltip > :not(.dashicons):first-child {
  padding-right: 10px;
  clip-path: polygon(100% 0, 90% 50%, 100% 100%, 0% 100%, 0 50%, 0% 0%);
}
.eb-guten-block-main-parent-wrapper.eb-column-editor-wrap .cols-width-tooltip > :not(.dashicons):nth-child(3) {
  padding-left: 10px;
  clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 10% 50%, 0% 0%);
}

body.eb-responsive-preview-option-Desktop .eb-guten-block-main-parent-wrapper.eb-column-editor-wrap .width-dragger-change,
.wp-embed-responsive .eb-guten-block-main-parent-wrapper.eb-column-editor-wrap .width-dragger-change {
  display: block;
}

body.eb-mimmik-added .edit-post-visual-editor .eb-column-wrapper > .eb-column-inner .components-button {
  padding-top: 13px;
  padding-bottom: 13px;
}

body.eb-mimmik-added .edit-post-visual-editor .block-editor-block-toolbar {
  position: relative;
  z-index: 999;
}

body.eb-mimmik-added .edit-post-visual-editor .components-popover.block-editor-block-list__block-popover {
  z-index: 999;
}

body.eb-mimmik-added .edit-post-visual-editor .wp-block.editor-post-title.editor-post-title__block {
  padding-bottom: 40px;
}

.eb-image-comparison-wrapper .eb-image-comparison-placeholder {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.eb-image-comparison-wrapper .eb-image-comparison-upload {
  height: 200px;
  width: 200px;
  margin-right: 10px;
  background: #e3e3e3;
  display: inline;
}

.eb-image-comparison-wrapper .eb-image-comparison-image {
  height: 200px;
  width: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}

.drag-handle {
  flex: 1;
  background: transparent;
  border-right: 1px solid #b4b4cb;
  cursor: move;
  color: #fff;
  align-items: center;
  display: flex !important;
  justify-content: center;
  flex: 2 1 0% !important;
  border-left: 1px solid #b4b4cb;
}

.eb-sortable-item {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  margin-bottom: 10px;
  border: 1px solid #b4b4cb;
  line-height: 2.5em;
}

.eb-sortable-title {
  flex: 12;
  padding-left: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 200px;
  white-space: nowrap;
}

.eb-sortable-trash {
  font-size: 16px;
  border-left: 1px solid gray;
  line-height: 2.5em;
  flex: 1;
  text-align: center;
  padding: 8px;
}

.eb-sortable-trash:hover {
  background: #f44336;
  color: #ffffff;
  cursor: pointer;
}

.eb-sortable-title:hover {
  cursor: pointer;
}

.block-editor-block-inspector .eb-panel-control .responsiveSelectControl .components-base-control {
  flex: 1;
}

.block-editor-block-inspector .eb-panel-control .responsiveSelectControl.jhapsha .components-base-control select {
  color: rgba(0, 0, 0, 0.4666666667);
}

.eb-sortable-accordion-list .drag-helper {
  border: 1px solid #ebebeb;
  padding: 0 10px;
  margin-top: 0;
}

.eb-sortable-accordion-list .eb-accordion-sortable-item {
  padding: 0 !important;
  border: none;
}

.eb-sortable-accordion-list .eb-accordion-sortable-title {
  cursor: pointer;
}

.eb-guten-block-main-parent-wrapper .eb-form button[type=submit],
.eb-guten-block-main-parent-wrapper .eb-form input[type=submit] {
  pointer-events: none;
}

.eb-html-tag-buttongroup .components-button {
  padding: 6px;
  margin-left: 0 !important;
}

body:not(.eb-responsive-preview-option-Desktop) .eb_animation {
  visibility: visible !important;
  opacity: 1 !important;
}

.eb-support-panel {
  padding: 30px 5px 20px;
  text-align: center;
  border-top: 1px solid #ddd;
}
.eb-support-panel .eb-block-support {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.eb-support-panel .eb-block-support img {
  width: 25px;
}
.eb-support-panel .eb-block-support a {
  font-size: 16px;
  color: #211c70;
  text-decoration: none;
  font-weight: 500;
}
.eb-support-panel .eb-block-support a:hover {
  text-decoration: none;
}
.eb-support-panel .eb-block-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0px;
  margin-top: 12px;
}
.eb-support-panel a {
  font-size: 12px;
  font-weight: 500;
  color: #2673ff;
}
.eb-support-panel a:hover {
  color: #481ec2;
  text-decoration: underline;
}
.eb-support-panel a img {
  margin-right: 5px;
  width: 14px;
}

.eb-multi-btn-wrp {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
}

.eb-dynamic-input-control {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
}
.eb-dynamic-input-control .components-base-control {
  width: calc(100% - 25px);
}
.eb-dynamic-input-control .dashicon {
  font-size: 20px;
  position: absolute;
  right: 0;
  top: 33px;
}
.eb-dynamic-input-control .dashicon:hover {
  color: #7531ff;
  cursor: pointer;
}

.eb-dynamic-field-popover {
  width: 250px;
}
.eb-dynamic-field-popover .components-popover__content {
  width: 100%;
  padding: 10px;
}
.eb-dynamic-field-popover .components-popover__content .eb-dynamic-popover-heading {
  font-size: 1.05em;
  font-weight: 700;
  background-color: #e6e6e6;
  padding: 5px 10px;
  margin-bottom: 15px;
}

.eb-panel-control .components-panel__row.eb-is-pro-message {
  color: red !important;
  font-size: 1.01em !important;
  margin-bottom: 15px !important;
}

.eb-dataTable-row-settings-wrap {
  position: relative;
  cursor: pointer;
  text-align: center;
}

.eb-dataTable-row-settings.eb-dataTable-row-settings-visible {
  opacity: 1 !important;
  visibility: visible !important;
}

.eb-dataTable-row-settings {
  padding: 0;
  margin: 0;
  list-style: none;
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  background: #ffffff;
  padding: 10px 0;
  border-radius: 4px;
  min-width: 150px;
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 1;
}

.eb-dataTable-row-settings li button {
  border: 0;
  background: #ffffff;
  padding: 10px 15px;
  transition: all 0.3s;
  width: 100%;
  text-transform: capitalize;
  cursor: pointer;
}

.eb-dataTable-row-settings li button:hover {
  background: #ccc;
}

.rdt_TableBody .rdt_TableCell div {
  width: 100%;
}

.eb-is-pro-message {
  background: #fffaeb;
  border: 1px solid #fef0c7;
  border-radius: 2px;
  padding: 3px;
  font-size: 11px;
  line-height: 1.5rem;
  display: flex;
  gap: 5px;
  align-items: center;
  color: #000;
  margin: 10px 0;
}
.eb-is-pro-message .dashicons {
  color: #fec84b;
}
.eb-is-pro-message a {
  text-decoration: none;
  color: #2673ff;
  text-transform: capitalize;
}

.eb-panel-control .eb-instruction {
  padding: 10px !important;
  line-height: 1.5;
  text-transform: none;
  margin: 0 !important;
  background-color: #eaeaea;
}
.eb-panel-control .eb-instruction strong {
  margin: 0px 2px;
  font-style: italic;
  color: #222;
  font-weight: 700;
}

.eb-panel-control .responsiveAlignControlWrapper .components-base-control__label {
  margin: 0 10px 5px 0 !important;
}

.eb-panel-control .responsiveAlignControlWrapper .components-base-control {
  flex-grow: 1;
}

.eb-color-control-indecator {
  height: 22px;
  width: 22px;
}

.eb-color-picker {
  width: auto;
  min-width: 270px;
  top: 0px !important;
  left: auto !important;
  right: 0 !important;
  transform: translateX(-285px) translateY(20px) translateY(0em) scale(1) translateZ(0px) !important;
}
.eb-color-picker .components-popover__content {
  padding: 15px;
  min-width: 270px;
  min-height: 400px;
  max-height: 100% !important;
}
.eb-color-picker .components-popover__content .eb-colorpicker-tab-panel .components-tab-panel__tabs {
  margin-bottom: 20px;
}
.eb-color-picker .components-popover__content .eb-colorpicker-tab-panel .components-tab-panel__tabs .components-tab-panel__tabs-item {
  padding: 0;
  margin-right: 15px;
  min-width: 50px;
  border-bottom: 2px solid transparent;
}
.eb-color-picker .components-popover__content .eb-colorpicker-tab-panel .components-tab-panel__tabs .components-tab-panel__tabs-item.active-tab {
  border-bottom: 2px solid #000;
}
.eb-color-picker .components-popover__content .eb-color-picker-content.eb-gradient-picker-disabled .components-tab-panel__tabs {
  display: none;
}
.eb-color-picker .components-popover__content .eb-color-picker-content .components-panel__row {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 13px;
  margin: 10px 0 0px;
}
.eb-color-picker .components-popover__content .eb-color-picker-content > * {
  min-width: 270px;
}
.eb-color-picker .components-popover__content .eb-color-picker-content > * .react-colorful {
  min-width: 270px;
}
.eb-color-picker .components-popover__content .eb-color-picker-content > * .react-colorful .react-colorful__hue,
.eb-color-picker .components-popover__content .eb-color-picker-content > * .react-colorful .react-colorful__alpha {
  min-width: 260px;
}
.eb-color-picker .components-popover__content .eb-color-picker-content > * .components-flex {
  padding: 0px;
  padding-bottom: 0;
}
.eb-color-picker .components-popover__content .eb-color-picker-content .eb-colorpicker-gradient-color-list__global {
  display: flex;
  gap: 10px;
}
.eb-color-picker .components-popover__content .eb-color-picker-content .eb-colorpicker-gradient-color-list__global .eb-colorpicker-gradient-color {
  height: 26px;
  width: 26px;
}
.eb-color-picker .components-popover__content .eb-color-picker-content .eb-colorpicker-gradient-color-list__global .eb-colorpicker-gradient-color.current:before {
  content: "\f15e";
  font-family: dashicons;
  position: relative;
  font-size: 18px;
  color: #fff;
  top: 4px;
  left: 4px;
}

.eb-loading {
  min-height: 200px;
  text-align: center;
  width: 100%;
}

.eb-dynamic-select-control {
  position: relative;
}

.eb-dynamic-field-loader {
  position: absolute;
  height: calc(100% + 20px);
  width: calc(100% + 20px);
  top: -10px;
  left: -10px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 11;
  background: rgba(0, 0, 0, 0.1);
}

.eb-css-error-messages-wrapper {
  margin: 10px 0;
}
.eb-css-error-messages-wrapper .eb-css-error-item {
  margin-bottom: 5px;
  font-size: 12px;
}
.eb-css-error-messages-wrapper span.eb-error-tag {
  background-color: #ff0000;
  padding: 3px 5px;
  color: #ffffff;
  border-radius: 5px;
}
.eb-css-error-messages-wrapper span.eb-error-text {
  color: #000;
  font-style: italic;
}

.eb-panel-control .input-container {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 0;
  width: 100%;
}
.eb-panel-control .input-container .text-input-wrapper {
  width: 100%;
}
.eb-panel-control .input-container .text-input-wrapper input {
  width: calc(100% - 8px);
  border-color: #ebebeb !important;
  min-height: 36px;
}

.eb-panel-control .responsiveRangeControllerWrapper .components-base-control {
  margin-bottom: 0px !important;
}

.wp-admin .interface-navigable-region.interface-interface-skeleton__sidebar {
  z-index: 9999999;
}

.eb-help-text {
  margin: 8px 0 !important;
  font-size: 12px;
  font-style: italic;
  color: rgb(117, 117, 117);
}

.monaco-editor {
  direction: ltr !important;
}

.monaco-editor .editor-widget.suggest-widget {
  width: 100% !important;
  left: 0 !important;
  height: 150px !important;
  overflow-y: scroll !important;
}

.block-editor-block-inspector img {
  height: auto;
  max-width: 100%;
}

.eb-product-image-editor .eb-product-image_slider-footer-item img {
  height: 130px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.eb-panel-control .components-toggle-control .components-base-control__field .components-form-toggle {
  margin-right: 0;
}

.eb-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.eb-button-wrapper {
  display: flex;
  flex-direction: column;
}
.eb-button a.eb-button-anchor {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 13px 22px;
  color: #ffffff;
  background-color: rgb(121, 103, 255);
  text-decoration: none;
  text-align: center;
  font-size: 16px;
  font-weight: normal;
  line-height: inherit;
  border-radius: 6px;
  transition: all 0.3s ease-in-out;
}
.eb-button a.eb-button-anchor:hover {
  background-color: rgb(81, 63, 212);
  color: #ffffff;
}
.eb-button-link {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.eb-button-text {
  display: inline-block;
}

/*# sourceMappingURL=modules.css.map*/