/*-------------------------------------------*\
  Typography
\*-------------------------------------------*/
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: normal;
  src: url("../static/Roboto-Regular.woff2") format("woff2"),
    url("../static/Roboto-Regular.woff") format("woff"),
    url("../static/Roboto-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Assistant";
  font-style: normal;
  font-weight: normal;
  src: url("../static/assistant-regular.woff2") format("woff2"),
    url("../static/assistant-regular.woff") format("woff"),
    url("../static/assistant-regular.ttf") format("truetype");
}
@font-face {
  font-family: "Assistant Semi Bold";
  font-style: normal;
  font-weight: normal;
  src: url("../static/assistant-semi-bold.woff2") format("woff2"),
    url("../static/assistant-semi-bold.woff") format("woff"),
    url("../static/assistant-semi-bold.ttf") format("truetype");
}
@font-face {
  font-family: "Assistant Bold";
  font-style: normal;
  font-weight: normal;
  src: url("../static/assistant-bold.woff2") format("woff2"),
    url("../static/assistant-bold.woff") format("woff"),
    url("../static/assistant-bold.ttf") format("truetype");
}
h1,
.h1--like,
h2,
.h2--like,
h3,
.h3--like,
h4,
.h4--like,
h5,
.h5--like,
h6,
.h6--like {
  margin: 0px 0px 2rem;
}

h1,
.h1--like {
  font-size: 4rem;
  color: #142833;
}

h2,
.h2--like {
  font-size: 3.2rem;
}

h3,
.h3--like {
  font-size: 2.8rem;
}

h4,
.h4--like {
  font-size: 2.4rem;
}

h5,
.h5--like {
  font-size: 2rem;
}

h6,
.h6--like {
  font-size: 1.6rem;
}

p,
.text--default {
  font-size: 1.4rem;
  margin: 0 0 2rem 0;
}

a {
  color: #3636b9;
  text-decoration: none;
}

strong,
.text--bold {
  font-family: "Assistant Bold", sans-serif;
}

.semi-bold {
  font-family: "Assistant Semi Bold", sans-serif;
}

h1,
.h1--like,
h2,
.h2--like {
  margin-top: 0;
}

p,
ol,
ul,
h3,
.h3--like,
h4,
.h4--like,
h5,
.h5--like,
h6,
.h6--like {
  margin-top: 0;
}

ol ol,
ol ul,
ul ol,
ul ul,
li ul,
li ol,
nav ul,
nav ol,
li p,
li .p-like {
  margin-top: 0;
  margin-bottom: 0;
}

ul,
ol {
  list-style: disc;
  padding-left: 2rem;
}

nav ul,
nav ol {
  list-style: none;
  padding: 0;
}

code {
  font-size: 1.4rem;
}

/* Purple */
/* Grey */
/* ----------------------------- */
/* SPACING                     */
/* ----------------------------- */
.col-lg-6 {
  width: 100%;
}

.mt-0 {
  margin-top: 0rem;
}

.mt-1 {
  margin-top: 0.4rem;
}

.mt-2 {
  margin-top: 0.8rem;
}

.mt-3 {
  margin-top: 1.2rem;
}

.mt-4 {
  margin-top: 1.6rem;
}

.mt-5 {
  margin-top: 2rem;
}

.mt-6 {
  margin-top: 2.4rem;
}

.mt-7 {
  margin-top: 2.8rem;
}

.mt-8 {
  margin-top: 3.2rem;
}

.mt-9 {
  margin-top: 3.6rem;
}

.mt-10 {
  margin-top: 4rem;
}

.mt-11 {
  margin-top: 4.4rem;
}

.mt-12 {
  margin-top: 4.8rem;
}

.mt-13 {
  margin-top: 5.2rem;
}

.mt-14 {
  margin-top: 5.6rem;
}

.mt-15 {
  margin-top: 6rem;
}

.mt-16 {
  margin-top: 6.4rem;
}

.mb-0 {
  margin-bottom: 0rem;
}

.mb-1 {
  margin-bottom: 0.4rem;
}

.mb-2 {
  margin-bottom: 0.8rem;
}

.mb-3 {
  margin-bottom: 1.2rem;
}

.mb-4 {
  margin-bottom: 1.6rem;
}

.mb-5 {
  margin-bottom: 2rem;
}

.mb-6 {
  margin-bottom: 2.4rem;
}

.mb-7 {
  margin-bottom: 2.8rem;
}

