@charset "UTF-8";
/* font family */
/* font-weight */
/* base colors */
/* line-height */
/* mixins */
/* BASE COLORS LIGHT */
@import url("https://cdn.jsdelivr.net/npm/bootstrap@5.3.6/dist/css/bootstrap-reboot.min.css");
@import url("https://cdn.jsdelivr.net/npm/bootstrap@5.3.6/dist/css/bootstrap.min.css");
@import url("https://cdn.jsdelivr.net/npm/bootstrap@5.3.6/dist/css/bootstrap-grid.min.css");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap");
:root, .light, .light-theme {
  /* VYGENEROVANÉ BARVY */
  --blue-1: #fcfdfe;
  --blue-2: #f6faff;
  --blue-3: #ebf3fe;
  --blue-4: #dcebff;
  --blue-5: #cae2ff;
  --blue-6: #b6d5fd;
  --blue-7: #9dc3f5;
  --blue-8: #79abec;
  --blue-9: #0466c8;
  --blue-10: #0057b8;
  --blue-11: #0b69cb;
  --blue-12: #0f325d;
  --blue-a1: #0055aa03;
  --blue-a2: #0072ff09;
  --blue-a3: #0066f314;
  --blue-a4: #006eff23;
  --blue-a5: #0074ff35;
  --blue-a6: #006df949;
  --blue-a7: #0063e562;
  --blue-a8: #0060db86;
  --blue-a9: #0064c7fb;
  --blue-a10: #0057b8;
  --blue-a11: #0062c9f4;
  --blue-a12: #002553f0;
  --blue-contrast: #fff;
  --blue-surface: #f4f9ffcc;
  --blue-indicator: #0466c8;
  --blue-track: #0466c8;
  /* END VYGENEROVANÉ BARVY */
  /* PŘEMAPOVANÉ UNIVERZÁLNÍ ALIASY */
  --c-color-1: var(--blue-1);
  --c-color-2: var(--blue-2);
  --c-color-3: var(--blue-3);
  --c-color-4: var(--blue-4);
  --c-color-5: var(--blue-5);
  --c-color-6: var(--blue-6);
  --c-color-7: var(--blue-7);
  --c-color-8: var(--blue-8);
  --c-color-9: var(--blue-9);
  --c-color-10: var(--blue-10);
  --c-color-11: var(--blue-11);
  --c-color-12: var(--blue-12);
  --c-color-a1: var(--blue-a1);
  --c-color-a2: var(--blue-a2);
  --c-color-a3: var(--blue-a3);
  --c-color-a4: var(--blue-a4);
  --c-color-a5: var(--blue-a5);
  --c-color-a6: var(--blue-a6);
  --c-color-a7: var(--blue-a7);
  --c-color-a8: var(--blue-a8);
  --c-color-a9: var(--blue-a9);
  --c-color-a10: var(--blue-a10);
  --c-color-a11: var(--blue-a11);
  --c-color-a12: var(--blue-a12);
  --c-color-contrast: var(--blue-contrast);
  --c-color-surface: var(--blue-surface);
  --c-color-indicator: var(--blue-indicator);
  --c-color-track: var(--blue-track);
  /* END PŘEMAPOVANÉ UNIVERZÁLNÍ ALIASY */
}

:root, .light, .light-theme {
  --gray-1: #fcfcfc;
  --gray-2: #f9f9f9;
  --gray-3: #f0f0f0;
  --gray-4: #e8e8e8;
  --gray-5: #e1e1e1;
  --gray-6: #d9d9d9;
  --gray-7: #cecece;
  --gray-8: #bbb;
  --gray-9: #8d8d8d;
  --gray-10: #838383;
  --gray-11: #646464;
  --gray-12: #202020;
  --gray-a1: #00000003;
  --gray-a2: #00000006;
  --gray-a3: #0000000f;
  --gray-a4: #00000017;
  --gray-a5: #0000001e;
  --gray-a6: #00000026;
  --gray-a7: #00000031;
  --gray-a8: #00000044;
  --gray-a9: #00000072;
  --gray-a10: #0000007c;
  --gray-a11: #0000009b;
  --gray-a12: #000000df;
  --gray-contrast: #FFFFFF;
  --gray-surface: #ffffffcc;
  --gray-indicator: #8d8d8d;
  --gray-track: #8d8d8d;
  /* PŘEMAPOVANÉ UNIVERZÁLNÍ ALIASY PRO GREY */
  --c-color-grey-1: var(--gray-1);
  --c-color-grey-2: var(--gray-2);
  --c-color-grey-3: var(--gray-3);
  --c-color-grey-4: var(--gray-4);
  --c-color-grey-5: var(--gray-5);
  --c-color-grey-6: var(--gray-6);
  --c-color-grey-7: var(--gray-7);
  --c-color-grey-8: var(--gray-8);
  --c-color-grey-9: var(--gray-9);
  --c-color-grey-10: var(--gray-10);
  --c-color-grey-11: var(--gray-11);
  --c-color-grey-12: var(--gray-12);
  --c-color-grey-a1: var(--gray-a1);
  --c-color-grey-a2: var(--gray-a2);
  --c-color-grey-a3: var(--gray-a3);
  --c-color-grey-a4: var(--gray-a4);
  --c-color-grey-a5: var(--gray-a5);
  --c-color-grey-a6: var(--gray-a6);
  --c-color-grey-a7: var(--gray-a7);
  --c-color-grey-a8: var(--gray-a8);
  --c-color-grey-a9: var(--gray-a9);
  --c-color-grey-a10: var(--gray-a10);
  --c-color-grey-a11: var(--gray-a11);
  --c-color-grey-a12: var(--gray-a12);
  --c-color-grey-contrast: var(--gray-contrast);
  --c-color-grey-surface: var(--gray-surface);
  --c-color-grey-indicator: var(--gray-indicator);
  --c-color-grey-track: var(--gray-track);
  /* END PŘEMAPOVANÉ UNIVERZÁLNÍ ALIASY PRO GREY */
}

/* BASE COLORS DARK */
.dark, .dark-theme, [data-bs-theme=dark] {
  /* VYGENEROVANÉ BARVY */
  --blue-1: #0c111c;
  --blue-2: #111725;
  --blue-3: #172448;
  --blue-4: #1d2e61;
  --blue-5: #243974;
  --blue-6: #2d4484;
  --blue-7: #375098;
  --blue-8: #405eb2;
  --blue-9: #3d63dd;
  --blue-10: #3f5cb0;
  --blue-11: #93b4ff;
  --blue-12: #d5e2ff;
  --blue-a1: #0012fb0c;
  --blue-a2: #1156f916;
  --blue-a3: #2b64ff3b;
  --blue-a4: #3567ff56;
  --blue-a5: #3f71fd6b;
  --blue-a6: #4b7afd7c;
  --blue-a7: #5480ff91;
  --blue-a8: #5783ffad;
  --blue-a9: #4571ffdb;
  --blue-a10: #5580feab;
  --blue-a11: #93b4ff;
  --blue-a12: #d5e2ff;
  --blue-contrast: #fff;
  --blue-surface: #111d3980;
  --blue-indicator: #3d63dd;
  --blue-track: #3d63dd;
  /* END VYGENEROVANÉ BARVY */
  /* PŘEMAPOVANÉ UNIVERZÁLNÍ ALIASY */
  --c-color-1: var(--blue-1);
  --c-color-2: var(--blue-2);
  --c-color-3: var(--blue-3);
  --c-color-4: var(--blue-4);
  --c-color-5: var(--blue-5);
  --c-color-6: var(--blue-6);
  --c-color-7: var(--blue-7);
  --c-color-8: var(--blue-8);
  --c-color-9: var(--blue-9);
  --c-color-10: var(--blue-10);
  --c-color-11: var(--blue-11);
  --c-color-12: var(--blue-12);
  --c-color-a1: var(--blue-a1);
  --c-color-a2: var(--blue-a2);
  --c-color-a3: var(--blue-a3);
  --c-color-a4: var(--blue-a4);
  --c-color-a5: var(--blue-a5);
  --c-color-a6: var(--blue-a6);
  --c-color-a7: var(--blue-a7);
  --c-color-a8: var(--blue-a8);
  --c-color-a9: var(--blue-a9);
  --c-color-a10: var(--blue-a10);
  --c-color-a11: var(--blue-a11);
  --c-color-a12: var(--blue-a12);
  --c-color-contrast: var(--blue-contrast);
  --c-color-surface: var(--blue-surface);
  --c-color-indicator: var(--blue-indicator);
  --c-color-track: var(--blue-track);
  /* END PŘEMAPOVANÉ UNIVERZÁLNÍ ALIASY */
}

