:root, [data-bs-theme=light] {
  --icon-eye-closed: url('data:image/svg+xml,<svg width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path d="M13.359 11.238C15.06 9.72 16 8 16 8s-3-5.5-8-5.5a7.028 7.028 0 0 0-2.79.588l.77.771A5.944 5.944 0 0 1 8 3.5c2.12 0 3.879 1.168 5.168 2.457A13.134 13.134 0 0 1 14.828 8c-.058.087-.122.183-.195.288-.335.48-.83 1.12-1.465 1.755-.165.165-.337.328-.517.486l.708.709z"/><path d="M11.297 9.176a3.5 3.5 0 0 0-4.474-4.474l.823.823a2.5 2.5 0 0 1 2.829 2.829l.822.822zm-2.943 1.299l.822.822a3.5 3.5 0 0 1-4.474-4.474l.823.823a2.5 2.5 0 0 0 2.829 2.829z"/><path d="M3.35 5.47c-.18.16-.353.322-.518.487A13.134 13.134 0 0 0 1.172 8l.195.288c.335.48.83 1.12 1.465 1.755C4.121 11.332 5.881 12.5 8 12.5c.716 0 1.39-.133 2.02-.36l.77.772A7.029 7.029 0 0 1 8 13.5C3 13.5 0 8 0 8s.939-1.721 2.641-3.238l.708.709z"/><path fill-rule="evenodd" d="M13.646 14.354l-12-12 .708-.708 12 12-.708.708z"/></svg>');
}

body {
  overflow-x: hidden;
}

.multi-button.control-next {
  right: calc(var(--bs-card-spacer-x) + .5rem);
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  height: auto;
}

.multi-button.control-next button {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
}

.input-group-prepend {
  -webkit-box-flex: 0;
  flex: 0 0 24%;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 24%;
  max-width: 24%;
}

.icon.icon-primary {
  color: var(--bs-primary);
}

button.anim:not(:disabled) .icon.icon-primary {
  animation-name: opacity_change;
  animation-duration: 3s;
  animation-iteration-count: 1;
  animation-direction: normal;
}

*:disabled .icon.icon-primary {
  opacity: 0.5;
}

@keyframes opacity_change {
  0% {
    opacity: 1;
  }

  25% {
    opacity: .5;
  }

  50% {
    opacity: 1;
  }

  75% {
    opacity: .5;
  }

  100% {
    opacity: 1;
  }
}

.btn-password-action {
  position: absolute;
  top: 3px;
  width: 28px;
  height: 30px;
  background: 0;
  border: 0;
}

[data-passwordtogglefor] {
  /* background-color: var(--bs-btn-disabled-bg);
  -webkit-mask-image: var(--icon-eye-closed) !important;
  mask-image: var(--icon-eye-closed) !important; */
  right: 4px;
  z-index: 9;
}

[data-passwordrandomizefor] {
  right: 32px;
  z-index: 9;
}

