{% load static%}

@import url('https://fonts.googleapis.com/css?family=Poppins:200i,400&display=swap');

@font-face {
  font-family: "Chromatica";
  src: local("Chromatica"),
    url(../fonts/Chromatica-Regular.woff2) format("woff2");
}
ul.menu a, ul.submenu a {
  color: #ffffff !important;
}

:root {
  --color-white: #f3f3f3;
  --color-darkblue: #1b1b32;
  --color-darkblue-alpha: rgba(27, 27, 50, 0.8);
  /* --color-green: #37af65; */
  --color-button: linear-gradient(
    115deg,
    rgba(23, 180, 250, 0.8),
    rgba(43, 66, 223, 0.7));
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  font-family: sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  color: var(--color-white);
  margin: 0;
  color: #333;
}

/* mobile friendly alternative to using background-attachment: fixed */
body::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  /*background-image: linear-gradient( 115deg, rgb(29 29 29 / 80%), rgb(8 8 8 / 85%) ), url(background.jpg);*/
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: black !important;
}

h1 {
  font-weight: 400;
  line-height: 1.2;
}

p {
  font-size: 1.125rem;
}

h1,
p {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

label {
  display: flex;
  align-items: center;
  font-size: 1rem;
  margin-bottom: 0.5rem;
}

.logo-img {
  width: 120px;
}

input,
button,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color:  #333;
}

button {
  border: none;
}

.footer { 
  position: relative;
  width: 100%;
  padding: 30px;
  bottom: 0px;
  background-color: black;
}

.footer p { 
  color: white; 
  text-align: center;
  margin: auto 0;
}

.container {
  max-width: 100% !important;
  margin: auto;
  min-height: 100vh;
  padding: 30px 40px !important;
  justify-content: center;
  background-color: #010101;
}

.container.p-0 {
  padding:  0 !important;
}

/* width */
::-webkit-scrollbar {
  width: 3px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

div.breadcrumbs {
  background: #07203ff5;
  padding: 12px 40px;
  border: none;
  font-size: 16px;
  color: #ffffff;
  text-align: left;
  line-height: 1.3;
}

div.breadcrumbs a {
  color: #fff;
  text-decoration: none;
}

div.breadcrumbs a:focus, div.breadcrumbs a:hover {
  color: #c4dce8;
}

.container .cameras {
  display: flex;
  flex-wrap: wrap;
}

.camera {
  width: 23%;
  padding: 0px;
  margin: 1%;
  text-align: center;
  color: #142136;
  border: 3px solid #010101d4;
  background-color: #ffffff;
  border-radius: 6px;
}

.camera-info {
  width: 46%;
  padding: 0px;
  margin: 1%;
  text-align: center;
  color: white;
  border: 3px solid #0095da;
  background-color: #0095da;
  border-radius: 6px;
}

.camera:hover {
  box-shadow: 0px 0px 6px 2px #3a3a3a;
}

.camera img {
  width: 100%;
  height:  210px;
  object-fit: contain;
  object-position: center;
}

.camera a {
  color: #07203ff5;
  text-decoration: none;
  font-weight: 400;
  font-size: 12px;
}

.cam-info {
  padding: 8px;
}

.camera h3 {
  margin: 5px;
  font-size: 14px;
}

.camera p {
  font-size: 12px;
  margin: 5px;
}
.navigators {
  display: flex;
  justify-content: space-around;
}

.navigators a {
  color: #FFFFFF;
  font-size: 1.2rem;
  text-decoration: none;
}

#google_translate_element { 
  border-style: solid; 
  background-color: white; 
  width: 170px;
  opacity: 0.7;
  margin: auto;
  margin-top: 15px;
  display: none;
} 

/*@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
*/

.d-flex {
  display: flex;
}

.d-space {
  justify-content: space-between;
}

.header {
  width: auto;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 60px 20px 6px;
  color: #ffffff;

  font-weight: 300;
  font-size: 11px;
  letter-spacing: 0.5px;
  background-image: url(https://securitydetection.ngrok.io/media/repository/resource/top-bg.png);
  background-color: #010101;
}

.header h5 {
  line-height: 1.3;
}

.header h6 {
  color: #0095da;
  font-size: 20px;
}

.header .right-box {
  display: flex;
  flex-direction: column;
  align-items: end;
}

.header .right-box #about {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  text-decoration: none;
}

.header .right-top {
  display: flex;
  justify-content: space-between;
  position: fixed;
  width: 100%;
  background:#2c2f30;
  padding: 6px 30px;
  border-radius: 0px 0px 0px 0px;
  left: 0px;
  top: 0px;
  align-items: center;
  z-index: 15;
}

.header h1 {
  margin-bottom: 0;
  line-height: 0;
}

.site-title {
    margin-right: 55px;
}

.header h1 a {
  color: #ffffff;
  font-weight: 300;
  font-size: 24px;
  margin: auto 0;  
  letter-spacing: initial;
  text-decoration: none;
  margin-right: 20px;
}

.header .d-flex a {
  color: #ffffff;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-decoration: none; 
  border-bottom: none;
}

.header a:hover {
  text-decoration: underline;
}

.description {
  font-style: italic;
  font-weight: 200;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}

.clue {
  margin-left: 0.25rem;
  font-size: 0.9rem;
  color: #e4e4e4;
}

.text-center {
  text-align: center;
}

/* form */

form {
  /* background: var(--color-darkblue-alpha); */
  margin-top: 1rem;
  padding: 2.5rem 0.625rem;
  border-radius: 0.25rem;
}

@media (min-width: 480px) {
  form {
    padding: 2.5rem;
  }
}

