@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@600&family=Red+Hat+Display:wght@400;500;700;900&display=swap');
* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  margin: 0;
  outline: 0;
  padding: 0;
}
a {
  cursor: pointer;
  text-decoration: none;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  text-decoration: none;
}
br {
  clear: both;
}
input,
textarea,
select {
  outline: none;
}
html,
body {
  height: 100%;
  width: 100%;
}
body {
  color: #656565;
  font-family: 'Red Hat Display', sans-serif;
  font-size: 16px;
}
strong,
b {
  font-weight: 700;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
.container-fluid {
  padding: 0;
}
.container {
  max-width: 1720px;
}
.lazy-backgrounds {
  background-color: #EEEEEE;
  background-image: none !important;
}
#login-area {
  background-color: #FFFFFF;
  background-image: linear-gradient(119.01deg,#593C8F 17.84%,#6369D1 82.16%);
  background-position: left;
  background-repeat: no-repeat;
  background-size: 50% 100%;
  box-shadow: 0px 0px 40px rgba(0,0,0,0.1);
  height: 100vh;
}
#login-area.new-password {
  padding-top: 200px;
  height: auto;
}
#login-area .container {
  align-items: flex-end;
  display: flex;
  height: 100%;
  justify-content: space-between;
  padding-bottom: 80px;
}
#login-area .image-area {
  align-items: center;
  border-radius: 100px 0px;
  display: flex;
  height: 70%;
  justify-content: center;
  overflow: hidden;
  width: 55%;
}
#login-area .image-area img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
#login-area .content {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  height: 70%;
  padding-top: 60px;
  width: 33%;
}
#login-area .go-back {
  color: #6369d1;
  display: block;
  font-weight: 600;
  margin-bottom: 40px;
  text-transform: uppercase;
}
#login-area .go-back .iconify {
  margin-right: 10px;
}
#login-area .subtitle {
  color: #6369CF;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 25px;
}
#login-area .title {
  color: #656565;
  font-size: 32px;
  font-weight: bold;
  line-height: 44px;
  letter-spacing: -0.692308px;
  margin-bottom: 20px;
}
#login-area .instructions {
  font-weight: 500;
  margin-bottom: 20px;
}
#login-area .options>:not(:last-child) {
  margin-right: 15px;
}
#login-area .options>:not(:first-child) {
  margin-left: 15px;
}
#login-area .options .btn {
  background: #FFFFFF;
  border: 3px solid transparent;
  border-radius: 20px;
  box-shadow: 0px 4px 44px rgba(0,0,0,0.1);
  color: #B6B3BA;
  font-size: 18px;
  font-weight: normal;
  line-height: 28px;
  padding: 22px 28px;
}
#login-area .options .btn-light:hover {
  border-color: #6369CF;
  color: #3A3A3A;
  font-weight: bold;
}
#login-area .options .btn-light .btn-icon {
  margin-right: 30px;
}
#login-area form {
  width: 375px;
}
#login-area form .form-control {
  border: none;
  border-bottom: 1px solid #D2D1D5;
  border-radius: 0;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 45px;
  padding: 10px 5px;
}
#login-area form .form-control[type="password"] {
  margin-bottom: 30px;
}
#login-area form .form-control:focus {
  border-color: #6369D1;
  outline: 0;
  box-shadow: none;
}
#login-area form .form-control.required:focus {
  border-color: #FC698F;
}
#login-area .btn-primary {
  align-items: center;
  border: 1px solid #FFFFFF00;
  background: #6369D1;
  border-radius: 50px;
  box-shadow: none;
  color: #FFFFFF;
  display: inline-flex;
  font-weight: bold;
  font-size: 20px;
  justify-content: center;
  line-height: 16px;
  text-align: center;
  padding: 1em 3em;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-right: 30px;
}
#login-area .btn-primary:hover,
#login-area .btn-primary:active,
#login-area .btn-primary:focus {
  outline: 0;
  box-shadow: none;
  background: #4f56cb;
  color: #FFFFFF;
  text-decoration: none;
}
#login-area .forgot-password {
  color: #B9B9B9;
  font-size: 16px;
  font-weight: bold;
  line-height: 25px;
  text-decoration-line: underline;
}
#login-area .forgot-password:hover {
  color: #a0a0a0;
}
#begin-test {
  background-color: #FFFFFF;
  background-image: linear-gradient(119.01deg,#593C8F 17.84%,#6369D1 82.16%);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 25% 45%;
  box-shadow: 0px 0px 40px rgba(0,0,0,0.1);
}
#begin-test .container {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: space-between;
  padding-bottom: 80px;
}
#begin-test .image-area {
  align-items: center;
  border-radius: 100px 0px;
  display: flex;
  height: 70%;
  justify-content: center;
  overflow: hidden;
  width: 45%;
}
#begin-test .image-area img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
#begin-test .content {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  height: 70%;
  width: 45%;
}
#begin-test .title {
  font-size: 32px;
  font-weight: bold;
  letter-spacing: -0.692308px;
  line-height: 44px;
  margin-bottom: 20px;
}
#begin-test .text {
  font-size: 22px;
  font-weight: 500;
  line-height: 40px;
  margin-bottom: 40px;
}
#begin-test .text p {
  margin-bottom: 0;
}
#begin-test .btn-primary {
  align-items: center;
  border: 1px solid #FFFFFF00;
  background: #6369D1;
  border-radius: 50px;
  box-shadow: none;
  color: #FFFFFF;
  display: inline-flex;
  font-weight: bold;
  font-size: 20px;
  justify-content: center;
  line-height: 16px;
  text-align: center;
  padding: 1em 3em;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-right: 30px;
}
#begin-test .btn-primary:hover,
#begin-test .btn-primary:active,
#begin-test .btn-primary:focus {
  outline: 0;
  box-shadow: none;
  background: #4f56cb;
  color: #FFFFFF;
  text-decoration: none;
}
#test-area {
  background-color: #FFFFFF;
  background-image: linear-gradient(119.01deg,#593C8F 17.84%,#6369D1 82.16%);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 25% 45%;
  min-height: 100vh;
  padding-bottom: 100px;
  padding-top: 250px;
}
#test-area .container {
  align-items: flex-start;
  display: flex;
  height: 100%;
  justify-content: space-between;
}
#test-area .container.redo .section-title {
  color: #656565;
  font-size: 28px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 50px;
  text-align: center;
  width: 100%;
}
#test-area .image-area {
  align-items: center;
  border-radius: 100px 0px;
  display: none;
  height: 100%;
  justify-content: center;
  overflow: hidden;
  width: 45%;
}
#test-area .image-area.active {
  display: flex;
}
#test-area .image-area img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
#test-area .content {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 45%;
}
#test-area .content .steps-list {
  display: inline-flex;
  list-style: none;
  margin-bottom: 60px;
}
#test-area .content .steps-list .item {
  margin-right: 20px;
  padding-left: 15px;
}
#test-area .content .steps-list .item:last-child {
  margin-right: 0;
}
#test-area .content .steps-list a {
  color: #B6B3BA;
  font-size: 18px;
  line-height: 28px;
  padding: 0;
  position: relative;
}
#test-area .content .steps-list a.disabled {
  opacity: 0.5;
}
#test-area .content .steps-list a:before {
  background: #B6B3BA;
  border-radius: 10px;
  content: "";
  height: 6px;
  left: -15px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
}
#test-area .content .steps-list a.active {
  color: #6369CF;
  font-weight: bold;
}
#test-area .content .steps-list a.active:before {
  background: #6369CF;
}
#test-area .form-area {
  display: none;
  height: 100%;
  flex-direction: column;
}
#test-area .form-area.active {
  display: flex;
  width: 100%;
}
#test-area .form-area .question-title {
  color: #656565;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: -0.692308px;
  line-height: 35px;
  margin-bottom: 20px;
}
#test-area .form-area .question-title small {
  color: #656565;
  display: block;
  font-size: 18px;
  line-height: 28px;
}
#test-area .form-area .question-title .question-tutorial {
  color: #6369D1;
  margin-left: 10px;
}
#test-area .form-area .form-group {
  margin-bottom: 40px;
  width: 100%;
}
#test-area .form-area .radio-options-buttons {
  display: grid;
  grid-gap: 35px;
  grid-template-columns: repeat(2,245px);
}
#test-area .form-area .radio-options-buttons .option {
  position: relative;
}
#test-area .form-area .radio-options-buttons input[type="radio"] {
  opacity: 0;
  position: absolute;
}
#test-area .form-area .radio-options-buttons label {
  background: #FFFFFF;
  border-radius: 20px;
  border: 3px solid #FFFFFF00;
  box-shadow: 0px 4px 44px rgba(0,0,0,0.1);
  color: #B6B3BA;
  cursor: pointer;
  display: block;
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 0;
  padding: 20px 28px;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#test-area .form-area .radio-options-buttons label .btn-icon {
  margin-right: 30px;
}
#test-area .form-area .radio-options-buttons input[type="radio"]:checked+label {
  border-color: #6369CF;
  box-shadow: none;
  color: #3A3A3A;
  font-weight: bold;
}
#test-area .form-area .form-columns {
  display: grid;
  grid-gap: 35px;
  grid-template-columns: repeat(2,245px);
}
#test-area .form-area .select-areas select {
  border: none;
  border-bottom: 1px solid #A09FA3;
  border-radius: 0;
  font-size: 18px;
  line-height: 28px;
  padding: 10px 5px;
}
#test-area .form-area .select-areas select:not(:last-child) {
  margin-right: 5px;
}
#test-area .form-area input[type="number"],
#test-area .form-area input[type="text"] {
  border: none;
  border-bottom: 1px solid #A09FA3;
  display: block;
  font-size: 18px;
  line-height: 28px;
  padding: 10px 5px;
  width: 400px;
}
#test-area .form-area .radio-options {
  display: inline-flex;
  flex-wrap: wrap;
}
#test-area .form-area .radio-options .option {
  align-items: center;
  display: inline-flex;
  position: relative;
  margin-bottom: 10px;
  margin-right: 20px;
}
#test-area .form-area .radio-options .option:last-child {
  margin-right: 0;
}
#test-area .form-area .radio-options input[type="radio"] {
  cursor: pointer;
  height: 40px;
  opacity: 0;
  position: absolute;
  width: 40px;
  z-index: 1;
}
#test-area .form-area .radio-options label {
  color: #B6B3BA;
  cursor: pointer;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 0;
  margin-left: 10px;
}
#test-area .form-area .radio-options .radio-marker {
  border: 1px solid #C3C3C3;
  border-radius: 50%;
  cursor: pointer;
  display: block;
  height: 40px;
  position: relative;
  width: 40px;
}
#test-area .form-area .radio-options .radio-marker:after {
  background: #A9AFFF;
  border-radius: 50%;
  content: "";
  height: 17px;
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 17px;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#test-area .form-area .radio-options input[type="radio"]:checked + .radio-marker:after {
  opacity: 1;
}
#test-area .form-area .radio-options input[type="radio"]:checked + .radio-marker + label {
  color: #3A3A3A;
  font-weight: 500;
}
#test-area .form-area .actions {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-top: auto;
}
#test-area .form-area .actions .btn-next-step,
#test-area .form-area .actions input[type="submit"] {
  align-items: center;
  border: 1px solid #FFFFFF00;
  background: #6369CF;
  border-radius: 50px;
  box-shadow: none;
  color: #FFFFFF;
  display: inline-flex;
  font-weight: bold;
  font-size: 20px;
  justify-content: center;
  line-height: 16px;
  text-align: center;
  padding: 1em 3em;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#test-area .form-area .actions .btn-next-step:hover,
