@import url(//stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);@charset "UTF-8";

* {
  padding: 0;
  -webkit-text-size-adjust: 100%;
  margin: 0;
}

html,
body {
  font-family: "Roboto";
}

body.has-loading {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

body.has-loading.loaded {
  width: auto;
  height: auto;
  overflow: visible;
}

body.has-loading.loaded .content {
  opacity: 1;
}

body.has-loading.all-loaded.loaded .loading {
  display: none;
}

body.has-loading.all-loaded.loaded .content {
  background: transparent;
}

.content {
  width: 100%;
  overflow: hidden;
  background: #fff;
  opacity: 0;
  transition: 0.5s opacity;
}

.container {
  max-width: 1250px;
  width: 90%;
  margin: 0 auto;
}

.page {
  background-color: rgba(27, 117, 188, 0.02);
  margin-top: 100px;
}

.icon-box {
  padding: 24px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0px 5px 20px rgba(27, 117, 188, 0.1);
  border-bottom: 4px solid #00d6aa;
}

.icon-box img {
  width: 32px;
  display: block;
  margin-bottom: 24px;
}

.icon-box p.body-2 {
  color: rgba(0, 10, 46, 0.5);
  margin-bottom: 0 !important;
}

.about__text .icon-box img {
  width: 32px !important;
}

.mini-icon-box {
  padding: 6px;
  border-right: 4px solid #00d6aa;
  border-radius: 4px;
  background: #fff;
  display: grid;
  grid-template-columns: 24px 1fr;
  grid-column-gap: 10px;
}

.mini-icon-box img {
  width: 24px;
  align-self: center;
  display: block;
}

.mini-icon-box p.body-3 {
  color: rgba(0, 10, 46, 0.5);
  margin-bottom: 0 !important;
  align-self: center;
}

.required-asterisk {
  color: #ff647c;
}

.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.5s;
}

.fade-enter,
.fade-leave-to {
  opacity: 0;
}

.homepage-video {
  max-width: 1180px;
  margin: -100px auto 100px auto;
  width: 100%;
}

.homepage-video .homepage-video-container {
  width: 100%;
  aspect-ratio: 16/9;
  height: 0;
  position: relative;
  padding-bottom: 56.25%;
}

.homepage-video .homepage-video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.services .container {
  padding-top: 120px;
}

.services__faq {
  padding-bottom: 180px;
}

.services__faq .header-2 {
  text-align: center;
  margin-bottom: 80px;
}

.services__faq .faqs {
  max-width: 780px;
  margin: 0 auto;
}

.services__faq .faqs .faqs-question {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.services__faq .faqs .faqs-question > a {
  height: 60px;
  display: block;
  line-height: 60px;
  color: #000a2e;
  text-decoration: none;
  position: relative;
}

.services__faq .faqs .faqs-question > a::after {
  content: "";
  display: block;
  position: absolute;
  height: 12px;
  width: 12px;
  background: url("/imgs/blue-plus.png");
  background-size: cover;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}

.services__faq .faqs .faqs-question p {
  color: rgba(0, 10, 46, 0.5);
  padding-left: 20px;
  border-radius: 4px;
  border-left: 4px solid #00d6aa;
  margin-bottom: 20px;
}

.services__faq .faqs .faqs-question p a {
  color: #1b75bc;
}

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

.services__section-title .body-2 {
  margin-top: 15px;
  color: rgba(0, 10, 46, 0.5);
  max-width: 450px;
  margin: 15px auto 0 auto;
}

.services .packages-notice {
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: rgba(0, 10, 46, 0.5);
  margin-top: 20px;
  margin-bottom: 77px;
}

.services__packages {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 20px;
  margin-top: 100px;
}

.services__packages__package {
  padding-top: 15px;
  display: grid;
}

.services__packages__package--blue {
  padding-top: 0;
}

.services__packages__package--blue .services__packages__package__box {
  background: url("/imgs/circle-rotated.png"), linear-gradient(225deg, #2d428e 0%, #1b75bc 100%);
  background-position: 90px -220px, 0 0;
  background-size: 620px 620px, 100% 100%;
  background-repeat: no-repeat;
}

.services__packages__package--blue .services__packages__package__box .header-3,
.services__packages__package--blue .services__packages__package__box .price {
  color: #fff;
}

.services__packages__package--blue .services__packages__package__box p.body-2,
.services__packages__package--blue .services__packages__package__box ul li {
  color: rgba(255, 255, 255, 0.8);
}

.services__packages__package--blue .services__packages__package__box ul li::before {
  background-image: url("/imgs/green-check.png");
}

.services__packages__package__box {
  background: #ffffff;
  box-shadow: 0px 5px 20px rgba(27, 117, 188, 0.1);
  border-radius: 4px;
  padding: 40px;
}

.services__packages__package__box .notice {
  font-size: 13px;
  margin-top: 20px;
  color: rgba(255, 255, 255, 0.8);
}

.services__packages__package__box .header-3 {
  color: #000a2e;
  text-align: center;
  margin-bottom: 24px;
}

.services__packages__package__box .header-3 span {
  display: inline-block;
  height: 24px;
  line-height: 24px;
  border: 1px solid #fff;
  border-radius: 4px;
  vertical-align: middle;
  font-size: 14px;
  font-weight: 400;
  padding: 6px 0;
  width: 81px;
  text-align: center;
  margin-left: 10px;
}

.services__packages__package__box p.body-2 {
  color: rgba(0, 10, 46, 0.5);
  margin-bottom: 30px;
  text-align: center;
}

.services__packages__package__box .price {
  font-size: 40px;
  color: #000a2e;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}

.services__packages__package__box .price span {
  font-size: 16px;
  font-weight: 400;
}

.services__packages__package__box .price span.discount-price {
  font-size: 25px;
  text-decoration: line-through;
}

.services__packages__package__box .button-2 {
  background: #fff;
  margin: 0 auto 60px auto;
}

.services__packages__package__box .button-1 {
  margin: 0 auto 60px auto;
}

.services__packages__package__box ul {
  list-style: none;
}

.services__packages__package__box ul li {
  padding-left: 30px;
  position: relative;
  color: rgba(0, 10, 46, 0.5);
}

.services__packages__package__box ul li:not(:last-child) {
  margin-bottom: 12px;
}

.services__packages__package__box ul li:before {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url("/imgs/blue-check.png");
  display: inline-block;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 3px;
}

.list-enter-active,
.list-leave-active {
  transition: transform 0.5s;
}

.list-enter,
.list-leave-to {
  opacity: 0;
  transform: translateX(250px);
  position: absolute;
}

.back-enter-active,
.back-leave-active {
  transition: transform 0.5s;
}

.back-enter,
.back-leave-to {
  opacity: 0;
  transform: translateX(-250px);
  position: absolute;
}

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

.more-information .header-2 {
  margin-bottom: 15px !important;
  color: #000a2e;
}

.more-information .body-2 {
  color: rgba(0, 10, 46, 0.5);
}

.more-information .button-2 {
  display: table;
  margin: 40px auto 80px auto;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  margin: 0 5px;
}

.dataTables_wrapper .dataTables_filter {
  float: none;
  text-align: left;
  width: 100%;
}

.dataTables_wrapper .dataTables_filter input {
  width: 100%;
  height: 48px;
  border: 1px solid rgba(0, 0, 0, 0.35);
  box-sizing: border-box;
  border-radius: 4px;
  padding-left: 45px;
  background-image: url(/imgs/search-icon.png);
  background-position: 10px center;
  background-repeat: no-repeat;
  background-color: #fff;
  background-size: 24px;
  font-family: "Roboto";
  margin-top: 10px;
  margin-bottom: 15px;
  display: block;
  font-size: 16px;
}

.dataTables_wrapper .dataTables_paginate {
  font-size: 14px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  background: #1b75bc;
}

.terms-conditions {
  padding-bottom: 60px;
}

.terms-conditions p {
  margin-bottom: 20px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 27px;
  color: #000a2e;
}

.terms-conditions h3 {
  margin-top: 40px;
  margin-bottom: 20px;
}

.terms-conditions p.body-2 {
  margin-bottom: 32px;
  color: rgba(0, 10, 46, 0.5);
}

.terms-conditions .header-2 {
  margin-bottom: 32px;
  color: #000a2e;
}

.terms-conditions .header-2--pad {
  margin-top: 60px;
}

#card-element {
  border: 1px solid rgba(0, 0, 0, 0.35);
  padding: 21px 16px;
  border-radius: 5px;
}

.total-box {
  background: #1b75bc;
  border-radius: 5px;
  margin-top: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 5px;
}

.total-box h2 {
  padding: 5px 10px;
  color: #fff;
  font-family: "Roboto";
  align-self: center;
  font-size: 16px;
}

.total-box h2.small {
  font-size: 14px;
  font-weight: 400;
}

.total-box h3 {
  padding: 5px 10px;
  color: #fff;
  font-family: "Roboto";
  align-self: center;
  font-size: 18px;
  text-align: right;
}

.total-box h3.small {
  font-size: 15px;
  font-weight: 400;
}

.tooltip {
  display: block !important;
  z-index: 10000;
}

.tooltip .tooltip-inner {
  background: #1b75bc;
  color: #fff;
  border-radius: 5px;
  padding: 5px 10px 4px;
}

.tooltip .tooltip-arrow {
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  margin: 5px;
  border-color: #1b75bc;
  z-index: 1;
}

.tooltip[x-placement^=top] {
  margin-bottom: 5px;
}

.tooltip[x-placement^=top] .tooltip-arrow {
  border-width: 5px 5px 0 5px;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-bottom-color: transparent !important;
  bottom: -5px;
  left: calc(50% - 5px);
  margin-top: 0;
  margin-bottom: 0;
}

.tooltip[x-placement^=bottom] {
  margin-top: 5px;
}

.tooltip[x-placement^=bottom] .tooltip-arrow {
  border-width: 0 5px 5px 5px;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-top-color: transparent !important;
  top: -5px;
  left: calc(50% - 5px);
  margin-top: 0;
  margin-bottom: 0;
}

.tooltip[x-placement^=right] {
  margin-left: 5px;
}

.tooltip[x-placement^=right] .tooltip-arrow {
  border-width: 5px 5px 5px 0;
  border-left-color: transparent !important;
  border-top-color: transparent !important;
  border-bottom-color: transparent !important;
  left: -5px;
  top: calc(50% - 5px);
  margin-left: 0;
  margin-right: 0;
}

.tooltip[x-placement^=left] {
  margin-right: 5px;
}

.tooltip[x-placement^=left] .tooltip-arrow {
  border-width: 5px 0 5px 5px;
  border-top-color: transparent !important;
  border-right-color: transparent !important;
  border-bottom-color: transparent !important;
  right: -5px;
  top: calc(50% - 5px);
  margin-left: 0;
  margin-right: 0;
}

.tooltip.popover .popover-inner {
  background: #f9f9f9;
  color: black;
  padding: 24px;
  border-radius: 5px;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
}

.tooltip.popover .popover-arrow {
  border-color: #f9f9f9;
}

.tooltip[aria-hidden=true] {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.15s, visibility 0.15s;
}

.tooltip[aria-hidden=false] {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.15s;
}

.payment-page-page > h2,
.payment-page-page > p {
  text-align: center;
}

.payment-page-page .payment-page-grid {
  padding: 0 30px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding-top: 30px;
  grid-gap: 80px;
}

.payment-page-page .payment-page-grid form {
  align-self: center;
}

.payment-page-page .payment-page-grid form .form__group {
  margin-bottom: 15px;
}

.payment-page-page .payment-page-grid form button {
  margin-top: 15px;
}

.payment-page-page .services__packages {
  grid-template-columns: 1fr;
  padding-top: 0;
  margin-top: 0;
}

.payment-page-page .services__packages__package {
  margin-top: 0;
  padding-top: 0;
}

.tooltip-box {
  padding: 10px;
}

.analytics-tabs > ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.analytics-tabs > ul li {
  list-style: none;
}

.analytics-tabs > ul li a {
  text-align: center;
  text-transform: uppercase;
  display: block;
  padding: 15px 0;
  font-size: 14px;
  text-decoration: none;
  color: #1b75bc;
  opacity: 0.5;
}

.analytics-tabs > ul li a:hover,
.analytics-tabs > ul li a.active {
  opacity: 1;
  font-weight: bold;
}

.analytics-tabs > ul li:not(:first-child) {
  border-left: 1px solid rgba(0, 0, 0, 0.15);
}

.analytics-tabs {
  position: relative;
}

.interpretation-mark .interpretation-text {
  display: none;
}

.interpretation-mark:hover .interpretation-text {
  display: block;
  position: absolute;
  background: #fff;
  padding: 20px;
  right: 0;
  top: 23px;
  z-index: 333;
  border: 1px solid #1b75bc;
}

.interpretation-mark:hover .interpretation-text > div {
  color: rgba(0, 10, 46, 0.5);
  margin-top: 20px;
  line-height: 18px;
}

.interpretation-mark:hover .interpretation-text > div ul,
.interpretation-mark:hover .interpretation-text > div ol {
  color: rgba(0, 10, 46, 0.5);
  margin-left: 15px;
  margin-bottom: 15px;
}

.interpretation-mark:hover .interpretation-text > div p {
  margin-bottom: 15px;
}

.interpretation-mark .interpretation-icon {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  border: 1px solid #1b75bc;
  height: 20px;
  width: 20px;
  border-radius: 20px;
  text-align: center;
  line-height: 20px;
  color: #1b75bc;
  font-weight: bold;
  font-size: 14px;
  margin-top: -1px;
}

.analytics-interpretation {
  border-radius: 5px;
  margin-bottom: 15px;
  background: #f5f5f5;
  border: 1px solid #ddd;
  padding: 20px;
}

.analytics-interpretation > a {
  font-weight: bold;
  font-size: 14px;
  text-decoration: none;
  color: #1b75bc;
  display: block;
  width: 100%;
  position: relative;
}

.analytics-interpretation > a::after {
  content: "";
  width: 12px;
  height: 12px;
  display: block;
  position: absolute;
  top: 6px;
  right: 4px;
  background: url("/imgs/caret.png");
  background-repeat: no-repeat;
  background-size: 100%;
}

.analytics-interpretation > div {
  color: rgba(0, 10, 46, 0.5);
  margin-top: 20px;
  line-height: 18px;
}

.analytics-interpretation > div ul,
.analytics-interpretation > div ol {
  color: rgba(0, 10, 46, 0.5);
  margin-left: 15px;
  margin-bottom: 15px;
}

.analytics-interpretation > div p {
  margin-bottom: 15px;
}

.analytics-interpretation.active > a::after {
  top: 1px;
  transform: rotate(180deg);
}

.multiselect--active {
  z-index: 100 !important;
}

.analytics-filters-box {
  margin-bottom: 15px;
}

.analytics-filters-box .multiselect__single {
  display: table;
  width: auto;
  color: #fff;
  background: #1b75bc;
  padding: 8px;
}

.recurring-table {
  grid-column: span 2;
  margin-top: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 40px;
  grid-gap: 5px;
  box-shadow: 0px 5px 20px rgba(27, 117, 188, 0.1);
  padding: 20px 15px;
}

.recurring-table div {
  align-self: center;
}

.recurring-table .twocols {
  grid-column: span 2;
}

.recurring-table div:not(:first-child) {
  color: rgba(0, 10, 46, 0.5);
  text-align: center;
}

.email-icon {
  width: 60%;
  display: block;
  margin: 30px auto;
  max-width: 150px;
}

.email-btn {
  display: table;
  margin: 30px auto;
}

.about__sidebar ul li.selectedSection {
  display: none;
}

.reset-col {
  width: 30px;
  padding: 0 !important;
}

.reset-col a {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background: #1b75bc;
  color: #fff;
  font-family: "Roboto";
  font-weight: 400;
  font-size: 15px;
  text-decoration: none;
}

.drag-hold {
  max-width: 650px;
}

.about__header {
  height: 400px;
  background: url("/imgs/about-header.jpg");
  background-size: cover;
  position: relative;
}

.about__header::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(225deg, #2d428e 0%, #1b75bc 100%);
  z-index: 1;
  mix-blend-mode: multiply;
}

.about__header .container {
  height: 400px;
  width: 100%;
  position: relative;
  z-index: 2;
  text-align: center;
  display: grid;
  align-content: center;
}

.about__header .container .header-1 {
  padding-left: 25px;
  text-align: left;
  color: #fff;
}

.about__grid {
  padding-top: 100px;
  display: grid;
  grid-template-columns: 180px 1fr;
  grid-column-gap: 120px;
}

.about__sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 140px;
  align-self: start;
}

.about__sidebar ul {
  list-style: none;
}

.about__sidebar ul li {
  margin-bottom: 12px;
}

.about__sidebar ul li a {
  color: #000a2e;
  text-decoration: none;
  padding: 4px;
}

.about__sidebar ul li a:hover,
.about__sidebar ul li a.active {
  background: rgba(27, 117, 188, 0.1);
  border-radius: 4px;
  color: #1b75bc;
}

.about__text img {
  width: 100% !important;
  height: auto !important;
}

.about__text__section {
  padding-bottom: 80px;
}

.about__text__section--terms p.body-3 {
  margin-bottom: 20px;
}

.about__text__section--terms h3.header-3 {
  margin-top: 40px;
}

.about__text__section--terms ul {
  padding-left: 50px;
}

.about__text__section .header-2 {
  margin-bottom: 32px;
  color: #000a2e;
}

.about__text__section .header-2--pad {
  margin-top: 60px;
}

.about__text__section .header-3 {
  margin-bottom: 32px;
}

.about__text__section .header-3--pad {
  margin-bottom: 60px;
}

.about__text__section .body-2 p {
  margin-bottom: 32px;
  color: rgba(0, 10, 46, 0.5);
}

.about__text__section .body-2 p a {
  color: rgba(0, 10, 46, 0.5);
}

.about__text__section ul {
  list-style: none;
  margin-bottom: 32px;
}

.about__text__section ul li {
  padding-left: 30px;
  position: relative;
  color: rgba(0, 10, 46, 0.5);
}

.about__text__section ul li:not(:last-child) {
  margin-bottom: 13px;
}

.about__text__section ul li:before {
  content: "";
  width: 16px;
  height: 13px;
  background-image: url("/imgs/check.png");
  display: inline-block;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}

.about__text__section .icon-box-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
  grid-auto-rows: 1fr;
}

.about__text__section .mini-icon-box-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}

