@use '../../../assets/scss/customVariables.scss' as *;

.importModalContainer {
  width: 100%;
  padding: 53px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  
  .descriptions {
    width: 100%;
    font-size: 17.3px;
    color: #5E5E5E;
    font-weight: 500;
    line-height: 25.5px;
  }

  .options {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 247px;

    .option {
      flex: 1;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 20;
      cursor: pointer;

      .text {
        font-size: 21px;
        color: #5E5E5E;
        font-weight: 500;
      }
    }
  }
}
