.CircularProgressbar {
  vertical-align: middle;
  width: 100%;
}

.CircularProgressbar .CircularProgressbar-path {
  stroke: #3e98c7;
  stroke-linecap: round;
  transition: stroke-dashoffset .5s;
}

.CircularProgressbar .CircularProgressbar-trail {
  stroke: #d6d6d6;
  stroke-linecap: round;
}

.CircularProgressbar .CircularProgressbar-text {
  fill: #3e98c7;
  dominant-baseline: middle;
  text-anchor: middle;
  font-size: 20px;
}

.CircularProgressbar .CircularProgressbar-background {
  fill: #d6d6d6;
}

.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-background {
  fill: #3e98c7;
}

.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-text {
  fill: #fff;
}

.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-path {
  stroke: #fff;
}

.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-trail {
  stroke: #0000;
}

.navigationBar {
  z-index: 2;
  background-color: #33677b;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  padding: 1.6rem 2.4rem;
  display: flex;
  position: relative;
  top: 0;
  left: 0;
}

.navigationBarButton {
  color: #f5f5f5;
  text-align: center;
  background-color: #0000;
  border: 0;
  padding: 0;
  font-family: Poppins, serif;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 24px;
}

.navigationBarLogo {
  height: 4rem;
  margin-left: 3em;
  margin-right: 3em;
}

.home_page {
  height: 100vh;
  overflow: hidden;
}

.home_page a:hover {
  text-decoration: none;
}

.home_page .main_button {
  color: #000;
  cursor: pointer;
  word-spacing: 100vw;
}

.home_page .main_button_disabled {
  color: gray;
  cursor: not-allowed;
}

.home_page .background {
  z-index: 1;
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
}

.home_page .background .openlayers-map {
  height: 100%;
}

.home_page .background .openlayers-map .buttons {
  z-index: 1;
  font-size: 3.6rem;
  position: fixed;
  right: 1rem;
}

.home_page .background .openlayers-map .buttons .map_button {
  cursor: pointer;
  opacity: .8;
  user-select: none;
  background-color: #fff;
  border-radius: 30vw;
  justify-content: center;
  align-items: center;
  width: 7rem;
  height: 7rem;
  margin-bottom: 2rem;
  display: flex;
}

.home_page .background .openlayers-map .buttons .map_button p {
  margin: 0 auto;
  padding-top: 3.6rem;
  font-size: 1.1rem;
  position: absolute;
}

@media screen and (orientation: portrait) {
  .home_page .background .openlayers-map .buttons {
    bottom: 8rem;
  }
}

@media screen and (orientation: landscape) {
  .home_page .background .openlayers-map .buttons {
    bottom: 1rem;
  }
}

.home_page .background img {
  height: 20vh;
}

.home_page .info {
  z-index: 2;
  cursor: pointer;
  background-color: #ffffffb3;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100vw;
  padding-top: .25rem;
  padding-bottom: .25rem;
  font-size: 2.4rem;
  display: flex;
  position: relative;
  box-shadow: 0 3px 6px #00000029;
}

.home_page .info .change-boat-btn {
  align-items: center;
  font-size: 2rem;
  font-weight: bold;
  display: flex;
}

.home_page .menu {
  z-index: 2;
  background-color: #ffffffd9;
}

