/* sora-100 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Sora";
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/sora/sora-v12-latin_latin-ext-100.woff2") format("woff2"), url("../fonts/sora/sora-v12-latin_latin-ext-100.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* sora-200 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Sora";
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/sora/sora-v12-latin_latin-ext-200.woff2") format("woff2"), url("../fonts/sora/sora-v12-latin_latin-ext-200.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* sora-300 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Sora";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/sora/sora-v12-latin_latin-ext-300.woff2") format("woff2"), url("../fonts/sora/sora-v12-latin_latin-ext-300.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* sora-regular - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Sora";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/sora/sora-v12-latin_latin-ext-regular.woff2") format("woff2"), url("../fonts/sora/sora-v12-latin_latin-ext-regular.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* sora-500 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Sora";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/sora/sora-v12-latin_latin-ext-500.woff2") format("woff2"), url("../fonts/sora/sora-v12-latin_latin-ext-500.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* sora-600 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Sora";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/sora/sora-v12-latin_latin-ext-600.woff2") format("woff2"), url("../fonts/sora/sora-v12-latin_latin-ext-600.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* sora-700 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Sora";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/sora/sora-v12-latin_latin-ext-700.woff2") format("woff2"), url("../fonts/sora/sora-v12-latin_latin-ext-700.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* sora-800 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Sora";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/sora/sora-v12-latin_latin-ext-800.woff2") format("woff2"), url("../fonts/sora/sora-v12-latin_latin-ext-800.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
html {
  background-color: #d2d2d2;
  min-height: 100%;
}

body {
  min-height: 100%;
}

@media (min-width: 992px) {
  .outer-wrapper {
    max-width: 1920px;
    margin: 0 auto;
    min-height: 100%;
  }
}
.gutter-12 {
  margin-right: -6px;
  margin-left: -6px;
}
.gutter-12 > .col,
.gutter-12 > [class*=col-] {
  padding-right: 6px;
  padding-left: 6px;
}

.gutter-100 {
  margin-right: -50px;
  margin-left: -50px;
}
.gutter-100 > .col,
.gutter-100 > [class*=col-] {
  padding-right: 50px;
  padding-left: 50px;
}

@media (max-width: 991px) {
  .gutter-100 {
    margin-right: -15px;
    margin-left: -15px;
  }
  .gutter-100 > .col,
  .gutter-100 > [class*=col-] {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 992px) {
  #headerXS {
    display: none;
  }
}
@media (max-width: 991px) {
  .layout-sidebar aside {
    display: none;
  }
  .layout-sidebar .inner-wrapper {
    padding-top: 1rem;
  }
}
@media (min-width: 992px) {
  .layout-sidebar .inner-wrapper {
    padding: 50px 70px 0 70px;
  }
  .layout-sidebar .outer-wrapper {
    display: flex;
    flex-direction: row;
    max-width: 100%;
  }
  .layout-sidebar main {
    min-height: 100%;
    min-height: 100vh;
    flex-grow: 1;
    width: 100%;
  }
  .layout-sidebar aside {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    align-self: flex-start;
    flex-shrink: 0;
    min-height: 100vh;
    width: 280px;
    background-color: #559771;
  }
}
#homepage section,
#homepage .sub-section {
  margin-bottom: 70px;
}
#homepage section:last-child,
#homepage .sub-section:last-child {
  margin-bottom: 20px;
}

section,
.sub-section {
  margin-bottom: 30px;
}
section:last-child,
.sub-section:last-child {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  section,
  .sub-section {
    margin-bottom: 50px;
  }
  section:last-child,
  .sub-section:last-child {
    margin-bottom: 20px;
  }
}
section.notification {
  margin-bottom: 0 !important;
}

.max-width-700 {
  max-width: 700px;
}

.max-width-600 {
  max-width: 600px;
}

.max-width-500 {
  max-width: 500px;
}

@media (max-width: 991px) {
  @supports (position: -webkit-sticky) or (position: sticky) {
    .sticky-top-xs {
      position: -webkit-sticky;
      position: sticky;
      top: 0;
      z-index: 1020;
      padding-top: 16px;
      background-color: #fff;
      -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.05);
      -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.05);
      box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.05);
    }
    .inner-wrapper:has(.sticky-top-xs) {
      padding-top: 0;
    }
  }
}
html {
  background-color: #fff;
}

body {
  font-family: "Sora", sans-serif;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  background-color: #fff;
}

.logo {
  max-height: 22px;
  opacity: 0.8;
}

.page-title-lg {
  font-size: 24px;
  font-weight: 700;
  color: #212529;
  line-height: 1.3;
  margin-bottom: 3rem;
}

.subtitle {
  font-size: 18px;
  font-weight: 600;
  color: #212529;
  line-height: 1.4;
}

.text {
  font-size: 16px;
  font-weight: 400;
  color: #212529;
  line-height: 1.6;
}

p {
  font-size: 16px;
  font-weight: 400;
  color: #212529;
  line-height: 1.6;
}

@media (max-width: 991px) {
  .title {
    font-size: 18px;
    font-weight: 600;
  }
  .page-title-lg {
    display: none;
  }
}
.info-page h1 {
  font-size: 22px;
  font-weight: 600;
}
.info-page h2 {
  font-size: 20px;
  font-weight: 600;
}
.info-page h3 {
  font-size: 18px;
  font-weight: 600;
}
.info-page h4 {
  font-size: 16px;
  font-weight: 600;
}
.info-page h5 {
  font-size: 16px;
  font-weight: 600;
}
.info-page h6 {
  font-size: 16px;
  font-weight: 500;
}

.form-control {
  padding: 0.9rem 0.75rem;
  border-radius: 8px;
  border-color: #e2e2e2;
}

select.form-control:not([size]):not([multiple]) {
  height: initial;
}

.form-notice {
  font-weight: 600;
  transition: 0.3s;
}

.form-notice-red {
  color: #ED5151;
}

.form-notice-orange {
  color: #FFBD2E;
}

.form-notice-green {
  color: #00B505;
}

label {
  font-weight: 500;
  font-size: 16px;
}

.form-control::placeholder,
.form-control:-ms-input-placeholder,
.form-control::-ms-input-placeholder {
  color: #DCDFE8 !important;
}

.input::-placeholder {
  color: #DCDFE8 !important;
}

.btn-submit {
  margin-top: 32px;
}

.multiple-checkboxes .form-check,
.multiple-checkboxes-lg .form-check {
  margin-bottom: 12px;
}
.multiple-checkboxes .form-check:last-child,
.multiple-checkboxes-lg .form-check:last-child {
  margin-bottom: 0;
}
.multiple-checkboxes .form-check-input,
.multiple-checkboxes .form-check-label,
.multiple-checkboxes-lg .form-check-input,
.multiple-checkboxes-lg .form-check-label {
  cursor: pointer;
}

.multiple-checkboxes-lg .form-check {
  margin-bottom: 20px;
}

.show-password-toggle {
  margin-bottom: 2rem;
}
.show-password-toggle label {
  font-size: 14px;
  font-weight: 400;
}

.badge-primary {
  background-color: #1D7AA1;
}

.badge-secondary {
  background-color: #706D62;
}

.badge-success {
  background-color: #64B581;
}

.badge-danger {
  background-color: #ED5151;
}

.badge-warning {
  background-color: #fec02c;
}

.badge-info {
  background-color: #D5EFFA;
  color: #1D7AA1;
}

.badge-light {
  background-color: #f5f9f9;
}

.badge-dark {
  background-color: #222b45;
}

.badge-fluorescent-green {
  background-color: #fec02c;
  color: #212529;
}

.notification {
  position: relative;
  text-align: center;
}
.notification a {
  display: block;
}
.notification p {
  padding: 12px 24px;
}

.notification-red {
  background-color: #ED5151;
}
.notification-red a {
  color: #fff;
}
.notification-red p {
  margin-bottom: 0;
  color: #fff;
}

.notification-green {
  background-color: #37622f;
}
.notification-green a {
  color: #fff;
}
.notification-green p {
  margin-bottom: 0;
  color: #fff;
}

section .page-title {
  margin-bottom: 50px;
}
section .section-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 30px;
}

body:has(#noScriptNotice) {
  overflow: hidden;
}

#noScriptNotice {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 999;
  background-color: #fff;
}
#noScriptNotice .row {
  height: 100%;
}
#noScriptNotice .logo {
  margin-bottom: 2rem;
  max-width: 80px;
  height: auto;
}
#noScriptNotice .title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 1rem;
}
#noScriptNotice .description {
  font-size: 15px;
}

#backToTop {
  position: fixed;
  display: none;
  bottom: 15px;
  right: 15px;
}
#backToTop .btn-top {
  position: relative;
  border: 0px solid transparent;
  background-color: #fff;
  color: #000;
  height: 38px;
  width: 38px;
  border-radius: 999px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.18);
}
#backToTop .btn-top:after {
  content: "";
  position: absolute;
  display: block;
  background-image: url(./../../theme/images/icons/icon-chevron-left.svg);
  background-repeat: no-repeat;
  background-size: 9px auto;
  height: 16px;
  width: 10px;
  top: 11px;
  left: 14px;
  transform: rotate(90deg);
}

.pm--box [data-role=save] {
  display: none !important;
}

header.simple-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: center;
  margin-top: 0;
  margin-bottom: 2rem;
}
header.simple-header .child {
  min-width: 43px;
}
header.simple-header .child-middle {
  width: 100%;
}
header.simple-header .btn-back {
  position: relative;
  cursor: pointer;
  border-width: 0;
  border-radius: 8px;
  text-align: center;
  height: 43px;
  width: 43px;
  background-color: #F1F5F9;
}
header.simple-header .btn-back::before {
  content: "";
  position: absolute;
  display: block;
  background-image: url(./../../theme/images/icons/icon-arrow-left.svg);
  background-repeat: no-repeat;
  background-size: 14px 14px;
  height: 14px;
  width: 14px;
  top: 14px;
  left: 14px;
}
header.simple-header .btn-back:hover::before {
  opacity: 0.8;
}
header.simple-header .page-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  header.simple-header .child {
    min-width: 38px;
  }
}

.layout-2-columns header.simple-header {
  margin-top: 2rem;
  margin-bottom: 4rem;
}

.modal header.simple-header {
  margin-top: 0;
  margin-bottom: 2rem;
}
.modal header.simple-header .modal-title,
.modal header.simple-header .title,
.modal header.simple-header h1,
.modal header.simple-header h2,
.modal header.simple-header h3,
.modal header.simple-header h4,
.modal header.simple-header h5,
.modal header.simple-header h6 {
  margin-bottom: 0;
}

#headerXS {
  position: relative;
}
#headerXS nav {
  padding-top: 24px;
  padding-bottom: 24px;
}
#headerXS .header-wrapper {
  display: flex;
  flex-directioin: row;
  align-items: center;
  justify-content: space-between;
  min-width: 100%;
}
#headerXS .header-wrapper .header-title {
  text-align: center;
}
#headerXS .user-name-top {
  display: block;
  min-width: 100%;
  text-align: center;
}
#headerXS .user-name-bottom {
  display: none;
}
#headerXS .header-btn a {
  position: relative;
  display: block;
  height: 44px;
  width: 44px;
  border-radius: 8px;
  border: 1px solid #fff;
}
#headerXS .header-btn a:after {
  content: "";
  position: absolute;
  display: block;
  background-image: url(./../../theme/images/icons/icon-home.svg);
  background-repeat: no-repeat;
  background-size: 20px auto;
  height: 20px;
  width: 20px;
  top: 11px;
  left: 11px;
}
#headerXS .page-title-xs {
  font-size: 24px;
  font-weight: 600;
}

#homepage #headerXS .user-name-top,
#homepage aside .user-name-top {
  display: none;
}
#homepage #headerXS .header-title .user-name-bottom,
#homepage aside .header-title .user-name-bottom {
  display: block;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  text-decoration: none;
}
#homepage #headerXS .header-btn,
#homepage aside .header-btn {
  display: none;
}
#homepage #headerXS .header-menu,
#homepage aside .header-menu {
  display: flex;
}
#homepage #headerXS .page-title-xs,
#homepage aside .page-title-xs {
  display: none;
}

.navbar {
  background-color: #777f85;
  padding: 0.5rem 16px;
  color: #fff;
}

#menuXS {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  min-height: 1px;
  background: #f5f9f9;
  z-index: 998;
}
#menuXS .menu-wrapper {
  padding: 1.9rem 0.5rem;
}
#menuXS .show > .nav-link,
#menuXS .active > .nav-link,
#menuXS .nav-link.show,
#menuXS .nav-link.active {
  text-decoration: underline;
}
#menuXS .menu-logo {
  max-height: 50px;
  width: auto;
  margin-top: 20px;
  margin-bottom: 8px;
}
#menuXS .primary {
  margin-bottom: 36px;
}
#menuXS .primary .nav-item {
  margin-bottom: 4px;
}
#menuXS .primary .nav-item:last-child {
  margin-bottom: 0;
}
#menuXS .primary .nav-link {
  font-weight: 400;
  font-size: 20px;
  color: #000;
  background-color: #f5f9f9;
  border-radius: 8px;
  padding: 8px 16px;
  text-decoration: none;
}
#menuXS .primary .nav-link:hover, #menuXS .primary .nav-link:focus {
  color: #000;
  background-color: #d8dfdf;
}
#menuXS .secondary {
  margin-bottom: 36px;
}
#menuXS .secondary .nav-item {
  margin-bottom: 8px;
}
#menuXS .secondary .nav-item:last-child {
  margin-bottom: 0;
}
#menuXS .secondary .nav-link {
  font-weight: 400;
  font-size: 16px;
  color: #000;
  background-color: #f5f9f9;
  border-radius: 8px;
  padding: 8px 16px;
  text-decoration: none;
}
#menuXS .secondary .nav-link .badge {
  font-size: 12px;
}
#menuXS .secondary .nav-link:hover, #menuXS .secondary .nav-link:focus {
  color: #000;
  background-color: #d8dfdf;
}
#menuXS .primary .name-surname,
#menuXS .secondary .name-surname {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 42px;
}
#menuXS .logout::before {
  content: "";
  display: inline-block;
  padding-right: 26px;
  vertical-align: middle;
  background-image: url(./../../theme/images/icons/icon-logout-black.svg);
  background-repeat: no-repeat;
  background-size: 16px;
  height: 16px;
}
#menuXS .bottom-links {
  padding-top: 24px;
  border-top: 1px solid #d8dfdf;
}

#menuLG {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  min-height: 1px;
  background: #f5f9f9;
  z-index: 998;
}
#menuLG .menu-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 24px;
  padding: 1.9rem 0.5rem;
  height: 100vh;
  overflow-y: auto;
}
#menuLG .show > .nav-link,
#menuLG .active > .nav-link,
#menuLG .nav-link.show,
#menuLG .nav-link.active {
  text-decoration: underline;
}
#menuLG .menu-logo {
  max-height: 22px;
  width: auto;
  margin-top: 20px;
  margin-bottom: 8px;
}
#menuLG .primary {
  margin-bottom: 0;
}
#menuLG .primary .nav-item:not(.sidebar-logo) {
  margin-bottom: 2px;
}
#menuLG .primary .nav-item:not(.sidebar-logo):last-child {
  margin-bottom: 0;
}
#menuLG .primary .nav-link {
  font-weight: 400;
  font-size: 16px;
  color: #000;
  background-color: #f5f9f9;
  border-radius: 8px;
  padding: 8px 16px;
  text-decoration: none;
}
#menuLG .primary .nav-link:hover, #menuLG .primary .nav-link:focus {
  color: #000;
  background-color: #d8dfdf;
}
#menuLG .secondary {
  margin-bottom: 0;
}
#menuLG .secondary .nav-item {
  margin-bottom: 2px;
}
#menuLG .secondary .nav-item:last-child {
  margin-bottom: 0;
}
#menuLG .secondary .nav-link {
  font-weight: 400;
  font-size: 13px;
  color: #000;
  background-color: #f5f9f9;
  border-radius: 8px;
  padding: 8px 16px;
  text-decoration: none;
}
#menuLG .secondary .nav-link .badge {
  font-size: 12px;
}
#menuLG .secondary .nav-link:hover, #menuLG .secondary .nav-link:focus {
  color: #000;
  background-color: #d8dfdf;
}
#menuLG .primary .name-surname,
#menuLG .secondary .name-surname {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 42px;
}
#menuLG .logout::before {
  content: "";
  display: inline-block;
  padding-right: 24px;
  vertical-align: middle;
  background-image: url(./../../theme/images/icons/icon-logout-black.svg);
  background-repeat: no-repeat;
  background-size: 16px;
  height: 16px;
}
#menuLG .navbar-nav:last-child {
  margin-bottom: 0 !important;
}
#menuLG .primary .name-surname,
#menuLG .secondary .name-surname {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
#menuLG .main-links {
  height: 100%;
}
#menuLG .sidebar-logo {
  margin-left: 0px;
  margin-bottom: 24px;
  padding-bottom: 32px;
  border-bottom: 1px solid #d8dfdf;
}
#menuLG .sidebar-logo img {
  max-height: 22px;
}
#menuLG .sidebar-logo a {
  margin-left: 16px;
}
#menuLG .bottom-links {
  padding-top: 24px;
  border-top: 1px solid #d8dfdf;
}

.navbar-toggler {
  position: relative;
  display: block;
  border-width: 0;
  padding: 0px;
  margin-left: 1rem;
  z-index: 999;
}
.navbar-toggler:focus, .navbar-toggler:hover, .navbar-toggler:active {
  outline: 0;
}
.navbar-toggler label {
  display: flex;
  flex-direction: column;
  width: 39px;
  cursor: pointer;
  margin-bottom: 0px;
}
.navbar-toggler label span {
  background: #000;
  border-radius: 8px;
  height: 4px;
  margin: 4px 0;
  transition: 0.4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
}
.navbar-toggler span:nth-of-type(1) {
  width: 50%;
}
.navbar-toggler span:nth-of-type(2) {
  width: 100%;
}
.navbar-toggler span:nth-of-type(3) {
  width: 75%;
}
.navbar-toggler input[type=checkbox] {
  display: none;
}
.navbar-toggler input[type=checkbox]:checked ~ span:nth-of-type(1) {
  transform-origin: bottom;
  transform: rotatez(45deg) translate(5px, 1px);
}
.navbar-toggler input[type=checkbox]:checked ~ span:nth-of-type(2) {
  transform-origin: top;
  transform: rotatez(-45deg);
}
.navbar-toggler input[type=checkbox]:checked ~ span:nth-of-type(3) {
  transform-origin: bottom;
  width: 50%;
  transform: translate(16px, -7px) rotatez(45deg);
}
.navbar-toggler.collapsed label span {
  background: #fff;
  transition: 0.4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
}

#language .container-fluid,
#welcome .container-fluid {
  min-height: 100vh;
}
#language .logo img,
#welcome .logo img {
  width: auto;
  max-height: 24px;
}
#language aside .m-logo,
#welcome aside .m-logo {
  margin-top: 50px;
  max-height: 24px;
}
#language aside .m-food,
#welcome aside .m-food {
  margin-top: -44px;
}
#language .btn-lang,
#welcome .btn-lang {
  position: relative;
  font-size: 14px;
  font-weight: 600;
  padding-left: 60px;
  height: 52px;
  line-height: 52px;
  padding-top: 0px;
  padding-bottom: 0px;
}
#language .lang-EN::before,
#welcome .lang-EN::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  height: 40px;
  width: 40px;
  background-image: url(./../../theme/images/lang-flags/flag-en.svg);
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 8px;
}
#language .lang-SI::before,
#welcome .lang-SI::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  height: 40px;
  width: 40px;
  background-image: url(./../../theme/images/lang-flags/flag-sl.svg);
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 8px;
}
#language .lang-DE::before,
#welcome .lang-DE::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  height: 40px;
  width: 40px;
  background-image: url(./../../theme/images/lang-flags/flag-de.svg);
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 8px;
}

@media (max-width: 991px) {
  #welcome .title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 1rem;
  }
  #language .title {
    font-size: 24px;
    font-weight: 700;
  }
}
@media (min-width: 992px) {
  #welcome .title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 3rem;
  }
  #welcome .under-btn-links {
    text-align: left;
  }
}
@media (max-width: 991px) {
  #welcome main {
    margin-top: -60px;
  }
}

@media (max-width: 991px) {
  #language main {
    margin-top: -30px;
  }
}

.layout-2-columns .container-fluid {
  min-height: 100vh;
}
@media (min-width: 992px) {
  .layout-2-columns aside {
    background-color: #4e5153;
    background-image: url(./../../theme/images/bazilika-paradiznik.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .layout-2-columns main {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    min-height: 100dvh;
  }
  .layout-2-columns main .inner-wrapper {
    width: 400px;
  }
}

.password-validation p {
  font-size: 14px;
  font-weight: 500;
}
.password-validation ul {
  padding-left: 16px;
}
.password-validation li {
  font-size: 12px;
  margin-bottom: 4px;
}
.password-validation li:last-child {
  margin-bottom: 0;
}
.password-validation li.fulfilled {
  color: #00B505;
}
.password-validation li.unfulfilled {
  color: #ED5151;
}

#registrationSteps {
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px;
  margin-top: -2rem;
}
#registrationSteps div {
  background-color: #d8dfdf;
  height: 3px;
  width: 20%;
  border-radius: 999px;
}
#registrationSteps .step {
  background-color: #005d94;
}

@media (max-width: 991px) {
  #homepage .page-title-lg {
    display: none;
  }
  #homepage .tedenski-jedilnik .day {
    padding: 16px 0;
  }
  #homepage .tedenski-jedilnik .day-name {
    font-size: 14px;
    margin-bottom: 4px;
  }
  #homepage .tedenski-jedilnik .day-date {
    font-size: 32px;
  }
}

@media (max-width: 991px) {
  .h-scroll-xs {
    flex-wrap: nowrap;
    overflow-y: auto;
  }
}

.article-cards article {
  height: 220px;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .article-cards.h-scroll-xs article {
    min-width: 230px;
    height: 245px;
    margin-bottom: 0;
  }
}
.article-cards .article-content {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-decoration: none;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background-size: cover;
  background-position: center;
  background-color: #00263c;
  padding: 20px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .article-cards .article-content {
    border-radius: 16px;
  }
}
.article-cards .article-content::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00263c;
  opacity: 0.6;
  transition: 0.2s;
}
.article-cards .article-content:hover::after {
  opacity: 0.8;
  transition: 0.2s;
}
.article-cards .article-title {
  height: 100%;
  z-index: 1;
}
.article-cards .title {
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 991px) {
  .article-cards .title {
    font-size: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
  }
}
.article-cards .article-info {
  z-index: 1;
}
.article-cards .article-info .badge {
  margin-right: 8px;
}
.article-cards .article-info .reading-time {
  color: #fff;
  font-size: 12px;
  font-weight: 600;
}

section.aktualno .title {
  font-size: 32px;
}
section.aktualno .badge {
  padding: 0.4em 0.8em;
}

.form-search {
  position: relative;
  margin-bottom: 40px;
}
.form-search::after {
  content: "";
  position: absolute;
  background-image: url(./../../theme/images/icons/icon-search.svg);
  background-repeat: no-repeat;
  background-size: 20px auto;
  height: 20px;
  width: 20px;
  top: 16px;
  left: 18px;
  z-index: 3;
}
.form-search input {
  border-radius: 8px 0 0 8px;
  padding: 0 8px 0 44px;
  height: 52px;
}
.form-search .btn {
  height: 52px;
  line-height: 52px;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.pagination {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 24px;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 40px;
}
.pagination .btn {
  position: relative;
  margin-bottom: 0;
  border-radius: 8px;
  padding: 20px;
}
.pagination .btn::after {
  content: "";
  position: absolute;
  background-image: url(./../../theme/images/icons/icon-arrow-left.svg);
  background-repeat: no-repeat;
  background-size: 16px auto;
  height: 16px;
  width: 16px;
  top: 12px;
  left: 12px;
  z-index: 3;
}
.pagination .text {
  font-weight: 14px;
}
.pagination #paginationNext {
  transform: rotate(180deg);
}

.tedenski-jedilnik {
  display: flex;
  flex-direction: row;
  gap: 16px;
  margin-bottom: 32px;
}
.tedenski-jedilnik .day {
  text-align: center;
  width: 20%;
  border-radius: 16px;
  background-color: #f5f9f9;
  border: 1px solid #f5f9f9;
  color: #212529;
  padding: 24px 0;
  text-decoration: none;
}
.tedenski-jedilnik .day:hover {
  text-decoration: none;
  background-color: #005d94;
  color: #fff;
}
.tedenski-jedilnik .day.today {
  text-decoration: none;
  border: 1px solid #005d94;
}
.tedenski-jedilnik .day.today:hover {
  text-decoration: none;
  background-color: #005d94;
  color: #fff;
}
.tedenski-jedilnik .day-name {
  display: block;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
}
.tedenski-jedilnik .day-date {
  display: block;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.2;
}

.rating {
  flex-shrink: 0;
}

.rating-title {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 24px;
}

.rating-stars {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
  width: 100%;
}
.rating-stars .star {
  position: relative;
  display: inline-block;
  background-color: #D6E1EC;
  border-radius: 999px;
  height: 23px;
  width: 23px;
}
.rating-stars .star::after {
  content: "";
  position: absolute;
  display: block;
  background-image: url(./../../theme/images/icons/icon-star.svg);
  background-repeat: no-repeat;
  background-size: 13px auto;
  height: 23px;
  width: 23px;
  top: 5px;
  left: 5px;
}
.rating-stars .star.rated, .rating-stars .star.hover-rated {
  text-decoration: none;
  background-color: #FBCA4A;
}

.oceni-obrok .oceni-obrok-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 24px;
  margin-bottom: 32px;
}
.oceni-obrok .rating-successful {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 36px;
  display: block;
  text-align: center;
}
.oceni-obrok figure {
  background-color: #f5f9f9;
  border-radius: 16px;
  overflow: hidden;
  padding: 8px;
  margin-bottom: 0;
}
.oceni-obrok figure img {
  mix-blend-mode: darken;
}
.oceni-obrok .rating-stars {
  justify-content: space-between;
  gap: 8px;
  width: 100%;
}
.oceni-obrok .rating-stars .star {
  height: 50px;
  width: 50px;
}
.oceni-obrok .rating-stars .star::after {
  background-size: 28px auto;
  height: 50px;
  width: 50px;
  top: 11px;
  left: 11px;
}
.oceni-obrok .rating-stars .star:hover {
  cursor: pointer;
  text-decoration: none;
  background-color: #FBCA4A;
}

.modal .rating-content {
  width: 100%;
}
.modal .rating-successful {
  margin-top: 20px;
}
.modal .rating-stars {
  justify-content: center;
}

.non-interactive {
  pointer-events: none;
}

#allergens .kuhar-jaka {
  display: flex;
  flex-direction: row;
  gap: 30px;
  align-items: center;
  margin-bottom: 3rem;
}
#allergens .kuhar-jaka img {
  width: 60px;
  height: auto;
}
#allergens .kuhar-jaka p {
  margin-bottom: 0;
}
#allergens .allergens-item {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  margin-bottom: 50px;
}
#allergens .allergens-item img {
  max-width: 70px;
  height: auto;
}
#allergens .allergens-item h2 {
  margin-bottom: 0;
  text-align: center;
  font-size: 14px;
}

#post .article-header-xs {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 170px;
  padding: 20px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#post .article-header-xs::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00263c;
  opacity: 0.6;
}
#post .article-title {
  margin-bottom: 0;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 600;
  color: #fff;
  z-index: 1;
}
#post .article-info {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  z-index: 1;
  margin-bottom: 20px;
}
#post .article-info a,
#post .article-info span {
  display: block;
}
#post .btn-posts {
  position: relative;
  display: block;
  height: 38px;
  width: 38px;
  border-radius: 999px;
  background-color: #f5f9f9;
}
#post .btn-posts:after {
  content: "";
  position: absolute;
  display: block;
  background-image: url(./../../theme/images/icons/icon-chevron-left.svg);
  background-repeat: no-repeat;
  background-size: 9px auto;
  height: 17px;
  width: 10px;
  top: 11px;
  left: 13px;
}

@media (max-width: 991px) {
  #post .article-img-lg,
  #post .article-title-lg,
  #post .badge-lg,
  #post .page-title-lg {
    display: none;
  }
}
@media (min-width: 992px) {
  .page-title-lg {
    display: block;
  }
  .badge-lg {
    display: inline-block;
    padding: 0.4rem 0.8rem;
    line-height: 1.3;
    margin-bottom: 24px;
  }
  #post .article-header-xs {
    display: none;
  }
  #post .article-img-lg {
    border-radius: 16px;
    margin-bottom: 20px;
  }
  #post .article-title-lg {
    font-size: 24px;
    margin-bottom: 24px;
    line-height: 1.3;
  }
}
p.lead {
  font-size: 16px;
  font-weight: 600;
}

#change-language .btn-lang {
  position: relative;
  padding-left: 60px;
  height: 54px;
  line-height: 54px;
  padding-top: 0px;
  padding-bottom: 0px;
}
#change-language .lang-EN::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  height: 40px;
  width: 40px;
  background-image: url(./../../theme/images/lang-flags/flag-en.svg);
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 8px;
}
#change-language .lang-SI::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  height: 40px;
  width: 40px;
  background-image: url(./../../theme/images/lang-flags/flag-sl.svg);
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 8px;
}
#change-language .lang-DE::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  height: 40px;
  width: 40px;
  background-image: url(./../../theme/images/lang-flags/flag-de.svg);
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 8px;
}

.icon-calendar {
  position: relative;
}
.icon-calendar::after {
  content: "";
  display: inline-block;
  background-image: url(./../../theme/images/icons/icon-calendar.svg);
  background-repeat: no-repeat;
  background-size: 18px auto;
  height: 20px;
  width: 18px;
  z-index: 3;
  margin-left: 8px;
  margin-bottom: -3px;
}

#food-menu {
  /* Show all .cal-day buttons on larger screens */
}
#food-menu #cal-title {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
#food-menu #cal-title .this-month {
  text-transform: lowercase;
}
#food-menu #cal-title .this-month:first-letter {
  text-transform: uppercase;
}
#food-menu #cal-nav {
  display: none;
}
#food-menu .dish-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 16px;
  line-height: 1.3;
}
#food-menu #calendar {
  margin-bottom: 20px;
}
#food-menu #calendar .cal-week-names,
#food-menu #calendar .cal-days-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 8px;
  width: 100%;
}
#food-menu #calendar .cal-week-name {
  flex: 1;
  text-align: center;
  padding: 16px 0;
  line-height: 1;
  font-size: 12px;
  font-weight: 600;
  color: #bcc1cd;
}
#food-menu #calendar .cal-days {
  box-sizing: content-box;
}
#food-menu #calendar .cal-day {
  flex: 1 0 calc(14.2857142857% - 6.8571428571px);
  text-align: center;
  padding: 12px 0;
  margin-bottom: 0;
  border-radius: 8px;
  color: #212529;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  background-color: #f5f9f9;
  border-color: #f5f9f9;
  display: none;
}
#food-menu #calendar .cal-day.disabled, #food-menu #calendar .cal-day:disabled {
  color: #bcc1cd;
  background-color: transparent;
  border-color: transparent;
}
#food-menu #calendar .cal-day:hover:not(.disabled) {
  background-color: #005d94;
  color: #fff;
  text-decoration: none;
}
#food-menu #calendar .cal-day.today {
  background-color: #f5f9f9;
  border-color: #005d94;
}
@media (max-width: 991px) {
  #food-menu #calendar .cal-day {
    padding: 14px 0;
  }
}
@media (max-width: 991px) {
  #food-menu #calendar .cal-week-name {
    padding: 8px 0;
  }
  #food-menu #calendar {
    margin-left: 32px;
    margin-right: 32px;
  }
  #food-menu #calendar .cal-days-wrapper {
    gap: 5px;
  }
  #food-menu #cal-nav .cal-days-wrapper button:nth-child(n+8) {
    display: none !important;
  }
  #food-menu #cal-nav {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: -90px;
  }
  #food-menu #cal-nav .btn-nav {
    position: relative;
    height: 80px;
    width: 40px;
    border: 0px solid transparent;
    background-color: transparent;
  }
  #food-menu #cal-nav #previousWeek {
    margin-left: -15px;
    border-radius: 0 4px 4px 0;
  }
  #food-menu #cal-nav #previousWeek:after {
    content: "";
    position: absolute;
    display: block;
    background-image: url(./../../theme/images/icons/icon-chevron-left.svg);
    background-repeat: no-repeat;
    background-size: 9px auto;
    height: 17px;
    width: 10px;
    top: 11px;
    top: 32px;
    left: calc(50% - 5px);
    opacity: 0.7;
  }
  #food-menu #cal-nav #nextWeek {
    margin-right: -15px;
    border-radius: 4px 0 0 4px;
  }
  #food-menu #cal-nav #nextWeek:after {
    content: "";
    position: absolute;
    display: block;
    background-image: url(./../../theme/images/icons/icon-chevron-left.svg);
    background-repeat: no-repeat;
    background-size: 9px auto;
    height: 17px;
    width: 10px;
    top: 32px;
    right: calc(50% - 5px);
    opacity: 0.7;
    transform: rotate(180deg);
  }
}
@media (min-width: 992px) {
  #food-menu #calendar .cal-day {
    display: inline-block;
  }
}
#food-menu #locations .btn {
  font-size: 14px;
}
#food-menu #shifts .btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  font-size: 14px;
}
#food-menu #shifts .shift-time {
  font-size: 12px;
}

