@import url("https://fonts.googleapis.com/css2?family=Abel");
@import url("https://fonts.googleapis.com/css2?family=Tomorrow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

:root {
  --prime-color: #454b66;
  --second-color: #ff6b6b;
  --thrid-color: #967d69;
  --black-chocolate: #191308;
  --powder: #e4e4e4;
  --font-1: font-family: "Abel", sans-serif;
  /* --font-2: font-family: 'Bebas Neue',sans-serif; */
  /* --animate-duration: 2s;
    --animate-delay: 2.9s; */
}

* {
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
  /* cursor: pointer; */
}

.container {
  max-width: 760px;
  margin: auto;
}

.container-fuild {
  max-width: 760px;
  margin: auto;
}

/* width */
::-webkit-scrollbar {
  width: 20px;
  position: absolute;
  left: 0;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f0f0f0;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

body {
  min-height: 100vh;
  /* mobile viewport bug fix */
  min-height: -webkit-fill-available;
  overflow: hidden;
}

html {
  height: -webkit-fill-available;
}

.row {
  margin-left: 0;
  margin-right: 0;
}

html {
  margin: 0;
  padding: 0;
  border: none;
}

.b1 {
  width: 60px;
  height: 60px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  border: thin solid white;
  border-radius: 0.5em;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff52;
  color: white;
  opacity: 0;
}

.b2 {
  width: 60px;
  height: 60px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
  border: thin solid white;
  border-radius: 0.5em;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff52;
  color: white;
  opacity: 0;
}

.b3 {
  background: black;
  opacity: 0;
  /* background: rgba(0,0,0,0); */
  width: 160px;
  height: 32px;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
}

#loadingScreen {
  width: 100%;
  height: 100vh;
  background: #e9e9e9;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 9999;
}

/* body {
    font-size: 18px;
    font-family: 'Abel', sans-serif;
    text-transform: uppercase;
    background-image: url('../img/bg.jpg');
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    color: var(--black-chocolate);
    width: 100%;
    height: 100vh;
    overflow: hidden;
    touch-action: pan-y;
} */

body:before {
  content: "";
  /* background: url('../img/grey-wall-background.jpg')  center center no-repeat; */
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: white;
  opacity: 1;
  background: rgb(255, 255, 255);
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.3) 25%,
    rgba(255, 255, 255, 1) 100%
  );
}

.overlay {
  content: "";
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  z-index: 9;
}

body {
  background: url("../img/grey-wall-background.jpg") center center no-repeat;
  width: 100%;
  min-height: 120vh;
  /* position: fixed; */
  top: 0;
  left: 0;
  background-size: cover;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  font-family: "Abel", sans-serif;
  overflow: scroll;
}

ol {
  counter-reset: li;
  margin-left: 0;
  padding-left: 0;
}

ol > li {
  position: relative;
  margin: 0 0 6px 2em;
  padding: 0px 8px 4px 8px;
  list-style: none;
}

#infoModal .question,
#infoModal .answer {
  font-size: 1.2em;
}

#infoModal .question {
  text-transform: uppercase;
}

#infoModal .answer {
  color: #b60000;
}

.vertical-alignment-helper {
  display: table;
  height: 100%;
  width: 100%;
  pointer-events: none;
  /* This makes sure that we can still click outside of the modal to close it */
}

.vertical-align-center {
  /* To center vertically */
  display: table-cell;
  vertical-align: middle;
  pointer-events: none;
  padding: 2em !important;
  text-align: center;
}

.star {
  font-size: 4em;
  cursor: pointer;
}

.one {
  color: rgb(255, 0, 0);
}

.two {
  color: rgb(255, 106, 0);
}

.three {
  color: rgb(251, 255, 120);
}

.four {
  color: rgb(255, 255, 0);
}

.five {
  color: rgb(24, 159, 14);
}

.modal-content {
  /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
  width: inherit;
  max-width: inherit;
  /* For Bootstrap 4 - to avoid the modal window stretching full width */
  height: inherit;
  /* To center horizontally */
  margin: 0 auto;
  pointer-events: all;
}

input#pinInput {
  text-align: center;
  font-size: 1.3em;
}

input#pinInput:valid {
  box-shadow: 0 0 0 10px green;
}

input#pinInput:invalid {
  box-shadow: 0 0 0 10px red;
}

