@media (min-width: 600px) {
  .photo-card-title {
    padding-left: 180px;
  }
}
@media (min-width: 1200px) {
  .photo-card-title {
    padding-left: 200px;
  }
}
.photo-card-title-text {
  font-size: 1.7rem;
}
@media (min-width: 1200px) {
  .photo-card-title-text {
    font-size: 2rem;
  }
}
.photo-card-content {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
}
.photo-card-content-photo {
  padding-left: 20px;
  padding-bottom: 20px;
}
@media (min-width: 600px) {
  .photo-card-content-photo {
    padding-left: 30px;
    padding-bottom: 30px;
  }
}
.photo-card-content-photo-img {
  width: 100px;
  height: 150px;
  border: 8px solid white;
  box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.2);
  background-color: white;
  background-size: cover;
  background-position: center center;
}
@media (min-width: 600px) {
  .photo-card-content-photo-img {
    margin-top: -100px;
    width: 120px;
    height: 180px;
  }
}
@media (min-width: 1200px) {
  .photo-card-content-photo-img {
    width: 140px;
    height: 210px;
  }
}
.photo-card-content-column {
  flex-grow: 1;
  flex-shrink: 1;
}

.profile-main {
  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) {
  .profile-main {
    padding: 0 15px;
  }
}
.profile-main-left {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  width: 100%;
  padding: 0 10px;
}
@media (min-width: 600px) {
  .profile-main-left {
    padding: 0 15px;
    width: 50%;
  }
}
.profile-main-right {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  width: 100%;
  padding: 0 10px;
}
@media (min-width: 600px) {
  .profile-main-right {
    padding: 0 15px;
    width: 50%;
  }
}
.profile-main-salary-footer-button {
  background-color: #005F8F;
}
.profile-main-salary-footer-button:disabled {
  background-color: #d7d7d7;
  cursor: not-allowed;
}
.profile-finalization {
  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) {
  .profile-finalization {
    padding: 0 15px;
  }
}
.profile-finalization-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  width: 100%;
  padding: 0 10px;
}
@media (min-width: 600px) {
  .profile-finalization-wrapper {
    padding: 0 15px;
    width: 33.333%;
  }
}
.profile-finalization-submit {
  background-color: #005F8F;
}
.profile-finalization-submit:disabled {
  background-color: #d7d7d7;
}

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