#meals .order-date,
#orders-active .order-date,
#orders-old .order-date {
  display: block;
  font-size: 13px;
  margin-bottom: 8px;
}
#meals .meals-title,
#orders-active .meals-title,
#orders-old .meals-title {
  font-size: 12px;
  font-weight: 500;
}
#meals .meal,
#meals .order,
#orders-active .meal,
#orders-active .order,
#orders-old .meal,
#orders-old .order {
  border-radius: 16px;
  margin-bottom: 16px;
  padding: 16px;
  cursor: pointer;
}
#meals .meal-title,
#orders-active .meal-title,
#orders-old .meal-title {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 16px;
}
#meals .meal-info,
#orders-active .meal-info,
#orders-old .meal-info {
  position: relative;
  display: block;
  padding: 0;
  margin-left: auto;
  margin-bottom: 0;
  color: #bcc1cd;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  background-color: transparent;
  border: 2px solid #bcc1cd;
  height: 24px;
  width: 24px;
  border-radius: 999px;
  cursor: pointer;
}
#meals .col-img,
#orders-active .col-img,
#orders-old .col-img {
  display: flex;
  align-items: flex-end;
}
#meals .meal-img,
#orders-active .meal-img,
#orders-old .meal-img {
  max-width: 120px;
  height: auto;
  mix-blend-mode: multiply;
}
@media (max-width: 991px) {
  #meals .meal-img,
  #orders-active .meal-img,
  #orders-old .meal-img {
    max-width: 100px;
  }
}