form#requestPinResetForm {
  text-align: center;
  margin-top: 80px;
}

ol > li:before {
  content: counter(li);
  counter-increment: li;
  position: absolute;
  top: -2px;
  left: -2em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 2em;
  margin-right: 8px;
  padding: 4px;
  border-top: 2px solid #666;
  color: #fff;
  background: #000;
  font-family: "Helvetica Neue", Arial, sans-serif;
  text-align: center;
  border-radius: 50%;
}

ol.mostActiveList li,
ol.approachingList li,
ol.overAllKnurdList li {
  font-size: 1.2em;
  margin-bottom: 0.5em;
}

.leaderboard h3 {
  text-decoration: underline;
  margin-bottom: 1em;
  margin-top: 1em;
  font-size: 1.5em;
}

.leaderboard span {
  background: rgb(117, 105, 31);
  background: radial-gradient(
    circle,
    rgba(117, 105, 31, 1) 0%,
    rgba(255, 237, 0, 1) 100%
  );
  color: white;
  border-radius: 10em;
  position: absolute;
  height: 38px;
  width: 40px;
  text-align: center;
  right: 0;
  box-shadow: 0 6px 12px -4px rgba(0, 0, 0, 0.4);
}

.top10-user .modal-body div {
  font-size: 1.5em;
  text-align: center;
}

.top10-user .modal-body .username {
  text-align: center;
  font-size: 2em;
  line-height: 1em;
  border: 2px solid;
  font-family: abel;
  letter-spacing: 0.1em;
  font-weight: 900;
  text-transform: uppercase;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
  background: rgba(255, 255, 255, 0.5);
}

.storeConnection {
  position: fixed;
  bottom: 0;
  left: 0;
  font-size: 1.3em;
  text-transform: uppercase;
  font-weight: bold;
  color: white;
  background: black;
  padding: 0.1em 1.2em;
  width: 100%;
  text-align: center;
}

.greeting {
  text-align: center;
  font-size: 3em;
  line-height: 1em;
  border: 2px solid;
  font-family: abel;
  margin-top: 0.3em;
  letter-spacing: 0.1em;
  font-weight: 900;
  text-transform: uppercase;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
  background: rgba(255, 255, 255, 0.5);
}

.member-greeting-header {
  margin: 0.25em auto;
  font-size: 2em;
  padding: 0.2em;
  background: #d5d5d5b8;
  width: 95%;
}

.member_since_cont {
  text-align: center;
  font-size: 2em;
}

.mainButtons {
  display: inline-flex;
  align-content: center;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 47vh;
  justify-content: space-around;
}

.sideButtons {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 1em;
}

.button {
  width: 47%;
  height: 3em;
  font-family: "Times New Roman", Times, serif;
  font-weight: bold;
  float: left;
  margin: 1%;
  text-align: center;
  border-radius: 0.75em;
  font-size: 1.25em;
  border: 3px solid #141414;
  box-shadow:
    inset 0px 3px 0px 0px #c0c0c0,
    inset 0px -3px 0px 0px #4d4c4c,
    0px 0px 100px #00aeff00,
    0px 0px 100px #93d9fa00,
    0 15px 19px -10px rgba(0, 0, 0, 0.5);
  /* box-shadow: inset 0px 3px 0px 0px #c0c0c0, inset 0px -3px 0px 0px #4d4c4c, 0px 0px 5px #00aeff, 0px 0px 100px #00aeff, 0px 0px 100px #93d9fa; */
  background: radial-gradient(#cbcbcb, #7a7a7a);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 0.5em;
  line-height: 1em;
  color: #242424;
  text-shadow: 0px 1px 0px #ededed;
  transition: all 0.3s;
  text-transform: uppercase;
}

.bottom-Buttons {
  position: fixed;
  bottom: 0;
  background: rgb(255, 255, 255);
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 1) 56%,
    rgba(255, 255, 255, 0) 100%
  );
  padding-top: 4em;
  overflow: hidden;
  padding-bottom: 0.6em;
  max-width: 760px;
  margin: auto;
}

#sortASC {
  border: thin solid #ccc;
  width: fit-content;
  padding: 0 0.5em;
  background: white;
  border-radius: 0.5em;
  font-size: 1.5em;
  position: absolute;
  top: 15px;
  right: 20px;
  box-shadow: 0 0 10px 8px rgb(0 175 255 / 20%);
}

