:root {
  --orange: #ffa616;
}

.swal2-container * {
  font-family: "Roboto", sans-serif !important;
}

.bolded-text {
  font-weight: 500;
}

.pointy-finger {
  color: blue;
  text-decoration: underline;
  display: block;
}

.pointy-finger:hover {
  cursor: pointer;
  color: orange;
}

.required {
  color: #f8af00;
  margin-left: 0.75em;
}

.heading {
  color: #ffffff;
  margin: 0 auto;
  text-align: center;
  max-width: 800px;
}

body.viewport-lg {
  position: absolute;
}

.minesDiv {
  font-size: 100%;
  padding-right: 5px;
  padding-left: 5px;
  background: none;
}

.minesTable {
  padding: 10px;
  background: #101215;
  border-radius: 8px;
}

h2.h2-results {
  font-size: 2em;
  font-family: "Roboto", sans-serif;
  color: #f8af00;
  font-weight: 300;
  margin: 10px 0 10px;
  text-align: center;
}

h2.h2-results strong {
  color: #fff;
}

h4.stickylogo {
  color: #eee;
  text-transform: uppercase;
  padding-bottom: 8px;
  margin-top: 3px;
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 500;
  position: relative;
  letter-spacing: 0px;
}

table.customerdata {
  background: #fff;
  max-height: 600px;
}

table.customerdata td,
table.customerdata th {
  border-left: 1px solid #333;
  padding: 6px;
}

table td.gray {
  color: #ccc;
  background: #333;
}

table.customerdata tr.top td,
table.customerdata tr.top th {
  background: #444;
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 1px;
}

table.customerdata tr.top td a,
table.customerdata tr.top th a,
table.myTable > thead > tr > th a {
  color: #fff;
  font-size: 15px;
}

tspan {
  fill: #ffffff;
  font-size: 4px;
}

.name_show {
  margin: 0 auto;
}

.hovertext {
  color: #ffff;
  font-size: 24px;
  height: 40px;
  left: 0;
  padding: 2px 10px;
  right: 0;
  text-align: center;
  width: auto;
}

.map_search_form {
  display: block;
}

#maprow {
}

#searchmines {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  z-index: 991;
  margin: auto;
  width: 100%;
}

#searchMineForm {
  width: 90%;
  max-width: 800px;
  align-self: center;
  padding: 80px 60px;
}

#minesDiv table tbody td:nth-child(4) {
  text-align: center;
}
#minesDiv table tbody td a i {
  font-size: large;
}

.bv-video-wrap:before {
  z-index: 3;
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 70%,
    rgba(0, 0, 0, 0.2) 80%,
    rgba(0, 0, 0, 0.7) 90%,
    rgba(0, 0, 0, 0.9) 95%,
    rgba(0, 0, 0, 1) 100%
  );
}

@media (min-width: 992px) {
  #searchMineForm {
    background: url("assets/img/bg/map-bg1.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
  }
}

@media (max-width: 767px) {
  h1.style1 {
    font-size: 1.5em;
    font-family: "Roboto", sans-serif;
    color: #f8af00;
    font-weight: 300;
    margin: 5px 0 5px;
  }
  h2.style1 {
    font-size: 1em;
    font-family: "Roboto", sans-serif;
    color: #fff;
    font-weight: 500;
    margin: 5px 0 5px;
  }
  h3.style1 {
    font-size: 1em;
    font-family: "Roboto", sans-serif;
    color: #f8af00;
    font-weight: 300;
    margin: 5px 0 5px;
  }
}

#searchByCity {
  font-size: x-large;
}