#meals .meal,
#orders-old .order {
  background-color: #f5f9f9;
}
#meals .meal.order-canceled,
#orders-old .order.order-canceled {
  background-color: #FFDDDE;
}

#orders-active .order {
  background-color: #D0E9DC;
}
#orders-active .order.order-canceled {
  background-color: #FFDDDE;
}
#orders-active .order.order-time-expired {
  background-color: #f5f9f9;
}

#food-menu .order-extra,
#my-tray .order-extra {
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: flex-start;
}
#food-menu .dish-extra,
#food-menu .order-info,
#my-tray .dish-extra,
#my-tray .order-info {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
#food-menu .modal .dish-extra,
#my-tray .modal .dish-extra {
  margin-bottom: 24px;
}
#food-menu .order-info,
#my-tray .order-info {
  font-weight: 600;
}
#food-menu .modal .dish-extra,
#my-tray .modal .dish-extra {
  text-align: center;
}
#food-menu #meal .dish-extra,
#food-menu #orders-active .dish-extra,
#food-menu #orders-old .dish-extra,
#my-tray #meal .dish-extra,
#my-tray #orders-active .dish-extra,
#my-tray #orders-old .dish-extra {
  text-align: left;
}
#food-menu .dish-extra li,
#food-menu .order-info li,
#my-tray .dish-extra li,
#my-tray .order-info li {
  display: block;
  font-size: 13px;
}
#food-menu .dish-extra li:not(:last-child),
#food-menu .order-info li:not(:last-child),
#my-tray .dish-extra li:not(:last-child),
#my-tray .order-info li:not(:last-child) {
  margin-bottom: 2px;
}
#food-menu .order-info .order-location::before,
#my-tray .order-info .order-location::before {
  content: "";
  position: relative;
  display: inline-block;
  padding-right: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='12' viewBox='0 0 10 12' fill='none'%3E%3Cpath d='M9.5 5C9.5 8.5 5 11.5 5 11.5C5 11.5 0.5 8.5 0.5 5C0.5 3.80653 0.974106 2.66193 1.81802 1.81802C2.66193 0.974106 3.80653 0.5 5 0.5C6.19347 0.5 7.33807 0.974106 8.18198 1.81802C9.02589 2.66193 9.5 3.80653 9.5 5Z' stroke='%23222B45' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5 6.5C5.82843 6.5 6.5 5.82843 6.5 5C6.5 4.17157 5.82843 3.5 5 3.5C4.17157 3.5 3.5 4.17157 3.5 5C3.5 5.82843 4.17157 6.5 5 6.5Z' stroke='%23222B45' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 11px auto;
  height: 13px;
  width: 11px;
  margin-bottom: -2px;
}
#food-menu .order-info .order-shift::before,
#my-tray .order-info .order-shift::before {
  content: "";
  position: relative;
  display: inline-block;
  padding-right: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M6 3V6L8 7M11 6C11 8.76142 8.76142 11 6 11C3.23858 11 1 8.76142 1 6C1 3.23858 3.23858 1 6 1C8.76142 1 11 3.23858 11 6Z' stroke='%23222B45' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 13px 13px;
  height: 13px;
  width: 13px;
  margin-bottom: -2px;
}

