:root {
  --jumbotron-padding-y: 1rem;
}

.jumbotron {
  padding-top: var(--jumbotron-padding-y);
  padding-bottom: var(--jumbotron-padding-y);
  margin-bottom: 0;
  background-color: #fff;
}
@media (min-width: 768px) {
  .jumbotron {
    padding-top: calc(var(--jumbotron-padding-y) * 2);
    padding-bottom: calc(var(--jumbotron-padding-y) * 2);
  }
}

.jumbotron p:last-child {
  margin-bottom: 0;
}

.jumbotron-heading {
  font-weight: 300;
}

.jumbotron .container {
  max-width: 40rem;
}

footer {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

footer p {
  margin-bottom: .25rem;
}

.jumbotron img {
  max-width: 20rem;
  margin: auto;
}

#navbarHeader {
  color: var(--white);
}

.modal-dialog {
  color: var(--dark);
}
.modal-dialog input {
  border: 1px solid var(--gray);
}
.wipe-img {
  height: 200px;
  width: 100%;
  background: transparent no-repeat center;
  background-size: contain;
}
.wipe-img-border {
  border: 1px dashed var(--light);
}
.wipe-tag {
  margin-right: 3px;
}
.wipe-tag:before {
  content: "#";
}
.card-text .col-6, .wipe-tag {
  font-size: small;
}
.card-footer {
  font-size: x-small;
}
#search-filters .fas {
  min-width: 27px;
}
div[isteven-multi-select] {
  display: inline;
}
tags-input {
  min-height: 2.25rem;
}
tags-input .tags .input {
  font-size: 1rem;
  height: auto;
  padding: .375rem .75rem;
  margin: 0;
}
.input-group tags-input {
  position: relative;
  flex: 1 1 auto;
}
.btn-group-x-sm>.btn, .btn-x-sm {
  padding: .25rem .5rem;
  font-size: .75rem;
  line-height: 1.5;
  border-radius: .2rem;
}
.rating-container {
  font-size: 10px;
}
.ranking-stars .button .material-icons {
  font-size: 20px;
}
.ranking-stars .button.star-on .material-icons {
  color: #ee9a00;
}
.ranking-stars.read-only .button {
  cursor: default;
}
.ranking-stars.read-only {
  opacity: 0.6;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  overflow: hidden;
}

.wipe-view-outer {
  display: table;
  z-index: 2;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0,0,0,0.8);
  margin: 0 auto;
  max-width: 100%;
  overflow: hidden;
}

.wipe-view-middle {
  display: table-cell;
  vertical-align: middle;
}

.wipe-view-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 100vw;
  height: 100vh;
}

#swiper-front-pic, #swiper-back-pic {
  max-height: 85vh;
}

#close-swiper {
  position: relative;
  z-index: 3;
  top: 6px;
  left: 15px;
  cursor: pointer;
}

.pagination-page, .pagination-prev, .pagination-next, .pagination-first, .pagination-last {
  position: relative;
  display: block;
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.pagination-page.active {
  z-index: 1;
  background-color: #007bff;
  border-color: #007bff;
}

.pagination-page.active a {
  color: #fff;
}

#logout-button {
  margin-top: -.75em;
}

#wipe-card {
  height: 95%;
}

.col-12 {
  min-height: 1.5rem;
}

.stop-scrolling {
  height: 100%;
  overflow: hidden;
}