/* Revamped GY v1.1.71 bottom toolbar refinement */
.rgy-panorama[data-scheme="bottom"] {
  --rgy-bottombar-height: 48px;
  --rgy-bottombar-left-width: 48px;
  --rgy-bottombar-right-width: 220px;
}

.rgy-panorama[data-scheme="bottom"]:not(.rgy-bottombar-ready) .rgy-audio-dock[data-scheme="bottom"],
.rgy-panorama[data-scheme="bottom"]:not(.rgy-bottombar-ready) .rgy-guided-tour-dock[data-scheme="bottom"] ,
.rgy-panorama[data-scheme="bottom"]:not(.rgy-bottombar-ready) .rgy-toolbar-minicart[data-scheme="bottom"] {
  opacity: 0 !important;
  pointer-events: none !important;
}

.rgy-panorama[data-scheme="bottom"] .rgy-toolbar-wrapper {
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  bottom: 0;
  height: var(--rgy-bottombar-height);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px;
  box-sizing: border-box;
  background: rgba(18, 25, 33, 0.36);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  z-index: 10020;
}

.rgy-panorama[data-scheme="bottom"] .rgy-bottombar-left,
.rgy-panorama[data-scheme="bottom"] .rgy-bottombar-right {
  display: flex;
  align-items: center;
  min-width: 0;
  gap: 2px;
  position: relative;
  z-index: 2;
}

.rgy-panorama[data-scheme="bottom"] .rgy-bottombar-center {
  position: absolute;
  left: calc(var(--rgy-bottombar-left-width) + 12px);
  right: calc(var(--rgy-bottombar-right-width) + 12px);
  min-width: 0;
  text-align: center;
  pointer-events: none;
  z-index: 1;
}

.rgy-panorama[data-scheme="bottom"] .rgy-bottombar-center .rgy-panorama-title {
  position: static;
  max-width: none;
  width: auto;
  background: transparent;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
  margin: 0;
}

.rgy-panorama[data-scheme="bottom"] .rgy-bottombar-center .rgy-panorama-title h2,
.rgy-panorama[data-scheme="bottom"] .rgy-bottombar-center .rgy-panorama-title h2 a {
  margin: 0;
  line-height: var(--rgy-bottombar-height);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.rgy-panorama[data-scheme="bottom"] .rgy-bottombar-center .rgy-panorama-title h2 a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.rgy-panorama[data-scheme="bottom"] .rgy-bottombar-center .rgy-panorama-title h2 a .fa {
  order: 2;
  margin-right: 0 !important;
  margin-left: 2px;
  vertical-align: middle !important;
  position: relative;
  top: 0;
}

.rgy-panorama[data-scheme="bottom"] .rgy-bottombar-left .rgy-smartspot-anchor--bottom {
  position: static;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
}

.rgy-panorama[data-scheme="bottom"] .rgy-bottombar-right .rgy-zoom-control-wrapper {
  position: static !important;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  display: flex !important;
  align-items: center;
  gap: 0;
}

.rgy-panorama[data-scheme="bottom"] .rgy-bottombar-right .rgy-zoom-control {
  display: flex !important;
  flex-direction: row !important;
  gap: 0;
}

.rgy-panorama[data-scheme="bottom"] .rgy-bottombar-right .rgy-audio-dock,
.rgy-panorama[data-scheme="bottom"] .rgy-bottombar-right .rgy-guided-tour-dock {
  position: relative !important;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 0 !important;
  margin: 0 !important;
  z-index: auto;
}

.rgy-panorama[data-scheme="bottom"] .rgy-bottombar-toggle,
.rgy-panorama[data-scheme="bottom"] .rgy-bottombar-left .rgy-smartspot-toggle,
.rgy-panorama[data-scheme="bottom"] .rgy-bottombar-right .rgy-audio-btn,
.rgy-panorama[data-scheme="bottom"] .rgy-bottombar-right .rgy-guided-tour-btn,
.rgy-panorama[data-scheme="bottom"] .rgy-bottombar-right .rgy-autorotate-control,
.rgy-panorama[data-scheme="bottom"] .rgy-bottombar-right .rgy-fullscreen-control,
.rgy-panorama[data-scheme="bottom"] .rgy-bottombar-right .rgy-orientation-control,
.rgy-panorama[data-scheme="bottom"] .rgy-bottombar-right .rgy-zoom-control > div {
  width: 40px !important;
  min-width: 40px !important;
  height: 40px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 8px !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #fff !important;
  float: none !important;
}

.rgy-panorama[data-scheme="bottom"] .rgy-bottombar-right .rgy-bottombar-item,
.rgy-panorama[data-scheme="bottom"] .rgy-bottombar-right .rgy-zoom-control-wrapper,
.rgy-panorama[data-scheme="bottom"] .rgy-bottombar-right .rgy-audio-dock,
.rgy-panorama[data-scheme="bottom"] .rgy-bottombar-right .rgy-guided-tour-dock {
  flex: 0 0 auto;
  transition: opacity .18s ease, transform .18s ease, width .18s ease, margin .18s ease;
}

.rgy-panorama[data-scheme="bottom"] .rgy-bottombar-right.is-collapsed .rgy-bottombar-item {
  opacity: 0;
  pointer-events: none;
  width: 0 !important;
  min-width: 0 !important;
  overflow: hidden;
  transform: translateX(4px);
}

.rgy-panorama[data-scheme="bottom"] .rgy-bottombar-right .rgy-bottombar-toggle.is-collapsed {
  opacity: 0.68;
}

.rgy-panorama[data-scheme="bottom"] .rgy-bottombar-right .rgy-audio-hint,
.rgy-panorama[data-scheme="bottom"] .rgy-bottombar-right .rgy-guided-tour-hint {
  position: absolute;
  bottom: calc(100% + 8px);
  right: 0;
  transform: none;
  width: max-content;
  max-width: min(220px, calc(100vw - 24px));
  margin: 0;
  text-align: right;
}

.rgy-panorama[data-scheme="bottom"] .rgy-smartspot-panel--bottom {
  bottom: calc(var(--rgy-bottombar-height) + 8px);
  left: 10px;
  margin-top: 0;
  background: rgba(18, 25, 33, 0.42) !important;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, 0.10);
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.22);
}