.mobile-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /* min-height: -webkit-fill-available; */
}

.home-btn .button {
  height: 8em;
  width: 8em;
}

.reward-badge {
  background: red;
  color: white;
  font-family: sans-serif;
  padding: 0.3em 0.5em;
  border-radius: 100%;
  line-height: 1em;
  position: absolute;
  font-size: 1.25em;
  font-weight: 100;
  top: -2vh;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.5);
  right: -2vh;
}
/* .reward-badge {
    background: red;
    color: white;
    font-family: sans-serif;
    padding: 0.3em 0.5em;
    border-radius: 100%;
    line-height: 1em;
    position: absolute;
    font-size: 1.25em;
    font-weight: 100;
    margin-top: -17vh;
    margin-right: -17vh;
    box-shadow: 0px 4px 8px rgba(0,0,0,0.5);
} */

.confetti {
  left: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  transform: translate3d(0, 0, 0);
  will-change: transform;
  height: 100%;
  width: 100%;
}

.confetti-item {
  position: absolute;
  transform: translate3d(0, 0, 0);
  will-change: transform;
}

svg.dn {
  position: absolute;
}

.badges-list {
  border: thin solid;
  padding: 1.1em 0 0;
  margin: 10px;
  margin-top: -10px;
  max-height: 11em;
}

.badges-container {
  font-family: "Tomorrow";
  font-size: 0.8em;
}

.badge-name {
  font-size: 0.8em;
}

.badges-container h4 {
  background: rgb(218 216 216);
  width: fit-content;
  margin: auto;
  z-index: 0;
  position: relative;
  font-size: 0.9em;
  letter-spacing: 0.3em;
  padding: 0 10px 0 10px;
  text-transform: uppercase;
}

.badge-image {
  /* border-radius: 50%; */
  /* overflow: hidden; */
  border: 1px solid #c4c4c457;
  filter: drop-shadow(0px 8px 10px -4px rgba(0, 0, 0, 0.5));
  /* box-shadow: 0px 8px 10px -4px rgba(0, 0, 0, 0.5); */
}

.badge-image img {
  filter: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.5));
}

@keyframes confetti-fall {
  0% {
    transform: translateY(-100%);
  }

  95% {
    animation-timing-function: ease-in-out;
    transform: translateY(calc(100vh - 55%));
  }

  100% {
    transform: translateY(calc(150vh - 65%));
  }
}

:focus:not(:focus-visible) {
  outline: none;
}

.rewards-modal .modal-content {
  background: none;
  border: none;
  margin-top: -10em;
}

.rewards-modal .modal-header {
  border-bottom: none;
}

.rewards-modal .close {
  color: white;
  opacity: 1;
  font-size: 3em;
}

.rewards-modal .close:focus-visible {
  display: none;
}

.rewards-modal .modal-body {
  background: #a70000;
  color: white;
  font-size: 2em;
  text-align: center;
  border-radius: 0.5em;
  box-shadow: 0px 0px 30px 20px rgba(255, 255, 255, 0.3);
}

.rewards-modal button {
  border: none;
  border-radius: 1em;
  padding: 0 1em;
  margin: 0.5em;
}

.progress {
  height: 2em;
  border-radius: 5em;
  border: 1px solid #e0e0e0;
  margin: 1em;
  box-shadow:
    inset 0 2px 0 rgba(0, 0, 0, 0.2),
    0 0 4px rgba(0, 0, 0, 0.1);
  font-size: 1.5em;
}

.progress-bar {
  width: 0;
  text-align: right;
  background-image: url("../img/beer-meter.jpg");
  background-size: auto 50px;
  text-shadow: 1px 1px 2px black;
  padding-right: 0.5em;
}

.content h2 {
  font-size: 3em;
  font-weight: bold;
  text-decoration: underline;
}

.reward-info,
.membersReward {
  font-size: 1.75em;
  padding: 0.25em;
}

.rewardBtn {
  background: black;
  color: white;
  width: fit-content;
  float: left;
  padding: 0 0.75em;
  margin-right: 1em;
}

.rewards {
  margin-bottom: 1em;
}

.red-banner {
  background: #a70000;
  color: white;
  font-size: 1.5em;
  text-align: center;
  padding: 0.5em;
  margin-right: 1em;
  margin-top: 1em;
  line-height: 1em;
}