.form-group {
  margin: 0 auto 1.25rem auto;
  padding: 0.25rem;
}

.form-control {
  display: block;
  width: 100%;
  height: 2.375rem;
  padding: 0.375rem 0.75rem;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.input-radio,
.input-checkbox {
  display: inline-block;
  margin-right: 0.625rem;
  min-height: 1.25rem;
  min-width: 1.25rem;
}

.input-textarea {
  min-height: 120px;
  width: 100%;
  padding: 0.625rem;
  resize: vertical;
}

.submit {
  display: block;
  width: 100%;
  padding: 0.75rem;
  background: var(--color-button);
  color: inherit;
  border-radius: 2px;
  cursor: pointer;
}

.launch {
  display: block;
  width: 100%;
  padding: 0.75rem;
  background: var(--color-button);
  color: #00cc00;
  border-radius: 2px;
  cursor: pointer;
}

form {
  padding: 6px;
  margin: 0 0 15px 0;
  /* background: #ffffff; */
}

.selections {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

fieldset {
  border: none;
  /*display: flex;*/
  padding: 5px;
  /*flex-direction: row;*/
}

fieldset label {
  color: #999;
  font-size: 13px;
  margin-bottom: 0;
}

fieldset input, fieldset select, fieldset  textarea {
  max-width: 142px;
  border: 1px solid #ccc;
  padding: 2px 5px;
  font-size: 13px;
  border-radius: 4px;
  margin: 6px 10px auto 6px;
  height: 28px;
}

fieldset button {  
  font-size: 13px;
  padding: 4px 8px;
  margin: 0;
  vertical-align: middle;  
  cursor: pointer;
  color: #ffffff;
  border-radius: 4px;  
  background: #0095da;
  border: none;
  margin-top: 6px;
}

fieldset button:hover {  
  background: #1d2f45f5;
} 

table {
  width: 100%;
}

thead th {
  padding: 8px 10px !important;
  line-height: normal;
  text-transform: uppercase;
  color: #ffffff !important;
  font-size: 11px;
  text-align: center;  
  background-color: #0095da !important;
  border-color: #0095da !important;
}

tbody td {
  font-size: 13px;
  line-height: 16px;
  border-top: 6px solid #010101 !important;
  vertical-align: middle !important;
  color: #000;
  background-color: #ffffff;
  text-align: center;
  padding: 8px 10px !important;
}

tbody td a {
  text-decoration: none;
  color: white;
  font-weight: bolder;
}
#data td {
  background-color: black;
  color: white;
  font-weight: bolder;
}

.pagination {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 25px auto;
  padding: 0;
}

.pagination li {
  margin:  10px;
}

.pagination li a, .pagination li {
  text-decoration: none;
  font-size: 13px;
  /* color: #333; */
}

.pagination li a:hover {
  color: #07203ff5;
}

.pagination li.active {
  color: #07203ff5;
}

#dropdownMenuButton {
  background: #0095da;
  color: #ffffff;
  padding: 0rem 0.3rem;
  font-size: 14px;
}

.dropdown {
  min-width: 230px !important;
  text-align: right;
}


.dropdown-menu hr {
  margin: 6px 0;
}

.dropdown-item {
  color: #07203ff5 !important;
  padding: 0.2rem 1rem !important;
  font-size: 13px;
}

.list-img {
  width: 100px;
  height: 70px;
  object-fit: cover;
  object-position: center;
  /*border: 1px solid #ffffff;*/
  margin: -8px 0;
}

/* Apply the glowing hovering effect to the SVG container */
.board.graph {
  transition: transform 0.3s;
}

.board.graph:hover {
  animation: glow 1s infinite alternate;
}

@keyframes glow {
  from {
    box-shadow: 0px 0px 20px rgba(251, 251, 252, 0.5);
  }
  to {
    box-shadow: 0px 0px 40px rgba(245, 245, 245, 0.8);
  }
}


.board.map {
  transition: transform 0.3s;
  z-index: 0;
}

.board.map:hover {
  animation: glow 1s infinite alternate;
}

@keyframes glow {
  from {
    box-shadow: 0px 0px 20px rgba(251, 251, 252, 0.5);
  }
  to {
    box-shadow: 0px 0px 40px rgba(245, 245, 245, 0.8);
  }
}

.board.structure {
  transition: transform 0.3s;
}

.board.structure:hover {
  animation: glow 1s infinite alternate;
}

@keyframes glow {
  from {
    box-shadow: 0px 0px 20px rgba(251, 251, 252, 0.5);
  }
  to {
    box-shadow: 0px 0px 40px rgba(245, 245, 245, 0.8);
  }
}

.board.summary {
  transition: transform 0.3s;
}

.board.summary:hover {
  animation: glow 1s infinite alternate;
}

@keyframes glow {
  from {
    box-shadow: 0px 0px 20px rgba(251, 251, 252, 0.5);
  }
  to {
    box-shadow: 0px 0px 40px rgba(245, 245, 245, 0.8);
  }
}

.board.summary .b-header {
  transition: transform 0.3s;
}

.board.summary .b-header:hover {
  animation: glow 1s infinite alternate;
}

@keyframes glow {
  from {
    box-shadow: 0px 0px 20px rgba(251, 251, 252, 0.5);
  }
  to {
    box-shadow: 0px 0px 40px rgba(245, 245, 245, 0.8);
  }
}


.highcharts-figure,
.highcharts-data-table table {
  min-width: 310px;
  max-width: 800px;
  margin: 3em auto;
}

