/* Begin Google Maps CSS */
#map {
    height: 350px;
  }
  #description {
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
  }

  #infowindow-content .title {
    font-weight: bold;
  }

  #infowindow-content {
    display: none;
  }

  #map #infowindow-content {
    display: inline;
  }

  .pac-card {
    margin: 10px 10px 0 0;
    border-radius: 2px 0 0 2px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    outline: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    background-color: #fff;
    font-family: Roboto;
  }

  #pac-container {
    padding-bottom: 12px;
    margin-right: 12px;
  }

  .pac-controls {
    /* display: inline-block; */
    display: none;
    padding: 5px 11px;
  }

  .pac-controls label {
    font-family: Roboto;
    font-size: 13px;
    font-weight: 300;
  }

  #pac-input {
    background-color: #fff;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
    margin-left: 12px;
    padding: 0 11px 0 13px;
    text-overflow: ellipsis;
    width: 400px;
    height: 30px;
  }

  #pac-input-error {
    margin-left: 12px;
  }

  #pac-input:focus {
    border-color: #4d90fe;
  }

  #title {
    color: #fff;
    background-color: #4d90fe;
    font-size: 15px;
    font-weight: 500;
    padding: 6px 12px;
  }
  /* End of Google Maps CSS */

  
  .container2 {
    height: 100%;
    background-color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
  }
  
  .container2 .logo {
    max-width: 250px;
    padding: 0 10px;
    overflow: hidden;
  }
  
  .container2 .logo a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 60px;
  }
  
  .container2 .logo a img {
    max-width: 100%;
    max-height: 60px;
    margin-left: 50px;
  }
  
  .container2 .navbar {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 10px;
  }
  
  .container2 .navbar ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
    float: right;
    margin-right: 20px;
  }
  
  .container2 .navbar ul li a {
    text-decoration: none;
    color: #5d5d5d;
    font-size: 18px;
    text-transform: uppercase;
    display: block;
    height: 60px;
    line-height: 70px;
    cursor: pointer;
    padding: 0 10px;
    margin-right: 20px;
  font-weight: bold;
  }
  
  .container2 .navbar ul li a:hover {
    color: #ffffff;
    background-color: rgb(76, 175, 80);
  }
  
  .container2 .navbar ul .close {
    display: none;
    text-align: right;
    padding: 10px;
  }
  
  .container2 .navbar ul .close span {
    font-size: 40px;
    display: inline-block;
    border: 1px solid #cccccc;
    padding: 0 10px;
    cursor: pointer;
  }
  
  .container2 .navbar .icon-bar {
    padding: 18px 8px;
    width: 50px;
    height: 60px;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    cursor: pointer;
  }
  
  .container2 .navbar .icon-bar i {
    background-color: #ffffff;
    height: 2px;
  }

  .container3 {
    height: 100%;
    background-color: white;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    overflow: hidden;
    margin-top: 30px;
    padding: 20px 0;
}

.footer2 {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  font-weight: bold;
}

.signup_error {
  color: #ffffff;
    background-color: #c62c28;
    border-color: #f4c2ce;
    position: relative;
    padding: .75rem 1.25rem;
    border-radius: 1.0rem;
    margin-top: 10px;
    border: 1px solid transparent;
    font-weight: bold;
    font-size: 15px;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
}

.custom_alert {
    position: relative;
    padding: .75rem 1.25rem;
    border-radius: 1.0rem;
    margin-top: 10px;
    border: 1px solid transparent;
    font-weight: bold;
    font-size: 15px;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    width: fit-content;
}

.success_alert {
  color: #ffffff;
  background-color: #4caf50;
}

.pending_alert {
  color: #000000;
  background-color: #f1b763;
}

.failed_alert {
  color: #ffffff;
  background-color: #dc3c30;
}

h5:after {
  content: "";
  display: block;
  margin: 0 auto;
  width: 50%;
  padding-top: 10px;
  border-bottom: 1px solid #4caf50;
}

/* Begin Loader */

.lds-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  margin: 15px;
  border: 3px solid #4caf50;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #4caf50 transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* End Loader */

  @media only screen and (max-width: 650px) {
    .container2 {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
    }
  
    .container2 .logo {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
    }
  
    .container2 .navbar {
      -webkit-box-flex: 0;
      -ms-flex: 0;
      flex: 0;
    }
  
    .container2 .navbar ul {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      position: fixed;
      left: 100%;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      background: #ffffff;
      width: 100%;
      /* height: 100%; */
      overflow: auto;
      -webkit-transition: left .3s;
      -o-transition: left .3s;
      transition: left .3s;
      z-index: 2;
    }
  
    .container2 .navbar ul li a {
      padding: 10px;
      font-size: 16px;
      height: auto;
      line-height: normal;
      color: #555555;
    }
  
    .container2 .navbar ul .close {
      display: block;
    }
  
    .container2 .navbar .icon-bar {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      background: #4caf50;
    }
  
    .container2 .navbar ._Menus-show {
      left: 0;
    }
  }
  