.rgy-panorama[data-scheme="bottom"] .rgy-smartspot-panel--bottom .rgy-smartspot-result-button,
.rgy-panorama[data-scheme="bottom"] .rgy-smartspot-panel--bottom .rgy-smartspot-search-input,
.rgy-panorama[data-scheme="bottom"] .rgy-smartspot-panel--bottom .rgy-smartspot-filter,
.rgy-panorama[data-scheme="bottom"] .rgy-smartspot-panel--bottom .rgy-smartspot-close {
  background: rgba(255, 255, 255, 0.10) !important;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-color: rgba(255, 255, 255, 0.12) !important;
}

.rgy-panorama[data-scheme="bottom"] .rgy-smartspot-panel--bottom .rgy-smartspot-filter:hover,
.rgy-panorama[data-scheme="bottom"] .rgy-smartspot-panel--bottom .rgy-smartspot-close:hover,
.rgy-panorama[data-scheme="bottom"] .rgy-smartspot-panel--bottom .rgy-smartspot-result-button:hover {
  background: rgba(255, 255, 255, 0.16) !important;
}

.rgy-panorama[data-scheme="bottom"].rgy-disable-zoom-initial .rgy-bottombar-right .rgy-zoom-control-wrapper,
.rgy-panorama[data-scheme="bottom"].rgy-disable-zoom-active .rgy-bottombar-right .rgy-zoom-control-wrapper {
  display: none !important;
}

