/*!
 * Photo Sphere Viewer 4.7.0
 * @copyright 2014-2015 Jérémy Heleine
 * @copyright 2015-2022 Damien "Mistic" Sorel
 * @licence MIT (https://opensource.org/licenses/MIT)
 */
.psv-settings-item-label {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: bold;
}
.psv-settings-item-value {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.psv-settings-item-icon {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  height: 1em;
  width: 1em;
}
.psv-settings-item-icon svg {
  width: 1em;
  height: 1em;
}
.psv-settings-item-icon:first-child {
  margin-right: 1em;
}
.psv-settings-item-icon:last-child {
  margin-left: 1em;
}
.psv-settings-item--header {
  border-bottom: 1px solid currentcolor;
  margin-bottom: 1em;
}
.psv-settings-item--header svg {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.psv-settings-badge {
  position: absolute;
  top: 10%;
  right: 10%;
  border-radius: 0.2em;
  padding: 0.2em;
  background: #111;
  color: white;
  font: 10px/0.9 monospace;
}

.psv-settings-menu {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.psv-settings-menu .psv-panel-menu-list {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-bottom: 20px;
}
/*# sourceMappingURL=settings.css.map */