html *,
html *::before,
html *::after,
body *,
body *::before,
body *::after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
}

body {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #575757;
  text-decoration: none;
}

b, strong {
  font-weight: bold;
}

h1{font-family: 'Roboto', sans-serif;font-size: 2rem;font-weight: 300;color: #00578e;text-decoration: none;}
h2{font-family: 'Roboto', sans-serif;font-size: 25px;font-weight: 500;color: #00578e;text-decoration: none;}
@media (min-width:768px) and (max-width:991px){
  h2{font-size: 20px;}
}
@media (max-width:767px){
  h2{font-size: 25px;}
}
h3{font-family: 'Roboto', sans-serif;font-size: 20px;font-weight: 500;color: #00578e;text-decoration: none;}
@media (min-width:768px) and (max-width:991px){
  h3{font-size: 15px;}
}
@media (max-width:767px){
  h3{font-size: 20px;}
}
h5{font-family: 'Kanit', sans-serif;font-size: 18px;font-weight: 500;text-decoration: none;}

.paginator {
  margin: 1rem 0 !important;
  padding: 1.5rem 0 !important;
  border-top: 1px solid #575757 !important;
  font-family: 'Arial', sans-serif !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  letter-spacing: 0.5px !important;
}

.paginator ul {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  justify-content: center !important;
  list-style: none !important;
  color: #575757 !important;
}

.paginator ul a {
  display: block !important;
  color: #373737 !important;
  margin: 0 0.5rem !important;
  transition: all 2ms !important;
}

.paginator ul a:hover {
  color: #171717 !important;
}

.paginator ul .paginator-page {
  font-size: 16px !important;
  font-weight: 600 !important;
  letter-spacing: 1px !important;
}

.paginator ul .paginator-page.is-active {
  color: #ff466c !important;
}

button[type="submit"]:not(.btn),
input[type="submit"]:not(.btn) {
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 500;
  border: none;
  border-radius: 50px;
  padding: 0.5rem 1.5rem;
  background-color: #00ada8;
  color: rgb(255, 255, 255);
  min-width: 120px;
  transition: all .2s;
  cursor: pointer;
}

button[type="submit"]:not(.btn):hover,
input[type="submit"]:not(.btn):hover {
  filter: brightness(85%);
}

.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span, .sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #00578e;
  text-decoration: none;
}

#sp-header{ padding:0px 15px 0px 15px;margin:30px 0px 0px 0px; }
#sp-section-3{ padding:0px 0px 0px 0px;margin:0px 0px 0px 0px; }
#sp-topbar { 
  background-image:url("../images/header_bg.png");
  background-repeat:no-repeat;
  background-size:inherit;
  background-position:50% 100%;
  padding:0px;
  margin:30px 0px 0px 0px;
}

.logo-image {height:74px;}.logo-image-phone {height:74px;}
@media(max-width: 992px) {.logo-image {height: 36px;}.logo-image-phone {height: 36px;}}
@media(max-width: 576px) {.logo-image {height: 30px;}.logo-image-phone {height: 30px;}}

#sp-logo h5 {
  display:inline-block; 
  text-align: left; 
  height: 100%; 
  font-family: 'Roboto', sans-serif;
  font-size: 32px; 
  font-weight: bold;
  vertical-align: text-bottom; 
  margin-bottom: 3px;
  color: #00ada8;
}

