.mt-1 {
  margin-top: 6px;
}

.mt-2 {
  margin-top: 12px;
}

.mt-3 {
  margin-top: 18px;
}

.mt-4 {
  margin-top: 24px;
}

.mb-1 {
  margin-bottom: 6px;
}

.mb-2 {
  margin-bottom: 12px;
}

.mb-3 {
  margin-bottom: 18px;
}

.mb-4 {
  margin-bottom: 24px;
}

.mr-1 {
  margin-right: 6px;
}

.mr-2 {
  margin-right: 12px;
}

.mr-3 {
  margin-right: 18px;
}

.mr-4 {
  margin-right: 24px;
}

.ml-1 {
  margin-left: 6px;
}

.ml-2 {
  margin-left: 12px;
}

.ml-3 {
  margin-left: 18px;
}

.ml-4 {
  margin-left: 24px;
}

.ml-a {
  margin-left: auto;
}

.pr-1 {
  padding-right: 6px;
}

.pr-2 {
  padding-right: 12px;
}

.pr-3 {
  padding-right: 18px;
}

.pr-4 {
  padding-right: 24px;
}

.pl-1 {
  padding-left: 6px;
}

.pl-2 {
  padding-left: 12px;
}

.pl-3 {
  padding-left: 18px;
}

.pl-4 {
  padding-left: 24px;
}

.flex {
  display: flex;
}

.flex-center {
  align-items: center;
}

.flex-baseline {
  align-items: baseline;
}

.flex-g1 {
  flex-grow: 1;
}

.flex-sb {
  justify-content: space-between;
}

.flex-end {
  align-self: flex-end;
}

.flex-gap-1 {
  gap: 10px;
}

.text-red {
  color: red;
}

.text-bold {
  font-weight: bold;
}

.pointer {
  cursor: pointer;
}

.as-link {
  color: #23527c;
}

.green {
  color: #79B65A;
}

.app__card {
  border: 1px solid #cfcfcf;
  border-radius: 0 0 3px 3px;
  min-height: 270px;
}
.app__content {
  padding: 12px;
}

.publication-status {
  margin-bottom: 0;
}

.publication-status input[type=radio] {
  position: relative;
  display: inline-block;
  z-index: 30;
}

.pano__card {
  border: 1px solid #cfcfcf;
  border-radius: 0 0 3px 3px;
  min-height: 270px;
}
.pano__card__footer {
  display: flex;
  align-items: center;
}
.pano__edit-link {
  position: relative;
  width: 100%;
  display: block;
}
.pano__edit-link:hover {
  opacity: 0.7;
}
.pano__edit-icon {
  position: absolute;
  top: 0;
  height: 40px;
  width: 34px;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 10px;
}
.pano__size {
  position: absolute;
  top: 0;
  right: 0;
  height: 40px;
  width: auto;
  text-align: right;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 10px;
}
.pano__content {
  padding: 12px;
}
.pano__add {
  height: 200px;
  width: 350px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px dotted #cfcfcf;
  min-height: 270px;
}
.pano__add:hover {
  text-decoration: none;
}
.pano__add:hover span {
  transform: scale(3);
  transition: all 0.5s;
}

.xray-badge {
  display: inline-block;
}
.xray-badge svg {
  display: inline-block;
  vertical-align: bottom;
}

.panorama {
  position: relative;
}

.pano-item {
  position: absolute;
}

.draggable {
  position: absolute;
  cursor: move;
}

.intro-pano-hotspot {
  width: 20px;
  height: 20px;
  background: rgba(131, 122, 255, 0.7);
  border: 3px solid rgb(131, 122, 255);
  border-radius: 50%;
}

.pano-hotspot {
  width: 20px;
  height: 20px;
  background: rgba(255, 0, 0, 0.5);
  border: 2px solid rgba(255, 0, 0, 0.8);
  border-radius: 50%;
}