.highcharts-figure.map,
.highcharts-data-table table {
  min-width: 310px;
  max-width: 800px;
  margin: auto;
}

.highcharts-figure.map #graph-container-line {
  height: 22vh;
  border-bottom: 1px solid #ddd;
}

.highcharts-figure.map.flex {
  display: flex;
  justify-content: space-between;
}

.highcharts-figure.map #graph-container-circle {
  width: 50vw;
  height: 20vh;
  border-right: 1px solid #ddd;
}

.highcharts-figure.map #graph-container-bar {
  width: 50vw;
  height: 20vh;
}

.highcharts-figure.map #graph-container {
  height: 48vh;
}

#container {
  height: 400px;
}

.highcharts-data-table table {
  font-family: Verdana, sans-serif;
  border-collapse: collapse;
  border: 1px solid #ebebeb;
  margin: 10px auto;
  text-align: center;
  width: 100%;
  max-width: 500px;
}

.highcharts-data-table caption {
  padding: 1em 0;
  font-size: 1.2em;
  color: #555;
}

.highcharts-data-table th {
  font-weight: 600;
  padding: 0.5em;
}

.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
  padding: 0.5em;
}

.highcharts-data-table thead tr,
.highcharts-data-table tr:nth-child(even) {
  background: #f8f8f8;
}

.highcharts-data-table tr:hover {
  background: #f1f7ff;
}


.highcharts-credits {
  display: none !important;
}


.container .boards {
  display: flex;
  flex-wrap: wrap;
}

.board {
  width: calc(50% - 24px);
  margin: 6px 12px;
  /* margin: 0%; */
  text-align: center;
  color: #142136;
  border: 1px solid #dddddd;
  height: 48vh;
  overflow-y: hidden;
  overflow-x: hidden;
  position: relative;
  border-radius: 12px;
}
.b-header {
  display: flex;
  z-index: 10;
  top: 9px;
  left: 10px;
  width: 100%;
  justify-content: space-between;
}

.b-header h6 {
  z-index: 1000;
  background: #0095da;
  border-radius: 4px;
  margin-bottom: 0;
  font-size: 0.8rem;
  padding: 4px 10px;
  color: white !important;
}

.location-title {
  font-size: 0.8rem;
  position: relative;
  top: 12px;
  color: #ffffff;
}

.board .content {
  overflow-y: scroll;
  height: 100%;
}

.board form {
  background: #111c1d;
  margin: 6px 0;
  padding: 5px;
  border-radius: 6px;
  background: #ffffff;
}

.board form label {
  margin-bottom:  0;
}

.board form input,
.board form select {
  border: none;
  outline: none;
  background: inherit;
  color: #999;
  margin: 0 5px 0 0;
}

.board form button {
  border: none;
  outline: none;
  margin: 0;
  background: #273b4e;
  padding: 1px 10px;
  color: #ffffff;
  font-size: 0.8rem;
}

.board tbody td {
  padding: 4px;
  font-size: 10px;
}

.board thead th {
  font-size: 10px;
}

.board .list-img {
  width: 40px;
  height: 40px;
}

.board.map {
  background: #89b5e0;
}

.board.structure {
  background-color: #f8f8f6c9;
  /*background-image: linear-gradient( 115deg, #f8f8f600, #f8f8f600 ), 
      url(https://securitydetection.ngrok.io/media/repository/resource/area-1.png);*/
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  padding: 0;
}

.facility-visual {
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  height:  100%;
  display: none;
  background-color: black;
}

.board.graph {
  background: #111c1d;
}

.board.graph .b-header,
.board.summary .b-header {
  position: sticky;
  top: 0;
  left: 0;
  margin-bottom: 6px;
}

#filter-show {
  border: none;
  outline: none;
  color: #ffffff;
  background: inherit;
  font-size: 0.8rem;
  padding: 1px 6px;
  border-radius: 4px;
}

#filter-show:hover {
  color: #ffffcc;
}

.camera-item {
  position: absolute;
}

.camera-preview {
  display: none;
  position: absolute;
  bottom: 40px;
  left:  10px;
  background: #0095da;
  list-style: none;
  padding: 0.5rem 0.8rem;
  border-radius: 4px;
  text-align: left;
  font-size: 0.75rem;
  color: white;
}

.camera-preview h6 {
  font-size: 0.8rem;
  color: white;
}

.summary-preview {  
  position: absolute;
  top: 40px;
  left:  10px;
  background: #0095da;
  list-style: none;
  padding: 0.5rem 0.8rem;
  border-radius: 4px;
  text-align: left;
  font-size: 0.75rem;
  color: white;
}

.summary-preview h6 {
  font-size: 0.8rem;
  color: white;
}

.detection-preview-list {
  list-style: none;
  padding: 0;
}

.update-detection-count {  
  display: none;
  position: absolute;
  top: 10px;
  left:  17px;
  background: #0095da;
  list-style: none;
  padding: 0.5rem 0.8rem;
  border-radius: 4px;
  text-align: left;
  font-size: 0.75rem;
  color: white;
  white-space: nowrap;
  overflow: hidden;
}

.camera-icon {
  width: 20px;
  height:  20px;
  cursor: pointer;
  box-shadow: 1px 2px 4px #515215;
  border-radius: 50% !important;
}

.camera-popup {
  position: absolute !important;
  width: 140px !important;
  min-height: 100px !important;
  border-radius: 6px;
  background-color:  #ffffff !important;
  border: 1px solid #ffffff;
  margin-left: -60px;
  margin-top: -30px;
}

.camera-popup h6 {
  margin-bottom:  0;
}