.mb-8 {
  margin-bottom: 3.2rem;
}

.mb-9 {
  margin-bottom: 3.6rem;
}

.mb-10 {
  margin-bottom: 4rem;
}

.mb-11 {
  margin-bottom: 4.4rem;
}

.mb-12 {
  margin-bottom: 4.8rem;
}

.mb-13 {
  margin-bottom: 5.2rem;
}

.mb-14 {
  margin-bottom: 5.6rem;
}

.mb-15 {
  margin-bottom: 6rem;
}

.mb-16 {
  margin-bottom: 6.4rem;
}

.ml-0 {
  margin-left: 0rem;
}

.ml-1 {
  margin-left: 0.4rem;
}

.ml-2 {
  margin-left: 0.8rem;
}

.ml-3 {
  margin-left: 1.2rem;
}

.ml-4 {
  margin-left: 1.6rem;
}

.ml-5 {
  margin-left: 2rem;
}

.ml-6 {
  margin-left: 2.4rem;
}

.ml-7 {
  margin-left: 2.8rem;
}

.ml-8 {
  margin-left: 3.2rem;
}

.ml-9 {
  margin-left: 3.6rem;
}

.ml-10 {
  margin-left: 4rem;
}

.ml-11 {
  margin-left: 4.4rem;
}

.ml-12 {
  margin-left: 4.8rem;
}

.ml-13 {
  margin-left: 5.2rem;
}

.ml-14 {
  margin-left: 5.6rem;
}

.ml-15 {
  margin-left: 6rem;
}

.ml-16 {
  margin-left: 6.4rem;
}

.mr-0 {
  margin-right: 0rem;
}

.mr-1 {
  margin-right: 0.4rem;
}

.mr-2 {
  margin-right: 0.8rem;
}

.mr-3 {
  margin-right: 1.2rem;
}

.mr-4 {
  margin-right: 1.6rem;
}

.mr-5 {
  margin-right: 2rem;
}

.mr-6 {
  margin-right: 2.4rem;
}

.mr-7 {
  margin-right: 2.8rem;
}

.mr-8 {
  margin-right: 3.2rem;
}

.mr-9 {
  margin-right: 3.6rem;
}

.mr-10 {
  margin-right: 4rem;
}

.mr-11 {
  margin-right: 4.4rem;
}

.mr-12 {
  margin-right: 4.8rem;
}

.mr-13 {
  margin-right: 5.2rem;
}

.mr-14 {
  margin-right: 5.6rem;
}

.mr-15 {
  margin-right: 6rem;
}

.mr-16 {
  margin-right: 6.4rem;
}

.pt-0 {
  padding-top: 0rem;
}

.pt-1 {
  padding-top: 0.4rem;
}

.pt-2 {
  padding-top: 0.8rem;
}

.pt-3 {
  padding-top: 1.2rem;
}

.pt-4 {
  padding-top: 1.6rem;
}

.pt-5 {
  padding-top: 2rem;
}

.pt-6 {
  padding-top: 2.4rem;
}

.pt-7 {
  padding-top: 2.8rem;
}

.pt-8 {
  padding-top: 3.2rem;
}

.pt-9 {
  padding-top: 3.6rem;
}

.pt-10 {
  padding-top: 4rem;
}

.pt-11 {
  padding-top: 4.4rem;
}

.pt-12 {
  padding-top: 4.8rem;
}

.pt-13 {
  padding-top: 5.2rem;
}

.pt-14 {
  padding-top: 5.6rem;
}

.pt-15 {
  padding-top: 6rem;
}

.pt-16 {
  padding-top: 6.4rem;
}

.pb-0 {
  padding-bottom: 0rem;
}

.pb-1 {
  padding-bottom: 0.4rem;
}

.pb-2 {
  padding-bottom: 0.8rem;
}

.pb-3 {
  padding-bottom: 1.2rem;
}

.pb-4 {
  padding-bottom: 1.6rem;
}

.pb-5 {
  padding-bottom: 2rem;
}

.pb-6 {
  padding-bottom: 2.4rem;
}

.pb-7 {
  padding-bottom: 2.8rem;
}

.pb-8 {
  padding-bottom: 3.2rem;
}

.pb-9 {
  padding-bottom: 3.6rem;
}

.pb-10 {
  padding-bottom: 4rem;
}

.pb-11 {
  padding-bottom: 4.4rem;
}