.width_marning {
  display: none;
}
@media (max-width: 1200px) {
  .width_marning {
    display: block;
    border: 1px solid red;
    min-height: 50px;
    color: red;
    background-color: rgba(155, 0, 0, 0.2);
    text-align: center;
    font-size: 16px;
    line-height: 40px;
    font-weight: bold;
  }
}

.pano-directional {
  width: 20px;
  height: 20px;
  background: rgba(255, 214, 15, 0.6);
}
.pano-directional.first {
  border-top: 2px solid rgba(0, 0, 0, 0.7);
  border-left: 2px solid rgba(0, 0, 0, 0.7);
}
.pano-directional.second {
  border-bottom: 2px solid rgba(0, 0, 0, 0.7);
  border-right: 2px solid rgba(0, 0, 0, 0.7);
}

.pano-pin {
  width: 20px;
  height: 20px;
  background: rgba(61, 100, 255, 0.4);
}
.pano-pin.first {
  border-top: 2px solid rgba(0, 0, 0, 0.7);
  border-left: 2px solid rgba(0, 0, 0, 0.7);
}
.pano-pin.second {
  background-image: url("../imgs/pin.png");
}

.pano-overlay-marker {
  width: 20px;
  height: 20px;
  background: rgba(75, 255, 77, 0.2);
}
.pano-overlay-marker.second {
  border-bottom: 3px solid rgb(84, 238, 86);
  border-right: 3px solid rgb(84, 238, 86);
}

.pano-video-overlay-marker {
  width: 20px;
  height: 20px;
  background: rgba(130, 63, 222, 0.2);
}
.pano-video-overlay-marker.first {
  border-top: 3px solid rgb(130, 63, 222);
  border-left: 3px solid rgb(130, 63, 222);
}
.pano-video-overlay-marker.second {
  border-bottom: 3px solid rgb(84, 238, 86);
  border-right: 3px solid rgb(84, 238, 86);
}

.pano-overlay {
  opacity: 0.7;
}

.xrayspot {
  min-width: 20px;
  min-height: 20px;
  border: 3px solid rgb(179, 71, 162);
  border-radius: 50%;
  animation: pulse 1.2s infinite alternate;
}

@keyframes pulse {
  0% {
    background: rgba(255, 90, 228, 0.39);
  }
  100% {
    background: rgba(255, 90, 228, 0.98);
  }
}
.hotspot-tooltip {
  visibility: hidden;
  width: auto;
  background-color: rgba(255, 250, 32, 0.6);
  color: #000;
  text-align: center;
  padding: 5px;
  border-radius: 2px;
  margin-left: 20px;
  position: absolute;
  z-index: 1;
}

.pano-item:hover .hotspot-tooltip {
  visibility: visible;
}

.modal__bg {
  position: fixed;
  height: 100%;
  z-index: 1000;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  top: 0;
  left: 0;
  transform: scale(1.1);
  transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
}
.modal-content {
  height: auto;
  max-height: 95vh;
  overflow-y: scroll;
}
.modal--show {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  transition: visibility 0s linear 0s, opacity 0.25s 0s;
}
.modal__menu {
  display: flex;
}

.push-right {
  margin-left: auto;
}

.spinner, .spinner-grey {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  animation: spin 1s ease-in-out infinite;
  -webkit-animation: spin 1s ease-in-out infinite;
}

.spinner-grey {
  border: 3px solid rgba(0, 0, 0, 0.3);
  border-top-color: #fff;
}

@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}
.htmx-indicator {
  display: none;
}

.htmx-request .loader {
  display: block;
}

.htmx-request.loader {
  display: block;
}

.loader {
  position: relative;
  width: 80px;
  height: 80px;
  margin: 0 auto;
}

.loader div {
  display: inline-block;
  position: absolute;
  left: 8px;
  width: 16px;
  background: #999;
  animation: loader 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}

.loader div:nth-child(1) {
  left: 8px;
  animation-delay: -0.24s;
}