.camera-popup img {
  width:  100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.camera-popup .close-icon {
  position: absolute;
  font-size: 0.5rem;
  right: 2px;
  top: 2px;
  cursor: pointer;
  background: #ffffff;
  border-radius: 50%;
  padding: 2px;
}

.about-popup {
  background-color: #0000 !important;
  display: flex;
}

.about-popup .content {
  position: relative;
  width: 740px;
  min-height: 420px;
  margin: auto;
  border-radius: 12px;
  padding: 50px 60px;
  background-color: #272525;
  color: #ffffff;
}

.about-popup .close-icon {
  position: absolute;
  right: 14px;
  top: 14px;
  cursor: pointer;
  border-radius: 50%;
  padding: 3px;
}

.about-popup .content p {
  font-size: 18px;
  margin-top: 50px;
  font-weight: 400;
}

/* general styles */
.menu, .menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.menu {
    height: 35px;
}
.menu li {
    background: linear-gradient(135deg, #0094d9, #252525); /* Updated the background color */
    border-bottom: 2px solid #181818;
    border-top: 2px solid #303030;
    min-width: 260px;
    position: relative;
}
.menu > li {
    display: block;
    float: left;
}
.menu > li:first-child {
    border-radius: 5px 0 0;
}
.menu a {
    border-left: 3px solid rgba(0, 0, 0, 0);
    color: white;
    display: block;
    font-family: 'Lucida Console';
    font-size: 12px;
    line-height: 30px;
    padding: 0 25px;
    text-decoration: none;
    text-transform: uppercase;
    transition: color 0.3s ease;
}

/* onhover styles */
.menu li:hover {
    background: linear-gradient(135deg, #1c1c1c, #1b1b1b);
    border-bottom: 2px solid #222222;
    border-top: 2px solid #1B1B1B;
}
.menu li:hover > a {
    border-radius: 5px 0 0 0;
    border-left: 3px solid #C4302B;
    color: #39ff14;
    transform: scale(1.1);
}

/* submenu styles */
.submenu {
    left: 0;
    max-height: 0;
    position: absolute;
    top: 100%;
    z-index: 0;
    transform-origin: top center;
    perspective: 800px;
    opacity: 0;
    visibility: hidden;
    transition: transform 0.4s ease, opacity 0.2s ease, visibility 0s 0.4s;
}
.menu .submenu li {
    opacity: 0;
    transform: rotateX(90deg);
    transform-origin: top center;
    transition: opacity 0.3s ease, transform 0.3s ease;
}
.menu li:hover > .submenu {
    max-height: 2000px;
    z-index: 10;
    opacity: 1;
    visibility: visible;
    transition: transform 0.5s ease, opacity 0.2s ease, visibility 0s 0s;
    transform: rotateX(0);
}
.menu li:hover > .submenu li {
    opacity: 1;
    transform: rotateX(0);
}
.menu > li:hover .submenu,
.menu > li:focus .submenu {
    z-index: 15;
}

/* CSS3 delays for transition effects */
.menu li:hover .submenu li:nth-child(1) {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}
.menu li:hover .submenu li:nth-child(2) {
    -webkit-transition-delay: 50ms;
    -moz-transition-delay: 50ms;
    -ms-transition-delay: 50ms;
    -o-transition-delay: 50ms;
    transition-delay: 50ms;
}
.menu li:hover .submenu li:nth-child(3) {
    -webkit-transition-delay: 100ms;
    -moz-transition-delay: 100ms;
    -ms-transition-delay: 100ms;
    -o-transition-delay: 100ms;
    transition-delay: 100ms;
}
.menu li:hover .submenu li:nth-child(4) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    -ms-transition-delay: 150ms;
    -o-transition-delay: 150ms;
    transition-delay: 150ms;
}
.menu li:hover .submenu li:nth-child(5) {
    -webkit-transition-delay: 200ms;
    -moz-transition-delay: 200ms;
    -ms-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    transition-delay: 200ms;
}
.menu li:hover .submenu li:nth-child(6) {
    -webkit-transition-delay: 250ms;
    -moz-transition-delay: 250ms;
    -ms-transition-delay: 250ms;
    -o-transition-delay: 250ms;
    transition-delay: 250ms;
}
.menu li:hover .submenu li:nth-child(7) {
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}
.menu li:hover .submenu li:nth-child(8) {
    -webkit-transition-delay: 350ms;
    -moz-transition-delay: 350ms;
    -ms-transition-delay: 350ms;
    -o-transition-delay: 350ms;
    transition-delay: 350ms;
}
.menu li:hover .submenu li:nth-child(9) {
    -webkit-transition-delay: 400ms;
    -moz-transition-delay: 400ms;
    -ms-transition-delay: 400ms;
    -o-transition-delay: 400ms;
    transition-delay: 400ms;
}
.menu li:hover .submenu li:nth-child(10) {
    -webkit-transition-delay: 450ms;
    -moz-transition-delay: 450ms;
    -ms-transition-delay: 450ms;
    -o-transition-delay: 450ms;
    transition-delay: 450ms;
}
.menu li:hover .submenu li:nth-child(11) {
    -webkit-transition-delay: 500ms;
    -moz-transition-delay: 500ms;
    -ms-transition-delay: 500ms;
    -o-transition-delay: 500ms;
    transition-delay: 500ms;
}
.menu li:hover .submenu li:nth-child(12) {
    -webkit-transition-delay: 550ms;
    -moz-transition-delay: 550ms;
    -ms-transition-delay: 550ms;
    -o-transition-delay: 550ms;
    transition-delay: 550ms;
}

.menu li:hover .submenu li:nth-child(13) {
    -webkit-transition-delay: 600ms;
    -moz-transition-delay: 600ms;
    -ms-transition-delay: 600ms;
    -o-transition-delay: 600ms;
    transition-delay: 600ms;
}
.menu li:hover .submenu li:nth-child(14) {
    -webkit-transition-delay: 650ms;
    -moz-transition-delay: 650ms;
    -ms-transition-delay: 650ms;
    -o-transition-delay: 650ms;
    transition-delay: 650ms;
}
.menu li:hover .submenu li:nth-child(15) {
    -webkit-transition-delay: 700ms;
    -moz-transition-delay: 700ms;
    -ms-transition-delay: 700ms;
    -o-transition-delay: 700ms;
    transition-delay: 700ms;
}
.menu li:hover .submenu li:nth-child(16) {
    -webkit-transition-delay: 750ms;
    -moz-transition-delay: 750ms;
    -ms-transition-delay: 750ms;
    -o-transition-delay: 750ms;
    transition-delay: 750ms;
}
.menu li:hover .submenu li:nth-child(17) {
    -webkit-transition-delay: 800ms;
    -moz-transition-delay: 800ms;
    -ms-transition-delay: 800ms;
    -o-transition-delay: 800ms;
    transition-delay: 800ms;
}
.menu li:hover .submenu li:nth-child(18) {
    -webkit-transition-delay: 850ms;
    -moz-transition-delay: 850ms;
    -ms-transition-delay: 850ms;
    -o-transition-delay: 850ms;
    transition-delay: 850ms;
}
.menu li:hover .submenu li:nth-child(19) {
    -webkit-transition-delay: 900ms;
    -moz-transition-delay: 900ms;
    -ms-transition-delay: 900ms;
    -o-transition-delay: 900ms;
    transition-delay: 900ms;
}


.submenu li:nth-child(1) {
    -webkit-transition-delay: 550ms;
    -moz-transition-delay: 550ms;
    -ms-transition-delay: 550ms;
    -o-transition-delay: 550ms;
    transition-delay: 550ms;
}
.submenu li:nth-child(2) {
    -webkit-transition-delay: 500ms;
    -moz-transition-delay: 500ms;
    -ms-transition-delay: 500ms;
    -o-transition-delay: 500ms;
    transition-delay: 500ms;
}
.submenu li:nth-child(3) {
    -webkit-transition-delay: 450ms;
    -moz-transition-delay: 450ms;
    -ms-transition-delay: 450ms;
    -o-transition-delay: 450ms;
    transition-delay: 450ms;
}
.submenu li:nth-child(4) {
    -webkit-transition-delay: 400ms;
    -moz-transition-delay: 400ms;
    -ms-transition-delay: 400ms;
    -o-transition-delay: 400ms;
    transition-delay: 400ms;
}
.submenu li:nth-child(5) {
    -webkit-transition-delay: 350ms;
    -moz-transition-delay: 350ms;
    -ms-transition-delay: 350ms;
    -o-transition-delay: 350ms;
    transition-delay: 350ms;
}
.submenu li:nth-child(6) {
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}
.submenu li:nth-child(7) {
    -webkit-transition-delay: 250ms;
    -moz-transition-delay: 250ms;
    -ms-transition-delay: 250ms;
    -o-transition-delay: 250ms;
    transition-delay: 250ms;
}
.submenu li:nth-child(8) {
    -webkit-transition-delay: 200ms;
    -moz-transition-delay: 200ms;
    -ms-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    transition-delay: 200ms;
}
.submenu li:nth-child(9) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    -ms-transition-delay: 150ms;
    -o-transition-delay: 150ms;
    transition-delay: 150ms;
}
.submenu li:nth-child(10) {
    -webkit-transition-delay: 100ms;
    -moz-transition-delay: 100ms;
    -ms-transition-delay: 100ms;
    -o-transition-delay: 100ms;
    transition-delay: 100ms;
}
.submenu li:nth-child(11) {
    -webkit-transition-delay: 70ms;
    -moz-transition-delay: 70ms;
    -ms-transition-delay: 70ms;
    -o-transition-delay: 70ms;
    transition-delay: 70ms;
}
.submenu li:nth-child(12) {
    -webkit-transition-delay:60ms;
    -moz-transition-delay: 60ms;
    -ms-transition-delay: 60ms;
    -o-transition-delay: 60ms;
    transition-delay: 60ms;
}
.submenu li:nth-child(13) {
    -webkit-transition-delay: 50ms;
    -moz-transition-delay: 50ms;
    -ms-transition-delay: 50ms;
    -o-transition-delay: 50ms;
    transition-delay: 50ms;
}
.submenu li:nth-child(14) {
    -webkit-transition-delay: 40ms;
    -moz-transition-delay: 40ms;
    -ms-transition-delay: 40ms;
    -o-transition-delay: 40ms;
    transition-delay: 40ms;
}
.submenu li:nth-child(15) {
    -webkit-transition-delay: 30ms;
    -moz-transition-delay: 30ms;
    -ms-transition-delay: 30ms;
    -o-transition-delay: 30ms;
    transition-delay: 30ms;
}
.submenu li:nth-child(16) {
    -webkit-transition-delay: 25ms;
    -moz-transition-delay: 25ms;
    -ms-transition-delay: 25ms;
    -o-transition-delay: 25ms;
    transition-delay: 25ms;
}

.submenu li:nth-child(17) {
    -webkit-transition-delay: 20ms;
    -moz-transition-delay: 20ms;
    -ms-transition-delay: 20ms;
    -o-transition-delay: 20ms;
    transition-delay: 20ms;
}
.submenu li:nth-child(18) {
    -webkit-transition-delay: 10ms;
    -moz-transition-delay: 10ms;
    -ms-transition-delay: 10ms;
    -o-transition-delay: 10ms;
    transition-delay: 10ms;
}
.submenu li:nth-child(19) {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

/* Unique Glowing Effect on Hover */
.menu li a {
    transition: box-shadow 0.3s ease, color 0.3s ease;
    position: relative;
    z-index: 1;
}

.menu li a:hover {
    color: #fff;
    transform: scale(1.1);
}

@keyframes glowing {
    0% {
        box-shadow: 0 0 5px rgba(255, 255, 255, 0.7);
    }
    50% {
        box-shadow: 0 0 20px rgba(255, 255, 255, 0.7);
    }
    100% {
        box-shadow: 0 0 5px rgba(255, 255, 255, 0.7);
    }
}


/* Additional Glowing Effect on Submenu Hover */
.menu .submenu li a {
    position: relative;
    z-index: 1;
}

.menu .submenu li a:hover {
    color: #000000;
}

.menu .submenu li a:hover::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    
    z-index: -1;
    animation: glowing 1s infinite;
}


.camera {
  width: 23%;
  padding: 0px;
  margin: 1%;
  text-align: center;
  color: white !important;
  border: 3px solid #0095da;
  background-color: #0095da;
  border-radius: 6px;
}

.camera a {
  color: white !important;
  text-decoration: none;
  font-weight: bolder !important;
  font-size: 14px;
}

.camera p {
  font-size: 12px;
  margin: 5px;
  font-weight: bold !important;
  color: white !important;
}

/* CSS3 delays for transition effects */
.menu li:hover .submenu li:nth-child(1) {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}
.menu li:hover .submenu li:nth-child(2) {
    -webkit-transition-delay: 50ms;
    -moz-transition-delay: 50ms;
    -ms-transition-delay: 50ms;
    -o-transition-delay: 50ms;
    transition-delay: 50ms;
}
.menu li:hover .submenu li:nth-child(3) {
    -webkit-transition-delay: 100ms;
    -moz-transition-delay: 100ms;
    -ms-transition-delay: 100ms;
    -o-transition-delay: 100ms;
    transition-delay: 100ms;
}
.menu li:hover .submenu li:nth-child(4) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    -ms-transition-delay: 150ms;
    -o-transition-delay: 150ms;
    transition-delay: 150ms;
}
.menu li:hover .submenu li:nth-child(5) {
    -webkit-transition-delay: 200ms;
    -moz-transition-delay: 200ms;
    -ms-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    transition-delay: 200ms;
}
.menu li:hover .submenu li:nth-child(6) {
    -webkit-transition-delay: 250ms;
    -moz-transition-delay: 250ms;
    -ms-transition-delay: 250ms;
    -o-transition-delay: 250ms;
    transition-delay: 250ms;
}
.menu li:hover .submenu li:nth-child(7) {
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}
.menu li:hover .submenu li:nth-child(8) {
    -webkit-transition-delay: 350ms;
    -moz-transition-delay: 350ms;
    -ms-transition-delay: 350ms;
    -o-transition-delay: 350ms;
    transition-delay: 350ms;
}
.menu li:hover .submenu li:nth-child(9) {
    -webkit-transition-delay: 400ms;
    -moz-transition-delay: 400ms;
    -ms-transition-delay: 400ms;
    -o-transition-delay: 400ms;
    transition-delay: 400ms;
}
.menu li:hover .submenu li:nth-child(10) {
    -webkit-transition-delay: 450ms;
    -moz-transition-delay: 450ms;
    -ms-transition-delay: 450ms;
    -o-transition-delay: 450ms;
    transition-delay: 450ms;
}
.menu li:hover .submenu li:nth-child(11) {
    -webkit-transition-delay: 500ms;
    -moz-transition-delay: 500ms;
    -ms-transition-delay: 500ms;
    -o-transition-delay: 500ms;
    transition-delay: 500ms;
}
.menu li:hover .submenu li:nth-child(12) {
    -webkit-transition-delay: 550ms;
    -moz-transition-delay: 550ms;
    -ms-transition-delay: 550ms;
    -o-transition-delay: 550ms;
    transition-delay: 550ms;
}