[type="password"], [aria-type=password][type="text"] {
  padding-right: calc(1.5em + 0.75rem);
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.btn-password-action {
  /* -webkit-mask-position: right 36px center, right 8px center; */
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  /* -webkit-mask-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); */
}

[type="password"]~button[data-passwordtogglefor] {
  background-color: #008577;
  -webkit-mask-image: url('data:image/svg+xml,<svg width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path d="M13.359 11.238C15.06 9.72 16 8 16 8s-3-5.5-8-5.5a7.028 7.028 0 0 0-2.79.588l.77.771A5.944 5.944 0 0 1 8 3.5c2.12 0 3.879 1.168 5.168 2.457A13.134 13.134 0 0 1 14.828 8c-.058.087-.122.183-.195.288-.335.48-.83 1.12-1.465 1.755-.165.165-.337.328-.517.486l.708.709z"/><path d="M11.297 9.176a3.5 3.5 0 0 0-4.474-4.474l.823.823a2.5 2.5 0 0 1 2.829 2.829l.822.822zm-2.943 1.299l.822.822a3.5 3.5 0 0 1-4.474-4.474l.823.823a2.5 2.5 0 0 0 2.829 2.829z"/><path d="M3.35 5.47c-.18.16-.353.322-.518.487A13.134 13.134 0 0 0 1.172 8l.195.288c.335.48.83 1.12 1.465 1.755C4.121 11.332 5.881 12.5 8 12.5c.716 0 1.39-.133 2.02-.36l.77.772A7.029 7.029 0 0 1 8 13.5C3 13.5 0 8 0 8s.939-1.721 2.641-3.238l.708.709z"/><path fill-rule="evenodd" d="M13.646 14.354l-12-12 .708-.708 12 12-.708.708z"/></svg>') !important;
  mask-image: url('data:image/svg+xml,<svg width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path d="M13.359 11.238C15.06 9.72 16 8 16 8s-3-5.5-8-5.5a7.028 7.028 0 0 0-2.79.588l.77.771A5.944 5.944 0 0 1 8 3.5c2.12 0 3.879 1.168 5.168 2.457A13.134 13.134 0 0 1 14.828 8c-.058.087-.122.183-.195.288-.335.48-.83 1.12-1.465 1.755-.165.165-.337.328-.517.486l.708.709z"/><path d="M11.297 9.176a3.5 3.5 0 0 0-4.474-4.474l.823.823a2.5 2.5 0 0 1 2.829 2.829l.822.822zm-2.943 1.299l.822.822a3.5 3.5 0 0 1-4.474-4.474l.823.823a2.5 2.5 0 0 0 2.829 2.829z"/><path d="M3.35 5.47c-.18.16-.353.322-.518.487A13.134 13.134 0 0 0 1.172 8l.195.288c.335.48.83 1.12 1.465 1.755C4.121 11.332 5.881 12.5 8 12.5c.716 0 1.39-.133 2.02-.36l.77.772A7.029 7.029 0 0 1 8 13.5C3 13.5 0 8 0 8s.939-1.721 2.641-3.238l.708.709z"/><path fill-rule="evenodd" d="M13.646 14.354l-12-12 .708-.708 12 12-.708.708z"/></svg>') !important;
}

[aria-type=password][type="text"]~button[data-passwordtogglefor] {
  background-color: #008577;
  -webkit-mask-image: url('data:image/svg+xml,<svg width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path d="M 10 7 C 12.21 7 14 8.79 14 11 C 14 13.21 12.21 15 10 15 C 7.79 15 6 13.21 6 11 C 6 8.79 7.79 7 10 7 Z M 10 8.5 C 8.62 8.5 7.5 9.62 7.5 11 C 7.5 12.38 8.62 13.5 10 13.5 C 11.38 13.5 12.5 12.38 12.5 11 C 12.5 9.62 11.38 8.5 10 8.5 Z M 10 3.5 C 14.61 3.5 18.6 6.65 19.7 11.06 C 19.8 11.46 19.56 11.87 19.16 11.97 C 18.75 12.07 18.35 11.83 18.25 11.43 C 17.31 7.68 13.92 5 10 5 C 6.08 5 2.69 7.68 1.75 11.43 C 1.65 11.83 1.25 12.08 0.84 11.98 C 0.44 11.88 0.2 11.47 0.3 11.07 C 1.4 6.65 5.39 3.5 10 3.5 Z"/></svg>') !important;
  mask-image: url('data:image/svg+xml,<svg width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path d="M 10 7 C 12.21 7 14 8.79 14 11 C 14 13.21 12.21 15 10 15 C 7.79 15 6 13.21 6 11 C 6 8.79 7.79 7 10 7 Z M 10 8.5 C 8.62 8.5 7.5 9.62 7.5 11 C 7.5 12.38 8.62 13.5 10 13.5 C 11.38 13.5 12.5 12.38 12.5 11 C 12.5 9.62 11.38 8.5 10 8.5 Z M 10 3.5 C 14.61 3.5 18.6 6.65 19.7 11.06 C 19.8 11.46 19.56 11.87 19.16 11.97 C 18.75 12.07 18.35 11.83 18.25 11.43 C 17.31 7.68 13.92 5 10 5 C 6.08 5 2.69 7.68 1.75 11.43 C 1.65 11.83 1.25 12.08 0.84 11.98 C 0.44 11.88 0.2 11.47 0.3 11.07 C 1.4 6.65 5.39 3.5 10 3.5 Z"/></svg>') !important;
}

button[data-passwordrandomizefor] {
  background-color: #008577;
  -webkit-mask-image: url('data:image/svg+xml,<svg width="1em" height="1em" viewBox="0 0 20 20" fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path d="M 10 2.5 C 5.86 2.5 2.5 5.86 2.5 10 C 2.5 14.14 5.86 17.5 10 17.5 C 14.14 17.5 17.5 14.14 17.5 10 C 17.5 9.62 17.47 9.25 17.42 8.89 C 17.35 8.44 17.68 8 18.14 8 C 18.51 8 18.84 8.26 18.9 8.62 C 18.96 9.07 19 9.53 19 10 C 19 14.97 14.97 19 10 19 C 5.03 19 1 14.97 1 10 C 1 5.03 5.03 1 10 1 C 12.31 1 14.41 1.87 16 3.29 L 16 2.25 C 16 1.84 16.34 1.5 16.75 1.5 C 17.16 1.5 17.5 1.84 17.5 2.25 L 17.5 5.25 C 17.5 5.66 17.16 6 16.75 6 L 13.75 6 C 13.34 6 13 5.66 13 5.25 C 13 4.84 13.34 4.5 13.75 4.5 L 15.1 4.5 C 13.76 3.26 11.97 2.5 10 2.5 Z"/></svg>') !important;
  mask-image: url('data:image/svg+xml,<svg width="1em" height="1em" viewBox="0 0 20 20" fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path d="M 10 2.5 C 5.86 2.5 2.5 5.86 2.5 10 C 2.5 14.14 5.86 17.5 10 17.5 C 14.14 17.5 17.5 14.14 17.5 10 C 17.5 9.62 17.47 9.25 17.42 8.89 C 17.35 8.44 17.68 8 18.14 8 C 18.51 8 18.84 8.26 18.9 8.62 C 18.96 9.07 19 9.53 19 10 C 19 14.97 14.97 19 10 19 C 5.03 19 1 14.97 1 10 C 1 5.03 5.03 1 10 1 C 12.31 1 14.41 1.87 16 3.29 L 16 2.25 C 16 1.84 16.34 1.5 16.75 1.5 C 17.16 1.5 17.5 1.84 17.5 2.25 L 17.5 5.25 C 17.5 5.66 17.16 6 16.75 6 L 13.75 6 C 13.34 6 13 5.66 13 5.25 C 13 4.84 13.34 4.5 13.75 4.5 L 15.1 4.5 C 13.76 3.26 11.97 2.5 10 2.5 Z"/></svg>') !important;
}

input[type=password].password-create,
input[type=text][aria-type=password].password-create,
.was-validated input[type=password].password-create.form-control:invalid,
.was-validated input[type=password].password-create.form-control.is-invalid,
.was-validated input[type=text][aria-type=password].password-create.form-control:invalid,
.was-validated input[type=text][aria-type=password].password-create.form-control.is-invalid,
.was-validated input[type=password].password-create.form-control:valid,
.was-validated input[type=password].password-create.form-control.is-valid,
.was-validated input[type=text][aria-type=password].password-create.form-control:valid,
.was-validated input[type=text][aria-type=password].password-create.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem + 28px);
}

