/*!******************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js!./blocks/my-profile/assets/sass/my-profile.scss ***!
  \******************************************************************************************************************************************************************************************************************************************/
@media all and (min-width: 768px) {
  .my-profile__inner {
    display: flex;
    gap: 20px;
  }
}
.my-profile__menu {
  display: none;
}
@media all and (min-width: 768px) {
  .my-profile__menu {
    width: calc(25% - 10px);
    display: block;
    order: 1;
  }
}
@media all and (min-width: 1024px) {
  .my-profile__menu {
    width: calc(20% - 10px);
  }
}
.my-profile__content {
  width: 100%;
}
@media all and (min-width: 768px) {
  .my-profile__content:not(:last-child) {
    width: calc(75% - 10px);
    order: 2;
  }
}
@media all and (min-width: 1024px) {
  .my-profile__content:not(:last-child) {
    width: calc(80% - 10px);
  }
}
.my-profile__content-inner {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media all and (min-width: 768px) {
  .my-profile__content-inner {
    gap: 40px;
  }
}
.my-profile__panel {
  padding: 20px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media all and (min-width: 1024px) {
  .my-profile__panel {
    padding: 40px;
    gap: 30px;
  }
}
.my-profile__overview {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media all and (min-width: 1024px) {
  .my-profile__overview {
    gap: 40px;
  }
}
.my-profile__actions {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media all and (min-width: 768px) {
  .my-profile__actions {
    width: auto;
    order: 2;
    flex-direction: column;
    align-self: center;
    align-items: flex-end;
  }
}
.my-profile__actions .btn {
  flex: 1;
  white-space: nowrap;
}
@media all and (min-width: 768px) {
  .my-profile__actions .btn {
    flex: unset;
  }
}
.my-profile__profile-image {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  align-self: center;
}
@media all and (min-width: 768px) {
  .my-profile__profile-image {
    order: 1;
  }
}
@media all and (min-width: 1024px) {
  .my-profile__profile-image {
    width: 142px;
    height: 142px;
  }
}
.my-profile__profile-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.my-profile__profile-info {
  width: calc(100% - 100px);
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-self: center;
}
@media all and (min-width: 768px) {
  .my-profile__profile-info {
    width: auto;
    order: 1;
    flex: 1;
  }
}
.my-profile__laboratory {
  font-weight: 700;
}
.my-profile__divider {
  width: 100%;
  height: 1px;
  border: none;
}
.my-profile__details-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.my-profile__details-list-row {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media all and (min-width: 768px) {
  .my-profile__details-list-row {
    flex-direction: row;
    gap: 10px;
  }
}
.my-profile__details-list-item {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 0.75rem;
}
@media all and (min-width: 768px) {
  .my-profile__details-list-item {
    width: calc(50% - 5px);
  }
}

/**
 * Overlaps block if previous block has same background colour
 */
.block--background-color-white:not(.block--skip) + .my-profile.block--background-color-white,
.block--background-color-white:not(.block--skip) + .block--skip + .my-profile.block--background-color-white {
  margin-top: -20px;
}

.block--background-color-indigo-10:not(.block--skip) + .my-profile.block--background-color-indigo-10,
.block--background-color-indigo-10:not(.block--skip) + .block--skip + .my-profile.block--background-color-indigo-10 {
  margin-top: -20px;
}

@media all and (min-width: 768px) {
  .block--background-color-white:not(.block--skip) + .my-profile.block--background-color-white,
  .block--background-color-white:not(.block--skip) + .block--skip + .my-profile.block--background-color-white {
    margin-top: -40px;
  }
  .block--background-color-indigo-10:not(.block--skip) + .my-profile.block--background-color-indigo-10,
  .block--background-color-indigo-10:not(.block--skip) + .block--skip + .my-profile.block--background-color-indigo-10 {
    margin-top: -40px;
  }
}

/*# sourceMappingURL=block-my-profile.3380b09d9f1125611f8c.css.map*/