.menu li:hover .submenu li:nth-child(13) {
    -webkit-transition-delay: 600ms;
    -moz-transition-delay: 600ms;
    -ms-transition-delay: 600ms;
    -o-transition-delay: 600ms;
    transition-delay: 600ms;
}
.menu li:hover .submenu li:nth-child(14) {
    -webkit-transition-delay: 650ms;
    -moz-transition-delay: 650ms;
    -ms-transition-delay: 650ms;
    -o-transition-delay: 650ms;
    transition-delay: 650ms;
}
.menu li:hover .submenu li:nth-child(15) {
    -webkit-transition-delay: 700ms;
    -moz-transition-delay: 700ms;
    -ms-transition-delay: 700ms;
    -o-transition-delay: 700ms;
    transition-delay: 700ms;
}
.menu li:hover .submenu li:nth-child(16) {
    -webkit-transition-delay: 750ms;
    -moz-transition-delay: 750ms;
    -ms-transition-delay: 750ms;
    -o-transition-delay: 750ms;
    transition-delay: 750ms;
}
.menu li:hover .submenu li:nth-child(17) {
    -webkit-transition-delay: 800ms;
    -moz-transition-delay: 800ms;
    -ms-transition-delay: 800ms;
    -o-transition-delay: 800ms;
    transition-delay: 800ms;
}
.menu li:hover .submenu li:nth-child(18) {
    -webkit-transition-delay: 850ms;
    -moz-transition-delay: 850ms;
    -ms-transition-delay: 850ms;
    -o-transition-delay: 850ms;
    transition-delay: 850ms;
}
.menu li:hover .submenu li:nth-child(19) {
    -webkit-transition-delay: 900ms;
    -moz-transition-delay: 900ms;
    -ms-transition-delay: 900ms;
    -o-transition-delay: 900ms;
    transition-delay: 900ms;
}

