::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}

::-webkit-scrollbar {
  width: 6px;
  background-color: #f5f5f5;
}

::-webkit-scrollbar-thumb {
  background-color: #2caf1c;
}

.d-none {
  display: none !important;
}

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.container1 {
  position: relative;
  height: 100%;
  text-align: -webkit-center;
}

.container2 {
  position: absolute;
  height: 100%;
  text-align: -webkit-center;
  z-index: 2;
  width: 100%;
  left: 0;
  top: 0;
}

.arial-shoot {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 15;
}

.arial-shoot img {
  width: 100%;
  height: 100%;
}

.loader-backdrop {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgb(0 0 0 / 70%);
  z-index: 15;
}

.loader {
  border: 16px solid #f3f3f3;
  border-top: 16px solid #3498db;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
  display: block;
  margin: auto;
  margin-top: 332px;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

a {
  cursor: pointer;
}

#video-controls {
  width: fit-content;
}

.intro-banner {
  position: absolute;
  z-index: 4;
  width: 100%;
  height: 100%;
}

.intro-banner img {
  width: 100%;
  height: 100%;
}

.container1 .plyr--video {
  z-index: 1;
  height: 100%;
}

.container2 .plyr--video,
.container3 .plyr--video {
  height: 100%;
}

.image-360 {
  position: absolute;
  right: 0px;
  bottom: 20px;
  z-index: 4;
  display: block;
  color: #fff;
  /* background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .7)); */
  padding: 0px 20px;
}

.image-360 img {
  width: 90px;
}

#home {
  position: fixed;
  left: 0px;
  top: 120px;
  z-index: 9999;
  display: block;
  color: #fff;
  background-color: #fff;
  width: 50px;
  padding: 10px;
}

#home img {
  width: 30px;
}

#videoMode {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: calc(100% - 80px);
  z-index: 4;
  display: flex;
  color: #fff;
}

a.tour {
  color: #fff;
  width: 250px;
  background-color: #2caf1c;
  margin-right: 20px;
  font-size: 16px;
  display: block;
  padding: 5px 10px;
  text-decoration: none;
  text-transform: uppercase;
}

.list-group {
  position: absolute;
  top: 20px;
  width: 300px;
  right: 4em;
  z-index: 3;
  padding: 0 10px;
}

.management-speak-group {
  position: absolute;
  left: 2%;
  top: calc(100% - 70px);
  z-index: 4;
}

a.management-speak {
  color: #000;
  width: fit-content;
  background-color: rgba(255, 255, 255, 0.5);
  margin-right: 20px;
  font-size: 16px;
  display: block;
  padding: 8px 15px 12px;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 1;
}

a.management-speak:hover {
  background-color: rgba(255, 255, 255, 1);
}

.list-title {
  background: #fff;
  font-size: 20px;
  text-transform: uppercase;
  text-align: left;
  padding: 0;
  min-height: 40px;
}

.list-content {
  background: #fff;
  color: #000;
  font-size: 20px;
  text-transform: capitalize;
  max-height: 400px;
  overflow-y: scroll;
  margin-right: -1px;
}

.list-title a {
  color: #000;
  text-decoration: none;
  padding: 10px;
  font-size: 14px;
  min-height: 40px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 10px;
}

a.title-name {
  display: block;
  text-align: left;
  padding: 10px;
  line-height: 1;
  border-bottom: 1px solid #444;
  color: #000;
  font-size: 14px;
}

a.title-name:hover,
a.title-name:focus {
  color: #2caf1c;
  text-decoration: none;
}

a.title-name.current-track,
a.title-name.current-track:hover,
a.title-name.current-track:focus {
  background-color: #2caf1c;
  color: #fff;
}

.list-title:after {
  content: "";
  position: absolute;
  right: 9px;
  width: 40px;
  top: 0;
  height: 40px;
}