.loader div:nth-child(2) {
  left: 32px;
  animation-delay: -0.12s;
}

.loader div:nth-child(3) {
  left: 56px;
  animation-delay: 0;
}

@keyframes loader {
  0% {
    top: 8px;
    height: 64px;
  }
  50%, 100% {
    top: 24px;
    height: 32px;
  }
}
.indiv-spinner-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 100;
  min-height: 100px;
  top: 0;
}

.htmx-request .htmx-indicator {
  width: 100%;
  height: 100%;
  display: flex;
}

.htmx-request.htmx-indicator {
  width: 100%;
  height: 100%;
  display: flex;
}

.htmx-indicator {
  display: none;
  height: 0;
  width: 0;
}

.indiv-spinner {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 8px solid;
  border-color: #E4E4ED;
  border-right-color: #000000;
  animation: s2 1s infinite linear;
}

@keyframes s2 {
  to {
    transform: rotate(1turn);
  }
}
.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  background-color: #f1f1f1;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropbtn {
  background-color: #3e8e41;
}

.mapboxgl-map {
  height: 600px;
  width: 100%;
}

.waypointMarker {
  background-image: url("/static/imgs/waypoint.svg");
  display: block;
  padding: 0;
  width: 32px;
  height: 32px;
}

.stationMarker {
  background-image: url("/static/imgs/marker.svg");
  display: block;
  padding: 0;
  width: 27px;
  height: 41px;
}

.mapboxgl-ctrl-geocoder {
  width: 100%;
}

.table--equal-width {
  table-layout: fixed;
  width: 100%;
}
.table--equal-width td {
  width: auto;
}

.table.table--slim > thead > tr > th {
  padding-left: 4px;
  padding-right: 0;
}
.table.table--slim > tbody > tr > td {
  padding-left: 4px;
  padding-right: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}

.nowrap {
  white-space: nowrap;
}

.popup__overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  z-index: 9999;
}

.popup__:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 30%;
  position: relative;
  transition: all 5s ease-in-out;
}

.popup__close {
  color: red;
  position: absolute;
  top: -5px;
  right: 10px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
}

.popup__close:hover {
  color: #06D85F;
}

.popup__content {
  max-height: 30%;
  overflow: auto;
}

.popup {
  width: 70%;
}

.message.alert-danger {
  color: #fff;
  background-color: #ff0000;
  border-color: #fff;
  font-weight: bold;
}

.targets {
  display: grid;
  grid-template-columns: [title] auto [versions] auto [end];
  column-gap: 10px;
  row-gap: 20px;
}

body {
  background-color: #e5e9ec;
}

.content {
  padding: 1em;
  background-color: white;
  border: 1px solid #F0F0F0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.content.no-header {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.header {
  padding: 0.5em 1em;
  background-color: #79B65A;
  border: 1px solid #F0F0F0;
  border-bottom: 0;
  color: #fff;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.no-margin {
  margin-top: 0;
}

.mt {
  margin-top: 16px;
}

.hr {
  height: 4px;
}

.hr-warning {
  background-image: -webkit-linear-gradient(left, rgba(210, 105, 30, 0.8), rgba(210, 105, 30, 0.6), rgba(0, 0, 0, 0));
}

.hr-success {
  background-image: -webkit-linear-gradient(left, rgba(15, 157, 88, 0.8), rgba(15, 157, 88, 0.6), rgba(0, 0, 0, 0));
}

.hr-primary {
  background-image: -webkit-linear-gradient(left, rgba(66, 133, 244, 0.8), rgba(66, 133, 244, 0.6), rgba(0, 0, 0, 0));
}

.hr-danger {
  background-image: -webkit-linear-gradient(left, rgba(244, 67, 54, 0.8), rgba(244, 67, 54, 0.6), rgba(0, 0, 0, 0));
}

/*# sourceMappingURL=archistoire.css.map */
