
@import "https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css";
body {
  background-color: #151921;
  overflow: hidden;
  font-family: "Montserrat", sans-serif;
}

#account-flow {
  background-color: #151921;
  height: 94vh;
  width: 100vw;
  margin-top: 2vh;
  margin-bottom: 2vh;
}
#account-flow > div {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 10vh;
}
#account-flow > div .card {
  width: 30vw;
  min-width: 400px;
  padding: 3vmax;
}
#account-flow > div .card h2 {
  font-size: 32px;
  margin-top: 0%;
  margin-bottom: 10%;
}
#account-flow > div .card .form-group {
  width: 100%;
  margin-bottom: 2vh;
  text-transform: uppercase;
  font-weight: 500;
}
#account-flow > div .card .buttons {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  margin-top: 2vh;
}
#account-flow > div .card a {
  text-decoration: none;
  color: #7A7A7A;
  font-weight: 500;
  margin-top: 2vh;
  min-width: 50%;
  max-width: 100%;
}
#account-flow > div .card a.btn-primary {
  color: white;
}
#account-flow > div .logo {
  margin-top: 10vh;
}

[hidden], .hidden {
  display: none !important;
}

.screen {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 2;
}

.card {
  background-color: #fff;
  border: 1px solid #E5E5E5;
  border-radius: 12px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 3vmax;
  padding-right: 3vmax;
  padding-bottom: 3vmax;
}
.card input {
  border: none;
  border-bottom: 1px solid #9D9D9D;
  width: 100%;
  padding: 5px;
  margin-bottom: 10px;
  background-color: transparent;
  border-radius: 0%;
  box-shadow: none;
}

@media (max-width: 768px) {
  .screen {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 3vmax;
    margin: 0;
    border-radius: 12px 12px 0px 0px;
    padding-bottom: 20vh;
  }
  #account-flow {
    padding: 0;
  }
  #account-flow > div {
    flex-direction: column-reverse;
    justify-content: space-between;
    align-items: center;
    padding: 0;
  }
  #account-flow > div .card {
    width: 100vw;
  }
  #account-flow > div .card h2 {
    font-size: 32px;
    margin-top: 0%;
    margin-bottom: 10%;
  }
  #account-flow > div .card .form-group {
    width: 100%;
    margin-bottom: 2vh;
    text-transform: uppercase;
    font-weight: 500;
  }
  #account-flow > div .card .buttons {
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    margin-top: 2vh;
  }
  #account-flow > div .card a {
    width: 100%;
  }
}
#dashboard {
  background-color: #151921;
  height: 94vh;
  width: 100vw;
  display: flex;
  flex-direction: row;
  margin-top: 2vh;
  margin-bottom: 2vh;
}
#dashboard #dash-nav {
  background-color: #151921;
  color: #fff;
  height: 100%;
  width: 20vw;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 2vh;
  margin-bottom: 2vh;
}
#dashboard #dash-nav #username {
  color: #E5E5E5;
  text-shadow: -1px 1px 12px rgba(0, 0, 0, 0.15);
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  line-height: 98.336%; /* 21.634px */
}
#dashboard #dash-nav #userOrg {
  color: #FCFCFC;
  text-shadow: -1px 1px 12px rgba(0, 0, 0, 0.15);
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  line-height: 98.336%; /* 21.634px */
}
#dashboard #dash-nav #location-dropdown, #dashboard #dash-nav #org-dropdown {
  border: none !important;
  border-radius: 0 !important;
  border-bottom: 1px solid #005EFF !important;
  padding: 0 !important;
  background: transparent !important;
  color: #fff !important;
  box-shadow: none !important;
  text-align: left;
}
#dashboard #dash-nav #dash-nav-links {
  position: relative;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  list-style-type: none;
}
#dashboard #dash-nav #dash-nav-links::after {
  content: "";
  height: var(--bg-height);
  width: var(--bg-width);
  background: #0400ff;
  position: absolute;
  top: var(--bg-offset);
  left: 0;
  transition: top 0.3s ease, height 0.3s ease, width 0.3s ease;
  border-radius: 8px;
  z-index: 0;
}
#dashboard #dash-nav #dash-nav-links a {
  text-decoration: none;
  margin-bottom: 1vh;
  z-index: 1;
  color: #a0aec0; /* Muted color for non-active links */
  text-shadow: -1px 1px 12px rgba(0, 0, 0, 0.15);
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  padding: 10px 15px;
  position: relative; /* Establish stacking context */
  transition: color 0.3s ease;
}
#dashboard #dash-nav #dash-nav-links a.active {
  color: #ffffff; /* White text for the active link */
}
#dashboard #dash-nav #dash-nav-links p {
  color: #7A7A7A;
  text-shadow: -1px 1px 12px rgba(0, 0, 0, 0.15);
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  line-height: 98.336%; /* 21.634px */
}
#dashboard #dash-nav #logout {
  color: #FCFCFC;
  text-shadow: -1px 1px 12px rgba(0, 0, 0, 0.15);
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  line-height: 98.336%; /* 21.634px */
}
#dashboard .panel {
  flex-grow: 1;
  width: 0;
  height: 100%;
  background: #fff;
  overflow: auto;
  display: flex;
  flex-direction: column;
  z-index: 1;
  padding-left: 3vmax;
  padding-right: 3vmax;
  border-radius: 12px;
}
#dashboard .panel .card-header {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
#dashboard .panel .card-header .btn {
  margin-block-start: 0.83em;
  margin-block-end: 0.83em;
}
#dashboard .panel thead tr th {
  text-transform: uppercase;
  border-bottom: #151921 1px solid;
}
#dashboard .panel thead tr th:last-child {
  text-align: right;
}
#dashboard .panel tbody tr td:last-child {
  text-align: right;
}
#dashboard #no-orgs-setup-email {
  text-decoration: underline;
  font-weight: 500;
}