.brewList {
  padding: 10px;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -khtml-user-select: none;
  user-select: none;
}

.brewList.active {
  box-shadow: inset 16px 16px 20px rgb(0 0 0 / 23%);
  cursor: grabbing;
}

@keyframes buttonClick {
  from {
    box-shadow:
      inset 0px 5px 0px 0px #c0c0c0,
      inset 0px -5px 0px 0px #4d4c4c;
  }

  70% {
    box-shadow:
      inset 0px 0px 0px 0px #c0c0c0,
      inset 0px 0px 0px 0px #4d4c4c,
      0px 0px 5px #00aeff,
      0px 0px 100px #00aeff,
      0px 0px 100px #93d9fa;
  }

  to {
    box-shadow:
      inset 0px 3px 0px 0px #c0c0c0,
      inset 0px -3px 0px 0px #4d4c4c,
      0px 0px 5px #00aeff,
      0px 0px 100px #00aeff,
      0px 0px 100px #93d9fa;
  }
}

.button:active {
  color: #0e8fff;
  /* box-shadow: inset 0px 1px 0px 0px #c0c0c0, inset 0px -3px 0px 0px #4d4c4c; */
  transform: translateY(4px);
  text-shadow: 0px 1px 0px #cdcdcd;
  /* box-shadow: 0px 0px 20px 30px #0e8fff; */
  /* -webkit-box-shadow: inset 0px 0px 5px #00aeff, 0px 0px 5px #00aeff, 0px 0px 50px #00aeff, 0px 0px 50px #93d9fa; */
  /* -moz-box-shadow: inset 0px 0px 5px #00aeff, 0px 0px 5px #00aeff,0px 0px 50px #00aeff,0px 0px 50px #93d9fa; */
  box-shadow:
    inset 0px 3px 0px 0px #c0c0c0,
    inset 0px -3px 0px 0px #4d4c4c,
    0px 0px 5px #00aeff,
    0px 0px 100px #00aeff,
    0px 0px 100px #93d9fa;
  border: 2px solid #62bce7;
  animation: buttonClick 0.5s ease-in;
}

.button.active {
  color: #0c7bae;
  box-shadow:
    inset 0px 5px 0px 0px #c0c0c0,
    inset 0px -5px 0px 0px #4d4c4c,
    0px 0px 5px #00aeff,
    0px 0px 100px #00aeff,
    0px 0px 100px #93d9fa;
  transform: translateY(4px);
  text-shadow: 0px 1px 0px #cdcdcd;
  border: 2px solid #62bce7;
  text-shadow: 0 0 20px #0e8fff;
}

.member_tasted {
  color: #dd0000;
}

.dash-cards {
  background-color: #cecece;
  padding: 5px;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 12px 12px -10px rgba(0, 0, 0, 0.5);
}

.row.profile-info div {
  /* margin-top: 5px; */
  text-transform: none;
  padding: 5px;
}

.user_details {
  /* bottom: 0;
    position: absolute; */
  width: 100%;
  font-size: 1.5em;
  text-transform: uppercase;
}

.profile-email {
  font-size: 12pt;
}

.member_progress {
  text-align: center;
}

.user_details .stats {
  background: var(--black-chocolate);
  color: white;
  padding: 2vh;
  line-height: 1.25em;
}

span.profile-info-label {
  font-size: 13pt;
  border-bottom: thin solid #b40000;
  background-color: #b40000;
  color: white;
  border-radius: 4px 4px 0 0;
  display: block;
  text-transform: uppercase;
  text-align: center;
}

.profile-roh,
.profile-membership,
.profile-total-tasted-brews,
.profile-saucers-visited,
.profile-member-since {
  font-size: 18pt;
}

.row.profile-info {
  font-size: 1em;
}

/* .content {
    max-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
} */

.content.margin {
  min-height: 75vh;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  overflow: scroll;
  scrollbar-width: none;
  padding-bottom: 150px;
  max-height: 80vh;
  margin-top: 6em;
}
.content {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  overflow: scroll;
  scrollbar-width: none;
  padding-bottom: 200px;
  max-height: 90vh;
  min-height: 80vh;
}

