.eacf7-update-page-message {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1 / span 2;
  -ms-grid-columns: auto;
      grid-template-columns: auto;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-auto-columns: auto auto;
}

.eacf7-update-page-message p {
  max-width: 50%;
  text-align: center;
  background: white;
  padding: 1rem;
  border-radius: 5px;
  font-size: 1.2rem;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  max-width: 20rem;
}

.contact-form-editor-panel#eacf7-form-addon-tab {
  padding: 0px;
  margin-top: -18px;
}

.contact-form-editor-panel#eacf7-form-addon-tab #class-eacf7-editor-setting-wrapper {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 280px 2fr;
      grid-template-columns: 280px 2fr;
  gap: 1rem;
  overflow: hidden;
}

.contact-form-editor-panel#eacf7-form-addon-tab #class-eacf7-editor-setting-wrapper > .eacf7-save-settings-btn {
  position: absolute;
  right: 1rem;
  top: 1rem;
}

#eacf7-setting-container {
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 300px;
  border: 1px solid #3f2427;
  border-width: 0px 1px 0px 0px;
  -webkit-box-shadow: 5px 0px 10px #55555538;
          box-shadow: 5px 0px 10px #55555538;
  background-color: white;
}

#eacf7-setting-container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#eacf7-setting-container .eacf7-save-settings-btn {
  margin-top: -59px;
  text-align: right;
}

#eacf7-setting-container .eacf7-setting-reset,
#eacf7-setting-container .eacf7-popup-icon {
  width: 30px;
  height: 30px;
  padding: 0.4rem;
  border: 1px solid #e1e1e1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  margin-left: auto;
  border: 1px solid #ababab;
  border-radius: 10px 10px 10px 10px;
}

#eacf7-setting-container .eacf7-setting-reset svg,
#eacf7-setting-container .eacf7-popup-icon svg {
  width: 100%;
  height: 100%;
  cursor: pointer;
}

#eacf7-setting-container .eacf7-setting-reset {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

#eacf7-setting-container .eacf7-setting-reset:not(.eacf7-reset-active) {
  opacity: 0.3;
  cursor: default !important;
}

#eacf7-setting-container .eacf7-setting-reset:not(.eacf7-reset-active) svg,
#eacf7-setting-container .eacf7-setting-reset:not(.eacf7-reset-active) svg * {
  cursor: default !important;
}

#eacf7-setting-container .eacf7-setting-reset.eacf7-reset-active {
  background: linear-gradient(145deg, #cacaca, #f0f0f0);
  -webkit-box-shadow: 20px 20px 60px #bebebe, -20px -20px 60px #ffffff;
          box-shadow: 20px 20px 60px #bebebe, -20px -20px 60px #ffffff;
  opacity: 0.6;
}

#eacf7-setting-container .eacf7-setting-reset.eacf7-reset-active:hover {
  opacity: 1;
}

#eacf7-setting-container .eacf7-setting-reset.eacf7-reset-active svg,
#eacf7-setting-container .eacf7-setting-reset.eacf7-reset-active svg * {
  fill: #080808;
}

#eacf7-toolbar-panel {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  -webkit-column-gap: .5rem;
          column-gap: .5rem;
}

#eacf7-toolbar-panel span {
  position: relative;
  display: inline-block;
  cursor: pointer;
  border: 0px;
  background: #f7f7f7;
  color: #3f2427;
  padding: .5rem;
  opacity: 0.5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  height: 35px;
  font-size: 16px;
  font-weight: 600;
  border: 1px solid #3f2427;
  border-width: 1px 1px 0px;
}

#eacf7-toolbar-panel span.active::after {
  content: '';
  position: absolute;
  left: 0px;
  bottom: -1px;
  width: 100%;
  height: 1px;
  background-color: white;
}

#eacf7-toolbar-panel span:hover {
  opacity: 1;
  background: white;
}

#eacf7-toolbar-panel span.active {
  opacity: 1;
  background-color: white;
}

