.project-wrapper {
  padding: 40px 10px;
}

.menu-wrapper {
  height: 100%;
  position: relative;
  display: flex;
  display: -webkit-flex;
 -webkit-align-items: center;
  -webkit-justify-content: space-between;
  align-items: center;
  justify-content: center;
}

.menu {
  position: absolute;
  top: 30px;
}

.menu-inner {
  height: 100%;
  width: 100%;
}

.sceneButtons {
  display: flex;
}

.scene-wrapper {
  box-sizing: border-box;
  border: 4px solid #2C2C2C;
  min-width: 260px;
  max-width: 440px;
  margin: 6px 3px;
  display: inline-flex;
  flex-direction: column;
}

.scene-inner {
  min-height: 130px;
  height: 220px;
}

.project-inner {
  display: flex;
  display: -webkit-flex;
  -webkit-justify-content: space-around;
  flex-flow: row wrap;
  justify-content: space-around;
  width: 100%;
}

.tooltip .note {
  right: 0;
  top: 100%;
  visibility: hidden;
  padding: 10px;
  color: white;
  background-color: black;
  text-align: center;
  border-radius: 6px;

  width: 150px;
  position: absolute;
  z-index: 5;
}

.tooltip {
  user-select: none;
  display: inline-block;
  width: 13px;
  height: 13px;
}

.tooltip:hover .note, .tooltip:focus .note {
  visibility: visible;
}

.menu-section-inner {
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 3px;
}

.menu-section-wrapper {
  padding-top: 10px;
  display: inline-block;
  text-align: center;
}

.menu-section-wrapper:hover, .menu-section-wrapper:focus {
  background-color: #DB7D0F;
}

.menu-section-wrapper:hover .label-wrapper, .menu-section-wrapper:focus .label-wrapper {
  display: flex;
}

.label-wrapper {
  z-index: 4;
  position: absolute;
  right: 0;
  left: 0;
  display: none;
  background-color: #C57B25;
  -webkit-justify-content: center;
  justify-content: center;
  flex-direction: column;
}

.label-inner {
  text-align: end;
  cursor: pointer;
  user-select: none;
  margin: 0 2px;
  display: inline-block;
}

.label-inner:hover, .label-inner:focus {
  background-color: #DB7D0F;
}

.label {
  white-space: nowrap;
  cursor: pointer;
  padding: 5px;
  display: block;
}

.scene-button {
  height: 26px;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: bold;
  padding: 4px;
}

.pnlm-controls-container {
  -webkit-align-items: center;
  align-items: center;
}

.pnlm-orientation-button-inactive {
  border: none;
  border-radius: none;
  background-color: #2A99BC;
}

.pnlm-orientation-button-inactive:hover {
  background-color: #10AEE0;
}

.pnlm-orientation-button-active {
  border: none;
  border-radius: none;
  background-color: #10AEE0;
}

.pnlm-orientation-button-active:hover {
  background-color: #2A99BC;
}

.highlighted {
  transition: .3s;
  background-color: #10AEE0;
}

.title {
  white-space: nowrap;
}

.scene-title {
  position: absolute;
  background-color: #1DBF4A;
  line-height: 90%;
  font-family: Rajdhani;
  font-style: normal;
  color: #2C2C2C;
  font-weight: bold;
  font-size: 18px;
  z-index: 2;
  padding: 5px;
  left: 4px;
  top: 4px;
}

.pnlm-load-button {
  text-transform: uppercase;
  background: rgba(44, 44, 44, 0.3);
}

.scene-load-button {
  width: auto;
  height: auto;
  cursor: pointer;
  color: #EAEAEA;
  line-height: 90%;
  font-style: normal;
  font-size: 18px;
  padding: 12px 16px 10px 16px;
  z-index: 3;
  box-sizing: border-box;
  text-align: center;
  color: #EAEAEA;
  cursor: pointer;
  transition: 0.2s;
  background-color: #2A99BC;
}
.scene-load-button:hover {
  transition: 0.3s;
  background-color: #10AEE0;
}

.pnlm-fullscreen-toggle-button {
  border: none;
  border-radius: 0;
  background-color: #2A99BC;
}
.pnlm-fullscreen-toggle-button:hover {
  background-color: #10AEE0;
}

.copyMenu .tag {color: #000080}
.copyMenu .attribute {color: #008fb2;}
.copyMenu .value {color: #d14}
.copyMenu .option {
  color: #1000ff;
  text-decoration: underline;
  cursor: pointer;
  font-weight: bold;
}

.copyMenu {
  line-height: 14px;
  font-size: 11px;
  margin-top: 2px;
  word-break: break-all;
}

.copyMenuButtons {
  display: flex;
  align-self: center;
}

.searchParam {
  color: #001f0e;
  font-weight: bold;
}

.no-scroll {
  overflow: hidden;
}

.pano-fullscreen {
  padding: 0;
  margin: 0;
  top: 0;
  left: 0;
  width: 100vw;
  /* height: 100vh; */
  min-height: -webkit-fill-available;
  position: fixed;
  z-index: 999;
}

.green {background-color: #3cad69 !important}

.copyMenuWrapper {
  background-color: #EAEAEA;
  position: relative;
  display: flex;
}

.copyMenuButton {
  text-transform: uppercase;
  user-select: none;
  padding: 16px 6px 3px 6px;
  font-weight: bold;
  font-size: 18px;
  background-color: #2A99BC;
  margin: 4px;
}
.copyMenuButton:hover {background-color: #10AEE0}

.copyMenuOverlay {
  justify-content: center;
  display: flex;
  top: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(44, 44, 44, 0.7);
}

.pnlm-controls-container {
  top: auto;
  left: auto;
  bottom: 0;
  right: 4px;
  display: flex;
  flex-direction: row-reverse;
}

.pnlm-controls {margin: 0 2px 4px 0}
.sceneButton:focus {outline:0}

.edit-code-button {
  font-size: 18px;
  padding: 16px 6px 3px 6px;
  margin: 4px;
}

@media only screen and (max-width: 600px) {
  .scene-wrapper {
    margin: 6px 0;
    max-width: 100%;
  }
}

@media only screen and (max-width: 460px) {
  .header-bottom-inner {
    padding: 20px 10px 20px 10px;
    box-sizing: border-box;
  }
  .menu-inner {
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: flex-start;
    position: relative;
  }
  .menu-section-inner {
    position: static;
  }
  .label-wrapper {
    top: 0;
    bottom: 0;
    left: auto;
  }
  .label {
    font-size: 20px;
  }
}

@media only screen and (min-width: 600px) and (max-width: 1120px) {
  .scene-wrapper {
    max-width: 48%;
  }
}

@media only screen and (min-width: 1120px) and (max-width: 1680px) {
  .scene-wrapper {
    max-width: 32%;
  }
}

@media only screen and (min-width: 1680px) {
  .scene-wrapper {
    margin: 10px 3px;
    max-width: 600px;
  }
  .scene-inner {
    height: 300px;
  }
}
