.bod {
  z-index: 9999
}
.bod .profile-detail {
  max-height: 0;
  transition: none
}
.bod .profile-detail__close {
  font-size: 3.2rem;
  line-height: 3.2rem;
  background-color: rgba(236,234,230,.3019607843);
  border: none
}
.bod .profile-detail--visible {
  max-height: 300rem;
  width: 100%;
  transition: max-height 3s;
  padding-bottom: var(--lg-2)
}
.bod .profile-detail__wrapper {
  margin-top: var(--md-3)
}
.bod--popup .profile-detail {
  max-height: none
}
.bod--popup .profile-detail__wrapper {
  margin-top: 0
}
.bod--popup .profile-detail__button {
  display: none!important
}
.bod--popup .profile-detail--visible .profile-detail {
  max-height: 100%
}
.bod--popup .modal-dialog {
  min-width: calc(100vw - 28%)
}
.bod--popup .modal-body {
  background-color: var(--base-4);
  margin-bottom: var(--lg-3)
}
.bod--popup .modal-header {
  border: none;
  padding: 0;
  padding: var(--lg-3) var(--sm-1) 0
}
@media (max-width:575.98px) {
  .bod--popup .modal-header {
    padding-bottom: var(--lg-3)
  }
}
.bod--popup .btn-close {
  position: absolute;
  top: 32px;
  right: 32px
}
.bod--popup .modal-content {
  padding: 0!important;
  background: var(--base-5)
}
.bod--popup .modal-content .profile-detail {
  margin-top: 0
}
.bod--popup .modal-footer {
  border-top: none;
  justify-content: end;
  position: absolute;
  right: 0;
  bottom: 0
}
.bod--popup .modal-footer .arrow-button {
  background: var(--base-4);
  padding: var(--sm-4);
  position: relative
}
.bod--popup .modal-footer .arrow-button:first-child::after {
  width: 1px;
  height: 20px;
  background: var(--base-3);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  content: ""
}
.ip3-edit .modal {
  z-index: 99999
}
@media (min-width:768px) {
  .bod--popup .modal-dialog {
    min-width: calc(100vw - 17%)
  }
}
@media (min-width:992px) {
  .bod--popup .modal-dialog {
    min-width: calc(100vw - 36%)
  }
  .bod .profile-card__card-link:focus-within .profile-card__content .cta {
    background-color: transparent!important
  }
  .bod .profile-card__card-link:focus-within .profile-card__content .cta--text-link:focus-visible {
    outline: transparent
  }
  .bod .profile-card__card-link:focus-within .profile-card__content .cta--text-link:focus-visible .cta__label {
    background-color: transparent!important
  }
}