.pb-12 {
  padding-bottom: 4.8rem;
}

.pb-13 {
  padding-bottom: 5.2rem;
}

.pb-14 {
  padding-bottom: 5.6rem;
}

.pb-15 {
  padding-bottom: 6rem;
}

.pb-16 {
  padding-bottom: 6.4rem;
}

.pl-0 {
  padding-left: 0rem;
}

.pl-1 {
  padding-left: 0.4rem;
}

.pl-2 {
  padding-left: 0.8rem;
}

.pl-3 {
  padding-left: 1.2rem;
}

.pl-4 {
  padding-left: 1.6rem;
}

.pl-5 {
  padding-left: 2rem;
}

.pl-6 {
  padding-left: 2.4rem;
}

.pl-7 {
  padding-left: 2.8rem;
}

.pl-8 {
  padding-left: 3.2rem;
}

.pl-9 {
  padding-left: 3.6rem;
}

.pl-10 {
  padding-left: 4rem;
}

.pl-11 {
  padding-left: 4.4rem;
}

.pl-12 {
  padding-left: 4.8rem;
}

.pl-13 {
  padding-left: 5.2rem;
}

.pl-14 {
  padding-left: 5.6rem;
}

.pl-15 {
  padding-left: 6rem;
}

.pl-16 {
  padding-left: 6.4rem;
}

.pr-0 {
  padding-right: 0rem;
}

.pr-1 {
  padding-right: 0.4rem;
}

.pr-2 {
  padding-right: 0.8rem;
}

.pr-3 {
  padding-right: 1.2rem;
}

.pr-4 {
  padding-right: 1.6rem;
}

.pr-5 {
  padding-right: 2rem;
}

.pr-6 {
  padding-right: 2.4rem;
}

.pr-7 {
  padding-right: 2.8rem;
}

.pr-8 {
  padding-right: 3.2rem;
}

.pr-9 {
  padding-right: 3.6rem;
}

.pr-10 {
  padding-right: 4rem;
}

.pr-11 {
  padding-right: 4.4rem;
}

.pr-12 {
  padding-right: 4.8rem;
}

.pr-13 {
  padding-right: 5.2rem;
}

.pr-14 {
  padding-right: 5.6rem;
}

.pr-15 {
  padding-right: 6rem;
}

