.modal-banner {
  z-index: 2;
  position: absolute;
  background-color: black;
  color: white;
  top: 0;
  overflow: hidden;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
}

.modal-panorama {
  z-index: 4;
  position: absolute;
  background-color: black;
  color: white;
  top: 0;
  overflow: hidden;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
}

.modal-header {
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: unset;
  background-color: #fff;
  font-weight: bold;
  color: #000;
}

.modal-body {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80vh;
  padding: unset;
  /* position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); */
}

.tab-pane.active {
  box-shadow: unset;
}

.active.nav-link {
  box-shadow: unset;
}

.nav-tabs .nav-link {
  border: unset;
}

.nav-tabs {
  border-bottom: unset;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  border-bottom: solid 1px #beaf87;
  color: #beaf87 !important;
}

.prefix-center {
  transform: translate(-50%, -50%);
}
.black {
  background-color: #242426;
}
.btn {
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 14px;
}
#__next-prerender-indicator {
  display: none;
}
