@font-face {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/assets/Nunito-Regular-d95899ca8a841ca2b501131921f7fba49ec5bfb44284c2cb6a5d019b39dfcf63.ttf) format("truetype");
}
@font-face {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/assets/Nunito-Medium-4d398649c378b167153c5df2e8ea504d99b67dc38c6f8bfac48fcb2fc47a651e.ttf) format("truetype");
}
@font-face {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/assets/Nunito-SemiBold-c670e43675325967227f20abb41a52a7acac59a11e004eccc2d1666f4a7b827b.ttf) format("truetype");
}
@font-face {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/assets/Nunito-Bold-307022a544c7bd4dbad17ea75ac55749547347aee709f7da432e75776d66b6a3.ttf) format("truetype");
}
@font-face {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(/assets/Nunito-ExtraBold-778f3ba4e27170c94cd4556c33cbfdb973c77e491da83ba0cbf9fc0f90d26ed6.ttf) format("truetype");
}
@font-face {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(/assets/Nunito-Black-ed9eb2269d8536ffe68f4a23e133e4b6d395e69ed8947981c221b5306848676d.ttf) format("truetype");
}
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/assets/Raleway-Regular-e47a2d8159220989208ef4160b7e5278c91c7de22a60a05d9f3e5e8e3f2f3994.ttf) format("truetype");
}
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/assets/Raleway-Medium-5337bbaf50a825c1818130418694044b63cdb334401010d0cc7262711f05e327.ttf) format("truetype");
}
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/assets/Raleway-SemiBold-3164cd11e5c4d33ad8ff78a14c8585d594a3a5218e6bc4de63e192a3cefa1776.ttf) format("truetype");
}
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/assets/Raleway-Bold-60a52be58a491e3922af7c8e5f16cfc9ba886270bbd579cb763ac1a6836f2d5c.ttf) format("truetype");
}
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(/assets/Raleway-ExtraBold-91331b94c9b496517964eafbcabd2a9935e1809f17396cf3f8b871fb596f84ca.ttf) format("truetype");
}
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(/assets/Raleway-Black-3136f1cbae07617afdcf0c29a09a9bf0c7c8b5d88d4f46a2bc91bdcd7b584736.ttf) format("truetype");
}
.custom-bg-gradient {
  background-image: linear-gradient(to bottom, rgb(246, 252, 255), rgb(219, 232, 255));
  height: 380pxpx;
}

.fs-14 {
  font-size: 14px;
}

.fs-16 {
  font-size: 16px;
}

.fs-20 {
  font-size: 20px;
}

.fs-24 {
  font-size: 24px;
}

.fs-36 {
  font-size: 36px;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

.fw-900 {
  font-weight: 900;
}

.lh-20 {
  line-height: 20px;
}

.lh-40 {
  line-height: 40px;
}

.bg-enable {
  background-color: #1bb5ff;
}

html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  font-family: "Raleway";
}

footer {
  background-color: #085eda;
  margin-top: auto;
}

#demo {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#demo .rounded-circle {
  position: relative;
  top: -4px;
}
#demo #step-3 .number {
  position: relative;
  top: -1px;
}
#demo #step-1 .number::before {
  content: "1";
  display: block;
}
#demo #step-1 .number::after {
  content: "";
}
#demo #step-1.check .number::before {
  content: "";
}
#demo #step-1.check .number::after {
  content: "\f272";
  font-family: "bootstrap-icons";
  font-size: 1.1rem;
  color: var(--bs-secondary-color);
  display: block;
  margin-top: 2px;
}
#demo div.dropdown-container {
  position: relative;
}
#demo div.dropdown-container ul {
  position: absolute;
  z-index: 1;
}
#demo .remove-button div {
  background-color: #d5e6ff;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#demo .remove-button div img {
  width: 10px !important;
  height: 12px !important;
}
#demo .form-padding {
  --size: 32px;
  min-width: var(--size);
  max-width: var(--size);
  min-height: var(--size);
  max-height: var(--size);
}
#demo .compounds {
  color: gray;
  font-size: 0.65rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