.menu.nav-pills > li > a, .menu.nav-pills > li > span, .menu.nav-pills .sp-dropdown li.sp-menu-item > a{font-family: 'Roboto', sans-serif;font-size: 16px;font-weight: 700;color: #00578e;text-decoration: none;}

#sp-hirek{ background-color:#F5F5F5;padding:0px 14px 30px 14px;margin:50px 0px 0px 0px; }
#sp-mellekhatasbejelento{ background-color:#F5F5F5;margin:50px 0px 0px 0px; }
#sp-szakmai{ background-color:#F5F5F5;padding:0px 14px 30px 14px;margin:50px 0px 0px 0px; }
#sp-esemenyekkepzesekkiadvanyok{ background-color:#F5F5F5;padding:45px 22px 45px 22px;margin:50px 0px 0px 0px; }
#sp-szakrendszerek{ padding:50px 0px 0px 0px; }
#sp-adatbazisoknyilvantartasok{ margin:50px 0px 0px 0px; }
#sp-footertop{ background-color:#F5F5F5;padding:30px 23px 30px 14px;margin:50px 0px 0px 0px; }
#sp-footerbottom{ background-color:#F5F5F5;padding:0px 14px 0px 14px;margin:0px 0px 100px 0px; }

.container, .sppb-row-container { max-width: 1300px; }

.menu-languages {
  position: relative;

  > span {
    color: white;
    transition: all 0.5s;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    font-weight: bold;
    background-color: #00578e;
    border-radius: 50px;
    padding: 0 12px;
    margin-left: 20px;
    cursor: pointer;
  }

  > ul {
    position: absolute;
    top: 100%;
    right: 0;
    list-style: none;
    background-color: #00578e;
    border-radius: 24px;
    padding: 0;

    li > a {
      display: block;
      width: 100%;
      min-width: 100px;
      color: #cecece;
      text-align: right;
      font-weight: bold;
    }

    li > a:hover {
      color: white;
    }

    li:first-child > a {
      padding: 12px 24px 5px !important;
    }

    li:not(:first-child) > a {
      padding: 5px 24px 12px !important;
    }
  }
}

.breadcrumb {
  padding: 0;
  margin: 1rem 0 2rem;
  font-size: 16px;
}

.breadcrumb ul {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
}

.breadcrumb ul li {
  display: inline-block;
  margin-right: 1rem;
}

.breadcrumb ul li:not(:first-child)::before {
  content: "";
  border-color: transparent #111;
  border-style: solid;
  border-width: 0.35em 0 0.35em 0.45em;
  display: block;
  height: 0;
  width: 0;
  left: -0.8em;
  top: 1.1em;
  position: relative;
}

.breadcrumb ul li a {
  display: inline;
  cursor: pointer;
  color: inherit;
}

.records h1 {
  font-size: 40px;
  color: #00ada8;
}

.records .title {
  margin: 0 0 3rem 0;
  font-size: 16px;
}

.records h2,
.records h3 {
  color: #00ada8;
  margin-bottom: 1.5rem;
}

.records h2 {
  font-weight: 900;
}

.records h3 {
  font-weight: 800;
}

.records .content p div {
  display: block;
  margin: 0 0 2rem 0;
  font-weight: 400;
  font-size: 16px;
}

.records .content a {
  color: #1176a6;
}

.records ol {
  display: block;
  list-style: none;
  margin: 0 0 1rem 0;
  padding: 0;
}

.records ol li {
  position: relative;
  padding-left: 1.025rem;
  margin-bottom: 0.5rem;
}

.records ol li::before {
  content: "‣";
  color: #00ada8;
  font-size: 32px;
  position: absolute;
  top: -0.8rem;
  left: 0;
}

.records .content .table {
  display: table;
  border: 1px solid #575757;
  border-bottom: 4px solid rgb(245, 245, 245);
  border-collapse: collapse;
  margin: 0 0 2rem 0;
}

.records .content .table td {
  border: 1px solid #575757;
  padding: 1.25rem 1rem;
}

.records .content .table tr:nth-child(odd) {
  background-color: rgb(245, 245, 245);
}

.records .content .table tr:nth-child(even) {
  background-color: rgb(255, 255, 255);
}

.annex {
  margin: 3rem 0 1rem 0;
}

.annex .table {
  display: table;
  border: none;
  border-collapse: collapse;
  margin: 0 0 2rem 0;
  color: rgb(102, 102, 102);
}

.annex .table th {
  border: none;
  background-color: rgb(245, 245, 245);
  padding: 1.25rem 1rem;
}

.annex .table td {
  border-bottom: 4px solid rgb(245, 245, 245);
  padding: 0.5rem 1rem;
  vertical-align: middle;
}

.annex .table img {
  height: 32px;
}

.blog h1 {
  font-size: 64px;
  color: #00ada8;
}

.blog .title {
  margin: 3rem 0 3rem 0;
  font-size: 16px;
}

.records .blog-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  background-color: #F5F5F5;
  color: #575757;
  border-top: 4px solid #00ada8;
  margin: 0 0 3rem 0;
  padding: 1rem;
}

.records .blog-item h2 {
  line-height: 1.2;
  font-size: 25px;
  color: #00ada8;
  margin-bottom: 0.5rem;
  margin-right: 0.5rem;
  font-weight: 900;
}

.records .blog-item p {
  color: #575757;
  font-size: 14px;
  line-height: 1.2;
  flex: 2 1 auto;
  margin-right: 0.5rem;
}

.records .blog-item a {
  flex: 0 1 auto;
  display: block;
  border-radius: 50px;
  background-color: #00ada8;
  color: white;
  font-weight: 600;
  margin: 0 0 0 1rem;
  padding: 0.5rem 2rem 0.5rem 1rem;
  position: relative;
}

.records .blog-item a::after {
  content: "▶";
  position: absolute;
  top: 0.7rem;
  right: 0.75rem;
  display: block;
  font-size: 14px;
}

.smallText {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 10px !important;
}