.pr-16 {
  padding-right: 6.4rem;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.fixed {
  position: fixed;
}

.sticky {
  position: sticky;
}

.flex-col {
  flex-direction: column;
}

.flex-row {
  flex-direction: row;
}

.mdc-text-field {
  display: flex;
  flex-direction: column-reverse;
  margin-bottom: 2rem;
}

.flex-auto {
  flex: 1 1 auto;
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.grid {
  display: grid;
}

.inline-grid {
  display: inline-grid;
}

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.justify-around {
  justify-content: space-around;
}

.justify-evenly {
  justify-content: space-evenly;
}

.items-start {
  align-items: flex-start;
}

.items-end {
  align-items: flex-end;
}

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

.items-stretch {
  align-items: stretch;
}

.self-start {
  align-self: flex-start;
}

.text-action {
  color: #3636b9;
}

.text-information {
  color: #2db0ff;
}

.text-critical,
.alert-error {
  color: #ff5252;
}

.text-confirmation {
  color: #2cbf87;
}

.text-warning {
  color: #f3b63b;
}

.text-purple-100 {
  color: #e6e6f9;
}

.text-purple-200 {
  color: #d3d3f7;
}

.text-purple-300 {
  color: #8787d9;
}

.text-purple-400 {
  color: #152d62;
}

.text-white {
  color: #ffffff;
}

.text-grey-100 {
  color: #f8faff;
}

.text-grey-200 {
  color: #f2f4fb;
}

.text-grey-300 {
  color: #d5dfea;
}

.text-grey-400 {
  color: #b6c7d9;
}

.text-grey-500 {
  color: #74889d;
}

.text-grey-600 {
  color: #46525f;
}

.text-grey-700 {
  color: #33333b;
}

.text-black {
  color: #000000;
}

.uppercase {
  text-transform: uppercase;
}

.text-xs {
  font-size: 1rem;
}

.text-xs-1 {
  font-size: 1.1rem;
}

.text-sm {
  font-size: 1.2rem;
}

.text-md {
  font-size: 1.4rem;
}

.text-base {
  font-size: 1.6rem;
}

.text-lg {
  font-size: 1.8rem;
}

.text-lg-1 {
  font-size: 2rem;
}

.text-lg-2 {
  font-size: 2.2rem;
}

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

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

.label {
  color: #33333b;
  font-family: "Assistant Semi Bold", sans-serif;
  font-size: 12px;
  text-align: left;
  display: block;
}

.input__inner,
.mdc-text-field__input,
.custom-select {
  position: relative;
  display: flex;
  border: 1px solid #d5dfea;
  border-radius: 0.6rem;
  padding: 0;
  min-height: 4.2rem;
  height: auto;
  width: 100%;
  color: #74889d;
}

.mdc-text-field__input {
  padding-left: 10px;
}

.input__inner {
  border-color: #c3c8ce;
}

.input__inner::placeholder {
  color: #74889d;
}

.custom-select {
  -webkit-appearance: menulist;
  height: 4.2rem;
}

.input__item .input-icon {
  display: flex;
  width: 3.8rem;
  cursor: pointer;
}

.input__inner:focus-within {
  border: 1px solid #74889d;
  transition: all 0.2s;
}

.mdc-form-field {
  margin-bottom: 2rem;
}

.mdc-checkbox {
  display: inline-block;
  margin-right: 12px;
}

.mdc-checkbox__checkmark {
  display: none;
}

.mdc-radio {
  display: inline-block;
  margin-right: 12px;
}

.consent-option-description {
  padding-left: 0px;
  margin-left: 0px;
  margin-top: -2rem;
  margin-bottom: 2rem;
  -left: 0px;
}

.reminderPanel {
  padding-top: 2rem;
}

.button,
.mdc-button,
.button--provider {
  position: relative;
  display: inline-block;
  height: 36px;
  min-width: 36px;
  padding: 0 6px;
  margin: 0;
  font-family: "Assistant Bold", sans-serif;
  border: 1px solid transparent;
  border-radius: 0.2rem;
  outline: none;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
button {
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
button:hover {
  box-shadow: 0px 3px 6px #00000029;
}
.button .button__prepend,
.mdc-button .button__prepend {
  flex-shrink: 0;
}
.button .button__inner,
.button .mdc-button__label,
.mdc-button .button__inner,
.mdc-button .mdc-button__label {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin: 0;
}
.button .hasIconRight,
.mdc-button .hasIconRight {
  margin-right: 0.8rem;
}
.button .hasIconLeft,
.mdc-button .hasIconLeft {
  margin-left: 0.8rem;
}
.button--primary,
.button--raised,
.mdc-button--primary,
.mdc-button--raised {
  border-radius: 6px;
  color: #ffffff;
  background: #3636b9;
}
.button--primary:hover,
.button--raised:hover,
.mdc-button--primary:hover,
.mdc-button--raised:hover {
  box-shadow: 0rem 0.4rem 2rem rgba(65, 74, 85, 0.1);
}
.button--secondary,
.button--outlined,
.mdc-button--secondary,
.mdc-button--outlined {
  color: #3636b9;
  background: #ffffff;
  border: 1px solid #3636b9;
}
.button--secondary:hover,
.button--outlined:hover,
.mdc-button--secondary:hover,
.mdc-button--outlined:hover {
  box-shadow: 0rem 0.4rem 2rem rgba(65, 74, 85, 0.1);
}
.button--alert,
.mdc-button--alert {
  color: #ff5252;
  background: #ffffff;
  border: 1px solid #ff5252;
}
.button--alert:hover,
.mdc-button--alert:hover {
  box-shadow: 0rem 0.4rem 2rem rgba(65, 74, 85, 0.1);
}
.button--grow,
.mdc-button--grow {
  flex-grow: 1;
}
.button--grow .button__inner,
.mdc-button--grow .button__inner {
  flex-grow: 1;
}

.button--provider {
  color: #ffffff;
  background: #ffffff;
  border: 1px solid #74889d;
  border-radius: 6px;
  flex: 1;
  color: #74889d;
}

.button--provider .button__inner {
  margin-right: 10px !important;
}

.button--secondary,
.button--outlined,
.mdc-button--secondary,
.mdc-button--outlined {
  color: #3636b9;
  background: #ffffff;
  border: 1px solid #3636b9;
}

.button--provider:hover,
.mdc-button--provider:hover {
  box-shadow: 0rem 0.4rem 2rem rgba(65, 74, 85, 0.1);
}
.button--select,
.mdc-button--select {
  display: flex;
  align-items: center;
  height: auto;
  border: 0;
  padding: 0.8rem;
  text-align: left;
}
.button--select .button__prepend,
.mdc-button--select .button__prepend {
  margin-right: 0;
}
.button--select .button__append,
.mdc-button--select .button__append {
  margin-left: 0;
}
.button--select .button__inner,
.mdc-button--select .button__inner {
  justify-content: flex-start;
}
.button--select--default,
.mdc-button--select--default {
  min-width: 30rem;
}
.button--select--default .button__append,
.mdc-button--select--default .button__append {
  margin-left: 0;
}
.button--select--default .button__append:before,
.mdc-button--select--default .button__append:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 4rem;
  height: 100%;
  background-color: #f2f4fb;
  border-radius: 0 0.5rem 0.5rem 0;
  overflow: hidden;
  border: transparent;
}
.button--select--default .button__append img,
.mdc-button--select--default .button__append img {
  position: absolute;
  top: 11px;
  right: 9px;
}
.button--icon,
.mdc-button--icon {
  display: flex;
  justify-content: center;
  align-items: center;
}
.button--upload,
.mdc-button--upload {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  min-height: 15rem;
  height: auto;
  width: 15rem;
  padding: 1rem 1rem 5.6rem 1rem;
  border: 0.1rem solid #cad5db;
}
.button--big,
.mdc-button--big {
  height: 4.5rem;
  padding: 0 2.2rem;
}
.button--small,
.mdc-button--small {
  height: 1.6rem;
  width: 1.6rem;
  min-width: inherit;
  padding: 0;
}
.button--inactive,
.mdc-button--inactive {
  cursor: default;
}
.button--transparency,
.mdc-button--transparency {
  background-color: transparent;
}

/* width */
.w-full {
  width: 100%;
}

.w-half {
  width: 50%;
}

/* height */
.h-full {
  height: 100%;
}

.w-100 {
  min-width: 12rem;
}

/* ----------------------------- */
/* Layout                        */
/* ----------------------------- */
body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  flex: 1 1;
  margin: 0 auto;
  background-color: #f6f8fb;
}

.page {
  min-height: 100vh;
}

.full-page {
  height: 100%;
  min-height: 100vh;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  background-color: #f6f8fb;
}

.auth-inner {
  display: flex;
  flex-direction: column;
  flex: 1 1;
  margin: 0 auto;
}

.auth__footer {
  text-align: center;
}

hr {
  display: none;
}

form {
  margin-bottom: 2rem;
}

.mdi {
  display: none;
}

.border-bottom {
  border-bottom: 1px solid #b6c7d9;
  margin-bottom: 2rem;
}

section {
  margin-top: 2rem;
}

.card,
.mdc-card,
.mdc-dialog,
div#login:not(button),
.login .row,
.cas-field,
.banner,
.container div .alert {
  max-width: 60rem;
  height: fit-content;
  padding: 4rem;
  background-color: #ffffff;
  border-radius: 1.2rem;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.05);
}


.card .mdc-card,
.mdc-card .mdc-card,
.mdc-dialog .mdc-card,
div#login:not(button) .mdc-card,
.login .row .mdc-card,
.cas-field .mdc-card,
.banner .mdc-card,
.container div .alert .mdc-card {
  padding: 0;
}

form .cas-field {
  padding: 0;
}

#login .banner {
  padding: 0;
}

