/* Messages start */
.ezf-general-message {
  background-color: #f1f0f0;
  padding: 8px 16px;
  border: 1px solid #e7e7e7;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.ezf-general-message__actions {
  margin-left: auto;
}
.ezf-general-message__actions a {
  margin-left: 4px;
} 

/* Messages end */
.ezf-general-form-group {
  display: flex;
  width: 100%;
}

.ezf-general-form-item:not(:last-child) {
  margin-right: 8px;
}

.ezf-form__input-holder {
  display: flex;
  width: 100%;
}
.ezf-form__input-holder input {
  width: 100%;
}
.ezf-form__line-block {
  padding: 24px;
  background-color: #fff;
}
.ezf-form__line-label {
  margin-bottom: 8px;
}
.ezf-form__check-inline, .ezf-form__radio-inline {
  display: inline-block;
  margin-right: 16px;
}
.ezf-form__row:not(:last-child) {
  margin-bottom: 16px;
}

/* Header start */
.ezf-general-header {
  display: flex;
  flex-direction: column;
  margin: 32px 0;
}
.ezf-general-header__logo {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 40px;
  margin-bottom: 24px;
}
.ezf-general-header__logo img {
  min-width: 30px;
  margin-right: 16px;
}
.ezf-general-header__logo span {
  font-size: 24px;
  font-weight: 500;
}
.ezf-general-header__nav {
  display: flex;
}
.ezf-general-header__nav > *:not(:last-child) {
  margin-right: 16px;
}

/* Header end */
/* Steps start */
.ezf-steps-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 16px;
}
.ezf-steps-list ~ .ezf-general-preloader {
  display: none;
}

.ezf-steps-item {
  background-color: #fff;
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  overflow: hidden;
}
.ezf-steps-item__preview {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  background-color: #f6f6f6;
}
.ezf-steps-item__preview-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ezf-steps-item__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-color: #000;
}
.ezf-steps-item__label {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 8px;
}
.ezf-steps-item__guid {
  font-family: monospace;
}
.ezf-steps-item__slug {
  margin-top: 8px;
}
.ezf-steps-item__slug-preview {
  margin-top: 8px;
}
.ezf-validation-error .ezf-steps-item__message {
  color: coral;
}
.ezf-validation-success .ezf-steps-item__message {
  color: lightseagreen;
}
.ezf-steps-item__actions-form {
  display: flex;
}
.ezf-steps-item__actions input {
  width: 100%;
}
.ezf-steps-item__actions a {
  margin-left: 4px;
}
.ezf-steps-item__content {
  padding: 16px;
  position: relative;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  height: 100%;
}

/* Steps end */
/* Manage list start */
.ezf-manage-funnels-list {
  display: flex;
  flex-direction: column;
}

.ezf-manage-funnels-item {
  padding: 16px;
  background-color: #fff;
  display: flex;
  align-items: center;
}
.ezf-manage-funnels-item + .ezf-manage-funnels-item {
  border-top: 1px solid #f0f0f1;
}
.ezf-manage-funnels-item__label {
  font-size: 18px;
  margin-bottom: 8px;
}
.ezf-manage-funnels-item__actions {
  margin-left: auto;
}
.ezf-manage-funnels-item.is-next {
  text-align: center;
  justify-content: center;
  transition: background-color 0.2s;
}
.ezf-manage-funnels-item.is-next:hover {
  background-color: #f9f9f9;
}

/* Manage list end */
.ezf-general-button {
  display: inline-flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
  min-height: 30px;
  font-size: 13px;
  color: #2271b1;
  border: 1px solid #2271b1;
  background: #f6f7f7;
  text-decoration: none;
  border-radius: 3px;
  line-height: 1;
  white-space: nowrap;
}
.ezf-general-button:hover {
  background: #f0f0f1;
}
.ezf-general-button.is-small {
  min-height: 24px;
  padding: 0 6px;
}
.ezf-general-button.is-secondary {
  color: #899096;
  border: 1px solid #899096;
}

.ezf-general-input {
  width: 100%;
  display: flex;
}

/* Tabs start  */
.ezf-tabs-item__top-name-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
.ezf-tabs-item__top-back {
  margin-left: auto;
}
.ezf-tabs-item__top-name-itself {
  font-size: 23px;
  font-weight: 400;
  margin: 0;
  padding: 9px 0 4px 0;
  line-height: 1.3;
}

/* Tabs end  */
/* Preloader start */
.ezf-general-preloader {
  width: 100%;
  height: 100%;
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.ezf-general-preloader::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  border: 2px solid #686868;
  border-left-color: transparent;
  animation: ezf-spinner 1s linear infinite;
}

@keyframes ezf-spinner {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/* Preloader end */
/* MODAL START */
.ezf-modal {
  display: none;
  width: 100%;
  max-width: 1040px;
  background-color: #fff;
  padding: 16px;
  text-align: initial;
  border-radius: 8px;
}
.ezf-modal__wrapper {
  z-index: 100000;
}
.ezf-modal__wrapper.is-current {
  z-index: 100000;
  overflow: hidden;
  padding: 0;
}
.ezf-modal__validation-messages {
  display: flex;
  align-items: center;
}
.ezf-modal__validation-message {
  display: inline-flex;
  padding: 4px 8px;
  border: 1px solid currentColor;
  margin-bottom: 16px;
  border-radius: 4px;
}
.ezf-validation-error .ezf-modal__validation-message {
  color: coral;
}
.ezf-validation-success .ezf-modal__validation-message {
  color: lightseagreen;
}
.ezf-modal__control-wrapper {
  display: flex;
  justify-content: flex-end;
}

/* MODAL END */
.ezf-empty {
  text-align: center;
  font-size: 18px;
  padding: 16px 0;
}
.ezf-empty ~ .ezf-general-preloader {
  display: none;
}

.select2-container.select2-container--open {
  z-index: 100000;
}

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