@import "./animation";
@import "./old-styles";
@import "./responsive-styles";

.gutena-froms#gutena-forms__root {

  * {
    font-family: "Satoshi"
  }

  .gutena-forms__table {
    overflow-x: scroll;
  }

  .gutena-forms__table table {
    min-width: 1200px !important;
    a {
      outline: none;
      box-shadow: none;

      &:active,
      &:focus {
        outline: none;
        box-shadow: none;
      }
    }
  }

  svg {
    fill: transparent;
  }

  .gutena-forms__forms-screen,
  .gutena-forms__entries {
    .gutena-forms__page-title {
      font-size: 24px;
    }
  }

  .gutena-forms__page-title {
    color: #2C3338;
    font-size: 24px;
    font-weight: 700;
    padding: 0 50px 0 0;
    position: relative;
    display: inline-block;
    margin: 0 0 10px 0;
  }

  .gutena-forms__field-container {
    .components-base-control__field {
      width: 330px;
    }

    .components-input-control__input:disabled,
    .components-text-control__input:disabled,
    .components-number-control__input:disabled,
    input[type="radio"]:disabled {
      background: #F5F6F7;
      border-color: #E2E4E7;
      color: #8A8F98;
      cursor: not-allowed;
    }
  }

  .gutena-forms__header-container {
    background: #FFFFFF;
    border-bottom: 0.5px solid #E2E2E2;
    height: 50px;
    display: flex;
    padding: 0 20px;
    align-items: center;
    justify-content: space-between;

    .gutena-forms_icon-menu-container {
      display: flex;
      align-items: center;

      .gutena-forms_icon-menu {
        margin-right: 15px;

        a {
          outline: none;
          border: none;
          box-shadow: none;
        }
      }

      .gutena-forms__header-menu {
        ul {
          padding: 0;
          margin: 0;

          li {
            display: inline-block;
            height: 53px;
            padding: 0;
            margin: 0;

            a {
              display: block;
              padding: 0 20px;
              text-decoration: none;
              font-size: 14px;
              font-weight: 500;
              color: #6E7376;
              height: 100%;
              line-height: 53px;

              &:focus,
              &:hover {
                box-shadow: none;
                outline: none;
                border: none;
              }

              &.active {
                height: calc( 100% - 2px );
                color: #424D55;
                font-weight: 700;
                border-bottom: 2px solid #0DA88C;
                box-shadow: none;
              }
            }
          }
        }
      }
    }

    .gutena-forms__upgrade-button {
      border: 0.603px solid #1AE8C2;
      background: linear-gradient(90deg, #1AE8C2 -51.51%, #0E826D 100%), linear-gradient(270deg, #E2A446 0%, #FED38E 100%);
      padding: 3px 9px;
      border-radius: 3px;
      height: auto;

      svg {
        margin-right: 6px;
      }
    }
  }

  .gutena-forms__mb-30 {
    margin-bottom: 30px;
  }

  // Primary button styles
  .gutena-forms__primary-button {
    padding: 6px 10px;
    height: auto;
    border-radius: 4px;
    background: #0DA88C;
    color: #FFF;
    font-size: 14px;
    font-weight: 700;

    svg {
      margin-right: 10px;
    }
  }

  .gutena-forms__forms-header {
    display: flex;
    justify-content: flex-start;
    align-items: center;

    .gutena-forms__primary-button {
      margin-left: 20px;
    }
  }

  .gutena-froms__settings-layout {

    &:after {
      content: "";
      display: table;
      clear: both;
    }

    .gutena-forms__main-content-container {
      width: calc( 100% - 210px - 20px );

      .gutena-forms__container {
        padding: 20px;
      }


      h1 {
        color: #000;
        font-size: 16px;
        font-weight: 700;
      }

      p {
        color: #000;
        font-size: 12px;
        font-weight: 400;
      }

      .gutena-forms__meta-box-container {
        width: 760px;

        h2 {
          width: 760px;
          display: flex;
          justify-content: space-between;

          svg {
            margin-bottom: 0;
          }
        }

        .gutena-forms__settings-meta-box-desc {
          a {
            color: #0DA88C;
            font-size: 12px;
            font-weight: 500;
            text-decoration-line: underline;
            text-decoration-style: solid;
            text-decoration-skip-ink: auto;
            text-decoration-thickness: auto;
            text-underline-offset: auto;
            text-underline-position: from-font;
          }
        }

        .gutena-forms__field-container {
          margin-bottom: 20px;
        }
      }

      .gutena-forms__settings-meta-box {
        border-radius: 10px;
        border: 1px solid #e2e2e2;
        background: #ffffff;
        padding: 20px;
        position: relative;

        .gutena-forms__settings-meta-box--overlay {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background: rgba(255, 255, 255, 0.3);
          z-index: 1;
        }

        .gutena-forms__toggle-control {
          .gutena-forms__toggle-control-input {
            .components-toggle-control__label {
              color: #000;
              font-size: 14px;
              font-weight: 700;
            }

            .components-toggle-control__help {
              color: #424D55;
              font-size: 12px;
              font-weight: 400;
            }

            .is-checked {
              .components-form-toggle__track {
                background: #0DA88C;
              }
            }
          }
        }

        .gutena-forms__number-control {
          margin-top: 20px;
          .components-input-control__label {
            color: #000;
            font-size: 14px;
            font-weight: 700;
            text-transform: none;
          }
        }

        .gutena-forms__email-control,
        .gutena-forms__text-control {

          .components-base-control__label {
            color: #000;
            font-size: 14px;
            font-weight: 700;
            text-transform: none;
          }

          .gutena-forms__field-description {
            color: #424D55;
            font-size: 12px;
            font-weight: 400;
            margin-top: 4px;
          }
        }

        .gutena-forms__submit-button {
          margin-top: 30px;

          button {
            border-radius: 4px;
            background: #0DA88C;
            color: #FFF;
            font-size: 12px;
            font-weight: 700;
            height: auto;
            padding: 6px 10px;
          }
        }
      }

      .gutena-forms__pro-wrapper {
        width: 100%;
        height: 100%;
        position: relative;

        .gutena-forms__pro-description {
          color: #424D55;
          font-size: 12px;
          font-weight: 400;
        }

        .gutena-forms__pro-single-list-wrapper {
          display: flex;
          width: 450px;
          justify-content: space-between;
          align-items: center;
          padding: 10px 20px;
          margin-top: 10px;

          border-radius: 4px;
          border-color: #cccccc;
          border-style: solid;
          border-top-width: 0.5px;
          border-right-width: 0.5px;
          border-bottom-width: 0.5px;
          border-left-width: 2px;

          &.gutena-forms__add-new-tag-btn {
            justify-content: center;
            cursor: pointer;
            border-left-width: 1px;

            svg {
              margin-right: 8px;
            }
          }

          .gutena-forms__pro-single-list {
            display: flex;
            align-items: center;

            .gutena-forms__pro-single-list-title {
              color: #424D55;
              font-size: 12px;
              font-weight: 500;
            }

            .gutena-forms__pro-single-list-icon {
              svg {
                margin: 0 15px -4px 0;
              }
            }
          }

          .gutena-forms__user-profile {
            span {
              display: inline-block;
              margin-left: 5px;
              color: #0DA88C;
            }
          }
        }
      }
    }

    .gutena-forms__left-menu-navigation {
      width: 220px;
      background: #ffffff;
      border-right: 0.5px solid #E2E2E2;
      min-height: calc( 100vh - 45px - 32px - 66px );

      .gutena-forms__container {
        padding: 10px 0;
      }

      .gutena-forms__accordion-header {
        cursor: pointer;
        user-select: none;
        border-radius: 4px;
        background: #F0FFFC;
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 35px;
        padding: 0 20px;
        box-shadow: none;

        .gutena-forms__accordion-icon {
          svg {
            margin: 0 10px -3px 0;
          }
        }

        .gutena-forms__accordion-title,
        .gutena-forms__accordion-title a {
          color: #424D55;
          font-size: 14px;
          font-weight: 500;
          text-decoration: none;
        }

        .gutena-forms__accordion-arrow {
          &.closed {
            transform: rotate(-180deg);
          }
        }
      }

      .gutena-forms__accordion-items {
        padding: 0 20px 0 28px;
        margin-top: 10px;

        &.closed {
          display: none;
        }
      }
      .gutena-forms__accordion-item {
        border-left: 1px solid #e2e2e2;
        padding-left: 10px;

        &:last-child {
          a {
            margin-bottom: 0;
          }
        }

        a {
          line-height: 30px;
          color: #6E7376;
          font-size: 12px;
          font-weight: 500;
          text-decoration: none;
          display: inline-block;
          width: 100%;
          margin-bottom: 14px;
          box-shadow: none;
          padding: 0 6px;
          border: 1px solid transparent;

          &.active {
            border-radius: 4px;
            background: #EBFFFB;
            color: #424D55;
            font-weight: 700;
          }
        }
      }
    }
  }

  .gutena-forms__pro-badge {
    display: inline-block;
    margin-left: 5px;
    padding: 0 6px;
    border-radius: 15px;
    border: 0.5px solid #1AE8C2;
    background: linear-gradient(90deg, #1AE8C2 -88.15%, #0E826D 100%), linear-gradient(260deg, #0D2149 1.97%, #208AAE 100%);

    color: #FFF;
    font-size: 10px;
    font-weight: 800;
    position: absolute;
    top: 2px;

    svg {
      margin-right: 5px;
    }
  }

  .gutena-forms__pro-popup-wrapper {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 123456789;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(4px);

    &.visible {
      display: flex;
    }

    &.invisible {
      display: none;
    }

    .gutena-forms__pro-popup {
      width: 400px;
      background: #ffffff;
      position: relative;
      border-radius: 8px;
      overflow: hidden;

      .gutena-froms__popup-close-button-container {
        position: absolute;
        top: 10px;
        right: 5px;
      }

      .gutena-forms__popup-header {
        background: linear-gradient(265deg, #0DA88C -39.82%, #015D61 87.8%);
        text-align: center;
        padding: 20px;

        h1 {
          text-shadow: 0 2px 0 rgba(0, 0, 0, 0.25);
          font-size: 24px;
          font-weight: 700;
          line-height: normal;
          background: linear-gradient(89deg, #E8FBF8 9.25%, #C8F6EE 90.75%);
          background-clip: text;
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
        }
      }

      .gutena-forms__popup-actions {
        padding: 30px 25px;

        .gutena-forms__popup-content {
          display: grid;
          grid-template-columns: auto auto;
          margin: 6px 0;

          .gutena-forms__feature {
            color: #04463A;
            font-size: 14px;
            font-weight: 600;
            margin-bottom: 14px;
            display: flex;
            align-items: center;

            svg {
              margin-right: 5px;
            }
          }
        }

        .gutena-forms__pro-upgrade-button {
          width: 240px;
          padding: 11px 0 0 0;
          height: 50px;
          text-align: center;
          display: block;
          color: #000;
          font-size: 15px;
          font-weight: 700;
          border-radius: 4px;
          background: #FFBA3D;
          border: 1px solid #FFD78E;

          svg {
            margin: 0 6px -5px 0;
          }
        }
      }
    }
  }

  .gutena-forms__page-layout-wrapper {
    padding: 40px;

    .gutena-forms-add-new-form-button {
      border-radius: 4px;
      background: #0DA88C;
      color: #FFF;
      font-size: 14px;
      font-weight: 700;
      margin-left: 20px;
      display: inline-block;
      height: auto;
      padding: 6px 10px;

      svg {
        margin: 0 10px -4px 0;
      }
    }
  }

  .gutena-forms__table-wrapper {
    overflow: hidden;
    border-radius: 4px;
    border: 0.5px solid #d4d4e4;
    background: #ffffff;
    width: 100%;

    thead,
    tfoot {
      height: 45px;

      tr {

        th {
          border: none;
          background: #F9F9F9;
          text-align: left;

          color: #414A51;
          font-size: 12px;
          font-weight: 700;
          padding: 0 20px;
        }
      }
    }

    thead {
      tr {
        th {
          border-bottom: 0.5px solid #d4d4e4;
        }
      }
    }

    tfoot {
      tr {
        th {
          border-top: 0.5px solid #d4d4e4;
        }
      }
    }

    tbody {
      tr {
        td {
          border: none;
          border-bottom: 0.5px solid #E2E2E2;
          padding: 12px 20px;

          color: #6E7376;
          font-size: 12px;
          font-weight: 500;


          .gutena-forms__entry-status-control {
            margin-top: 6px;
          }
          .components-base-control__field {
            margin: 0;
          }

          button, a {
            height: auto;
          }
        }

        &:last-child {
          td {
            border-bottom: none;
          }
        }
      }
    }
  }

  .display-inline-block {
    display: inline-block;
  }

  .gutena-forms__data-table-container {
    padding: 25px;
    border-radius: 10px;
    border: 1px solid #E2E2E2;
    background: #FFF;

    .gutena-forms__datatable-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 25px;

      .gutena-forms__search-box {
        border-radius: 2px;
        border: 1px solid #e2e2e2;
        padding: 0 10px;
        min-width: 180px;
        margin-right: 10px;

        input {
          border: none;
          outline: none;
          padding: 0;
          margin: 0;
          width: 190px;
          height: 30px;

          &[readonly] {
            background-color: transparent;
          }

          color: #6E7376;
          font-size: 12px;
          font-weight: 400;

          &::placeholder {
            color: #6E7376;
            font-size: 12px;
            font-weight: 400;
          }

          &:focus {
            box-shadow: none;
          }
        }

        &.date-search {
          position: relative;

          svg {
            margin: 0 0 -2px 10px;
          }
        }

        &.text-search {
          svg {
            margin-right: 10px;
          }
        }
      }

      .display-inline-block {
        &:last-child {
          .gutena-forms__search-box {
            margin-right: 0;
          }
        }
      }
    }

    .gutena-forms__table-footer {
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: 100%;

      .number-of-items-wrapper {
        padding-top: 10px;
        .gutena-forms__select-wrapper {
          margin-left: 10px;
        }
      }

      .gutena-forms__pagination {
        .gutena-forms__pagination-button {
          border-radius: 4px;
          border: .5px solid #ccd5d9;
          margin-right: 4px;

          &:last-child {
            margin-right: 0;
          }

          &.current {
            border-radius: 4px;
            background: #EDFFFC;
            border: none;

            color: #0DA88C;
            font-size: 12px;
            font-weight: 500;
          }

          &:disabled {
            border: none;
            cursor: not-allowed;

            &.current {
              cursor: default;
            }
          }
        }
      }
    }
  }

  .gutena-forms__calendar-wrapper {
    position: absolute;
    top: 30px;
    right: 0;
    z-index: 9999;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  }

  .gutena-forms__bulk-action-container {

    .components-input-base {
      position: static;
    }

    select {
      height: auto;
      padding: 0 30px 0 10px;
      border-radius: 2px;
      border: 1px solid #E2E2E2;
      box-shadow: none !important;
      outline: none !important;

      color: #6E7376;
      font-size: 12px;
      font-weight: 400;
    }

    .display-inline-block {
      &:last-child {
        margin-left: 15px;
      }
    }
  }

  // Secondary button styles
  .secondary-button {
    border-radius: 2px;
    border: 1px solid #0DA88C;
    background: linear-gradient(0deg, #FFF 0%, #FFF 100%), #E0ECFF;
    color: #0DA88C;
    font-size: 12px;
    font-weight: 500;
    box-shadow: none;
    padding: 6px 10px;
    height: auto;
  }

  .gutena-forms-datatable__action {
    button,
    a {
      padding: 0;
      margin-right: 10px;
    }
  }

  .gutena-forms-datatable__entries {
    a {
      color: #0DA88C;
      font-size: 12px;
      font-weight: 500;
    }
  }

  .gutena-forms__meta-box-wrapper {
    h2 {
      width: 780px;
      display: flex;
      justify-content: space-between;

      svg {
        margin-bottom: -7px;
      }
    }
  }

  // Empty State Styles
  .gutena-forms__empty-state {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 500px;
    padding: 60px 40px;

    .gutena-forms__empty-state-content {
      max-width: 900px;
      width: 100%;
      text-align: center;
    }

    .gutena-forms__empty-state-welcome {
      margin-bottom: 40px;

      h2 {
        color: #2C3338;
        text-align: center;
        font-size: 20px;
        font-weight: 700;
        margin: 0 0 16px 0;
      }

      p {
        color: #2C3338;
        text-align: center;
        line-height: 1.6;
        margin: 8px 0;

        &:first-of-type {
          font-size: 16px;
          font-weight: 700;
        }

        &:last-of-type {
          font-size: 14px;
          font-weight: 500;
        }
      }
    }

    .gutena-forms__empty-state-video-section {
      background: #F0FFFC;
      border-radius: 12px;
      padding: 40px;
      margin-bottom: 40px;
      cursor: pointer;
      position: relative;
      overflow: hidden;
      display: flex;
      justify-content: center;
      align-items: center;

      svg {
        width: 100%;
        max-width: 496px;
        height: auto;
      }
    }

    .gutena-forms__empty-state-actions {
      margin-bottom: 30px;

      .gutena-forms-create-first-form-button {
        border-radius: 8px;
        background: #0DA88C;
        padding: 14px 28px;
        height: auto;
        font-size: 16px;
        font-weight: 700;
        color: #FFFFFF;
        box-shadow: 0 2px 8px rgba(13, 168, 140, 0.3);

        svg {
          margin-right: 8px;
        }
      }
    }

    .gutena-forms__empty-state-help {
      color: #2C3338;
      text-align: center;
      font-size: 14px;
      font-weight: 500;

      a {
        color: #0DA88C;
        text-decoration: none;
        font-weight: 500;
      }
    }
  }

  // YouTube Video Modal Styles
  .gutena-forms__youtube-modal-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 999999;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(4px);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;

    &.zoom-in {
      opacity: 1;
      pointer-events: all;

      .gutena-forms__youtube-modal-content {
        animation: gutenaFormsZoomIn 0.3s ease-out forwards;
      }
    }

    &.zoom-out {
      opacity: 0;
      pointer-events: none;

      .gutena-forms__youtube-modal-content {
        animation: gutenaFormsZoomOut 0.3s ease-in forwards;
      }
    }

    .gutena-forms__youtube-modal-content {
      position: relative;
      width: 90%;
      max-width: 900px;
      background: #000;
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
      transform: scale(0.3);
      opacity: 0;
    }

    .gutena-forms__youtube-modal-close {
      position: absolute;
      top: 10px;
      right: 10px;
      z-index: 10;
      background: rgba(0, 0, 0, 0.7);
      border: none;
      border-radius: 50%;
      width: 40px;
      height: 40px;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      transition: background 0.2s ease;
      padding: 0;

      &:hover {
        background: rgba(0, 0, 0, 0.9);
      }

      svg {
        width: 20px;
        height: 20px;
      }
    }

    .gutena-forms__youtube-modal-iframe-container {
      position: relative;
      width: 100%;
      padding-bottom: 56.25%; // 16:9 aspect ratio
      height: 0;
      overflow: hidden;
    }

    .gutena-forms__youtube-modal-iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border: none;
    }
  }

  .gutena-forms__entry-screen {

    .desc,
    .description {
      color: #6E7376;
      font-size: 10px;
      font-weight: 400;
    }

    h2.heading {
      color: #2C3338;
      font-size: 16px;
      font-weight: 700;

      margin: 0;
      padding: 0;
    }

    .gutena-forms__entry-screen-container {
      position: relative;
      display: flex;
      justify-content: space-between;
    }

    .gutena-froms__entry-meta-box {
      border-radius: 10px;
      border: 1px solid #E2E2E2;
      background: #FFF;
      padding: 15px;
      margin-bottom: 14px;

      color: #6E7376;
      font-size: 12px;
      font-weight: 500;
      position: relative;

      .heading {
        font-size: 14px;
        font-weight: 700;
      }

      .gutena-forms__entry-data {
        margin-top: 15px;

        .gutena-forms__entry-data-row {
          min-height: 40px;
          display: flex;
          justify-content: space-between;
          align-items: center;
          padding: 0 20px;
          border: 1px solid #F6F8FA;
          border-bottom: none;
          font-size: 14px;

          &:first-child {
            border-radius: 4px 4px 0 0;
          }

          &:last-child {
            border-radius: 0 0 4px 4px;
            border-bottom: 1px solid #F6F8FA;
          }

          .value {
            text-align: left;
            width: 80%;
            word-break: break-word;
          }

          .label {
            width: 20%;
            text-align: left;
            font-weight: 600;
          }
        }
      }

      &:last-child {
        margin-bottom: 0;
      }

      &.dummy-content {
        .notes-button {
          position: absolute;
          color: #0DA88C;
          font-size: 12px;
          font-weight: 500;
          border-radius: 2px;
          border: 1px solid #0DA88C;
          background: linear-gradient(0deg, #FFF 0%, #FFF 100%), #E0ECFF;
          padding: 6px 10px;
          top: 10px;
          right: 10px
        }

        .notes-container {
          border-radius: 4px;
          background: #FAFAFA;
          color: #6E7376;
          font-size: 12px;
          font-weight: 500;
          padding: 10px;
          display: flex;
          justify-content: center;
          align-items: center;
          height: 65px;
          margin-top: 20px;
        }

        .notes-content {
          p {
            color: #6E7376;
            font-size: 12px;
            font-weight: 500;

            svg {
              margin: 0 10px -5px 0;
            }
          }
        }
      }
    }

    .gutena-forms__col-70 {
      width: calc( 70% - 7px );
    }

    .gutena-forms__col-30 {
      width: calc( 30% - 7px );
    }

    .gutena-forms__list-unstyled {
      li {
        display: inline-block;
        margin-left: 15px;

        a {
          color: #0DA88C;
          font-size: 10px;
          font-weight: 400;
        }
      }
    }
  }

  // Custom Zoom In Animation
  @keyframes gutenaFormsZoomIn {
    0% {
      transform: scale(0.3);
      opacity: 0;
    }
    50% {
      transform: scale(1.05);
      opacity: 0.8;
    }
    100% {
      transform: scale(1);
      opacity: 1;
    }
  }

  // Custom Zoom Out Animation
  @keyframes gutenaFormsZoomOut {
    0% {
      transform: scale(1);
      opacity: 1;
    }
    50% {
      transform: scale(1.05);
      opacity: 0.5;
    }
    100% {
      transform: scale(0.3);
      opacity: 0;
    }
  }

  .gutena-forms-pro__tags-container {
    &.notes {
      width: auto;
    }
  }

  .gutena-forms__submit-button {
    button,
    a {
      height: auto;
      border-radius: 4px;
      background: #0DA88C;
      color: #FFF;
      font-size: 14px;
      font-weight: 700;
    }

    &.secondary {
      button,
      a {
        border-radius: 2px;
        border: 1px solid #0DA88C;
        background: linear-gradient(0deg, #FFF 0%, #FFF 100%), #E0ECFF;
        color: #0DA88C;
        font-size: 12px;
        font-weight: 500;
        box-shadow: none;
        padding: 6px 10px;
      }

      a {
        text-decoration: none;

        svg {
          margin: 0 5px -1px 0;
        }
      }
    }
  }

  .gutena-forms__dummy-select {
    display: flex;
    width: 100px;
    padding: 6px 10px;
    justify-content: space-between;
    align-items: center;
    border-radius: 2px;
    border: 1px solid #E2E2E2;
    cursor: default;
    position: relative;

    svg {
      margin: 0 0 -4px 0;
    }
  }

  .components-select-control__input {
    color: #6E7376;
  }

  .components-input-control__backdrop {
    border-radius: 2px !important;
    border: 1px solid #E2E2E2 !important;
  }

  .gutena-forms__radio-group-control {
    .gutena-forms__field-label {
      color: #000;
      font-size: 14px;
      font-weight: 700;
      display: block;
      margin-bottom: 8px;
    }

    .gutena-forms__radio-group-options {
      align-items: center;
      height: 30px;
      width: 270px;
      padding: 5px;
      border-radius: 4px;
      border: 1px solid #E2E2E2;
    }

    .gutena-forms__radio-option-input {
      display: none;

      &:checked + .gutena-forms__radio-option-label {
        border-radius: 4px;
        background: #0DA88C;
        color: #ffffff;
        font-weight: 700;
      }
    }

    .gutena-forms__radio-option {
      width: 50%;
      display: inline-block;
      background: #ffffff;

      .gutena-forms__radio-option-label {
        cursor: pointer;
        display: block;
        height: 30px;
        line-height: 30px;
        padding: 0 20px;
      }
    }


  }


  .gutena-forms__integrations {

    .gutena-forms__integration {
      display: inline-block;
      width: calc( 100% / 3 - 30px );
      border: 1px solid #e2e2e2;
      border-radius: 4px;
      padding: 10px;
      margin-right: 10px;
      margin-bottom: 10px;
      height: 150px;
      position: relative;
      vertical-align: top;

      h3 {
        color: #000;
        font-size: 16px;
        font-weight: 700;
        margin: 0;

        svg {
          margin: 0 10px -8px 0;
        }
      }

      p {
        margin: 15px 0 20px 0;
        color: #1E1E1E;
        font-size: 12px;
        font-weight: 400;

        span {
          color: #0DA88C;
          font-weight: 700;
          cursor: pointer;
        }
      }

      &:last-child {
        margin-right: 0;
      }

      .gutena-forms__integration-actions {
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: absolute;
        bottom: 10px;
        left: 10px;
        width: calc( 100% - 20px );

        button {
          padding: 0;
          height: auto;
        }
      }
    }
  }
}