.portfolio {
  padding: 0 10px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  min-width: 0;
}
@media (min-width: 600px) {
  .portfolio {
    padding: 0 15px;
  }
}
.portfolio-empty-modal-modal {
  width: calc(100% - 40px);
  max-width: 400px;
}
.portfolio-empty-modal-modal-cancel {
  background-color: #262626;
}
.portfolio-empty-modal-modal-cancel:disabled {
  background-color: #cdcdcd;
  cursor: not-allowed;
}
.portfolio-empty-modal-modal-accept {
  background-color: #005F8F;
}
.portfolio-empty-modal-modal-accept:disabled {
  background-color: #cdcdcd;
  cursor: not-allowed;
}
.portfolio-form {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  width: 100%;
  padding: 0 10px;
}
@media (min-width: 600px) {
  .portfolio-form {
    padding: 0 15px;
    width: 50%;
  }
}
.portfolio-form-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}
.portfolio-form-footer-button {
  background-color: #005F8F;
}
.portfolio-form-footer-button:disabled {
  background-color: #d7d7d7;
  cursor: not-allowed;
}

/*# sourceMappingURL=portfolio.css.map */