.cookie {
  background-color: white;
  border: 2px solid #1f3c5e;
  position: fixed;
  bottom: 0;
  left: 40px;
  padding: 20px 30px;
  width: 356px;
  text-align: left;
}
.cookie .cookie-title {
  color: #1f3c5e;
  font-size: 1.25rem;
}
.cookie .cookie-buttons {
  display: flex;
  justify-content: space-between;
  margin-top: 5px;
}
.cookie .cookie-buttons .cookie-setup {
  color: #1f3c5e;
  border: 2px solid #1f3c5e;
}
.cookie .cookie-buttons .cookie-setup:hover {
  text-decoration: underline;
}
.cookie .cookie-buttons .cookie-accept {
  border: 2px solid #1f3c5e;
  background-color: #1f3c5e;
  color: white;
}
.cookie .cookie-buttons .cookie-accept:hover {
  text-decoration: underline;
}
.cookie .cookie-buttons > div,
.cookie .cookie-buttons > a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  cursor: pointer;
  user-select: none;
  transition: 0.3s;
  text-decoration: none;
}

button[type="submit"]:not(.btn),
input[type="submit"]:not(.btn),
.custom-button {
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 500;
  border: none;
  border-radius: 50px !important;
  margin: 0 !important;
  padding: 0.5rem 1.5rem;
  background-color: #ff466c;
  color: rgb(255, 255, 255) !important;
  min-width: 120px;
  min-height: 50px;
  transition: all .2s;
  cursor: pointer;
}

button[type="submit"]:not(.btn):hover,
input[type="submit"]:not(.btn):hover,
.custom-button:hover {
  filter: brightness(85%);
}

.custom-button.blue {
  background-color: #00578e;
}

.custom-button.green {
  background-color: rgb(73, 122, 119) !important;
}

form textarea {
  resize: vertical; 
  outline: none; 
  box-shadow: none !important; 
  display: block; 
  padding: 0.5rem 0.5rem !important; 
  font-size: 1rem; 
  line-height: 1.25; 
  color: #495057; 
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.pharmacySearchTable tr:first-child td {
  padding-top: 1.5rem;
}

.pharmacySearchTable tr:last-child td {
  padding-bottom: 1.5rem;
}

.pharmacySearchTable tr:not(:first-child) td {
  padding-top: 0.5rem;
}

.pharmacySearchTable tr:not(:last-child) td {
  padding-bottom: 0.5rem;
}

.pharmacySearchTable td:first-child {
  padding-left: 1.5rem;
  padding-right: 0.5rem;
}

.pharmacySearchTable td:last-child {
  padding-left: 0.5rem;
  padding-right: 1.5rem;
}

.pharmacySearchTable td:not(:first-child):not(:last-child) {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.pharmacySearchTable td[colspan="5"] {
  padding: 0.5rem 1.5rem 1.5rem 1.5rem;
}

.pharmacySearchTable a {
  text-decoration: underline;
}

.pharmacyDetailsTable {
  border-bottom: #767676 1px dotted;
}

.pharmacyDetailsTable a {
  text-decoration: underline;
}

/* POPUP */

[id^="diet-pop"] {
  text-align: left;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji",
  "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 16px;
  color: #383838;
  line-height: 1.5em;
  box-shadow: 0 0 20px rgba(0, 0, 0, .5);
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  align-items: normal;
  display: flex;  
}

[id^="diet-pop"] .modal-outer {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
  z-index: -1;
}

[id^="diet-pop"] .modal-inner {
  width: 80vw;
  box-sizing: border-box;
  background-color: white;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 30px;
  position: relative;
  min-height: 60vh;
  max-height: min-content;
  overflow: hidden;
  max-width: 800px !important;
}

[id^="diet-pop"] .modal-inner > div.mb-6 {
  display: block;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: calc(100% - 60px);
  margin-bottom: 30px;
}

[id^="diet-pop"] .modal-inner > div > div > span {
  font-size: 32px;
}

[id^="diet-pop"] .close {
  font-size: 40px;
  font-weight: bold;
  color: #333;
  position: absolute;
  top: 10px;
  right: 10px;
  margin: 0;
  padding: 0;
  text-decoration: none;
  cursor: pointer;
}

[id^="diet-pop"] a.surveyBtn {
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 500;
  border: none;
  border-radius: 50px !important;
  margin: 0 !important;
  padding: 0.5rem 1rem;
  background-color: #ff466c;
  color: rgb(255, 255, 255) !important;
  min-width: 120px;
  min-height: 40px;
  transition: all .2s;
  cursor: pointer;
}

[id^="diet-pop"] a.surveyBtn:hover {
  filter: brightness(85%);
}

[id^="diet-pop"] a.dietBtnYes {
  background-color: #00578e;
}

[id^="diet-pop"] a.dietBtnNo {
  float: right;
}

ul#ui-id-1 {
  width: max-content !important;
  /*width: 100% !important;*/
  border: 1px solid #cfcfcf;
  max-height: 300px;
  overflow: scroll;
  text-align: left;
  padding: 0;
  list-style: none;
  background-color: white;
}

ul#ui-id-1 li {
  padding: 10px;
  cursor: pointer;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  transition: 0.3s;
}

ul#ui-id-1 li:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

#ui-datepicker-div {
  background-color: white;
  padding: 5px;
  box-shadow: 0 0 3px 0 #333;
}