.dark, .dark-theme, [data-bs-theme=dark] {
  --gray-1: #111;
  --gray-2: #181818;
  --gray-3: #222;
  --gray-4: #292929;
  --gray-5: #303030;
  --gray-6: #3a3a3a;
  --gray-7: #474747;
  --gray-8: #606060;
  --gray-9: #6c6c6c;
  --gray-10: #7a7a7a;
  --gray-11: #b3b3b3;
  --gray-12: #ededed;
  --gray-a1: #00000000;
  --gray-a2: #ffffff08;
  --gray-a3: #ffffff12;
  --gray-a4: #ffffff1a;
  --gray-a5: #ffffff21;
  --gray-a6: #ffffff2c;
  --gray-a7: #ffffff3a;
  --gray-a8: #ffffff55;
  --gray-a9: #ffffff62;
  --gray-a10: #ffffff71;
  --gray-a11: #ffffffae;
  --gray-a12: #ffffffec;
  --gray-contrast: #FFFFFF;
  --gray-surface: rgba(0, 0, 0, 0.05);
  --gray-indicator: #6c6c6c;
  --gray-track: #6c6c6c;
  /* ŠEDÉ BARVY - UNIVERZÁLNÍ ALIASY pro DARK */
  --c-color-grey-1: var(--gray-1);
  --c-color-grey-2: var(--gray-2);
  --c-color-grey-3: var(--gray-3);
  --c-color-grey-4: var(--gray-4);
  --c-color-grey-5: var(--gray-5);
  --c-color-grey-6: var(--gray-6);
  --c-color-grey-7: var(--gray-7);
  --c-color-grey-8: var(--gray-8);
  --c-color-grey-9: var(--gray-9);
  --c-color-grey-10: var(--gray-10);
  --c-color-grey-11: var(--gray-11);
  --c-color-grey-12: var(--gray-12);
  --c-color-grey-a1: var(--gray-a1);
  --c-color-grey-a2: var(--gray-a2);
  --c-color-grey-a3: var(--gray-a3);
  --c-color-grey-a4: var(--gray-a4);
  --c-color-grey-a5: var(--gray-a5);
  --c-color-grey-a6: var(--gray-a6);
  --c-color-grey-a7: var(--gray-a7);
  --c-color-grey-a8: var(--gray-a8);
  --c-color-grey-a9: var(--gray-a9);
  --c-color-grey-a10: var(--gray-a10);
  --c-color-grey-a11: var(--gray-a11);
  --c-color-grey-a12: var(--gray-a12);
  --c-color-grey-contrast: var(--gray-contrast);
  --c-color-grey-surface: var(--gray-surface);
  --c-color-grey-indicator: var(--gray-indicator);
  --c-color-grey-track: var(--gray-track);
  /* END ŠEDÉ BARVY - UNIVERZÁLNÍ ALIASY pro DARK */
}

body {
  background-color: #fff;
  font-family: "Poppins", serif;
  color: var(--c-color-12);
  width: 100%;
  font-weight: 400;
}

html {
  height: 100%;
}

a {
  transition: all 0.3s;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.link {
  text-decoration: underline;
  color: var(--c-color-11);
}

.separator-75 {
  padding: 75px 0;
}

.separator-35 {
  padding: 35px 0;
}

/* layout base */
.portal__wrap {
  background: var(--c-color-1);
  display: flex;
  min-height: calc(100vh - 76px);
}
.portal__wrap .portal__menu {
  flex: 0 0 394px;
  padding-right: 80px;
}
.portal__wrap .portal__content {
  flex: 1;
  min-width: 0;
  background: var(--c-color-1);
  margin: 0;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
}
.portal__wrap.zIndexFix {
  z-index: 106;
  position: relative;
}

[data-bs-theme=dark] .portal__wrap .portal__content {
  border-left: 1px solid var(--c-color-grey-6);
}

.custom-tooltip {
  --bs-tooltip-bg: var(--c-color-12);
  --bs-tooltip-color: var(--c-color-1);
}

.dropdown-menu {
  min-width: 220px;
  box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.1);
  border: 1px solid var(--c-color-6);
  border-radius: 6px;
}
.dropdown-menu li {
  font-size: 15px;
  position: relative;
}
.dropdown-menu li a {
  padding: 10px 15px;
  color: var(--c-color-12);
  font-weight: 600;
}