.menu li:hover .submenu li:nth-child(20) {
    -webkit-transition-delay: 950ms;
    -moz-transition-delay: 950ms;
    -ms-transition-delay: 950ms;
    -o-transition-delay: 950ms;
    transition-delay: 950ms;
}
.menu li:hover .submenu li:nth-child(21) {
    -webkit-transition-delay: 1000ms;
    -moz-transition-delay: 1000ms;
    -ms-transition-delay: 1000ms;
    -o-transition-delay: 1000ms;
    transition-delay: 1000ms;
}

.menu li:hover .submenu li:nth-child(22) {
    -webkit-transition-delay: 1050ms;
    -moz-transition-delay: 1050ms;
    -ms-transition-delay: 1050ms;
    -o-transition-delay: 1050ms;
    transition-delay: 1050ms;
}

submenu li:nth-child(1) {
    -webkit-transition-delay: 650ms;
    -moz-transition-delay: 650ms;
    -ms-transition-delay: 650ms;
    -o-transition-delay: 650ms;
    transition-delay: 650ms;
}

submenu li:nth-child(2) {
    -webkit-transition-delay: 600ms;
    -moz-transition-delay: 600ms;
    -ms-transition-delay: 600ms;
    -o-transition-delay: 600ms;
    transition-delay: 600ms;
}