@media screen and (orientation: portrait) {
  .home_page .menu {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .home_page .menu .menu_area {
    align-items: center;
    display: flex;
  }

  .home_page .menu .menu_button {
    word-spacing: 30vw;
    user-select: none;
    width: 32vw;
    padding: 1rem 0;
    display: inline-block;
  }

  .home_page .menu .separator {
    display: inline-block;
  }
}

@media screen and (orientation: landscape) {
  .home_page .menu {
    align-content: center;
    width: fit-content;
    max-width: 20rem;
    height: 100%;
    max-height: calc(100vh - 10rem);
    display: flex;
    position: relative;
  }

  .home_page .menu .menu_area {
    margin: auto 0;
    padding-bottom: 8rem;
  }

  .home_page .menu .menu_button {
    text-align: center;
    width: min-content;
    margin: 0 auto;
    padding: 3rem 2rem;
    font-weight: 600;
    line-height: 2.2rem;
  }
}

.home_page .menu .menu_button {
  cursor: pointer;
  text-align: center;
  font-size: 1.8rem;
}

.home_page .menu .menu_button a {
  color: #000;
}

@media screen and (orientation: portrait) {
  .home_page .menu .separator {
    border-left: 2px solid #c2d1d8;
    height: 4vh;
  }
}

@media screen and (orientation: landscape) {
  .home_page .menu .separator {
    border-top: 1px solid #c2d1d8;
    width: 80%;
    height: 0;
    margin: 3vh auto;
  }
}

.safety_check {
  text-align: center;
  color: #01435c;
  width: 100vw;
  position: relative;
}

.safety_check .background {
  opacity: .2;
  background-image: url("./images/stock_fishing_rods.jpg");
  background-position: 0 0;
  background-size: cover;
  width: 100vw;
  height: 100vh;
  position: absolute;
}

@media screen and (orientation: portrait) {
  .safety_check .background {
    background-position: -100px;
  }
}

.safety_check .content_area {
  height: 100vh;
  position: relative;
}

@media screen and (orientation: portrait) {
  .safety_check .content_area {
    width: 100vw;
  }
}

@media screen and (orientation: landscape) {
  .safety_check .content_area {
    width: 60vw;
  }
}

.safety_check .back_button {
  color: #3c667a;
  cursor: pointer;
  font-size: 2rem;
  font-weight: 800;
}

.safety_check .back_button img {
  vertical-align: middle;
  height: 2.4rem;
  padding-left: 1rem;
  transform: rotate(180deg);
}

.safety_check .value {
  width: 12rem;
  margin: 8vh auto 0;
  font-size: 12rem;
  font-weight: 900;
}

.safety_check .buttons {
  margin: inherit;
  position: absolute;
  left: 0;
  right: 0;
}

@media screen and (orientation: portrait) {
  .safety_check .buttons {
    bottom: 26vh;
  }
}

@media screen and (orientation: landscape) {
  .safety_check .buttons {
    bottom: 16vh;
  }
}

.safety_check .buttons .mdi:before {
  vertical-align: bottom;
}

.safety_check .header {
  color: #01435c;
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 4.4rem;
  font-weight: 900;
}

.safety_check .container-fluid {
  padding: 0;
}

.safety_check .bottom {
  top: 0;
}

.safety_check .wish {
  color: #01435c;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 15%;
  font-size: 3.4rem;
  line-height: 5rem;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.safety_check .wish h1 {
  font-size: 4.4rem;
  font-weight: 800;
}

.safety_check .wish p {
  font-size: 2.8rem;
}

.safety_check .crewlist {
  color: #3c667a;
  align-self: center;
  max-width: 60rem;
  max-height: calc(100vh - 55rem);
  margin: 2rem auto 0;
}

.safety_check .crewlist .entry {
  cursor: pointer;
  width: 100%;
  max-width: 400px;
  margin-bottom: 2.4rem;
}

.safety_check .crewlist .entry .checkbox {
  text-align: right;
}

.safety_check .crewlist .entry .checkbox img {
  width: 6rem;
}

.safety_check .crewlist .entry .text {
  align-self: center;
  padding: 0;
  font-size: 2.4rem;
  font-weight: 600;
}

.safety_check .total_crew {
  text-align: center;
  width: 100vw;
  font-size: 2rem;
}

.safety_check .checklist {
  color: #3c667a;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  display: flex;
}

@media screen and (orientation: portrait) {
  .safety_check .checklist {
    height: calc(100% - 28rem);
    position: absolute;
    top: 12rem;
    left: 0;
  }
}

@media screen and (orientation: landscape) {
  .safety_check .checklist {
    padding-top: 8rem;
    position: relative;
  }
}

.safety_check .checklist .entry {
  cursor: pointer;
  width: 100%;
  max-width: 40rem;
  margin-top: 2.4vh;
  margin-bottom: 2rem;
}

.safety_check .checklist .entry img {
  width: 4rem;
}

.safety_check .checklist .entry .text {
  align-self: center;
  max-width: 28rem;
  padding: 0;
  font-size: 2.8rem;
  font-weight: 600;
}

.safety_check .separator {
  border-bottom: 1px solid #01435c;
  width: 90%;
  margin: 0 auto;
  padding-top: 3vh;
}

.safety_check .gofish_button {
  cursor: pointer;
  vertical-align: middle;
  user-select: none;
  border: .5rem solid;
  padding: .5rem;
}

.safety_check .gofish_button:active {
  color: #fff;
  background-color: #01435c;
  border-color: #01435c;
}

.safety_check .crew_button {
  font-size: 5.6rem;
}

.safety_check .hours_button {
  font-size: 10rem;
}

@media screen and (orientation: landscape) {
  .safety_check .main_button_area {
    justify-content: center;
    align-items: center;
    display: flex;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 4rem;
  }
}

@media screen and (orientation: portrait) {
  .safety_check .main_button_area {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
  }
}

.safety_check .main_button_area .progress-bar {
  background-color: #9db3bc;
}

.safety_check .main_button_area .next_btn {
  user-select: none;
  text-transform: uppercase;
  color: #fff;
  background-color: #01435c;
  border: 1px solid #01435c;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  display: flex;
}

@media screen and (orientation: portrait) {
  .safety_check .main_button_area .next_btn {
    border: 0;
    width: 100vw;
    height: 8rem;
    margin-bottom: 6vh;
    font-size: 3.2rem;
  }
}

@media screen and (orientation: landscape) {
  .safety_check .main_button_area .next_btn {
    border-radius: 30vw;
    width: 36vw;
    height: 36vw;
    font-size: 7.2vh;
  }
}

.safety_check .main_button_area .next_btn:active {
  color: #01435c;
  background-color: #9db3bc;
  border: 1px solid #9db3bc;
}

.safety_check .main_button_area .next_btn:focus {
  outline: 0;
}

.safety_check .circle {
  fill: #ebf0f2;
  width: 4vw;
  height: 4vw;
  position: absolute;
  bottom: 1.75vh;
}

.safety_check .circle.circle1 {
  left: 15.2vw;
}

.safety_check .circle.circle2 {
  left: 36.4vw;
}

.safety_check .circle.circle3 {
  left: 57.6vw;
}

.safety_check .circle.circle4 {
  left: 78.8vw;
}

.safety_check .circle.active {
  fill: #01435c;
  width: 6vw;
  height: 6vw;
  bottom: 1.5vh;
}

.safety_check .line {
  fill: red;
  stroke: #ebf0f2;
  stroke-width: 2px;
  width: 100vw;
  height: 10px;
  position: absolute;
  bottom: 1.5vh;
}

.safety_check .line.inactive {
  width: 84.8vw;
  left: 21.2vw;
}

.safety_check .line.active {
  stroke: #01435c;
  width: 15.2vw;
  left: 0;
}

.zero_catch_modal {
  z-index: 30;
  background: #000000b3;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  font-family: Poppins, sans-serif;
  transition: visibility .3s, opacity .3s linear;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
}

.zero_catch_modal .no-boat {
  font-size: 3.2rem;
}

.zero_catch_modal .modal_area {
  background: #fff;
  width: 90%;
  max-width: 500px;
  height: 80%;
  position: absolute;
}

.zero_catch_modal .modal_area .boat-options {
  user-select: none;
  flex-direction: column;
  width: 70%;
  height: 45vh;
  margin: auto;
  display: flex;
  overflow-y: auto;
}

.zero_catch_modal .modal_area .boat-options .option {
  cursor: pointer;
  border-bottom: 1px solid #000;
  align-items: center;
  font-size: 2rem;
  display: flex;
}

.zero_catch_modal .modal_area .details {
  text-align: center;
  margin-top: 8vh;
  padding-left: 5rem;
  padding-right: 5rem;
  font-size: 2.8rem;
}

.zero_catch_modal .modal_area .main_button_container {
  justify-content: center;
  align-items: center;
  height: 50vh;
  display: flex;
}

.zero_catch_modal .modal_area .main_button_container .send_zero_catch {
  text-align: center;
  background-color: #01435c;
  border: none;
  border-radius: .4rem;
  width: 32rem;
  padding: 3rem;
  font-size: 4rem;
  font-weight: 900;
}

.zero_catch_modal .modal_area .cancel_button_container {
  justify-content: center;
  width: 100%;
  display: flex;
  position: absolute;
  bottom: 0;
}

.zero_catch_modal .modal_area .cancel_button_container .cancel {
  color: #01435c;
  background-color: #0000;
  border: none;
  margin-bottom: 4rem;
  font-size: 3.2rem;
  font-weight: bold;
}

.show {
  visibility: visible;
  opacity: 1;
}

.hidden {
  visibility: hidden;
  opacity: 0;
}

.gofish_navbar .language_select {
  width: auto;
  font-size: 1.2rem;
}

.gofish_navbar .mdi {
  vertical-align: middle;
  font-size: 1.6rem;
}

.gofish_navbar .navbar {
  z-index: 2;
  color: #fff;
  text-shadow: 0 0 5px #0f2440;
  background-color: #33677b;
  width: 100vw;
  margin: 0;
  padding: 1.6rem 2.4rem;
  font-family: Poppins;
  font-weight: bolder;
  position: relative;
  top: 0;
  left: 0;
}

.gofish_navbar .navbar .navbar-brand {
  color: #fff;
  text-shadow: 0 0 5px #0f2440;
  font-size: 2.8rem;
}

.gofish_navbar .navbar .navbar-brand img {
  height: 4rem;
}

.gofish_navbar .navbar .navbar_toggler_button {
  color: #fff;
  vertical-align: middle;
  user-select: none;
}

.gofish_navbar .navbar .navbar_toggler_button .mdi {
  font-size: 3rem;
}

.gofish_navbar .navbar .nav-link {
  font-size: 1.6rem;
  color: #fff !important;
}

.gofish_navbar .navbar button {
  border: 0;
}

.gofish_navbar .navbar button span {
  background-size: 2.8rem;
}

.gofish_navbar .menu_item {
  font-size: 1.6rem;
}

.gofish_navbar .menu_item button {
  color: #f5f5f5;
  background-color: #0000;
  border: 0;
  padding: 0;
  font-weight: 300;
}

.login .background {
  opacity: .5;
  background-image: url("./images/stock_fishing_rods.jpg");
  background-position: 0 0;
  background-size: cover;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
}

@media screen and (orientation: portrait) {
  .login .background {
    background-position-x: -100px;
  }
}

.login .input_area {
  background-color: #64646433;
  width: fit-content;
  margin: 6vh auto 0;
  padding: 4rem 3.6rem 2rem;
  display: table;
  position: relative;
}

@media screen and (width <= 450px) {
  .login .input_area {
    width: 38rem !important;
  }
}

.login .input_area .error {
  color: red;
  padding-top: .8rem;
  font-size: 1.6rem;
  position: absolute;
  top: 0;
}

.login .input_area .error ul {
  padding-left: .8rem;
  list-style-type: none;
}

.login .input_area .input {
  background-color: #fff;
  width: 100%;
  height: 6rem;
  margin: 0 auto;
  padding-left: 1.2rem;
  font-size: 3.2rem;
  line-height: 6rem;
  box-shadow: .5px .5px #64646480;
}

.login .input_area .input .input_content {
  width: 24rem;
  font-weight: bold;
  display: inline;
  overflow: hidden;
}

.login .input_area .input .mdi {
  float: right;
  cursor: pointer;
  color: gray;
  padding-right: 1.2rem;
}

.login .input_area .input .mdi:hover {
  color: #000;
}

.login .input_area button {
  background-color: #00a09b;
  border-color: #00a09b;
  border-radius: 0;
  width: 100%;
  padding: .8rem;
  font-size: 3.2rem;
}

.login .input_area button:active {
  opacity: 1.2;
}

.login .input_area button:focus {
  box-shadow: none;
  border-color: #00a09b;
}

.login .input_area .buttons {
  margin-top: 2rem;
}

.login .input_area .buttons .button_row {
  white-space: nowrap;
  width: auto;
  padding-bottom: .25rem;
}

.login .input_area .buttons .button_row .button {
  cursor: pointer;
  color: #fff;
  text-align: center;
  user-select: none;
  background-color: #000;
  width: 7.6rem;
  height: 7.6rem;
  font-size: 3.6rem;
  line-height: 7.6rem;
  display: inline-block;
}

.login .input_area .buttons .button_row .button.long {
  width: 15.5rem;
}

.login .input_area .buttons .button_row .button:active {
  color: #000;
  background-color: gray;
}

.guest_registration-section {
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-size: 16px;
}

.guest_registration-header {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 20px;
  font-weight: bold;
}

.guest_registration-form {
  flex-direction: column;
  width: 90%;
  max-width: 500px;
  margin: 0 auto;
  display: flex;
}

.guest_registration-button_container {
  text-align: center;
  margin-top: 20px;
  padding-bottom: 200px;
}

.guest_registration-button {
  color: #fff;
  cursor: pointer;
  border: none;
  border-radius: 4px;
  padding: 5px 20px;
}

.guest_registration-button:disabled {
  pointer-events: none;
  cursor: none;
  background-color: #d3d3d3;
}

.guest_registration-button_edit {
  background-color: #02405a;
}

.guest_registration-button_submit {
  background-color: #1c91f2;
  width: 90%;
}

.guest_registration-guest-header_container {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.guest_registration-guest_header {
  margin-top: 0;
  padding-bottom: 5px;
  font-weight: bold;
}

.guest_registration-form_section {
  margin-bottom: 10px;
}

.guest_registration-label {
  margin-bottom: 5px;
  display: block;
}

.guest_registration-label-boat-license {
  align-items: center;
  gap: 20px;
  margin-bottom: 5px;
  display: flex;
}

.guest_registration-label_header {
  padding-bottom: 5px;
}

.guest_registration-input {
  box-sizing: border-box;
  background-color: #e8edf5;
  border: none;
  border-radius: 10px;
  width: 100%;
  padding: 8px;
}

.guest_registration-input:read-only {
  color: gray;
  cursor: not-allowed;
}

.guest_registration-input-in_progress {
  border: 1px solid orange !important;
}

.guest_registration-input-ok {
  border: 1px solid green !important;
}

.guest_registration-input-error {
  border: 1px solid red !important;
}

.guest_registration-input-email {
  box-sizing: border-box;
  background-color: #e8edf5;
  border: none;
  border-radius: 10px;
  width: 100%;
  padding: 8px;
}

.guest_registration-input-email:read-only {
  color: gray;
  cursor: none;
}

.guest_registration-input-email-in_progress {
  border: 1px solid orange !important;
}

.guest_registration-input-email-ok {
  border: 1px solid green !important;
}

.guest_registration-input-email-error {
  border: 1px solid red !important;
}

.guest_registration-phone_input {
  box-sizing: border-box;
  background-color: #e8edf5;
  border: none;
  border-radius: 10px;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
}

.guest_registration-phone_input:read-only {
  color: gray;
  cursor: none;
}

.guest_registration-error_container {
  color: red;
}

.guest_registration-hide {
  display: none;
}

.guest_registration-show {
  display: block;
}

.guest_registration-event_info {
  padding: 20px 0;
}

.guest_registration-event_info div {
  color: #666;
}

.guest_registration-event_info strong {
  color: #000;
}

.boat-license {
  width: 80%;
}

.custom-checkbox-container {
  align-items: center;
  display: flex;
}

.custom-checkbox-label {
  color: #000;
  cursor: pointer;
  text-transform: capitalize !important;
  font-weight: unset !important;
}

.custom-checkbox-checkbox {
  appearance: none;
  cursor: pointer;
  background-clip: content-box;
  border-radius: 3px;
  outline: none;
  width: 1em;
  height: 1.05em;
  margin-left: 10px;
  position: relative;
  box-shadow: 0 0 0 1px #000;
}

.custom-checkbox-checkbox:disabled {
  cursor: not-allowed;
}

.custom-checkbox-checkbox:checked {
  background-color: #02405a;
}

.custom-checkbox-checkbox:checked:after {
  content: "";
  border: 2px solid #fff;
  border-width: 0 2px 2px 0;
  width: .3em;
  height: .6em;
  position: absolute;
  top: .15em;
  left: .35em;
  transform: rotate(45deg);
}

.custom-checkbox-checkbox:focus, .custom-checkbox-checkbox:hover {
  box-shadow: 0 0 0 1px #02405a;
}

.Toastify__toast-container {
  z-index: 9999;
  box-sizing: border-box;
  color: #fff;
  width: 320px;
  padding: 4px;
  position: fixed;
}

.Toastify__toast-container--top-left {
  top: 1em;
  left: 1em;
}

.Toastify__toast-container--top-center {
  margin-left: -160px;
  top: 1em;
  left: 50%;
}

.Toastify__toast-container--top-right {
  top: 1em;
  right: 1em;
}

.Toastify__toast-container--bottom-left {
  bottom: 1em;
  left: 1em;
}

.Toastify__toast-container--bottom-center {
  margin-left: -160px;
  bottom: 1em;
  left: 50%;
}

.Toastify__toast-container--bottom-right {
  bottom: 1em;
  right: 1em;
}

@media only screen and (width <= 480px) {
  .Toastify__toast-container {
    width: 100vw;
    margin: 0;
    padding: 0;
    left: 0;
  }

  .Toastify__toast-container--top-center, .Toastify__toast-container--top-left, .Toastify__toast-container--top-right {
    top: 0;
  }

  .Toastify__toast-container--bottom-center, .Toastify__toast-container--bottom-left, .Toastify__toast-container--bottom-right {
    bottom: 0;
  }

  .Toastify__toast-container--rtl {
    left: auto;
    right: 0;
  }
}

.Toastify__toast {
  box-sizing: border-box;
  cursor: pointer;
  direction: ltr;
  border-radius: 1px;
  justify-content: space-between;
  min-height: 64px;
  max-height: 800px;
  margin-bottom: 1rem;
  padding: 8px;
  font-family: sans-serif;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 10px #0000001a, 0 2px 15px #0000000d;
}

.Toastify__toast--rtl {
  direction: rtl;
}

.Toastify__toast--default {
  color: #aaa;
  background: #fff;
}

.Toastify__toast--info {
  background: #3498db;
}

.Toastify__toast--success {
  background: #07bc0c;
}

.Toastify__toast--warning {
  background: #f1c40f;
}

.Toastify__toast--error {
  background: #e74c3c;
}

.Toastify__toast-body {
  flex: 1;
  margin: auto 0;
}

@media only screen and (width <= 480px) {
  .Toastify__toast {
    margin-bottom: 0;
  }
}

.Toastify__close-button {
  color: #fff;
  cursor: pointer;
  opacity: .7;
  background: none;
  border: none;
  outline: none;
  align-self: flex-start;
  padding: 0;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s;
}

.Toastify__close-button--default {
  color: #000;
  opacity: .3;
}

.Toastify__close-button:focus, .Toastify__close-button:hover {
  opacity: 1;
}

@keyframes Toastify__trackProgress {
  0% {
    transform: scaleX(1);
  }

  to {
    transform: scaleX(0);
  }
}

.Toastify__progress-bar {
  z-index: 9999;
  opacity: .7;
  transform-origin: 0;
  background-color: #ffffffb3;
  width: 100%;
  height: 5px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.Toastify__progress-bar--animated {
  animation: linear forwards Toastify__trackProgress;
}

.Toastify__progress-bar--controlled {
  transition: transform .2s;
}

.Toastify__progress-bar--rtl {
  transform-origin: 100%;
  left: auto;
  right: 0;
}

.Toastify__progress-bar--default {
  background: linear-gradient(90deg, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);
}

@keyframes Toastify__bounceInRight {
  0%, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
  }

  0% {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    transform: translate3d(10px, 0, 0);
  }

  90% {
    transform: translate3d(-5px, 0, 0);
  }

  to {
    transform: none;
  }
}

@keyframes Toastify__bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes Toastify__bounceInLeft {
  0%, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
  }

  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }

  75% {
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    transform: translate3d(5px, 0, 0);
  }

  to {
    transform: none;
  }
}

@keyframes Toastify__bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes Toastify__bounceInUp {
  0%, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
  }

  0% {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }

  75% {
    transform: translate3d(0, 10px, 0);
  }

  90% {
    transform: translate3d(0, -5px, 0);
  }

  to {
    transform: translateZ(0);
  }
}