.bottom_menu_bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 96px;
  box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.1);
  z-index: 999;
  background: var(--c-color-12);
  border-radius: 0;
}
.bottom_menu_bar .nav {
  max-width: 480px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.bottom_menu_bar .nav-item {
  width: 20%;
  padding: 8px;
}
.bottom_menu_bar .nav-link {
  padding: 12px 6px;
  color: var(--c-color-1);
  font-weight: 600;
  font-size: 13px;
  line-height: 1.2;
  border-radius: 20px;
}
.bottom_menu_bar .nav-link i {
  margin-right: 0;
  font-size: 18px;
  display: block;
  margin-bottom: 7px;
}
.bottom_menu_bar .nav-link.active {
  background: var(--c-color-11);
}
.bottom_menu_bar .nav-link:hover {
  opacity: 0.87;
}
.bottom_menu_bar .nav-link.menu-showed {
  border: 2px solid var(--c-color-11);
}

.menu-overlay {
  position: fixed;
  inset: 0;
  background: rgba(76, 76, 76, 0.74);
  backdrop-filter: blur(5px);
  z-index: 107;
}
.menu-overlay.show {
  display: block;
}

.mobile-menu {
  position: fixed;
  bottom: 96px;
  left: 0;
  right: 0;
  background: var(--c-color-grey-1);
  z-index: 107;
  border-radius: 20px 20px 0 0;
  box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.1);
  padding: 0;
  transition: transform 0.4s ease, opacity 0.3s ease;
  transform: translateY(100%);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.mobile-menu .city-logo {
  position: absolute;
  top: -20px;
  right: 20px;
  display: block;
  width: 68px;
  height: 68px;
  border-radius: 10px;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  background: #fff;
  border: 1px solid var(--c-color-grey-6);
  z-index: 108;
}
.mobile-menu .city-logo img {
  width: 100%;
}
.mobile-menu.show {
  transform: translateY(0%);
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.mobile-menu .mobile-menu-scroll {
  max-height: calc(100vh - 96px - 24px);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.mobile-menu .mobile-menu__header {
  position: relative;
  padding: 20px;
  border-bottom: 1px solid var(--c-color-6);
}
.mobile-menu .mobile-menu__header .header__brand {
  margin-bottom: 16px;
}
.mobile-menu .mobile-menu__header .header__brand img {
  height: 36px;
}
.mobile-menu .mobile-menu__header .city-name {
  width: calc(100% - 60px);
}
.mobile-menu .portal__menu {
  overflow: hidden;
  border-radius: 0;
  display: block;
  padding: 0;
}
.mobile-menu .portal__menu.menu-p {
  padding-top: 0;
}
.mobile-menu .portal__menu .menu__separator {
  padding: 24px 24px 4px 20px;
}
.mobile-menu .portal__menu .sidebar__bottom {
  padding: 35px 0;
}

[data-bs-theme=light] .mobile-menu .mobile-menu__header .header__brand img.dark {
  display: none !important;
}

[data-bs-theme=dark] .mobile-menu .mobile-menu__header .header__brand img.light {
  display: none !important;
}

.info-msg-mega {
  padding: 0 !important;
  display: flex;
  overflow: hidden;
  border-radius: 10px;
}
.info-msg-mega .info-msg-mega__icon {
  min-width: 84px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.info-msg-mega .info-msg-mega__icon .icon {
  font-size: 34px;
}
.info-msg-mega .info-msg-mega__content {
  padding: 24px 34px;
}
.info-msg-mega.info {
  background: #EBF3FE;
  border: 1px solid #0b69cb;
}
.info-msg-mega.info .info-msg-mega__icon {
  background: #B7D5FC;
}
.info-msg-mega.info .info-msg-mega__icon .icon {
  color: #0b69cb;
}
.info-msg-mega.warning {
  background: #FFEAD1;
  border: 1px solid #F2880E;
}
.info-msg-mega.warning .info-msg-mega__icon {
  background: #FFBD7D;
}
.info-msg-mega.warning .info-msg-mega__icon .icon {
  color: #F2880E;
}
.info-msg-mega.failed {
  background: #FFECE8;
  border: 1px solid #BA0305;
}
.info-msg-mega.failed .info-msg-mega__icon {
  background: #FEBEB4;
}
.info-msg-mega.failed .info-msg-mega__icon .icon {
  color: #BA0305;
}

[data-bs-theme=light] .info-msg-mega .info-msg-mega__icon i,
[data-bs-theme=light] .info-msg-mega .info-msg-mega__content p.fs {
  color: #000;
}

[data-bs-theme=dark] .info-msg-mega .info-msg-mega__icon i,
[data-bs-theme=dark] .info-msg-mega .info-msg-mega__content p.fs {
  color: #000;
}

.checkmark-animated {
  display: inline-block;
  width: 80px;
  height: 80px;
}
.checkmark-animated .checkmark {
  width: 100%;
  height: 100%;
  stroke: var(--c-color-11);
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}
.checkmark-animated .checkmark-circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  animation: stroke-circle 0.6s ease-in-out forwards;
}
.checkmark-animated .checkmark-check {
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: stroke-check 0.4s 0.6s ease forwards;
}
@keyframes stroke-circle {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes stroke-check {
  100% {
    stroke-dashoffset: 0;
  }
}

.survey-end {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 8px 0 16px;
}
.survey-end .simply-section {
  display: block;
  width: 96px;
  padding: 10px 8px;
  background: var(--c-color-12);
  border-radius: 6px;
  margin: 0 4px;
  min-width: 50px;
}
.survey-end .simply-section .simply-amount,
.survey-end .simply-section .simply-word {
  color: var(--c-color-1);
  display: block;
}
.survey-end .simply-section .simply-amount {
  font-size: 17px;
  font-weight: 600;
}
.survey-end .simply-section .simply-word {
  font-size: 12px;
  font-weight: 400;
}

.portal-tabs {
  border-bottom: 1px solid var(--c-color-grey-6);
  margin: 24px 0;
}
.portal-tabs.flex {
  display: flex;
  justify-content: space-between;
}
.portal-tabs .dropdown ul.dropdown-menu {
  display: none;
}
.portal-tabs .dropdown ul.dropdown-menu.show {
  display: block;
}
.portal-tabs ul {
  list-style: none;
  display: flex;
  gap: 32px;
  padding: 0;
  margin: 0 !important;
}
.portal-tabs ul li {
  padding: 0 !important;
}
.portal-tabs ul li a {
  display: inline-block;
  padding: 15px 0;
  font-size: 16px;
  font-weight: 600;
  color: var(--c-color-12);
  text-decoration: none;
  border-bottom: 3px solid transparent;
  transition: border-color 0.2s ease;
}
.portal-tabs ul li.active a {
  border-bottom: 3px solid var(--c-color-11);
  color: var(--c-color-11);
}
.portal-tabs ul li a:hover {
  opacity: 0.87;
}

.flash-msg {
  border-radius: 6px;
  position: fixed;
  top: 50px;
  right: 50px;
  z-index: 107;
  padding: 15px 25px;
}
.flash-msg.success {
  display: flex;
  align-items: center;
  gap: 25px;
  background: #458A1D;
}
.flash-msg.failed {
  display: flex;
  align-items: center;
  gap: 25px;
  background: #BA0305;
}
.flash-msg.warning {
  display: flex;
  align-items: center;
  gap: 25px;
  background: #F2880E;
}
.flash-msg.info {
  display: flex;
  align-items: center;
  gap: 25px;
  background: #0b69cb;
}
.flash-msg .icon {
  color: #fff;
  font-size: 48px;
}
.flash-msg .content {
  flex: 1;
}
.flash-msg .progress-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  transition: width 5s linear;
}

[data-bs-theme=dark] .flash-msg .content .fs.fs-light {
  color: #fff;
}

.header__loading-bar {
  height: 3px;
  background-color: var(--c-color-9);
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: none;
  z-index: 9999999;
}
.header__loading-bar.visible {
  display: block;
}
.header__loading-bar .header__progress-bar {
  height: 100%;
  width: 10%;
  background-color: var(--c-color-4);
  animation: progressAnimation 1s linear infinite;
}

@keyframes progressAnimation {
  0% {
    margin-left: -20px;
  }
  100% {
    margin-left: 100%;
  }
}
.ajax-loading {
  min-height: 320px;
}

.cookie-consent-bar {
  background: var(--c-color-1);
  border-top: 1px solid var(--c-color-grey-6);
}

/* responsive */
@media (max-width: 1500px) {
  .row.row-custom-col .col-xl-4 {
    flex: 0 0 auto;
    width: 50%;
  }
}
@media (max-width: 1400px) {
  .portal__wrap .portal__menu {
    padding: 60px 16px 0 0;
    flex: 0 0 320px;
  }
}
@media (max-width: 992px) {
  .portal__wrap {
    display: block;
    min-height: unset;
    border-radius: 20px 20px 0 0;
    overflow: hidden;
  }
  .portal__wrap.zIndexFix {
    background: transparent;
    overflow: unset;
  }
  .portal__wrap.zIndexFix .portal__content {
    background: transparent;
  }
  .portal__wrap .portal__menu {
    flex: unset;
    padding-right: 0;
    display: none;
  }
  .portal__wrap .portal__content {
    flex: unset;
  }
  .separator-75 {
    padding: 50px 0;
  }
  .separator-35 {
    padding: 30px 0;
  }
  [data-bs-theme=dark] body:not(.login) {
    background: var(--c-color-1);
    background: linear-gradient(90deg, var(--c-color-9) 0%, var(--c-color-10) 100%);
  }
  [data-bs-theme=dark] body.login {
    background-color: var(--c-color-1);
  }
}
@media (max-width: 768px) {
  .separator-75 {
    padding: 30px 0;
  }
  .row.row-custom-col .col-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .dropdown-menu {
    transform: none !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    top: unset !important;
    position: fixed !important;
    border-radius: 0 !important;
    box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.1);
    border-top: 1px solid var(--c-color-6) !important;
  }
  .flash-msg {
    left: 16px;
    right: 16px;
    top: unset;
    bottom: 108px;
    z-index: 999;
  }
}
@media (max-width: 576px) {
  .bottom_menu_bar .nav-link {
    font-size: 12px;
  }
  .info-msg-mega .info-msg-mega__icon {
    min-width: 40px;
  }
  .info-msg-mega .info-msg-mega__content {
    padding: 10px 10px;
  }
}
.fs {
  font-weight: 400;
}
.fs.fs-sm {
  font-size: 13px;
  margin-bottom: 16px;
}
.fs.fs-normal {
  font-size: 15px;
  margin-bottom: 16px;
}
.fs.fs-xl {
  font-size: 18px;
  margin-bottom: 16px;
}
.fs.fs-medium {
  font-weight: 600;
}
.fs.fs-light {
  color: #fff;
}
.fs.fs-icon-check {
  display: flex;
  align-items: baseline;
  gap: 10px;
}
.fs.fs-icon-check i {
  color: var(--c-color-11);
}
.fs strong.primary {
  color: var(--c-color-11);
}

.title {
  font-weight: 600;
}
.title.title-1 {
  font-size: 80px;
  margin-bottom: 24px;
}
.title.title-1b {
  font-size: 54px;
  margin-bottom: 16px;
}
.title.title-2 {
  font-size: 30px;
  margin-bottom: 16px;
}
.title.title-3 {
  font-size: 24px;
  margin-bottom: 16px;
}
.title.title-4 {
  font-size: 20px;
  margin-bottom: 16px;
}
.title.title-normal {
  font-weight: 400;
}
.title.title-primary {
  color: var(--c-color-11);
}
.title.title-bg {
  background: var(--c-color-3);
  display: block;
  padding: 12px 15px;
  border-radius: 10px;
}

[data-bs-theme=light] .title.title-light {
  color: var(--c-color-1);
}
[data-bs-theme=light] .fs.fs-light {
  color: var(--c-color-1);
}

[data-bs-theme=dark] .title.title-light:not(.no) {
  color: var(--c-color-2);
}
[data-bs-theme=dark] .fs.fs-light:not(.no) {
  color: var(--c-color-2);
}

.contentBase h3 {
  font-weight: 600;
  padding: 0;
  font-size: 20px;
  margin-bottom: 16px;
  margin-top: 32px;
}
.contentBase p {
  font-size: 16px;
  margin-bottom: 16px;
  margin-left: 0 !important;
}
.contentBase ul,
.contentBase ol {
  font-size: 16px;
  margin-bottom: 16px;
}
.contentBase ul li,
.contentBase ol li {
  padding: 3px 0;
}
.contentBase ul li p,
.contentBase ol li p {
  margin-bottom: 0;
}
.contentBase table {
  margin-bottom: 32px;
  font-size: 16px;
}
.contentBase table tr td {
  color: var(--c-color-12);
  padding: 14px 10px;
  border: 1px solid var(--c-color-grey-6);
}
.contentBase a {
  text-decoration: underline;
  color: var(--c-color-11);
}

@media (max-width: 1400px) {
  .title.title-1 {
    font-size: 60px;
  }
  .title.title-1b {
    font-size: 40px;
  }
}
@media (max-width: 992px) {
  .title.title-1 {
    font-size: 40px;
  }
  .title.title-1b {
    font-size: 24px;
  }
  .title.title-2 {
    font-size: 24px;
  }
  .title.title-3 {
    font-size: 20px;
  }
  .title.title-4 {
    font-size: 18px;
  }
  .fs.fs-sm {
    font-size: 12px;
  }
  .fs.fs-normal {
    font-size: 14px;
  }
  .fs.fs-xl {
    font-size: 16px;
  }
  .contentBase p {
    font-size: 14px;
  }
  .contentBase ul,
  .contentBase ol {
    font-size: 14px;
  }
  .contentBase table {
    margin-bottom: 32px;
    font-size: 14px;
  }
  .contentBase table tr td {
    padding: 7px 5px;
  }
}
@media (max-width: 768px) {
  .fs.fs-xl {
    font-size: 14px;
  }
}
.btn {
  border-radius: 50px;
  text-decoration: none !important;
  text-wrap: nowrap;
}
.btn.btn-primary {
  background: var(--c-color-9);
  box-shadow: none;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 12px 24px 13px;
  border: none;
}
.btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus {
  background: var(--c-color-10);
}
.btn.btn-primary i {
  font-size: 14px;
  position: relative;
  top: -1px;
}
.btn.btn-primary i.icor {
  margin-left: 9px;
}
.btn.btn-primary i.icol {
  margin-right: 9px;
}
.btn.btn-primary.btn-xl {
  padding: 17px 30px 16px;
}
.btn.btn-primary.btn-extra {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 10px;
  padding: 21px 24px 22px;
}
.btn.btn-primary.btn-extra img {
  height: 32px;
}
.btn.btn-primary.btn-extra .main {
  font-size: 18px;
  margin-bottom: 4px;
}
.btn.btn-primary.btn-extra .desc {
  font-size: 13px;
  font-weight: 400;
}
.btn.btn-primary.btn-extra i {
  color: var(--c-color-2);
}
.btn.btn-secondary {
  background: transparent;
  border: 1px solid var(--c-color-6);
  color: var(--c-color-12);
  font-size: 16px;
  font-weight: 600;
  padding: 12px 24px 13px;
}
.btn.btn-secondary:hover, .btn.btn-secondary:active, .btn.btn-secondary:focus {
  color: var(--c-color-10);
}
.btn.btn-icon {
  border-radius: 24px;
}
.btn.btn-icon span {
  display: block;
}
.header .btn.btn-icon {
  color: var(--c-color-1);
}
.header .btn.btn-icon:hover, .header .btn.btn-icon:active, .header .btn.btn-icon:focus {
  background: var(--c-color-10);
}
.btn.btn-sm {
  padding: 6px 14px 5px;
  font-size: 13px;
}

[data-bs-theme=light] .dropdown-toggle::after {
  background-image: url("../svg/arrow-down-black.svg");
}

[data-bs-theme=dark] .dropdown-toggle::after {
  background-image: url("../svg/arrow-down.svg");
}

.dropdown-toggle:after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 8px;
  margin-left: 12px;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  transform: rotate(0deg);
  border: none;
}

.dropdown-toggle.show:after {
  transform: rotate(180deg);
}

.dropdown .dropdown-menu {
  border-radius: 10px;
  overflow: hidden;
}
.dropdown .dropdown-menu li .dropdown-item {
  padding: 10px 15px;
  display: flex;
  align-items: center;
  gap: 16px;
  color: var(--c-color-12);
}
.dropdown .dropdown-menu li .dropdown-item div span {
  display: block;
}
.dropdown .dropdown-menu li .dropdown-item .name {
  font-size: 14px;
}
.dropdown .dropdown-menu li .dropdown-item .desc {
  font-size: 11px;
  font-weight: 400;
}
.dropdown .dropdown-menu li .dropdown-item i {
  font-size: 24px;
}

@media (max-width: 576px) {
  .btn.btn-primary {
    padding: 9px 16px 10px;
    font-size: 14px;
  }
  .btn.btn-primary.btn-extra {
    padding: 16px 15px 17px 5px;
    text-wrap: auto;
  }
  .btn.btn-primary.btn-extra .main {
    font-size: 15px;
  }
  .btn.btn-primary.btn-extra .desc {
    font-size: 11px;
  }
  .btn.btn-primary.btn-extra i {
    margin-left: 10px;
  }
  .btn.btn-secondary {
    padding: 9px 16px 10px;
    font-size: 14px;
  }
}
.form-control,
.form-select {
  padding: 9px 12px 7px;
  font-size: 15px;
  border: 1px solid var(--c-color-6);
  color: var(--c-color-grey-12);
}
.form-control.form-control-lg, .form-control.form-select-lg,
.form-select.form-control-lg,
.form-select.form-select-lg {
  padding: 12px 12px 11px;
  font-size: 17px;
}

.form-label {
  font-weight: 600;
  color: var(--c-color-12);
  font-size: 15px;
  margin-bottom: 4px;
}

/* responsive */
@media (max-width: 768px) {
  .form-control,
  .form-select {
    font-size: 13px;
  }
  .form-control.form-control-lg, .form-control.form-select-lg,
  .form-select.form-control-lg,
  .form-select.form-select-lg {
    padding: 9px 12px 7px;
    font-size: 13px;
  }
  .form-label,
  .form-check-label {
    font-size: 13px;
    margin-bottom: 3px;
  }
}
[data-bs-theme=light] .header {
  background: var(--c-color-11);
  background: linear-gradient(90deg, var(--c-color-11) 0%, var(--c-color-12) 100%);
}

[data-bs-theme=dark] .header {
  background: var(--c-color-1);
  background: linear-gradient(90deg, var(--c-color-9) 0%, var(--c-color-10) 100%);
}
[data-bs-theme=dark] .header .header__city .city-name {
  color: var(--c-color-grey-12);
}
[data-bs-theme=dark] .header .header__content .header__content__wrap .header__brand .dark {
  display: none;
}
[data-bs-theme=dark] .header .header__content .header__content__wrap .header__brand .light {
  display: block !important;
}
[data-bs-theme=dark] .header .header__user .btn.btn-icon {
  color: var(--c-color-grey-12);
}
[data-bs-theme=dark] .header .header__user .btn.btn-icon:hover, [data-bs-theme=dark] .header .header__user .btn.btn-icon:active, [data-bs-theme=dark] .header .header__user .btn.btn-icon:focus {
  background: var(--c-color-9);
}

.header {
  position: relative;
  display: flex;
  box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.1);
  min-height: 76px;
  max-height: 76px;
  z-index: 105;
}
.header.login {
  min-height: unset;
  max-height: unset;
  padding: 24px 16px 60px;
}
.header.login .header__city {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border-right: 0;
}
.header.login .header__city div {
  flex: 1;
}
.header.login .header__city .city-logo {
  position: relative;
  top: unset;
  left: unset;
  display: block;
  margin: 0 auto 24px;
}
.header.login .header__city .city-name {
  padding: 0;
  height: unset;
}
.header.login .header__city .city-name .city-name-wrap {
  max-width: 260px;
}
.header.login .header__city .header__brand {
  padding: 0;
}
.header.login .header__city .header__brand img {
  height: 44px;
}
.header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
.header.fixed .header__city .city-name {
  padding: 10px 10px 10px 92px;
}
.header.fixed .header__city .city-logo {
  top: 0;
  left: 0;
  width: 76px;
  height: 76px;
  border-radius: 0;
}
.header .header__city {
  flex: 0 0 394px;
  border-right: 1px solid var(--c-color-8);
}
.header .header__city .city-logo {
  position: absolute;
  top: 20px;
  left: 20px;
  display: block;
  width: 140px;
  height: 140px;
  border-radius: 20px;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  background: #fff;
  border: 1px solid var(--c-color-grey-6);
}
.header .header__city .city-logo img {
  width: 100%;
}
.header .header__city .city-name {
  font-size: 16px;
  font-weight: 600;
  color: var(--c-color-2);
  padding: 10px 10px 10px 180px;
  display: flex;
  align-items: center;
  height: 100%;
}
.header .header__content {
  flex: 1;
  min-width: 0;
  padding: 10px 16px;
  display: flex;
}
.header .header__content .header__content__wrap {
  display: flex;
  align-items: center;
  flex: 1;
  height: 100%;
  margin-right: 16px;
}
.header .header__content .header__content__wrap .header__brand {
  display: block;
  margin-right: 16px;
  max-width: 100%;
}
.header .header__content .header__content__wrap .header__brand img {
  height: 44px;
}
.header .header__content .header__content__wrap .search-section.hp .input {
  display: none;
}
.header .header__content .header__content__wrap .search-section.hp.scrolled .input {
  display: flex;
}
.header .header__content .header__user {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
}

