.signup-mobile-wrapper {
  padding: 60px 24px 0 24px; }

.soft-signup-component {
  height: 100%;
  width: 100%; }

.signup-step-system-layout-component {
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  position: relative;
  z-index: 1; }
  .signup-step-system-layout-component .signup-opacity-cover {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(22, 22, 22, 0.6);
    z-index: 100; }
  .signup-step-system-layout-component .signup-step-system-layout-content-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10000; }
    .signup-step-system-layout-component .signup-step-system-layout-content-wrapper .signup-step-system-layout-content {
      position: absolute;
      background-color: #ffffff;
      border-radius: 12px;
      top: 50%;
      left: 50%;
      -ms-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
      z-index: 1000000; }

.layout-placeholder-component {
  height: 100%;
  width: 100%;
  display: -ms-flexbox;
  display: flex; }
  .layout-placeholder-component .surface-control-placeholder {
    width: 66px;
    background-color: #292f4c;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column; }
    .layout-placeholder-component .surface-control-placeholder .icon-wrapper {
      margin-bottom: 32px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-align: center;
          align-items: center; }
      .layout-placeholder-component .surface-control-placeholder .icon-wrapper svg {
        height: 20px;
        width: 20px; }
      .layout-placeholder-component .surface-control-placeholder .icon-wrapper.outline svg path {
        stroke: #ffffff; }
      .layout-placeholder-component .surface-control-placeholder .icon-wrapper:not(.outline) svg path {
        fill: #ffffff; }
    .layout-placeholder-component .surface-control-placeholder .surace-control-first-area {
      -ms-flex-positive: 1;
          flex-grow: 1; }
      .layout-placeholder-component .surface-control-placeholder .surace-control-first-area .surface-control-logo-image-wrapper {
        margin: 12px 0px 24px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
            justify-content: center; }
        .layout-placeholder-component .surface-control-placeholder .surace-control-first-area .surface-control-logo-image-wrapper .surface-control-logo-image {
          height: 40px;
          width: 40px; }
    .layout-placeholder-component .surface-control-placeholder .surace-control-second-area {
      -ms-flex-negative: 0;
          flex-shrink: 0; }
      .layout-placeholder-component .surface-control-placeholder .surace-control-second-area .surface-control-avatar-image-wrapper {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
            justify-content: center;
        margin-bottom: 16px; }
        .layout-placeholder-component .surface-control-placeholder .surace-control-second-area .surface-control-avatar-image-wrapper svg {
          height: 44px;
          width: 44px; }
  .layout-placeholder-component .first-level-control-placeholder {
    width: 255px;
    background-color: #ffffff;
    border-right: 1px solid #E1E1E1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column; }
    .layout-placeholder-component .first-level-control-placeholder .first-level-control-item {
      display: -ms-flexbox;
      display: flex;
      padding: 0px 20px;
      border-bottom: 1px solid #E1E1E1;
      -ms-flex-align: center;
          align-items: center; }
      .layout-placeholder-component .first-level-control-placeholder .first-level-control-item.item-navigation {
        -ms-flex: 0 1 64px;
            flex: 0 1 64px; }
      .layout-placeholder-component .first-level-control-placeholder .first-level-control-item.item-header {
        -ms-flex: 0 1 64px;
            flex: 0 1 64px; }
      .layout-placeholder-component .first-level-control-placeholder .first-level-control-item .first-level-control-item-title {
        font-size: 18px;
        font-weight: 400;
        -ms-flex-positive: 1;
            flex-grow: 1;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden; }
      .layout-placeholder-component .first-level-control-placeholder .first-level-control-item .inbox-counter-wrapper {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center; }
        .layout-placeholder-component .first-level-control-placeholder .first-level-control-item .inbox-counter-wrapper .inbox-counter {
          background-color: #333333;
          padding: 2px 10px;
          border-radius: 20px;
          font-size: 13px;
          color: #ffffff;
          font-weight: 400; }
      .layout-placeholder-component .first-level-control-placeholder .first-level-control-item .icon-wrapper {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
            justify-content: center;
        -ms-flex-align: center;
            align-items: center;
        margin-right: 16px; }
        .layout-placeholder-component .first-level-control-placeholder .first-level-control-item .icon-wrapper svg {
          height: 22px;
          width: 22px; }
        .layout-placeholder-component .first-level-control-placeholder .first-level-control-item .icon-wrapper.outline svg path {
          stroke: #333333; }
        .layout-placeholder-component .first-level-control-placeholder .first-level-control-item .icon-wrapper:not(.outline) svg path {
          fill: #333333; }

.default-kanban-list-header-component {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  font-size: 16px; }
  .default-kanban-list-header-component .list-name {
    overflow: hidden;
    text-overflow: ellipsis;
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    color: #ffffff; }

.kanban-list-status-header-component {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center; }
  .kanban-list-status-header-component .status-circle {
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 1px solid;
    border-radius: 50%;
    margin-right: 5px;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto; }
  .kanban-list-status-header-component .status-name {
    overflow: hidden;
    text-overflow: ellipsis;
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    color: #ffffff; }

.soft-signup-content-component {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 100%; }
  .soft-signup-content-component .soft-signup-content-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column; }
    .soft-signup-content-component .soft-signup-content-wrapper .soft-signup-first-title {
      font-size: 26px;
      font-weight: 700;
      text-align: center; }
    .soft-signup-content-component .soft-signup-content-wrapper .soft-signup-second-title {
      margin-top: 8px;
      font-size: 18px;
      text-align: center;
      line-height: 26px; }
    .soft-signup-content-component .soft-signup-content-wrapper .google-signup-wrapper {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-align: center;
          align-items: center;
      margin-top: 40px;
      width: 100%; }
      .soft-signup-content-component .soft-signup-content-wrapper .google-signup-wrapper .google-signup-button {
        display: -ms-flexbox;
        display: flex;
        height: 53px;
        width: 100%;
        border: 1px solid #009AFF;
        cursor: pointer; }
        .soft-signup-content-component .soft-signup-content-wrapper .google-signup-wrapper .google-signup-button .google-logo {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-pack: center;
              justify-content: center;
          -ms-flex-align: center;
              align-items: center;
          width: 48px; }
        .soft-signup-content-component .soft-signup-content-wrapper .google-signup-wrapper .google-signup-button .google-signup-text-wrapper {
          background: #009AFF;
          -ms-flex-positive: 1;
              flex-grow: 1;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-pack: center;
              justify-content: center;
          -ms-flex-align: center;
              align-items: center; }
          .soft-signup-content-component .soft-signup-content-wrapper .google-signup-wrapper .google-signup-button .google-signup-text-wrapper .google-signup-text {
            color: white;
            -ms-transform: translateX(-24px);
                transform: translateX(-24px); }
        .soft-signup-content-component .soft-signup-content-wrapper .google-signup-wrapper .google-signup-button:hover {
          border: 1px solid #0083d9; }
          .soft-signup-content-component .soft-signup-content-wrapper .google-signup-wrapper .google-signup-button:hover .google-signup-text-wrapper {
            background: #0083d9; }
      .soft-signup-content-component .soft-signup-content-wrapper .google-signup-wrapper .separator-wrapper {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        margin-top: 40px;
        width: 100%; }
        .soft-signup-content-component .soft-signup-content-wrapper .google-signup-wrapper .separator-wrapper .line {
          -ms-flex-positive: 1;
              flex-grow: 1;
          height: 0;
          border: 0.5px solid #c5c7d0; }
        .soft-signup-content-component .soft-signup-content-wrapper .google-signup-wrapper .separator-wrapper .separator-text {
          margin: 0 14px; }
    .soft-signup-content-component .soft-signup-content-wrapper .soft-signup-form-wrapper {
      margin-top: 40px; }
      .soft-signup-content-component .soft-signup-content-wrapper .soft-signup-form-wrapper .submit-button-wrapper {
        margin-top: 24px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .soft-signup-content-component.is-mobile .soft-signup-content-wrapper .submit-button-wrapper {
    margin-top: 75px;
    -ms-flex-pack: center;
        justify-content: center; }
  .soft-signup-content-component:not(.is-mobile) .soft-signup-content-wrapper {
    padding: 40px 56px; }
  .soft-signup-content-component:not(.is-mobile) .signup-company-logos-component-wrapper {
    height: 122px;
    width: 100%;
    border-radius: 0px 0px 12px 12px;
    overflow: hidden; }

.signup-input-component {
  width: 100%;
  position: relative; }
  .signup-input-component.align-right .signup-input-wrapper .signup-input {
    padding-right: 16px;
    padding-left: 0px;
    text-align: right; }
  .signup-input-component.align-right .signup-input-wrapper .signup-input-icon-wrapper {
    margin-left: 8px; }
  .signup-input-component .signup-input-title {
    font-size: 15px; }
  .signup-input-component .signup-input-wrapper {
    width: 100%;
    border: 1px solid #9699a6;
    border-radius: 4px;
    transition: border-color 200ms ease;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    margin-top: 8px; }
    .signup-input-component .signup-input-wrapper.is-input-focused {
      border-color: #2bb9ff; }
    .signup-input-component .signup-input-wrapper .signup-input {
      height: 100%;
      width: 100%;
      font-size: 18px;
      border: 0;
      outline: 0;
      padding: 0px 0px 0px 8px;
      color: #333333; }
      .signup-input-component .signup-input-wrapper .signup-input:-ms-input-placeholder {
        color: #c4c4c4;
        font-weight: 300; }
      .signup-input-component .signup-input-wrapper .signup-input::placeholder {
        color: #c4c4c4;
        font-weight: 300; }
    .signup-input-component .signup-input-wrapper .signup-input-icon-wrapper {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      margin-right: 8px; }
  .signup-input-component .signup-input-bottom-notice {
    position: absolute;
    left: 0;
    bottom: -16px;
    font-size: 10px;
    letter-spacing: 0.3px; }
    .signup-input-component .signup-input-bottom-notice.error {
      color: #fb275d; }

.signup-company-logos-component {
  height: 100%;
  width: 100%;
  background-color: #eff7fe;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center; }
  .signup-company-logos-component .title-logos-images {
    width: 100%;
    text-align: center;
    font-weight: 700;
    font-size: 14px; }
    .signup-company-logos-component .title-logos-images .paying-companies-number {
      color: #009AFF; }
  .signup-company-logos-component .logos-images-wrapper {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: space-evenly;
        justify-content: space-evenly;
    margin-top: 8px; }
    .signup-company-logos-component .logos-images-wrapper .logo-image {
      height: 44px; }