#login *,
.mdc-card * {
  box-shadow: none;
}

.alert ~ #login {
  top: 100px;
}

.card-text {
  margin-top: 4rem;
}

.mdc-tab-bar {
  text-align: center;
  margin-bottom: 2rem;
}

.mdc-dialog {
  display: none;
  position: absolute;
  top: 0;
  left: 50%;
  min-width: 460px;
  transform: translateX(-50%);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.05);
  z-index: 2;
}

.banner-danger {
  padding: 2rem 7rem;
}

div#login:not(button) {
  position: absolute;
  top: 5%;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 5%;
}

.mdc-input-group,
.form-actions {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: -12px 0 0 -12px;
  width: calc(100% + 12px);
}
.mdc-input-group > *,
.form-actions > * {
  flex: 1;
  margin: 12px 0 0 12px;
}
.mdc-input-group .reveal-password,
.form-actions .reveal-password {
  margin-top: 36px;
}

.progress {
  background: #f6f8fb;
  border-radius: 12px;
  padding: 12px;
  margin-top: 20px;
  font-size: smaller;
  font-weight: bold;
  line-height: 12px;
}

.card__inner {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  padding: 100px;
}

.table {
  white-space: unset;
  margin-top: 16px;
}

.table__th {
  padding-bottom: 8px;
}