.eacf7-component-heading {
  font-weight: 500 !important;
  font-size: 16px !important;
  margin: 0px !important;
  margin-bottom: 0.5rem !important;
  padding: 0px !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.eacf7-typograph-settings {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1rem;
  background: #f7f7f7;
  padding: .5rem;
}

.eacf7-typograph-settings:last-child {
  margin-bottom: 0px;
}

.eacf7-typograph-settings .eacf7-popup-icon {
  margin-left: unset !important;
  border-radius: 0px 10px 10px 0px !important;
}

.eacf7-typograph-settings .eacf7-setting-reset {
  border-radius: 10px 0px 0px 10px !important;
  border-right-width: 0px !important;
}

.eacf7-typography-component .eacf7-typography-section {
  margin-bottom: 1rem;
}

.eacf7-typography-component .eacf7-typography-section .eacf7-font-size-control,
.eacf7-typography-component .eacf7-typography-section .eacf7-line-height-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.eacf7-typography-component .eacf7-typography-section .eacf7-font-size-control input[type="range"],
.eacf7-typography-component .eacf7-typography-section .eacf7-line-height-control input[type="range"] {
  width: 100%;
  margin-right: 10px;
}

.eacf7-typography-component .eacf7-typography-section .eacf7-font-size-control input[type="number"],
.eacf7-typography-component .eacf7-typography-section .eacf7-line-height-control input[type="number"] {
  width: 50px;
}

.eacf7-typography-component .eacf7-typography-section select,
.eacf7-typography-component .eacf7-typography-section .eacf7-select-field_controler_display {
  display: block;
  width: 100%;
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: white;
}

.eacf7-select-field_controler .eacf7-select-field_controler_display {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  cursor: pointer;
}

.eacf7-select-field_controler .eacf7-select-field_controler_dropdown {
  padding: .5rem 0.7rem;
  background: white;
  border-radius: 13px;
  border: 1px solid #cdcdcd;
}

.eacf7-select-field_controler .eacf7-select-field_controler_dropdown input {
  width: 100%;
}

.eacf7-select-field_controler .eacf7-select-field_controler_dropdown ul {
  max-height: 10rem;
  overflow: auto;
  margin-block: 10px 0px;
}

.eacf7-select-field_controler .eacf7-select-field_controler_dropdown ul li {
  padding: 4px 8px;
  margin: 0px;
  border-radius: 4px;
  cursor: pointer;
}

.eacf7-select-field_controler .eacf7-select-field_controler_dropdown ul li:hover {
  background-color: #2271b1;
  color: white;
}

.eacf7-editor-fields-wrapper {
  display: -ms-grid;
  display: grid;
  gap: 1rem;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  padding: 0.5rem;
  border: 1px solid #3f2427;
}

.eacf7-editor-style-wrapper {
  display: -ms-grid;
  display: grid;
  gap: 1rem;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  padding: 0.5rem;
  border: 1px solid #3f2427;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: calc(100% - 2.2rem);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.eacf7-editor-style-wrapper .eacf7-dropdown-panel-container {
  border: 1px solid #e7e7e7;
  background-color: #ffffff;
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
  overflow: hidden;
}

.eacf7-editor-style-wrapper .eacf7-dropdown-panel-container .eacf7-dropdown-panel-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: .5rem;
  background: #e1e1e1;
  cursor: pointer;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.eacf7-editor-style-wrapper .eacf7-dropdown-panel-container .eacf7-dropdown-panel-head p {
  margin: 0px;
  padding: 0px;
}

.eacf7-editor-style-wrapper .eacf7-dropdown-panel-container .eacf7-dropdown-panel-head:hover {
  background-color: #f7f7f7;
}

.eacf7-editor-style-wrapper .eacf7-dropdown-panel-container .eacf7-dropdown-panel-body {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  padding: 1rem .6rem;
}

.eacf7-editor-style-wrapper .eacf7-dropdown-panel-container:not(.panel-active) .eacf7-dropdown-panel-body {
  visibility: hidden;
  opacity: 0;
}

.eacf7-unit-control-container {
  margin-bottom: 1rem;
  background: #f7f7f7;
  padding: .5rem;
}

.eacf7-unit-control-container .eacf7-unit-control-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: .5rem;
}