.about__text__section .blue-box {
  padding: 40px;
  border-radius: 4px;
  background: url("/imgs/circle-rotated.png"), linear-gradient(225deg, #2d428e 0%, #1b75bc 100%);
  background-position: 510px 50px, 0 0;
  background-size: 620px 620px, 100% 100%;
  background-repeat: no-repeat;
  padding: 52px 48px;
}

.about__text__section .blue-box .header-2 {
  color: #fff;
}

.about__text__section .blue-box .body-2 p {
  color: rgba(255, 255, 255, 0.8);
}

.contact-us {
  padding-top: 120px;
}

.contact-us iframe {
  display: block;
}

.contact-us__grid {
  padding-bottom: 80px;
  display: grid;
  grid-template-columns: 380px 1fr;
  grid-column-gap: 120px;
}

.contact-us__form {
  border-radius: 4px;
  background: url("/imgs/circle-rotated.png"), linear-gradient(225deg, #662f90 0%, #1b75bc 100%);
  background-position: 340px -300px, 0 0;
  background-size: 620px 620px, 100% 100%;
  background-repeat: no-repeat;
  padding: 52px 48px;
  box-sizing: border-box;
}

.contact-us__form .header-4 {
  color: #00d6aa;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.contact-us__form .header-2 {
  color: #fff;
}

.contact-us__form .body-2 {
  color: rgba(255, 255, 255, 0.8);
  max-width: 350px;
  margin-top: 28px;
  margin-bottom: 38px;
}

.contact-us__form :-ms-input-placeholder {
  font-family: "Roboto";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
}

.contact-us__form ::-moz-placeholder {
  font-family: "Roboto";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
}

.contact-us__form ::placeholder {
  font-family: "Roboto";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
}

.contact-us__form input,
.contact-us__form textarea {
  background: rgba(255, 255, 255, 0.2);
  display: block;
  width: 100%;
  border-radius: 4px;
  font-family: "Roboto";
  box-sizing: border-box;
  outline: 0;
  border: 0;
  margin-bottom: 20px;
  padding-left: 16px;
  color: #fff;
  font-size: 16px;
}

.contact-us__form input.error,
.contact-us__form textarea.error {
  border: 1px solid #ff647c;
}

.contact-us__form input {
  height: 60px;
}

.contact-us__form textarea {
  height: 200px;
  padding-top: 19px;
}

.contact-us__text {
  padding-top: 58px;
}

.contact-us__text .header-4 {
  text-transform: uppercase;
  color: #662f90;
  margin-bottom: 8px;
}

.contact-us__text .header-2 {
  color: #000a2e;
  margin-bottom: 28px;
}

.contact-us__text .body-2 {
  color: rgba(0, 10, 46, 0.5);
}

.contact-us__text .icon {
  width: 16px;
}

.contact-us__text .phone-number {
  padding: 20px 0;
}

.contact-us__text .phone-number img {
  margin-right: 10px;
}

.contact-us__text .work-hours {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  padding-bottom: 32px;
  padding-top: 5px;
  margin-bottom: 32px;
}

.contact-us__text .work-hours div {
  display: grid;
  grid-template-columns: 16px 1fr 1fr;
  grid-column-gap: 15px;
}

.contact-us__text .email {
  margin-bottom: 15px;
}

.contact-us__text .email a {
  color: #1b75bc;
  text-decoration: none;
}

.contact-us__text .email img {
  margin-right: 10px;
  vertical-align: middle;
}

.contact-us__text .location img {
  vertical-align: middle;
  margin-right: 10px;
}

.start-line {
  display: grid;
  margin-bottom: 24px;
  grid-template-columns: 1fr 150px;
  grid-column-gap: 15px;
  border-top: 1px solid rgba(0, 0, 0, 0.35);
  border-bottom: 1px solid rgba(0, 0, 0, 0.35);
  padding: 24px 0;
}

.start-line > label {
  align-self: center;
}

.start-line .model-1 {
  min-width: 150px;
  height: 42px;
  text-align: right;
}

.start-line .checkbox {
  position: relative;
  display: inline-block;
}

.start-line .checkbox:after,
.start-line .checkbox:before {
  font-family: FontAwesome;
  font-feature-settings: normal;
  -webkit-font-kerning: auto;
  font-kerning: auto;
  font-language-override: normal;
  font-stretch: normal;
  font-style: normal;
  font-synthesis: weight style;
  font-variant: normal;
  font-weight: normal;
  text-rendering: auto;
}

.start-line .checkbox label {
  width: 90px;
  height: 42px;
  background: #fff;
  border: 2px solid #1b75bc !important;
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  border-radius: 46px;
  transition: 0.4s;
}

.start-line .checkbox label:after {
  content: "";
  position: absolute;
  width: 34px;
  height: 34px;
  border-radius: 100%;
  left: 3px;
  top: 2px;
  z-index: 2;
  border: 0;
  transition: 0.4s;
  background: #eee;
  box-sizing: border-box;
}

.start-line .checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  opacity: 0;
  cursor: pointer;
}

.start-line .checkbox input:checked + label:after {
  left: 50px;
}

.start-line .model-1 .checkbox input:checked + label:after {
  background: #1b75bc;
}

.start-line .model-1 .checkbox input:checked + label:before {
  display: none;
}

.unread-bubble {
  display: inline-block;
  height: 20px;
  width: 20px;
  background: #ff647c;
  color: #fff;
  text-align: center;
  line-height: 20px;
  margin-left: 10px;
  font-size: 11px;
  border-radius: 20px;
}

.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: #fff;
}

.loading.loading--pending > img {
  width: 0px;
  opacity: 0;
}

.loading.loading--done {
  z-index: -1;
}

.loading.loading--done .loading__gradient {
  height: 100%;
}

.loading > img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 200px;
  transition: 0.8s width, 0.8s opacity;
}

.loading .loading__gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: linear-gradient(225deg, #662f90 0%, #1b75bc 100%);
  transition: 0.5s height;
}

.header-1 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  line-height: 62px;
  color: #000a2e;
}

.header-2 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: bold;
  color: #000a2e;
  font-size: 28px;
  line-height: 42px;
}

.header-3 {
  font-family: "Roboto";
  font-style: normal;
  color: #000a2e;
  font-weight: bold;
  font-size: 20px;
  line-height: 28px;
}

.header-4 {
  font-family: "Poppins";
  font-style: normal;
  color: #000a2e;
  font-weight: bold;
  font-size: 13px;
  line-height: 20px;
}

.body-1 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 22px;
}

.body-2 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 27px;
}

.body-3 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 27px;
}

.button-1 {
  font-family: "Poppins";
  border: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  cursor: pointer;
  line-height: 16px;
  padding: 22px 28px;
  border-radius: 4px;
  background-color: #00d6aa;
  color: #fff;
  text-decoration: none;
  display: table;
}

.button-1[disabled] {
  opacity: 0.3;
}

.button-1[disabled]:hover {
  opacity: 0.3;
  cursor: default;
}

.button-1:hover {
  opacity: 0.8;
}

.button-1 svg {
  vertical-align: middle;
  margin-right: 10px;
}

.button-1.pulsate {
  background-color: #662f90;
  box-shadow: 0 0 0 0 rgba(102, 47, 144, 0.5);
  -webkit-animation: pulsate 1.5s infinite;
}

.button-2 {
  border: 2px solid #ffffff;
  box-sizing: border-box;
  border-radius: 4px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  cursor: pointer;
  line-height: 16px;
  padding: 20px 28px;
  color: #fff;
  text-decoration: none;
  display: table;
}

.button-2:hover {
  opacity: 0.8;
}

.button-2--blue {
  border: 2px solid #1b75bc;
  color: #1b75bc;
}

.button-3 {
  border: 2px solid #1b75bc;
  box-sizing: border-box;
  border-radius: 4px;
  font-size: 16px;
  line-height: 16px;
  font-family: "Poppins";
  color: #1b75bc;
  background: transparent;
  font-weight: bold;
  padding: 20px 25px;
  cursor: pointer;
}

.button-3:hover {
  background: #1b75bc;
  color: #fff;
  cursor: pointer;
}

.button-3[disabled] {
  opacity: 0.3;
}

.button-3[disabled]:hover {
  opacity: 0.3;
  cursor: default;
}

.delete-btn {
  width: 100%;
  margin-top: 10px;
  background: transparent;
  border: 0;
  color: #fd6262;
  font-size: 13px;
  padding: 10px 0;
  cursor: pointer;
  border-radius: 5px;
}

.delete-btn:hover {
  background: #eeeeee;
}

.button-4 {
  border: 1px solid #1b75bc;
  border-radius: 4px;
  text-decoration: none;
  background: transparent;
  font-size: 16px;
  line-height: 22px;
  color: #1b75bc;
  cursor: pointer;
  font-family: "Roboto";
  padding: 6px 10px;
  outline: 0;
}

.button-4--green {
  color: white !important;
  background: #00d6aa;
  border: 0 !important;
}

.button-4--green svg rect {
  fill: white !important;
}

.button-4--green svg path {
  stroke: white !important;
}

.button-4--green:hover {
  opacity: 0.5;
}

.button-4.read-btn {
  position: initial !important;
  margin-left: 15px;
}

.button-4:hover {
  background: #1b75bc;
  color: #fff;
}

.button-4:hover svg path {
  stroke: #fff;
}

.button-4--disabled {
  cursor: default !important;
  opacity: 0.3;
}

.button-4--disabled:hover {
  background: #fff;
  color: #1b75bc !important;
}

.button-4--with-image {
  text-align: center;
  height: 36px;
  border: 1px solid #2ad8ae;
}

.button-4--with-image img {
  max-height: 90%;
  vertical-align: middle;
}

.button-4.trash-button {
  width: 36px;
  height: 36px;
  display: inline-block;
  padding: 0;
  position: relative;
}

.button-4.trash-button--small {
  width: 23px;
  height: 23px;
}

.button-4.trash-button:hover {
  background: #eee;
  color: #1b75bc;
}

.button-4.trash-button::after {
  content: "";
  width: 18px;
  height: 18px;
  background: url("/imgs/trash.png");
  background-size: cover;
  background-position: center center;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}

.button-4.trash-button.close-button::after {
  background-image: url("/imgs/close.png");
  width: 12px;
  height: 12px;
}

.button-4 svg {
  fill: currentColor;
  width: 12px;
  vertical-align: middle;
}

.button-5 {
  border: 1px solid #1b75bc;
  border-radius: 4px;
  text-decoration: none;
  background: transparent;
  font-size: 16px;
  line-height: 22px;
  color: #1b75bc;
  cursor: pointer;
  font-family: "Roboto";
  padding: 6px 10px;
  outline: 0;
}

.button-5--active {
  background: #1b75bc;
  color: #fff;
}

.close-button {
  width: 60px;
  height: 60px;
  background: #ffffff;
  box-shadow: 0px 5px 20px rgba(27, 117, 188, 0.1);
  border-radius: 4px;
  text-align: center;
  display: table;
  line-height: 60px;
  cursor: pointer;
}

.close-button img {
  width: 14px;
}

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

.dashboard__links button,
.dashboard__links a {
  margin-left: 10px;
}