@keyframes Toastify__bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes Toastify__bounceInDown {
  0%, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
  }

  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }

  75% {
    transform: translate3d(0, -10px, 0);
  }

  90% {
    transform: translate3d(0, 5px, 0);
  }

  to {
    transform: none;
  }
}

@keyframes Toastify__bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

.Toastify__bounce-enter--bottom-left, .Toastify__bounce-enter--top-left {
  animation-name: Toastify__bounceInLeft;
}

.Toastify__bounce-enter--bottom-right, .Toastify__bounce-enter--top-right {
  animation-name: Toastify__bounceInRight;
}

.Toastify__bounce-enter--top-center {
  animation-name: Toastify__bounceInDown;
}

.Toastify__bounce-enter--bottom-center {
  animation-name: Toastify__bounceInUp;
}

.Toastify__bounce-exit--bottom-left, .Toastify__bounce-exit--top-left {
  animation-name: Toastify__bounceOutLeft;
}

.Toastify__bounce-exit--bottom-right, .Toastify__bounce-exit--top-right {
  animation-name: Toastify__bounceOutRight;
}

.Toastify__bounce-exit--top-center {
  animation-name: Toastify__bounceOutUp;
}

.Toastify__bounce-exit--bottom-center {
  animation-name: Toastify__bounceOutDown;
}