.search-section {
  align-items: center;
  flex-grow: 1;
  height: 100%;
}
.search-section .input {
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}
.search-section .input form {
  width: 100%;
  display: flex;
  position: relative;
}
.search-section .input form .header__input {
  background: var(--c-color-1);
  width: 100%;
  flex-grow: 1;
  padding: 5px 120px 5px 44px;
  border-radius: 50px;
  font-size: 18px;
  font-weight: 400;
  border: 0;
  height: 100%;
}
.search-section .input form .search-icon {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  color: var(--c-color-5);
}
.search-section .input form .search-reset {
  position: absolute;
  right: 120px;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  font-size: 16px;
  color: var(--c-color-a10);
  display: block;
  text-decoration: none;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  padding: 6px 9px;
}
.search-section .input form .submit {
  position: absolute;
  right: 4px;
  top: 50%;
  transform: translateY(-50%);
}

.custom-breadcrumb {
  background: transparent;
  margin: 0;
  padding: 0;
  font-size: 15px;
  border-radius: 0;
  font-weight: 600;
  border-bottom: 1px solid var(--c-color-grey-6);
  box-shadow: none;
}
.custom-breadcrumb.darker {
  background: var(--c-color-12);
}
.custom-breadcrumb.darker .breadcrumb-item.active a {
  color: var(--c-color-1);
}
.custom-breadcrumb.darker .breadcrumb-item.active a i {
  color: var(--c-color-1);
}
.custom-breadcrumb.bb-0 {
  border-bottom: 1px solid var(--c-color-10);
}
.custom-breadcrumb .breadcrumb-item {
  display: flex;
  align-items: center;
  padding: 20px 0 16px 16px;
}
.custom-breadcrumb .breadcrumb-item.active a {
  color: var(--c-color-12);
  text-decoration: none;
}
.custom-breadcrumb .breadcrumb-item.active a i {
  color: var(--c-color-12);
  margin-left: 10px;
  font-size: 12px;
  position: relative;
  top: -1px;
}
.custom-breadcrumb .breadcrumb-item.active.back i {
  margin-left: 0;
  margin-right: 10px;
}
.custom-breadcrumb .breadcrumb-item.disabled {
  color: var(--c-color-grey-6);
  pointer-events: none;
}
.custom-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: none;
}

