body.theme-kazairexpress {
  background-color: var(--white) !important;
  font-family: "Helvetica Neue", Helvetica;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

#kae_page {
  flex: auto;
}

article.page,
body.page {
  margin: 0;
}

/* - - - - - - basic styling changes - - - - - - */
body,
h1,
h2,
h3,
p,
div,
ul,
li {
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
}
body {
  --black: #0f121e;
  --blue-10: #045879;
  --white: #f4f6fa;
  --blue-00: #0092cb;
  --yellow: #fbc200;
  --whiteWithOpacity: rgba(244, 246, 250, 0.7);
  --black-opacity-07: rgb(15, 18, 30, 0.7);
  --black-opacity-05: rgb(15, 18, 30, 0.5);
}

a {
  text-decoration: none;
  color: inherit;
}
a:visited {
  color: inherit;
}
.entry-content {
  margin-top: 0 !important;
}
ul li {
  list-style: none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* - - - - - - important part for scripts - - - - - - */

.kae-hide {
  display: none !important;
}

.kae-create-inactive {
  filter: brightness(0.3);
  pointer-events: none;
}

#kae_order_form .kae-create-inactive {
  filter: opacity(0.2);
}

.kae-overflow-hidden {
  overflow: hidden;
}