.was-validated input[type=password].form-control:invalid,
.was-validated input[type=password].form-control.is-invalid,
.was-validated input[type=text][aria-type=password].form-control:invalid,
.was-validated input[type=text][aria-type=password].form-control.is-invalid,
.was-validated input[type=password].form-control:valid,
.was-validated input[type=password].form-control.is-valid,
.was-validated input[type=text][aria-type=password].form-control:valid,
.was-validated input[type=text][aria-type=password].form-control.is-valid {
  background-position: right 0.15rem top 0.15rem;
  background-size: 0.75rem 0.75rem;
}

.card-body>.bs-progress {
  border-top-left-radius: var(--bs-card-border-radius);
  border-top-right-radius: var(--bs-card-border-radius);
}

.bi {
  display: inline-block;
  width: 1rem;
  height: 1rem;
}

.bi {
  vertical-align: -0.125em;
  fill: currentColor;
}

.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}

.btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  padding: 0;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 25px;
}

.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 0;
  font-size: 24px;
  line-height: 1.33;
  border-radius: 35px;
}

.btn-circle .icon {
  vertical-align: sub;
}


/** Accordion */
.accordion-collapse {
  background: var(--bs-accordion-active-color);
  color: var(--bs-accordion-active-bg);
}

.accordion-body .btn-group-vertical button {
  color: var(--bs-primary);
}