@keyframes Toastify__zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes Toastify__zoomOut {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }

  to {
    opacity: 0;
  }
}

.Toastify__zoom-enter {
  animation-name: Toastify__zoomIn;
}

.Toastify__zoom-exit {
  animation-name: Toastify__zoomOut;
}

@keyframes Toastify__flipIn {
  0% {
    opacity: 0;
    animation-timing-function: ease-in;
    transform: perspective(400px)rotateX(90deg);
  }

  40% {
    animation-timing-function: ease-in;
    transform: perspective(400px)rotateX(-20deg);
  }

  60% {
    opacity: 1;
    transform: perspective(400px)rotateX(10deg);
  }

  80% {
    transform: perspective(400px)rotateX(-5deg);
  }

  to {
    transform: perspective(400px);
  }
}

@keyframes Toastify__flipOut {
  0% {
    transform: perspective(400px);
  }

  30% {
    opacity: 1;
    transform: perspective(400px)rotateX(-20deg);
  }

  to {
    opacity: 0;
    transform: perspective(400px)rotateX(90deg);
  }
}

.Toastify__flip-enter {
  animation-name: Toastify__flipIn;
}

.Toastify__flip-exit {
  animation-name: Toastify__flipOut;
}

@keyframes Toastify__slideInRight {
  0% {
    visibility: visible;
    transform: translate3d(110%, 0, 0);
  }

  to {
    transform: translateZ(0);
  }
}