#my-tray .order-date {
  display: block;
  font-size: 12px;
  font-weight: 500;
}
#my-tray .order-time-limit {
  display: block;
  font-size: 12px;
  color: #667085;
}
#my-tray .dish-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 16px;
  line-height: 1.3;
}
#my-tray img.order-canceled {
  filter: grayscale(1);
  transition: 0.3s;
}
#my-tray .dish-title.order-canceled {
  opacity: 0.3;
  transition: 0.3s;
}
#my-tray .order-canceled-notice {
  display: none;
  font-size: 14px;
  font-weight: 600;
  color: #ED5151;
}
#my-tray .order-canceled .order-canceled-notice {
  display: initial;
}

.btn-description {
  font-size: 12px;
}

.modal-dialog {
  max-width: 390px;
}
.modal-dialog .nav-link:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25) !important;
}
.modal-dialog .tab-btns li {
  width: 100%;
}
.modal-dialog .selectable .selected {
  background-color: #CBF7E0;
  border-color: #CBF7E0;
}
.modal-dialog .modal-content {
  border-radius: 16px;
}
.modal-dialog .modal-content .meal-img {
  max-width: 50%;
  margin-bottom: 8px;
}
@media (max-width: 991px) {
  .modal-dialog .modal-content .meal-img {
    max-width: 60%;
  }
}
.modal-dialog .modal-content .pictograms {
  margin-bottom: 16px;
}
.modal-dialog .modal-content .table {
  font-size: 12px;
  font-weight: 500;
  color: #667085;
}
.modal-dialog .modal-content .table th {
  text-align: left;
}
.modal-dialog .modal-content .table td {
  text-align: right;
}
.modal-dialog .modal-footer .btn {
  margin-bottom: 0;
}
.modal-dialog .modal-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 16px;
}
.modal-dialog .modal-title.title-small {
  font-size: 14px;
}
.modal-dialog .tab-pane-footer {
  position: relative;
  margin-top: 36px;
}
.modal-dialog .tab-pane-footer .btn {
  margin-bottom: 0;
  margin-top: 1rem;
}
.modal-dialog .tab-pane-footer::before {
  content: "";
  margin-left: -1rem;
  display: block;
  width: calc(100% + 2rem);
  border-top: 1px solid #d2d2d2;
}

.modal-dialog .modal-header,
#tabs-orders {
  border-width: 0;
}
.modal-dialog .modal-header .nav-pills,
#tabs-orders .nav-pills {
  flex-direction: row;
  gap: 16px;
  align-items: center;
  width: 100%;
}
.modal-dialog .modal-header .nav-pills .nav-item,
#tabs-orders .nav-pills .nav-item {
  flex: 1;
}
.modal-dialog .modal-header .nav-pills .nav-link,
#tabs-orders .nav-pills .nav-link {
  color: #000;
  background-color: #fff;
  border: 1px solid #d8dfdf;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  padding: 12px 28px;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.08);
  cursor: pointer;
  width: 100%;
  margin-bottom: 0;
}
.modal-dialog .modal-header .nav-pills .nav-link:hover, .modal-dialog .modal-header .nav-pills .nav-link.active,
#tabs-orders .nav-pills .nav-link:hover,
#tabs-orders .nav-pills .nav-link.active {
  color: #fff;
  background-color: #005d94;
  border-color: #005d94;
}

/* Highlight-on-click --> .seleced */
#food-menu #calendar button.selected, #food-menu #calendar button.selected.today,
#food-menu #locations button.selected,
#food-menu #locations button.selected.today,
#food-menu #shifts button.selected,
#food-menu #shifts button.selected.today {
  background-color: #005d94;
  color: #fff;
}
#food-menu #meals .meal:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
#food-menu #meals .meal:hover {
  background-color: #D0E9DC;
}
#food-menu #meals .meal.selected {
  background-color: #D0E9DC;
}

.meal-pictograms {
  margin-top: 12px;
}

.pictograms {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.pictogram {
  position: relative;
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  line-height: 0px;
  margin-right: 6px;
  min-height: 27px;
}
.pictogram::before {
  display: inline-block;
  content: "";
  height: 27px;
  width: 27px;
  background-repeat: no-repeat;
  background-size: 27px 27px;
}
.pictogram.pic-g::before {
  background-image: url(./../../theme/images/pictograms/pictogram-beef.svg);
}
.pictogram.pic-s::before {
  background-image: url(./../../theme/images/pictograms/pictogram-pork.svg);
}
.pictogram.pic-k::before {
  background-image: url(./../../theme/images/pictograms/pictogram-vegeterian.svg);
}
.pictogram.pic-v::before {
  background-image: url(./../../theme/images/pictograms/pictogram-vegan.svg);
}
.pictogram.pic-p::before {
  background-image: url(./../../theme/images/pictograms/pictogram-poultry.svg);
}
.pictogram.pic-r::before {
  background-image: url(./../../theme/images/pictograms/pictogram-fish.svg);
}
.pictogram.pic-di::before {
  background-image: url(./../../theme/images/pictograms/pictogram-dobra-izbira.svg);
}

.modal .pictograms {
  justify-content: center;
}

.allergens .allergens-title {
  font-size: 14px;
}
.allergens .allergens-all {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
}
.allergens .allergen {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  flex-shrink: 0;
  flex-grow: 0;
  width: calc(33.3333333333% - 24px);
  box-sizing: content-box;
  padding: 12px 8px;
  background-color: #f5f9f9;
  border-radius: 8px;
  margin-bottom: 0;
  text-align: center;
}
.allergens .allergen::before {
  content: "";
  position: relative;
  display: block;
  margin-bottom: 8px;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: 24px;
}
.allergens .allergen .allergen-title {
  font-size: 12px;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 0px;
}

.allergens .cellery::before {
  background-image: url(./../../theme/images/allergens/allergen-cellery.svg);
}
.allergens .crabs::before {
  background-image: url(./../../theme/images/allergens/allergen-crabs.svg);
}
.allergens .eggs::before {
  background-image: url(./../../theme/images/allergens/allergen-eggs.svg);
}
.allergens .fish::before {
  background-image: url(./../../theme/images/allergens/allergen-fish.svg);
}
.allergens .cereals::before {
  background-image: url(./../../theme/images/allergens/allergen-cereals.svg);
}
.allergens .milk::before {
  background-image: url(./../../theme/images/allergens/allergen-milk.svg);
}
.allergens .lupine::before {
  background-image: url(./../../theme/images/allergens/allergen-lupine.svg);
}
.allergens .molluscs::before {
  background-image: url(./../../theme/images/allergens/allergen-molluscs.svg);
}
.allergens .mustard-seed::before {
  background-image: url(./../../theme/images/allergens/allergen-mustard.svg);
}
.allergens .nuts::before {
  background-image: url(./../../theme/images/allergens/allergen-nuts.svg);
}
.allergens .peanuts::before {
  background-image: url(./../../theme/images/allergens/allergen-peanuts.svg);
}
.allergens .sesame-seeds::before {
  background-image: url(./../../theme/images/allergens/allergen-sesame-seeds.svg);
}
.allergens .soy::before {
  background-image: url(./../../theme/images/allergens/allergen-soy.svg);
}
.allergens .sulphur-dioxide::before {
  background-image: url(./../../theme/images/allergens/allergen-sulphur-dioxide.svg);
}

#my-tray #user-stats {
  font-weight: 600;
  font-size: 12px;
}
#my-tray #user-stats span:first-child {
  margin-right: 20px;
}

@media (max-width: 991px) {
  #my-tray #user-stats {
    z-index: 99;
  }
}
#loadingSpinner {
  display: flex;
  justify-content: center;
}

#instructions .simple-header {
  max-width: 500px;
}
#instructions .embedded-instructions {
  display: block;
  width: 100%;
  height: 100vh;
  height: 100dvh;
}

.version-control {
  display: block;
  margin: 0 auto;
  margin-bottom: 16px;
  font-size: 12px;
  text-align: center;
  color: #000;
  opacity: 0.25;
}

.btn {
  border-radius: 8px;
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  padding: 12px 16px;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.08);
  border-width: 1px;
}
.btn.disabled, .btn.disabled:hover {
  color: #a0b1b1;
  background-color: #e3e8e8;
  border-color: #e3e8e8;
}

.btn-sm {
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  padding: 11px 24px;
}

.btn-lg {
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  padding: 18px 50px;
}

.btn-red {
  color: #fff;
  background-color: #ed5151;
  border-color: #ed5151;
}
.btn-red:hover {
  color: #fff;
  background-color: #e71a1a;
  border-color: #e71a1a;
}

.btn-blue {
  color: #fff;
  background-color: #005d94;
  border-color: #005d94;
}
.btn-blue:hover {
  color: #fff;
  background-color: #003757;
  border-color: #003757;
}

.btn-grey {
  color: #212529;
  background-color: #d8dfdf;
  border-color: #d8dfdf;
}
.btn-grey:hover {
  color: #fff;
  background-color: #005d94;
  border-color: #005d94;
}

.btn-white {
  color: #000;
  background-color: #fff;
  border-color: #d8dfdf;
}
.btn-white:hover {
  color: #000;
  background-color: #d8dfdf;
  border-color: #d8dfdf;
}

.btn-transparent {
  color: #000;
  background-color: transparent;
  border-color: #d8dfdf;
}
.btn-transparent:hover {
  color: #000;
  background-color: transparent;
  border-color: #a0b1b1;
}

.under-btn-links {
  position: relative;
  min-width: 100%;
  padding-top: 8px;
  text-align: center;
}

.under-btn-links a {
  display: inline-block;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  color: #747474;
  margin-bottom: 8px;
}
.under-btn-links a:last-child {
  margin-bottom: 0;
}

.btn-group-separate {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
  width: 100%;
}
.btn-group-separate .btn {
  flex: 1;
}