/* responsive */
@media (max-width: 1400px) {
  .header .header__city {
    flex: 0 0 320px;
  }
  .header .header__city .city-logo {
    width: 108px;
    height: 108px;
    top: 16px;
    left: 16px;
  }
  .header .header__city .city-name {
    padding: 10px 10px 10px 140px;
    font-size: 14px;
  }
}
@media (max-width: 992px) {
  [data-bs-theme=light] .header:not(.login) {
    background: #fff;
  }
  [data-bs-theme=light] .header:not(.login) .header__content.scrolled {
    background: var(--c-color-11);
    background: linear-gradient(90deg, var(--c-color-11) 0%, var(--c-color-12) 100%);
  }
  [data-bs-theme=dark] .header:not(.login) {
    background: var(--c-color-10);
  }
  [data-bs-theme=dark] .header:not(.login).fixed .header__city .city-logo {
    top: 4px;
    left: 12px;
    width: 47px;
    height: 47px;
    border-radius: 6px;
    padding: 4px;
  }
  .header {
    min-height: 54px;
    max-height: 54px;
  }
  .header .header__city {
    border-right: 0;
    flex: 0 0 170px;
  }
  .header .header__city .city-name {
    display: none;
  }
  .header .header__city .city-logo {
    top: 6px;
  }
  .header .header__content {
    border-radius: 30px 0 0 30px;
    padding: 6px 7px;
  }
  .header .header__content.scrolled .search-section {
    display: block;
  }
  .header .header__content.scrolled .header__brand {
    display: none;
  }
  .header .header__content .header__content__wrap {
    justify-content: flex-end;
    margin-right: 15px;
  }
  .header .header__content .header__content__wrap .header__brand {
    margin-right: 0;
  }
  .header .header__content .header__content__wrap .header__brand img {
    height: 36px;
  }
  .header .search-section {
    display: none;
  }
  .header .search-section .input form .header__input {
    padding: 5px 15px 5px 44px;
    font-size: 15px;
  }
  .header.fixed .header__city {
    flex: 0 0 100px;
  }
  .header.fixed .header__city .city-logo {
    top: 0;
    left: 15px;
    width: 54px;
    height: 54px;
    box-shadow: none;
    border: 0;
    border-radius: 0;
    padding: 0;
  }
  .breadcrumb-nav {
    position: fixed;
    bottom: 96px;
    left: 0;
    right: 0;
    z-index: 105;
    transition: transform 0.3s ease, opacity 0.3s ease;
    display: none;
  }
  .breadcrumb-nav.show-on-scroll-up {
    display: block;
  }
  .custom-breadcrumb {
    border-bottom: 0;
    border-top: 1px solid var(--c-color-grey-6);
    font-size: 13px;
    background: var(--c-color-grey-1);
  }
  .custom-breadcrumb .breadcrumb-item {
    padding: 9px 0 9px 8px;
  }
  .custom-breadcrumb .breadcrumb-item.active a i {
    margin-left: 5px;
  }
}
@media (max-width: 768px) {
  .custom-breadcrumb {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  .custom-breadcrumb .breadcrumb-item {
    flex-shrink: 0;
  }
}
.portal__menu {
  padding: 100px 0 0 0;
  position: relative;
}
.portal__menu.menu-p {
  padding-top: 176px;
}
.portal__menu li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--c-color-4);
}
.portal__menu li.active {
  border-bottom: 0;
}
.portal__menu li.active .menu__item {
  color: var(--c-color-11);
}
.portal__menu li.active .menu__item:before {
  content: " ";
  display: block;
  width: 20px;
  height: 20px;
  background: var(--c-color-11);
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
}
.portal__menu .menu__item {
  display: flex;
  flex: 1;
  align-items: center;
  padding: 24px 24px 24px 32px;
  font-size: 16px;
  font-weight: 600;
  color: var(--c-color-12);
  background: transparent;
  text-decoration: none;
  position: relative;
}
.portal__menu .menu__item:hover {
  background: var(--c-color-3);
  color: var(--c-color-11);
}
.portal__menu .menu__item .tooltip {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 101;
  display: none;
}
.portal__menu .menu__item .item-icon {
  font-size: 20px;
  margin-right: 16px;
  position: relative;
  top: 0px;
}
.portal__menu .menu__item.expandable {
  border-bottom: 0;
}
.portal__menu .menu__drop {
  padding: 24px 12px;
}
.portal__menu .menu__drop:hover {
  background: var(--c-color-3);
}
.portal__menu .menu__drop.rotated .arrow-icon {
  transform: rotate(0deg);
  transition: transform 0.2s ease;
}
.portal__menu .arrow-icon {
  margin-left: auto;
  transition: transform 0.2s ease;
  transform: rotate(180deg);
  color: var(--c-color-12);
}
.portal__menu .menu__separator {
  padding: 24px 24px 0 32px;
  font-size: 13px;
  font-weight: 600;
  color: var(--c-color-11);
}
.portal__menu .submenu {
  width: 100%;
  padding-left: 42px;
  border-bottom: 1px solid var(--c-color-4);
  display: none;
  flex-direction: column;
  gap: 16px;
  padding-bottom: 24px;
  position: relative;
}
.portal__menu .submenu:before {
  content: " ";
  display: block;
  width: 1px;
  background: var(--c-color-6);
  position: absolute;
  left: 41px;
  top: 0;
  bottom: 35px;
}
.portal__menu .submenu .nav-link {
  font-size: 16px;
  font-weight: 600;
  color: var(--c-color-12);
  text-decoration: none;
  padding: 10px 10px 10px 27px;
  position: relative;
  display: block;
  position: relative;
}
.portal__menu .submenu .nav-link:before {
  content: " ";
  display: block;
  width: 13px;
  height: 1px;
  background: var(--c-color-6);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.portal__menu .submenu .nav-link.active, .portal__menu .submenu .nav-link:hover {
  color: var(--c-color-11);
}
.portal__menu .sidebar__bottom {
  position: relative;
  text-align: center;
  padding: 35px 0 16px;
  width: calc(100% + 80px);
}

.sidebarItems {
  display: flex;
  align-items: stretch;
}
.sidebarItems .sidebarItems__scroll {
  position: relative;
  width: 100%;
  height: auto;
  overflow-x: hidden;
  overflow-anchor: none;
  touch-action: auto;
  flex: 0 0 320px;
  padding: 16px;
}
.sidebarItems .sidebarItems__content {
  flex: 1;
  min-width: 0;
}

@media (max-width: 1600px) {
  .sidebarItems {
    display: block;
  }
  .sidebarItems .sidebarItems__scroll {
    display: none;
  }
}
@media (max-width: 1400px) {
  .portal__menu .sidebar__bottom {
    width: calc(100% + 16px);
  }
  .portal__menu .menu__drop {
    padding: 16px 12px;
  }
  .portal__menu .menu__item {
    padding: 16px 24px 16px 20px;
    font-size: 15px;
  }
  .portal__menu li.active .menu__item:before {
    width: 14px;
    height: 14px;
  }
  .portal__menu .submenu:before {
    left: 29px;
    bottom: 42px;
  }
  .portal__menu .submenu {
    padding-left: 30px;
  }
  .portal__menu .submenu .nav-link {
    padding: 7px 10px 7px 27px;
    font-size: 14px;
  }
  .portal__menu .menu__separator {
    padding: 24px 24px 0 20px;
  }
}
[data-bs-theme=light] .cover:before {
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, var(--c-color-12) 100%);
}