.homepage-hero {
  background: linear-gradient(225deg, #662f90 0%, #1b75bc 100%);
  height: 100vh;
  min-height: 800px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.homepage-hero::after {
  content: "";
  display: block;
  width: 1127px;
  height: 1121px;
  background: url("/imgs/circle.png") no-repeat;
  background-size: cover;
  position: absolute;
  left: -598px;
  bottom: -450px;
}

.homepage-hero::before {
  content: "";
  display: block;
  width: 1127px;
  height: 1121px;
  background: url("/imgs/circle.png") no-repeat;
  background-size: cover;
  position: absolute;
  right: -598px;
  top: -570px;
  transform: rotate(90deg);
}

.homepage-hero .im-a-patient {
  padding-top: 15px;
  display: table;
  margin: 0 auto;
  text-decoration: none;
  font-family: "Poppins";
  font-weight: bold;
  font-size: 16px;
  color: #fff;
}

.homepage-hero__text {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 90%;
}

.homepage-hero__text h2 {
  color: #fff;
  text-align: center;
  margin-bottom: 15px;
}

.homepage-hero__text p {
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
  max-width: 780px;
  width: 90%;
  margin: 0 auto 25px auto;
}

.homepage-hero__text .button-1 {
  display: table;
  margin: 0 auto;
}

.homepage-hero__text__image {
  display: block;
  margin: 30px auto 0 auto;
  max-width: 90%;
  width: 940px;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
}

.header--homepage {
  top: 27px;
  left: 5%;
  width: 90%;
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
}

.header--homepage .header__links {
  display: grid;
  grid-template-columns: 120px 165px;
  grid-column-gap: 24px;
  justify-content: right;
  text-align: center;
}

.header:not(.header--homepage) .header__links {
  position: absolute;
  top: 20px;
  right: 40px;
  display: grid;
  grid-template-columns: auto auto;
  grid-column-gap: 24px;
}

.header:not(.header--homepage) .header__logo {
  position: absolute;
  left: 40px;
  top: 27px;
}

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

.header__nav li {
  list-style: none;
  display: inline-block;
  margin: 0 2px;
}

.header__nav li a {
  font-size: 16px;
  line-height: 16px;
  color: #fff;
  text-decoration: none;
  font-family: "Poppins";
  font-weight: bold;
  border-radius: 4px;
  padding: 9px;
}

.header__nav li a:hover {
  opacity: 0.8;
}

.header__nav li a.active {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  padding: 6px 9px;
}

.header__logo {
  align-self: center;
}

.header__logo img {
  width: 140px;
}

.header__burger,
.user-header__burger {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  display: none;
}

.header__burger img,
.user-header__burger img {
  width: 32px;
}

.header__burger img.closebtn,
.user-header__burger img.closebtn {
  width: 16px;
}

.homepage-works {
  padding-top: 160px;
  padding-bottom: 150px;
  position: relative;
}

.homepage-works__line {
  position: absolute;
  width: 100%;
  background: url("/imgs/line.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 0 484px;
  top: 10%;
  height: 100%;
}

.homepage-works > .header-2 {
  text-align: center;
  padding-bottom: 135px;
}

.homepage-works__grid {
  max-width: 1180px;
  width: 95%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 50px;
}

.homepage-works__grid__item {
  border-radius: 4px;
  background: #ffffff;
  box-shadow: 0px 5px 20px rgba(27, 117, 188, 0.1);
  text-align: center;
  position: relative;
}

.homepage-works__grid__item a {
  text-decoration: none;
}

.homepage-works__grid__item__number {
  background: #00d6aa;
  position: absolute;
  top: 25%;
  left: 0;
  transform: translate(-50%, -50%);
  width: 32px;
  height: 32px;
  border-radius: 32px;
  line-height: 32px;
  color: #fff;
  text-align: center;
}

.homepage-works__grid__item h3 {
  color: #000a2e;
  padding: 0 40px;
  min-height: 56px;
}

.homepage-works__grid__item p {
  padding: 24px 40px 35px 40px;
  color: rgba(0, 10, 46, 0.5);
}

.homepage-works__grid__item__image {
  padding: 0 40px;
  margin-top: -45px;
  height: 210px;
}

.homepage-works__grid__item__image img {
  width: 100%;
}

.clinician-copyright h2 {
  margin-top: 30px;
  font-weight: bold;
  font-size: 20px;
  color: #000a2e;
  margin-bottom: 15px;
}

.homepage-features {
  position: relative;
  width: 100%;
}

.homepage-features::before {
  height: 966px;
  width: 100%;
  background-image: url("/imgs/wave.png");
  transform: scaleX(-1);
  background-size: cover;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.homepage-features__item {
  width: 90%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 4fr 3fr;
  grid-column-gap: 60px;
  position: relative;
}

.homepage-features__item .homepage-features__item__after {
  content: "";
  display: block;
  width: 684px;
  height: 684px;
  background-image: url("/imgs/blue-circle.png");
  background-size: cover;
  position: absolute;
  left: -350px;
  bottom: -180px;
  z-index: -1;
}

.homepage-features__item .homepage-features__item__after-2 {
  content: "";
  display: block;
  width: 684px;
  height: 684px;
  background-image: url("/imgs/blue-circle-rotated.png");
  background-size: cover;
  position: absolute;
  right: -480px;
  bottom: -210px;
  transform: rotate(90deg);
  z-index: -1;
}

.homepage-features__item--flipped {
  grid-template-columns: 3fr 4fr;
  width: 70%;
}

.homepage-features__item--top {
  margin-top: -150px;
}

.homepage-features__item .parallax-scene img,
.homepage-features__item > img {
  max-width: 100%;
}

.homepage-features__item__text {
  align-self: center;
}

.homepage-features__item__text .header-4 {
  color: #662f90;
  padding-bottom: 5px;
}

.homepage-features__item__text ul {
  color: rgba(0, 10, 46, 0.5);
  list-style: none;
  padding-top: 30px;
  display: grid;
  grid-row-gap: 13px;
}

.homepage-features__item__text ul li {
  padding-left: 30px;
  position: relative;
}

.homepage-features__item__text ul li:before {
  content: "";
  width: 16px;
  height: 13px;
  background-image: url("/imgs/check.png");
  display: inline-block;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}

.homepage-boxes {
  padding-top: 450px;
  margin-top: -450px;
  background-image: url("/imgs/wave.png");
  background-size: cover;
  padding-bottom: 50px;
}

.homepage-boxes--two {
  padding-top: 210px;
  margin-top: -160px;
  background-image: url(/imgs/wave.png);
  background-size: cover;
  padding-bottom: 50px;
}

.homepage-boxes__grid {
  max-width: 1180px;
  width: 90%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-column-gap: 20px;
}

.homepage-boxes__grid__item {
  height: 240px;
}

.homepage-boxes__grid__item__content {
  background: #ffffff;
  box-shadow: 0px 5px 20px rgba(27, 117, 188, 0.1);
  border-radius: 4px;
  padding: 25px 25px 14px 25px;
}

.homepage-boxes__grid__item__content > img {
  height: 32px;
  margin-bottom: 20px;
  transition: 0.5s transform;
  display: block;
}

.homepage-boxes__grid__item__content h2 {
  line-height: 28px;
}

.homepage-boxes__grid__item__content p {
  line-height: 22px;
  margin-top: 5px;
  color: rgba(0, 10, 46, 0.5);
  display: none;
}

.homepage-sponsors {
  padding-bottom: 100px;
}

.homepage-sponsors__grid {
  text-align: center;
  max-width: 980px;
  width: 90%;
  margin: 0 auto;
}

.homepage-sponsors__grid img {
  max-height: 34px;
  max-width: 100%;
  margin: 20px 40px;
}

.footer {
  background: linear-gradient(225deg, #662f90 0%, #1b75bc 100%);
  z-index: 100;
  position: relative;
}

.footer__grid {
  max-width: 1180px;
  width: 90%;
  margin: 0 auto;
}

.footer__links {
  padding-top: 100px;
}

.footer__links__copyright {
  color: rgba(255, 255, 255, 0.8);
  padding-bottom: 40px;
}

.footer__links__grid {
  display: grid;
  grid-template-columns: 220px 1fr 1fr 1fr;
  grid-column-gap: 50px;
  padding-bottom: 65px;
}

.footer__links__grid__logo > img {
  max-width: 100%;
}

.footer__links__grid__logo ul {
  margin-top: 130px;
}

.footer__links__grid__logo ul li {
  list-style: none;
  display: inline-block;
  margin-right: 20px;
}

.footer__links__grid__logo ul li img {
  height: 20px;
}

.footer__links__grid__links ul {
  list-style: none;
}

.footer__links__grid__links ul li {
  margin-bottom: 10px;
}

.footer__links__grid__links ul a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
}

.footer__links__grid__links h3 {
  margin-bottom: 35px;
  color: #fff;
}

.footer__links__grid__links p {
  color: rgba(255, 255, 255, 0.8);
}

.owl-dots {
  text-align: center;
  margin-top: 30px;
}

.owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #1b75bc !important;
  opacity: 0.5;
  margin: 0 5px;
  display: inline-block;
}

.owl-dots .owl-dot.active {
  opacity: 1;
}

.homepage-reviews {
  background: url(/imgs/line.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 0 114px;
}

.homepage-reviews__slider {
  max-width: 980px;
  width: 90%;
  margin: 0 auto;
  padding-bottom: 100px;
  background: #ffffff;
  box-shadow: 0px 5px 20px rgba(27, 117, 188, 0.1);
  border-radius: 4px;
  padding: 30px 50px 40px 50px;
  margin-bottom: 40px;
  box-sizing: border-box;
}

.homepage-reviews__review {
  text-align: center;
  color: rgba(0, 10, 46, 0.5);
}

.homepage-reviews__review h3 {
  margin-top: 30px;
  font-weight: 400;
  font-size: 17px;
}

.homepage-reviews__review-image {
  width: 50px;
  height: 50px;
  background-size: 100%;
  background-position: center center;
  border: 1px solid #ccc;
  border-radius: 30px;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.homepage-footer {
  background: linear-gradient(225deg, #662f90 0%, #1b75bc 100%);
  position: relative;
  z-index: 12;
}

.homepage-footer__grid {
  max-width: 1180px;
  width: 90%;
  margin: 0 auto;
}

.homepage-footer__links {
  padding-top: 100px;
}

.homepage-footer__links__copyright {
  color: rgba(255, 255, 255, 0.8);
  padding-bottom: 40px;
}

.homepage-footer__links__grid {
  display: grid;
  grid-template-columns: 220px 1fr 1fr 1fr;
  grid-column-gap: 50px;
  padding-bottom: 65px;
}

.homepage-footer__links__grid__logo > img {
  max-width: 100%;
}

.homepage-footer__links__grid__logo ul {
  margin-top: 130px;
}

.homepage-footer__links__grid__logo ul li {
  list-style: none;
  display: inline-block;
  margin-right: 20px;
}

.homepage-footer__links__grid__logo ul li img {
  height: 20px;
}

.homepage-footer__links__grid__links ul {
  list-style: none;
}

.homepage-footer__links__grid__links ul li {
  margin-bottom: 10px;
}

.homepage-footer__links__grid__links ul a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
}

.homepage-footer__links__grid__links h3 {
  margin-bottom: 35px;
  color: #fff;
}

.homepage-footer__links__grid__links p {
  color: rgba(255, 255, 255, 0.8);
}

.homepage-footer__contact {
  padding-top: 100px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding-bottom: 100px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}

.homepage-footer__contact .header-4 {
  color: #00d6aa;
  margin-bottom: 12px;
}

.homepage-footer__contact .header-2 {
  color: #fff;
}

.homepage-footer__contact .body-2 {
  padding-top: 34px;
  color: rgba(255, 255, 255, 0.8);
  max-width: 380px;
}

.homepage-footer__contact .header-3 {
  color: #fff;
  margin-top: 15px;
}

.homepage-footer__contact .header-3 img {
  width: 16px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}

.homepage-footer__contact__form :-ms-input-placeholder {
  font-family: "Roboto";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
}

.homepage-footer__contact__form ::-moz-placeholder {
  font-family: "Roboto";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
}

.homepage-footer__contact__form ::placeholder {
  font-family: "Roboto";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
}

.homepage-footer__contact__form button {
  margin-top: 40px;
}

.homepage-footer__contact__form__grid {
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: grid;
}

.homepage-footer__contact__form__grid input {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  height: 60px;
  border: 0;
  padding-left: 16px;
}

.homepage-footer__contact__form__grid textarea {
  grid-column: span 2;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  height: 200px;
  padding: 16px;
}

.homepage-footer__contact__form__grid input,
.homepage-footer__contact__form__grid textarea {
  font-family: "Roboto";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  border: 0;
  line-height: 22px;
  color: #fff;
  outline: 0;
}

.homepage-footer__contact__form__grid input.error,
.homepage-footer__contact__form__grid textarea.error {
  border: 1px solid #ff647c;
}

.scroll-wrapper > .scroll-content {
  padding-bottom: 20px;
}

.survey {
  background: #fafcfe;
  padding: 40px;
}

.survey .survey__page {
  width: 90%;
  max-width: 1180px;
  margin: 0 auto;
  background: #fff;
  box-shadow: 0px 5px 20px rgba(27, 117, 188, 0.1);
  border-radius: 4px;
  padding: 75px 100px;
}

.survey .survey__page form {
  max-width: 780px;
}

.survey__field {
  position: relative;
}

.survey__label {
  font-size: 19px;
  line-height: 27px;
  color: #000a2e;
  margin-bottom: 17px;
}

.survey__label ul {
  margin: 10px 0 10px 20px;
}

.survey__label ul li {
  margin-bottom: 10px;
}

.survey__label p {
  margin-bottom: 10px;
}

.survey__label.required h3:last-child::after,
.survey__label.required p:last-child::after,
.survey__label.required ul:last-child li:last-child::after {
  display: inline-block;
  color: #ff647c;
  padding-left: 5px;
  content: "*";
}

.survey__label h1,
.survey__label h2,
.survey__label h3,
.survey__label h4,
.survey__label h5 {
  display: inline-block;
}

.drag-slider {
  width: 100%;
  /* Full-width */
  height: 4px;
  /* Specified height */
  background: #d3d3d3;
  /* Grey background */
  outline: none;
  /* Remove outline */
  border-radius: 8px;
}

.drag-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #d3ecf4;
  border: 1px solid #1b75bc;
  cursor: pointer;
}

.scale-labels {
  display: grid;
  list-style: none;
}

.scale-labels li {
  text-align: left;
  position: relative;
  padding-top: 25px;
  font-size: 13px;
  color: #697386;
}

.scale-labels li::before {
  position: absolute;
  top: 6px;
  left: 3px;
  height: 6px;
  width: 1px;
  background: #a3acb9;
  display: block;
  content: "";
}

.scale-labels li:nth-child(1)::before {
  height: 12px;
}

.scale-labels li:last-child::after {
  position: absolute;
  top: 6px;
  height: 12px;
  width: 1px;
  background: #a3acb9;
  display: block;
  content: "";
  right: 3px;
}

.scale-labels li span {
  position: absolute;
  right: 0;
  top: 27px;
}

.drag-labels {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  text-align: center;
  list-style: none;
  margin-top: 10px;
  color: rgba(0, 10, 46, 0.5);
  font-size: 15px;
}

.drag-labels li:nth-child(1) {
  text-align: left;
}

.drag-labels li:last-child {
  text-align: right;
}

.drag-labels .one li:nth-child(1) {
  text-align: center;
}

.drag-labels.two {
  grid-template-columns: 1fr 1fr;
}

.drag-labels.three {
  grid-template-columns: 1fr 1fr 1fr;
}

.drag-labels.four {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.drag-labels.five {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.drag-labels.six {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.drag-slider::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #d3ecf4;
  border: 1px solid #1b75bc;
  cursor: pointer;
}

.survey__note {
  font-size: 14px;
  line-height: 16px;
  color: rgba(0, 0, 0, 0.35);
  margin-top: 23px;
  font-weight: 400;
  white-space: pre-wrap;
}

.survey__note.top {
  margin-top: -10px;
  margin-bottom: 25px;
}

.questionnaire-page {
  min-height: 100vh;
  padding-bottom: 120px;
  box-sizing: border-box;
}

.success-page img {
  width: 60px;
  display: block;
  margin: 0 auto 15px auto;
}

.success-page h3 {
  font-size: 15px;
  color: #1b75bc;
  text-align: center;
  font-weight: 400;
}

.success-page h2 {
  font-size: 22px;
  font-weight: 700;
  color: #000a2e;
  text-align: center;
  margin-top: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  padding-bottom: 24px;
  margin-bottom: 24px;
}

.success-page p {
  text-align: center;
  color: rgba(0, 10, 46, 0.5);
  font-size: 17px;
  line-height: 26px;
}

.success-page p a {
  display: inline;
  color: #1b75bc;
}

.success-page ul {
  display: table;
  width: 500px;
  text-align: left;
  margin: 0 auto;
}

.success-page li a {
  display: inline;
  color: #1b75bc;
}

.success-page a {
  display: table;
  margin: 0 auto;
}

.progress-bar p {
  font-size: 15px;
  color: #1b75bc !important;
  font-weight: 400;
  text-align: left !important;
  margin-bottom: 15px;
}

.progress-bar__bar {
  height: 4px;
  background: rgba(0, 0, 0, 0.08);
  border-radius: 2px;
  position: relative;
  max-width: 280px;
}

.progress-bar__bar .progress-bar__progress {
  position: absolute;
  top: 0;
  left: 0;
  height: 4px;
  border-radius: 2px;
  background: #00d6aa;
}

.survey__input-grid__answer {
  font-size: 16px;
  line-height: 22px;
  font-family: "Roboto";
  line-height: 22px;
  color: rgba(0, 0, 0, 0.8);
}

.survey__input-grid :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-size: 16px;
  line-height: 22px;
  font-family: "Roboto";
  color: rgba(0, 10, 46, 0.5);
}

.survey__input-grid ::-moz-placeholder {
  font-size: 16px;
  line-height: 22px;
  font-family: "Roboto";
  color: rgba(0, 10, 46, 0.5);
}

.survey__input-grid ::placeholder {
  font-size: 16px;
  line-height: 22px;
  font-family: "Roboto";
  color: rgba(0, 10, 46, 0.5);
}

.survey__input-grid input {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.35);
  box-sizing: border-box;
  border-radius: 4px;
  font-size: 16px;
  font-family: "Roboto";
  line-height: 22px;
  outline: 0;
  padding: 15px;
  box-sizing: border-box;
  width: 100%;
  height: 60px;
}

.survey__select-grid :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-size: 16px;
  line-height: 22px;
  font-family: "Roboto";
  color: rgba(0, 10, 46, 0.5);
}

.survey__select-grid ::-moz-placeholder {
  font-size: 16px;
  line-height: 22px;
  font-family: "Roboto";
  color: rgba(0, 10, 46, 0.5);
}

.survey__select-grid ::placeholder {
  font-size: 16px;
  line-height: 22px;
  font-family: "Roboto";
  color: rgba(0, 10, 46, 0.5);
}

.survey__select-grid input {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.35);
  box-sizing: border-box;
  border-radius: 4px;
  font-size: 16px;
  font-family: "Roboto";
  line-height: 22px;
  outline: 0;
  padding: 15px;
  box-sizing: border-box;
  width: 100%;
  height: 60px;
}

.survey__textarea-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-column-gap: 25px;
}

.survey__textarea-grid--no-note {
  grid-template-columns: 1fr;
}

.survey__textarea-grid .survey__note {
  margin-top: 0;
}

.survey__textarea-grid__container__answer {
  font-size: 16px;
  line-height: 22px;
  font-family: "Roboto";
  line-height: 22px;
  color: rgba(0, 0, 0, 0.8);
}

.survey__textarea-grid :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-size: 16px;
  line-height: 22px;
  font-family: "Roboto";
  color: rgba(0, 10, 46, 0.5);
}