.searchBar {
  background: var(--black-chocolate);
  color: white;
  font-size: 1em;
  padding: 0.5em;
  border-radius: 25px;
  position: sticky;
  z-index: 4;
  left: 5px;
  top: 5px;
  width: calc(100% - 10px);
  box-shadow: 0 21px 12px -11px rgba(0, 0, 0, 0.7);
}

.searchBoxContainer {
  width: 63%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

i.fas.fa-search {
  font-size: 2em;
  padding: 0 10px;
}

input#searchBrew {
  font-size: 1.5em;
  padding: 0 10px 0 10px !important;
  margin: 0 !important;
  height: fit-content;
  display: inline;
}

.searchTip {
  font-style: italic;
  font-size: 0.9em;
}

.draughtCheckbox {
  font-size: 1em;
  margin-left: 1em;
  color: var(--black-chocolate);
  /* background: white; */
  height: 5em;
  padding: 0 0.5em 0px 0.5em;
  border-radius: 1em;
  text-align: center;
  width: 10%;
}

button.draught-btn {
  background: white;
  color: #000000;
  border: 3px solid orange !important;
  border-radius: 100%;
  padding: 1em 0.5em;
  width: 55px;
  height: 55px;
  line-height: 1em;
  font-size: 0.8em;
}

button.draught-btn.draught-only {
  background: orange !important;
  color: black;
}

.draughtCheckbox input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
  transform: scale(2) translateY(6px);
}

.brew-display {
  width: 100%;
}

.brew-display h1 {
  font-size: 2.75em;
  font-weight: bold;
  display: flex;
  align-items: center;
  margin-top: 0.25em;
}

/* .brew-display h1::after {
    flex: 1;
    content: '';
    padding: 20px;
    background-color: #dadada;
    margin-left: 0.25em;
} */

.brewListContainer {
  width: 100%;
  float: left;
  overflow-y: auto;
  height: 76vh;
  background: linear-gradient(90deg, #ffffff57, #ffffff);
}

.styleListContainer {
  width: 100%;
  float: left;
  overflow: auto;
  height: 76vh;
}

.styleListContainer::-webkit-scrollbar {
  width: 5px;
  position: absolute;
  left: 0;
}

.brewDetailsContainer {
  width: 100%;
  float: right;
  overflow-y: auto;
  height: 74vh;
}

.styleBrewListContainer {
  overflow-y: auto;
  position: absolute;
  background-color: #c2c2c2;
  right: -80%;
  width: 90%;
  z-index: 10;
  padding: 0.7em;
  transition: all 0.2s ease-in;
  box-shadow: -10px 10px 20px rgba(0, 0, 0, 0.3);
  opacity: 0;
  margin-top: 25vh;
  transition: all 0.25s ease-in;
}

.styleBrewListContainer.active {
  right: 0;
  opacity: 1;
}

.brewList {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 2em;
  /* height: 79vh; */
  /* overflow-y: scroll; */
  scrollbar-color: red orange;
  scrollbar-width: thin;
  /* cursor: pointer; */
}

h3.brewName,
li.brewName,
li.styleName {
  background: linear-gradient(90deg, #ffffff57, #ffffff);
  font-size: 0.7em;
  padding: 0.2em;
  border-bottom: 1px solid #00000033;
  margin-bottom: 0;
}

.brewList::-webkit-scrollbar {
  position: absolute;
  left: 0;
}

.brewName {
  font-size: 0.7em;
  padding: 0.25em 0.5em 0 0.5em;
  transition: all 0.5s ease-in-out;
  text-align: left;
}

.brewDetails {
  background: var(--black-chocolate);
  color: white;
  margin-bottom: 1em;
  padding: 0.5em 1em;
  font-size: 0.7em;
  line-height: 1.4em;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.5);
  display: none;
  text-transform: none;
  /* height: 71vh; */
  overflow-y: auto;
  height: fit-content !important;
}

.brewName.selected {
  background: #5b5b5b;
  color: white;
  padding: 0.5em;
  text-align: center;
  font-weight: 900;
  /* font-size: .8em; */
}

.brewTitle {
  font-size: 1em;
  line-height: 1em;
}

.brewDetails > div {
  margin-bottom: 0.3em;
}

#accordion {
  margin-top: 6em; /* Adjust the value as needed */
}

.star-rating {
  width: 1.35em;
  margin-top: -0.25em;
}