.btn-location {
  position: relative;
}
.btn-location::before {
  content: "";
  position: relative;
  display: inline-block;
  padding-right: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='12' viewBox='0 0 10 12' fill='none'%3E%3Cpath d='M9.5 5C9.5 8.5 5 11.5 5 11.5C5 11.5 0.5 8.5 0.5 5C0.5 3.80653 0.974106 2.66193 1.81802 1.81802C2.66193 0.974106 3.80653 0.5 5 0.5C6.19347 0.5 7.33807 0.974106 8.18198 1.81802C9.02589 2.66193 9.5 3.80653 9.5 5Z' stroke='%23222B45' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5 6.5C5.82843 6.5 6.5 5.82843 6.5 5C6.5 4.17157 5.82843 3.5 5 3.5C4.17157 3.5 3.5 4.17157 3.5 5C3.5 5.82843 4.17157 6.5 5 6.5Z' stroke='%23222B45' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 11px auto;
  height: 13px;
  width: 11px;
  transition-duration: 0.15s;
}
.btn-location:hover:not(.disabled)::before, .btn-location.selected:not(.disabled)::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='12' viewBox='0 0 10 12' fill='none'%3E%3Cpath d='M9.5 5C9.5 8.5 5 11.5 5 11.5C5 11.5 0.5 8.5 0.5 5C0.5 3.80653 0.974106 2.66193 1.81802 1.81802C2.66193 0.974106 3.80653 0.5 5 0.5C6.19347 0.5 7.33807 0.974106 8.18198 1.81802C9.02589 2.66193 9.5 3.80653 9.5 5Z' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5 6.5C5.82843 6.5 6.5 5.82843 6.5 5C6.5 4.17157 5.82843 3.5 5 3.5C4.17157 3.5 3.5 4.17157 3.5 5C3.5 5.82843 4.17157 6.5 5 6.5Z' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  transition-duration: 0.15s;
}

.btn-clock,
.btn-shift .shift-name {
  position: relative;
}
.btn-clock::before,
.btn-shift .shift-name::before {
  content: "";
  position: relative;
  display: inline-block;
  padding-right: 18px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M6 3V6L8 7M11 6C11 8.76142 8.76142 11 6 11C3.23858 11 1 8.76142 1 6C1 3.23858 3.23858 1 6 1C8.76142 1 11 3.23858 11 6Z' stroke='%23222B45' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 13px 13px;
  height: 13px;
  width: 13px;
  transition-duration: 0.15s;
}

.btn-clock:hover:not(.disabled)::before,
.btn-shift:hover:not(.disabled) .shift-name::before,
.btn-clock.selected:not(.disabled)::before,
.btn-shift.selected:not(.disabled) .shift-name::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M6 3V6L8 7M11 6C11 8.76142 8.76142 11 6 11C3.23858 11 1 8.76142 1 6C1 3.23858 3.23858 1 6 1C8.76142 1 11 3.23858 11 6Z' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  transition-duration: 0.15s;
}

.btn-lang {
  position: relative;
}
.btn-lang.selected::after {
  content: "";
  position: absolute;
  display: block;
  background-color: #00B505;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22' fill='none'%3E%3Cg id='Interface / Check_Big'%3E%3Cpath id='Vector' d='M4 12L8.94975 16.9497L19.5572 6.34326' stroke='%23ffffff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 16px auto;
  background-position: center;
  height: 22px;
  width: 22px;
  top: 16px;
  right: 16px;
  border-radius: 8px;
}

#cc-main {
  background: transparent;
  color: var(--cc-primary-color);
  font-family: var(--cc-font-family);
  font-size: 16px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.15;
  position: relative;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
  position: fixed;
  z-index: var(--cc-z-index);
}

#cc-main :after, #cc-main :before, #cc-main a, #cc-main button, #cc-main div, #cc-main h2, #cc-main input, #cc-main p, #cc-main span {
  all: unset;
  box-sizing: border-box;
}

#cc-main .pm__badge, #cc-main button {
  all: initial;
  box-sizing: border-box;
  color: unset;
  visibility: unset;
}

#cc-main .pm__badge, #cc-main a, #cc-main button, #cc-main input {
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  font-family: inherit;
  font-size: 100%;
  line-height: normal;
  margin: 0;
  outline: revert;
  outline-offset: 2px;
  overflow: hidden;
}

#cc-main table, #cc-main tbody, #cc-main td, #cc-main th, #cc-main thead, #cc-main tr {
  all: revert;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

:root {
  --cc-font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  --cc-modal-border-radius:.5rem;
  --cc-btn-border-radius:.4rem;
  --cc-modal-transition-duration:.25s;
  --cc-link-color:var(--cc-btn-primary-bg);
  --cc-modal-margin:1rem;
  --cc-z-index:2147483647;
  --cc-bg:#fff;
  --cc-primary-color:#2c2f31;
  --cc-secondary-color:#5e6266;
  --cc-btn-primary-bg:#30363c;
  --cc-btn-primary-color:#fff;
  --cc-btn-primary-border-color:var(--cc-btn-primary-bg);
  --cc-btn-primary-hover-bg:#000;
  --cc-btn-primary-hover-color:#fff;
  --cc-btn-primary-hover-border-color:var(--cc-btn-primary-hover-bg);
  --cc-btn-secondary-bg:#eaeff2;
  --cc-btn-secondary-color:var(--cc-primary-color);
  --cc-btn-secondary-border-color:var(--cc-btn-secondary-bg);
  --cc-btn-secondary-hover-bg:#d4dae0;
  --cc-btn-secondary-hover-color:#000;
  --cc-btn-secondary-hover-border-color:#d4dae0;
  --cc-separator-border-color:#f0f4f7;
  --cc-toggle-on-bg:var(--cc-btn-primary-bg);
  --cc-toggle-off-bg:#667481;
  --cc-toggle-on-knob-bg:#fff;
  --cc-toggle-off-knob-bg:var(--cc-toggle-on-knob-bg);
  --cc-toggle-enabled-icon-color:var(--cc-bg);
  --cc-toggle-disabled-icon-color:var(--cc-bg);
  --cc-toggle-readonly-bg:#d5dee2;
  --cc-toggle-readonly-knob-bg:#fff;
  --cc-toggle-readonly-knob-icon-color:var(--cc-toggle-readonly-bg);
  --cc-section-category-border:var(--cc-cookie-category-block-bg);
  --cc-cookie-category-block-bg:#f0f4f7;
  --cc-cookie-category-block-border:#f0f4f7;
  --cc-cookie-category-block-hover-bg:#e9eff4;
  --cc-cookie-category-block-hover-border:#e9eff4;
  --cc-cookie-category-expanded-block-bg:transparent;
  --cc-cookie-category-expanded-block-hover-bg:#dee4e9;
  --cc-overlay-bg:rgba(0,0,0,.65);
  --cc-webkit-scrollbar-bg:var(--cc-section-category-border);
  --cc-webkit-scrollbar-hover-bg:var(--cc-btn-primary-hover-bg);
  --cc-footer-bg:var(--cc-btn-secondary-bg);
  --cc-footer-color:var(--cc-secondary-color);
  --cc-footer-border-color:#e4eaed;
  --cc-pm-toggle-border-radius:4em;
}

#cc-main.cc--rtl {
  direction: rtl;
}

#cc-main .cm__title, #cc-main a, #cc-main b, #cc-main em, #cc-main strong {
  font-weight: 600;
}

#cc-main button > span {
  pointer-events: none;
}

#cc-main .cc__link, #cc-main a {
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  font-weight: 600;
  position: relative;
  transition: background-size 0.25s, color 0.25s ease;
}

#cc-main .cc__link:hover, #cc-main a:hover {
  background-size: 100% 1px;
  color: var(--cc-primary-color);
}

#cc-main .cc__link {
  color: var(--cc-link-color);
}

#cc-main .cm__desc, #cc-main .pm__body {
  overscroll-behavior: auto contain;
  scrollbar-width: thin;
}

@media screen and (min-width: 640px) {
  #cc-main ::-webkit-scrollbar, #cc-main ::-webkit-scrollbar-thumb, #cc-main ::-webkit-scrollbar-track {
    all: revert;
  }
  #cc-main ::-webkit-scrollbar-thumb {
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background: var(--cc-toggle-readonly-bg);
    border: 0.25rem solid var(--cc-bg);
    border-radius: 1rem;
  }
  #cc-main ::-webkit-scrollbar-thumb:hover {
    background: var(--cc-toggle-off-bg);
  }
  #cc-main ::-webkit-scrollbar {
    background: transparent;
    width: 12px;
  }
}
html.disable--interaction.show--consent, html.disable--interaction.show--consent body {
  height: auto !important;
  overflow: hidden !important;
}

@media (prefers-reduced-motion) {
  #cc-main {
    --cc-modal-transition-duration:0s;
  }
}
.cc--darkmode {
  --cc-bg:#161a1c;
  --cc-primary-color:#ebf3f6;
  --cc-secondary-color:#aebbc5;
  --cc-btn-primary-bg:#c2d0e0;
  --cc-btn-primary-color:var(--cc-bg);
  --cc-btn-primary-border-color:var(--cc-btn-primary-bg);
  --cc-btn-primary-hover-bg:#98a7b6;
  --cc-btn-primary-hover-color:#000;
  --cc-btn-primary-hover-border-color:var(--cc-btn-primary-hover-bg);
  --cc-btn-secondary-bg:#242c31;
  --cc-btn-secondary-color:var(--cc-primary-color);
  --cc-btn-secondary-border-color:var(--cc-btn-secondary-bg);
  --cc-btn-secondary-hover-bg:#353d43;
  --cc-btn-secondary-hover-color:#fff;
  --cc-btn-secondary-hover-border-color:var(--cc-btn-secondary-hover-bg);
  --cc-separator-border-color:#222a30;
  --cc-toggle-on-bg:var(--cc-btn-primary-bg);
  --cc-toggle-off-bg:#525f6b;
  --cc-toggle-on-knob-bg:var(--cc-btn-primary-color);
  --cc-toggle-off-knob-bg:var(--cc-btn-primary-color);
  --cc-toggle-enabled-icon-color:var(--cc-btn-primary-color);
  --cc-toggle-disabled-icon-color:var(--cc-btn-primary-color);
  --cc-toggle-readonly-bg:#343e45;
  --cc-toggle-readonly-knob-bg:#5f6b72;
  --cc-toggle-readonly-knob-icon-color:var(--cc-toggle-readonly-bg);
  --cc-section-category-border:#1e2428;
  --cc-cookie-category-block-bg:#1e2428;
  --cc-cookie-category-block-border:var(--cc-section-category-border);
  --cc-cookie-category-block-hover-bg:#242c31;
  --cc-cookie-category-block-hover-border:#232a2f;
  --cc-cookie-category-expanded-block-bg:transparent;
  --cc-cookie-category-expanded-block-hover-bg:var(--cc-toggle-readonly-bg);
  --cc-overlay-bg:rgba(0,0,0,.65);
  --cc-webkit-scrollbar-bg:var(--cc-section-category-border);
  --cc-webkit-scrollbar-hover-bg:var(--cc-btn-primary-hover-bg);
  --cc-footer-bg:#0c0e0f;
  --cc-footer-color:var(--cc-secondary-color);
  --cc-footer-border-color:#060809;
}

.cc--darkmode #cc-main {
  color-scheme: dark;
}

#cc-main .cm {
  background: var(--cc-bg);
  border-radius: var(--cc-modal-border-radius);
  box-shadow: 0 0.625em 1.875em rgba(0, 0, 2, 0.3);
  display: flex;
  flex-direction: column;
  max-width: 24rem;
  opacity: 0;
  overflow: hidden;
  position: fixed;
  transform: translateY(1.6em);
  visibility: hidden;
  z-index: 1;
}

#cc-main .cm--top {
  top: var(--cc-modal-margin);
}

#cc-main .cm--middle {
  top: 50%;
  transform: translateY(calc(-50% + 1.6em));
}

#cc-main .cm--bottom {
  bottom: var(--cc-modal-margin);
}

#cc-main .cm--center {
  left: var(--cc-modal-margin);
  margin: 0 auto;
  right: var(--cc-modal-margin);
  width: unset;
}

#cc-main .cm--left {
  left: var(--cc-modal-margin);
  margin-right: var(--cc-modal-margin);
}

