::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background-color: transparent;
}

::-webkit-scrollbar-thumb {
  opacity: 0.5;
  background-color: #dde0e6;
  border: 2px solid transparent;
  border-radius: 9px;
  background-clip: content-box;
}

::-webkit-scrollbar-corner {
  background: transparent;
}

.top-300 {
  margin: 300px auto 0 auto;
}

.hide {
  display: none;
}

p {
  margin: 0 0 0.7rem 0;
}

ul {
  margin: 0.5rem 0 0.5rem 0.5rem;
}

h5 {
  margin-bottom: 0;
}

body {
  width: 1366px;
  margin: auto;
  background-color: #eaeef0;
}
body header nav ul {
  padding: 20px;
  display: flex;
}
body header nav ul li {
  list-style: none;
  margin: 0 10px;
}
body header nav ul li a {
  cursor: pointer;
  padding: 10px;
  text-decoration: none;
}
body header nav ul li a:hover {
  text-decoration: none;
}
body header nav ul li a:active {
  text-decoration: none;
}
body main article.landing section .card {
  position: relative;
  width: 90%;
  margin: 50px auto;
  padding: 20px;
  height: 400px;
  border: none;
  border-radius: 20px;
  border-radius: 20px;
  background: #eaeef0;
  box-shadow: 38px 38px 76px #dce0e2, -38px -38px 76px #f8fcfe;
}
body main article.landing section .card .card-header {
  padding-left: 20px;
  padding-right: 20px;
}
body main article.landing section .card .card-img {
  padding-top: 20px;
  display: flex;
  justify-content: center;
}
body main article.landing section .card .card-img .placeholde-img {
  background-color: #101010;
  width: 220px;
  height: 140px;
  border-radius: 4px;
}
body main article.landing section .card .card-img img {
  width: 150px;
  height: 180px;
}
body main article.landing section .card .card-footer button {
  border-radius: 4px;
}
body main article.landing section .random-butt {
  margin-top: 100px;
  display: flex;
  justify-content: center;
}
body main article.landing section .random-butt button {
  border-radius: 4px;
}
body main article.landing section.beer-info .card .card-body {
  scroll-behavior: smooth;
  overflow: scroll;
  scrollbar-width: thin;
}
body main article.landing section.beer-info .card .card-body -webkit-scrollbar {
  width: 12px;
}
body main article.landing section.beer-ingredients .card .card-body {
  scroll-behavior: smooth;
  overflow: scroll;
  scrollbar-width: thin;
}
body main .cover-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body main .cover-loader .loader {
  width: 56px;
  height: 56px;
  border: 8px solid transparent;
  border-radius: 50%;
  position: relative;
  margin: 50px auto;
}
body main .cover-loader .loader::before {
  content: "";
  border: 8px solid rgba(0, 82, 236, 0.5);
  border-radius: 50%;
  width: 67.2px;
  height: 67.2px;
  position: absolute;
  top: -13.6px;
  left: -13.6px;
  animation: loader-scale 1s ease-out infinite;
  animation-delay: 1s;
  opacity: 0;
}
body main .cover-loader .loader::after {
  content: "";
  border: 8px solid #0052ec;
  border-radius: 50%;
  width: 56px;
  height: 56px;
  position: absolute;
  top: -8px;
  left: -8px;
  animation: loader-scale 1s ease-out infinite;
  animation-delay: 0.5s;
}
@keyframes loader-scale {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
body main .searching-page {
  margin-top: 50px;
}
body main .searching-page .all-chips {
  width: 100%;
  padding: 20px;
  cursor: pointer;
}
body main .searching-page .all-chips .chip {
  float: right;
  background-color: #f9f7f9;
}
body main .searching-page .all-chips .chip .demo-imp {
  width: 20px;
  height: 20px;
}
body main .searching-page section.search-input .empty {
  background: #eaeef0;
  border-radius: 20px;
  box-shadow: 17px 17px 59px #dce0e2, -17px -17px 59px #f8fcfe;
}
body main .searching-page section.search-input .empty .empty-icon i {
  font-size: 2rem;
}
body main .searching-page section.search-input .empty .empty-action {
  display: flex;
}
body main .searching-page section.search-input .empty .empty-action .search {
  display: flex;
  justify-content: center;
}
body main .searching-page section.search-input .empty .empty-action .search select {
  border: none;
  height: 36px;
  border-radius: 4px;
  margin-right: 10px;
}
body main .searching-page section.search-input .empty .empty-action .search input {
  border-radius: 4px;
  border: none;
}
body main .searching-page section.search-input .empty .empty-action .search p {
  margin-top: 10px;
  color: #ff7a8a;
  font-size: 0.5rem;
  text-align: left;
}
body main .searching-page section.search-input .empty .empty-action .search button {
  border-radius: 4px;
  margin-left: 10px;
}
body main .searching-page .loader-list {
  width: 56px;
  height: 56px;
  border: 8px solid transparent;
  border-radius: 50%;
  position: relative;
  height: 240px;
  margin: 50px auto;
}
body main .searching-page .loader-list::before {
  content: "";
  border: 8px solid rgba(0, 82, 236, 0.5);
  border-radius: 50%;
  width: 67.2px;
  height: 67.2px;
  position: absolute;
  top: -13.6px;
  left: -13.6px;
  animation: loader-scale 1s ease-out infinite;
  animation-delay: 1s;
  opacity: 0;
}
body main .searching-page .loader-list::after {
  content: "";
  border: 8px solid #0052ec;
  border-radius: 50%;
  width: 56px;
  height: 56px;
  position: absolute;
  top: -8px;
  left: -8px;
  animation: loader-scale 1s ease-out infinite;
  animation-delay: 0.5s;
}
@keyframes loader-scale {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
body main .searching-page section.list {
  margin: 20px 0;
}
body main .searching-page section.list .columns .cover-card {
  margin-bottom: 20px;
}
body main .searching-page section.list .columns .cover-card .card {
  padding: 10px;
  border: none;
  background: #eaeef0;
  border-radius: 20px;
  box-shadow: 17px 17px 59px #dce0e2, -17px -17px 59px #f8fcfe;
}
body main .searching-page section.list .columns .cover-card .card .card-header .card-title h5 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 220px;
}
body main .searching-page section.list .columns .cover-card .card .card-footer button {
  border-radius: 4px;
}
body main .searching-page section.sub-list .columns .cover-card .card .card-footer button {
  border-radius: 4px;
}
body main .searching-page .pagine-chan {
  width: 100%;
}
body main .searching-page .pagine-chan ul.pagi {
  display: flex;
  justify-content: center;
  margin: 0;
}
body main .searching-page .pagine-chan ul.pagi li {
  list-style: none;
}
body main .searching-page .pagine-chan ul.pagi li a {
  cursor: pointer;
  text-decoration: none;
}
body main .searching-page .pagine-chan ul.pagi p {
  margin: 0;
  padding: 8px;
}
body main .modal .modal-container {
  padding: 20px;
  background: #eaeef0;
  border-radius: 20px;
  box-shadow: 17px 17px 59px #dce0e2, -17px -17px 59px #f8fcfe;
  width: 450px;
}
body main .modal .modal-container .modal-body {
  min-height: 100px;
}
body main .modal .modal-container .modal-body .modal-content {
  display: flex;
  flex-direction: column;
}
body main .modal .modal-container .modal-body .modal-content .card-img {
  margin: 50px auto;
}
body main .modal .modal-container .modal-body .modal-content .card-img img {
  width: 180px;
  height: 240px;
}

@media screen and (min-width: 1366px) {
  body {
    width: 1366px;
  }
}
@media screen and (max-width: 1280px) {
  body {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .rand-sec {
    width: 30%;
  }
  .rand-sec .card .cover-inside .card-header .card-title h5 {
    font-size: 0.75rem;
  }
  .rand-sec .card .cover-inside .card-footer button {
    font-size: 0.65rem;
  }

  .beer-info {
    width: 35%;
  }
  .beer-info .card .card-header .card-title h3 {
    font-size: 1rem;
  }
  .beer-info .card .card-body {
    font-size: 0.75rem;
  }

  .beer-ingredients {
    width: 30%;
  }
  .beer-ingredients .card .card-body {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 768px) {
  .rand-sec {
    width: 45%;
  }
  .rand-sec .card .cover-inside .card-footer button {
    margin-bottom: 75px;
  }

  .beer-info {
    width: 45%;
  }

  .beer-ingredients {
    width: 50%;
  }

  .search-input .empty .empty-action .search {
    width: 80%;
  }
}
@media screen and (max-width: 560px) {
  main .container .landing {
    display: block;
  }
  main .container .landing .rand-sec {
    width: 60%;
  }
  main .container .landing .rand-sec .random-butt {
    margin-bottom: 100px;
  }
  main .container .landing .beer-info {
    width: 70%;
  }
  main .container .landing .beer-ingredients {
    width: 70%;
  }
}
@media screen and (max-width: 425px) {
  main .container .landing .rand-sec {
    width: 80%;
  }
  main .container .landing .beer-info {
    width: 80%;
  }
  main .container .landing .beer-ingredients {
    width: 80%;
  }
  main .container .sub-list .columns {
    display: block;
  }
  main .container .sub-list .columns .cover-card {
    width: 80%;
    margin: auto;
  }
}
@media screen and (max-width: 375px) {
  main .container .landing .rand-sec .card .card-header .card-title h5 {
    font-size: 1rem;
  }
  main .container .landing .beer-info {
    width: 90%;
  }
  main .container .landing .beer-ingredients {
    width: 90%;
  }
}
@media screen and (max-width: 320px) {
  main .container .landing .rand-sec {
    width: 95%;
  }
  main .container .landing .rand-sec .card .card-header .card-title h5 {
    font-size: 0.8rem;
  }
  main .container .landing .beer-info {
    width: 95%;
  }
  main .container .landing .beer-ingredients {
    width: 95%;
  }
}

/*# sourceMappingURL=style.css.map */