.table__cell {
  color: #74889d;
}

.form {
  display: block;
  width: 100%;
}

.form .button {
  padding-left: 16px;
  padding-right: 16px;
}

.row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.field {
  width: 100%;
  height: fit-content;
}

.checkbox {
  display: inline-block;
  max-width: 12px;
}

.checkbox ~ label {
  display: inline-block;
}

.password-forgot-link {
  color: #3636b9 !important;
  font-weight: bold;
}

input[type="checkbox"] {
  appearance: none;
  background-color: #fff;
  margin: 0;
  font: inherit;
  color: #b6c7d9;
  width: 25px;
  height: 20px;
  border: 2px solid #b6c7d9;
  border-radius: 6px;
  transform: translateY(-0.075em);
  margin-right: 5px;
  cursor: pointer;
  display: grid;
  place-content: center;
}

input[type="checkbox"]:checked::before {
  color: white;
  content: "✔";
  font-size: 17px;
  width: 25px;
  height: 25px;
  position: absolute;
  top: -3px;
  left: 4px;
}

input[type="checkbox"]:checked {
  border-color: #3636b9;
  background-color: #3636b9;
}

/*-------------------------------------------*\
  Scrollbar

  Customize the appearance of scroll bars.
\*-------------------------------------------*/
::-webkit-scrollbar-track {
  border: none;
  background-color: #ffffff;
}

::-webkit-scrollbar {
  width: 8px;
  background-color: #ffffff;
}

::-webkit-scrollbar-thumb {
  background-color: #c2c2c2;
}

/*-------------------------------------------*\
  Selection

  Customize the appearance of content selected by a mouse.
\*-------------------------------------------*/
::selection {
  background-color: #4141c8;
  color: #ffffff;
}

::-moz-selection {
  background-color: #4141c8;
  color: #ffffff;
}

::-o-selection {
  background-color: #4141c8;
  color: #ffffff;
}

::-ms-selection {
  background-color: #4141c8;
  color: #ffffff;
}

::-webkit-selection {
  background-color: #4141c8;
  color: #ffffff;
}

/* ----------------------------- */
/* Animation bubbles             */
/* ----------------------------- */
/* BLOC HERO */
.callbot-block {
  background-color: #f2f4fb;
  border-radius: 1.2rem;
  position: relative;
}

.callbot-block .inner-content {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 60px 130px 0 130px;
  box-shadow: 0px 2px 4px #5060704D;
  border-radius: 15px;
  overflow: hidden;
}

.callbot-block .inner-content .logo-white {
  margin: 0 auto 90px 0;
}

.callbot-block .inner-content .content {
  color: white;
  text-align: left;
}

.callbot-block .inner-content .content .title {
  font-size: 34px;
  margin-bottom: 17px;
  font-weight: bold;
}

.callbot-block .inner-content .content .desc {
  font-size: 21px;
  margin-bottom: 56px;
  width: 88%;
}

.callbot-block .inner-content .content .button-knowmore {
  background: transparent;
  border: 1px solid #ffffff;
  border-radius: 25px;
  color: white;
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  font-weight: normal;
  padding: 5px 15px 5px 20px;
  position: relative;
  z-index: 1;
}

.callbot-block .inner-content .content .button-knowmore::after {
  display: block;
  content: '';
  background: url(../images/arrow-round-back.svg) center center;
  margin: 2px 0 0 10px;
  width: 16px;
  height: 10px;
}

.callbot-block .inner-content .illu-content {
  margin-bottom: 50px;
}

.callbot-block .inner-content img {
  max-width: 135%;
  width: 135%;
  position: relative;
  bottom: 15vh;
  right: 4vw;
}

@media screen and (max-width: 1500px) {
  .callbot-block .inner-content img {
    bottom: 2vh;
  }
}

.callbot-block .testimony-wrapper {
  border: 1px solid #ffffff;
  border-radius: 11px;
  opacity: 1;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  bottom: 50px;
  left: 50px;
  right: 50px;
  padding: 30px;
}
.callbot-block .testimony-wrapper .inner-text {
  text-align: left;
  font-size: 45px;
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 1;
  margin-bottom: 30px;
}
.callbot-block .testimony-wrapper .inner-footer {
  display: flex;
  flex-direction: column;
}