#dashboard-home {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  text-align: center;
}
#dashboard-home #admin-welcome h2 span {
  display: block;
  margin: 0 auto;
}

select {
  border: none;
  border-bottom: 1px solid #B4B4B4;
  width: -moz-max-content;
  width: max-content;
  padding: 5px;
  margin-bottom: 10px;
  background-color: transparent;
}

h2 {
  font-weight: 600;
  font-size: 32px;
  width: -moz-fit-content;
  width: fit-content;
}

.logo {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 2vh;
  margin-top: 2vh;
  color: white;
}
.logo img {
  width: 32px;
  height: 32px;
}
.logo h2 {
  font-weight: 600;
  font-size: 28px;
  margin: 0%;
  margin-bottom: 0px;
  margin-left: 10px;
}

.btn-primary {
  background: #4D80DF;
  box-shadow: 4px 4px 9.9px 0px rgba(77, 128, 223, 0.25);
  border: none;
  border-radius: 8px;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  padding: 10px 20px;
  margin-top: 2vh;
}
.btn-primary:hover {
  background: #426dbf;
  box-shadow: 4px 4px 9.9px 0px rgba(77, 128, 223, 0.25);
  border: none;
  border-radius: 8px;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  padding: 10px 20px;
  margin-top: 2vh;
}
.btn-primary:active {
  background: #426dbf;
  box-shadow: inset 4px 4px 9.9px 0px rgba(77, 128, 223, 0.25);
  border: none;
  border-radius: 8px;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  padding: 10px 20px;
  margin-top: 2vh;
}

.btn-danger {
  background: #df4d4d;
  box-shadow: 4px 4px 9.9px 0px rgba(223, 77, 77, 0.25);
  border: none;
  border-radius: 8px;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  padding: 10px 20px;
}
.btn-danger:hover {
  background: #df4d4d;
  box-shadow: 4px 4px 9.9px 0px rgba(223, 77, 77, 0.25);
  border: none;
  border-radius: 8px;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  padding: 10px 20px;
}
.btn-danger:active {
  background: #df4d4d;
  box-shadow: inset 4px 4px 9.9px 0px rgba(223, 77, 77, 0.25);
  border: none;
  border-radius: 8px;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  padding: 10px 20px;
}

#share-access {
  position: fixed;
  z-index: 10;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#share-access .card {
  box-shadow: 5px 5px 20px 2px rgba(0, 0, 0, 0.25);
  width: 50vw;
}
#share-access select {
  width: 100%;
}
#share-access span {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: flex-end;
  gap: 10px;
}
#share-access .btn {
  margin-block-start: 0.83em;
  margin-block-end: 0.83em;
  position: relative;
  border-radius: 8px;
}

#non-admin-welcome, #admin-welcome {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #5f6571;
}

@keyframes flash {
  0% {
    background-color: #cfe2ff;
  } /* A light blue color */
  100% {
    background-color: transparent;
  }
}
.flash-highlight {
  animation: flash 1s ease-out;
}

#admin-logs-table {
  width: 100%;
}

#map-container {
  height: 100%;
  width: 100%;
  display: none;
  border-radius: 0.5rem;
  overflow: hidden;
}

.spinner {
  border: 4px solid rgba(0, 0, 0, 0.1);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border-left-color: #09f;
  animation: spin 1s ease infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#admin-logs .dropdown-menu {
  min-width: 40rem;
  padding: 1.5rem;
}

.skeleton {
  background-color: #e2e5e7;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0));
  background-size: 200% 100%;
  background-repeat: no-repeat;
  border-radius: 4px;
  display: inline-block;
  line-height: 1;
  width: 100%;
  animation: shimmer 1.5s ease-in-out infinite;
}

.skeleton-text {
  height: 1em;
  margin-bottom: 0.25em;
}

@keyframes shimmer {
  0% {
    background-position: -200% 0;
  }
  100% {
    background-position: 200% 0;
  }
}/*# sourceMappingURL=style.css.map */