.inactive.list-title:after {
  background: url(https://video-media.toyotabharat.com/images/ecozone-virtual-tour/assets/down-arrow-icon.png);
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: center;
  background-color: #2caf1c;
}

.active.list-title:after {
  background: url(https://video-media.toyotabharat.com/images/ecozone-virtual-tour/assets/right-arrow-icon.png);
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: center;
  background-color: #2caf1c;
}

.hotspot.active {
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  z-index: 9999;
  background: rgb(0 0 0 / 60%);
}

.hotspot a,
.hotspot a:not([href]):not([tabindex]) {
  color: #fff;
  text-transform: uppercase;
}

.hotspot a:before {
  content: "";
  background: url(https://video-media.toyotabharat.com/images/ecozone-virtual-tour/assets/pointer-icon.png);
  width: 30px;
  height: 30px;
  position: inherit;
  background-size: 16px;
  background-repeat: no-repeat;
  margin: 1px -26px;
}

.hotspot-popup {
  display: flex;
  align-items: flex-start;
  width: 60%;
  justify-content: center;
  position: absolute;
  z-index: 6;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #fff;
}

.hotspot-popup img.hotspotImage {
  width: 50%;
  height: auto;
}

.hotspot-popup .description {
  position: relative;
  left: -0;
  bottom: 0px;
  width: 50%;
  background: #fff;
  text-align: left;
}

.hotspot-popup .description h1 {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: normal;
}

.hotspot-popup .description h1,
.hotspot-popup .description p {
  padding: 0 35px 0 15px;
}

.hotspot-popup .description p {
  font-size: 14px;
  height: auto;
  overflow-y: scroll;
  max-height: 240px;
  line-height: 1.5;
}

.hotspot-popup .description p > br {
  display: block;
  height: 5px;
  line-height: 0;
}

.hotspot-popup span.close-button {
  content: "";
  background: url(https://video-media.toyotabharat.com/images/ecozone-virtual-tour/assets/x-icon.png);
  background-repeat: no-repeat;
  float: right;
  background-color: #2caf1c;
  width: 30px;
  height: 30px;
  background-size: 16px;
  background-position: center;
  position: absolute;
  top: 0px;
  right: 0px;
  cursor: pointer;
  /* box-shadow: -2px 2px 1px 1px #308925; */
}

/* Could Use thise as well for Individual Controls */
/* video::-webkit-media-controls {
    display: none;
} */
.plyr--full-ui input[type="range"] {
  color: #2caf1c;
}

.plyr--video .plyr__progress__buffer {
  color: rgb(175 173 173 / 25%);
}

.plyr--video .plyr__controls {
  width: calc(100% - 130px);
  background: transparent;
  bottom: 0;
}

.panoroma-div {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 8;
  background: rgb(12 12 11 / 70%);
  top: 0;
  left: 0;
}

.panoroma-div .close-button {
  z-index: 9;
  width: 100px;
  right: 0;
  top: 0;
  width: 30px;
  height: 30px;
  content: "";
  background: url(https://video-media.toyotabharat.com/images/ecozone-virtual-tour/assets/x-icon.png);
  background-repeat: no-repeat;
  float: right;
  background-color: #2caf1c;
  width: 40px;
  height: 40px;
  background-size: 16px;
  background-position: center;
  position: relative;
  border: 0;
  cursor: pointer;
}

.panoroma-intro .close-button {
  position: absolute;
}

#panorama {
  width: 100%;
  height: 100%;
  top: -40px;
  position: relative;
}

#controls {
  position: absolute;
  bottom: 0;
  z-index: 2;
  text-align: center;
  width: 100%;
  padding-bottom: 3px;
}

.ctrl {
  padding: 8px 5px;
  width: 30px;
  text-align: center;
  background: rgba(200, 200, 200, 0.8);
  display: inline-block;
  cursor: pointer;
}

.ctrl:hover {
  background: rgba(200, 200, 200, 1);
}

.video-auto-play {
  position: absolute;
  top: calc(100% - 55px);
  left: 0;
  width: calc(100% - 245px);
  height: 55px;
  z-index: 9;
}

div#managementSpeakPopUp {
  width: 65%;
  height: 740px;
  position: fixed;
  top: 100px;
  left: 18%;
  z-index: 13;
  background: #fff;
  margin: 0 auto;
  padding-top: 20px;
}

.backdrop {
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  background: rgb(0 0 0 / 80%);
  z-index: 9;
}

#managementSpeakPopUp span.close-button {
  z-index: 14;
  width: 100px;
  right: 0;
  top: 0;
  width: 30px;
  height: 30px;
  content: "";
  background: url(https://video-media.toyotabharat.com/images/ecozone-virtual-tour/assets/x-icon.png);
  background-repeat: no-repeat;
  float: right;
  background-color: #2caf1c;
  width: 40px;
  height: 40px;
  background-size: 16px;
  background-position: center;
  position: absolute;
  border: 0;
  cursor: pointer;
}

#managementSpeakPopUp .management-content {
  overflow-y: scroll;
  height: 100%;
  width: 100%;
}

.management-content .image {
  width: calc(30% - 40px);
  margin: 10px 20px;
}

.management-content .image img {
  width: 100%;
  margin-bottom: 5px;
}

.right-side.d-flex {
  padding-left: 10px;
}

.management-content h1 {
  font-size: 30px;
}

.management-content h1,
.management-content p strong {
  text-align: center;
}

.management-content .desc {
  width: calc(70% - 40px);
  margin: 10px;
}

.management-content p {
  font-size: 12px;
  line-height: 1.4;
}

.management-content .desc p {
  text-align: left;
}

.management-content .image p {
  text-align: center;
}

.management-content .image p strong {
  font-size: 14px;
}

.hotspotmappedImage img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.subHotspotmappedImage img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}