#test-area .form-area .actions .btn-next-step:active,
#test-area .form-area .actions .btn-next-step:focus,
#test-area .form-area .actions input[type="submit"]:hover,
#test-area .form-area .actions input[type="submit"]:active,
#test-area .form-area .actions input[type="submit"]:focus {
  outline: 0;
  box-shadow: none;
  background: #5056c9;
  color: #FFFFFF;
  text-decoration: none;
}
#test-area .form-area .actions .link-prev-step {
  color: #6369CF;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
  position: relative;
}
#test-area .form-area .actions .link-prev-step:after {
  background-color: #6369CF;
  bottom: -5px;
  content: "";
  height: 1px;
  left: 0;
  opacity: 0;
  position: absolute;
  width: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#test-area .form-area .actions .link-prev-step:hover:after {
  opacity: 1;
  width: 100%;
}
.block-test {
  align-items: center;
  background: rgba(0,0,0,0.5);
  display: none;
  justify-content: center;
  left: 0;
  height: 100vh;
  position: fixed;
  width: 100vw;
  top: 0;
  z-index: 25;
}
.block-test .content {
  background: #fff;
  border-radius: 10px 10px 0px 0px;
  position: relative;
  padding: 60px 40px 30px;
  max-width: 40%;
}
.block-test .content h5 {
  font-weight: bold;
  margin-bottom: 20px;
}
.block-test .content p {
  font-size: 18px;
}
.block-test .content p a {
  color: #6369D1;
  position: relative;
}
.block-test .content p a:after {
  bottom: 0;
  background: #6369D1;
  content: '';
  left: 0;
  height: 1px;
  position: absolute;
  width: 0%;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.block-test .content p a:hover:after {
  width: 100%;
}
.block-test .content:after {
  background: #6369D1;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 10px;
  border-radius: 10px 10px 0px 0px;
}
.block-test.show {
  display: flex;
}
#terms {
  background-color: #F4F4F4;
  min-height: 100vh;
  padding-bottom: 90px;
  padding-top: 200px;
}
#terms .section-title {
  align-items: center;
  display: flex;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 35px;
}
#terms .section-title .iconify {
  background-color: #FFFFFF;
  border-radius: 50%;
  box-shadow: 0px 4px 34px rgba(0,0,0,0.1);
  color: #6369D1;
  font-size: 38px;
  height: 90px;
  margin-right: 25px;
  margin-top: -5px;
  padding: 20px;
  width: 90px;
}
#terms .regular-text {
  font-size: 22px;
  font-weight: 500;
  line-height: 40px;
}
#breadcrumb {
  padding: 200px 0 50px;
}
#breadcrumb .help-links {
  align-items: center;
  justify-content: space-between;
  display: flex;
}
#breadcrumb .help-links .item {
  align-items: center;
  display: flex;
  width: fit-content;
}
#breadcrumb .help-links .breadcrumb-link {
  color: #3A3A3A;
  font-weight: 500;
  font-size: 18px;
  line-height: 35px;
  margin-right: 25px;
  position: relative;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#breadcrumb .help-links .breadcrumb-link.active,
