@import url("https://fonts.googleapis.com/css?family=Montserrat:ital,wght@0,400;0,500;0,700;1,400;1,700&display=swap");

/*The Universal Basics - Fonts, Colors, Etc,... */
body {
  background-color: white;
}

h1 {
  font-family: "Montserrat", sans-serif;
  color: #183059;
  font-size: 50px;
  margin-top: 10px;
  overflow-wrap: normal;
  padding-right: 5%;
  padding-left: 5%;
}

h2 {
  font-family: "Montserrat", sans-serif;
  color: #183059;
  font-size: 32px;
  margin-top: 1vw;
  overflow-wrap: normal;
  padding-right: 5%;
  padding-left: 5%;
}

h3 {
  font-family: "Montserrat", sans-serif;
  color: #183059;
  font-size: 20px;
  margin-top: 1vw;
  overflow-wrap: normal;
  padding-right: 5%;
  padding-left: 5%;
}

h4 {
  font-family: "Montserrat", sans-serif;
  color: #183059;
  font-size: 16px;
  margin-top: 1vw;
  overflow-wrap: normal;
  padding-right: 5%;
  padding-left: 5%;
}

h5 {
  font-family: "Montserrat", sans-serif;
  color: #183059;
  font-size: 12px;
  overflow-wrap: normal;
  padding-right: 5%;
  padding-left: 5%;
}

p, .login-form, .signup-form, .script-form {
  font-family: "Montserrat", sans-serif;
  color: #183059;
  overflow-wrap: normal;
  padding-right: 5%;
  padding-left: 5%;
}

.login-language-picker {
  font-family: "Montserrat", sans-serif;
  position: absolute;
  bottom: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  font-weight: 500;
}

.login-language-picker select {
  border: none;
  outline: none;
  background: none;
}

a {
  color: #226ce0;
  text-decoration: underline;
}

hr {
  display: block;
  margin-top: 1em;
  margin-bottom: 1em;
  height: 5px;
  border-width: 2px;
  color: #183059;
}

/*Menu Logo Div*/
.menulogo {
  border-radius: 50%;
  max-width: 45px;
  height: auto;
}

/*The Nav Bar for the Main App*/

/* The side navigation menu */
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  top: 0;
  left: 0;
  background-color: white;
  box-shadow: 1px 1px #183059;
  overflow-x: hidden;
  padding-top: 60px;
  transition: 0.5s;
  z-index: 3;
}

.sidenav hr {
  margin-top: 1em;
  margin-bottom: 1em;
}

/*The top nav bar for the app - make it float*/
.old-navbar {
  display: block;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  padding: 1rem;
  margin-bottom: 10px;
  z-index: 2;
}

.back_link {
  padding-left: 0.5em;
  padding-right: 0.5em;
  padding-top: 0.2em;
  padding-bottom: 0px;
  display: block;
}

.back_button {
  display: block;
  cursor: pointer;
  padding-right: 5px;
  padding-left: 5px;
}

/* put two links across from one another */
.across {
  display: flex;
  justify-content: space-between;
}

/*Keep the main content from overlapping with the floating top nav bar*/
.main {
  margin-top: 60px;
}

.main.main-without-margin-top {
  margin-top: unset;
}

/* The navigation menu links */
.sidenav a {
  font-family: "Montserrat", sans-serif;
  padding: 5px 15px 5px 20px;
  text-decoration: none;
  font-size: 20px;
  color: #183059;
  display: block;
  transition: 0.3s;
}
.sidenav .footer {
  position: absolute;
  bottom: 1em;
  width: 100%;
}
.sidenav select {
  font-family: "Montserrat", sans-serif;
  margin: 5px 15px 5px 20px;
  font-size: 20px;
  color: #183059;
  display: block;
  transition: 0.3s;
  border: none;
  background-color: inherit;
}
.sidenav select:focus {
  outline: none;
}
/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  color: #226ce0;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 20px;
  margin-left: 50px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }
  .sidenav a {
    font-size: 18px;
  }
}