.survey__textarea-grid ::-moz-placeholder {
  font-size: 16px;
  line-height: 22px;
  font-family: "Roboto";
  color: rgba(0, 10, 46, 0.5);
}

.survey__textarea-grid ::placeholder {
  font-size: 16px;
  line-height: 22px;
  font-family: "Roboto";
  color: rgba(0, 10, 46, 0.5);
}

.survey__textarea-grid textarea {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.35);
  box-sizing: border-box;
  border-radius: 4px;
  font-size: 16px;
  font-family: "Roboto";
  line-height: 22px;
  outline: 0;
  padding: 15px;
  box-sizing: border-box;
  width: 100%;
  height: 220px;
}

.range-labels {
  display: grid;
  grid-template-columns: repeat(var(--count), 1fr);
  list-style: none;
}

.range-labels li {
  text-align: center;
  position: relative;
  padding-top: 15px;
  font-size: 13px;
  color: #697386;
  word-break: initial;
}

.survey__oneten-grid__container {
  display: grid;
  grid-template-columns: repeat(var(--count), 1fr);
}

.survey__oneten-grid__container__item {
  height: 60px;
  position: relative;
}

.survey__oneten-grid__container__item:nth-child(1) label {
  border-radius: 4px 0 0 4px;
}

.survey__oneten-grid__container__item:last-child label {
  border-radius: 0 4px 4px 0;
}

.survey__oneten-grid__container__item label {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.35);
  cursor: pointer;
  line-height: 60px;
  background: #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.35);
  box-sizing: border-box;
}

.survey__oneten-grid__container__item input:checked + label {
  background: rgba(211, 236, 244, 0.4);
  box-shadow: 0 0 0 1px #1b75bc;
  z-index: 2;
  color: #1b75bc;
}

.survey__oneten-grid__container__item input {
  visibility: hidden;
}

.tabs.mb {
  margin-bottom: 25px;
}

.tabs--grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.tabs--grid > div:nth-child(2) {
  text-align: right;
}

.tabs a {
  border: 1px solid #1b75bc;
  box-sizing: border-box;
  border-radius: 4px;
  color: #1b75bc;
  text-decoration: none;
  padding: 8px 10px;
  display: inline-block;
  margin-right: 5px;
}

.tabs a svg {
  vertical-align: middle;
  margin-right: 5px;
}

.tabs a:hover,
.tabs a.active {
  background: #1b75bc;
  color: #fff;
}

.tabs a:hover svg path,
.tabs a.active svg path {
  fill: #fff;
}

.survey__select-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.survey__select-grid select {
  width: 100%;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.35);
  width: 100%;
  height: 60px;
  box-sizing: border-box;
  font-weight: 500;
  outline: 0;
  color: rgba(0, 0, 0, 0.35);
  font-size: 16px;
  line-height: 22px;
  background: #fff;
  padding: 0 15px;
}

.vue-slide-bar-tooltip {
  background: #2d428e !important;
  border: 1px solid #2d428e !important;
}

.vue-slide-bar-process {
  background: #2d428e !important;
}

.vue-slide-bar-separate-text {
  top: 15px !important;
}

.survey__checkbox-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 25px;
}

.survey__checkbox-grid.image {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.survey__checkbox-grid.image .survey__checkbox-grid__container {
  height: auto;
  border: 1px solid rgba(0, 0, 0, 0.35);
  border-radius: 4px;
}

.survey__checkbox-grid.image .survey__checkbox-grid__container:has(input:checked) {
  border: 1px solid #1b75bc;
  background: rgba(211, 236, 244, 0.4);
}

.survey__checkbox-grid.image .survey__checkbox-grid__container .survey__checkbox-grid__container__item label::after {
  border: 2px solid rgba(0, 0, 0, 0.3);
  background: #fff;
}

.survey__checkbox-grid.image .survey__checkbox-grid__container .image-holder-container {
  padding: 20px;
  box-sizing: border-box;
  width: 100%;
  position: relative;
  text-align: center;
}

.survey__checkbox-grid.image .survey__checkbox-grid__container .image-holder {
  max-width: 100%;
}

.survey__checkbox-grid.image .survey__checkbox-grid__container .survey__checkbox-grid__container__item label {
  position: initial;
  border: 0;
  display: block;
  text-align: center;
  padding: 5px 10px;
}

.survey__checkbox-grid.image .survey__checkbox-grid__container .survey__checkbox-grid__container__item label.transparent {
  color: transparent;
  height: 0;
  padding: 0;
}

.survey__checkbox-grid.image .survey__checkbox-grid__container .survey__checkbox-grid__container__item label::after {
  top: 10px;
  left: 10px;
}

.survey__checkbox-grid.image .survey__checkbox-grid__container .survey__checkbox-grid__container__item input[type=checkbox]:checked + label.checkbox::before,
.survey__checkbox-grid.image .survey__checkbox-grid__container .survey__checkbox-grid__container__item input[type=radio]:checked + label.checkbox::before {
  top: 10px;
  left: 13px;
  color: #1b75bc;
}

.survey__checkbox-grid.image .survey__checkbox-grid__container .survey__checkbox-grid__container__item input[type=checkbox],
.survey__checkbox-grid.image .survey__checkbox-grid__container .survey__checkbox-grid__container__item input[type=radio] {
  position: absolute;
}

.survey__checkbox-grid.vertical {
  max-width: 80%;
  grid-template-columns: 1fr;
}

.survey__checkbox-grid.vertical .survey__checkbox-grid__container--full {
  grid-column: span 1;
}

.survey__checkbox-grid__container {
  box-sizing: border-box;
  position: relative;
}

.survey__checkbox-grid__container--full {
  grid-column: span 2;
}

.survey__checkbox-grid__container--other {
  min-height: 100px;
}

.survey__checkbox-grid__container--other input[type=checkbox]:checked + label.other-filling,
.survey__checkbox-grid__container--other input[type=radio]:checked + label.other-filling {
  padding-bottom: 50px;
}

.survey__checkbox-grid__container--other input[type=text] {
  position: absolute;
  z-index: 1;
  left: 23px;
  top: 55px;
  height: 30px;
  background: transparent;
  outline: 0;
  color: #000a2e;
  border: 0;
  width: 90%;
}

.survey__checkbox-grid__container--other :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-size: 15px;
  line-height: 22px;
  font-family: "Roboto";
  color: rgba(0, 10, 46, 0.5);
}

.survey__checkbox-grid__container--other ::-moz-placeholder {
  font-size: 15px;
  line-height: 22px;
  font-family: "Roboto";
  color: rgba(0, 10, 46, 0.5);
}

.survey__checkbox-grid__container--other ::placeholder {
  font-size: 15px;
  line-height: 22px;
  font-family: "Roboto";
  color: rgba(0, 10, 46, 0.5);
}

.survey__checkbox-grid__container__item input[type=checkbox],
.survey__checkbox-grid__container__item input[type=radio] {
  visibility: hidden;
  position: absolute;
}

.survey__checkbox-grid__container__item input[type=checkbox][disabled] + label,
.survey__checkbox-grid__container__item input[type=radio][disabled] + label {
  opacity: 0.8;
}

.survey__checkbox-grid__container__item input[type=checkbox]:checked + label,
.survey__checkbox-grid__container__item input[type=radio]:checked + label {
  background: rgba(211, 236, 244, 0.4);
  border: 1px solid #1b75bc;
  color: #1b75bc;
  z-index: 1;
}

.survey__checkbox-grid__container__item input[type=checkbox]:checked + label p,
.survey__checkbox-grid__container__item input[type=radio]:checked + label p {
  word-break: break-word;
  color: #333;
  font-weight: 400;
  font-size: 13px;
  padding-right: 10px;
}

.survey__checkbox-grid__container__item input[type=checkbox]:checked + label::after,
.survey__checkbox-grid__container__item input[type=radio]:checked + label::after {
  background: #fff;
}

.survey__checkbox-grid__container__item input[type=checkbox]:checked + label.checkbox::before,
.survey__checkbox-grid__container__item input[type=radio]:checked + label.checkbox::before {
  font-size: 18px;
  content: "\F00C";
  font-family: FontAwesome;
  background: transparent;
  top: 20px;
  left: 21px;
}

.survey__checkbox-grid__container__item input[type=checkbox]:checked + label::before,
.survey__checkbox-grid__container__item input[type=radio]:checked + label::before {
  content: "";
  position: absolute;
  height: 14px;
  width: 14px;
  background: #1b75bc;
  display: block;
  top: 23px;
  left: 23px;
  border-radius: 14px;
  z-index: 2;
}

.survey__checkbox-grid__container__item--radio label::after {
  border-radius: 24px !important;
}

.survey__checkbox-grid__container__item label {
  top: 0;
  border-radius: 4px;
  left: 0;
  border: 1px solid rgba(0, 0, 0, 0.35);
  width: 100%;
  height: 100%;
  z-index: 2;
  cursor: pointer;
  box-sizing: border-box;
  padding-left: 53px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.35);
  padding-top: 19px;
  font-size: 16px;
  line-height: 22px;
  display: block;
  height: auto;
  width: 100%;
  padding-bottom: 19px;
}

.survey__checkbox-grid__container__item label.uppercase {
  text-transform: uppercase;
}

.survey__checkbox-grid__container__item label.checkbox::after {
  border-radius: 0;
}

.survey__checkbox-grid__container__item label::after {
  content: "";
  display: block;
  position: absolute;
  left: 18px;
  top: 18px;
  height: 24px;
  width: 24px;
  border: 1px solid rgba(0, 0, 0, 0.35);
  border-radius: 20px;
  box-sizing: border-box;
}

#app {
  background: rgba(27, 117, 188, 0.02);
  width: 100%;
  position: relative;
}

.box {
  padding: 50px 0 185px 0;
}

.box--page {
  padding-top: 120px;
  overflow-x: hidden;
}

.box__grid {
  max-width: 1180px;
  width: 95%;
  margin: 0 auto;
  background: #ffffff;
  box-shadow: 0px 5px 20px rgba(27, 117, 188, 0.1);
  border-radius: 4px;
  padding: 100px 0 80px 0;
}

.box__grid__container {
  max-width: 500px;
  width: 90%;
  margin: 0 auto;
}

.box__grid__container.bigger {
  max-width: 650px;
}

.box__grid__container .header-2,
.box__grid__container .body-2 {
  text-align: center;
}

.box__grid__container .body-2 {
  color: rgba(0, 10, 46, 0.5);
  padding-top: 15px;
}

.box__grid__container form {
  padding-top: 60px;
  display: grid;
  grid-row-gap: 24px;
}

.box-circle {
  content: "";
  display: block;
  width: 750px;
  height: 750px;
  background-image: url(/imgs/blue-circle.png);
  background-size: cover;
  position: absolute;
  right: -380px;
  top: 570px;
  transform: rotate(180deg);
  z-index: -1;
}

.form__links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-bottom: 1px solid rgba(0, 0, 0, 0.35);
  padding-bottom: 30px;
}

.form__links--one {
  grid-template-columns: 1fr;
}

.form__links .form__links__checkbox {
  color: rgba(0, 10, 46, 0.5);
}

.form__links > div:nth-child(2) {
  text-align: right;
}

.form__links a {
  color: #1b75bc;
  text-decoration: none;
}

.form__links__link a {
  color: #1b75bc;
  text-decoration: none;
}

.patient-register .date-container {
  position: relative;
}

.patient-register .vc-container {
  position: absolute;
  z-index: 100;
  left: 0;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
}

.popup .datatable .vc-container {
  left: auto;
  right: 0;
  transform: none;
}

.popup--small .popup__box {
  width: 450px;
  padding: 25px;
}

.popup--small .popup__box__title {
  padding-bottom: 25px;
  padding-top: 20px;
}

.popup .template-form {
  padding: 40px 0;
}

.popup .template-form label {
  font-size: 14px;
  color: rgba(0, 10, 46, 0.5);
  display: block;
  margin-bottom: 10px;
}

.popup .template-form input,
.popup .template-form textarea {
  border: 1px solid rgba(0, 0, 0, 0.35);
  box-sizing: border-box;
  border-radius: 4px;
  background: #fff;
  font-family: "Roboto";
  font-size: 16px;
  color: #000a2e;
  width: 100%;
  outline: 0;
}

.popup .template-form input {
  height: 60px;
  margin-bottom: 24px;
  padding: 0 20px;
  box-sizing: border-box;
}

.popup .template-form textarea {
  height: 175px;
  padding: 20px;
  box-sizing: border-box;
}

.popup .table-box {
  padding: 40px 0;
}

.popup .form-label label {
  padding-bottom: 24px;
  display: block;
}

.popup .form-label .button-1 {
  margin-top: 40px;
}

.popup__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}

.popup p.body-2 {
  padding-top: 40px;
}

.popup .vc-container {
  position: absolute;
  margin-top: -270px;
  z-index: 100;
  left: 0;
}

.popup__box {
  width: 800px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  padding: 40px;
  background: #ffffff;
  box-shadow: 0px 5px 20px rgba(27, 117, 188, 0.1);
  border-radius: 4px;
  box-sizing: border-box;
}

.popup__box__title {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  position: relative;
  padding-bottom: 50px;
  padding-top: 25px;
}

.popup__box__title .close-button {
  position: absolute;
  top: 0;
  right: 0;
}

.popup__box .form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 25px;
  padding: 40px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.popup__box .form-grid--no-border {
  border-bottom: 0;
}

.popup__box .form-grid > div {
  position: relative;
}

.popup__box .button-1 {
  width: 100%;
}

.form__sublinks p a {
  color: #1b75bc;
  text-decoration: none;
}

.form__grid {
  display: grid;
  grid-column-gap: 25px;
}

.form__grid.coupon__grid {
  grid-template-columns: 1fr 100px;
  grid-gap: 20px;
}

.form__grid.coupon__grid .form__group {
  padding-bottom: 0;
  margin-bottom: 0 !important;
}

.form__grid.coupon__grid .button-3 {
  align-self: center;
  margin-top: 0;
}

.form__grid--three {
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 15px;
}

.form__grid--three .notice {
  grid-column: span 3;
}