@keyframes Toastify__slideInLeft {
  0% {
    visibility: visible;
    transform: translate3d(-110%, 0, 0);
  }

  to {
    transform: translateZ(0);
  }
}

@keyframes Toastify__slideInUp {
  0% {
    visibility: visible;
    transform: translate3d(0, 110%, 0);
  }

  to {
    transform: translateZ(0);
  }
}

@keyframes Toastify__slideInDown {
  0% {
    visibility: visible;
    transform: translate3d(0, -110%, 0);
  }

  to {
    transform: translateZ(0);
  }
}

@keyframes Toastify__slideOutRight {
  0% {
    transform: translateZ(0);
  }

  to {
    visibility: hidden;
    transform: translate3d(110%, 0, 0);
  }
}

@keyframes Toastify__slideOutLeft {
  0% {
    transform: translateZ(0);
  }

  to {
    visibility: hidden;
    transform: translate3d(-110%, 0, 0);
  }
}

@keyframes Toastify__slideOutDown {
  0% {
    transform: translateZ(0);
  }

  to {
    visibility: hidden;
    transform: translate3d(0, 500px, 0);
  }
}

@keyframes Toastify__slideOutUp {
  0% {
    transform: translateZ(0);
  }

  to {
    visibility: hidden;
    transform: translate3d(0, -500px, 0);
  }
}