@media only screen and (max-width: 767px) {
  .rgy-panorama[data-scheme="bottom"] {
    --rgy-bottombar-height: 44px;
  }

  .rgy-panorama[data-scheme="bottom"] .rgy-toolbar-wrapper {
    padding: 0 6px;
  }

  .rgy-panorama[data-scheme="bottom"] .rgy-bottombar-toggle,
  .rgy-panorama[data-scheme="bottom"] .rgy-bottombar-left .rgy-smartspot-toggle,
  .rgy-panorama[data-scheme="bottom"] .rgy-bottombar-right .rgy-audio-btn,
  .rgy-panorama[data-scheme="bottom"] .rgy-bottombar-right .rgy-guided-tour-btn,
  .rgy-panorama[data-scheme="bottom"] .rgy-bottombar-right .rgy-autorotate-control,
  .rgy-panorama[data-scheme="bottom"] .rgy-bottombar-right .rgy-fullscreen-control,
  .rgy-panorama[data-scheme="bottom"] .rgy-bottombar-right .rgy-orientation-control,
  .rgy-panorama[data-scheme="bottom"] .rgy-bottombar-right .rgy-zoom-control > div {
    width: 34px !important;
    min-width: 34px !important;
    height: 34px !important;
  }

  .rgy-panorama[data-scheme="bottom"] .rgy-bottombar-center .rgy-panorama-title h2,
  .rgy-panorama[data-scheme="bottom"] .rgy-bottombar-center .rgy-panorama-title h2 a {
    font-size: 13px;
  }

  .rgy-panorama[data-scheme="bottom"] .rgy-smartspot-panel--bottom {
    left: 8px;
    width: min(320px, calc(100% - 16px));
    max-width: calc(100% - 16px);
  }
}


/* Revamped GY v1.1.72 bottom toolbar line-up fix */
.rgy-panorama[data-scheme="bottom"] .pnlm-compass {
  display: none !important;
}

.rgy-panorama[data-scheme="bottom"] .rgy-bottombar-right {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  flex-wrap: nowrap !important;
}

.rgy-panorama[data-scheme="bottom"] .rgy-bottombar-right .rgy-bottombar-item,
.rgy-panorama[data-scheme="bottom"] .rgy-bottombar-right .rgy-zoom-control-wrapper,
.rgy-panorama[data-scheme="bottom"] .rgy-bottombar-right .rgy-zoom-control,
.rgy-panorama[data-scheme="bottom"] .rgy-bottombar-right .rgy-audio-dock,
.rgy-panorama[data-scheme="bottom"] .rgy-bottombar-right .rgy-guided-tour-dock {
  display: inline-flex !important;
  align-items: center !important;
  align-self: center !important;
  flex: 0 0 auto !important;
  min-height: 40px !important;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
  vertical-align: middle !important;
}

.rgy-panorama[data-scheme="bottom"] .rgy-bottombar-right .rgy-zoom-control-wrapper,
.rgy-panorama[data-scheme="bottom"] .rgy-bottombar-right .rgy-zoom-control {
  height: 40px !important;
  flex-direction: row !important;
  gap: 0 !important;
  overflow: visible !important;
}

.rgy-panorama[data-scheme="bottom"] .rgy-bottombar-right .rgy-zoom-control > div {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  align-self: center !important;
  float: none !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1 !important;
  vertical-align: middle !important;
}

.rgy-panorama[data-scheme="bottom"] .rgy-bottombar-right .rgy-zoom-control > div::before {
  line-height: 1 !important;
}

.rgy-panorama[data-scheme="bottom"] .rgy-toolbar-wrapper {
  padding: 0 10px !important;
}

