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

.note {
  font-size: 16px;
  color: #7a7a7a;
  width: 100%;
  margin-bottom: 20px;
}

.label {
  font-size: 18px;
  font-weight: 600;
  line-height: 22.66px;
  color: #000;
  width: 100%;
}

.text {
  font-size: 14px;
  font-weight: 400;
  line-height: 22.66px;
  color: #000;
  width: 100%;
}

.modalcontainer{ 
  width: 100%;
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}