#breadcrumb .help-links .breadcrumb-link:hover,
#breadcrumb .help-links .breadcrumb-link:focus,
#breadcrumb .help-links .breadcrumb-link:active {
  color: #6369CF;
}
#breadcrumb .help-links .breadcrumb-link.w-divider {
  padding-right: 25px;
  border-right: 1px solid #E6E6E6;
}
#breadcrumb .help-links .divider {
  background: #E6E6E6;
  height: 100%;
  width: 1px;
}
#breadcrumb .help-links .btn-do-test {
  align-items: center;
  border: 1px solid #FFFFFF00;
  background: #6369D1;
  border-radius: 50px;
  box-shadow: none;
  color: #FFFFFF;
  display: inline-flex;
  font-weight: bold;
  font-size: 16px;
  justify-content: center;
  line-height: 16px;
  text-align: center;
  padding: 1em 2em;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#breadcrumb .help-links .btn-do-test:hover,
#breadcrumb .help-links .btn-do-test:active,
#breadcrumb .help-links .btn-do-test:focus {
  outline: 0;
  box-shadow: none;
  background: #4f56cb;
  color: #FFFFFF;
  text-decoration: none;
}
#breadcrumb .help-links .btn-pdf {
  align-items: center;
  border: none;
  background: #fff;
  border-radius: 50px;
  box-shadow: none;
  color: #6369D1;
  display: inline-flex;
  font-weight: bold;
  font-size: 16px;
  justify-content: center;
  line-height: 16px;
  text-align: center;
  padding: 1em 2em;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  box-shadow: inset 0 0 0 0px #6369D1, 0px 4px 44px rgba(0,0,0,0.1);
}
#breadcrumb .help-links .btn-pdf:hover,
#breadcrumb .help-links .btn-pdf:active,
#breadcrumb .help-links .btn-pdf:focus {
  outline: 0;
  box-shadow: none;
  background: #f2f2f2;
  color: #6369D1;
  text-decoration: none;
}
#breadcrumb .help-links .btn-pdf:hover {
  background: #fff;
  border: none;
  box-shadow: inset 0 0 0 2.5px #6369D1, 0px 4px 44px rgba(0,0,0,0.1);
}
#breadcrumb .help-links a {
  margin-right: 25px;
}
#breadcrumb .help-links a:last-child {
  margin-right: 0;
}
#logoutModal .modal-header {
  align-items: center;
}
#logoutModal .modal-header a .iconify {
  font-size: 25px;
}
#logoutModal .modal-footer {
  padding: 0 60px 20px;
  border: none;
}
#logoutModal .btn-cancel {
  align-items: center;
  border: none;
  background: #fff;
  border-radius: 50px;
  box-shadow: none;
  color: #6369D1;
  display: inline-flex;
  font-weight: bold;
  font-size: 16px;
  justify-content: center;
  line-height: 16px;
  text-align: center;
  padding: 1em 2em;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  box-shadow: inset 0 0 0 0px #6369D1, 0px 4px 44px rgba(0,0,0,0.1);
  margin-right: 0;
}
#logoutModal .btn-cancel:hover,
#logoutModal .btn-cancel:active,
#logoutModal .btn-cancel:focus {
  outline: 0;
  box-shadow: none;
  background: #f2f2f2;
  color: #6369D1;
  text-decoration: none;
}
#logoutModal .btn-cancel:hover {
  background: #fff;
  border: none;
  box-shadow: inset 0 0 0 2.5px #6369D1, 0px 4px 44px rgba(0,0,0,0.1);
}
#logoutModal .btn-primary {
  align-items: center;
  border: 1px solid #FFFFFF00;
  background: #6369D1;
  border-radius: 50px;
  box-shadow: none;
  color: #FFFFFF;
  display: inline-flex;
  font-weight: bold;
  font-size: 16px;
  justify-content: center;
  line-height: 16px;
  text-align: center;
  padding: 1em 2em;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#logoutModal .btn-primary:hover,