.submenu li:nth-child(3) {
    -webkit-transition-delay: 550ms;
    -moz-transition-delay: 550ms;
    -ms-transition-delay: 550ms;
    -o-transition-delay: 550ms;
    transition-delay: 550ms;
}
.submenu li:nth-child(4) {
    -webkit-transition-delay: 500ms;
    -moz-transition-delay: 500ms;
    -ms-transition-delay: 500ms;
    -o-transition-delay: 500ms;
    transition-delay: 500ms;
}
.submenu li:nth-child(5) {
    -webkit-transition-delay: 450ms;
    -moz-transition-delay: 450ms;
    -ms-transition-delay: 450ms;
    -o-transition-delay: 450ms;
    transition-delay: 450ms;
}
.submenu li:nth-child(6) {
    -webkit-transition-delay: 400ms;
    -moz-transition-delay: 400ms;
    -ms-transition-delay: 400ms;
    -o-transition-delay: 400ms;
    transition-delay: 400ms;
}
.submenu li:nth-child(7) {
    -webkit-transition-delay: 350ms;
    -moz-transition-delay: 350ms;
    -ms-transition-delay: 350ms;
    -o-transition-delay: 350ms;
    transition-delay: 350ms;
}
.submenu li:nth-child(8) {
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}
.submenu li:nth-child(9) {
    -webkit-transition-delay: 250ms;
    -moz-transition-delay: 250ms;
    -ms-transition-delay: 250ms;
    -o-transition-delay: 250ms;
    transition-delay: 250ms;
}
.submenu li:nth-child(10) {
    -webkit-transition-delay: 200ms;
    -moz-transition-delay: 200ms;
    -ms-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    transition-delay: 200ms;
}
.submenu li:nth-child(11) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    -ms-transition-delay: 150ms;
    -o-transition-delay: 150ms;
    transition-delay: 150ms;
}
.submenu li:nth-child(12) {
    -webkit-transition-delay: 100ms;
    -moz-transition-delay: 100ms;
    -ms-transition-delay: 100ms;
    -o-transition-delay: 100ms;
    transition-delay: 100ms;
}
.submenu li:nth-child(13) {
    -webkit-transition-delay: 70ms;
    -moz-transition-delay: 70ms;
    -ms-transition-delay: 70ms;
    -o-transition-delay: 70ms;
    transition-delay: 70ms;
}
.submenu li:nth-child(14) {
    -webkit-transition-delay:60ms;
    -moz-transition-delay: 60ms;
    -ms-transition-delay: 60ms;
    -o-transition-delay: 60ms;
    transition-delay: 60ms;
}
.submenu li:nth-child(15) {
    -webkit-transition-delay: 50ms;
    -moz-transition-delay: 50ms;
    -ms-transition-delay: 50ms;
    -o-transition-delay: 50ms;
    transition-delay: 50ms;
}
.submenu li:nth-child(16) {
    -webkit-transition-delay: 40ms;
    -moz-transition-delay: 40ms;
    -ms-transition-delay: 40ms;
    -o-transition-delay: 40ms;
    transition-delay: 40ms;
}
.submenu li:nth-child(17) {
    -webkit-transition-delay: 30ms;
    -moz-transition-delay: 30ms;
    -ms-transition-delay: 30ms;
    -o-transition-delay: 30ms;
    transition-delay: 30ms;
}
.submenu li:nth-child(18) {
    -webkit-transition-delay: 25ms;
    -moz-transition-delay: 25ms;
    -ms-transition-delay: 25ms;
    -o-transition-delay: 25ms;
    transition-delay: 25ms;
}

