:root {
  --navbar-height: 4.75rem;
}

body,
html {
  overflow-x: clip;
}

.navbar {
  min-height: var(--navbar-height);
}

::selection {
  background: var(--bs-primary);
  color: var(--bs-white);
}

/* forms */
.hide-asterik .asteriskField {
  display: none;
}

.asteriskField {
  color: var(--bs-primary);
  margin-left: 0.1em;
}

.max-width-sm {
  width: 100%;
  max-width: 400px;
}

.max-width-lg {
  width: 100%;
  max-width: 600px;
}

#loader {
  overflow: hidden;
}

.tox-statusbar__branding {
  display: none !important;
}

i {
  pointer-events: none;
}
