body,
html {
  background: white;
  min-height: 100vh;
}
li {
  margin: 10px;
}
.hero.is-primary {
  background-color: transparent;
}
.hero-body {
  padding: 1.5rem 1.5rem;
}
.hero-body .content {
  text-align: center;
}
.hero-body .content h1 {
  font-size: 1.4em;
  margin-bottom: 0.8em;
}
.hero-body .content h4 {
  margin-bottom: 0;
}
.hero-body .content > .title,
.hero-body .content > .subtitle {
  color: black;
}
.hero.is-primary .subtitle a:not(.button) {
  color: black;
}
img.social-logo {
  display: inline-block;
  margin-right: 10px;
  text-indent: -9999px;
  width: 20px;
}
#app > :nth-child(2) {
  padding-top: 0;
}
.help.form-label {
  font-size: 1em;
  font-weight: 600;
  color: #565656;
}
.center-block {
  margin: 0 auto;
  display: block;
}
.box span.icon {
  float: right;
  font-size: 1.7em;
  padding: 2rem 2rem 0 0;
}
.is-large.fab {
  font-size: 7em;
}
.is-large.fas {
  font-size: 5em;
  margin-left: 0.2em;
}
.menu-list li a:hover {
  background: #d9d9d9;
}
.notification a:not(.button):not(.dropdown-item) {
  text-decoration: none;
  font-weight: bolder;
  color: mediumvioletred;
}
.token.number {
  display: inline;
  padding: inherit;
  font-size: inherit;
  line-height: inherit;
  text-align: inherit;
  vertical-align: inherit;
  border-radius: inherit;
  font-weight: inherit;
  white-space: inherit;
  background: inherit;
  margin: inherit;
}
#effectiveFromDate {
  display: block;
}
.card-content p:first-child {
  margin-bottom: 1em;
  font-size: 1.1em;
  font-style: italic;
  font-weight: bolder;
}
.card-content p:first-child a {
  color: #c5c5c5;
}
.heart {
  color: red;
}
#app > .columns:not(#step-1) {
  height: calc(100vh - 2.5em);
  flex-wrap: nowrap;
}
.column.card {
  display: flex;
  flex-direction: column;
  min-height: 0;
}
.column.card > .card-footer {
  flex-shrink: 0;
}
.card-content {
  display: flex;
  flex-direction: column;
  flex: 1;
  overflow: hidden;
}
.scrollable {
  flex: 1;
  min-height: 0;
  display: flex;
  overflow-y: auto;
  flex-direction: column;
  padding: 1em;
}
.thirdparty-section {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 0;
  overflow: hidden;
}
.scrollable-thirdparty {
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  border: solid #f3f3f3 2px;
  border-radius: 8px;
  padding: 0.5em;
}
.scrollable-thirdparty.content > a {
  display: block;
  padding-bottom: 1em;
}
.scrollable-thirdparty.content > a label {
  white-space: normal;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.heart-logo {
  height: 1em;
}
.button-logo {
  height: 1em;
  margin-right: 5px;
}
.checkbox-logo {
  height: 1.5em;
  padding-right: 8px;
  vertical-align: middle;
}
.column.box {
  padding: 1em;
}
#page-404 > div {
  display: table-cell;
  vertical-align: middle;
  margin: 2em auto;
  color: #888;
  display: table;
  font-family: sans-serif;
  height: 100%;
  text-align: center;
  width: 100%;
}
#page-404 h1 {
  color: white;
  font-size: 4em;
  font-weight: 600;
  text-align: center;
}
#page-404 p {
  margin: 0 auto;
  width: 50%;
  text-align: center;
  color: white;
  font-size: 2em;
  font-weight: 200;
}
.modal-card-body ul {
  list-style-type: disc;
}
.modal-card-body li {
  margin-left: 2.5em;
}
.modal-card-body textarea {
  height: 66%;
  width: 100%;
}
.center-parent {
  width: 100%;
  text-align: center;
}
.center-parent > .child {
  display: inline-block;
  margin: 2px;
}
.hero-image {
  width: 65%;
}
.start-btn {
  padding-left: 5em;
  padding-right: 5em;
}
.column.is-information .nav-btn {
  cursor: grab;
  height: 3em;
  opacity: 0.8;
}
.column.is-information .sidebar-img {
  pointer-events: none;
  margin: 10em 3em;
}
.subtitle p {
  font-size: 0.7em;
}
.modal-card-body.modal-box {
  display: flex;
  flex-direction: column;
  height: 450px;
}
.modal-card-body.modal-box textarea {
  height: 100%;
}
.box.final-box > a.button {
  margin-right: 0.2em;
}
.no-select {
  user-select: none;
}
.title-logo {
  margin: 0 2em;
}
/* Header & Footer Overhaul */
.site-header {
  background-color: #0bbdff;
  color: white;
  padding: 1em 0;
}
.site-header .header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.site-header a {
  color: white;
  font-weight: bold;
  text-decoration: none;
}
.site-header .logo {
  font-size: 1.5em;
}
.main-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 1em;
}
.hamburger {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
}
.hamburger span {
  display: block;
  width: 25px;
  height: 3px;
  background-color: white;
  margin: 5px 0;
}
.site-footer {
  background-color: #2c3e50;
  color: white;
  padding: 3em 0 1em;
  margin-top: 3em;
}
.site-footer .footer-grid {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 2em;
}
.site-footer h4 {
  color: #0bbdff;
  margin-bottom: 1em;
}
.site-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.site-footer a {
  color: #bdc3c7;
  text-decoration: none;
}
.site-footer a:hover {
  color: white;
}
.site-footer .footer-bottom {
  text-align: center;
  margin-top: 2em;
  padding-top: 1em;
  border-top: 1px solid #34495e;
  color: #7f8c8d;
}
@media screen and (max-width: 768px) {
  .hamburger {
    display: block;
  }
  .main-nav {
    display: none;
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    background-color: #0bbdff;
    z-index: 1000;
  }
  .main-nav ul {
    flex-direction: column;
    padding: 1em;
  }
  .main-nav ul li {
    margin: 0.5em 0;
  }
  .main-nav.active {
    display: block;
  }
}
::-webkit-scrollbar {
  width: 0.3em;
}
::-webkit-scrollbar-track {
  background: #ebecef;
  border-radius: 8px;
}
::-webkit-scrollbar-thumb {
  background: #0bbdff;
  border-radius: 8px;
}
::-webkit-scrollbar-thumb:hover {
  background: #65cdf4;
}
.modal-card-head .delete {
  background-color: rgba(0, 0, 0, 0.5);
}
.modal-card-head .delete::after,
.modal-card-head .delete::before {
  background-color: #fff;
}
.modal-card-head .delete::after {
  display: block;
}
.button {
  margin: 0.5em;
  height: 2.5em;
  padding-left: 1.25em;
  padding-right: 1.25em;
}
.checkbox,
.radio {
  margin: 0.3em;
}
.card-footer-item.is-disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: not-allowed;
}
.row-pills {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
.is-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  padding: 0 0.75rem;
  border: 1px solid #dbdbdb;
  border-radius: 9999px;
  background: white;
  line-height: 1;
  text-decoration: none;
  color: #4a4a4a;
  font-size: 0.85rem;
}
select.locale-dropdown {
  font-size: 0.85rem;
  padding: 0.15rem 0.3rem;
  border: 1px solid #dbdbdb;
  border-radius: 4px;
  background: white;
  color: inherit;
  cursor: pointer;
  vertical-align: middle;
}
select.locale-dropdown:hover {
  border-color: #3273dc;
}
#app {
  padding-top: 2.5em;
}
input[type="checkbox"] {
  display: none;
}
input[type="checkbox"] + label {
  position: relative;
  padding-left: 30px;
  margin-bottom: 20px;
  font: 14px/20px 'Open Sans', Arial, sans-serif;
  color: black;
  cursor: pointer;
  user-select: none;
}
input[type="checkbox"] + label:last-child {
  margin-bottom: 0;
}
input[type="checkbox"] + label:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #6cc0e5;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.6;
  transition: all 0.12s, border-color 0.08s;
}
input[type="checkbox"]:checked + label:before {
  width: 10px;
  top: -5px;
  left: 5px;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  transform: rotate(45deg);
}
.bg-pattern {
  background-color: #ffffff;
  background-image: url('/images/bg_pattern/topography.svg');
  background-repeat: repeat;
}
[data-theme="dark"] {
  --bulma-body-background-color: #121212;
  --bulma-scheme-main: #1e1e1e;
  --bulma-text: #e0e0e0;
  --bulma-text-strong: #ffffff;
  --bulma-scheme-main-bis: #1a1a1a;
  --bulma-scheme-main-ter: #252525;
  --bulma-border: #333;
  --bulma-link: #6bb5ff;
}
[data-theme="dark"] body,
[data-theme="dark"] html {
  background: #121212;
}
[data-theme="dark"] .bg-pattern {
  background-color: #121212;
  background-image: url('/images/bg_pattern/topography-dark.svg');
  background-repeat: repeat;
}
[data-theme="dark"] .hero-body .content > .title,
[data-theme="dark"] .hero-body .content > .subtitle {
  color: #e0e0e0;
}
[data-theme="dark"] .menu-list li a:hover {
  background: #333;
}
[data-theme="dark"] .modal-card-body,
[data-theme="dark"] .card,
[data-theme="dark"] .box {
  background-color: #1e1e1e;
  color: #e0e0e0;
}
[data-theme="dark"] .notification {
  background-color: #1e1e1e;
  color: #e0e0e0;
}
[data-theme="dark"] .notification.is-warning {
  background-color: #4a3a1a;
  color: #f5d371;
  border: 1px solid #6a5a2a;
}
[data-theme="dark"] .help.form-label {
  color: #bbb;
}
[data-theme="dark"] .scrollable-thirdparty {
  border-color: #333;
}
[data-theme="dark"] select.locale-dropdown,
[data-theme="dark"] .is-pill {
  background: #1e1e1e;
  border-color: #333;
  color: #e0e0e0;
}
[data-theme="dark"] input[type="checkbox"] + label {
  color: #e0e0e0;
}
[data-theme="dark"] ::-webkit-scrollbar-track {
  background: #333;
}
/* Responsive Nav & Internal Linking */
.has-dropdown { position: relative; }
.dropdown-menu { display: none; position: absolute; top: 100%; left: 0; background: #fff; box-shadow: 0 4px 6px rgba(0,0,0,0.1); padding: 10px; z-index: 100; min-width: 200px; }
.has-dropdown:hover .dropdown-menu { display: block; }
.dropdown-menu li { display: block; margin: 0; }
.dropdown-menu li a { padding: 8px 15px; display: block; color: #333; }
.dropdown-menu li a:hover { background: #f5f5f5; }

@media (max-width: 768px) {
    .has-dropdown .dropdown-menu { position: relative; box-shadow: none; padding-left: 20px; }
    .hamburger { display: block; }
    .main-nav { display: none; width: 100%; }
    .main-nav.is-active { display: block; }
    .header-content { flex-wrap: wrap; }
}
/* Dark Mode Nav Fix */
[data-theme="dark"] .navbar-dropdown {
    background-color: #1e1e1e !important;
    border-top: 2px solid #333 !important;
}
[data-theme="dark"] .navbar-dropdown a.navbar-item {
    color: #e0e0e0 !important;
}
[data-theme="dark"] .navbar-dropdown a.navbar-item:hover {
    background-color: #333 !important;
    color: #ffffff !important;
}
/* Light Mode Bg Fix */
.bg-pattern { background-color: #f0f4f8 !important; }
[data-theme="dark"] .bg-pattern { background-color: #121212 !important; }

/* UI Overhaul Overrides */
body, html { font-family: 'Inter', Arial, sans-serif !important; }
.column.card {
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08) !important;
  border-radius: 16px !important;
  padding: 2.5em !important;
  margin-top: 3em !important;
}
.site-footer {
  padding: 4em 0 2em !important;
}
.seo-content {
  margin-top: 4em;
  padding: 3em;
  background: white;
  border-radius: 16px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.05);
}
.seo-content h2 { margin-bottom: 0.5em; font-weight: 700; color: #333; }
.seo-content h3 { margin-top: 1.5em; margin-bottom: 0.5em; font-weight: 600; color: #444; }
.seo-content p { color: #555; line-height: 1.6; }