@media screen and (max-width: 991px) {
  .mapholder {
    position: relative;
    background: url("assets/img/bg/bg-poster.jpg");
  }
  #maprow {
    background: none;
  }

  .ticketlogo {
    display: none;
  }
  #searchByCity {
    font-size: x-large;
  }

  h2.h2-results {
    font-size: 1.5em;
    font-family: "Roboto", sans-serif;
    color: #f8af00;
    font-weight: 300;
    margin: 10px 0 10px;
    text-align: center;
  }

  #minesDiv table tbody td:nth-child(1),
  #minesDiv table tbody th:nth-child(1) {
    display: none;
  }

  #minesDiv table th {
    font-size: 10px;
  }

  #searchMineForm {
    padding: 40px 30px;
    background: none;
  }
}

@media only screen and (max-width: 400px) {
  #searchByCity {
    font-size: medium;
  }

  .ticketlogo {
    display: none;
  }
  h2.h2-results {
    font-size: 1.25em;
    font-family: "Roboto", sans-serif;
    color: #f8af00;
    font-weight: 300;
    margin: 10px 0 10px;
    text-align: center;
  }

  h1.style1 {
    font-size: 1.5em;
    font-family: "Roboto", sans-serif;
    color: #f8af00;
    font-weight: 300;
    margin: 5px 0 5px;
  }
  h2.style1 {
    font-size: 1em;
    font-family: "Roboto", sans-serif;
    color: #fff;
    font-weight: 500;
    margin: 5px 0 5px;
  }
  h3.style1 {
    font-size: 1em;
    font-family: "Roboto", sans-serif;
    color: #f8af00;
    font-weight: 300;
    margin: 5px 0 5px;
  }
}

@media only screen and (max-width: 700px) {
  .ticketlogo {
    display: none;
  }

  .name_show {
    margin: 0 auto;
  }

  .hovertext {
    font-size: 15px;
    /*		height: 23px;*/
    padding: 1px 6px;
    width: auto;
  }

  .heading h2 {
    font-size: 18px;
  }
}

.directions-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.directions-link {
  grid-column: 1 / 2;
  justify-self: center;
  align-self: center;
}

.directions-text {
  grid-column: 2 / 5;
  justify-self: center;
  align-self: center;
}

.quote-for-help {
  font-weight: 700;
  font-size: 2.5rem;
  font-family: "Roboto", sans-serif;
  color: white;
}

.mb {
  margin-bottom: 0.5em;
}

#loadingDiv {
  z-index: 100;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.4em;
  margin: 3em 0;
}

.small-white-box {
  background-color: white;
  border: 3px solid orange;
  color: black;
  padding: 2em 1.5em;
  border-radius: 5px;
  width: max-content;
  margin: 0 auto !important;
  max-width: 30vw;
  width: 100%;
  text-align: center;
}

@media (max-width: 991px) {
  .small-white-box {
    max-width: 60vw;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .small-white-box {
    max-width: 90vw;
    width: 100%;
    min-width: 400px;
  }
}

.loading-text {
  font-weight: 400;
  color: #000;
  margin: 0 auto;
  margin-bottom: 2em;
}

.loading-text img {
  height: 80px;
  width: 80px;
}

.processing-text {
  font-weight: 400;
  text-align: center;
  margin-bottom: 1.25em;
}

.blurb-header {
  font-weight: 700;
  margin-bottom: 1em;
  text-transform: uppercase;
  letter-spacing: 1.1px;
  font-size: 1.75rem;
}

.blurb-body {
  margin-bottom: 2em;
  line-height: 1.6;
  text-align: left;
}

.accent-text {
  font-weight: 700;
  color: var(--orange);
  text-transform: uppercase;
  letter-spacing: 1.1px;
  font-size: 1.75rem;
  margin-right: 0.15em;
  margin-left: 0.15em;
}

.blurb-link {
  text-transform: capitalize;
  font-size: 1.5rem;
  padding: 0.5em 3em;
  border: transparent;
  color: white;
  background: black;
  border-radius: 0.25em;
  letter-spacing: 1.1px;
  display: block;
  margin: 0 auto;
  width: fit-content;
}

.blurb-link:hover,
.blurb-link:active {
  color: var(--orange);
}