.eacf7-unit-control-container .eacf7-unit-control-head .eacf7-component-heading {
  margin-bottom: 0px !important;
}

.eacf7-unit-control-container:last-child {
  margin-bottom: 0px;
}

.eacf7-unit-control-container .eacf7-unit-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.eacf7-unit-control-container .eacf7-unit-control input {
  margin: 0;
  width: 22%;
  border: 0px;
  border: 1px solid black;
  border-radius: 0px;
  border-width: 1px 0px 1px 1px;
}

.eacf7-unit-control-container .eacf7-unit-control input:nth-child(1) {
  border-radius: 5px 0 0 5px;
}

.eacf7-unit-control-container .eacf7-unit-control div {
  width: 12%;
  border: 1px solid black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  border-radius: 0px 5px 5px 0;
}

.eacf7-unit-control-container .eacf7-unit-control div svg {
  height: auto;
  width: 100%;
  margin: .3rem;
}

.eacf7-color-pallete {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: unset !important;
  -webkit-box-direction: unset !important;
      -ms-flex-direction: unset !important;
          flex-direction: unset !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f7f7f7;
  padding: .5rem;
  margin-bottom: 1rem;
}

.eacf7-color-pallete:last-child {
  margin-bottom: 0px;
}

.eacf7-color-pallete .eacf7-component-heading {
  margin-bottom: 0px !important;
}

.eacf7-color-pallete > .components-flex {
  gap: 0px;
  margin-left: 0px;
}

.eacf7-color-pallete .components-color-palette__custom-color-button {
  height: 30px;
  width: 30px;
  cursor: pointer;
  border: 1px solid #bdbdbd;
  border-radius: 0px 10px 10px 0px !important;
}

.eacf7-color-pallete .eacf7-setting-reset {
  border-radius: 10px 0px 0px 10px !important;
  border-right-width: 0px !important;
}

.eacf7-color-pallete .components-color-palette__custom-color-text-wrapper {
  display: none;
}

.eacf7-color-pallete .components-dropdown {
  width: 100%;
}

.eacf7-save-settings-btn {
  padding: .8rem;
}

.eacf7-save-settings-btn.disable {
  opacity: 0.6;
  pointer-events: none;
}

.eacf7-save-settings-btn button {
  width: 98px;
  height: 37px;
  border: 3px solid #2271b1;
  border-radius: 45px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  background: white;
  font-size: 1.1em;
  font-weight: 550;
  color: #2271b1;
  font-family: 'Montserrat', sans-serif;
}

.eacf7-save-settings-btn button:hover {
  background: #2271b1;
  color: white;
  font-size: 1.2em;
}

.eacf7-save-settings-btn button:hover .eacf7-save-dot-animate {
  color: white;
}

.eacf7-save-settings-btn button:hover .eacf7-save-dot-animate::before, .eacf7-save-settings-btn button:hover .eacf7-save-dot-animate::after {
  color: white;
}

.eacf7-save-settings-btn button .eacf7-save-dot-animate {
  position: relative;
  left: -62px;
  width: 6px;
  height: 6px;
  border-radius: 5px;
  color: #2271b1;
  -webkit-box-shadow: 100px 0 0 -5px;
          box-shadow: 100px 0 0 -5px;
  -webkit-animation: eacf7-save-dot-animate 1.5s infinite linear;
          animation: eacf7-save-dot-animate 1.5s infinite linear;
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}

.eacf7-save-settings-btn button .eacf7-save-dot-animate::before, .eacf7-save-settings-btn button .eacf7-save-dot-animate::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  width: 6px;
  height: 6px;
  border-radius: 5px;
  color: #2271b1;
}