#demo .price-list img {
  height: 100px;
  width: -webkit-fill-available;
}
#demo .info-product {
  color: #282e55;
}
#demo #search-product-message {
  background-color: #d3eef4;
  border: 1px solid #bfd8de;
}
#demo h1,
#demo h2,
#demo h3,
#demo h4,
#demo h5 {
  color: #282e55;
}
#demo .price-item {
  width: calc(33.333% - 10px);
  display: flex;
  justify-content: space-between;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  margin-right: 10px;
  margin-bottom: 2px;
}
#demo .info-product {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-family: "Nunito";
}
#demo .info-product > h3 {
  font-size: 14px;
  font-weight: 400;
  color: rgb(91, 95, 125);
  margin: 1px;
}
#demo .info-product > p {
  font-size: 16px;
  font-weight: 400;
  color: rgb(91, 95, 125);
  margin: 1px;
}
#demo .info-product .direccion {
  display: flex;
  font-size: 12px;
  font-weight: 400;
  color: rgb(91, 95, 125);
  margin: 0px;
}
#demo .info-product .icono-ubicacion {
  margin-right: 5px;
}
#demo .dropdown-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  border: 1px solid #ccc;
  background-color: #fff;
  max-height: 150px;
  overflow-y: auto;
}
#demo .dropdown-list li {
  padding: 8px;
  cursor: pointer;
}
#demo .dropdown-list li:hover {
  background-color: #f0f0f0;
}

.tab-content.code {
  border: 1px solid var(--bs-border-color);
  border-top: none;
}
.tab-content.code .tab-pane {
  height: 350px;
}
.tab-content.code .tab-pane pre {
  height: 100%;
  overflow: overlay;
  overflow-y: auto;
  margin: 0;
}

#found-products {
  height: auto;
}
#found-products .border {
  max-height: 100%;
  overflow: auto;
  border-radius: var(--bs-border-radius);
}
#found-products .badge {
  float: right;
}
#found-products a.product {
  font-family: "Nunito";
  display: block;
  text-decoration: none;
  font-size: 0.8rem;
  color: var(--bs-body-color);
}
#found-products a.product.type-cm {
  background-color: rgba(194, 244, 244, 0.4);
}
#found-products a.product:hover {
  background-color: #e8f6fc;
}
#found-products a.product .commercial-product-selector {
  border: none;
  color: blue;
  padding: 0 2px;
}
#found-products a.product .commercial-product-selector:hover {
  text-decoration: underline;
}

div#prescription-container > form:has(li > input) {
  max-height: 100%;
  overflow: auto;
  border-radius: var(--bs-border-radius);
  border: 1px solid #dee2e6 !important;
}

ul#selected-products li.product {
  font-size: 0.8rem;
}
ul#selected-products li.product.type-cm {
  background-color: rgba(194, 244, 244, 0.4);
}

#vademecum > div {
  overflow: overlay;
  max-height: 350px;
}

.highlight {
  animation: yellowflash-bg 2s;
}

.green-highlight {
  animation: greenflash-bg 1s;
}

.card {
  background-color: #f9f9f9;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  padding: 5px;
  margin-bottom: 15px;
}

.product-information {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.card img {
  width: 100px;
  height: auto;
  border-radius: 4px;
  margin-right: 16px;
}

.card-content {
  display: flex;
  flex-direction: column;
}
.card-content h2 {
  font-size: 18px;
  margin: 0 0 8px;
  margin: 2px;
}
.card-content p {
  margin: 4px 0;
  font-size: 14px;
  color: #666;
  margin: 2px;
  font-weight: 500;
}

.pharmacy-prices {
  color: #666;
  font-size: 0.9rem;
}
.pharmacy-prices .row {
  position: relative;
}
.pharmacy-prices .row .col {
  position: relative;
}
.pharmacy-prices .row .col.img-container {
  max-height: 100px;
}
.pharmacy-prices .row .col.img-container img {
  max-height: 100%;
  width: auto;
}

@keyframes yellowflash-bg {
  from {
    background: #ffffc5;
  }
  to {
    background: transparent;
  }
}
@keyframes greenflash-bg {
  from {
    background: #198754;
  }
  to {
    background: transparent;
  }
}
