:root {
  --font1: "Sofia Pro";
  --color-01: #c4bbb3;
  --color-02: #d8e2dc;
  --color-03: #ffcad4;
  --color-04: #edede9;
  --color-05: #b8b8b7;
  --color-06: #ecebeb;
  --color-07: #ecf6fd;
  --color-border: #d2e4f1;
  --fs1: 1rem;
}
html {
  min-height: 100%;
  margin-left: calc(100vw - 100%);
}
body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  background-color: #ecf6fd;
}
main {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.w-20 {
  min-width: 20% !important;
}
.btntcc {
  border-radius: 20px;
}
.btn {
  border-radius: 50px;
}
.nav-link {
  font-size: var(--fs1);
  color: white;
}
.fg {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.sticky {
  -webkit-transition: 1s;
  transition: 1s;
  padding-top: 12px;
  height: 150px;
  z-index: 1090;
  .logo {
    height: 40px;
    -webkit-transition: 500ms;
    transition: 500ms;
  }
}
.sticky.open {
  padding-top: 0;
  height: 50px;
  .logo {
    height: 30px;
  }
}

.qrimage {
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
}
.claim {
  font-weight: 700;
  font-size: calc(15px + 4.390625vw);
}
.bg01 {
  background-color: var(--color-01);
}
.bg02 {
  background-color: var(--color-02);
}
.bg03 {
  background-color: var(--color-03);
}
.bg04 {
  background-color: var(--color-04);
}
.flex100 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 100vh;
}

a {
  text-decoration: none;
}
.qrlink {
  position: absolute;
  right: 0;
  top: 25%;
}
.mh40 {
  min-height: 60vh;
  padding-top: 10vh;
  padding-bottom: 10vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.modal {
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-transition: 500ms;
  transition: 500ms;
  opacity: 0;
}
.modal.show {
  opacity: 1;
}
.kpi {
  border-radius: 7px;
}
.colqr {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: var(--color-05);
  cursor: pointer;
}
.colqr:hover {
  background-color: var(--color-06);
}
.colmax {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.rowqrclient {
  background-color: var(--color-07);
  background: linear-gradient(#86afed 35px, #dedbd5 36px, #dedbd5 100%);
  border-radius: 7px;
}
.rowqr {
  background-color: var(--color-07);
  cursor: pointer;
  -webkit-transition: 300ms;
  transition: 300ms;
}
.rowqr:hover {
  color: #fff;
  background-color: #35a4fe;
}

.flexqr {
  background-color: #fff;
  cursor: pointer;
  -webkit-transition: 500ms;
  transition: 500ms;
  min-width: 22%;
  max-width: 25% !important;

  i {
    color: #86afed;
    -webkit-transition: 700ms;
    transition: 700ms;
  }
  .btn {
    background-color: #86afed;
  }
}
.flexqr:hover {
  color: #fff;
  background-color: #86afed;
  i {
    color: #fff;
  }
  .btn {
    background-color: #a0c0f0;
  }
}

.form-control {
  background-color: #fff;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label::after {
  background-color: transparent;
}
.form-floating > .form-control:not(:-ms-input-placeholder) ~ label::after {
  background-color: transparent;
}
.form-floating > .form-control:focus ~ label::after,
.form-floating > .form-control:not(:placeholder-shown) ~ label::after,
.form-floating > .form-control-plaintext ~ label::after,
.form-floating > .form-select ~ label::after {
  background-color: transparent;
}

header:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 150px;
  background-color: #a4508b;
  background-image: linear-gradient(326deg, rgb(12, 75, 184) 0%, #35a4fe 74%);
  border-radius: 0 0 50% 50%/0 0 100% 100%;
  -webkit-transform: scaleX(1.5);
  transform: scaleX(1.5);
  -webkit-transition: 500ms;
  transition: 500ms;
}
header.open:before {
  border-radius: 0;
  height: 70px;
}
.leafletcard-text {
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 0;
}
.leafletcard {
  padding-top: 1rem;
  text-align: center;
  line-height: 0;
}