.eacf7-save-settings-btn button .eacf7-save-dot-animate::before {
  -webkit-box-shadow: 80px 0 0 -5px;
          box-shadow: 80px 0 0 -5px;
  -webkit-animation: eacf7-save-dot-animate-before 1.5s infinite linear;
          animation: eacf7-save-dot-animate-before 1.5s infinite linear;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.eacf7-save-settings-btn button .eacf7-save-dot-animate::after {
  -webkit-box-shadow: 110px 0 0 -5px;
          box-shadow: 110px 0 0 -5px;
  -webkit-animation: eacf7-save-dot-animate-after 1.5s infinite linear;
          animation: eacf7-save-dot-animate-after 1.5s infinite linear;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

@-webkit-keyframes eacf7-save-dot-animate-before {
  0% {
    -webkit-box-shadow: 80px 0 0 -5px;
            box-shadow: 80px 0 0 -5px;
  }
  30% {
    -webkit-box-shadow: 80px 0 0 2px;
            box-shadow: 80px 0 0 2px;
  }
  60%, 100% {
    -webkit-box-shadow: 80px 0 0 -5px;
            box-shadow: 80px 0 0 -5px;
  }
}

@keyframes eacf7-save-dot-animate-before {
  0% {
    -webkit-box-shadow: 80px 0 0 -5px;
            box-shadow: 80px 0 0 -5px;
  }
  30% {
    -webkit-box-shadow: 80px 0 0 2px;
            box-shadow: 80px 0 0 2px;
  }
  60%, 100% {
    -webkit-box-shadow: 80px 0 0 -5px;
            box-shadow: 80px 0 0 -5px;
  }
}

@-webkit-keyframes eacf7-save-dot-animate {
  0% {
    -webkit-box-shadow: 100px 0 0 -5px;
            box-shadow: 100px 0 0 -5px;
  }
  30% {
    -webkit-box-shadow: 100px 0 0 2px;
            box-shadow: 100px 0 0 2px;
  }
  60%, 100% {
    -webkit-box-shadow: 100px 0 0 -5px;
            box-shadow: 100px 0 0 -5px;
  }
}

@keyframes eacf7-save-dot-animate {
  0% {
    -webkit-box-shadow: 100px 0 0 -5px;
            box-shadow: 100px 0 0 -5px;
  }
  30% {
    -webkit-box-shadow: 100px 0 0 2px;
            box-shadow: 100px 0 0 2px;
  }
  60%, 100% {
    -webkit-box-shadow: 100px 0 0 -5px;
            box-shadow: 100px 0 0 -5px;
  }
}

@-webkit-keyframes eacf7-save-dot-animate-after {
  0% {
    -webkit-box-shadow: 110px 0 0 -5px;
            box-shadow: 110px 0 0 -5px;
  }
  30% {
    -webkit-box-shadow: 110px 0 0 2px;
            box-shadow: 110px 0 0 2px;
  }
  60%, 100% {
    -webkit-box-shadow: 110px 0 0 -5px;
            box-shadow: 110px 0 0 -5px;
  }
}

@keyframes eacf7-save-dot-animate-after {
  0% {
    -webkit-box-shadow: 110px 0 0 -5px;
            box-shadow: 110px 0 0 -5px;
  }
  30% {
    -webkit-box-shadow: 110px 0 0 2px;
            box-shadow: 110px 0 0 2px;
  }
  60%, 100% {
    -webkit-box-shadow: 110px 0 0 -5px;
            box-shadow: 110px 0 0 -5px;
  }
}

.eacf7-color-popup-setting {
  background: #f9f9f9;
  border: 1px solid #ddd;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

#eacf7-preview-container {
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}

.eacf7-popup-box-container {
  position: absolute;
  margin: 40px auto;
  padding: 1.5rem;
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 999999;
  max-width: 12rem;
}
/*# sourceMappingURL=index.css.map */