.threeds-loading-wrap {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;

  .threeds-loading-logo {
    margin-top: 300px;
    width: 140px;
    height: 140px;
  }

  .threeds-loading-title {
    margin-top: 20px;
    padding: 0 40px;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    line-height: 20px;
    color: #353535;
  }

  .threeds-loading-subtitle {
    margin-top: 8px;
    padding: 0 40px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #475467;
  }

  .threeds-loading-description {
    margin-top: 4px;
    padding: 0 40px;
    text-align: center;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    color: #667085;
  }

  .threeds-loading-success-back-button {
    margin-top: 20px;
    color: #4b6b99;
    font-size: 15px;
    font-weight: bold;
    line-height: 20px;
  }
}