.#{$ns}Scan-code-container {
  position: relative;

  .#{$ns}Scan-btn {
    position: absolute;
    bottom: 200px;
    z-index: 10;
  }
}

.scan-code-modal {

  .ant-modal-content {
    border-radius: 10px;
    background-color: #eee;
  }

  .code-input-container {
    .title {
      text-align: center;
      color: #000;
      font-size: 15px;
      font-weight: 600;
      letter-spacing: 1px;
      margin-bottom: 16px;
    }

    .input-box {}
  }

  .ant-modal-footer {
    display: flex;
    justify-content: space-between;
    padding: 0;
    border-color: #ccc;

    .ant-btn {
      flex: 1;
      height: 40px;
      border: none;
      background: unset;
      color: #4a7ace;
    }

    .ant-btn:nth-child(1) {
      border-right: 1px solid #ccc;
    }
  }
}