#logoutModal .btn-primary:active,
#logoutModal .btn-primary:focus {
  outline: 0;
  box-shadow: none;
  background: #4f56cb;
  color: #FFFFFF;
  text-decoration: none;
}
#profile-area {
  padding-bottom: 70px;
}
#profile-area .container {
  align-items: stretch;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
#profile-area .profile-pic {
  background-color: #f8f8f8;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  box-shadow: 0px 0px 8px rgba(0,0,0,0.15);
  height: 160px;
  margin-bottom: 35px;
  width: 160px;
}
#profile-area .read-user-infos-area {
  background: #FFFFFF;
  border-radius: 20px 0 0 20px;
  box-shadow: 5px 7px 30px rgba(0,0,0,0.05);
  padding: 33px 35px;
  width: 70%;
}
#profile-area .read-user-infos-area input[type='text'] {
  background: unset;
  border: none;
  border-bottom: 1px solid #D2D1D5;
  color: #1F1F1F;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 45px;
  margin-right: 70px;
  padding: 10px;
}
#profile-area .read-user-infos-area input[type='text'].column-25 {
  width: 26.7%;
}
#profile-area .read-user-infos-area input[type='text'].column-60 {
  width: 60%;
}
#profile-area .read-user-infos-area .btn-primary {
  align-items: center;
  border: 1px solid #FFFFFF00;
  background: #6369CF;
  border-radius: 50px;
  box-shadow: none;
  color: #FFFFFF;
  display: inline-flex;
  font-weight: bold;
  font-size: 16px;
  justify-content: center;
  line-height: 16px;
  text-align: center;
  padding: 1em 2em;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#profile-area .read-user-infos-area .btn-primary:hover,