[data-bs-theme=dark] .cover:before {
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, var(--c-color-grey-1) 100%);
}

.cover {
  background-color: #000;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-bottom: 50px;
  position: relative;
  padding-top: 140px;
}
.cover .container {
  position: relative;
  z-index: 3;
}
.cover:before {
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  height: 120px;
  content: " ";
  display: block;
  z-index: 1;
}
.cover:after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.54);
  z-index: 0;
}
.cover .search-section {
  height: unset;
  margin-bottom: 60px;
}
.cover .search-section .input form .header__input {
  padding: 17px 120px 16px 44px;
}
.cover .workauround {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--c-color-1);
  display: block;
  height: 50px;
  z-index: 1;
  display: none;
}

.swiper-container__wrapper {
  position: relative;
}
.swiper-container__wrapper .swiper-container {
  height: 100%;
  overflow: hidden;
}
.swiper-container__wrapper .swiper-content {
  height: 100% !important;
}
.swiper-container__wrapper .swiper {
  height: 100%;
}
.swiper-container__wrapper .swiper-wrapper {
  height: 100%;
}
.swiper-container__wrapper .swiper-slide {
  height: auto !important;
  display: flex;
}
.swiper-container__wrapper .swiper-nav-wrap {
  display: block;
  width: 56px;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.swiper-container__wrapper .swiper-nav-wrap.next {
  right: 0;
  transform: rotate(180deg);
}
.swiper-container__wrapper .swiper-nav-wrap.next .swiper-button-next {
  transform: rotate(180deg);
}
.swiper-container__wrapper .swiper-nav-wrap.prev {
  left: 0;
}
.swiper-container__wrapper .swiper-button-nav {
  width: 56px;
  height: 56px;
  opacity: 0.9;
  border-radius: 50%;
  background: var(--c-color-11);
  color: var(--c-color-1);
  top: 50%;
  transform: translateY(-50%);
}
.swiper-container__wrapper .swiper-button-nav.swiper-button-next {
  right: 74px;
}
.swiper-container__wrapper .swiper-button-nav.swiper-button-prev {
  right: 50px;
}
.swiper-container__wrapper .swiper-button-nav:after {
  font-size: 18px;
}
.swiper-container__wrapper .swiper-button-nav.swiper-button-disabled {
  display: none;
}

.sidebarItems .sidebarItems__scroll {
  border-right: 1px solid var(--c-color-grey-6);
}
.sidebarItems .sidebarItems__scroll .tile {
  height: unset;
  margin-bottom: 10px;
  padding: 12px 12px;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
  gap: 16px;
}
.sidebarItems .sidebarItems__scroll .tile.flex {
  flex-direction: row;
  gap: 16px;
}
.sidebarItems .sidebarItems__scroll .tile .tile-top {
  padding: 0;
  display: flex;
  gap: 16px;
  align-items: center;
}
.sidebarItems .sidebarItems__scroll .tile .tile-top .fs {
  flex: 1;
}
.sidebarItems .sidebarItems__scroll .tile .tile-icon {
  margin-bottom: 0;
  width: 48px;
  height: 48px;
}
.sidebarItems .sidebarItems__scroll .tile .tile-icon i {
  font-size: 21px;
}

.tile {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.tile {
  position: relative;
  background: var(--c-color-1);
  border-radius: 10px;
  padding: 20px 15px;
  color: var(--c-color-12);
  text-decoration: none;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
  width: 100%;
  border: 1px solid var(--c-color-6);
}
.tile.active {
  border: 1px solid var(--c-color-12);
  cursor: default;
}
.tile.active .tile-icon {
  overflow: unset;
}
.tile.active .tile-icon i {
  color: var(--c-color-11);
  transform: rotate(-4deg) scale(1.65);
  top: 0;
}
.tile.active .tile-bottom i {
  display: none;
}
.tile.flex {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.tile.tile-flex-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  gap: 20px;
}
.tile .tile-left {
  padding: 0 24px;
}
.tile .tile-left.flex {
  display: flex;
  align-items: center;
  gap: 34px;
}
.tile .tile-right {
  max-width: 320px;
  padding: 0 24px;
}
.tile.voted .survey-icon {
  opacity: 1;
}
.tile .survey-icon {
  opacity: 0.1;
  color: var(--c-color-12);
  font-size: 92px;
}
.tile .ribbon {
  position: absolute;
  top: 16px;
  left: -40px;
  transform: rotate(-45deg);
  z-index: 10;
  text-transform: uppercase;
  pointer-events: none;
  background: var(--c-color-12);
  color: var(--c-color-1);
  font-size: 10px;
  font-weight: 600;
  padding: 6px 8px 5px;
  margin-bottom: 16px;
  display: inline-block;
}
.tile:hover {
  color: var(--c-color-11);
}
.tile:hover .tile-icon {
  overflow: unset;
}
.tile:hover .tile-icon i {
  color: var(--c-color-11);
  transform: rotate(-4deg) scale(1.65);
  top: 0;
}
.tile:hover .tile-bottom i {
  color: var(--c-color-11);
}
.tile .tile-icon {
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--c-color-3);
  margin-bottom: 16px;
  overflow: hidden;
  position: relative;
}
.tile .tile-icon i {
  font-size: 32px;
  color: var(--c-color-7);
  transform: rotate(0deg) scale(1.5);
  transition: transform 0.3s ease;
  position: relative;
  top: 0px;
}
.tile .tile-top {
  padding: 0 0 16px 0;
}
.tile .tile-top .fs {
  margin-bottom: 0;
  line-height: 1.5;
}
.tile .tile-top .fs.fs-sm {
  opacity: 0.84;
}
.tile .tile-bottom i {
  font-size: 16px;
  color: var(--c-color-12);
}
.tile .tile-bottom.nowrap {
  text-wrap: nowrap;
  overflow-x: auto;
}
.tile .tile-bottom.nowrap i {
  font-size: 14px;
  margin-right: 5px;
  color: var(--c-color-12);
}
.tile.tile-square {
  aspect-ratio: 1/1;
}
.tile .tile-meta {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 12px;
}
.tile .tile-meta .tile-meta__itm {
  flex: 1;
}
.tile .tile-meta .tile-meta__itm.border {
  border: 1px solid var(--c-color-grey-6);
  padding: 6px;
  border-radius: 6px;
}
.tile .status {
  background: var(--c-color-3);
  color: var(--c-color-12);
  font-size: 12px;
  padding: 6px 8px 5px;
  font-weight: 600;
  display: inline-block;
  border-radius: 6px;
}
.tile .status i {
  margin-right: 6px;
}
.tile .tile-id {
  letter-spacing: 0.1px;
  text-transform: uppercase;
  padding: 12px 0 0;
  opacity: 0.54;
}

.video-col {
  position: relative;
}
.video-col .videoItem {
  margin: 0 auto 0;
  position: relative;
  padding: 0;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.1);
}
.video-col .videoItem .videoItemContent {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  position: relative;
}
.video-col .videoItem .videoItemContent .videoItemLink {
  aspect-ratio: 4/4;
  position: relative;
  width: 100%;
}
.video-col .videoItem .cover {
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}
.video-col .videoItem .videoItemPreview {
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  object-fit: cover;
  opacity: 1;
  transition: opacity 0.3s ease;
  outline: none;
  clip-path: inset(1px 1px);
}
.video-col .btn.btn-sq {
  border-radius: 50%;
  background: var(--c-color-12);
  color: #fff;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  width: 48px;
  height: 48px;
  position: absolute;
  right: 15px;
  bottom: 15px;
}
.video-col .btn.btn-sq i {
  position: relative;
}