.brewDescription {
  font-size: 0.9em;
  line-height: 1.25em !important;
}

.addToQueue {
  color: white;
  background: #a90000;
  text-align: center;
  padding-bottom: 0.5em;
  margin-top: 1em !important;
  border-radius: 6px;
  box-shadow: 0 13px 20px -13px rgba(255, 255, 256, 0.25);
}
.addToQueueStyle {
  color: white;
  background: #a90000;
  text-align: center;
  padding-bottom: 0.5em;
  margin-top: 1em !important;
  border-radius: 6px;
  box-shadow: 0 13px 20px -13px rgba(255, 255, 256, 0.25);
}

.random-3 .addToQueue {
  color: white;
  background: #a90000;
  text-align: center;
  padding-bottom: 0.5em;
  margin-top: 1em !important;
  border-radius: 6px;
  box-shadow: 0 13px 20px -13px rgba(255, 255, 256, 0.25);
  bottom: 20px;
}

.queueUpScreen {
  position: absolute;
  z-index: -10;
  background: rgba(0, 0, 0, 0.9);
  color: white;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  opacity: 0;
}

.queueUpScreen.activate {
  opacity: 1;
  z-index: 999;
}

.wave-container {
  display: flex;
}

.wave {
  width: 5px;
  height: 100px;
  background: linear-gradient(45deg, yellow, #fff);
  margin: 10px;
  animation: wave 1s linear infinite;
  border-radius: 20px;
}
.wave:nth-child(2) {
  animation-delay: 0.1s;
}
.wave:nth-child(3) {
  animation-delay: 0.2s;
}
.wave:nth-child(4) {
  animation-delay: 0.3s;
}
.wave:nth-child(5) {
  animation-delay: 0.4s;
}
.wave:nth-child(6) {
  animation-delay: 0.5s;
}
.wave:nth-child(7) {
  animation-delay: 0.6s;
}
.wave:nth-child(8) {
  animation-delay: 0.7s;
}
.wave:nth-child(9) {
  animation-delay: 0.8s;
}
.wave:nth-child(10) {
  animation-delay: 0.9s;
}

@keyframes wave {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}

.atq_bottom_line {
  font-size: 2em;
  line-height: 1em;
}

.brewByStyle .modal-content {
  background: black;
  color: white;
  border-radius: 1em;
}

.brewByStyle .modal-title {
  font-size: 3em;
  line-height: 1em;
  text-align: center;
}

.brewByStyle .modal-header {
  border: none;
}

.brewByStyle .close {
  color: white;
  opacity: 1;
  font-size: 3em;
  position: relative;
  top: -13px;
}

.brewByStyle .modal-body {
  font-size: 1.5em;
  line-height: 1.4em;
}

.search-icon {
  width: 10%;
  margin-right: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.brew_added_date {
  font-size: 0.65em;
}

.brew-card {
  background: black;
  color: white;
  padding: 1em;
  font-size: 1.2em;
  border-radius: 0.5em;
  box-shadow: 0 30px 20px -15px rgba(0, 0, 0, 0.4);
  overflow-y: auto;
  margin-bottom: 1em;
}

.row.brew-display.random-3 {
  overflow: visible;
  margin-bottom: 11em;
}

.ui-accordion-content {
  height: fit-content !important;
  background: #191308;
}

.ui-accordion-content h4 {
  color: white;
  font-size: 0.7em;
  padding: 0.25em 0.5em 0 0.5em;
}

@media screen and (max-width: 1028px) {
  body {
    font-size: 14px;
  }

  .brewList {
    padding-bottom: 10em;
  }

  .brewDetails {
    height: 72vh;
  }

  .draughtCheckbox {
    padding: 0 0.5em 0px 0.5em;
  }

  .draughtCheckbox input[type="checkbox"] {
    transform: scale(2) translateY(4px);
  }

  .fa-search {
    font-size: 2em;
    margin-right: 0.25em;
  }

  .brewListContainer,
  .styleListContainer {
    width: 100%;
    float: left;
    overflow-y: auto !important;
    height: 82vh;
  }
}

@media screen and (max-width: 1280px) {
  .brewListContainer {
    height: fit-content;
    width: 100%;
  }

  .brewDetails > div {
    margin-bottom: 0.3em;
    line-height: 1.2em;
  }
}