#profile-area .read-user-infos-area .btn-primary:active,
#profile-area .read-user-infos-area .btn-primary:focus {
  outline: 0;
  box-shadow: none;
  background: #5056c9;
  color: #FFFFFF;
  text-decoration: none;
}
#profile-area .read-user-infos-area .btn-primary .iconify {
  font-size: 24px;
  margin-right: 15px;
}
#profile-area .edit-user-infos {
  background: #FFFFFF;
  border-radius: 20px 0 0 20px;
  box-shadow: 5px 7px 30px rgba(0,0,0,0.05);
  display: none;
  padding: 33px 35px;
  width: 70%;
}
#profile-area .edit-user-infos .profile-pic-area {
  align-items: center;
  display: flex;
  margin-bottom: 35px;
}
#profile-area .edit-user-infos .profile-pic-area .btn-change-profile-pic {
  align-items: center;
  border: 1px solid #FFFFFF00;
  background: #FFFFFF;
  border-radius: 50px;
  box-shadow: none;
  color: #6369CF;
  display: inline-flex;
  font-weight: bold;
  font-size: 14px;
  justify-content: center;
  line-height: 16px;
  text-align: center;
  padding: 1em 2em;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  box-shadow: 0px 0px 8px rgba(0,0,0,0.06);
  margin-right: 15px;
}
#profile-area .edit-user-infos .profile-pic-area .btn-change-profile-pic:hover,
#profile-area .edit-user-infos .profile-pic-area .btn-change-profile-pic:active,
#profile-area .edit-user-infos .profile-pic-area .btn-change-profile-pic:focus {
  outline: 0;
  box-shadow: none;
  background: #f2f2f2;
  color: #6369CF;
  text-decoration: none;
}
#profile-area .edit-user-infos .profile-pic-area .btn-remove-profile-pic {
  align-items: center;
  border: 1px solid #FFFFFF00;
  background: #FFFFFF;
  border-radius: 50px;
  box-shadow: none;
  color: #BEBEBE;
  display: inline-flex;
  font-weight: bold;
  font-size: 14px;
  justify-content: center;
  line-height: 16px;
  text-align: center;
  padding: 1em 2em;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  box-shadow: 0px 0px 8px rgba(0,0,0,0.06);
}
#profile-area .edit-user-infos .profile-pic-area .btn-remove-profile-pic:hover,
#profile-area .edit-user-infos .profile-pic-area .btn-remove-profile-pic:active,
#profile-area .edit-user-infos .profile-pic-area .btn-remove-profile-pic:focus {
  outline: 0;
  box-shadow: none;
  background: #f2f2f2;
  color: #BEBEBE;
  text-decoration: none;
}
#profile-area .edit-user-infos .profile-pic {
  margin-bottom: 0;
  margin-right: 25px;
}
#profile-area .edit-user-infos select,
#profile-area .edit-user-infos input[type='text'],
#profile-area .edit-user-infos input[type='email'],
#profile-area .edit-user-infos input[type='password'] {
  background: unset;
  border: none;
  border-bottom: 1px solid #D2D1D5;
  color: #1F1F1F;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 45px;
  margin-right: 70px;
  padding: 10px;
}
#profile-area .edit-user-infos select[readonly],
#profile-area .edit-user-infos input[type='text'][readonly],
#profile-area .edit-user-infos input[type='email'][readonly],
#profile-area .edit-user-infos input[type='password'][readonly] {
  color: #B6B3BA;
}
#profile-area .edit-user-infos select.column-25,
#profile-area .edit-user-infos button.column-25,
#profile-area .edit-user-infos input.column-25 {
  width: 26.7%;
}
#profile-area .edit-user-infos select.column-60,
#profile-area .edit-user-infos button.column-60,
#profile-area .edit-user-infos input.column-60 {
  width: 60%;
}
#profile-area .edit-user-infos .form-group {
  pointer-events: none;
  display: inline-block;
  margin-bottom: 45px;
  margin-right: 70px;
  position: relative;
}
#profile-area .edit-user-infos .form-group.column-25 {
  width: 26.7%;
}
#profile-area .edit-user-infos .form-group.column-60 {
  width: 60%;
}
#profile-area .edit-user-infos .form-group select,
#profile-area .edit-user-infos .form-group input[type='text'],
#profile-area .edit-user-infos .form-group input[type='email'],
#profile-area .edit-user-infos .form-group input[type='password'] {
  margin: 0;
  width: 100%;
}
#profile-area .edit-user-infos .form-group .iconify {
  color: #B6B3BA;
  font-size: 20px;
  position: absolute;
  right: 0;
  top: 10px;
}
#profile-area .edit-user-infos .btn-primary {
  align-items: center;
  border: 1px solid #FFFFFF00;
  background: #6369CF;
  border-radius: 50px;
  box-shadow: none;
  color: #FFFFFF;
  display: inline-flex;
  font-weight: bold;
  font-size: 16px;
  justify-content: center;
  line-height: 16px;
  text-align: center;
  padding: 1em 2em;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 64px;
}
#profile-area .edit-user-infos .btn-primary:hover,
#profile-area .edit-user-infos .btn-primary:active,
#profile-area .edit-user-infos .btn-primary:focus {
  outline: 0;
  box-shadow: none;
  background: #5056c9;
  color: #FFFFFF;
  text-decoration: none;
}
#profile-area .edit-user-infos .btn-primary img {
  max-height: 100%;
}
#profile-area .side-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0 20px 20px 0;
  width: 30%;
}
#calculatingModal .modal-header {
  padding: 60px 120px 10px;
}
#calculatingModal .modal-body {
  padding: 10px 120px 25px;
}
#calculatingModal .progress {
  background: #fff;
  border-radius: 60px;
  border: 1px solid #6369cf;
  height: 60px;
  position: relative;
  margin-top: 30px;
}
#calculatingModal .progress .progress-bar {
  background-color: #6369CF;
}
#calculatingModal .progress p {
  color: #000;
  font-weight: bold;
  font-size: 16px;
  left: 45%;
  line-height: 60px;
  margin-bottom: 0;
  position: absolute;
  top: 0%;
}
#user-history {
  min-height: 65vh;
  padding-bottom: 60px;
}
#user-history.no-user-history .container {
  display: flex;
  grid-gap: unset;
}
#user-history.no-user-history .sleep-reports .list-reports {
  display: flex;
  width: 100%;
  grid-gap: unset;
  justify-content: center;
}
#user-history .container {
  display: grid;
  grid-template-columns: 1fr 4fr;
  grid-gap: 140px;
}
#user-history .filter .text {
  color: #979797;
  font-weight: 500;
  font-size: 20px;
  line-height: 35px;
  margin-bottom: 25px;
}
#user-history .filter-options {
  background: #FFFFFF;
  box-shadow: 0px 4px 44px rgba(0,0,0,0.1);
  border-radius: 50px;
  padding: 30px 50px;
}
#user-history .filter-options ul {
  list-style: none;
  margin-bottom: 0;
}
#user-history .filter-options li {
  align-items: center;
  cursor: pointer;
  color: #656565;
  display: flex;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 20px;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#user-history .filter-options li .iconify {
  font-size: 20px;
  margin-right: 15px;
}
#user-history .filter-options li:hover,
#user-history .filter-options li.active {
  color: #1F1F1F;
}
#user-history .filter-options li:hover .iconify,
#user-history .filter-options li.active .iconify {
  color: #593C8F;
}
#user-history .filter-options li.active {
  font-size: 20px;
  font-weight: bold;
}
#user-history .filter-options li:last-child {
  margin-bottom: 0;
}
#user-history .filter-options li .month-name {
  position: relative;
}
#user-history .filter-options li .month-name:after {
  bottom: 0;
  background: #1F1F1F;
  content: '';
  left: 0%;
  height: 1px;
  position: absolute;
  width: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#user-history .filter-options li:not(.active):hover .month-name:after {
  width: 100%;
}
#user-history .sleep-reports {
  width: 100%;
}
#user-history .sleep-reports h3 {
  color: #3A3A3A;
  font-size: 26px;
  line-height: 64px;
}
#user-history .sleep-reports .list-reports {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  grid-gap: 40px;
}
#user-history .sleep-reports .full-screen {
  min-height: 55vh;
}
#user-history .report {
  background: #FFFFFF;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  padding: 40px 40px 40px 60px;
  position: relative;
}
#user-history .report .content {
  display: grid;
  grid-gap: 0 20px;
  grid-template-columns: 1fr 1fr;
}
#user-history .report .content,
#user-history .report .circle {
  width: 100%;
}
#user-history .report .circle {
  align-items: center;
  display: flex;
  height: 260px;
  justify-content: center;
  position: relative;
}
#user-history .report h3 {
  font-weight: 900;
  font-size: 40px;
  line-height: 35px;
  margin: 0 0 10px;
}
#user-history .report h4 {
  color: #656565;
  font-weight: 500;
  font-size: 28px;
  line-height: 30px;
  margin: 0 0 30px;
}
#user-history .report h5 {
  color: #6369CF;
  font-weight: bold;
  font-size: 20px;
  line-height: 28px;
  margin: 0 0 10px;
}
#user-history .report span {
  color: #656565;
  font-weight: 500;
  font-size: 20px;
  line-height: 20px;
  margin: 0;
}
#user-history .report p {
  color: #656565;
  font-weight: bold;
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 25px;
}
#user-history .report:after {
  content: '';
  border-radius: 10px 0 0 10px;
  left: 0;
  height: 100%;
  top: 0;
  position: absolute;
  width: 10px;
}
#user-history .report.green h3 {
  color: #63CF88;
}
#user-history .report.green circle {
  color: #63CF88;
}
#user-history .report.green:after {
  background: #63CF88;
}
#user-history .report.yellow h3 {
  color: #FFC701;
}
#user-history .report.yellow circle {
  color: #FFC701;
}
#user-history .report.yellow:after {
  background: #FFC701;
}
#user-history .report.red h3 {
  color: #E25656;
}
#user-history .report.red circle {
  color: #E25656;
}
#user-history .report.red:after {
  background: #E25656;
}
#user-history .percentage-area {
  text-align: center;
}
#user-history .progress-infos {
  position: absolute;
  top: 0;
}
#user-history .progress-infos svg {
  position: relative;
  z-index: 5;
}
#user-history .progress-infos:after {
  border-radius: 50%;
  box-shadow: inset 0 0 0 20px #e6e6e6;
  content: '';
  height: 88%;
  left: 15px;
  top: 15px;
  position: absolute;
  width: 88%;
}
#user-history .progress-ring__circle {
  transform: rotate(-90deg);
  transform-origin: 50% 50%;
  stroke-linecap: round;
  stroke-width: 15px;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}