.callbot-block .testimony-wrapper .rating {
  justify-content: end;
  display: flex;
}
.callbot-block .testimony-wrapper .rating img {
  margin: 0;
}

.callbot-block .testimony-wrapper .user {
  justify-content: space-between;
  display: flex;
  align-items: baseline;
}

.callbot-block .testimony-wrapper .user .name {
  text-align: left;
  font-size: 40px;
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 1;
}

.callbot-block .testimony-wrapper .user .info {
  text-align: left;
  font-size: 20px;
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 1;
}

.animation-bulles {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
}

.animation-bulles img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.animation-1 {
  height: 17.25664%;
  width: 14.78439%;
  top: 7.65487%;
  left: 6.46817%;
}

.animation-2 {
  height: 21.23894%;
  width: 16.83778%;
  top: 0;
  left: 44.35318%;
}

.animation-3 {
  height: 19.69027%;
  width: 11.29363%;
  top: 38.71681%;
  left: 73.59343%;
}

.animation-4 {
  height: 19.02655%;
  width: 11.0883%;
  top: 68.07522%;
  left: 48.76797%;
}

.animation-5 {
  height: 19.9115%;
  width: 12.52567%;
  top: 47.92035%;
  left: 9.67146%;
}

.animation-1 .animation-bulles-blue,
.animation-2 .animation-bulles-blue,
.animation-3 .animation-bulles-blue,
.animation-4 .animation-bulles-blue,
.animation-5 .animation-bulles-blue {
  -webkit-animation: dydu-anim-fadeInOutUp-blue 5s ease-out infinite;
  animation: dydu-anim-fadeInOutUp-blue 5s ease-out infinite;
}

.animation-1 .animation-bulles-green,
.animation-2 .animation-bulles-green,
.animation-3 .animation-bulles-green,
.animation-4 .animation-bulles-green,
.animation-5 .animation-bulles-green {
  -webkit-animation: dydu-anim-fadeInOutUp-green 5s ease-out infinite;
  animation: dydu-anim-fadeInOutUp-green 5s ease-out infinite;
}

.animation-2 .animation-bulles-blue,
.animation-2 .animation-bulles-green {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.animation-3 .animation-bulles-blue,
.animation-3 .animation-bulles-green {
  -webkit-animation-delay: 7s;
  animation-delay: 7s;
}

.animation-4 .animation-bulles-blue,
.animation-4 .animation-bulles-green {
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}

.animation-5 .animation-bulles-blue,
.animation-5 .animation-bulles-green {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

/* BLUE ANIMATION */
@-webkit-keyframes dydu-anim-fadeInOutUp-blue {
  0% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
  }
  14% {
    opacity: 1;
  }
  35% {
    opacity: 1;
  }
  40% {
    opacity: 0;
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px);
  }
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
  }
}
@keyframes dydu-anim-fadeInOutUp-blue {
  0% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
  }
  14% {
    opacity: 1;
  }
  35% {
    opacity: 1;
  }
  40% {
    opacity: 0;
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px);
  }
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
  }
}
/*  GREEN ANIMATION */
@-webkit-keyframes dydu-anim-fadeInOutUp-green {
  0% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
  }
  10% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
  }
  24% {
    opacity: 1;
  }
  45% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px);
  }
  to {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
  }
}
@keyframes dydu-anim-fadeInOutUp-green {
  0% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
  }
  10% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
  }
  24% {
    opacity: 1;
  }
  45% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px);
  }
  to {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
  }
}
@media screen and (max-width: 991px) {
  .callbot-block {
    display: none;
  }
}

#bannerError {
  width : 100%; display: flex; justify-content: center;
}

#bannerError h6 {
  color: #ff5252;min-width: 400px;text-align: center;
}

#pwdMustContain {
  background: #F8FAFF;border: solid #3636B9;border-width: 1px 1px 1px 4px;margin-bottom: 15px;border-radius: 4px;
  text-align: left;padding: 10px 15px;color: #46525F;
}

#pwdMustContain ul {
  font-family: 'Assistant Bold', sans-serif;
}

#btnCancelReinit {
  margin: 0 auto;color: #3636B9;background: #FFFFFF;border: 1px solid #8787D9;
  border-radius: 6px;margin-top: 8px;width: 100%;
}