#cc-main .cm--right {
  margin-left: var(--cc-modal-margin);
  right: var(--cc-modal-margin);
}

#cc-main .cm__body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}

#cc-main .cm__btns, #cc-main .cm__links {
  padding: 1rem 1.3rem;
  width: unset;
}

#cc-main .cm__texts {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  padding: 1rem 0 0;
}

#cc-main .cm__desc, #cc-main .cm__title {
  padding: 0 1.3rem;
}

#cc-main .cm__title {
  font-size: 1.05em;
}

#cc-main .cm__title + .cm__desc {
  margin-top: 1.1em;
}

#cc-main .cm__desc {
  color: var(--cc-secondary-color);
  font-size: 0.9em;
  line-height: 1.5;
  max-height: 40vh;
  overflow-x: visible;
  overflow-y: auto;
  padding-bottom: 1em;
}

#cc-main .cm__btns {
  border-top: 1px solid var(--cc-separator-border-color);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#cc-main .cm__btn-group {
  display: grid;
  grid-auto-columns: minmax(0, 1fr);
}

#cc-main .cm__btn + .cm__btn, #cc-main .cm__btn-group + .cm__btn-group {
  margin-top: 0.375rem;
}

#cc-main .cm--flip .cm__btn + .cm__btn, #cc-main .cm--flip .cm__btn-group + .cm__btn-group {
  margin-bottom: 0.375rem;
  margin-top: 0;
}

#cc-main .cm--inline .cm__btn + .cm__btn {
  margin-left: 0.375rem;
  margin-top: 0;
}

#cc-main .cm--inline.cm--flip .cm__btn + .cm__btn {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0.375rem;
}

#cc-main .cm--inline.cm--flip .cm__btn-group + .cm__btn-group {
  margin-bottom: 0.375rem;
  margin-right: 0;
}

#cc-main .cm--wide .cm__btn + .cm__btn, #cc-main .cm--wide .cm__btn-group + .cm__btn-group {
  margin-left: 0.375rem;
  margin-top: 0;
}

#cc-main .cm--wide.cm--flip .cm__btn + .cm__btn, #cc-main .cm--wide.cm--flip .cm__btn-group + .cm__btn-group {
  margin-bottom: 0;
  margin-right: 0.375rem;
}

#cc-main .cm--bar:not(.cm--inline) .cm__btn-group--uneven, #cc-main .cm--wide .cm__btn-group--uneven {
  display: flex;
  flex: 1;
  justify-content: space-between;
}

#cc-main .cm--bar:not(.cm--inline).cm--flip .cm__btn-group--uneven, #cc-main .cm--wide.cm--flip .cm__btn-group--uneven {
  flex-direction: row-reverse;
}

#cc-main .cm__btn {
  background: var(--cc-btn-primary-bg);
  border: 1px solid var(--cc-btn-primary-border-color);
  border-radius: var(--cc-btn-border-radius);
  color: var(--cc-btn-primary-color);
  font-size: 0.82em;
  font-weight: 600;
  min-height: 42px;
  padding: 0.5em 1em;
  text-align: center;
}

#cc-main .cm__btn:hover {
  background: var(--cc-btn-primary-hover-bg);
  border-color: var(--cc-btn-primary-hover-border-color);
  color: var(--cc-btn-primary-hover-color);
}

#cc-main .cm__btn--secondary {
  background: var(--cc-btn-secondary-bg);
  border-color: var(--cc-btn-secondary-border-color);
  color: var(--cc-btn-secondary-color);
}

#cc-main .cm__btn--secondary:hover {
  background: var(--cc-btn-secondary-hover-bg);
  border-color: var(--cc-btn-secondary-hover-border-color);
  color: var(--cc-btn-secondary-hover-color);
}

#cc-main .cm__btn--close {
  border-radius: 0;
  border-bottom-left-radius: var(--cc-btn-border-radius);
  border-right: none;
  border-top: none;
  display: none;
  font-size: 1em;
  height: 42px;
  min-width: auto !important;
  overflow: hidden;
  padding: 0 !important;
  position: absolute;
  right: 0;
  top: 0;
  width: 42px;
}

#cc-main .cm__btn--close svg {
  stroke: var(--cc-btn-primary-color);
  transform: scale(0.5);
  transition: stroke 0.15s ease;
}

#cc-main .cm__btn--close:hover svg {
  stroke: var(--cc-btn-primary-hover-color);
}

#cc-main .cm__btn--close.cm__btn--secondary svg {
  stroke: var(--cc-btn-secondary-color);
}

#cc-main .cm__btn--close.cm__btn--secondary:hover svg {
  stroke: var(--cc-btn-secondary-hover-color);
}

#cc-main .cm__btn--close + .cm__texts .cm__title {
  padding-right: 3rem;
}

#cc-main .cm--inline .cm__btn-group {
  grid-auto-flow: column;
}

#cc-main .cm__footer {
  background: var(--cc-footer-bg);
  border-top: 1px solid var(--cc-footer-border-color);
  color: var(--cc-footer-color);
  padding: 0.4em 0 0.5em;
}

#cc-main .cm__links {
  display: flex;
  flex-direction: row;
  padding-bottom: 0;
  padding-top: 0;
}

#cc-main .cm__link-group {
  display: flex;
  flex-direction: row;
  font-size: 0.8em;
  width: 100%;
}

#cc-main .cm__link-group > * + * {
  margin-left: 1.3rem;
}

#cc-main .cm--flip .cm__btn:last-child {
  grid-row: 1;
}

#cc-main .cm--inline.cm--flip .cm__btn:last-child {
  grid-column: 1;
}

#cc-main .cm--box .cm__btn--close {
  display: block;
}

#cc-main .cm--box.cm--flip .cm__btns {
  flex-direction: column-reverse;
}

#cc-main .cm--box.cm--wide {
  max-width: 36em;
}

#cc-main .cm--box.cm--wide .cm__btns {
  flex-direction: row;
  justify-content: space-between;
}

#cc-main .cm--box.cm--wide .cm__btn-group {
  grid-auto-flow: column;
}

#cc-main .cm--box.cm--wide .cm__btn {
  min-width: 120px;
  padding-left: 1.8em;
  padding-right: 1.8em;
}

#cc-main .cm--box.cm--wide.cm--flip .cm__btns {
  flex-direction: row-reverse;
}

#cc-main .cm--box.cm--wide.cm--flip .cm__btn:last-child {
  grid-column: 1;
}

#cc-main .cm--cloud {
  max-width: 54em;
  width: unset;
}

#cc-main .cm--cloud .cm__body {
  flex-direction: row;
}

#cc-main .cm--cloud .cm__texts {
  flex: 1;
}

#cc-main .cm--cloud .cm__desc {
  max-height: 9.4em;
}

#cc-main .cm--cloud .cm__btns {
  border-left: 1px solid var(--cc-separator-border-color);
  border-top: none;
  max-width: 23em;
}

#cc-main .cm--cloud .cm__btn-group {
  flex-direction: column;
}

#cc-main .cm--cloud .cm__btn {
  min-width: 19em;
}

#cc-main .cm--cloud.cm--flip .cm__btn-group, #cc-main .cm--cloud.cm--flip .cm__btns {
  flex-direction: column-reverse;
}

#cc-main .cm--cloud.cm--inline .cm__btn-group {
  flex-direction: row;
}

#cc-main .cm--cloud.cm--inline .cm__btn {
  min-width: 10em;
}

#cc-main .cm--cloud.cm--inline.cm--flip .cm__btn-group {
  flex-direction: row-reverse;
}

#cc-main .cm--bar {
  border-radius: 0;
  left: 0;
  margin: 0;
  max-width: unset;
  opacity: 1;
  right: 0;
  transform: translateY(0);
  width: 100vw;
  --cc-modal-transition-duration:.35s;
}

#cc-main .cm--bar.cm--top {
  top: 0;
  transform: translateY(-100%);
}

#cc-main .cm--bar.cm--bottom {
  bottom: 0;
  transform: translateY(100%);
}

#cc-main .cm--bar .cm__body, #cc-main .cm--bar .cm__links {
  margin: 0 auto;
  max-width: 55em;
  width: 100%;
}

#cc-main .cm--bar .cm__body {
  padding: 0.5em 0 0.9em;
}

#cc-main .cm--bar .cm__btns {
  border-top: none;
  flex-direction: row;
  justify-content: space-between;
}

#cc-main .cm--bar .cm__btn-group {
  grid-auto-flow: column;
}

#cc-main .cm--bar:not(.cm--inline) .cm__btn + .cm__btn, #cc-main .cm--bar:not(.cm--inline) .cm__btn-group + .cm__btn-group {
  margin-left: 0.375rem;
  margin-top: 0;
}

#cc-main .cm--bar .cm__btn {
  min-width: 120px;
  padding-left: 2em;
  padding-right: 2em;
}

#cc-main .cm--bar.cm--flip:not(.cm--inline) .cm__btn + .cm__btn, #cc-main .cm--bar.cm--flip:not(.cm--inline) .cm__btn-group + .cm__btn-group {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0.375rem;
}

#cc-main .cm--bar.cm--flip .cm__btns {
  flex-direction: row-reverse;
}

#cc-main .cm--bar.cm--flip .cm__btn:last-child {
  grid-column: 1;
}

#cc-main .cm--bar.cm--inline .cm__body, #cc-main .cm--bar.cm--inline .cm__links {
  max-width: 74em;
}

#cc-main .cm--bar.cm--inline .cm__body {
  flex-direction: row;
  padding: 0;
}

#cc-main .cm--bar.cm--inline .cm__btns {
  flex-direction: column;
  justify-content: center;
  max-width: 23em;
}

#cc-main .cm--bar.cm--inline.cm--flip .cm__btns {
  flex-direction: column-reverse;
}

#cc-main .cc--anim .cm, #cc-main .cc--anim.cm-wrapper:before {
  transition: opacity var(--cc-modal-transition-duration) ease, visibility var(--cc-modal-transition-duration) ease, transform var(--cc-modal-transition-duration) ease;
}

#cc-main .cc--anim .cm__btn, #cc-main .cc--anim .cm__close {
  transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.disable--interaction #cc-main .cm-wrapper:before {
  background: var(--cc-overlay-bg);
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  z-index: 0;
}

.show--consent #cc-main .cc--anim .cm {
  opacity: 1;
  transform: translateY(0);
  visibility: visible !important;
}

.show--consent #cc-main .cc--anim .cm--middle {
  transform: translateY(-50%);
}

.show--consent #cc-main .cc--anim .cm--bar {
  transform: translateY(0);
}

.show--consent #cc-main .cc--anim.cm-wrapper:before {
  opacity: 1;
  visibility: visible;
}

#cc-main.cc--rtl .cm__btn--close {
  border-bottom-left-radius: unset;
  border-bottom-right-radius: var(--cc-btn-border-radius);
  left: 0;
  right: unset;
}

#cc-main.cc--rtl .cm__btn--close + .cm__texts .cm__title {
  padding-left: 3rem !important;
  padding-right: 1.3rem;
}

#cc-main.cc--rtl .cm--inline .cm__btn + .cm__btn {
  margin-left: 0;
  margin-right: 0.375rem;
}

#cc-main.cc--rtl .cm--inline.cm--flip .cm__btn + .cm__btn {
  margin-left: 0.375rem;
  margin-right: 0;
}

#cc-main.cc--rtl .cm:not(.cm--inline).cm--bar .cm__btn + .cm__btn, #cc-main.cc--rtl .cm:not(.cm--inline).cm--bar .cm__btn-group + .cm__btn-group, #cc-main.cc--rtl .cm:not(.cm--inline).cm--wide .cm__btn + .cm__btn, #cc-main.cc--rtl .cm:not(.cm--inline).cm--wide .cm__btn-group + .cm__btn-group {
  margin-left: 0;
  margin-right: 0.375rem;
}

#cc-main.cc--rtl .cm:not(.cm--inline).cm--bar.cm--flip .cm__btn + .cm__btn, #cc-main.cc--rtl .cm:not(.cm--inline).cm--wide.cm--flip .cm__btn + .cm__btn {
  margin-left: 0.375rem;
  margin-right: 0;
}