#user-history .reference {
  left: -27%;
  position: absolute;
  top: 22%;
  transform: translateY(-30%);
  z-index: 8;
}
#user-history .reference:after {
  background: #656565;
  content: "";
  height: 2px;
  position: absolute;
  right: -43px;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
}
#user-history .empty-history {
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 25px;
  font-weight: bold;
}
#user-history .loading-reports {
  align-items: center;
  display: none;
  justify-content: center;
  height: 100%;
}
#user-history .loading-reports img {
  max-width: 50%;
  animation: animateImg 0.8s ease infinite;
  margin-top: 45px;
}
#no-user-page {
  padding-bottom: 60px;
  overflow-y: hidden;
}
#no-user-page h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
#no-user-page .video-area {
  margin-bottom: 85px;
}
#no-user-page .video-area .video {
  align-items: center;
  display: flex;
  justify-content: center;
}
#no-user-page .video-area .thumbnail {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 10px;
  align-items: center;
  display: flex;
  justify-content: center;
  height: 500px;
  width: 70%;
  position: relative;
}
#no-user-page .video-area .thumbnail .iconify {
  color: #FFFFFF;
  font-size: 80px;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#no-user-page .graph-image {
  margin: 40px 0 80px;
}
#no-user-page .graph-image img {
  filter: drop-shadow(0px 0px 10px rgba(0,0,0,0.1));
  max-width: 100%;
}
#no-user-page .container {
  position: relative;
}
#no-user-page .swiper-navigation {
  align-items: center;
  bottom: 0;
  display: flex;
  right: 0;
  position: absolute;
}
#no-user-page .swiper-navigation .swiper-buttons {
  position: unset !important;
}
#no-user-page .swiper-navigation .swiper-buttons:after {
  content: unset !important;
}
#no-user-page .swiper-navigation .swiper-buttons .iconify {
  color: #6369D1;
  font-size: 35px;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#no-user-page .swiper-navigation .swiper-buttons:not(.swiper-button-disabled):hover .iconify {
  color: #3c43c5;
}
#no-user-page .swiper-navigation .swiper-buttons:first-child {
  margin-right: 10px;
}
#no-user-page #advantages-swiper {
  padding: 20px 0;
  overflow-y: hidden;
}
#no-user-page #advantages-swiper .content {
  background: #FFFFFF;
  box-shadow: 0px 4px 34px rgba(0,0,0,0.1);
  border-radius: 20px;
  display: flex;
  flex-direction: column;
}
#no-user-page #advantages-swiper .content .title-area {
  border-radius: 20px 20px 0 0;
  padding: 45px 30px;
}
#no-user-page #advantages-swiper .content .background {
  border-radius: 0 0 20px 20px;
  height: 280px;
}
#no-user-page .bottom-container {
  padding-top: 30px;
}
#no-user-page .bottom-container h3 {
  color: #656565;
  font-weight: bold;
  font-size: 32px;
  line-height: 48px;
  text-align: center;
}
#no-user-page .bottom-container h3 span {
  color: #6369D1;
}
@keyframes animateImg {
  0% {
    margin-top: 45px;
  }
  50% {
    margin-top: 0px;
  }
  100% {
    margin-top: 45px;
  }
}
#geral-graph {
  padding-bottom: 60px;
  color: #979797;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
}
#geral-graph h2 {
  color: #656565;
  font-weight: bold;
  line-height: 30px;
  font-size: 28px;
}
#geral-graph h2 span {
  color: #6369D1;
}
#geral-graph h2:first-child {
  margin-bottom: 25px;
}
#geral-graph .legend {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 30px 0;
}
#geral-graph .legend p {
  margin-bottom: 0;
}
#geral-graph .legend .colors {
  display: flex;
}
#geral-graph .legend .colors .color {
  align-items: center;
  color: #979797;
  display: flex;
  margin-right: 20px;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#geral-graph .legend .colors .color.active {
  color: #6369CF;
}
#geral-graph .legend .colors .color:last-child {
  margin-right: 0;
}
#geral-graph .legend .colors .color:last-child.active {
  color: #75218A;
}
#geral-graph .legend .colors .color .circle {
  background: currentColor;
  border-radius: 50%;
  height: 16px;
  margin-right: 10px;
  width: 16px;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#geral-graph .graph-area {
  background: #FFFFFF;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
  border-radius: 10px;
  min-height: 540px;
  margin-bottom: 50px;
  padding: 40px 40px 40px 0px;
  position: relative;
}
#geral-graph .graph-area .scroll-gif {
  bottom: 0;
  display: none;
  height: 50px;
  position: absolute;
  right: 0;
}
#geral-graph .graph-area .absolut-legend {
  background: #fff;
  height: 80%;
  left: 25px;
  padding: 10px 10px 0 0;
  position: absolute;
  text-align: right;
  z-index: 10;
}
#geral-graph .graph-area .absolut-legend p {
  color: #3A3A3A;
  font-weight: 500;
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 75px;
}
#geral-graph .graph-area .absolut-legend p:last-child {
  margin-bottom: 0;
}
#geral-graph .graph-area:after {
  content: '';
  background: #6369D1;
  border-radius: 10px 0 0 10px;
  left: 0;
  height: 100%;
  top: 0;
  position: absolute;
  width: 10px;
}
#geral-graph .graph-area .graphics {
  margin-left: auto;
  height: 450px;
  max-width: 95%;
  width: 100%;
}
#geral-graph .graph-area #graph-area-weeks {
  display: none;
}
.ct-series-a .ct-bar,
.ct-series-a .ct-line,
.ct-series-a .ct-point,
.ct-series-a .ct-slice-donut {
  stroke: #6369CF !important;
}
.ct-series-a .ct-bar,
.ct-series-b .ct-line,
.ct-series-b .ct-point,
.ct-series-b .ct-slice-donut {
  stroke: #75218A !important;
}
.ct-labels foreignObject:not(:first-child) .ct-label {
  margin-left: -10px;
}
#graph-area-weeks .ct-labels foreignObject:not(:first-child) .ct-label {
  margin-left: -50px;
  width: fit-content !important;
}
.ct-label {
  color: #3A3A3A !important;
  font-weight: 500;
  font-size: 18px !important;
  line-height: 20px !important;
}
.tooltip-custom {
  background: #fff;
  box-shadow: 0px -1px 8px rgba(50,50,71,0.15);
  border-radius: 0 20px 20px 20px;
  display: none;
  left: 50px;
  position: absolute;
  padding: 10px 20px;
  text-align: center;
  top: 50px;
  z-index: 999;
}
.tooltip-custom p {
  color: #656565;
  font-weight: 500;
  font-size: 18px;
  line-height: 19px;
}
.tooltip-custom span {
  font-weight: 900;
  font-size: 30px;
  line-height: 35px;
}
.tooltip-custom span.green {
  color: #63CF88;
}
.tooltip-custom span.yellow {
  color: #FFC701;
}
.tooltip-custom span.red {
  color: #E25656;
}
.tooltip-custom:after {
  content: '';
  position: absolute;
  display: none;
  top: -7px;
  left: 43%;
  background: #fff;
  box-shadow: 5px -3px 8px rgba(50,50,71,0.07);
  transform: rotate(-45deg);
  width: 15px;
  height: 15px;
}
