/* alpine css */
[x-cloak] {
    display: none !important;
}


html {
  scroll-behavior: smooth;
   scroll-padding-top: 80px;
}

.container {
    max-width: calc(1280px + 3rem);
}

.pharmacy_service {
    background-image: url('../../images/pharmacy-service.png');
    background-repeat: no-repeat;
}

.popup-seperator {
    left: calc(25% + 80px);
    height: calc(100% - 160px);
}

.mobile-menu {
      transform: translateX(-100%);
       transition: transform 0.5s ease-in-out;
}
.mobile-menu.open {
    transform: translateX(0);
}

.paragraph ol, .paragraph ul {
    padding: revert;
    margin: revert;
    list-style: revert;
}

.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: normal;
  line-height: 1.2;
  margin-top: 0 !important;
  margin-bottom: 16px !important;
  color: #1a1a1a;
  font-size: 16px;
}
 
.appantap_paragraph p {
  margin-top: 0 !important;
  margin-bottom: 0px !important;
  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;
  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;
}

@media (min-width: 1320px) {
    .teams .swiper-wrapper .swiper-slide.swiper-slide-next {
        transform: translateY(70px);
        transition: 0.5s ease;
    }

    .teams .swiper-wrapper .swiper-slide.swiper-slide-next+.swiper-slide {
        transform: translateY(140px);
        transition: 0.5s ease;
    }
}

@media (max-width: 1320px) {
    .teams .swiper-wrapper .swiper-slide {
        display: flex;
        justify-content: center;
    }
}
#qrcode img{display: block;padding: 4px;background: white;
	border-radius: 12px;
}