/*Note: the box-sizing: border-box; from atlas is provoking the left shift of the website*/
#intelligentProfile {
  /* max-width: 1280px;
  margin: 0 auto;
  padding: 2rem;
  background-color: red;
  text-align: center; */
}
.intelligent-profile-input label {
  text-transform: none !important;
  font-size: 1.1rem;
}

.intelligent-profile-input p {
  font-size: 1.1rem;
}

.intelligent-profile-dialog-text {
  font-size: 16px;
  color: #2d2d2d;
}

.intelligent-profile-dialog-oblique {
  font-family: Roboto, helvetica neue, Helvetica, Arial, sans-serif;
  font-style: oblique;
  font-size: 12px;
}

.intelligent-profile-dialog-button {
  font-size: 1.4rem;
  /* Button colors can be overriten ussing this class */
  /* background-color: red !important; */
}

.intelligent-profile-notificattion-alert {
  font-size: 1.1rem;
}

.header__base {
  z-index: 1200 !important;
}
/* :root {
  font-family: Inter, system-ui, Avenir, Helvetica, Arial, sans-serif;
  line-height: 1.5;
  font-weight: 400;

  color-scheme: light dark;
  color: rgba(255, 255, 255, 0.87);
  background-color: #242424;

  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
} */
/* 
a {
  font-weight: 500;
  color: #646cff;
  text-decoration: inherit;
}
a:hover {
  color: #535bf2;
} */