.custom-card {
  background: transparent;
  border: none;
  padding: 0;
  border-radius: 0;
  color: var(--c-color-12);
}
.custom-card.np .card-body {
  padding: 0;
}
.custom-card .item {
  padding: 16px 0;
  font-size: 12px;
  border-bottom: 1px solid var(--c-color-6);
}
.custom-card .status {
  background: var(--c-color-3);
  color: var(--c-color-12);
  font-size: 12px;
  padding: 6px 8px 5px;
  font-weight: 600;
  display: inline-block;
  border-radius: 6px;
}
.custom-card .status i {
  margin-right: 6px;
}

.contentBase {
  padding-left: 30px;
  padding-right: 30px;
}
.contentBase.cover-sm {
  background: var(--c-color-10);
}
.contentBase.bg__dark {
  background: var(--c-color-12);
}
.contentBase .tile {
  margin-bottom: 24px;
  height: calc(100% - 24px);
  text-decoration: none !important;
  color: var(--c-color-12);
}
.contentBase .tile .tile-top .fs.fs-normal {
  margin-bottom: 8px;
}
.contentBase .contentBaseFlex {
  display: flex;
  align-items: center;
  gap: 42px;
}
.contentBase .contentBaseFlex .contentBaseIconSection {
  border-radius: 50%;
  width: 110px;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--c-color-3);
  margin-bottom: 0;
  position: relative;
}
.contentBase .contentBaseFlex .contentBaseIconSection i {
  color: var(--c-color-11);
  font-size: 42px;
}
.contentBase .contentBaseFlex .sectionContent {
  flex: 1;
}
.contentBase .dropdown .dropdown-menu li a {
  text-decoration: none;
}

.form-steps {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 48px;
  text-align: center;
  color: var(--c-color-1);
  margin: 16px 0 32px;
}
.form-steps.md {
  margin: 8px 0 32px;
}
.form-steps.md .fa-arrow-right {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.form-steps.md .form-step {
  padding-right: 50px;
}
.form-steps.md .form-step:last-child {
  padding-right: 0;
}
.form-steps .form-step {
  position: relative;
  display: flex;
  align-items: center;
  text-align: left;
  gap: 16px;
}
.form-steps .form-step.now .step-circle {
  color: var(--c-color-12);
  background: var(--c-color-1);
}
.form-steps .form-step .step-circle {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: transparent;
  color: var(--c-color-1);
  border: 2px solid var(--c-color-1);
  font-weight: 600;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
}
.form-steps .form-step p {
  font-size: 15px;
  margin: 0;
}

.form-list-box {
  background: var(--c-color-1);
  border-radius: 20px;
  box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.1);
  padding: 16px 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
  color: var(--c-color-12);
  margin-bottom: 0;
}
.form-list-box .form-list-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 16px;
  gap: 20px;
}
.form-list-box .form-list-item .form-list-label-wrapper {
  display: flex;
  align-items: center;
  gap: 24px;
  font-size: 18px;
  font-weight: 600;
}
.form-list-box .form-list-item .form-list-label-wrapper i {
  font-size: 24px;
}
.contentBox.contentBoxMinus {
  margin-top: -64px;
}
.contentBox .contentBoxContent {
  border-radius: 20px;
  box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.1);
  border: 1px solid var(--c-color-6);
  padding: 30px;
  background: var(--c-color-1);
}
.contentBox .contentBoxContent.success .icon-status {
  font-size: 64px;
  color: var(--c-color-11);
  margin-bottom: 24px;
}
.contentBox .contentBoxContent .contentBoxContentHeader {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
  gap: 24px;
}
.contentBox .contentBoxContent .contentBoxContentHeader .service-title {
  flex: 1;
}
.contentBox .contentBoxContent .contentBoxContentHeader .service-icon {
  border-radius: 50%;
  width: 110px;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--c-color-3);
  margin-bottom: 0;
  position: relative;
}
.contentBox .contentBoxContent .contentBoxContentHeader .service-icon i {
  color: var(--c-color-11);
  font-size: 42px;
}
.contentBox .contentBoxContent .contentBoxContentBottom {
  border-top: 1px solid var(--c-color-6);
  padding-top: 35px;
  margin-top: 35px;
  margin-left: -30px;
  margin-right: -30px;
  padding-left: 15px;
  padding-right: 15px;
}
.contentBox .contentBoxContent .safety {
  border-bottom: 1px solid var(--c-color-6);
  padding: 16px 15px;
  margin-left: -30px;
  margin-right: -30px;
}
.contentBox .contentBoxContent .login-nia {
  display: flex;
  align-items: center;
  gap: 24px;
}
.contentBox .contentBoxContent .login-nia .primary {
  flex: 1;
}
.contentBox .contentBoxContent .login-nia img {
  height: 96px;
}

[data-bs-theme=light] .login-nia img.dark {
  display: none;
}

[data-bs-theme=dark] .login-nia img.light {
  display: none;
}

.login-sidebar {
  padding: 80px 0 0 0;
}

.pageButtons {
  padding-top: 24px;
}
.pageButtons .pages {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  padding-top: 16px;
}
.pageButtons .pages .nav {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  color: var(--c-color-11);
  background: var(--c-color-2);
  text-decoration: none;
  width: 36px;
  height: 36px;
  border: 2px solid var(--c-color-6);
  border-radius: 50%;
}
.pageButtons .pages .disabled {
  border: 2px solid var(--c-color-grey-6);
  background: var(--c-color-grey-2);
  color: var(--c-color-grey-11);
  cursor: default;
}

.payment-nav {
  background: var(--c-color-12);
  padding: 24px 0;
}

.payment-qr {
  position: relative;
  border-radius: 20px;
  padding: 24px;
  max-width: 320px;
  margin: 0 auto 24px;
  background: var(--c-color-11);
  overflow: hidden;
  z-index: 0;
}
.payment-qr:before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle at 30% 30%, var(--c-color-10), var(--c-color-1), var(--c-color-12));
  background-size: 100% 100%;
  animation: gradientMove 6s ease infinite;
  z-index: -1;
  filter: blur(40px);
  opacity: 0.6;
}
.payment-qr img {
  border-radius: 20px;
  background: var(--c-color-1);
  padding: 10px;
  margin-bottom: 24px;
  width: 100%;
}
.payment-qr i {
  font-size: 24px;
  color: var(--c-color-1);
}

@keyframes gradientMove {
  0% {
    transform: translate(0%, 0%) scale(1);
  }
  50% {
    transform: translate(25%, 25%) scale(1.05);
  }
  100% {
    transform: translate(0%, 0%) scale(1);
  }
}
[data-bs-theme=dark] .payment-qr i,
[data-bs-theme=dark] .payment-qr .fs.fs-light {
  color: var(--c-color-12);
}

.g-map .google-map-container {
  width: 100%;
  height: 420px;
}