.accordion-body .btn-group-vertical button:hover {
  color: var(--bs-accordion-active-bg);
}


/** Modals */
.side-modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: ;
  --bs-modal-bg: var(--bs-body-bg);
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: var(--bs-border-width);
  --bs-modal-border-radius: var(--bs-border-radius-lg);
  --bs-modal-box-shadow: var(--bs-box-shadow-sm);
  --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: var(--bs-border-width);
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: var(--bs-border-width);
  outline: 0;
  background-color: var(--bs-body-bg);
  position: fixed;
  top: 0;
  min-height: 100vh;
  right: -100%;
  transition: right 0.5s cubic-bezier(.17, .67, .83, .67);
  z-index: var(--bs-modal-zindex);
}

.side-modal.show {
  right: 0%;
}

.side-modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  outline: 0;
}

/** PAGES */
/* address | contact | order  info */

#address-info-list .card.btype,
#contact-info-list .card.btype,
#order-info-list .card.btype {
  border-color: var(--bs-primary);
}

#address-info-list .card[data-color=warning],
#contact-info-list .card[data-color=warning],
#order-info-list .card[data-color=warning] {
  border-color: var(--bs-warning);
}

/** bootstraps */
.cursor-pointer {
  cursor: pointer;
}

.z-4 {
  z-index: 4 !important;
}

.z-5 {
  z-index: 5 !important;
}

.z-10 {
  z-index: 10 !important;
}

@media (min-width: 576px) {
  .w-sm-75 {
    width: 75% !important;
  }
}

@media (min-width: 768px) {
  .w-md-75 {
    width: 75% !important;
  }

  .side-modal {
    right: -75%;
  }

  .side-modal-65 {
    width: 65% !important;
    right: -65%;
  }
}