.hotspot-popup video {
  position: relative;
  width: 50%;
  min-width: auto;
  top: 0;
  left: 0;
  height: auto;
}

a#subCat {
  color: #2caf1c;
  background-color: #fff;
  width: fit-content;
  margin-right: 20px;
  font-size: 16px;
  display: block;
  padding: 6px 15px 10px;
  text-decoration: none;
  text-transform: uppercase;
  position: absolute;
  z-index: 5;
  top: 82%;
  left: 0;
  right: 0;
  margin: 0 auto;
}

a#arialShot {
  color: #2caf1c;
  background-color: #fff;
  width: fit-content;
  margin-right: 20px;
  font-size: 16px;
  display: block;
  padding: 6px 15px 10px;
  text-decoration: none;
  text-transform: uppercase;
  position: absolute;
  left: 0;
  bottom: 12%;
  z-index: 99;
  right: 0;
  margin: 0 auto;
  line-height: 1;
}

img[usemap] {
  border: none;
  max-width: 100%;
  max-height: 100%;
}

.introContainer {
  position: absolute;
  height: 100%;
  text-align: -webkit-center;
  z-index: 4;
  width: 100%;
  left: 0;
  top: 0;
}

a.intro-button {
  color: #fff;
  background-color: #2caf1c;
  right: 7em !important;
}

a.intro-button,
a.next-button,
a.previous-button {
  display: block;
  position: absolute;
  width: 180px;
  margin-right: 0px;
  font-size: 16px;
  display: block;
  padding: 6px 8px 8px;
  text-decoration: none;
  text-transform: uppercase;
  bottom: 120px;
  text-align: center;
  z-index: 9999;
}

a.intro-button,
a.next-button {
  right: 2rem;
}

a.next-button {
  right: calc(50% - 192px);
  bottom: 30px;
}

a.previous-button {
  left: calc(50% - 192px);
  bottom: 30px;
}

a.next-button,
a.previous-button {
  z-index: 3;
  color: #2caf1c;
  background-color: #fff;
}

a.disabled {
  /* cursor: not-allowed;
    pointer-events: none; */
  color: #0d7801;
  /* background-color: #b7b3b3; */
}

.next-button.disabled {
  cursor: not-allowed;
  pointer-events: none;
  color: #0d7801;
  background-color: #b7b3b3;
}

@media screen and (orientation: portrait) {
  .landscape {
    display: none;
  }

  .portrait {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    padding: 30px 50px;
    text-align: center;
  }
}

@media only screen and (orientation: landscape) {
  .landscape {
    display: block;
    position: relative;
    height: 90vh;
  }

  .portrait {
    display: none;
  }
}

/* .intro-banner .image-360 {display: none;} */
.pnlm-load-button {
  z-index: 999;
}