.file-card {
  width: 100%;
  background: var(--c-color-2);
  border: 1px solid var(--c-color-6);
  position: relative;
  border-radius: 10px;
}
.file-card:hover {
  background: var(--c-color-3);
  border: 1px solid var(--c-color-10);
}
.file-card .file-header {
  padding: 10px 14px 7px;
  border-bottom: 1px solid var(--c-color-6);
}
.file-card .file-name {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.file-card .dropdown .btn {
  font-size: 16px;
  color: var(--c-color-12);
  padding: 8px;
  display: inline-block;
}
.file-card .dropdown .dropdown-menu .dropdown-item i {
  font-size: 14px;
}
.file-card .dropdown .dropdown-menu .dropdown-item-text i {
  margin-right: 16px;
  position: relative;
  top: 2px;
}
.file-card .file-icon-text {
  flex: 1 1 auto;
  min-width: 0;
}
.file-card .file-icon-text i {
  color: var(--c-color-10);
  font-size: 16px;
  position: relative;
  top: -1px;
  margin-right: 8px;
}
.file-card .file-preview {
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 0 0 10px 10px;
}
.file-card .file-preview a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.file-card .file-preview.no-preview i {
  font-size: 64px;
  color: var(--c-color-6);
}
.file-card .file-preview img {
  object-fit: cover;
  object-position: center;
  display: block;
}
.file-card .dropdown-menu {
  min-width: 200px;
}
.file-card .dropdown-menu .dropdown-item-text {
  padding: 0.5rem 1rem;
}
.file-card .dropdown-menu .dropdown-item {
  cursor: pointer;
}
.file-card .dropdown-menu .text-danger {
  font-weight: 500;
}

@media (max-width: 1800px) {
  .cover {
    padding: 100px 30px 50px 30px;
  }
}
@media (max-width: 1400px) {
  .form-steps {
    margin: 5px 0 24px;
  }
  .form-steps .form-step .step-circle {
    width: 32px;
    height: 32px;
    font-size: 16px;
  }
  .form-steps .form-step p {
    font-size: 14px;
  }
  .form-list-box {
    padding: 8px 0;
    gap: 0;
  }
  .form-list-box .form-list-item .form-list-label-wrapper {
    font-size: 16px;
    gap: 16px;
  }
  .form-list-box .form-list-item .form-list-label-wrapper i {
    font-size: 18px;
  }
  .file-card .file-header {
    padding: 7px 10px 4px;
  }
  .file-card .file-name {
    font-size: 13px;
  }
}
@media (max-width: 1300px) {
  .tile .survey-icon {
    font-size: 48px;
  }
  .tile .tile-left {
    padding: 0 16px;
  }
  .tile .tile-left.flex {
    gap: 24px;
  }
  .tile .tile-right {
    max-width: 260px;
    padding: 0 16px;
  }
  .tile .survey-end .simply-section .simply-amount {
    font-size: 13px;
  }
  .tile .survey-end .simply-section .simply-word {
    font-size: 11px;
  }
  .file-card .file-preview {
    height: 150px;
  }
}
@media (max-width: 1200px) {
  .swiper-container__wrapper .swiper-button-nav.swiper-button-next {
    right: 16px;
  }
  .swiper-container__wrapper .swiper-button-nav.swiper-button-prev {
    left: -16px;
  }
  .form-steps {
    gap: 12px;
  }
  .form-steps .form-step {
    text-align: center;
    flex-direction: column;
    flex: 1;
    gap: 8px;
  }
  .form-steps .form-step .step-circle {
    width: 26px;
    height: 26px;
    font-size: 14px;
  }
  .form-steps .form-step p {
    font-size: 12px;
  }
  .contentBase {
    padding-left: 10px;
    padding-right: 10px;
  }
  .tile .ribbon {
    position: relative;
    top: unset;
    left: unset;
    transform: unset;
  }
  .tile .survey-icon {
    font-size: 38px;
  }
  .tile .tile-right {
    max-width: 190px;
  }
  .tile .survey-end .simply-section {
    width: unset;
    min-width: 44px;
    padding: 9px 4px;
    margin: 0px 2px;
  }
  .tile .survey-end .simply-section .simply-amount {
    font-size: 12px;
  }
  .tile .survey-end .simply-section .simply-word {
    font-size: 10px;
  }
  .login-sidebar {
    padding: 35px 0 0 0;
  }
}
@media (max-width: 992px) {
  .cover .search-section {
    margin-bottom: 35px;
  }
  .search-section .input form .search-reset {
    display: none;
  }
  .search-section .input form .submit {
    display: none;
  }
  .swiper-container__wrapper .swiper-button-nav {
    width: 42px;
    height: 42px;
  }
  .swiper-container__wrapper .swiper-button-nav.swiper-button-prev {
    left: -3px;
  }
  .custom-card .item .fs {
    padding: 0;
  }
  .contentBase.tp {
    padding: 86px 0 30px 0;
  }
  .contentBase .tile {
    margin-bottom: 10px;
    height: calc(100% - 10px);
  }
  .contentBase [class^=col-]:not(.col-12) {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (max-width: 768px) {
  .cover {
    padding: 100px 0px 20px 0px;
  }
  .cover .workauround {
    display: block;
  }
  .contentBase .contentBaseFlex {
    gap: 20px;
  }
  .contentBase .contentBaseFlex .contentBaseIconSection {
    order: 2;
    width: 64px;
    height: 64px;
    display: none;
  }
  .contentBase .contentBaseFlex .contentBaseIconSection i {
    font-size: 24px;
  }
  .contentBase .contentBaseFlex .sectionContent {
    order: 1;
  }
  .form-list-box {
    padding: 20px 0 0;
    gap: 0;
    flex-direction: column;
  }
  .form-list-box .form-list-item {
    align-items: normal;
    padding: 0px 20px 24px;
    gap: 16px;
    flex-direction: column;
    border-bottom: 1px solid var(--c-color-6);
    margin-bottom: 24px;
  }
  .form-list-box .form-list-item:last-child {
    margin-bottom: 0;
    border-bottom: none;
  }
  .contentBox .contentBoxContent {
    padding: 50px 16px 30px;
  }
  .contentBox .contentBoxContent .contentBoxContentBottom {
    margin-right: -16px;
    margin-left: -16px;
  }
  .custom-card label {
    margin-bottom: 4px;
  }
  .tile.tile-flex-row {
    display: block;
  }
  .tile .survey-icon {
    font-size: 24px;
  }
  .tile .tile-left {
    padding: 0;
  }
  .tile .tile-left.flex {
    gap: 16px;
  }
  .tile .tile-right {
    max-width: unset;
    margin: 24px 0 0 0;
  }
  .pageButtons {
    padding-top: 16px;
  }
  .form-steps.md .form-step {
    padding-right: 18px;
  }
  .contentBox .contentBoxContent .contentBoxContentHeader {
    display: block;
    margin-bottom: 24px;
    gap: 0;
    text-align: center;
  }
  .contentBox .contentBoxContent .contentBoxContentHeader .service-icon {
    width: 64px;
    height: 64px;
    margin: 0 auto 16px;
  }
  .contentBox .contentBoxContent .contentBoxContentHeader .service-icon i {
    font-size: 24px;
  }
  .file-card .file-name {
    font-size: 12px;
  }
  .file-card .file-icon-text i {
    font-size: 12px;
    top: 0px;
  }
  .file-card .file-header {
    padding: 4px 10px 0px;
  }
  .file-card .file-preview {
    height: 90px;
  }
  .file-card .file-preview.no-preview i {
    font-size: 36px;
  }
}
@media (max-width: 576px) {
  .contentBase {
    padding-left: 10px;
    padding-right: 10px;
  }
  .form-list-box .form-list-item .form-list-label-wrapper {
    font-size: 14px;
  }
  .form-steps {
    gap: 8px;
  }
  .contentBox .contentBoxContent .login-nia {
    display: block;
    text-align: center;
  }
  .contentBox .contentBoxContent .safety.fs.fs-normal {
    font-size: 11px;
  }
}
@media (max-width: 400px) {
  .form-steps.md .form-step p {
    display: none;
  }
}
.modal .modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.modal .btn-close {
  width: 36px;
  height: 36px;
  text-align: center;
  background: var(--c-color-12);
  color: var(--c-color-1);
  border-radius: 50%;
  opacity: 1;
}

/* responsive */
.footer {
  padding: 50px 0;
  border-top: 1px solid var(--c-color-grey-6);
}
.footer .city-logo {
  width: 76px;
  height: 76px;
  border-radius: 20px;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  background: #fff;
  border: 1px solid var(--c-color-grey-6);
  margin-bottom: 16px;
}
.footer .city-logo img {
  width: 100%;
}
.footer .copy {
  border-top: 1px solid var(--c-color-grey-6);
  padding-top: 16px;
  margin-top: 35px;
}

/* responsive */
@media (max-width: 1200px) {
  .footer {
    padding: 30px 0 140px;
  }
  .footer .copy {
    border: 0;
    margin-top: 16px;
  }
  .footer .city-logo {
    margin: 0 auto 16px;
  }
  .footer .link {
    display: block;
    padding: 14px 0;
    border-bottom: 1px solid var(--c-color-grey-6);
    text-decoration: none;
  }
  .footer .link-wrap .link:last-child {
    margin-bottom: 30px;
  }
  .footer span {
    display: none;
  }
}

/*# sourceMappingURL=style.css.map */