@media only screen and (max-width: 767px) {
  .rgy-panorama[data-scheme="bottom"] {
    --rgy-bottombar-left-width: 34px;
    --rgy-bottombar-right-width: 190px;
  }

  .rgy-panorama[data-scheme="bottom"] .rgy-bottombar-right,
  .rgy-panorama[data-scheme="bottom"] .rgy-bottombar-left {
    gap: 1px !important;
  }

  .rgy-panorama[data-scheme="bottom"] .rgy-bottombar-right .rgy-bottombar-item,
  .rgy-panorama[data-scheme="bottom"] .rgy-bottombar-right .rgy-zoom-control-wrapper,
  .rgy-panorama[data-scheme="bottom"] .rgy-bottombar-right .rgy-zoom-control,
  .rgy-panorama[data-scheme="bottom"] .rgy-bottombar-right .rgy-audio-dock,
  .rgy-panorama[data-scheme="bottom"] .rgy-bottombar-right .rgy-guided-tour-dock {
    min-height: 30px !important;
  }

  .rgy-panorama[data-scheme="bottom"] .rgy-bottombar-toggle,
  .rgy-panorama[data-scheme="bottom"] .rgy-bottombar-left .rgy-smartspot-toggle,
  .rgy-panorama[data-scheme="bottom"] .rgy-bottombar-right .rgy-audio-btn,
  .rgy-panorama[data-scheme="bottom"] .rgy-bottombar-right .rgy-guided-tour-btn,
  .rgy-panorama[data-scheme="bottom"] .rgy-bottombar-right .rgy-autorotate-control,
  .rgy-panorama[data-scheme="bottom"] .rgy-bottombar-right .rgy-fullscreen-control,
  .rgy-panorama[data-scheme="bottom"] .rgy-bottombar-right .rgy-orientation-control,
  .rgy-panorama[data-scheme="bottom"] .rgy-bottombar-right .rgy-zoom-control > div {
    width: 30px !important;
    min-width: 30px !important;
    height: 30px !important;
  }

  .rgy-panorama[data-scheme="bottom"] .rgy-bottombar-right .rgy-zoom-control-wrapper,
  .rgy-panorama[data-scheme="bottom"] .rgy-bottombar-right .rgy-zoom-control {
    height: 30px !important;
  }

  .rgy-panorama[data-scheme="bottom"] .rgy-bottombar-center .rgy-panorama-title h2,
  .rgy-panorama[data-scheme="bottom"] .rgy-bottombar-center .rgy-panorama-title h2 a {
    font-size: 12px !important;
  }
}


/* Revamped GY v1.1.73 bottom toolbar mirror pass */
.rgy-panorama[data-scheme="bottom"] .rgy-bottombar-left,
.rgy-panorama[data-scheme="bottom"] .rgy-bottombar-right {
  position: relative;
  z-index: 2;
  gap: 2px;
}

.rgy-panorama[data-scheme="bottom"] .rgy-bottombar-center {
  left: calc(var(--rgy-bottombar-left-width) + 12px);
  right: calc(var(--rgy-bottombar-right-width) + 12px);
  text-align: center;
  z-index: 1;
}

.rgy-panorama[data-scheme="bottom"] .rgy-bottombar-right {
  white-space: nowrap;
}

.rgy-panorama[data-scheme="bottom"] .rgy-bottombar-right .rgy-bottombar-toggle,
.rgy-panorama[data-scheme="bottom"] .rgy-bottombar-left .rgy-smartspot-toggle,
.rgy-panorama[data-scheme="bottom"] .rgy-bottombar-right .rgy-audio-btn,
.rgy-panorama[data-scheme="bottom"] .rgy-bottombar-right .rgy-guided-tour-btn,
.rgy-panorama[data-scheme="bottom"] .rgy-bottombar-right .rgy-autorotate-control,
.rgy-panorama[data-scheme="bottom"] .rgy-bottombar-right .rgy-fullscreen-control,
.rgy-panorama[data-scheme="bottom"] .rgy-bottombar-right .rgy-orientation-control,
.rgy-panorama[data-scheme="bottom"] .rgy-bottombar-right .rgy-zoom-control > div,
.rgy-panorama[data-scheme="bottom"] .rgy-bottombar-right .rgy-zoom-control-wrapper,
.rgy-panorama[data-scheme="bottom"] .rgy-bottombar-right .rgy-zoom-control,
.rgy-panorama[data-scheme="bottom"] .rgy-bottombar-left .rgy-smartspot-anchor--bottom {
  background: transparent !important;
  box-shadow: none !important;
}