#cc-main.cc--rtl .cm__link-group > * + * {
  margin-left: 0;
  margin-right: 1.3rem;
}

@media screen and (max-width: 640px) {
  #cc-main {
    --cc-modal-margin:.5em;
  }
  #cc-main .cm {
    max-width: none !important;
    width: auto !important;
  }
  #cc-main .cm__body {
    flex-direction: column !important;
    padding: 0 !important;
  }
  #cc-main .cm__btns, #cc-main .cm__desc, #cc-main .cm__links, #cc-main .cm__title {
    padding-left: 1.1rem !important;
    padding-right: 1.1rem !important;
  }
  #cc-main .cm__btns {
    border-left: none !important;
    border-top: 1px solid var(--cc-separator-border-color) !important;
    flex-direction: column !important;
    max-width: none !important;
    min-width: auto !important;
  }
  #cc-main .cm__btn + .cm__btn, #cc-main .cm__btn-group + .cm__btn-group {
    margin: 0.375rem 0 0 !important;
  }
  #cc-main .cm--flip .cm__btn + .cm__btn, #cc-main .cm--flip .cm__btn-group + .cm__btn-group {
    margin-bottom: 0.375rem !important;
    margin-top: 0 !important;
  }
  #cc-main .cm__btn-group {
    display: flex !important;
    flex-direction: column !important;
    min-width: auto !important;
  }
  #cc-main .cm__btn {
    flex: auto !important;
  }
  #cc-main .cm__link-group {
    justify-content: center !important;
  }
  #cc-main .cm--flip .cm__btn-group, #cc-main .cm--flip .cm__btns {
    flex-direction: column-reverse !important;
  }
}
#cc-main .pm-wrapper {
  position: relative;
  z-index: 2;
}

#cc-main .pm {
  background: var(--cc-bg);
  border-radius: var(--cc-modal-border-radius);
  box-shadow: 0 0.625em 1.875em rgba(0, 0, 2, 0.3);
  display: flex;
  flex-direction: column;
  opacity: 0;
  overflow: hidden;
  position: fixed;
  visibility: hidden;
  width: 100%;
  width: unset;
  z-index: 1;
}

#cc-main svg {
  fill: none;
  width: 100%;
}

#cc-main .pm__body, #cc-main .pm__footer, #cc-main .pm__header {
  padding: 1em 1.4em;
}

#cc-main .pm__header {
  align-items: center;
  border-bottom: 1px solid var(--cc-separator-border-color);
  display: flex;
  justify-content: space-between;
}

#cc-main .pm__title {
  align-items: center;
  display: flex;
  flex: 1;
  font-weight: 600;
  margin-right: 2em;
}

#cc-main .pm__close-btn {
  background: var(--cc-btn-secondary-bg);
  border: 1px solid var(--cc-btn-secondary-border-color);
  border-radius: var(--cc-btn-border-radius);
  height: 40px;
  position: relative;
  transition: all 0.15s ease;
  width: 40px;
}

#cc-main .pm__close-btn span {
  display: flex;
  height: 100%;
  width: 100%;
}

#cc-main .pm__close-btn svg {
  stroke: var(--cc-btn-secondary-color);
  transform: scale(0.5);
  transition: stroke 0.15s ease;
}

#cc-main .pm__close-btn:hover {
  background: var(--cc-btn-secondary-hover-bg);
  border-color: var(--cc-btn-secondary-hover-border-color);
}

#cc-main .pm__close-btn:hover svg {
  stroke: var(--cc-btn-secondary-hover-color);
}

#cc-main .pm__body {
  flex: 1;
  overflow-y: auto;
  overflow-y: overlay;
}

#cc-main .pm__section, #cc-main .pm__section--toggle {
  border-radius: var(--cc-btn-border-radius);
  display: flex;
  flex-direction: column;
  margin-bottom: 0.5em;
}

#cc-main .pm__section--toggle .pm__section-desc-wrapper {
  border: 1px solid var(--cc-cookie-category-block-border);
  border-radius: var(--cc-btn-border-radius);
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  display: none;
  margin-top: 0 !important;
  overflow: hidden;
}

#cc-main .pm__section {
  border: 1px solid var(--cc-separator-border-color);
  padding: 1em;
  transition: background-color 0.25s ease, border-color 0.25s ease;
}

#cc-main .pm__section:first-child {
  border: none;
  margin-bottom: 2em;
  margin-top: 0;
  padding: 0;
  transition: none;
}

#cc-main .pm__section:not(:first-child):hover {
  background: var(--cc-cookie-category-block-bg);
  border-color: var(--cc-cookie-category-block-border);
}

#cc-main .pm__section-toggles + .pm__section {
  margin-top: 2em;
}

#cc-main .pm__section--toggle {
  background: var(--cc-cookie-category-block-bg);
  border-top: none;
  margin-bottom: 0.375rem;
}

#cc-main .pm__section--toggle .pm__section-title {
  align-items: center;
  background: var(--cc-cookie-category-block-bg);
  border: 1px solid var(--cc-cookie-category-block-border);
  display: flex;
  justify-content: space-between;
  min-height: 58px;
  padding: 1.1em 5.4em 1.1em 1.2em;
  position: relative;
  transition: background-color 0.25s ease, border-color 0.25s ease;
  width: 100%;
}

#cc-main .pm__section--toggle .pm__section-title:hover {
  background: var(--cc-cookie-category-block-hover-bg);
  border-color: var(--cc-cookie-category-block-hover-border);
}

#cc-main .pm__section--toggle .pm__section-desc {
  margin-top: 0;
  padding: 1em;
}

#cc-main .pm__section--toggle.is-expanded {
  --cc-cookie-category-block-bg:var(--cc-cookie-category-expanded-block-bg);
  --cc-cookie-category-block-border:var(--cc-cookie-category-expanded-block-hover-bg);
}

#cc-main .pm__section--toggle.is-expanded .pm__section-title {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

#cc-main .pm__section--toggle.is-expanded .pm__section-arrow svg {
  transform: scale(0.5) rotate(180deg);
}

#cc-main .pm__section--toggle.is-expanded .pm__section-desc-wrapper {
  display: flex;
}

#cc-main .pm__section--expandable .pm__section-title {
  cursor: pointer;
  padding-left: 3.4em;
}

#cc-main .pm__section--expandable .pm__section-arrow {
  background: var(--cc-toggle-readonly-bg);
  border-radius: 100%;
  display: flex;
  height: 20px;
  justify-content: center;
  left: 18px;
  pointer-events: none;
  position: absolute;
  width: 20px;
}

#cc-main .pm__section--expandable .pm__section-arrow svg {
  stroke: var(--cc-btn-secondary-color);
  transform: scale(0.5);
}

#cc-main .pm__section-title-wrapper {
  align-items: center;
  display: flex;
  position: relative;
}

#cc-main .pm__section-title-wrapper + .pm__section-desc-wrapper {
  margin-top: 0.85em;
}

#cc-main .pm__section-title {
  border-radius: var(--cc-btn-border-radius);
  font-size: 0.95em;
  font-weight: 600;
}

#cc-main .pm__badge {
  align-items: center;
  background: var(--cc-btn-secondary-bg);
  border-radius: 5em;
  color: var(--cc-secondary-color);
  display: flex;
  flex: none;
  font-size: 0.8em;
  font-weight: 600;
  height: 23px;
  justify-content: center;
  margin-left: 1em;
  min-width: 23px;
  overflow: hidden;
  padding: 0 0.6em 1px;
  position: relative;
  text-align: center;
  white-space: nowrap;
  width: auto;
}

#cc-main .pm__service-counter {
  background: var(--cc-btn-primary-bg);
  color: var(--cc-btn-primary-color);
  padding: 0;
  width: 23px;
}

#cc-main .pm__service-counter[data-counterlabel] {
  padding: 0 0.6em 1px;
  width: auto;
}

#cc-main .section__toggle, #cc-main .section__toggle-wrapper, #cc-main .toggle__icon, #cc-main .toggle__label {
  border-radius: var(--cc-pm-toggle-border-radius);
  height: 23px;
  transform: translateZ(0);
  width: 50px;
}

#cc-main .section__toggle-wrapper {
  cursor: pointer;
  position: absolute;
  right: 18px;
  z-index: 1;
}

#cc-main .toggle-service {
  height: 19px;
  position: relative;
  right: 0;
  width: 42px;
}

#cc-main .toggle-service .section__toggle, #cc-main .toggle-service .toggle__icon, #cc-main .toggle-service .toggle__label {
  height: 19px;
  width: 42px;
}

#cc-main .toggle-service .toggle__icon {
  position: relative;
}

#cc-main .toggle-service .toggle__icon-circle {
  height: 19px;
  width: 19px;
}

#cc-main .toggle-service .section__toggle:checked ~ .toggle__icon .toggle__icon-circle {
  transform: translateX(23px);
}

#cc-main .pm__section--toggle:nth-child(2) .section__toggle-wrapper:after {
  display: none !important;
}

#cc-main .section__toggle {
  border: 0;
  cursor: pointer;
  display: block;
  left: 0;
  margin: 0;
  position: absolute;
  top: 0;
}

#cc-main .section__toggle:disabled {
  cursor: not-allowed;
}

#cc-main .toggle__icon {
  background: var(--cc-toggle-off-bg);
  box-shadow: 0 0 0 1px var(--cc-toggle-off-bg);
  display: flex;
  flex-direction: row;
  pointer-events: none;
  position: absolute;
  transition: all 0.25s ease;
}

#cc-main .toggle__icon-circle {
  background: var(--cc-toggle-off-knob-bg);
  border: none;
  border-radius: var(--cc-pm-toggle-border-radius);
  box-shadow: 0 1px 2px rgba(24, 32, 3, 0.36);
  display: block;
  height: 23px;
  left: 0;
  position: absolute;
  top: 0;
  transition: transform 0.25s ease, background-color 0.25s ease;
  width: 23px;
}

#cc-main .toggle__icon-off, #cc-main .toggle__icon-on {
  height: 100%;
  position: absolute;
  transition: opacity 0.15s ease;
  width: 100%;
}

#cc-main .toggle__icon-on {
  opacity: 0;
  transform: rotate(45deg);
}

#cc-main .toggle__icon-on svg {
  stroke: var(--cc-toggle-on-bg);
  transform: scale(0.55) rotate(-45deg);
}

#cc-main .toggle__icon-off {
  opacity: 1;
}

#cc-main .toggle__icon-off svg {
  stroke: var(--cc-toggle-off-bg);
  transform: scale(0.55);
}

#cc-main .section__toggle:checked ~ .toggle__icon {
  background: var(--cc-toggle-on-bg);
  box-shadow: 0 0 0 1px var(--cc-toggle-on-bg);
}

#cc-main .section__toggle:checked ~ .toggle__icon .toggle__icon-circle {
  background-color: var(--cc-toggle-on-knob-bg);
  transform: translateX(27px);
}

#cc-main .section__toggle:checked ~ .toggle__icon .toggle__icon-on {
  opacity: 1;
}

#cc-main .section__toggle:checked ~ .toggle__icon .toggle__icon-off {
  opacity: 0;
}

#cc-main .section__toggle:checked:disabled ~ .toggle__icon {
  background: var(--cc-toggle-readonly-bg);
  box-shadow: 0 0 0 1px var(--cc-toggle-readonly-bg);
}

#cc-main .section__toggle:checked:disabled ~ .toggle__icon .toggle__icon-circle {
  background: var(--cc-toggle-readonly-knob-bg);
  box-shadow: none;
}

#cc-main .section__toggle:checked:disabled ~ .toggle__icon svg {
  stroke: var(--cc-toggle-readonly-knob-icon-color);
}

#cc-main .toggle__label {
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  top: 0;
  z-index: -1;
}

#cc-main .pm__section-desc-wrapper {
  color: var(--cc-secondary-color);
  display: flex;
  flex-direction: column;
  font-size: 0.9em;
}

#cc-main .pm__section-desc-wrapper > :not(:last-child) {
  border-bottom: 1px solid var(--cc-cookie-category-block-border);
}

