.authorInfoPageContainer .author-profile__top-info-panel {
  font-family: "Raleway", sans-serif;
  padding: 20px;
  margin-bottom: 25px;
  border-radius: 10px;
  background-color: #fbfbfb;
  position: relative;
}
.authorInfoPageContainer .author-profile__top-info-panel .top-info-panel__map-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 15px;
}
@media (max-width: 800px) {
  .authorInfoPageContainer .author-profile__top-info-panel .top-info-panel__map-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}
.authorInfoPageContainer .author-profile__top-info-panel .top-info-panel__top-bar {
  display: flex;
  justify-content: space-between;
}
.authorInfoPageContainer .author-profile__top-info-panel .top-info-panel__top-bar .top-info-panel__picture-with-basic-info-card {
  display: flex;
  gap: 15px;
}
@media (max-width: 500px) {
  .authorInfoPageContainer .author-profile__top-info-panel .top-info-panel__top-bar .top-info-panel__picture-with-basic-info-card {
    display: grid;
    justify-items: center;
  }
}
.authorInfoPageContainer .author-profile__top-info-panel .top-info-panel__top-bar .top-info-panel__picture-with-basic-info-card .authorPublicImage {
  margin-top: 5px;
  position: relative;
}
.authorInfoPageContainer .author-profile__top-info-panel .top-info-panel__top-bar .top-info-panel__picture-with-basic-info-card .authorPublicImage img {
  width: 200px;
}
.authorInfoPageContainer .author-profile__top-info-panel .top-info-panel__top-bar .top-info-panel__picture-with-basic-info-card .authorPublicImage .changeProfilePhotoButton {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
  color: black;
  background-color: white;
  border: 1px solid #A8A4A4;
  border-radius: 0;
  padding: 3px;
  font-size: 0.85rem;
  width: 100%;
  box-sizing: border-box;
}
.authorInfoPageContainer .author-profile__top-info-panel .top-info-panel__top-bar .top-info-panel__picture-with-basic-info-card .authorPublicImage .profileImageInfo {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  background-color: white;
  padding-top: 2px;
  cursor: pointer;
}
.authorInfoPageContainer .author-profile__top-info-panel .top-info-panel__top-bar .top-info-panel__picture-with-basic-info-card .authorPublicImage:hover .profileImageInfo {
  display: block;
}
.authorInfoPageContainer .author-profile__top-info-panel .top-info-panel__top-bar .top-info-panel__basic-info-panel {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  flex-wrap: wrap;
}
.authorInfoPageContainer .author-profile__top-info-panel .top-info-panel__top-bar .author-profile__name-panel {
  font-weight: 300;
  font-size: 2rem;
  line-height: 1.2em;
  margin-bottom: 0;
  padding-bottom: 5px;
}
.authorInfoPageContainer .author-profile__top-info-panel .top-info-panel__top-bar .authorStatusInfoPanel {
  margin-top: 0;
  margin-bottom: 0.5em;
  font-size: 1.145rem;
  line-height: 1.2em;
}
.authorInfoPageContainer .author-profile__top-info-panel .top-info-panel__top-bar .authorContactInfoPanel {
  padding: 0;
}
.authorInfoPageContainer .author-profile__top-info-panel .top-info-panel__top-bar .authorContactInfoPanel .possitionAndFunctionInfo p {
  margin-bottom: 0.8em;
  font-size: 1.145rem;
  line-height: 1.2em;
}
.authorInfoPageContainer .author-profile__top-info-panel .top-info-panel__top-bar .authorContactInfoPanel .authorDetailedContactInfo {
  margin: 11px 0;
}
.authorInfoPageContainer .author-profile__top-info-panel .top-info-panel__top-bar .authorContactInfoPanel .authorDetailedContactInfo dl {
  font-size: 1rem;
  margin: 1.5em 0;
  line-height: 1.2em;
}
.authorInfoPageContainer .author-profile__top-info-panel .top-info-panel__top-bar .authorContactInfoPanel .authorDetailedContactInfo dl:last-child {
  margin-bottom: 0;
}
.authorInfoPageContainer .author-profile__top-info-panel .top-info-panel__top-bar .authorContactInfoPanel .authorDetailedContactInfo dl dt {
  display: inline;
}
.authorInfoPageContainer .author-profile__top-info-panel .top-info-panel__top-bar .authorContactInfoPanel .authorDetailedContactInfo dl dt:after {
  content: ": ";
}
.authorInfoPageContainer .author-profile__top-info-panel .top-info-panel__top-bar .authorContactInfoPanel .authorDetailedContactInfo dl dd {
  display: inline;
  margin: 0;
}
.authorInfoPageContainer .author-profile__top-info-panel .top-info-panel__top-bar .authorContactInfoPanel .authorDetailedContactInfo dl dd:after {
  display: block;
  content: "";
  margin-bottom: 0.5em;
}
.authorInfoPageContainer .author-profile__top-info-panel .top-info-panel__top-bar .authorContactInfoPanel .authorDetailedContactInfo dl dd:last-child:after {
  display: none;
}
.authorInfoPageContainer .author-profile__top-info-panel .top-info-panel__top-bar .google-maps-icon-link {
  float: right;
}
.authorInfoPageContainer .author-profile__top-info-panel .top-info-panel__top-bar .google-maps-icon-link .google-maps-icon {
  width: 40px;
}
.authorInfoPageContainer .author-profile__top-info-panel .author-profile__contact-map {
  width: 100%;
  height: 100%;
  min-height: 140px;
}
.authorInfoPageContainer .author-profile__top-info-panel .author-profile__contact-map iframe {
  width: 100%;
  height: 100%;
}
.authorInfoPageContainer .author-profile__top-info-panel.author-profile__top-info-panel--withStatusInfo .author-profile__name-panel {
  margin-bottom: 0;
}
.authorInfoPageContainer section {
  margin-bottom: 40px;
}
.authorInfoPageContainer .achievementsActionsPanel {
  display: flex;
  justify-content: space-between;
}
.authorInfoPageContainer .author-profile__main-tab-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 30px;
}
.authorInfoPageContainer .author-profile__main-tab-grid .authorContactInfoPanel {
  margin-top: 1em;
  padding-top: 0;
  min-height: 0;
}
.authorInfoPageContainer .author-profile__main-tab-grid .authorContactInfoPanel .authorContactInfoSectionList {
  margin-top: 0;
}
@media (min-width: 1000px) {
  .authorInfoPageContainer .author-profile__main-tab-grid .careerAchievementList {
    max-width: 35%;
  }
}
.authorInfoPageContainer .author-profile__main-tab-grid .employmentInfoPanel dl {
  line-height: 1.2em;
}
.authorInfoPageContainer .author-profile__main-tab-grid .employmentInfoPanel dl:last-child {
  margin-bottom: 0;
}
.authorInfoPageContainer .author-profile__main-tab-grid .employmentInfoPanel dl dt {
  display: inline;
}
.authorInfoPageContainer .author-profile__main-tab-grid .employmentInfoPanel dl dt:after {
  content: ": ";
}
.authorInfoPageContainer .author-profile__main-tab-grid .employmentInfoPanel dl dd {
  display: inline;
  margin: 0;
}
.authorInfoPageContainer .author-profile__main-tab-grid .employmentInfoPanel dl dd:after {
  display: block;
  content: "";
  margin-bottom: 0.5em;
}
.authorInfoPageContainer .author-profile__main-tab-grid .employmentInfoPanel dl dd:last-child:after {
  display: none;
}
.authorInfoPageContainer .author-profile__main-tab-grid .employmentInfoPanel dl:last-child {
  margin-bottom: 0.5em;
}
.authorInfoPageContainer .author-profile__main-tab-grid .employmentInfoPanel dl ul {
  display: inline;
}
.authorInfoPageContainer .author-profile__main-tab-grid .authorActionsPanel, .authorInfoPageContainer .author-profile__main-tab-grid .toolbar {
  position: relative;
  margin-bottom: 20px;
}
.authorInfoPageContainer .author-profile__main-tab-grid .authorActionsPanel #author-forms .ant-btn, .authorInfoPageContainer .author-profile__main-tab-grid .authorActionsPanel .react-author-forms .ant-btn {
  line-height: 1.5;
  min-width: 210px;
  height: auto;
}
.authorInfoPageContainer .author-profile__main-tab-grid .achievementsPanel {
  background-color: #fbfbfb;
}
.authorInfoPageContainer .author-profile__main-tab-grid .main-tab-grid__left-column {
  font-size: 1.1rem;
  line-height: 1.4;
}
.authorInfoPageContainer .author-profile__main-tab-grid .main-tab-grid__left-column ul, .authorInfoPageContainer .author-profile__main-tab-grid .main-tab-grid__left-column p {
  font-size: 1.1rem;
  line-height: 1.4;
}
.authorInfoPageContainer .author-profile__main-tab-grid .main-tab-grid__left-column .authorInfoTextWrapper {
  line-height: 1.4;
  font-size: 1.1rem;
}
.authorInfoPageContainer .author-profile__main-tab-grid .main-tab-grid__left-column .authorInfoTextWrapper .extendable-clamped-text {
  overflow: hidden;
}
.authorInfoPageContainer .author-profile__main-tab-grid .main-tab-grid__left-column .authorInfoTextWrapper .extendable-clamped-text button.extendable-clamped-text__toggle-button {
  display: none;
  border: none;
  cursor: pointer;
  background: none;
  font-size: 1.1em;
  line-height: 1.5;
  color: #202020;
  font-weight: bold;
  float: right;
}
.authorInfoPageContainer .author-profile__main-tab-grid .main-tab-grid__left-column .authorInfoTextWrapper .extendable-clamped-text.extendable-clamped-text--is-active.extendable-clamped-text--is-clamped .extendable-clamped-text__show-more-button {
  display: block;
}
.authorInfoPageContainer .author-profile__main-tab-grid .main-tab-grid__left-column .authorInfoTextWrapper .extendable-clamped-text.extendable-clamped-text--is-active:not(.extendable-clamped-text--is-clamped) .extendable-clamped-text__show-less-button {
  display: block;
}
.authorInfoPageContainer .author-profile__main-tab-grid .main-tab-grid__right-column {
  padding: 10px;
  border-radius: 10px;
  background-color: #fbfbfb;
}
.authorInfoPageContainer .author-profile__main-tab-grid .main-tab-grid__right-column .ui-outputpanel-loading {
  margin: 100px auto;
}
.authorInfoPageContainer .author-profile__main-tab-grid .main-tab-grid__right-column .main-tab-grid__word-map {
  margin-bottom: 40px;
}
@media (max-width: 900px) {
  .authorInfoPageContainer .author-profile__main-tab-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}
.authorInfoPageContainer .author-profile__people-tab-content .author-leader .authorGlobalSearchTemplate > div {
  background-color: #F7F7F7;
}
.authorInfoPageContainer .author-profile__cooperation-word-map {
  padding: 0 20px;
  margin-bottom: 20px;
}

body.high-contrast-mode .author-profile__top-info-panel {
  background: white;
}

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