[x-cloak] {
    display: none !important;
} 

html {
  scroll-behavior: smooth;
   scroll-padding-top: 80px;
}

body {
    color: #16215B;
}

*:not(html)::-webkit-scrollbar {
    width: 8px;
}

*:not(html)::-webkit-scrollbar-track {
    background: transparent;
}

*:not(html)::-webkit-scrollbar-thumb {
    background-color: var(--color-primary);
    border-radius: 6px;
}

/* Firefox */

*:not(html) {
    scrollbar-width: thin;
    scrollbar-color: var(--color-primary) transparent;
}


.no-scroll {
  overflow: hidden;
  height: 100vh;
  touch-action: none;
}

.container {
    max-width: calc(1344px + 32px);

}

.special-container {
    padding-left: 16px;
    /* padding-right: 16px; */
    @media  (max-width: 640px) {
        padding-right: 16px;
    }
    @media (min-width: 1376px) {
        padding-left: 0px;
        max-width: none !important;
        margin-left: calc(50% - 672px);
        width: calc((50% - 672px) + 1344px);
    }

}

.paragraph ol, .paragraph ul {
    padding: revert;
    margin: revert;
    list-style: revert;
}

.pharmacies-swiper {

    .swiper-pagination-bullet {
        background-color: #C0D0E5;
    }

    .swiper-pagination-bullet-active {
        width: 46px;
        border-radius: 100vw;
        background: #14295C;
    }
}


.marquee-scroller {
    max-width: 100%;

    & .marquee-scroller__inner {
        width: max-content;
        display: flex;
        flex-wrap: wrap;
        gap: 24px;
        margin-inline: auto;
    }

    /* &:is(:hover, :focus-within, :focus) .marquee-scroller__inner {
        animation-play-state: paused !important;
    } */
}




.marquee-scroller[data-animated="true"] {
    overflow: hidden;

    & .marquee-scroller__inner {

        flex-wrap: nowrap;
        animation: marquee-scroll var(--_animation-duration, 40s) var(--_animation-direction, forwards) linear infinite;
    }
}

.appantap_paragraph {
  font-size: 16px;
}

.appantap_paragraph html {
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  scroll-behavior: smooth;
}
 
.appantap_paragraph body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #1a1a1a;
  background-color: #ffffff;
  margin: 0;
  padding: 0;
  min-height: 100vh;
}
 
.appantap_paragraph h1,
.appantap_paragraph h2,
.appantap_paragraph h3,
.appantap_paragraph h4,
.appantap_paragraph h5,
.appantap_paragraph h6 {
  font-weight: 600;
  line-height: 1.2;
  margin-top: !important;
  margin-bottom: 16px !important;
  color: #1a1a1a;
  font-size: 16px;
}
 
.appantap_paragraph p {
  margin-top: 0 !important;
  margin-bottom: 0px !important;
  font-size: 16px;
  line-height: 1.6;
}
 
.appantap_paragraph a {
  color: #0066cc;
  text-decoration: none;
  transition: color 0.2s ease;
}
 
.appantap_paragraph a:hover {
  color: #0052a3;
  text-decoration: underline;
}
 
.appantap_paragraph a:focus {
  outline: 2px solid #0066cc;
  outline-offset: 2px;
}
 
.appantap_paragraph a:visited {
  color: #551a8b;
}
 
.appantap_paragraph i,
.appantap_paragraph em {
  font-style: italic;
}
 
.appantap_paragraph ul,
.appantap_paragraph ol {
  margin-top: 0;
  margin-bottom: 16px;
  padding-left: 16px;
}
 
.appantap_paragraph ul {
  list-style-type: disc;
}
 
.appantap_paragraph ol {
  list-style-type: decimal;
}
 
.appantap_paragraph li {
  margin-bottom: 4px;
  font-size: 16px !important;
  line-height: 1.6;
}
 
.appantap_paragraph ul ul,
.appantap_paragraph ul ol,
.appantap_paragraph ol ul,
.appantap_paragraph ol ol {
  margin-bottom: 0;
  margin-top: 8px;
}
 
.appantap_paragraph ul ul {
  list-style-type: circle;
}
 
.appantap_paragraph ul ul ul {
  list-style-type: square;
}
 
.appantap_paragraph mark {
  background-color: #ffeb3b;
  color: #000000;
  padding: 2px 4px;
  border-radius: 2px;
}
 
.appantap_paragraph dl {
  margin-top: 0;
  margin-bottom: 16px;
}
 
.appantap_paragraph dt {
  font-weight: 600;
  margin-top: 8px;
  margin-bottom: 4px;
}
 
.appantap_paragraph dd {
  margin-left: 24px;
  margin-bottom: 8px;
}
 
.appantap_paragraph blockquote {
  margin: 24px 0;
  padding: 16px 24px;
  border-left: 4px solid #dddddd;
  background-color: #f5f5f5;
  font-style: italic;
  color: #666666;
}
 
.appantap_paragraph blockquote p {
  margin-bottom: 0;
}
 
.appantap_paragraph blockquote p:not(:last-child) {
  margin-bottom: 16px;
}
 
.appantap_paragraph caption {
  font-weight: 600;
  text-align: left;
  padding: 8px 0;
  margin-bottom: 8px;
  color: #1a1a1a;
}
 
.appantap_paragraph tr {
  transition: background-color 0.2s ease;
}
 
.appantap_paragraph tr:hover {
  background-color: #f5f5f5;
}
 
.appantap_paragraph td,
.appantap_paragraph th {
  padding: 8px 16px;
  text-align: left;
  border-bottom: 1px solid #dddddd;
}
 
.appantap_paragraph th {
  font-weight: 600;
  background-color: #f5f5f5;
  border-bottom: 2px solid #dddddd;
}
 
.appantap_paragraph img {
  display: block;
  max-width: 100%;
  height: auto;
  border: 0;
}
 
.appantap_paragraph picture {
  display: block;
}
 
.appantap_paragraph video {
  display: block;
  max-width: 100%;
  height: auto;
}
 
.appantap_paragraph canvas {
  display: block;
  max-width: 100%;
}
 
.appantap_paragraph svg {
  display: block;
  max-width: 100%;
  height: auto;
  fill: currentColor;
}
 
.appantap_paragraph hr {
  border: 0;
  border-top: 1px solid #dddddd;
  margin: 32px 0;
  height: 0;
}

@keyframes marquee-scroll {
    to {
        transform: translate(calc(-50% - 12px));
    }
}