h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
}

.locations-search {
  background-color: #0060a1;
  text-align: center;
  padding: 20px 15px;
}
.locations-search h1 {
  font-size: 24px;
  color: #fff;
  border-bottom: solid 2px white;
  width: fit-content;
  margin: auto;
}
.locations-search p {
  color: #fff;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.7);
  }
  100% {
    transform: scale(1);
  }
}
.searching {
  opacity: 40%;
  cursor: progress;
}

.page_active {
  background-color: #cccccc;
}

.card-deck {
  margin: auto;
  justify-content: center;
  justify-items: center;
}
.card-deck .card-container {
  margin: 0 10px;
  padding: 10px 15px 20px;
  box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.2);
  width: 100%;
  max-width: 325px;
  margin-bottom: 20px;
  border-bottom: 2px solid #0060a1;
  text-align: center;
}
.card-deck .card-container:hover {
  filter: brightness(105%);
}
.card-deck .card-container .card-body {
  padding: 0;
}
.card-deck .card-container .card-body hr {
  border-color: #0060a1;
  margin: 0.4em auto;
}
.card-deck .card-container .card-body .bottom-slice {
  bottom: 0px;
  position: relative;
}
.card-deck .card-container .card-body .unselect {
  color: grey;
  user-select: none;
}
.card-deck .card-container .card-body .unselect:hover {
  text-decoration: none;
  user-select: none;
}
.card-deck .card-container .card-img-top {
  max-width: 200px;
  margin: 28px auto 15px;
  display: flex;
  align-items: flex-end;
  box-shadow: 3px 3px 4px 2px rgba(0, 0, 0, 0.2);
  border: solid 1px black;
  border-radius: 0;
}
.card-deck .card-container .card-title {
  font-size: 14px;
  margin: 0;
  color: #eb0000;
  font-family: 'poppins_600_semi_bold', 'Poppins', sans-serif;
}
.card-deck .card-container .card-name {
  font-size: 16px;
  margin: 0;
  color: #0060a1;
  line-height: 20px;
}
.card-deck .card-container .card-phone a span.card-phone-icon img{
  height: 16px;
  width: 16px;
  margin-bottom: 2px;
  margin-right: 5px;
}
.card-deck .card-container .card-phone a .fa-phone-alt {
    margin-right: 5px;
}
.card-deck .card-container .card-phone a {
    text-align: center;
    background: #eb0000;
    color: #fff;
    padding: 2px 15px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    border-radius: 5px;
    font-size: 16px;
}
.card-deck .card-container .card-text {
  margin: 0;
  font-size: 13px;
  line-height: 18px;
  color: #333;
  font-family: 'open_sans_500_medium', "Open Sans", sans-serif;
}
.card-deck .card-container .card-text.insurance {
  color: #0060a1;
}
.card-deck .card-container .card-links {
  text-align: center;
}
.card-deck .card-container .preferred-banner {
  width: 200px;
  position: absolute;
  display: flex;
  align-items: flex-end;
  color: white;
  background-color: #eb0000;
  padding: 2px 5px;
  text-align: center;
  align-self: center;
  justify-content: center;
  box-shadow: 3px 0px 4px 2px rgba(0, 0, 0, 0.2);
  font-size: 14px;
  line-height: 19px;
  font-family:'poppins_500_medium', "Poppins", sans-serif;
}

.filter-wrapper {
  background-color: #0060a1;
  color: white;
  margin-top: -20px;
}
.filter-wrapper button#search-button-mobile,
.filter-wrapper button#search-button {
  padding: inherit;
}
.filter-wrapper .custom-select#distance-mobile,
.filter-wrapper .custom-select#distance {
  color: white !important;
  background-color: #0060a1 !important;
  height: auto;
  text-align-last: center;
  border-right: solid 1px white;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  position: relative;
  background: url("data:image/svg+xml;utf8,<svg viewBox='30 0 320 512' width='12' height='24' xmlns='http://www.w3.org/2000/svg'><g><path d='M41 288h238c21.4 0 32.1 25.9 17 41L177 448c-9.4 9.4-24.6 9.4-33.9 0L24 329c-15.1-15.1-4.4-41 17-41zm255-105L177 64c-9.4-9.4-24.6-9.4-33.9 0L24 183c-15.1 15.1-4.4 41 17 41h238c21.4 0 32.1-25.9 17-41z' fill='white'/></g></svg>") no-repeat !important;
  background-position: right 10% top 50% !important;
  border-right: 1px solid white;
  border-radius: 0;
  padding: 1rem;
}
.filter-wrapper * {
  color: white;
  margin-bottom: 0;
}
.filter-wrapper .filter-menu .custom-select#sort_by {
  max-width: 130px;
  height: auto;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  position: relative;
  background: url("data:image/svg+xml;utf8,<svg viewBox='30 0 320 512' width='12' height='24' xmlns='http://www.w3.org/2000/svg'><g><path d='M41 288h238c21.4 0 32.1 25.9 17 41L177 448c-9.4 9.4-24.6 9.4-33.9 0L24 329c-15.1-15.1-4.4-41 17-41zm255-105L177 64c-9.4-9.4-24.6-9.4-33.9 0L24 183c-15.1 15.1-4.4 41 17 41h238c21.4 0 32.1-25.9 17-41z' fill='black'/></g></svg>") no-repeat !important;
  background-position: right 10% top 50% !important;
  border-radius: 0;
  padding: 1rem;
}
.filter-wrapper .filter-menu select {
  border-radius: 0;
}
.filter-wrapper .filter-options label {
  font-size: inherit;
  font-weight: 400;
}
.filter-wrapper #inputGroup-sizing-default-mobile,
.filter-wrapper #inputGroup-sizing-default {
  background-color: transparent;
  font-weight: 400;
  border: none;
  justify-content: center;
}
.filter-wrapper .search-row {
  border: solid 1px white;
}
.filter-wrapper .search-row * {
  border: none;
}
.filter-wrapper .search-row > input {
  border: none;
}
.filter-wrapper .asc-desc {
  color: black;
}
.filter-wrapper #options {
  user-select: none;
}
.filter-wrapper #expand-icon {
  margin-right: 10px;
}
.filter-wrapper #detect {
  padding: 13px;
  margin: auto;
  z-index: 2000;
}
.filter-wrapper #detect:hover {
  background-color: #0060a1;
  animation: pulse 0.8s infinite;
}
.filter-wrapper .btn.btn-outline-secondary {
  border-width: 1px;
  border-color: #bdbdbd;
  max-height: 50px;
  max-width: 200px;
  padding-right: 25px;
  padding-left: 25px;
}
.filter-wrapper #search-box {
  border: none;
  box-shadow: none;
  z-index: 9999;
}
.filter-wrapper #search-box:focus {
  color: white;
}
.filter-wrapper .search-row input::-webkit-input-placeholder {
  color: #0060a1 !important;
  font-weight: 600;
  padding-left: 5px;
  font-size: 18px;
}
.filter-wrapper button.btn-outline-light:hover {
  background-color: #0080d6;
}
.filter-wrapper button.disabled:hover {
  background-color: inherit;
  cursor: not-allowed;
}