.form__grid--four {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.form__grid--four .notice {
  grid-column: span 4;
}

.form__grid--five {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.form__grid--five .checkbox label {
  padding-top: 22px;
}

.form__grid--five .notice {
  grid-column: span 5;
}

.form__grid--two {
  grid-template-columns: 1fr 1fr;
}

.form__grid--two .notice {
  grid-column: span 2;
}

.terms-conditions .body-2 ul,
.terms-conditions .body-2 ol {
  margin-left: 15px;
}

.terms h2.header-2 {
  text-align: center;
}

.terms div.text {
  padding: 50px;
}

.terms .body-2 {
  padding-bottom: 10px;
}

.terms .header-3 {
  padding-top: 30px;
  padding-bottom: 10px;
}

.terms .body-3 {
  padding-bottom: 10px;
  line-height: 22px;
}

.select {
  width: 100%;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.35);
  background: #fff;
  width: 100%;
  height: 60px;
  box-sizing: border-box;
  font-weight: 500;
  outline: 0;
  color: rgba(0, 0, 0, 0.35);
  font-size: 16px;
  line-height: 22px;
  padding: 0 15px;
}

.select.black {
  color: #333;
  margin: 20px 0;
}

.select--error {
  border-color: #ff647c !important;
  background: transparent !important;
}

.checkbox {
  height: 60px;
  box-sizing: border-box;
  position: relative;
}

.checkbox--disabled {
  opacity: 0.3;
}

.checkbox input[type=checkbox],
.checkbox input[type=radio] {
  visibility: hidden;
}

.checkbox input[type=checkbox]:checked + label,
.checkbox input[type=radio]:checked + label {
  background: rgba(211, 236, 244, 0.4);
  border: 1px solid #1b75bc;
  color: #1b75bc;
  z-index: 1;
}

.checkbox input[type=checkbox]:checked + label::after,
.checkbox input[type=radio]:checked + label::after {
  background: #fff;
}

.checkbox input[type=checkbox]:checked + label.checkbox::before,
.checkbox input[type=radio]:checked + label.checkbox::before {
  font-size: 18px;
  content: "\F00C";
  font-family: FontAwesome;
  background: transparent;
  top: 20px;
  left: 21px;
}

.checkbox input[type=checkbox]:checked + label::before,
.checkbox input[type=radio]:checked + label::before {
  content: "";
  position: absolute;
  height: 14px;
  width: 14px;
  background: #1b75bc;
  display: block;
  top: 23px;
  left: 23px;
  border-radius: 14px;
  z-index: 2;
}

.checkbox label {
  position: absolute;
  top: 0;
  border-radius: 4px;
  left: 0;
  border: 1px solid rgba(0, 0, 0, 0.35);
  width: 100%;
  height: 100%;
  z-index: 2;
  cursor: pointer;
  box-sizing: border-box;
  padding-left: 53px;
  color: rgba(0, 0, 0, 0.35);
  padding-top: 19px;
  font-size: 16px;
  line-height: 22px;
}

.checkbox label.uppercase {
  text-transform: uppercase;
}

.checkbox label.checkbox::after {
  border-radius: 0;
}

.checkbox label::after {
  content: "";
  display: block;
  position: absolute;
  left: 18px;
  top: 18px;
  height: 24px;
  width: 24px;
  border: 1px solid rgba(0, 0, 0, 0.35);
  border-radius: 20px;
  box-sizing: border-box;
}

.form .notice {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.35);
  padding-left: 10px;
  padding-top: 5px;
}

.form .notice--error {
  color: #ff647c;
}

.form .notice--error span {
  display: block;
}

.form__title {
  padding-top: 23px;
  text-transform: uppercase;
}

.form__address {
  position: relative;
  display: grid;
  grid-row-gap: 20px;
  grid-template-columns: 1fr;
}

.form__address .form__remove-address {
  top: 23px;
}

.form__add-address {
  color: #1b75bc;
  text-decoration: none;
  font-size: 17px;
}

.form__remove-address {
  color: #ff647c;
  text-decoration: none;
  font-size: 15px;
  position: absolute;
  right: 0;
  top: -10px;
}

.form__group {
  position: relative;
  width: 100%;
  height: 60px;
  line-height: 60px;
  border: 1px solid rgba(0, 0, 0, 0.35);
  box-sizing: border-box;
  border-radius: 4px;
  padding-left: 16px;
  box-sizing: border-box;
  outline: 0;
  cursor: text;
}

.form__group label {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translate(0, -50%);
  font-size: 16px;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.35);
  transition: 0.3s all;
}

.form__group input[type=text],
.form__group input[type=password],
.form__group input[type=email],
.form__group .masked-input {
  font-size: 16px;
  line-height: 22px;
  outline: 0;
  color: #1b75bc;
  width: 100%;
  display: block;
  margin-top: 32px;
  background: transparent;
  border: 0;
}

.form__group--active label {
  top: 19px;
  font-size: 14px;
}

.form__group--filled {
  border-color: #1b75bc;
  background: rgba(211, 236, 244, 0.4);
}

.form__group--error {
  border-color: #ff647c !important;
  background: transparent !important;
}

.user-header {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  padding: 0 40px;
  background: #fff;
  box-shadow: inset 0px -1px 0px rgba(208, 201, 214, 0.4);
  height: 100px;
  position: fixed;
  top: 0;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  z-index: 10;
}

.user-header .header__links.grid-links {
  display: grid;
  grid-template-columns: 120px 165px;
  grid-column-gap: 24px;
  justify-content: right;
  text-align: center;
}

.user-header .header__links.grid-links .button-2 {
  color: #1b75bc;
  border-color: #1b75bc;
}

.user-header__logo {
  align-self: center;
}

.user-header__logo img {
  width: 140px;
}

.user-header__user {
  text-align: right;
  align-self: center;
  position: relative;
}

.user-header__user:hover .user-header__user__dropdown {
  display: block;
}

.user-header__user .body-1 {
  color: rgba(0, 10, 46, 0.5);
}

.user-header__user__image {
  width: 60px;
  cursor: pointer;
  height: 60px;
  background: rgba(45, 66, 142, 0.1);
  border-radius: 4px;
  background-image: url("/imgs/avatar.png");
  background-size: 24px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  margin-left: 12px;
}

.user-header__user__dropdown {
  position: absolute;
  display: none;
  padding-top: 20px;
  right: 0;
}

.user-header__user__dropdown ul {
  background: #fff;
  box-shadow: 0px 5px 20px rgba(27, 117, 188, 0.1);
  width: 240px;
  right: 0;
}

.user-header__user__dropdown li {
  list-style: none;
  text-align: left;
}

.user-header__user__dropdown li:not(:last-child) a::after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  z-index: 2;
  position: relative;
  background: rgba(0, 0, 0, 0.08);
}

.user-header__user__dropdown li a {
  height: 60px;
  width: 100%;
  display: block;
  background: #fff;
  padding: 0 23px;
  text-decoration: none;
  line-height: 60px;
  box-sizing: border-box;
  color: rgba(0, 10, 46, 0.5);
}

.user-header__user__dropdown li a:hover {
  background: #fafafa;
}

.user-header__nav {
  text-align: center;
  align-self: center;
}

.user-header__nav li {
  list-style: none;
  display: inline-block;
  margin: 0 2px;
}

.user-header__nav li a {
  font-size: 16px;
  line-height: 16px;
  color: #2d428e;
  text-decoration: none;
  font-family: "Poppins";
  font-weight: bold;
  border-radius: 4px;
  padding: 9px;
}

.user-header__nav li a:hover {
  opacity: 0.8;
}

.user-header__nav li a.active {
  background: rgba(45, 66, 142, 0.1);
  border-radius: 4px;
  padding: 9px;
}

.please-upgrade {
  padding: 15px 25px;
  text-align: center;
}

.sidebar li.logout-link {
  display: none;
}

.sidebar {
  width: 225px;
  background: #fff;
  box-shadow: 0px 5px 20px rgba(27, 117, 188, 0.1);
  height: 100vh;
  box-sizing: border-box;
  position: fixed;
  z-index: 9;
  top: 0;
  left: 0;
  padding: 180px 25px 0 25px;
}

.sidebar__links__upgrade {
  position: absolute;
  bottom: 35px;
  width: 100%;
  padding: 0 25px;
  box-sizing: border-box;
  left: 0;
}

.sidebar__links__upgrade a {
  border: 2px solid #1b75bc;
}

.sidebar li {
  list-style: none;
  width: 100%;
}

.sidebar li a,
.sidebar li span {
  padding: 20px 0px 20px 17px;
  box-sizing: border-box;
  text-decoration: none;
  border-radius: 4px;
  color: #000a2e;
  display: block;
}

.sidebar li a.greyed,
.sidebar li span.greyed {
  opacity: 0.5;
}

.sidebar li:last-child {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  margin-top: 15px;
  padding-top: 15px;
}

.sidebar li a:hover,
.sidebar li a.active {
  background: rgba(45, 66, 142, 0.1);
}

.sidebar li img {
  width: 20px;
  vertical-align: middle;
  margin-right: 10px;
  display: inline-block;
}