.rgy-panorama[data-scheme="bottom"] .rgy-bottombar-right .rgy-bottombar-toggle:hover,
.rgy-panorama[data-scheme="bottom"] .rgy-bottombar-right .rgy-bottombar-toggle:focus,
.rgy-panorama[data-scheme="bottom"] .rgy-bottombar-left .rgy-smartspot-toggle:hover,
.rgy-panorama[data-scheme="bottom"] .rgy-bottombar-left .rgy-smartspot-toggle:focus,
.rgy-panorama[data-scheme="bottom"] .rgy-bottombar-left .rgy-smartspot-anchor.is-open .rgy-smartspot-toggle,
.rgy-panorama[data-scheme="bottom"] .rgy-bottombar-right .rgy-audio-btn:hover,
.rgy-panorama[data-scheme="bottom"] .rgy-bottombar-right .rgy-audio-btn:focus,
.rgy-panorama[data-scheme="bottom"] .rgy-bottombar-right .rgy-audio-btn.is-active,
.rgy-panorama[data-scheme="bottom"] .rgy-bottombar-right .rgy-guided-tour-btn:hover,
.rgy-panorama[data-scheme="bottom"] .rgy-bottombar-right .rgy-guided-tour-btn:focus,
.rgy-panorama[data-scheme="bottom"] .rgy-bottombar-right .rgy-guided-tour-btn.is-active,
.rgy-panorama[data-scheme="bottom"] .rgy-bottombar-right .rgy-autorotate-control:hover,
.rgy-panorama[data-scheme="bottom"] .rgy-bottombar-right .rgy-autorotate-control:focus,
.rgy-panorama[data-scheme="bottom"] .rgy-bottombar-right .rgy-autorotate-control.rotating,
.rgy-panorama[data-scheme="bottom"] .rgy-bottombar-right .rgy-fullscreen-control:hover,
.rgy-panorama[data-scheme="bottom"] .rgy-bottombar-right .rgy-fullscreen-control:focus,
.rgy-panorama[data-scheme="bottom"] .rgy-bottombar-right .rgy-orientation-control:hover,
.rgy-panorama[data-scheme="bottom"] .rgy-bottombar-right .rgy-orientation-control:focus,
.rgy-panorama[data-scheme="bottom"] .rgy-bottombar-right .rgy-zoom-control > div:hover,
.rgy-panorama[data-scheme="bottom"] .rgy-bottombar-right .rgy-zoom-control > div:focus {
  background: transparent !important;
  box-shadow: none !important;
  opacity: 0.82;
}

.rgy-panorama[data-scheme="bottom"] .rgy-bottombar-center .rgy-panorama-title h2 a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.rgy-panorama[data-scheme="bottom"] .rgy-bottombar-center .rgy-panorama-title h2 a .fa {
  order: 2;
  margin-right: 0 !important;
  margin-left: 2px;
  vertical-align: middle !important;
  position: relative;
  top: 0;
}

.rgy-panorama[data-scheme="bottom"] .rgy-bottombar-right .rgy-bottombar-item,
.rgy-panorama[data-scheme="bottom"] .rgy-bottombar-right .rgy-zoom-control-wrapper,
.rgy-panorama[data-scheme="bottom"] .rgy-bottombar-right .rgy-zoom-control,
.rgy-panorama[data-scheme="bottom"] .rgy-bottombar-right .rgy-audio-dock,
.rgy-panorama[data-scheme="bottom"] .rgy-bottombar-right .rgy-guided-tour-dock {
  flex: 0 0 auto;
}

@media only screen and (min-width: 1025px) {
  .rgy-panorama[data-scheme="bottom"] .rgy-bottombar-right .rgy-orientation-control {
    display: none !important;
  }
}

@media only screen and (max-width: 767px) {
  .rgy-panorama[data-scheme="bottom"] {
    --rgy-bottombar-left-width: 34px;
    --rgy-bottombar-right-width: 190px;
  }

  .rgy-panorama[data-scheme="bottom"] .rgy-bottombar-left,
  .rgy-panorama[data-scheme="bottom"] .rgy-bottombar-right {
    gap: 1px !important;
  }

  .rgy-panorama[data-scheme="bottom"] .rgy-bottombar-right .rgy-bottombar-toggle,
  .rgy-panorama[data-scheme="bottom"] .rgy-bottombar-left .rgy-smartspot-toggle,
  .rgy-panorama[data-scheme="bottom"] .rgy-bottombar-right .rgy-audio-btn,
  .rgy-panorama[data-scheme="bottom"] .rgy-bottombar-right .rgy-guided-tour-btn,
  .rgy-panorama[data-scheme="bottom"] .rgy-bottombar-right .rgy-autorotate-control,
  .rgy-panorama[data-scheme="bottom"] .rgy-bottombar-right .rgy-fullscreen-control,
  .rgy-panorama[data-scheme="bottom"] .rgy-bottombar-right .rgy-orientation-control,
  .rgy-panorama[data-scheme="bottom"] .rgy-bottombar-right .rgy-zoom-control > div {
    width: 30px !important;
    min-width: 30px !important;
    height: 30px !important;
  }

  .rgy-panorama[data-scheme="bottom"] .rgy-bottombar-right .rgy-bottombar-item,
  .rgy-panorama[data-scheme="bottom"] .rgy-bottombar-right .rgy-zoom-control-wrapper,
  .rgy-panorama[data-scheme="bottom"] .rgy-bottombar-right .rgy-zoom-control,
  .rgy-panorama[data-scheme="bottom"] .rgy-bottombar-right .rgy-audio-dock,
  .rgy-panorama[data-scheme="bottom"] .rgy-bottombar-right .rgy-guided-tour-dock {
    min-height: 30px !important;
  }

  .rgy-panorama[data-scheme="bottom"] .rgy-bottombar-right .rgy-zoom-control-wrapper,
  .rgy-panorama[data-scheme="bottom"] .rgy-bottombar-right .rgy-zoom-control {
    height: 30px !important;
  }

  .rgy-panorama[data-scheme="bottom"] .rgy-bottombar-center .rgy-panorama-title h2,
  .rgy-panorama[data-scheme="bottom"] .rgy-bottombar-center .rgy-panorama-title h2 a {
    font-size: 12px;
  }
}


