@use "/styles/all" as *;

.container {
  padding-bottom: 24px;
  .introText {
    margin-top: 32px;
    margin-bottom: 20px;

    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: $grey700;
    text-align: center;
  }
  .formContainer {
    display: flex;
    flex-direction: column;
  }

  .btnContainer {
    margin-top: 16px;

    .uploadDragger {
      :global {
        .ant-upload-drag {
          width: fit-content;
          padding: unset !important;
          background-color: $transparent;
          border: unset !important;
        }
        .ant-upload-btn {
          padding: unset !important;
        }
      }
    }
    .center {
      :global {
        .ant-upload-drag {
          width: fit-content;
          margin: auto !important;
          padding: unset !important;

          background-color: $transparent;
          border: unset !important;
        }
        .ant-upload-btn {
          padding: unset !important;
        }
      }
    }
    .brandText {
      margin-bottom: 8px;

      font-size: 14px;
      font-weight: 500;
      line-height: 20px;
      color: $grey900;
    }
    .textArea {
      margin-top: 20px;
    }
    .legalTitle {
      margin-top: 8px;

      font-size: 16px;
      font-weight: 500;
      line-height: 24px;
      color: $grey900;
    }
    .legalDesc {
      font-size: 14px;
      font-weight: 400;
      line-height: 20px;
      color: $grey900;
    }
    .comercialTaxContainer {
      display: flex;
      flex-direction: column;
      gap: 20px;
      margin-top: 20px;
      .comercialContainer {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
      }
      .btnsContainer {
        gap: 12px;
      }
    }
  }
}
.textCenter {
  text-align: center;
}