.dataTables_wrapper .dataTables_paginate {
  margin: 0 auto;
  float: none;
  text-align: center;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  border: 0;
  border-radius: 5px;
  background: #fff;
  text-align: center;
  color: #1b75bc;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.next,
.dataTables_wrapper .dataTables_paginate .paginate_button.previous {
  background: transparent;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  background: #1b75bc;
  border: 0;
  color: #fff !important;
}

table.dataTable thead th,
table.dataTable thead td {
  color: rgba(0, 10, 46, 0.5);
  font-size: 14px;
  font-family: "Roboto";
  font-weight: 400;
  line-height: 16px;
  text-align: left;
  padding: 10px 0;
}

table.dataTable thead th:nth-child(1) {
  padding-left: 18px;
}

table.dataTable thead th:last-child {
  padding-right: 18px;
}

.dataTables_wrapper .dataTables_info {
  display: none;
}

table.dataTable thead .sorting_asc {
  background-image: none;
}

table.dataTable thead .sorting_asc span::after {
  height: 8px;
  width: 8px;
  display: inline-block;
  background-image: url("/imgs/sort-desc.png");
  background-size: 7px;
  background-repeat: no-repeat;
  background-position: center center;
  margin-left: 6px;
  content: "";
}

table.dataTable thead .sorting {
  background-image: none;
}

table.dataTable thead .sorting span::after {
  height: 12px;
  width: 8px;
  display: inline-block;
  background-image: url("/imgs/no-sort.png");
  background-size: 7px;
  background-repeat: no-repeat;
  background-position: center center;
  margin-left: 6px;
  content: "";
}

table.dataTable tbody {
  box-shadow: 0px 5px 20px rgba(27, 117, 188, 0.1);
}

table.dataTable tbody tr {
  padding: 0 12px;
}

table.dataTable tbody td {
  padding: 18px 0;
}

table.dataTable tbody td a {
  color: #000;
  text-decoration: none;
}

table.dataTable tbody td:nth-child(1) {
  padding-left: 10px;
}

table.dataTable.no-footer,
table.dataTable thead th,
table.dataTable thead td {
  border-bottom: 0;
}

table.dataTable thead .sorting_desc {
  background-image: none;
}

table.dataTable thead .sorting_desc span::after {
  height: 8px;
  width: 8px;
  display: inline-block;
  background-image: url("/imgs/sort-asc.png");
  background-size: 7px;
  background-repeat: no-repeat;
  background-position: center center;
  margin-left: 6px;
  content: "";
}

.datatable thead th:last-child {
  padding-right: 18px;
}

.datatable .datepicker {
  cursor: pointer;
}

.datatable .vc-container {
  position: absolute;
  transform: translate(-25%, 0);
  margin-top: 10px;
  z-index: 100;
}

.datatable tbody td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.datatable .body-1.grey {
  color: rgba(0, 10, 46, 0.5);
}

.datatable .body-1.blue {
  color: #1b75bc;
}

.datatable .body-1.blue svg:nth-child(1) {
  margin-right: 5px;
  vertical-align: middle;
}

.datatable .body-1.blue svg:nth-child(3) {
  margin-left: 0px;
}

.datatable .body-1.red {
  color: #ff647c;
}

.date-column {
  width: 120px;
}

.improvement-column {
  text-align: center;
  width: 120px;
}

.progress-buttons {
  margin-top: 30px;
  display: grid;
  grid-template-columns: 70px 1fr;
}

.progress-buttons > div {
  align-self: center;
}

.progress-buttons > div .go-back {
  text-decoration: none;
  color: #2d428e;
  font-size: 16px;
  font-weight: bold;
}

.progress-buttons > div:nth-child(2) {
  text-align: right;
}

.progress-buttons > div:nth-child(2) button {
  display: inline;
  margin-top: 0;
}

.icon-improvement {
  width: 24px;
  height: 24px;
  border-radius: 4px;
  display: block;
  margin: 0 auto;
  position: relative;
}

.icon-improvement svg {
  position: absolute;
  top: 2px;
  left: 3px;
}

.icon-improvement--blue {
  background: rgba(27, 117, 188, 0.1);
}

.icon-improvement--blue svg {
  transform: rotate(-45deg);
}

.icon-improvement--blue svg path {
  stroke: #1b75bc;
}

.icon-improvement--green {
  background: rgba(0, 196, 140, 0.1);
}

.icon-improvement--green svg {
  transform: rotate(280deg);
}

.icon-improvement--green svg path {
  stroke: #00c48c;
}

.icon-improvement--red {
  background: rgba(255, 100, 124, 0.1);
}

.icon-improvement--red svg path {
  stroke: #ff647c;
}

.icon-status {
  width: 24px;
  height: 24px;
  border-radius: 4px;
  position: relative;
  font-size: 0px;
  color: transparent;
}

.icon-status::after {
  position: absolute;
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 2px;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.icon-status--red {
  background: rgba(255, 100, 124, 0.1);
}

.icon-status--red::after {
  background: #ff647c;
}

.icon-status--green {
  background: rgba(0, 196, 140, 0.1);
}

.icon-status--green::after {
  background: #00c48c;
}

.icon-status--yellow {
  background: rgba(255, 207, 92, 0.1);
}

.icon-status--yellow::after {
  background: #ffcf5c;
}

.datatable .status-column {
  padding-left: 18px;
  text-align: left;
  width: 123px;
}

.action-column {
  width: 180px;
}

.action-column--small {
  width: 90px;
}

.action-column.big {
  width: 250px;
}

.action-column a.button-4 {
  color: #1b75bc;
}

.action-column a.button-4:hover {
  color: #fff;
}

.action-column button {
  vertical-align: middle;
}

.loading-overlay {
  position: fixed;
  top: 100px;
  left: 225px;
  width: calc(100% - 225px);
  background: #fff;
  z-index: 500;
  height: calc(100% - 100px);
}

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

.questionnaire-images p {
  color: #000a2e;
  font-size: 15px;
  padding: 40px 0 0 0;
}

.questionnaire-images .images {
  padding-top: 20px;
}

.questionnaire-images .images img {
  height: 65px;
  margin-right: 48px;
  display: inline-block;
  vertical-align: middle;
}

.dashboard__table {
  margin-bottom: 80px;
}

.dashboard__table__title {
  margin-bottom: 30px;
  position: relative;
}

.dashboard__table__title .button-4 {
  position: absolute;
  top: 0;
  right: 0;
}

.dashboard__table__title .button-4:hover svg rect {
  fill: #fff;
}

.dashboard__table__title .button-4 svg {
  vertical-align: middle;
  margin-right: 10px;
}

.dashboard__table__title .button-4 svg rect {
  fill: #1b75bc;
}

@-webkit-keyframes pulsate {
  70% {
    box-shadow: 0 0 0 10px rgba(102, 47, 144, 0.2);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(102, 47, 144, 0.2);
  }
}

.page-notice {
  position: fixed;
  width: 90%;
  bottom: 0;
  background: #1b75bc;
  z-index: 999999;
  padding: 20px 50px;
  border-radius: 8px 8px 0 0;
  box-sizing: border-box;
  left: 5%;
  display: grid;
  grid-template-columns: 1fr 100px;
  grid-column-gap: 50px;
}

.page-notice p {
  color: #fff;
  font-weight: bold;
  align-self: center;
}

.settings-form--dashboard-view {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding-top: 40px;
}

.settings-form--dashboard-view .button {
  padding-top: 20px;
}

.settings-form .intro {
  margin-top: 32px;
  color: rgba(0, 10, 46, 0.5);
}

.settings-form .form-grid select {
  color: #000;
}

.settings-form .form-grid input[disabled] {
  background: #fafafa;
}

.settings-form .add-template {
  padding-top: 30px;
  padding-bottom: 45px;
}

.settings-form .add-template::after {
  clear: both;
}

.settings-form .add-template button {
  float: right;
}

.settings-form .email-templates > div {
  height: 60px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.settings-form .email-templates > div .actions {
  text-align: right;
  align-self: center;
}

.settings-form .email-templates > div .actions button {
  vertical-align: middle;
}

.settings-form .email-templates > div p {
  color: rgba(0, 10, 46, 0.5);
  align-self: center;
}

.settings-form .form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-top: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  padding-bottom: 40px;
  margin-bottom: 40px;
}

.settings-form .form-grid--no-border {
  border-bottom: 0;
}

.settings-form .form-grid .errors-box {
  grid-column: span 3;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 20px;
}

.settings-form .form-grid .errors-box ul {
  grid-column: span 2;
}

.settings-form .form-grid.no-border {
  border-bottom: 0;
}

.settings-form .radios {
  margin-top: 30px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-column-gap: 20px;
}

.settings-form .radios.two {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.settings-form .radios.border {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  padding-bottom: 40px;
  margin-bottom: 40px;
}

.settings-form .radios > div {
  grid-column: span 2;
}

.multiselect__tag,
.multiselect__option--highlight {
  background: #1b75bc;
}

.multiselect :-ms-input-placeholder {
  color: #1b75bc;
}

.multiselect ::-moz-placeholder {
  color: #1b75bc;
}

.multiselect ::placeholder {
  color: #1b75bc;
}

.multiselect__placeholder {
  color: #1b75bc;
}

.multiselect__tags {
  min-height: 50px;
}

.multiselect__select {
  height: 48px;
}

.multiselect__placeholder {
  padding-top: 10px;
}

.multiselect__tag-icon {
  color: #fff;
}

.multiselect__tag-icon:focus,
.multiselect__tag-icon:hover {
  background: #1b75bc;
}

.multiselect__tags {
  background: rgba(211, 236, 244, 0.4);
  border: 0;
}

.dashboard__title.second {
  padding-top: 0;
  border-bottom: 0;
  margin-bottom: 15px;
  padding-bottom: 0;
}

.with-tooltip {
  position: relative;
}

.with-tooltip i {
  color: #1b75bc;
  position: absolute;
  right: 0;
}

.error-grid.pt {
  color: #ff647c;
  padding-top: 10px;
}

.dashboard__form .title {
  color: #000a2e;
  margin-bottom: 25px;
  position: relative;
}

.dashboard__form .error-grid {
  grid-column: span 4;
  margin-bottom: 10px;
  color: #ff647c;
}

.dashboard__form .error-grid.pt {
  padding-top: 10px;
}

.dashboard__form .button-4--title {
  position: absolute;
  top: 0;
  right: 0;
}

.dashboard__form .form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-bottom: 80px;
}

.dashboard__form .form-grid.export {
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.dashboard__form .form-grid.export .vc-container {
  position: absolute;
  left: 0;
  z-index: 5;
  top: 80px;
}

.dashboard__form .form-grid.export > div {
  position: relative;
}

.dashboard__form .form-grid.export input,
.dashboard__form .form-grid.export select {
  background: rgba(211, 236, 244, 0.4);
  border: 0;
  outline: 0;
  color: #1b75bc;
}

.dashboard__form .form-grid.export input option,
.dashboard__form .form-grid.export select option {
  color: #fff;
}

.dashboard__form .form-grid.export .button-1 {
  align-self: center;
  width: 100%;
}

.dashboard__form .form-grid .full {
  grid-column: span 3;
}

.dashboard__form .form-grid input {
  border: 0;
}

.errors-box ul {
  background: rgba(255, 100, 124, 0.5);
  border: 1px solid #ff647c;
  border-radius: 10px;
  padding: 20px;
  color: #861022;
  font-size: 14px;
  list-style: none;
}

.errors-box.notice ul {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.not-found {
  min-height: 100vh;
  display: flex;
  align-items: center;
}

.not-found__content {
  width: 800px;
  max-width: 90%;
  margin: 0 auto;
}

.not-found__content h1 {
  color: #1b75bc;
  margin-bottom: 15px;
}

.not-found__content h2 {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 20px;
  color: rgba(0, 10, 46, 0.5);
}

.not-found__content a {
  text-decoration: none;
}

.not-found__content .button-1 {
  display: inline-block;
}

.not-found__content .button-3 {
  padding-top: 16px;
  padding-bottom: 16px;
  margin-left: 10px;
}

.form-grid.next-of-kin {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}

.form-grid.duedate {
  padding-top: 0 !important;
  margin-bottom: 10px !important;
}

.form-grid.duedate label {
  padding-bottom: 5px !important;
}

.form-grid .full-size {
  grid-column: span 2;
}

.form-grid .paddinged {
  padding-top: 20px;
}

.form-grid .blue-link {
  padding-top: 20px;
  color: #1b75bc;
  display: inline-block;
  text-decoration: none;
}

.form-grid label {
  font-size: 14px;
  line-height: 16px;
  color: rgba(0, 10, 46, 0.5);
  display: block;
  margin-bottom: 5px;
}

.form-grid.reminder {
  padding: 20px 0;
  border-bottom: 0;
}

.form-grid.reminder .buttons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 15px;
}

.form-grid.reminder label {
  display: inline-block;
  font-size: 16px;
  padding-left: 5px;
}

.form-grid.reminder label.bold {
  font-weight: bold;
  color: #111;
}

.form-grid.reminder .datepick {
  color: #1b75bc;
  margin-top: 15px;
}

.form-grid.reminder .multiple-title {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 20px;
  margin-top: 20px;
}

.form-grid.reminder .buttons.for-grid {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 20px;
  margin-top: 20px;
}

.form-grid.reminder .sub-grid {
  padding: 0 20px;
}

.form-grid.reminder .sub-grid > div {
  margin-top: 10px;
}

.form-grid.reminder .sub-grid label {
  font-size: 14px;
}

.form-grid input[type=radio] {
  display: inline-block;
}

.form-grid input:not([type=radio]):not([type=checkbox]),
.form-grid input[type=text],
.form-grid input[type=password],
.form-grid input[type=email],
.form-grid select,
.form-grid textarea {
  width: 100%;
  height: 60px;
  border-radius: 4px;
  border: 0;
  padding: 0 16px;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.35);
  box-sizing: border-box;
}

.form-grid input:not([type=radio]):not([type=checkbox])[disabled],
.form-grid input[type=text][disabled],
.form-grid input[type=password][disabled],
.form-grid input[type=email][disabled],
.form-grid select[disabled],
.form-grid textarea[disabled] {
  background: rgba(211, 236, 244, 0.4);
}

.form-grid input.multiselect__input {
  border: 0 !important;
}

.form-grid textarea {
  height: 200px;
  padding-top: 20px;
  font-family: "Roboto";
}

.form-grid > .full {
  grid-column: span 2;
}

.form-grid > .relative {
  position: relative;
}

.form-grid > .notice .notice-p {
  height: 60px;
  margin-top: 20px;
  border-left: 1px solid rgba(0, 0, 0, 0.35);
  padding-left: 20px;
  display: grid;
}

.form-grid > .notice p {
  color: rgba(0, 0, 0, 0.35);
  font-size: 14px;
  vertical-align: middle;
  align-self: center;
}

.form-grid .button {
  grid-column: 2/3;
}

.form-grid .button button {
  float: right;
  width: 150px;
}

.dashboard-grid {
  display: grid;
  padding-top: 100px;
  max-width: 1600px;
  padding-right: 40px;
  grid-template-columns: 280px 1fr;
}

.dashboard-grid > div,
.dashboard-grid > section {
  grid-column: 2/3;
}

.top-notice {
  background: #2d428e;
  padding: 5px;
  color: #fff;
  font-family: "Roboto";
  font-size: 12px;
  display: grid;
  grid-template-columns: 40px 1fr;
  border-radius: 5px;
  grid-column-gap: 10px;
}

.top-notice.green {
  grid-template-columns: 1fr;
  background: #00d6aa;
  padding: 10px;
}

.top-notice.green.full {
  grid-column: span 2;
  padding: 20px 10px;
}

.top-notice.secondary {
  background-color: #ff5757;
  margin-top: 15px;
}

.top-notice img {
  width: 40px;
  align-self: center;
}

.top-notice p {
  align-self: center;
  line-height: 14px;
}

.dashboard {
  min-height: 100vh;
}

.dashboard__stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 20px;
  padding-bottom: 82px;
}

.dashboard__stats__stat:nth-child(2) .dashboard__stats__stat__box {
  background-image: url("/imgs/circle-rotated.png"), linear-gradient(225deg, #662f90 0%, #1b75bc 100%);
  background-position: 350px -220px, top left;
}

.dashboard__stats__stat__box {
  margin-top: 32px;
  padding: 40px;
  overflow: hidden;
  box-sizing: border-box;
  border-radius: 4px;
  background: linear-gradient(225deg, #2d428e 0%, #1b75bc 100%);
  background-image: url("/imgs/circle.png"), linear-gradient(225deg, #2d428e 0%, #1b75bc 100%);
  background-size: 500px, 100%;
  background-repeat: no-repeat;
  background-position: 370px -20px, top left;
}

.dashboard__stats__stat__box > img {
  height: 32px;
  display: block;
  margin-bottom: 16px;
}

.dashboard__stats__stat__box h4,
.dashboard__stats__stat__box h5 {
  color: #fff;
}

.dashboard__stats__stat__box h4 {
  margin-bottom: 4px;
}

.dashboard__stats__stat__box h5 {
  margin-bottom: 21px;
}

.dashboard__stats__stat__box h5 img {
  width: 16px;
  margin-right: 6px;
  display: inline-block;
}

.dashboard__stats__stat__box h2 {
  font-family: "Poppins";
  font-weight: bold;
  font-size: 48px;
  color: #fff;
  line-height: 50px;
}

.dashboard__title {
  padding-top: 38px;
  padding-bottom: 37px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  margin-bottom: 40px;
  position: relative;
}

.dashboard__title span {
  color: #1b75bc;
}

.dashboard__title > div {
  position: relative;
}

.dashboard__title .close-button {
  position: absolute;
  right: 0;
  top: 0;
}

.dashboard__title .button {
  position: absolute;
  top: 50px;
  right: 0;
}

.dashboard__title .button-toggle {
  position: absolute;
  top: 58px;
  right: 0;
  display: flex;
  flex-direction: row;
  border: 1px solid #1b75bc;
  border-radius: 4px;
  background: white;
}

.dashboard__title .button-toggle button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  text-align: center;
  padding: 10px;
  background: transparent;
  font-family: "Roboto";
  font-size: 14px;
  color: #1b75bc;
}

.dashboard__title .button-toggle button.secondary:hover {
  cursor: pointer;
}

.dashboard__title .button-toggle button:hover,
.dashboard__title .button-toggle button.primary {
  background: #1b75bc;
  color: white;
}

.dashboard__title h2 {
  padding-bottom: 8px;
  color: #000a2e;
}

.dashboard__title h3 {
  color: rgba(0, 10, 46, 0.5);
}

.vdpr-datepicker__calendar-table .highlighted,
.vdpr-datepicker__button-submit {
  background-color: #1b75bc !important;
}

.vdpr-datepicker__button-submit {
  border: 1px solid #1b75bc !important;
}

.tooltip-input a {
  position: absolute;
  right: 10px;
  top: 0;
  color: #1b75bc;
  display: table;
  height: 20px;
  width: 20px;
  font-weight: bold;
  text-decoration: none;
}

.datepicker_cls {
  position: absolute;
  right: 0;
  top: 0;
  margin-top: -43px;
  border: 1px solid #ccc;
  padding: 5px;
  border-radius: 5px;
}

.vdpr-datepicker__button-reset {
  border: 1px solid #ff647c;
  background: #ff647c;
}

.chart > div > div > div {
  margin: 0 auto;
}

.analytics {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 85px;
  padding-bottom: 180px;
}

.analytics__section--individual {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  margin-top: 40px;
  padding-top: 30px;
}

.analytics__section--full {
  grid-column: span 2;
}

.analytics__section .title {
  margin-bottom: 35px;
  color: #000a2e;
}

.analytics__section .analytics-box {
  background: #fff;
  box-shadow: 0px 5px 20px rgba(27, 117, 188, 0.1);
  border-radius: 4px;
  box-sizing: border-box;
  padding: 0 12px;
  position: relative;
}

.analytics__section .analytics-box .graph_info {
  position: absolute;
  right: 20px;
  top: 15px;
}

.analytics__section .analytics-box .graph_info select {
  color: #1b75bc;
  background: none;
  border: 1px solid #ddd;
  padding: 5px;
  width: 200px;
  border-radius: 5px;
}

.analytics__section .analytics-box h3 {
  color: rgba(0, 10, 46, 0.5);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  padding: 18px 0;
}

.analytics__section .analytics-box .chart {
  padding: 40px 30px;
  position: relative;
}

.analytics__section .analytics-box .chart .info {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}

.analytics__section .analytics-box .chart .info span {
  display: table;
  margin: 0 auto;
  line-height: 26px;
}

.analytics__section .analytics-box .chart .info span.body-1 {
  color: rgba(0, 10, 46, 0.5);
}

.analytics__section .analytics-box .chart .info span.header-2 {
  color: #000a2e;
}

.dashboard__box {
  width: 100%;
  background: #fff;
  box-shadow: 0px 5px 20px rgba(27, 117, 188, 0.1);
  border-radius: 4px;
  box-sizing: border-box;
  margin-bottom: 170px;
  padding: 40px;
}

.dashboard__box--mt {
  margin-top: 40px;
}

.dashboard__box__description p,
.dashboard__box__description ul,
.dashboard__box__description ol {
  color: rgba(0, 10, 46, 0.5);
  margin-top: 15px;
  margin-bottom: 15px;
}

.dashboard__box__description p a,
.dashboard__box__description ul a,
.dashboard__box__description ol a {
  color: #1b75bc;
}

.dashboard__box__description h3 {
  padding-top: 15px;
}

.dashboard__box__description ul,
.dashboard__box__description ol {
  margin-top: 13px;
  padding-left: 20px;
}

.dashboard__box__description .images {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding-top: 44px;
}

.dashboard__box__description .images h2 {
  color: rgba(0, 0, 0, 0.35);
  font-weight: 400;
  font-size: 14px;
  align-self: center;
}

.dashboard__box__description .images div {
  text-align: left;
}

.dashboard__box__description .images div img {
  margin-right: 20px;
  margin-top: 20px;
  vertical-align: middle;
  height: 35px;
}

.questionnaire-container {
  padding-top: 50px;
}

.questionnaire-container--clinician {
  padding-top: 50px;
}

.vue-slide-bar-separate-text {
  width: 140px;
  white-space: normal !important;
}

.q-terms p {
  padding-bottom: 20px;
}

.q-terms p a {
  color: #1b75bc;
}

.q-terms ul {
  padding-left: 20px;
  padding-bottom: 20px;
}

.q-terms ul a {
  color: #1b75bc;
}

.not-zero .vue-slide-bar-tooltip {
  color: transparent !important;
}

.tooltip-question-mark {
  text-decoration: none;
  font-weight: bold;
  color: #1b75bc;
}

#app {
  overflow-x: hidden;
}

.right-dp .vdpr-datepicker__calendar-dialog {
  right: 0;
}

.questionnaire {
  overflow: hidden;
  width: 90%;
  max-width: 1180px;
  margin: 0 auto;
  background: #fff;
  box-shadow: 0px 5px 20px rgba(27, 117, 188, 0.1);
  border-radius: 4px;
  box-sizing: border-box;
  padding: 75px 100px;
}

.questionnaire__info {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  margin-bottom: 25px;
}

.questionnaire__info h3 {
  color: #000a2e;
  align-self: center;
}

.questionnaire__info p {
  align-self: center;
  text-align: right;
  color: rgba(0, 10, 46, 0.5);
}

.questionnaire__clinician {
  position: relative;
}

.questionnaire__clinician .questionnaire__title {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  padding-bottom: 50px;
  margin-bottom: 40px;
}

.questionnaire__clinician .questionnaire__title span {
  color: #1b75bc;
}

.questionnaire__clinician .close-button {
  position: absolute;
  top: 0;
  right: 0;
}

.questionnaire__titles {
  padding-bottom: 40px;
}

.questionnaire__titles h2 {
  padding-bottom: 60px;
  text-align: center;
}

.questionnaire__titles p {
  color: rgba(0, 10, 46, 0.5);
}

.questionnaire__patient {
  padding-bottom: 40px;
  position: relative;
}

.questionnaire__patient .buttons {
  position: absolute;
  top: 0;
  right: 0;
}

.questionnaire__patient .buttons a {
  margin-left: 10px;
}

.questionnaire .button-1 {
  margin-top: 30px;
}

.questionnaire__description {
  color: rgba(0, 10, 46, 0.5);
  padding-top: 20px;
}

.questionnaire__description p {
  padding-bottom: 20px;
}

.questionnaire__description ul,
.questionnaire__description ol {
  padding-left: 17px;
  padding-bottom: 20px;
  margin-top: -15px;
}

.questionnaire .question-number {
  background: #00d6aa;
  height: 26px;
  width: 26px;
  border-radius: 26px;
  color: #fff;
  font-size: 15px;
  text-align: center;
  position: absolute;
  top: 0;
  left: -40px;
  line-height: 26px;
}

.questionnaire .question-container {
  position: relative;
}

#questionnaire {
  padding-top: 0px;
}

.raw_score {
  position: absolute;
  top: 10px;
  right: 10px;
  font-weight: 400;
}

.raw_score span {
  font-weight: bold;
}

.score-box {
  position: relative;
  background: #f4faff;
  border-radius: 5px;
  border: 1px solid #74a5ce;
  padding: 20px;
  margin-bottom: 20px;
}

.score-box div {
  position: relative;
}

.score-box .body-3 {
  line-height: 18px;
}

.score-box.grey {
  background: #f5f5f5;
  border: 1px solid #ddd;
}

.score-box.grey ul,
.score-box.grey ol {
  color: rgba(0, 10, 46, 0.5);
  margin-left: 15px;
  margin-bottom: 15px;
}

.score-box.grey a {
  color: rgba(0, 10, 46, 0.5);
}

.score-box.grey p {
  margin-bottom: 15px;
}

.score-box h3 {
  text-decoration: underline;
  margin-bottom: 20px;
}

.score-box > div:not(:nth-child(2)) {
  margin-top: 10px;
  border-top: 1px solid #ced7df;
  padding-top: 20px;
}

.questionnaire-container--clinician .survey__field,
.questionnaire-container--clinician .question-container {
  margin-bottom: 70px;
}

.table {
  width: 100%;
  box-sizing: border-box;
  border-radius: 4px;
  border-collapse: collapse;
}

.table thead th {
  height: 60px;
  font-weight: 400;
  padding: 0 10px;
  color: rgba(0, 10, 46, 0.5);
}

.table tbody {
  box-shadow: 0px 5px 20px rgba(27, 117, 188, 0.1);
}

.table tbody tr:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.table tbody tr td {
  padding: 20px;
  position: relative;
}

.table tbody tr td label {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.table.grouped-table {
  table-layout: fixed;
  width: 100%;
}

.table.grouped-table tbody tr td:not(.question) {
  text-align: center;
}

.datatable .more-td i {
  display: none;
}

.mobile-only {
  display: none !important;
}

.subscription-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column: span 3;
}

.subscription-grid > div.text-1 {
  align-self: center;
  color: #aaa;
}

.subscription-grid > div.text-1 span {
  background: #1b75bc30;
  color: #1b75bc;
  padding: 3px 5px;
  border-radius: 5px;
  display: inline-block;
}

.subscription-grid .btn-div {
  text-align: right;
}

.subscription-grid .btn-div .button-1 {
  display: inline-block;
}

.subscription-grid .services__packages {
  grid-column: span 2;
}

.questionnaire--landscape {
  display: none;
}

.survey__checkbox-grid.vertical.image {
  max-width: 170px;
}

.questionnaires {
  margin-bottom: 170px;
  background: #ffffff;
  box-shadow: 0px 5px 20px rgba(27, 117, 188, 0.1);
  border-radius: 4px;
  padding: 75px 0;
}

.questionnaires__content {
  max-width: 780px;
  width: 95%;
  margin: 0 auto;
}

.questionnaires__content--view {
  background: #fff;
  box-shadow: 0px 5px 20px rgba(27, 117, 188, 0.1);
  border-radius: 4px;
  margin-bottom: 80px;
  padding: 24px;
}

.questionnaires__content--view .questionnaires__search {
  margin-top: 0;
  margin-bottom: 24px;
}

.questionnaires__search {
  margin-top: 40px;
}

.questionnaires__search.no-pad {
  margin-top: 0;
  margin-bottom: 30px;
}

.questionnaires__search input {
  width: 100%;
  height: 48px;
  border: 1px solid rgba(0, 0, 0, 0.35);
  box-sizing: border-box;
  border-radius: 4px;
  padding-left: 45px;
  background-image: url("/imgs/search-icon.png");
  background-position: 10px center;
  background-repeat: no-repeat;
  background-size: 24px;
  font-family: "Roboto";
  font-size: 16px;
}

.questionnaires__option {
  margin-top: 35px;
  padding-top: 35px;
}

.questionnaires__option .button {
  padding-top: 40px;
  text-align: center;
}

.questionnaires__option .button button {
  display: inline-block;
  margin: 0 10px;
}

.questionnaires__option .button button.button-5 {
  padding: 18px 18px;
  font-family: "Poppins";
  font-size: 15px;
}

.questionnaires__option .button button.button-5:hover {
  background: #1b75bc;
  color: #fff;
}

.questionnaires__option__options {
  padding-top: 24px;
}

.questionnaires__categories > ul {
  list-style: none;
}

.questionnaires__categories > ul .category {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.questionnaires__categories > ul .category__grid {
  display: grid;
  padding: 20px 0;
  grid-template-columns: 1fr 290px;
}

.questionnaires__categories > ul .category__grid:hover {
  cursor: pointer;
}

.questionnaires__categories > ul .category__grid:hover .ctas__expand {
  background: #1b75bc;
  color: #fff;
}

.questionnaires__categories > ul .category__grid:hover .ctas__expand svg path {
  stroke: #fff;
}

.questionnaires__categories > ul .category__listings {
  padding-bottom: 20px;
}

.questionnaires__categories > ul .category__listings ul {
  list-style: none;
  border-left: 4px solid #00d6aa;
}

.questionnaires__categories > ul .category__listings ul li {
  position: relative;
}

.questionnaires__categories > ul .category__listings ul li.disabled {
  opacity: 0.7;
  background-image: url("/imgs/icon-6.png");
  background-position: 5px center;
  background-size: 20px;
  background-repeat: no-repeat;
}

.questionnaires__categories > ul .category__listings ul li.has-no-checkbox a {
  padding-left: 5px;
}

.questionnaires__categories > ul .category__listings ul li.has-checkbox,
.questionnaires__categories > ul .category__listings ul li.has-no-checkbox {
  display: grid;
  grid-template-columns: 30px 1fr auto;
  padding-right: 30px;
}

.questionnaires__categories > ul .category__listings ul li.has-checkbox .star-img,
.questionnaires__categories > ul .category__listings ul li.has-no-checkbox .star-img {
  display: grid;
  align-items: center;
  text-align: center;
}

.questionnaires__categories > ul .category__listings ul li.has-checkbox .star-img img,
.questionnaires__categories > ul .category__listings ul li.has-no-checkbox .star-img img {
  width: 20px;
  display: block;
  margin: 0 auto;
}

.questionnaires__categories > ul .category__listings ul li .check {
  position: relative;
}

.questionnaires__categories > ul .category__listings ul li .custom-checkbox {
  width: 14px;
  height: 14px;
  border: 1px solid #555;
  cursor: pointer;
  border-radius: 3px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.questionnaires__categories > ul .category__listings ul li .custom-checkbox:hover {
  background: #eee;
}

.questionnaires__categories > ul .category__listings ul li .custom-checkbox svg {
  width: 12px;
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.questionnaires__categories > ul .category__listings ul li .custom-checkbox.custom-checkbox--active svg {
  display: block;
}

.questionnaires__categories > ul .category__listings ul li .bookmark {
  position: absolute;
  right: -10px;
  top: 50%;
  cursor: pointer;
  transform: translate(-50%, -50%);
  width: 24px;
}

.questionnaires__categories > ul .category__listings ul li a {
  display: block;
  padding: 15px 30px 15px 20px;
  text-decoration: none;
  color: #1b75bc;
}

.questionnaires__categories > ul .category__listings ul li a:hover {
  background: rgba(211, 236, 244, 0.4);
  color: #000;
}

.questionnaires__categories > ul .category .name {
  align-self: center;
}

.questionnaires__categories > ul .category .ctas {
  text-align: right;
}

.questionnaires__categories > ul .category .ctas__assessments {
  font-size: 15px;
  color: rgba(0, 0, 0, 0.35);
  padding-right: 25px;
  margin-right: 25px;
  position: relative;
  display: inline-block;
}

.questionnaires__categories > ul .category .ctas__assessments.opened {
  margin-right: 0;
  padding-right: 0;
}

.questionnaires__categories > ul .category .ctas__assessments.opened::after {
  display: none;
}

.questionnaires__categories > ul .category .ctas__assessments::after {
  content: "";
  height: 24px;
  background: rgba(0, 0, 0, 0.08);
  width: 1px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  display: inline-block;
}

.questionnaires__categories > ul .category .ctas__assessments .count {
  height: 25px;
  width: 25px;
  margin-left: 5px;
  display: inline-block;
  line-height: 25px;
  border-radius: 25px;
  background: #00d6aa;
  text-align: center;
  color: #fff;
}

.questionnaires__categories > ul .category .ctas__expand {
  background: transparent;
  color: #1b75bc;
  padding: 6px 8px;
  border: 1px solid #1b75bc;
  box-sizing: border-box;
  border-radius: 4px;
  cursor: pointer;
}

.questionnaires__categories > ul .category .ctas__expand svg {
  vertical-align: middle;
}

.questionnaires__categories > ul .category .ctas__expand:hover,
.questionnaires__categories > ul .category .ctas__expand.active {
  background: #1b75bc;
  color: #fff;
}

.questionnaires__categories > ul .category .ctas__expand:hover svg path,
.questionnaires__categories > ul .category .ctas__expand.active svg path {
  stroke: #fff;
}

.questionnaires__categories > ul .category .ctas__expand.active svg {
  transform: rotate(180deg);
}

@media all and (max-height: 657px) {
  .sidebar {
    padding-top: 100px;
    overflow-y: scroll;
  }

  .sidebar__links__upgrade {
    position: initial;
    padding: 0;
    margin-bottom: 20px;
  }
}

@media all and (max-width: 1300px) {
  .homepage-hero::before {
    right: -868px;
    top: -700px;
  }

  .homepage-hero::after {
    left: -868px;
    bottom: -540px;
  }
}

@media all and (max-height: 850px) {
  .homepage-hero__text__image {
    width: 940px;
  }
}

@media all and (max-height: 790px) {
  .homepage-hero__text__image {
    width: 780px;
  }
}

@media all and (max-height: 750px) {
  .homepage-hero__text__image {
    width: 620px;
  }
}

@media all and (max-height: 680px) {
  .homepage-hero__text__image {
    margin-top: 50px;
  }
}

@media all and (min-width: 850px) {
  .homepage-boxes__grid__item__content:hover {
    border-bottom: 4px solid #00d6aa;
  }

  .homepage-boxes__grid__item__content:hover h2 {
    padding-top: 10px;
  }

  .homepage-boxes__grid__item__content:hover p {
    display: block;
    padding-bottom: 5px;
  }

  .homepage-boxes__grid__item__content:hover > img {
    transform: rotate(-15deg);
  }
}

@media all and (max-width: 1400px) {
  .homepage-features__item--top {
    margin-top: 0;
  }
}

@media all and (max-width: 1150px) {
  .homepage-works__grid__item__image {
    height: 170px;
  }
}

@media all and (max-width: 1000px) {
  .homepage-works__grid__item__image {
    height: 130px;
  }
}

@media all and (max-width: 850px), all and (max-height: 500px) {
  .survey__checkbox-grid__container--full {
    grid-column: span 1;
  }

  .dashboard__title .button {
    position: initial;
    margin-top: 10px;
  }

  .form__grid--three .notice {
    grid-column: span 1;
  }

  .scrollbar-outer {
    overflow-x: scroll;
    padding-bottom: 30px;
    padding-right: 30px;
  }

  .homepage-reviews__slider {
    padding: 30px 10px 40px 10px;
  }

  .range-labels {
    word-break: break-all;
    grid-gap: 5px;
  }

  .table tbody tr td:not(.question) {
    padding: 20px 0;
  }

  .table thead th {
    padding: 0;
    height: auto;
    min-height: 60px;
  }

  .table thead th > span {
    display: grid;
    width: 100%;
    align-items: center;
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    max-height: 100px;
    transform: rotate(180deg);
    height: 100%;
    vertical-align: top;
    padding-top: 10px;
    text-align: left;
  }

  .table.grouped-table tr th:nth-child(1) {
    width: 150px;
  }

  .homepage-sponsors__grid img {
    max-height: 74px;
    max-width: 100%;
    margin: 0;
    padding: 20px 40px;
    box-sizing: border-box;
  }

  .vue-slide-bar-separate-text {
    width: auto;
    white-space: normal !important;
  }

  .two-labels .vue-slide-bar-separate .vue-slide-bar-separate-text {
    width: 200px;
  }

  .vue-slide-bar-separate:last-child .vue-slide-bar-separate-text {
    right: 0 !important;
    transform: none !important;
    text-align: right !important;
  }

  .vue-slide-bar-separate:first-child .vue-slide-bar-separate-text {
    left: 0 !important;
    transform: none !important;
    text-align: left !important;
  }

  .top-notice {
    margin-top: 80px;
  }

  .mobile-only {
    display: block !important;
  }

  .header .header__links {
    display: none;
  }

  .homepage-hero__text {
    z-index: 1;
  }

  .success-page ul {
    width: 100%;
    padding: 0 25px;
    box-sizing: border-box;
  }

  html,
  body {
    width: 100%;
    overflow-x: hidden;
  }

  .progress-buttons {
    position: fixed;
    opacity: 0.7;
    bottom: 0;
    width: 100%;
    z-index: 40;
    left: 0;
    padding: 15px;
    box-sizing: border-box;
    background: #fff;
    border-top: 1px solid #eee;
  }

  .progress-buttons .button-1 {
    padding: 15px;
  }

  .progress-buttons .button-3 {
    padding: 13px;
  }

  .payment-page-page .payment-page-grid {
    grid-template-columns: 1fr;
    grid-gap: 30px;
  }

  .dashboard__table__title .button-4 {
    display: table;
    margin-top: 10px;
    margin-left: 0;
  }

  .dashboard__table__title .button-4 {
    position: initial;
  }

  .button-4.trash-button {
    vertical-align: middle;
  }

  .survey__label {
    font-size: 15px;
  }

  .survey__checkbox-grid__container__item label,
  .questionnaire__description p,
  .questionnaire__description ul {
    font-size: 15px;
  }

  .table.grouped-table {
    font-size: 13px;
  }

  .questionnaire__title.header-3 {
    font-size: 20px;
  }

  .dashboard__title {
    padding-top: 78px;
  }

  .popup__box {
    width: 95%;
  }

  .header:not(.header--homepage) {
    position: initial;
    width: 92%;
    margin: 0 auto;
    padding-top: 20px;
  }

  .box {
    padding-top: 40px;
  }

  .box__grid {
    padding-top: 40px;
  }

  .header:not(.header--homepage) .header__links {
    right: 4%;
    grid-template-columns: 1fr;
  }

  .header:not(.header--homepage) .header__logo {
    position: initial;
    padding-top: 20px;
  }

  .services__faq .faqs {
    max-width: 90%;
    margin: 0 auto;
  }

  .homepage-footer__links__grid__links:nth-child(4) {
    grid-row: 3;
    padding-top: 15px;
  }

  .homepage-footer__links__grid__logo {
    grid-row: 4;
  }

  .services__faq .faqs .faqs-question > a {
    height: auto;
    line-height: 37px;
    padding: 15px 20px 15px 0;
  }

  .dashboard__stats,
  .analytics,
  .dashboard__form .form-grid,
  .survey__checkbox-grid,
  .form__grid--two,
  .form__grid--four,
  .settings-form .form-grid,
  .settings-form .radios,
  .form__grid--three,
  .services__packages {
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }

  .analytics__section--full {
    grid-column: span 1;
  }

  .questionnaire-container {
    padding-top: 10px;
    width: 95%;
    margin: 0 auto;
  }

  .questionnaire__info,
  .survey__select-grid,
  .survey__checkbox-grid.image {
    grid-template-columns: 1fr;
    grid-gap: 15px;
  }

  .survey__checkbox-grid.image.no-labels {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .survey__checkbox-grid.image.no-labels label {
    width: 0;
  }

  .survey__checkbox-grid.image.no-labels .survey__checkbox-grid__container__item {
    grid-template-columns: 1fr;
  }

  .survey__checkbox-grid.image.no-labels .survey__checkbox-grid__container__item .image-holder-container {
    padding-left: 0;
  }

  .survey__checkbox-grid.image.no-labels .survey__checkbox-grid__container__item .image-holder-container img {
    max-width: 70px;
  }

  .survey__checkbox-grid.image .survey__checkbox-grid__container .survey__checkbox-grid__container__item label::after,
  .survey__checkbox-grid.image .survey__checkbox-grid__container .survey__checkbox-grid__container__item input[type=checkbox]:checked + label.checkbox::before,
  .survey__checkbox-grid.image .survey__checkbox-grid__container .survey__checkbox-grid__container__item input[type=radio]:checked + label.checkbox::before {
    top: 50%;
    transform: translate(0, -50%);
  }

  .survey__checkbox-grid.image .survey__checkbox-grid__container .survey__checkbox-grid__container__item input[type=checkbox]:checked + label.checkbox::before,
  .survey__checkbox-grid.image .survey__checkbox-grid__container .survey__checkbox-grid__container__item input[type=radio]:checked + label.checkbox::before {
    margin-top: -5px;
  }

  .survey__checkbox-grid.image .survey__checkbox-grid__container__item {
    display: grid;
    grid-template-columns: 110px 1fr;
    align-self: center;
    padding-left: 25px;
  }

  .survey__checkbox-grid.image label {
    text-align: left !important;
    align-self: center;
  }

  .questionnaire__info p {
    text-align: left;
  }

  .survey__checkbox-grid.vertical {
    max-width: 100%;
  }

  .settings-form .form-grid .errors-box,
  .form-grid .errors-box.notice ul {
    grid-column: span 1;
    grid-template-columns: 1fr;
  }

  .sidebar li.logout-link {
    display: block;
  }

  .user-header__user {
    display: none;
  }

  .form-grid .button,
  .settings-form .radios > div {
    grid-column: span 1;
  }

  .form-grid > .full {
    grid-column: span 1;
  }

  .dashboard__table {
    width: calc(100vw - 40px);
  }

  .dashboard__table.small {
    width: calc(100vw - 120px);
  }

  .header:not(.header--homepage) .header__links .button-1,
  .header:not(.header--homepage) .header__links .button-2:not(.button-2--all) {
    display: none;
  }

  .header:not(.header--homepage) .header__links .desktop-only {
    display: none;
  }

  .form__grid--four .notice {
    grid-column: span 1;
  }

  .questionnaire .question-number {
    left: 0;
  }

  .user-header.user-header--dashboard {
    grid-template-columns: 1fr;
    place-items: center;
  }

  .questionnaires__categories > ul .category__listings ul li .bookmark {
    right: 0;
    transform: translate(0, -50%);
  }

  .questionnaires__categories > ul .category__listings ul li a {
    padding-right: 25px;
    line-height: 24px;
  }

  .questionnaires__categories > ul .category__listings ul li a {
    line-height: 25px !important;
  }

  .tabs a {
    margin-bottom: 20px;
  }

  .survey__label {
    padding-left: 35px;
  }

  .datatable .status-column {
    text-align: center;
  }

  .datatable .icon-status {
    margin: 0 auto;
  }

  .datatable .more-td {
    position: relative;
  }

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

  .datatable .more-td {
    padding-left: 15px !important;
  }

  .datatable .more-td i {
    position: absolute;
    display: block;
    right: 10px;
    top: 17px;
    padding: 5px 10px;
    border: 1px solid #1b75bc;
    color: #1b75bc;
    border-radius: 4px;
  }

  .datatable .more-td::before {
    display: none !important;
  }

  table.dataTable > tbody > tr.child ul.dtr-details {
    width: 100%;
    box-sizing: border-box;
    padding: 0 10px;
  }

  table.dataTable tbody td:nth-child(1) {
    padding-left: 0;
  }

  table.dataTable > tbody > tr.child ul.dtr-details > li {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 5px;
  }

  .datatable .status-column {
    width: 70px;
  }

  .loading-overlay {
    width: 100%;
    z-index: 9999999;
    left: 0;
  }

  .questionnaire {
    padding: 20px;
    width: 100%;
  }

  td.body-1.more-td {
    padding-right: 45px;
  }

  .survey__field {
    margin-bottom: 30px;
  }

  .questionnaire__info {
    grid-gap: 5px !important;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }

  .questionnaire__patient .buttons {
    position: initial;
    margin-top: 20px;
  }

  .questionnaire__patient .buttons a {
    margin-left: 0;
    margin-right: 10px;
  }

  table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control::before,
  table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control::before {
    background-color: #1b75bc;
  }

  table.dataTable > tbody > tr.child ul.dtr-details > li .dtr-data {
    text-align: right;
  }

  table.dataTable > tbody > tr.child ul.dtr-details > li .dtr-title {
    font-weight: 400;
    color: #555;
  }

  .sidebar-btn {
    position: fixed;
    top: 23px;
    left: 20px;
    z-index: 20;
    background: #eee;
    border-radius: 4px;
    padding: 13px 14px;
  }

  .sidebar-btn img {
    width: 24px;
    display: block;
  }

  .sidebar-btn img.closebtn {
    width: 16px;
    padding: 4px;
  }

  .dashboard-grid {
    grid-template-columns: 1fr;
    padding: 40px 20px 0 20px;
    box-sizing: border-box;
  }

  .dashboard-grid > div,
  .dashboard-grid > section {
    grid-column: 1;
  }

  .form-grid > .notice .notice-p {
    margin-top: 0;
  }

  .homepage-footer {
    z-index: 120;
  }

  .questionnaire-images .images img {
    height: 25px;
    margin-bottom: 15px;
    margin-right: 30px;
  }

  .sidebar {
    width: 100%;
    position: fixed;
    top: 100px;
    left: -100%;
    z-index: 30;
    padding-top: 30px;
    transition: 0.3s all;
  }

  .sidebar.active {
    left: 0;
  }

  .header-1 {
    font-size: 28px;
    line-height: 48px;
  }

  .header-2 {
    font-size: 24px;
    line-height: 32px;
  }

  .header-3 {
    font-size: 24px;
    line-height: 28px;
  }

  .header-4 {
    font-size: 13px;
    line-height: 20px;
  }

  .body-1 {
    font-size: 14px;
    line-height: 22px;
  }

  .body-2 {
    font-size: 17px;
    line-height: 26px;
  }

  .button-1 {
    font-size: 16px;
    line-height: 16px;
  }

  .header .header__burger,
  .user-header .user-header__burger {
    display: block;
    z-index: 3;
  }

  .user-header .user-header__burger {
    right: 20px;
  }

  .form-grid.next-of-kin {
    grid-template-columns: 1fr;
  }

  .about__header {
    height: 200px;
  }

  .about__header .container {
    height: 200px;
  }

  .questionnaires__categories > ul .category__grid {
    grid-template-columns: 1fr 1fr;
  }

  .questionnaires__categories > ul .category .ctas__expand {
    display: none;
  }

  .questionnaires__content--view {
    box-sizing: border-box;
  }

  .questionnaires__categories > ul .category__listings ul li {
    margin-bottom: 20px;
  }

  .questionnaires__categories > ul .category__listings ul li a {
    height: auto;
    line-height: 15px;
    font-size: 15px;
  }

  .questionnaires__categories > ul .category .ctas__assessments {
    padding-right: 0;
    margin-right: 0;
  }

  .about__grid {
    grid-template-columns: 1fr;
    grid-row-gap: 30px;
    padding-top: 30px;
  }

  .about__grid .about__sidebar {
    position: relative;
    top: auto;
  }

  .about__grid .about__sidebar ul {
    border: 1px solid #1b75bc;
    border-radius: 5px;
    max-height: 62px;
    overflow: hidden;
    transition: 0.3s all;
  }

  .about__grid .about__sidebar ul.active {
    max-height: 500px;
  }

  .about__grid .about__sidebar ul.active li {
    display: block;
  }

  .about__grid .about__sidebar ul li {
    margin-bottom: 0;
    line-height: 30px;
    padding: 16px;
    box-sizing: border-box;
    position: relative;
    display: none;
  }

  .about__grid .about__sidebar ul li.active {
    display: block;
  }

  .about__grid .about__sidebar ul li.selectedSection {
    display: block;
  }

  .about__grid .about__sidebar ul li.selectedSection::after {
    background: url("/imgs/caret.png");
    height: 6px;
    width: 9px;
    content: "";
    display: block;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translate(0, -50%);
    background-repeat: no-repeat;
    background-size: cover;
  }

  .about__text__section .icon-box-grid,
  .about__text__section .mini-icon-box-grid {
    grid-template-columns: 1fr;
    grid-row-gap: 20px;
  }

  .header .header__nav,
  .user-header .user-header__nav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(225deg, #2d428e 0%, #1b75bc 100%);
    z-index: 2;
    padding-top: 200px;
    box-sizing: border-box;
    transition: 0.5s all;
  }

  .header .header__nav.active,
  .user-header .user-header__nav.active {
    right: 0;
  }

  .header .header__nav ul li,
  .user-header .user-header__nav ul li {
    display: block;
    margin: 0 auto 60px auto;
    text-align: center;
  }

  .user-header__logo,
  .header__logo {
    position: relative;
    z-index: 3;
  }

  .user-header .user-header__nav {
    background: #fff;
  }

  .homepage-hero__text {
    bottom: auto;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .homepage-hero__text h2 {
    margin-bottom: 15px;
    height: 110px;
  }

  .homepage-hero__text__image,
  .header__contact {
    display: none;
  }

  .homepage-works__grid {
    grid-template-columns: 1fr;
    grid-row-gap: 130px;
  }

  .homepage-works__grid__item {
    max-width: 370px;
    margin: 0 auto;
  }

  .homepage-works__grid__item__image {
    height: auto;
  }

  .homepage-works__grid__item__number {
    bottom: 0;
    left: 50%;
    top: auto;
    transform: translate(-50%, 50%);
  }

  .homepage-works {
    padding-top: 100px;
    background: transparent;
  }

  .homepage-boxes__grid__item__content {
    border-bottom: 4px solid #00d6aa;
    height: 240px;
    box-sizing: border-box;
  }

  .homepage-boxes__grid__item__content h2 {
    padding-top: 10px;
  }

  .homepage-boxes__grid__item__content p {
    display: block;
    padding-bottom: 5px;
  }

  .homepage-boxes__grid__item__content > img {
    transform: rotate(-15deg);
  }

  .homepage-works > .header-2 {
    padding-bottom: 118px;
  }

  .homepage-works__grid {
    width: 90%;
  }

  .homepage-features__item {
    grid-template-columns: 1fr;
    grid-row-gap: 40px;
    margin-bottom: 120px;
  }

  .homepage-features {
    padding-top: 90px;
    margin-top: -100px;
  }

  .homepage-features__item--flipped {
    width: 90%;
  }

  .homepage-features__item--flipped > img {
    grid-row: 1;
  }

  .homepage-features__item--flipped .homepage-features__item__text {
    grid-row: 2;
  }

  .homepage-features__item--top {
    margin-top: 0;
  }

  .homepage-boxes {
    padding-top: 120px;
    margin-top: -100px;
  }

  .homepage-boxes {
    padding-bottom: 80px;
  }

  .homepage-boxes__grid__item {
    display: inline-block;
    width: 200px;
  }

  .homepage-boxes .scrollbar-outer > .scroll-element.scroll-x {
    width: 90%;
    left: 5%;
  }

  .homepage-boxes .scrollbar-outer > .scroll-element .scroll-bar {
    background: #1b75bc;
  }

  .homepage-boxes .scrollbar-outer > .scroll-element.scroll-x .scroll-element_outer {
    height: 4px;
  }

  .homepage-boxes .scrollbar-outer > .scroll-element .scroll-element_track {
    background: rgba(0, 0, 0, 0.08);
  }

  .homepage-sponsors__grid {
    display: block;
    text-align: center;
  }

  .homepage-sponsors__grid__image {
    display: inline-block;
    margin: 0 6px 30px 6px;
  }

  .homepage-sponsors__grid__image img {
    height: 32px;
    max-height: auto;
    max-width: 1000%;
  }

  .homepage-footer__contact {
    grid-template-columns: 1fr;
    grid-row-gap: 60px;
  }

  .homepage-footer__contact .homepage-footer__contact__form__grid {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .homepage-footer__contact .homepage-footer__contact__form__grid textarea {
    grid-column: span 1;
  }

  .homepage-footer__contact .homepage-footer__contact__form button {
    width: 100%;
  }

  .homepage-footer__links__grid {
    grid-template-columns: 1fr;
    text-align: center;
    grid-row-gap: 10px;
  }

  .homepage-footer__links__grid__logo img {
    max-width: 150px;
  }

  .questionnaires__categories > ul .category .ctas__assessments::after {
    display: none;
  }

  .contact-us {
    padding-top: 0;
  }

  .contact-us__grid {
    width: 100%;
    grid-template-columns: 1fr;
  }

  .contact-us__grid .contact-us__form {
    grid-row: 1/2;
    border-radius: 0;
    padding: 50px 20px;
  }

  .contact-us__grid .contact-us__form .button-1 {
    width: 100%;
  }

  .contact-us__grid .contact-us__text {
    grid-row: 2/3;
    padding: 40px 20px 20px 20px;
  }

  .homepage-footer__links__grid__links:nth-child(2) {
    grid-row: 1;
  }

  .homepage-footer__links__grid__links:nth-child(3) {
    grid-row: 2;
    padding-top: 15px;
  }

  .homepage-footer__links__grid__logo {
    grid-row: 4;
    display: grid;
    grid-row-gap: 40px;
  }

  .homepage-footer__links__grid__logo img {
    grid-row: 2;
  }

  .homepage-footer__links__grid__logo ul {
    grid-row: 1;
  }

  .homepage-footer__links__grid__logo ul {
    margin-top: 80px;
    padding-bottom: 65px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  }

  .homepage-footer__links__grid__logo ul li img {
    height: 30px;
  }

  .homepage-footer__links__grid__logo img {
    margin: 0 auto;
  }

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

@media (max-width: 680px) and (orientation: portrait) {
  .questionnaire--landscape {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .questionnaire--landscape img {
    max-width: 52px;
    margin-bottom: 20px;
  }

  .questionnaire-page--landscape .questionnaire--to-show {
    display: none;
  }
}

@media all and (max-width: 430px), (max-height: 500px) {
  .survey__checkbox-grid.image.no-labels {
    grid-template-columns: 1fr 1fr;
  }
}

@media print {
  .questionnaire-container--clinician .survey__field,
  .questionnaire-container--clinician .question-container {
    margin-bottom: 40px;
  }

  .survey__field,
  .question-container {
    -moz-column-break-inside: avoid;
         break-inside: avoid;
  }
}