/*Making the logos/images responsive*/
.responsive {
  width: 95%;
  max-width: 500px;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-top: 7%;
  padding-bottom: 0.5%;
  padding-right: 0.5%;
  padding-left: 0.5%;
  border: 0;
}

/*Responsive styling specifically for the logos on the public pages*/
.logo_responsive {
  width: 75%;
  max-width: 350px;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15%;
  padding-bottom: 2%;
  padding-right: 0.5%;
  padding-left: 0.5%;
  border: 0;
}

/* Styling Search Container */
.search_container div {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 2px;
}

.search_container form {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 2px;
}

.search_container input {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  padding: 10px;
  border-bottom: solid 1px #183059;
  border-top: solid 1px #183059;
  border-left: solid 1px #183059;
  border-right: 0;
  width: 40vw;
  resize: vertical;
}

.search_container select {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0);
  border-left: 0;
  border-right: 0;
  border-bottom: solid 1px #183059;
  border-top: solid 1px #183059;
}

.search_container option {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  padding-left: 10px;
  padding-bottom: 10px;
  padding-right: 20px;
  padding-top: 10px;
}

.search_container button {
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: solid 1px #183059;
  border-top: solid 1px #183059;
  border-right: solid 1px #183059;
  border-left: 0;
  padding: 10px;
}

.search_container button:hover {
  background: #226ce0;
}

.advanced-search-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 2px;
}

.advanced-search-container .form-row {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 2px;
}

.advanced-search-container .advanced-search-field {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.advanced-search-container input {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  padding: 10px;
  border: solid 1px #183059;
  margin: 4px;
}

.advanced-search-field select {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0);
  border: solid 1px #183059;
}

.advanced-search-field option {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  padding: 10px;
}

/* Styling Location Container */
.loc_container div {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 2px;
}

.loc_container form {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 2px;
}

.loc_container input {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  padding: 10px;
  border-bottom: solid 1px #183059;
  border-top: solid 1px #183059;
  border-left: solid 1px #183059;
  border-right: 0;
  resize: vertical;
  width: 60vw;
}

.loc_container select {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0);
  border-left: 0;
  border-right: 0;
  border-bottom: solid 1px #183059;
  border-top: solid 1px #183059;
}

.loc_container option {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  padding-left: 10px;
  padding-bottom: 10px;
  padding-right: 20px;
  padding-top: 10px;
}

.loc_container button {
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: solid 1px #183059;
  border-top: solid 1px #183059;
  border-right: solid 1px #183059;
  border-left: 0;
  padding: 10px;
}

.loc_container button:hover {
  background: #226ce0;
}

/*Map View Styling for Menu + Map*/
.menu {
  float: none;
  height: 30px;
  width: 100%;
  display: block;
}

.leaflet {
  position: absolute;
  z-index: 0;
}

.expand {
  max-width: 100%;
  max-height: 100%;
}

/* Styling for script text boxes */

.texty {
  position: absolute;
  display: none;
}

/* Center call tab */

.deadcenter {
  padding: 55px 0;
}


/* Styling for Staged Reg Form */

.regtab {
  color: black;
  display: none;
  height: 100%;
}



/* Styling for Profile Tabs */

/* Style tab links */

.tablink div {
  display: flex;
  flex-direction: row;
  padding: 2px;
  border: 0px;
}

.tablink button {
  font-family: "Montserrat", sans-serif;
  padding: 5px 15px 5px 20px;
  text-decoration: none;
  font-size: 20px;
  color: #183059;
  transition: 0.3s;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border: solid 1px #183059;
  padding: 10px;
  display: inline-block;
  vertical-align: middle;
}

.tablink:hover {
  color: #226ce0;
}

@media screen and (max-width: 600px) {
  .tablink {
    float: none;
    margin: auto;
  }
}

/* Style the tab content (and add height:100% for full page content) */
.tabcontent {
  color: black;
  display: none;
  height: 100%;
}