/* Revamped GY v1.1.74 bottom toolbar final mirror */
.rgy-panorama[data-scheme="bottom"] {
  --rgy-bottombar-height: 48px;
}

.rgy-panorama[data-scheme="bottom"] .rgy-toolbar-wrapper {
  top: auto !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 0 !important;
  padding: 0 10px !important;
}

.rgy-panorama[data-scheme="bottom"] .rgy-bottombar-left,
.rgy-panorama[data-scheme="bottom"] .rgy-bottombar-right {
  display: inline-flex !important;
  align-items: center !important;
  flex-wrap: nowrap !important;
  gap: 2px !important;
  min-width: 0 !important;
}

.rgy-panorama[data-scheme="bottom"] .rgy-bottombar-center {
  position: absolute !important;
  top: 0 !important;
  bottom: 0 !important;
  left: calc(var(--rgy-bottombar-left-width) + 12px) !important;
  right: calc(var(--rgy-bottombar-right-width) + 12px) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden !important;
  pointer-events: none !important;
}

.rgy-panorama[data-scheme="bottom"] .rgy-bottombar-center .rgy-panorama-title {
  width: 100% !important;
  margin: 0 !important;
}

.rgy-panorama[data-scheme="bottom"] .rgy-bottombar-center .rgy-panorama-title h2,
.rgy-panorama[data-scheme="bottom"] .rgy-bottombar-center .rgy-panorama-title h2 a {
  width: 100% !important;
  margin: 0 !important;
  line-height: var(--rgy-bottombar-height) !important;
  text-align: center !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

.rgy-panorama[data-scheme="bottom"] .rgy-bottombar-center .rgy-panorama-title h2 a {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 6px !important;
}

.rgy-panorama[data-scheme="bottom"] .rgy-bottombar-left .rgy-smartspot-anchor--bottom,
.rgy-panorama[data-scheme="bottom"] .rgy-bottombar-left .rgy-smartspot-toggle,
.rgy-panorama[data-scheme="bottom"] .rgy-bottombar-toggle,
.rgy-panorama[data-scheme="bottom"] .rgy-bottombar-right .rgy-audio-btn,
.rgy-panorama[data-scheme="bottom"] .rgy-bottombar-right .rgy-guided-tour-btn,
.rgy-panorama[data-scheme="bottom"] .rgy-bottombar-right .rgy-autorotate-control,
.rgy-panorama[data-scheme="bottom"] .rgy-bottombar-right .rgy-fullscreen-control,
.rgy-panorama[data-scheme="bottom"] .rgy-bottombar-right .rgy-orientation-control,
.rgy-panorama[data-scheme="bottom"] .rgy-bottombar-right .rgy-zoom-control > div {
  width: 40px !important;
  min-width: 40px !important;
  height: 40px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  align-self: center !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 10px !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #fff !important;
  float: none !important;
  line-height: 1 !important;
}

.rgy-panorama[data-scheme="bottom"] .rgy-bottombar-right .rgy-bottombar-item,
.rgy-panorama[data-scheme="bottom"] .rgy-bottombar-right .rgy-zoom-control-wrapper,
.rgy-panorama[data-scheme="bottom"] .rgy-bottombar-right .rgy-zoom-control,
.rgy-panorama[data-scheme="bottom"] .rgy-bottombar-right .rgy-audio-dock,
.rgy-panorama[data-scheme="bottom"] .rgy-bottombar-right .rgy-guided-tour-dock {
  display: inline-flex !important;
  align-items: center !important;
  align-self: center !important;
  flex: 0 0 auto !important;
  flex-wrap: nowrap !important;
  gap: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  min-height: 40px !important;
  white-space: nowrap !important;
}

.rgy-panorama[data-scheme="bottom"] .rgy-bottombar-right {
  justify-content: flex-end !important;
}

.rgy-panorama[data-scheme="bottom"] .rgy-bottombar-right .rgy-audio-hint,
.rgy-panorama[data-scheme="bottom"] .rgy-bottombar-right .rgy-guided-tour-hint {
  position: absolute !important;
  bottom: calc(100% + 8px) !important;
  right: 0 !important;
  margin: 0 !important;
  transform: none !important;
  text-align: right !important;
}

.rgy-panorama[data-scheme="bottom"] .rgy-smartspot-panel--bottom {
  left: 10px !important;
  right: auto !important;
  bottom: calc(var(--rgy-bottombar-height) + 8px) !important;
}

@media only screen and (min-width: 1025px) {
  .rgy-panorama[data-scheme="bottom"] .rgy-bottombar-right .rgy-orientation-control {
    display: none !important;
  }
}

@media only screen and (max-width: 767px) {
  .rgy-panorama[data-scheme="bottom"] {
    --rgy-bottombar-height: 44px;
  }

  .rgy-panorama[data-scheme="bottom"] .rgy-toolbar-wrapper {
    padding: 0 6px !important;
  }

  .rgy-panorama[data-scheme="bottom"] .rgy-bottombar-left,
  .rgy-panorama[data-scheme="bottom"] .rgy-bottombar-right {
    gap: 1px !important;
  }

  .rgy-panorama[data-scheme="bottom"] .rgy-bottombar-left .rgy-smartspot-anchor--bottom,
  .rgy-panorama[data-scheme="bottom"] .rgy-bottombar-left .rgy-smartspot-toggle,
  .rgy-panorama[data-scheme="bottom"] .rgy-bottombar-toggle,
  .rgy-panorama[data-scheme="bottom"] .rgy-bottombar-right .rgy-audio-btn,
  .rgy-panorama[data-scheme="bottom"] .rgy-bottombar-right .rgy-guided-tour-btn,
  .rgy-panorama[data-scheme="bottom"] .rgy-bottombar-right .rgy-autorotate-control,
  .rgy-panorama[data-scheme="bottom"] .rgy-bottombar-right .rgy-fullscreen-control,
  .rgy-panorama[data-scheme="bottom"] .rgy-bottombar-right .rgy-orientation-control,
  .rgy-panorama[data-scheme="bottom"] .rgy-bottombar-right .rgy-zoom-control > div {
    width: 34px !important;
    min-width: 34px !important;
    height: 34px !important;
    border-radius: 8px !important;
  }

  .rgy-panorama[data-scheme="bottom"] .rgy-bottombar-right .rgy-bottombar-item,
  .rgy-panorama[data-scheme="bottom"] .rgy-bottombar-right .rgy-zoom-control-wrapper,
  .rgy-panorama[data-scheme="bottom"] .rgy-bottombar-right .rgy-zoom-control,
  .rgy-panorama[data-scheme="bottom"] .rgy-bottombar-right .rgy-audio-dock,
  .rgy-panorama[data-scheme="bottom"] .rgy-bottombar-right .rgy-guided-tour-dock {
    min-height: 34px !important;
  }

  .rgy-panorama[data-scheme="bottom"] .rgy-bottombar-center .rgy-panorama-title h2,
  .rgy-panorama[data-scheme="bottom"] .rgy-bottombar-center .rgy-panorama-title h2 a {
    font-size: 13px !important;
  }
}