@media (min-width: 992px) {
  .w-lg-75 {
    width: 75% !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-75 {
    width: 75% !important;
  }
}

@media (min-width: 1400px) {
  .w-xxl-75 {
    width: 75% !important;
  }
}

/*
a, a:visited {
  color: #333333;
}

.navigation {
  border-bottom: 3px solid #e87d0c;
  font-size: 1.25rem;
  position: relative;
}

.navigation ul {
  display: none;
  list-style: none;
  margin: 0 0 3px 0;
  padding: 0 0 0 10px;
  z-index: 1;
}

body.loggedin .navigation ul {
  display: block;
}

.navigation.disabled li {
  cursor: not-allowed;
  pointer-events: none;
}

.navigation li {
  background-color: #efefef;
  border-color: #dfdfdf;
  border-width: 3px;
  border-bottom-width: 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-style: solid;
  color: #bbb;
  display: none;
  margin: 0 -12px -3px 0;
  padding: 0;
  position: relative;
  z-index: 0;
}

.navigation li.active {
  background-color: #fff;
  border-color: #e87d0c;
  box-shadow: 2px -2px 2px #bbb;
  margin-bottom: -6px;
  padding-bottom: 3px;
  z-index: 10;
}

.navigation li a {
  color: #bbb;
  display: inline-block;
  font-weight: bold;
  padding: 5px 10px;
  text-decoration: none;
}

.navigation li a:hover {
  color: #999;
}

.navigation li.active a {
  color: #3b5997 !important;
  padding: 10px 10px 5px 10px;
}

.navigation .active a:active {
  color: #000;
}

.navigation .active a:visited {
  color: #000;
}

.main {
  padding: 10px;
}

button:disabled, select:disabled, input:disabled, textarea:disabled {
  cursor: not-allowed;
  background-color: #ebebe4 !important;
}

h1 {
  background-image: url(../img/ExuLogo.png);
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto 100%;
  color: #3b5997;
  margin: 10px 10px 5px 10px;
}

label {
  font-weight: bold;
}

select:disabled {
  cursor: not-allowed;
}

span.small {
  font-size: 0.75rem;
  font-weight: lighter;
}

.features {
  margin: 0;
}

.features span {
  display: block;
  margin-bottom: 0.25rem;
  white-space: nowrap;
}

.features .active {
  color: #000000;
}

.features .inactive {
  color: #00000077;
}

.features .icon {
  vertical-align: text-top;
}

.login, .setpassword {
  width: 400px;
}

.passwordstrength {
  border: 1px solid #dddddd;
  border-radius: 2.5px;
  height: 5px;
  margin-top: 2px;
  position: relative;
  width: calc(100% - 2px);
}

.passwordstrength .value {
  background-color: #859900;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
}

.centered {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.text-center {
  text-align: center;
}

.formgroup {
  margin: 5px 0 5px 0;
}

.formgroup.right {
  text-align: right;
}

.formgroup label {
  display: block;
}

.formgroup input, .formgroup select, .formgroup textarea {
  background-color: white;
  border: 1px solid #cecece;
  font-size: 1rem;
  font-weight: 500;
  margin-top: 0.25rem;
  outline-color: #cecece;
  padding: 4px 8px;
}

.formgroup input[type="text"], .formgroup input[type="password"], .formgroup textarea {
  width: calc(100% - 18px);
}

.formgroup input[type="checkbox"] {
  height: 24px;
  vertical-align: middle;
  width: 24px;
}

.formgroup input[type="checkbox"].block_licence {
  border: none;
  position: relative;
  width: 0;
  height: 0;
  -webkit-appearance: none;
}

.formgroup input[type="checkbox"].block_licence::before {
  border: 1px solid #cecece;
  border-radius: 2px;
  width: 24px;
  height: 24px;
  background-color: #ffffff;
  display: block;
  content: "";
  float: left;
  margin-right: 5px;
  z-index: 5;
  position: relative;
}

.formgroup input[type="checkbox"]:checked.block_licence::before {
  background-color: red;
  border-color: red;
}

.formgroup input[type="checkbox"].feature {
  margin-left: 1rem;
}

.formgroup select {
  width: 100%;
}

.formgroup textarea {
  resize: none;
}

.formgroup *::placeholder {
  color: #93A1A1;
  font-weight: 100;
  opacity: 1;
}

.formgroup *:-ms-input-placeholder {
  color: #93A1A1;
  font-weight: 100;
}

.formgroup *::-ms-input-placeholder {
  color: #93A1A1;
  font-weight: 100;
}

.formgroup *:required {
  border-bottom-color: #CB4B1699;
}

table {
  width: 100%;
}

table th {
  text-align: left;
}

table td.empty {
  text-align: center;
}

table tbody tr:nth-child(odd) {
  background-color: #93A1A1aa;
}

table tbody tr:nth-child(even) {
  background-color: #93A1A133;
}

table tbody tr td:last-child {
  background-color: #ffffff;
  width: 0;
  padding: 0;
  margin: 0;
  vertical-align: top;
}

table.licencetemplates tbody tr td, table.licences tbody tr td {
  vertical-align: top;
}

.licences .state {
  font-size: 0;
  text-align: right;
}

.licences .state i {
  margin: 0 0 0.25rem 0.25rem;
}

.licences .state-demo {
  color: #839496;
}

.licences .state-paid {
  color: #859900;
}

.licences .state-pending {
  color: #CB4B16;
}

.licences .state-open {
  color: #2AA198;
}

.licences .state-blocked {
  color: #DC322F;
}

.licences .actions {
  font-size: 0;
  width: 68px;
}

table tbody td {
  padding: 5px;
}

.btn {
  background-color: #839496cc;
  border-width: 2px;
  border-style: solid;
  border-color: white;
  border-radius: 2.5px;
  color: #EEE8D5;
  cursor: pointer;
  display: inline-block;
  font-size: 0;
  padding: 5px;
  transition: all 0.125s ease-in-out;
}

.btn label {
  font-size: 1rem;
  pointer-events: none;
}

.btn:hover:not([disabled]) {
  background-color: #839496;
  border-color: #839496;
  color: white
}

.btn.btn-label i.icon {
  font-size: 0.9rem;
  width: auto;
  height: auto;
  margin-right: 0.5rem;
}

.btn.btn-primary {
  background-color: #859900cc;
}

.btn.btn-primary:hover:not([disabled]) {
  background-color: #859900;
  border-color: #859900;
  color: white;
}

.btn.btn-secondary {
  background-color: #268BD2cc;
}

.btn.btn-secondary:hover:not([disabled]) {
  background-color: #268BD2;
  border-color: #268BD2;
  color: white
}

.btn.btn-warn {
  background-color: #B58900cc;
}

.btn.btn-warn:hover:not([disabled]) {
  background-color: #B58900;
  border-color: #B58900;
  color: white;
}

.btn.btn-danger {
  background-color: #DC322Fcc;
}

.btn.btn-danger:hover:not([disabled]) {
  background-color: #DC322F;
  border-color: #DC322F;
  color: white;
}

.btn:disabled {
  background-color: #93A1A133 !important;
  border-color: none !important;
  color: white !important;
  transition: none !important;
}

.interaction {
  font-size: 0;
  text-align: right;
}

.interaction.interaction-main .btn {
  margin: 0 0 10px 5px;
}

.interaction.interaction-sub {
  display: inline-block;
  width: 78px;
}

.interaction.interaction-sub .btn {
  margin: 0 0 0 5px;
}

i.icon {
  display: inline-block;
  font-size: 20px;
  height: 20px;
  pointer-events: none;
  width: 20px;
}

.heading {
  font-size: 1.75rem;
  font-weight: bold;
}

.formbutton {
  clear: both;
  font-size: 0;
  margin: 1rem 0 0 0;
  text-align: right;
}

.formbutton .btn {
  margin-left: 0.25rem;
  padding: 0.5rem;
}

.modal.modal-backdrop {
  background-color: #586E75aa;
  display: none;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 10;
}

.modal.modal-dialog {
  background-color: white;
  padding: 2rem;
  border: 2px solid #586E75;
  z-index: 20;
  border-radius: 0.5rem;
}

.logout {
  bottom: 0.25rem;
  display: none;
  position: absolute;
  right: 10px;
}

body.loggedin .logout {
  display: block;
}

.left {
  width: 50%;
  float: left;
}

.right {
  width: 50%;
  float: right;
}

input[type="checkbox"].resetdemoperiod {
  margin-top: 9px;
  margin-left: 11px;
}


*/