.submenu li:nth-child(19) {
    -webkit-transition-delay: 20ms;
    -moz-transition-delay: 20ms;
    -ms-transition-delay: 20ms;
    -o-transition-delay: 20ms;
    transition-delay: 20ms;
}
.submenu li:nth-child(20) {
    -webkit-transition-delay: 10ms;
    -moz-transition-delay: 10ms;
    -ms-transition-delay: 10ms;
    -o-transition-delay: 10ms;
    transition-delay: 10ms;
}

.submenu li:nth-child(21) {
    -webkit-transition-delay: 5ms;
    -moz-transition-delay: 5ms;
    -ms-transition-delay: 5ms;
    -o-transition-delay: 5ms;
    transition-delay: 5ms;
}
.submenu li:nth-child(22) {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}
.required label, label.required {
    font-weight: bold !important;
    color: #fff !important;
}
label {
    font-weight: bold;
    color: #fff !important;
    font-size: 13px;
}

.aligned .form-row input {
    margin-bottom: 0;
	width: 250px !important;
}

.object-tools a.viewsitelink, .object-tools a.golink,.object-tools a.addlink {
    background-repeat: no-repeat;
    background-position: right 7px center;
    padding-right: 26px;
	padding-left: 26px !important;
}

.module h2, .module caption, .inline-group h2 {
    margin: 0;
    padding: 8px;
    font-weight: bolder !important;
    font-size: 13px;
    text-align: left;
    background: #007bff !important;
    color: #fff;
}
#xAxisTitle {
  fill: white !important;
}
g.highcharts-legend-item.highcharts-column-series.highcharts-color-0.highcharts-series-0 text,
g.highcharts-legend-item.highcharts-column-series.highcharts-color-1.highcharts-series-1 text {
  fill: white !important;
  color: white !important;
}
g.highcharts-axis-labels.highcharts-xaxis-labels text[x="150"][y="140"][text-anchor="middle"][transform^="translate(0,0)"][style*="color: rgb(51, 51, 51)"] {
  fill: white !important;
  color: white !important;
}
g.highcharts-axis-labels.highcharts-yaxis-labels text[text-anchor="middle"][y="148"]:nth-child(1),
g.highcharts-axis-labels.highcharts-yaxis-labels text[text-anchor="middle"][y="148"]:nth-child(2),
g.highcharts-axis-labels.highcharts-yaxis-labels text[text-anchor="middle"][y="148"]:nth-child(3),
g.highcharts-axis-labels.highcharts-yaxis-labels text[text-anchor="middle"][y="148"]:nth-child(4),
g.highcharts-axis-labels.highcharts-yaxis-labels text[text-anchor="middle"][y="148"]:nth-child(5),
g.highcharts-axis-labels.highcharts-yaxis-labels text[text-anchor="middle"][y="148"]:nth-child(6) {
  fill: white !important;
  color: white !important;
}
text.highcharts-title[style="font-size: 1.2em; color: rgb(51, 51, 51); font-weight: bold; fill: rgb(51, 51, 51);"][text-anchor="middle"][x="150"][y="25"] {
  fill: white !important;
  color: white !important;
}
g.highcharts-axis-labels.highcharts-xaxis-labels text[style="color: rgb(51, 51, 51); cursor: default; font-size: 0.8em; fill: rgb(51, 51, 51);"][text-anchor="end"][transform="translate(0,0)"][x="59"][y="70"][opacity="1"]:nth-child(1) {
  fill: white !important;
  color: white !important;
}
#map {
  height: 600px;
  width: 1000px;
  border-radius: 25px;
  box-shadow: 0px 0px 12px 2px rgba(0,0,0,0.5);
}
#usaLabel {
  position: absolute;
  font-weight: bold;
  font-size: 24px;
  top: 50%;
  left: 50%;
  pointer-events: none;
}
.leaflet-popup-content-wrapper {
  width: 200px !important;
}
.leaflet-container {
  position: static !important;
}
.reset-button {
background-color: #0095da;
color: white;
padding: 6px 8px;
border: none;
border-radius: 4px;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
cursor: pointer;
font-size: 16px;
transition: background-color 0.3s ease, transform 0.3s ease;
}

.reset-button:hover {
background-color: black;
transform: translateY(-2px);
}

.reset-button:active {
background-color: #0095da;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
transform: translateY(0);
}

.mult-select-tag {
  font-family: sans-serif;
  font-size: 13px;
  padding: 5px;
}

.circular-text {
  border-radius: 50%;
  text-align: center;
  background-color: #023d59;
  padding: 8px 12px;
  margin-left: 7px;
}

.circular-text-hover {
  display: none;
  position: absolute;
  transform: translateX(-30%) translateY(11px);
  background-color: #313030;
  padding: 1px 7px;
  border-radius: 5px;
  font-size: 15px;
}

.circular-text:hover .circular-text-hover {
  display: block; /* Show the hover text when the circular text is hovered */
}

#whatsNewLink {
  display: inline-block;
  padding: 10px;
  border-radius: 5px;
  color: #28a745;  /* Same color as the border for text */
  text-decoration: none;
  transition: border-color 0.3s ease;
}

#whatsNewLink:hover {
  border-color: #218838;  /* Darker shade for hover effect */
}

.leaflet-touch .leaflet-bar {
	padding-top: 16px;
	border: 2px solid rgba(0,0,0,0.2);
	background-clip: padding-box;
	}
  .floor-selector {
    z-index: 1000;
    top: 0px;
    right: 0px;
    position: absolute;
    padding: 10px 15px;
    font-size: 16px;
    cursor: pointer;
    background: #0095da;
    color: white;
    border-radius: 10px;
    border-color: #0095da;
    margin-bottom: 5px;
}
.location-map {
  position: absolute;
  left: -2px;
  top: -1px;
}