.edit-dentistry label {
  text-align: right;
}

a.paginate_button {
  padding: 0 5px;
  margin: 5px;
  font-size: 12px;
  text-decoration: none;
  color: black;
  border: solid lightgrey 1px;
  border-radius: 2px;
}

a.paginate_button.disabled {
  display: none;
}

.dataTables_filter {
  display: inline-flex;
}

.dataTables_filter input {
  width: 600px;
}

.dataTables_length {
  max-width: 50px;
  margin: 0 20px;
  display: inline-flex;
}

#dentist-list {
  cursor: pointer;
}

#dentist-list > thead {
  background-color: #003a5c;
  color: lightgrey;
}

.multiselect .selected {
  background: #6a9dfb linear-gradient(0deg, #6a9dfb 0%, #6a9dfb 100%);
  padding-left: 50px;
  transition: 0.3s;
}

.form > .btn-outline-danger {
  border-radius: 0.25rem;
  float: right;
  padding: 5px 10px;
  margin: 15px;
}

.login-form > button.admin_login_btn {
  margin-right: 0;
  color: white;
  background-color: #0060a1;
}

.user-buttons {
  position: absolute;
  right: 20px;
  top: 157px;
  outline: none;
  padding: 15px;
}

.user-buttons hr {
  margin: 5px 0;
}

[data-tooltip] {
  position: relative;
}

[data-tooltip]:before,
[data-tooltip]:after {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

[data-tooltip]:before {
  position: absolute;
  bottom: 110%;
  left: 50%;
  margin-bottom: 5px;
  margin-left: -80px;
  padding: 7px;
  width: 160px;
  border-radius: 3px;
  background-color: black;
  color: white;
  content: attr(data-tooltip);
  text-align: center;
  font-size: 14px;
  line-height: 1.2;
}

[data-tooltip]:after {
  position: absolute;
  bottom: 110%;
  left: 50%;
  margin-left: -5px;
  border-top: 5px solid black;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  color: white;
  content: " ";
  font-size: 0;
  line-height: 0;
}

[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
  visibility: visible;
  opacity: 1;
}

.pagination li {
  display: inline-block;
}

#dentist-list_paginate a.current {
  background-color: lightgrey;
}

.dataTables_filter input {
  width: 100%;
}

.filter-wrapper div[class^=col-] {
  margin-bottom: 0;
}

.fa-user-circle {
  font-size: 1.5em;
  vertical-align: -0.25em;
  height: 1em;
  width: 1em;
}

.profile-link {
  line-height: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.profile-link-icon {

}

.profile-link-icon img {
  height: 19px;
  width: 19px;
  margin: 0 5px 3px 0;
}

.profile-link-text {

}

p.insurance {
  font-size: 14px;
  margin: 0;
  color: #0060a1;
  line-height: 21px;
  font-weight: 400;
}

.card-container .card {
  margin: auto;
}

.fit {
  height: 100% !important;
  width: 100% !important;
  border-radius: 0 !important;
}

.left {
  text-align: left !important;
}

@media only screen and (max-width: 770px) {
  .mobile-filter-container {
    color: white !important;
    background-color: #0060a1 !important;
    border: solid 2px white !important;
  }

  .mobile-filter {
    min-height: 60px;
    width: 100%;
    border: none !important;
    margin: auto;
  }

  .admin-container,
.edit-page,
.add-page {
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }

  #dentist-list {
    white-space: nowrap;
    font-size: 0.7em;
  }

  ul.nav.pt-5 {
    padding-top: 4rem;
  }

  .user-buttons {
    font-size: 11px;
    top: 164px;
  }

  .truncate {
    max-width: 9vw;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .edit-page div.ml-5 {
    margin-left: 0;
  }

  .add-page div.ml-5 {
    margin-left: 0;
  }

  .edit-dentistry,
.add-dentistry {
    width: 90vw;
  }

  .imgPreview {
    max-width: max-content !important;
  }

  #check-coords {
    width: auto;
  }
}