.Toastify__slide-enter--bottom-left, .Toastify__slide-enter--top-left {
  animation-name: Toastify__slideInLeft;
}

.Toastify__slide-enter--bottom-right, .Toastify__slide-enter--top-right {
  animation-name: Toastify__slideInRight;
}

.Toastify__slide-enter--top-center {
  animation-name: Toastify__slideInDown;
}

.Toastify__slide-enter--bottom-center {
  animation-name: Toastify__slideInUp;
}

.Toastify__slide-exit--bottom-left, .Toastify__slide-exit--top-left {
  animation-name: Toastify__slideOutLeft;
}

.Toastify__slide-exit--bottom-right, .Toastify__slide-exit--top-right {
  animation-name: Toastify__slideOutRight;
}

.Toastify__slide-exit--top-center {
  animation-name: Toastify__slideOutUp;
}

.Toastify__slide-exit--bottom-center {
  animation-name: Toastify__slideOutDown;
}

:focus {
  outline: none;
}

.container {
  width: 100vw;
  height: 100vh;
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 24px;
}

.poppins {
  font-family: Poppins, sans-serif;
}

.max_width {
  width: 100%;
  max-width: 550px;
  margin: 0 auto;
}

#app {
  background-color: #f2f9f8;
  max-width: 100vw !important;
  max-height: 100vh !important;
}

#map .ol-zoom, #map .ol-rotate {
  visibility: hidden;
}

@media (width <= 450px) {
  :root {
    font-size: 8px;
  }
}

@media (width >= 450px) {
  :root {
    font-size: 10px;
  }
}

.Toastify {
  font-size: 2rem;
}

.Toastify .Toastify__toast-container {
  white-space: nowrap;
  width: auto;
}

.Toastify .Toastify__toast-container .Toastify__toast-body {
  padding-left: 1rem;
  padding-right: 1rem;
}
/*# sourceMappingURL=entry.8dd42e97.css.map */
