/* alpine css */
[x-cloak] {
  display: none !important;
}


html {
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}

*:not(html)::-webkit-scrollbar {
  width: 8px;
}

*:not(html)::-webkit-scrollbar-track {
  background: transparent;
}

*:not(html)::-webkit-scrollbar-thumb {
  background-color: #65A54E;
  border-radius: 6px;
}

/* Firefox */

*:not(html) {
  scrollbar-width: thin;
  scrollbar-color: #65A54E transparent;
}


.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);
}

.qr-code img {
  padding: 8px;
  border-radius: 12px;
}

.leaflet-tooltip {
  color: white !important;
  opacity: 1 !important;
  background: transparent !important;
  box-shadow: none !important;
  border: none !important;
  left: 1px !important;
  top: -1px !important;
}

.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: 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;
  }
}


.marker-wrapper {
  position: relative;
}

.marker-number {
  position: absolute;
  top: 7px;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 19x;
  font-weight: bold;
  color: white;
}

.list-sr-wrapper {
  position: relative;
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sr-wrapper svg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.list-sr-number {
  position: absolute;
  top: 7px;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  color: white;
}


.error-message {
  color: #dc2626;
  font-size: 13px;
  margin-top: 4px;
}

input+.error-message,
textarea+.error-message {
  display: block;
}

button.swal2-confirm.swal2-styled {
  background: #1C8CCC;
}

button.swal2-cancel.swal2-styled {
  color: #002c57;
  border: 1px solid #002c57;
  font-weight: bold;
  background-color: white;
}

div:where(.swal2-icon).swal2-warning {
  background: url(/images/Information-white.svg), #1C8CCC;
  background-position: center;
  background-repeat: no-repeat;
  border: none;
  color: black !important;
  width: 100%;
  margin: 0;
  border-radius: unset;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

div:where(.swal2-icon).swal2-warning .swal2-icon-content {
  display: none;
}

.small-title {
  font-size: 14px !important;
}

.small-popup {
  font-size: 13px !important;
}

.long-text-break {
    overflow-wrap: break-word;
    word-break: break-word;
    hyphens: auto;
}
 