/* Styling the Accordian Tabs */
/* Style the buttons that are used to open and close the accordion panel */
.accordion {
  background-color: rgba(0, 0, 0, 0);
  font-family: "Montserrat", sans-serif;
  color: #183059;
  cursor: pointer;
  padding: 1em;
  width: 100%;
  border: solid 1px #183059;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

.active,
.accordion:hover {
  background-color: rgba(0, 0, 0, 0);
}

.panel {
  padding-top: 1em;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  background-color: rgba(0, 0, 0, 0);
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.accordion:after {
  content: "+"; /* Unicode character for "plus" sign (+) */
  font-size: 20px;
  color: #183059;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "-"; /* Unicode character for "minus" sign (-) */
  color: #183059;
  font-size: 20px;
}

.container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}



/* Style Modal */

.modaldiv {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Conversation Code Input*/
.codeinput {
  background-color: transparent;
  border: none;
  width: 335px;
  height: 48px;
  font: 25px monospace;
  letter-spacing: 35px;
  text-indent: 26px;
}

.codeinput:focus {
  outline: none;
}

.codeinput-bottom {
  margin-top: -30px;
  width: 300px;
  height: 32px;
  z-index: -1;
  background: repeating-linear-gradient(
      90deg,
      #183059 0px,
      #183059 34px,
      transparent 0,
      transparent 50px
    )
    0 100%/100% 5px no-repeat;
}

.mainbox_404 {
  background: url('../img/404_open_field.jpeg') no-repeat center bottom fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.logo_404 {
  height: 20vh;
}

.script_404 {
  height: 20vh;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  overflow-wrap: normal;
  padding-right: 5%;
  padding-left: 5%;
  font-size: 300%;
  font-weight: bold;

}

.links_404 {
  margin-top: 150px;
  position: relative;
  height: 60vh;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;

}

.links_404 a:link, .links_404 a:visited,
.links_404 a:hover, .links_404 a:active {
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  font-size: 200%;
}

.refresh_404{
  float: left;
  width: 50%;
}

.home_404{
  float: left;
  width: 50%;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}



/* Styling the Loading Animations */

.progress-wrapper {
    border: 1px solid #ced4da;
    margin-bottom: 0.8em;
  }

.lds-default {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-default div {
  position: absolute;
  width: 6px;
  height: 6px;
  background: #226ce0;
  border-radius: 50%;
  animation: lds-default 1.2s linear infinite;
}
.lds-default div:nth-child(1) {
  animation-delay: 0s;
  top: 37px;
  left: 66px;
}
.lds-default div:nth-child(2) {
  animation-delay: -0.1s;
  top: 22px;
  left: 62px;
}
.lds-default div:nth-child(3) {
  animation-delay: -0.2s;
  top: 11px;
  left: 52px;
}
.lds-default div:nth-child(4) {
  animation-delay: -0.3s;
  top: 7px;
  left: 37px;
}
.lds-default div:nth-child(5) {
  animation-delay: -0.4s;
  top: 11px;
  left: 22px;
}
.lds-default div:nth-child(6) {
  animation-delay: -0.5s;
  top: 22px;
  left: 11px;
}
.lds-default div:nth-child(7) {
  animation-delay: -0.6s;
  top: 37px;
  left: 7px;
}
.lds-default div:nth-child(8) {
  animation-delay: -0.7s;
  top: 52px;
  left: 11px;
}
.lds-default div:nth-child(9) {
  animation-delay: -0.8s;
  top: 62px;
  left: 22px;
}
.lds-default div:nth-child(10) {
  animation-delay: -0.9s;
  top: 66px;
  left: 37px;
}
.lds-default div:nth-child(11) {
  animation-delay: -1s;
  top: 62px;
  left: 52px;
}
.lds-default div:nth-child(12) {
  animation-delay: -1.1s;
  top: 52px;
  left: 62px;
}
@keyframes lds-default {
  0%, 20%, 80%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
}