#cc-main .pm__section-services {
  display: flex;
  flex-direction: column;
}

#cc-main .pm__service {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 0.4em 1.2em;
  position: relative;
  transition: background-color 0.15s ease;
}

#cc-main .pm__service:hover {
  background-color: var(--cc-cookie-category-block-hover-bg);
}

#cc-main .pm__service-header {
  align-items: center;
  display: flex;
  margin-right: 1em;
  width: 100%;
}

#cc-main .pm__service-icon {
  border: 2px solid;
  border-radius: 100%;
  height: 8px;
  margin-left: 6px;
  margin-right: 20px;
  margin-top: 1px;
  min-width: 8px;
}

#cc-main .pm__service-title {
  font-size: 0.95em;
  width: 100%;
  word-break: break-word;
}

#cc-main .pm__section-desc {
  line-height: 1.5em;
}

#cc-main .pm__section-table {
  border-collapse: collapse;
  font-size: 0.9em;
  margin: 0;
  overflow: hidden;
  padding: 0;
  text-align: left;
  width: 100%;
}

#cc-main .pm__table-caption {
  text-align: left;
}

#cc-main .pm__table-caption, #cc-main .pm__table-head > tr {
  border-bottom: 1px dashed var(--cc-separator-border-color);
  color: var(--cc-primary-color);
  font-weight: 600;
}

#cc-main .pm__table-tr {
  transition: background-color 0.15s ease;
}

#cc-main .pm__table-tr:hover {
  background: var(--cc-cookie-category-block-hover-bg);
}

#cc-main .pm__table-caption, #cc-main .pm__table-td, #cc-main .pm__table-th {
  padding: 0.625em 0.625em 0.625em 1.2em;
  vertical-align: top;
}

#cc-main .pm__footer {
  border-top: 1px solid var(--cc-separator-border-color);
  display: flex;
  justify-content: space-between;
}

#cc-main .pm__btn-group {
  display: flex;
}

#cc-main .pm__btn + .pm__btn, #cc-main .pm__btn-group + .pm__btn-group {
  margin-left: 0.375rem;
}

#cc-main .pm--flip .pm__btn + .pm__btn, #cc-main .pm--flip .pm__btn-group + .pm__btn-group {
  margin-left: 0;
  margin-right: 0.375rem;
}

#cc-main .pm__btn {
  background: var(--cc-btn-primary-bg);
  border: 1px solid var(--cc-btn-primary-border-color);
  border-radius: var(--cc-btn-border-radius);
  color: var(--cc-btn-primary-color);
  flex: auto;
  font-size: 0.82em;
  font-weight: 600;
  min-height: 42px;
  min-width: 110px;
  padding: 0.5em 1.5em;
  text-align: center;
  transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

#cc-main .pm__btn:hover {
  background: var(--cc-btn-primary-hover-bg);
  border-color: var(--cc-btn-primary-hover-border-color);
  color: var(--cc-btn-primary-hover-color);
}

#cc-main .pm__btn--secondary {
  background: var(--cc-btn-secondary-bg);
  border-color: var(--cc-btn-secondary-border-color);
  color: var(--cc-btn-secondary-color);
}

#cc-main .pm__btn--secondary:hover {
  background: var(--cc-btn-secondary-hover-bg);
  border-color: var(--cc-btn-secondary-hover-border-color);
  color: var(--cc-btn-secondary-hover-color);
}

#cc-main .pm--box {
  height: calc(100% - 2em);
  left: var(--cc-modal-margin);
  margin: 0 auto;
  max-height: 37.5em;
  max-width: 43em;
  right: var(--cc-modal-margin);
  top: 50%;
  transform: translateY(calc(-50% + 1.6em));
}

#cc-main .pm--box.pm--flip .pm__btn-group, #cc-main .pm--box.pm--flip .pm__footer {
  flex-direction: row-reverse;
}

#cc-main .pm--bar {
  border-radius: 0;
  bottom: 0;
  height: 100%;
  margin: 0;
  max-height: none;
  max-width: 29em;
  opacity: 1;
  top: 0;
  width: 100%;
  --cc-modal-transition-duration:.35s;
}

#cc-main .pm--bar .pm__section-table, #cc-main .pm--bar .pm__table-body, #cc-main .pm--bar .pm__table-td, #cc-main .pm--bar .pm__table-th, #cc-main .pm--bar .pm__table-tr {
  display: block;
}

#cc-main .pm--bar .pm__table-head {
  display: none;
}

#cc-main .pm--bar .pm__table-caption {
  display: block;
}

#cc-main .pm--bar .pm__table-tr:not(:last-child) {
  border-bottom: 1px solid var(--cc-separator-border-color);
}

#cc-main .pm--bar .pm__table-td {
  display: flex;
  justify-content: space-between;
}

#cc-main .pm--bar .pm__table-td:before {
  color: var(--cc-primary-color);
  content: attr(data-column);
  flex: 1;
  font-weight: 600;
  min-width: 100px;
  overflow: hidden;
  padding-right: 2em;
  text-overflow: ellipsis;
}

#cc-main .pm--bar .pm__table-td > div {
  flex: 3;
}

#cc-main .pm--bar:not(.pm--wide) .pm__body, #cc-main .pm--bar:not(.pm--wide) .pm__footer, #cc-main .pm--bar:not(.pm--wide) .pm__header {
  padding: 1em 1.3em;
}

#cc-main .pm--bar:not(.pm--wide) .pm__btn-group, #cc-main .pm--bar:not(.pm--wide) .pm__footer {
  flex-direction: column;
}

#cc-main .pm--bar:not(.pm--wide) .pm__btn + .pm__btn, #cc-main .pm--bar:not(.pm--wide) .pm__btn-group + .pm__btn-group {
  margin: 0.375rem 0 0;
}

#cc-main .pm--bar:not(.pm--wide).pm--flip .pm__btn-group, #cc-main .pm--bar:not(.pm--wide).pm--flip .pm__footer {
  flex-direction: column-reverse;
}

#cc-main .pm--bar:not(.pm--wide).pm--flip .pm__btn + .pm__btn, #cc-main .pm--bar:not(.pm--wide).pm--flip .pm__btn-group + .pm__btn-group {
  margin-bottom: 0.375rem;
  margin-top: 0;
}

#cc-main .pm--bar:not(.pm--wide) .pm__badge {
  display: none;
}

#cc-main .pm--bar.pm--left {
  left: 0;
  transform: translateX(-100%);
}

#cc-main .pm--bar.pm--right {
  right: 0;
  transform: translateX(100%);
}

#cc-main .pm--bar.pm--wide {
  max-width: 35em;
}

#cc-main .pm--bar.pm--wide .pm__body, #cc-main .pm--bar.pm--wide .pm__footer, #cc-main .pm--bar.pm--wide .pm__header {
  padding: 1em 1.4em;
}

#cc-main .pm--bar.pm--wide.pm--flip .pm__btn-group, #cc-main .pm--bar.pm--wide.pm--flip .pm__footer {
  flex-direction: row-reverse;
}

#cc-main .pm-overlay {
  background: var(--cc-overlay-bg);
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  z-index: 1;
}

#cc-main .cc--anim .pm, #cc-main .cc--anim .pm-overlay {
  transition: opacity var(--cc-modal-transition-duration) ease, visibility var(--cc-modal-transition-duration) ease, transform var(--cc-modal-transition-duration) ease;
}

.show--preferences #cc-main .cc--anim .pm {
  opacity: 1;
  visibility: visible !important;
}

.show--preferences #cc-main .cc--anim .pm--box {
  transform: translateY(-50%);
}

.show--preferences #cc-main .cc--anim .pm--bar {
  transform: translateX(0);
}

.show--preferences #cc-main .cc--anim .pm-overlay {
  opacity: 1;
  visibility: visible;
}

#cc-main.cc--rtl .pm__service-header {
  margin-left: 1em;
  margin-right: 0;
}

#cc-main.cc--rtl .pm__section-arrow {
  left: unset;
  right: 18px;
}

#cc-main.cc--rtl .section__toggle-wrapper {
  left: 18px;
  right: unset;
  transform-origin: left;
}

#cc-main.cc--rtl .toggle-service {
  left: 0;
}

#cc-main.cc--rtl .pm__service-icon {
  margin-left: 20px;
  margin-right: 5px;
}

#cc-main.cc--rtl .pm__section--toggle .pm__section-title {
  padding-left: 5.4em;
  padding-right: 1.2em;
}

#cc-main.cc--rtl .pm__section--expandable .pm__section-title {
  padding-right: 3.4em;
}

#cc-main.cc--rtl .pm__badge {
  margin-left: unset;
  margin-right: 1em;
}

#cc-main.cc--rtl .toggle__icon-circle {
  transform: translateX(27px);
}

#cc-main.cc--rtl .toggle-service .toggle__icon-circle {
  transform: translateX(23px);
}

#cc-main.cc--rtl .section__toggle:checked ~ .toggle__icon .toggle__icon-circle {
  transform: translateX(0);
}

#cc-main.cc--rtl .pm__table-td, #cc-main.cc--rtl .pm__table-th {
  padding-left: unset;
  padding-right: 1.2em;
  text-align: right;
}

#cc-main.cc--rtl .pm__table-td {
  padding-left: unset;
  padding-right: 1.2em;
}

#cc-main.cc--rtl .pm__table-td:before {
  padding-left: 2em;
  padding-right: unset;
}

#cc-main.cc--rtl .pm__btn + .pm__btn, #cc-main.cc--rtl .pm__btn-group + .pm__btn-group {
  margin-left: 0;
  margin-right: 0.375rem;
}

#cc-main.cc--rtl .pm--flip .pm__btn + .pm__btn, #cc-main.cc--rtl .pm--flip .pm__btn-group + .pm__btn-group {
  margin-left: 0.375rem;
  margin-right: 0;
}

#cc-main.cc--rtl .pm--flip.pm--bar:not(.pm--wide) .pm__btn + .pm__btn, #cc-main.cc--rtl .pm--flip.pm--bar:not(.pm--wide) .pm__btn-group + .pm__btn-group {
  margin-left: 0;
}

@media screen and (max-width: 640px) {
  #cc-main .pm {
    border-radius: 0;
    bottom: 0;
    height: auto;
    left: 0;
    max-height: 100%;
    max-width: none !important;
    right: 0;
    top: 0;
    transform: translateY(1.6em);
  }
  #cc-main .pm__body, #cc-main .pm__footer, #cc-main .pm__header {
    padding: 0.9em !important;
  }
  #cc-main .pm__badge {
    display: none;
  }
  #cc-main .pm__section-table, #cc-main .pm__table-body, #cc-main .pm__table-caption, #cc-main .pm__table-td, #cc-main .pm__table-th, #cc-main .pm__table-tr {
    display: block;
  }
  #cc-main .pm__table-head {
    display: none;
  }
  #cc-main .pm__table-tr:not(:last-child) {
    border-bottom: 1px solid var(--cc-separator-border-color);
  }
  #cc-main .pm__table-td {
    display: flex;
    justify-content: space-between;
  }
  #cc-main .pm__table-td:before {
    color: var(--cc-primary-color);
    content: attr(data-column);
    flex: 1;
    font-weight: 600;
    min-width: 100px;
    overflow: hidden;
    padding-right: 2em;
    text-overflow: ellipsis;
  }
  #cc-main .pm__table-td > div {
    flex: 3;
  }
  #cc-main .pm__btn-group, #cc-main .pm__footer {
    flex-direction: column !important;
  }
  #cc-main .pm__btn-group {
    display: flex !important;
  }
  #cc-main .pm__btn + .pm__btn, #cc-main .pm__btn-group + .pm__btn-group {
    margin: 0.375rem 0 0 !important;
  }
  #cc-main .pm--flip .pm__btn + .pm__btn, #cc-main .pm--flip .pm__btn-group + .pm__btn-group {
    margin-bottom: 0.375rem !important;
    margin-top: 0 !important;
  }
  #cc-main .pm--flip .pm__btn-group, #cc-main .pm--flip .pm__footer {
    flex-direction: column-reverse !important;
  }
  .show--preferences #cc-main .cc--anim .pm {
    transform: translateY(0) !important;
  }
}
