body {
  font-family: 'National';
  font-size: 14px;
  color: #1A1A1A;
  background-color: #F7F7F7;
  line-height: normal;
}

ul,
ol {
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol {
  margin: 0
}

img {
  max-width: 100%;
}

.table {
  margin: 0;
}

a {
  color: #797979;
  text-decoration: none !important;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

a:hover {
  color: #2766F2;
}

select {
  cursor: pointer;
}

.pad-0 {
  padding: 0 !important;
}

.main-con {
  max-width: 1440px;
  min-width: 355px;
  width: 100%;
  margin: 0px auto;
}

.container {
  max-width: 1054px;
}

.main-header {
  background: #FFFFFF;
  padding: 14px 0;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.03);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.03);
  font-size: 16px;
  position: relative;
  z-index: 9;
}

.main-header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-header .main-logo {
  max-width: 180px;
  max-height: 75px;
  display: inline-block;
}

.main-header .container>ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}

.main-header .container .ml-auto a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-header .container .ml-auto i {
  font-size: 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.main-header .container .ml-auto .user i {
  margin-right: 10px;
}

.main-header .container .ml-auto li {
  margin-right: 40px;
  position: relative;
}

.main-header .container .ml-auto li:last-child {
  margin-right: 0;
}

.main-header .container .door a:after {
  height: 24px;
  width: 72px;
  background-color: #1A1A1A;
  border-radius: 18px;
  color: #FFFFFF;
  font-size: 14px;
  text-align: center;
  line-height: 23px;
  position: absolute;
  top: 24px;
  left: -27px;
  display: none;
}

.main-header .container .door:hover a:after {
  display: block;
}

.main-header .container .logout a:after {
  content: 'Sign Out';
}

.main-header .container .lock a:after {
  content: 'Lock';
}

.main-header .container .login a:after {
  content: 'Sign In';
}

.main-body {
  padding: 41px 0 0;
}

.user-info {
  color: #797979;
  padding-bottom: 30px;
}

.user-info .heading {
  text-transform: uppercase;
}

.user-info .name {
  font-size: 22px;
  padding-top: 1px;
}

.user-info .inner {
  padding-bottom: 15px;
}

.user-data {
  padding: 40px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.21);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.21);
  background: #FFFFFF;
}

.user-data.enter-pin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: calc(100vh - 170px);
  min-height: 700px;
}

.user-data.enter-pin .btns-con {
  border-radius: 8px;
}

.user-data .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.user-data .heading {
  font-size: 30px;
  font-weight: normal;
  margin-right: 22px;
  padding-bottom: 30px;
}

.user-data .disclaimer {
  font-size: 24px;
}

.user-data .sub-heading {
  font-size: 30px;
  font-weight: normal;
  margin-right: 22px;
  padding-bottom: 30px;
}

.user-data .btn-next-step {
  padding-right: 24px;
  padding-left: 24px;
}

.user-data .btn {
  font-size: 18px;
  border-radius: 29px;
  min-height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-transform: uppercase;
  letter-spacing: 0.72px;
  background: #2766F2;
  border-color: #2766F2;
}

.user-data .schedule-btn {
  text-transform: none;
}

.user-data .btn-resume {
  color: #007bff;
  border-color: #007bff;
}

.user-data .end-btn {
  font-size: 18px;
  border-radius: 29px;
  min-height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-transform: uppercase;
  letter-spacing: 0.72px;
  padding-left: 10px;
  padding-right: 10px;
}

.user-data input.btn {
  width: 100%;
  max-width: 220px;
  margin-top: 5px;
}

.user-data .wide-btn {
  min-width: 172px;
}

.user-data .btn.grey {
  background-color: #9C9C9C;
  border-color: #9C9C9C;
}

.user-data .btn i {
  font-size: 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 2px;
}

.user-data .btn .icons {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 3px;
}

.user-data .btn:hover {
  opacity: 0.9;
}

.user-data .search-con {
  width: 100%;
  max-width: 270px;
  border: 1px solid #E0E0E0;
  background-color: #FFFFFF;
  -webkit-box-shadow: inset 0 1px 5px 0 rgba(0, 0, 0, 0.11), 0 2px 4px 0 rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 5px 0 rgba(0, 0, 0, 0.11), 0 2px 4px 0 rgba(0, 0, 0, 0.05);
  position: relative;
  height: 40px;
  color: #9C9C9C;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.user-data .search-con>input {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: none;
  border: 0;
  padding-left: 37px;
  outline: none;
  color: #9C9C9C;
  font-family: 'national';
}

.user-data .header {
  padding-bottom: 30px;
}

.user-data .header .heading {
  padding-bottom: 5px;
}

.user-table thead {
  background-color: #F7F7F7;
}

.user-table thead th {
  border-bottom: 0;
  color: #797979;
}

.user-table thead th i {
  height: 18px;
  width: 18px;
  border-radius: 2px;
  background: #e0e0e0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 11px;
}

.user-table thead th span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.user-table thead th span i {
  margin-right: 5px;
}

.dropdown-con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.dropdown-con .dropdown {
  margin-left: 5px;
}

.no-margin.dropdown-con .dropdown {
  margin-left: 5px;
}

.dropdown-con .dropdown .dropdown-menu {
  background-color: #1A1A1A;
  width: 87px;
  min-width: auto;
  border-radius: 10px;
  padding: 0;
}

.dropdown-con .dropdown .dropdown-menu a {
  color: #FFFFFF;
  padding: 8px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  border-bottom: 2px solid rgba(121, 121, 121, 0.4);
}

.dropdown-con .dropdown .dropdown-item:focus,
.dropdown-con .dropdown .dropdown-item.active,
.dropdown-con .dropdown .dropdown-item:hover {
  background: rgba(121, 121, 121, 0.23);
}

.dropdown-con .dropdown .dropdown-menu a i {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 4px;
  font-size: 18px;
}

.dropdown-con .dropdown .dropdown-toggle {
  height: 14px;
  width: 14px;
  border-radius: 2px;
  background: #e0e0e0;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.dropdown-con .dropdown .dropdown-toggle:after {
  display: none;
}

.icon-con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 28px;
  width: 28px;
  border: 1px solid #9C9C9C;
  border-radius: 4px;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.11);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.11);
  font-size: 20px;
  color: #ccc;
}

.user-table td {
  vertical-align: middle;
  padding: 6px 15px;
}

.main-footer {
  padding: 30px 0;
}

.main-footer .powered-by {
  display: inline-block;
  max-width: 153px;
}

.user-data.new {
  padding-top: 15px;
}

.user-data .link {
  color: #1A1A1A;
  font-size: 16px;
  font-weight: 600;
  text-decoration: underline !important;
}

.user-data .link-con {
  padding-bottom: 25px;
}

.form-control {
  -webkit-box-shadow: inset 0 1px 5px 0 rgba(0, 0, 0, 0.11), 0 2px 4px 0 rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 5px 0 rgba(0, 0, 0, 0.11), 0 2px 4px 0 rgba(0, 0, 0, 0.05);
  border: 1px solid #E0E0E0;
  height: 40px;
  background-color: #FFFFFF;
  outline: none;
  font-size: 14px;
  color: #1A1A1A;
}

.form-control:focus {
  -webkit-box-shadow: inset 0 1px 5px 0 rgba(0, 0, 0, 0.11), 0 2px 4px 0 rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 5px 0 rgba(0, 0, 0, 0.11), 0 2px 4px 0 rgba(0, 0, 0, 0.05);
  border: 1px solid #E0E0E0;
}

.form-inline .form-group {
  width: 100%;
}

.form-inline .select-con.sm {
  max-width: 140px;
  width: 100%;
}

.form-inline .form-control {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 15px;
}

.user-form .form-group {
  margin-bottom: 20px;
}

.user-form label {
  font-size: 18px;
  color: #797979;
  font-weight: 500;
}

.select-con {
  position: relative;
}

.select-con select {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: none;
  border: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  color: #1A1A1A;
  font-size: 14px;
  padding: 5px 15px;
  z-index: 9;
  outline: none;
}

.select-con .fa {
  font-size: 18px;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.btn-con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.btn-con.many-items-wrapper .btn {
  padding: 0 12px 4px;
}

.row .select2-container {
  width: auto !important;
  height: 100%;
}

.select2-selection .select2-selection--single {
  height: 100% !important;
}

.form-group .col-form-label+div {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  /* Quick fix styles for localization feature. Return if needed */
  /* max-width: 75%; */
}

.add-medication-item {
  max-width: calc(100% - 43px);
  width: 100%;
}

.add-medication-item .select2-container,
.add-medication-item .select2-selection {
  height: 40px !important;
}

.add-medication-item:not(:nth-last-of-type(1)) {
  margin-bottom: 1em;
}

.add-medication-minus {
  height: 100%;
  position: absolute;
  right: 0;
}

.row.btn-con {
  margin-right: 0;
  margin-left: 0;
}

@media only screen and (min-width:587px) and (max-width: 720px) {
  .btn-con.many-items-wrapper {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .row.btn-con {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media only screen and (max-width:586px) {
  .btn-con.many-items-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .form-group.row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .form-group .col-form-label,
  .form-group .col-form-label+div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row.btn-con {
    margin-right: 0;
    margin-left: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .row .btn {
    margin-top: 15px;
  }

  .btn-con.many-items-wrapper .btn:not(.btn-ico-device) {
    width: 100%;
  }
}

.btn-con.align-left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.btn-con.text-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn-con .btn {
  margin-right: 20px;
}

.btn-con .btn-align-left {
  margin-right: auto;
}

.btn-con .btn.width-auto {
  width: auto;
  padding: 0 20px;
}

.btn-con .btn:last-child {
  margin-right: 0;
}

.checkbox-heading {
  padding-bottom: 20px;
  font-size: 18px;
}

.checkbox-con {
  padding-left: 18px;
}

.checkbox-con .check-inner {
  padding-bottom: 20px;
}

.checkbox-con input {
  display: none;
}

.checkbox-con input+label {
  border: 1px solid #E0E0E0;
  border-radius: 4px;
  background-color: #FFFFFF;
  -webkit-box-shadow: inset 0 1px 5px 0 rgba(0, 0, 0, 0.11), 0 1px 4px 0 rgba(0, 0, 0, 0.06);
  box-shadow: inset 0 1px 5px 0 rgba(0, 0, 0, 0.11), 0 1px 4px 0 rgba(0, 0, 0, 0.06);
  padding: 10px 15px;
  display: block;
  margin-bottom: 13px;
  font-size: 16px;
  color: #1A1A1A;
  font-weight: normal;
  cursor: pointer;
}

.checkbox-con input+label p {
  font-size: 14px;
  color: #9C9C9C;
}

.checkbox-con input+label:focus,
.checkbox-con input:checked+label {
  border: 1px solid #2766F2;
  color: #2766F2;
}

.checkbox-con input:disabled+label {
  border: 0;
  border-radius: 4px;
  background-color: #F0F0F0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.checkbox-con input:disabled+label span {
  color: #9C9C9C;
}

.checkbox-list li {
  text-align: center;
  list-style: none;
  margin: 0 5px;
}

.checkbox-list .btn:disabled {
  opacity: 0.6;
}

.checkbox-list li button {
  margin-bottom: 15px;
  padding: 0;
}

.checkbox-list input {
  /*display: none;*/
}

.checkbox-list.row .btn {
  font-family: 'Poppins';
  text-align: center;
  width: 45px;
  height: 45px;
  display: inline-block;
  letter-spacing: 0;
  padding: 0;
  line-height: 100%;
}

.checkbox-list.row .btn:first-child {
  margin-left: 0;
}

.checkbox-list.row .btn:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 1023px) {
  .checkbox-list.row .btn {
    width: 35px;
    height: 35px;
    min-height: auto;
  }
}


.checkbox-list:not(.row) .btn {
  width: auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 8px 20px;
  height: auto;
  min-height: 45px;
  -webkit-box-align: normal;
  -ms-flex-align: normal;
  align-items: normal;
}

.checkbox-list input:checked+button.btn {
  background: none;
  color: #43f26f;
}

.assessment-sub-heading-con {
  padding: 15px 10px;
  margin-bottom: 30px;
}

.assessment-sub-heading-con .inner-heading {
  font-size: 14px;
  font-weight: 600;
  color: #797979;
}

.assessment-sub-heading-con .body {
  color: #1A1A1A;
  font-size: 18px;
  padding-top: 5px;
}

.assessment-con {
  border: 1px solid #E0E0E0;
  padding: 15px 10px;
  margin-bottom: 30px;
}

.assessment-con .inner-heading {
  font-size: 14px;
  font-weight: 600;
  color: #797979;
}

.assessment-con .body {
  color: #1A1A1A;
  font-size: 18px;
  padding-top: 5px;
}

.assessment-con .asses-inner {
  margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  .user-data .inner {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 15px;
  }

  .user-data .search-con {
    margin: 0 !important;
  }

  .main-body {
    padding: 20px 0 0;
  }

  .user-data {
    padding: 15px;
  }

  .user-info {
    padding-bottom: 0;
  }

  .main-footer {
    padding: 15px 0;
  }
}

@media only screen and (max-width: 575px) {
  .form-inline .form-control {
    margin-left: 0;
  }

  .multi-select .form-control.sm {
    margin-bottom: 15px;
    max-width: none;
  }

  .multi-select .form-control.sm:last-child {
    margin-bottom: 0;
  }

  .user-data .inner,
  .main-header .container {
    display: block;
    text-align: center;
  }

  .main-header .container>ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 15px;
  }

  .user-data .btn {
    margin-top: 15px;
  }

  .user-data .heading br {
    display: none;
  }
}

.row-eq-height {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pass-con {
  max-width: 295px;
  width: 100%;
  /*margin: -60px auto 0;*/
}

.pass-con .btns-con .btn-pin {
  width: 65px;
  height: 65px;
  padding: 2px 6px 0;
  font-weight: 400;
}

.pass-con .btns-con .btn-pin-clr,
.pass-con .btns-con .btn-pin-clr-l {
  width: 65px;
  height: 65px;
  padding-bottom: 10px;
  font-size: 28px;
  border-radius: 50%;
}

.pass-con .btns-con .btn-pin-clr-l {
  padding-bottom: 12px;
  font-size: 28px;
  font-weight: 600;
}

.pass-con .top-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 25px;
}

.pass-con .top-dots li {
  width: 12px;
  height: 12px;
  border: 1px solid #2766F2;
  background: #FFFFFF;
  border-radius: 50%;
  margin-right: 8px;
}

.pass-con .top-dots li.filled {
  background: #2766F2;
}

.pass-con .top-dots li:last-child {
  margin-right: 0;
}

.user-data .pass-con .heading {
  padding-bottom: 15px;
}

.login-btn>input {
  background: #2766F2;
  border-radius: 29px;
  font-size: 18px;
  letter-spacing: 0.72px;
  font-weight: 600;
  color: #FFFFFF;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.btns-con {
  padding: 30px 30px 14px;
  background: #F5F5F5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 0;
}

.btns-con li {
  display: inline-block;
}

.btns-con li:not(:nth-child(3n + 3)) {
  margin-right: 20px;
}

.btns-con li:last-child {
  margin-right: 0;
}

.btns-con li:not(:nth-last-child(2)) {
  margin-bottom: 16px;
}

.btns-con .blue-btn {
  font-family: 'Poppins';
  height: 45px;
  width: 45px;
  background: #2766F2;
  border: 1px solid #2766F2;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 26px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  line-height: 100%;
}

.btns-con .blue-btn:hover,
.btns-con .blue-btn.active {
  background: #FFFFFF;
  color: #2766F2;
}

.btns-con li {
  margin-bottom: 16px;
}

.btns-con .btn {
  width: 110px;
}

.user-data .pass-con .btn {
  margin-top: 0;
}

.login-con {
  max-width: 500px;
  width: 100%;
  margin: 0px auto;
}

.login-con .logo-con {
  max-width: 180px;
  margin-bottom: 30px;
}

.login-con .body {
  background-color: #F7F7F7;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.21);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.21);
  padding: 40px;
}

.login-con .body .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px;
}

.login-con .body .header .heading {
  font-size: 30px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.login-con .body .header a {
  color: #797979;
  font-size: 16px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.login-con .body .header a:hover {
  color: #1A1A1A;
}

.login-con .body .btns-con {
  padding: 0;
  padding-top: 15px;
}

.login-con .body .btns-con .btn {
  height: 45px;
  width: 120px;
  background: #2766F2;
  border-radius: 29px;
  font-size: 18px;
  letter-spacing: 0.72px;
  font-weight: 600;
  color: #FFFFFF;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.login-con .body .btns-con .btn:hover {
  opacity: 0.9;
}

.alert-dismissible .close {
  padding: 0.45rem 1.25rem;
}

.handler {
  color: #636b6f;
  font-family: 'Nunito', sans-serif;
  padding: 20px;
}

.handler .message {
  font-size: 24px;
}

.handler .big-title {
  font-weight: 100;
  font-size: 36px;
}

.search-con .status_searching {
  position: absolute;
  bottom: -2em;
  left: 0;
}

.clickable-element[data-href]:hover {
  background-color: rgba(127, 127, 255, 0.05);
  cursor: pointer;
}

.pagination {
  overflow: auto;
  padding: 10px 0;
}

.margin-center {
  margin: 0 auto;
}

.datepicker:hover {
  cursor: pointer;
}

.form-control[type="checkbox"] {
  width: auto;
}

.detail-feedback {
  width: 100%;
  margin-bottom: .5rem;
  font-size: 100%;
  color: #dc3545;
}

.detail-feedback:after {
  content: '\00a0';
}

.status_loading {
  color: #9C9C9C;
  max-width: 270px;
}

.pagination .disabled {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}


.action-icon i {
  font-size: 20px;
  color: #2766F2;
}

.action-icon:hover {
  opacity: 0.8;
  cursor: pointer;
}

.docs-minus-trigger {
  font-size: 20px;
  color: #2766F2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 12px;
}

.docs-plus-trigger {
  margin-left: calc(25% + 7px);
}

.form-group.row .input-group:nth-child(2) .docs-minus-trigger {
  display: none;
}

.form-group.row .input-group:not(:nth-child(2)):hover .docs-minus-trigger {
  display: inherit;
}

.form-group.row input[type="checkbox"] {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.none {
  display: none;
}

input.form-control {
  height: 100%;
}

@media only screen and (max-width: 1024px) {
  input.form-control {
    font-size: 20px;
  }

  .form-check .form-check-label {
    font-size: 16px;
  }
}

fieldset.form-group {
  margin-bottom: 0px;
}

.btn>a,
a.btn {
  color: #fff;
}

.margin-center {
  margin: 0 auto;
}

.contact_form p {
  font-size: 14px;
  color: #9C9C9C;
  text-align: justify;
}

.contact_form form {
  padding-top: 1em;
  color: #797979;
  font-weight: 500;
}

.none {
  display: none;
}

.absolute-container .messages {
  max-width: 264px;
  min-width: 220px;
  position: fixed;
  bottom: 0;
  right: 24px;
  z-index: 1000;
}

.form-group.has-error {
  margin-bottom: .5rem;
}

#patient-table tr {
  height: 41px;
}

.form-check .form-check-input {
  margin-top: .2rem;
}

.initial-form label {
  font-size: 18px;
  color: #797979;
  font-weight: 500;
}

.flex-column-center .form-group {
  margin-bottom: auto;
}

.flex-column-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex-column-center>.form-group {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 26%;
}

.user-data .header>.row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.user-data .label-pagin select {
  width: auto;
  color: #495057;
}

.user-data .label-pagin {
  color: #495057;
  display: inline-block;
  margin: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pagination-per label {
  margin-bottom: 0;
}

.pagination-per {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/* Add medication block */

.add-medication-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 56px);
  flex: 0 0 calc(100% - 56px);
}

.add-medication-item {
  max-width: 100%;
  width: 100%;
}

.add-medication-block .docs-minus-trigger {
  position: relative;
  right: auto;
  height: auto;
}

/* Add lead option block */

.add-lead-option-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 75%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 0 16px;
}

.add-lead-option-wrapper {
  max-width: 75%;
  padding: 0 16px;
}

.add-lead-option-item {
  width: 100%;
}

.add-lead-option-item:first-of-type {
  margin-left: 0;
}

.add-lead-option-item:nth-child(2n) {
  margin-right: 0;
  margin-left: 1rem;
}

.select2-selection__clear {
  font-size: 18px !important;
  line-height: 18px !important;
}

.messages .alert {
  border-radius: 8px !important;
}

@media only screen and (max-width: 460px) {
  .add-lead-option-block {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .add-lead-option-item {
    width: calc(100% - 56px);
  }

  .add-lead-option-item:nth-child(2n) {
    margin-left: 0;
    margin-top: 1rem;
  }

  .add-lead-option-block .docs-minus-trigger {
    position: absolute;
    top: 0;
    right: 12px;
    bottom: 0;
  }
}

@media only screen and (max-width: 586px) {
  .add-lead-option-block {
    max-width: 100% !important;
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    margin-left: 0 !important;
  }

  .add-medication-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .docs-plus-trigger {
    margin-left: 0;
  }
}

@media only screen and (max-width: 854px) {
  .select2-selection__choice {
    max-width: calc(100% - 32px) !important;
    float: none !important;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}

@media only screen and (max-width: 1024px) {
  .select2-container--bootstrap .select2-selection {
    font-size: 16px !important;
  }

  .col-form-label {
    font-size: 16px !important;
  }

  .messages .alert {
    font-size: 20px !important;
  }

  .messages .close {
    font-size: 26px;
  }
}

.device_info {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* align-content: center; */
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  /* align-items: center; */
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.device_info>* {
  margin-right: 15px;
}

.device_info .btn-ico-device i {
  margin: 0;
  padding: 0;
}

.device_info .btn-ico-plus {
  padding: 4px 4px 4px 6px !important;
}

.device_info .btn-ico-device {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 45px;
  width: 45px;
  padding: 2px 6px 0;
  font-weight: 400;
  color: white;
}

/* Add device block */

.add-device-selecter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 235px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.add-device-selecter label {
  font-size: 18px;
}

.add-device-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.add-device-btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media only screen and (max-width: 600px) {
  .add-device-btn-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
  }

  .add-device-btn-wrapper .btn {
    width: 100%;
    margin-right: 0 !important;
    margin-top: 0 !important;
  }

  .add-device-btn-wrapper .btn:not(:last-child) {
    margin-bottom: 1rem !important;
  }
}

@media only screen and (max-width: 768px) {
  .add-device-selecter {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 125px);
    flex: 0 0 calc(100% - 125px);
  }

  .add-device-controls {
    margin-right: 0;
  }

  .device_info {
    margin-right: 0;
    margin-bottom: 1rem;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1060px) {
  .add-device-selecter {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 109px);
    flex: 0 0 calc(100% - 109px);
  }

  .add-device-btn-wrapper {
    margin-top: 1rem;
  }
}

@media only screen and (max-width: 1060px) {
  .btn-con.many-items-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .device_info {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    min-width: 100%;
    margin-right: 0;
  }

  .add-device-btn-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    min-width: 100%;
  }

  .add-device-controls {
    margin-right: 0;
  }
}

.modal-body .device-content,
.modal-body .device-content ul {
  list-style-type: none;
}

.btn-answer:disabled:focus {
  background-color: #43f26f;
  opacity: 1;
  box-shadow: 0 0 1px rgba(0, 0, 0, .5) inset, 0 2px 3px rgba(0, 0, 0, .5) inset, 0 1px 1px rgba(255, 255, 255, .1);
}

.start-now.btn,
.new-schedule.btn {
  display: none;
}

.start-now.displyed,
.new-schedule.displyed {
  display: flex;
}

.shoulded_use_link {
  position: relative;
  color: #000;
  font-size: 16px;
  text-decoration: underline !important;
}

.formstack_table td {
  padding: 10px;
  border-bottom: 1px solid #ddd;
}

#vas-slider .slider-selection {
  background: #e0e0e0;
}

#vas-slider .slider-track-high {
  background: #9cbbff;
}

.row.continue-assessment {
  margin-bottom: 20px;
}

#time_slots button {
  margin: 10px;
  text-transform: none;
}

.loader {
  display: none;
}

.loader:last-child {
  display: block;
}

/* Everything below is pasted straight in from:
    https://projects.lukehaas.me/css-loaders/
*/

.loader,
.loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}

.loader {
  margin: 60px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(39, 102, 243, 0.2);
  border-right: 1.1em solid rgba(39, 102, 243, 0.2);
  border-bottom: 1.1em solid rgba(39, 102, 243, 0.2);
  border-left: 1.1em solid #2766f3;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.hellosign {
  min-height: 700px;
}

.x-hellosign-embedded {
  min-height: 700px !important;
}

.x-hellosign-embedded__iframe {
  min-height: 700px !important;
}

.start-page__top-section {
  display: flex;
  justify-content: end;
  padding-bottom: 25px;
}

.language-switcher {
  display: none;
}

.language-switcher__options {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 40px;
}

.change-lng__section {
  display: flex;
  flex-direction: column;
  align-items: end;
  font-size: 16px;
  font-weight: 600;
}

.change-lng__btn {
  cursor: pointer;
  color: #2766F2;
  text-decoration: underline;
}

.initial-form .lang-label,
.lang-label {
  margin: 0 12px 0 4px;
  font-size: 16px;
  font-weight: 600;
  color: #1A1A1A;
}


/* ----- Custom Assessments ----- */

/* Face number question */
.face_numbers {
  text-align: center;
}

.face_numbers .radio_group input[type="radio"] {
  display: none;
}

.face_numbers .radio_group label {
  display: inline-block;
  width: 45px;
  height: 45px;
  cursor: pointer;
  text-align: center;
  line-height: 46px;
  font-size: 18px;
  border-radius: 29px;
  background: #009900;
  border: 1px solid #009900;
  color: white;
  margin-bottom: 15px;
  margin-right: 10px;
  font-family: 'Poppins';
}

.face_numbers .radio_group label.value-0 {
  background-color: #009900;
  border-color: #009900;
}

.face_numbers .radio_group label.value-1 {
  background-color: #27A300;
  border-color: #27A300;
}

.face_numbers .radio_group label.value-2 {
  background-color: #4FAD00;
  border-color: #4FAD00;
}

.face_numbers .radio_group label.value-3 {
  background-color: #65AD00;
  border-color: #65AD00;
}

.face_numbers .radio_group label.value-4 {
  background-color: #85BA00;
  border-color: #85BA00;
}

.face_numbers .radio_group label.value-5 {
  background-color: #999900;
  border-color: #999900;
}

.face_numbers .radio_group label.value-6 {
  background-color: #CCA300;
  border-color: #CCA300;
}

.face_numbers .radio_group label.value-7 {
  background-color: #CC7A00;
  border-color: #CC7A00;
}

.face_numbers .radio_group label.value-8 {
  background-color: #CC5200;
  border-color: #CC5200;
}

.face_numbers .radio_group label.value-9 {
  background-color: #CC3600;
  border-color: #CC3600;
}

.face_numbers .radio_group label.value-10 {
  background-color: #CC0000;
  border-color: #CC0000;
}

.face_numbers .radio_group input[type="radio"]:checked+label {
  background-color: #FFF;
  border: 1px solid #E1E2E5;
  color: black;
  filter: drop-shadow(0px 4px 10px rgba(20, 69, 141, 0.1));
}

.face_numbers .face_image {
  margin-top: 30px;
  margin-bottom: 30px;
}

.face_numbers .severity {
  font-size: 30px;
}

.face_numbers .severity.Mild {
  color: #3D8651;
}

.face_numbers .severity.Moderate {
  color: #E2E23A;
}

.face_numbers .severity.Severe {
  color: #DA5943;
}

.face_numbers .btn {
  display: inline-block;
  margin-top: 30px;
  width: 250px;
  margin-bottom: 20px;
}


/* Radio question */
.radio_question {
  text-align: center;
}

.radio_question .radio_group {
  display: inline-block;
  text-align: left;
}

.radio_question .radio_group .form-check-input {
  width: 24px;
  height: 24px;
  margin-left: -2.25rem;
}

.radio_question .radio_group .form-check-label {
  font-size: 20px;
  margin-bottom: 18px;
}

.radio_question .btn {
  display: inline-block;
  margin-top: 30px;
  width: 250px;
  margin-bottom: 20px;
}

/* Text field question */
.text-field-question {
  text-align: center;
}

.text-field-question .btn {
  display: inline-block;
  margin-top: 30px;
  width: 250px;
  margin-bottom: 20px;
}

.text-field-question .form-group {
  display: inline-block;
  max-width: 400px;
  width: 100%;
  padding-left: 1.25rem;
}

.text-field-question .radio_group {
  display: inline-block;
  text-align: left;
}

.text-field-question .radio_group .form-check-input {
  width: 24px;
  height: 24px;
  margin-left: -2.25rem;
}

.text-field-question .radio_group .form-check-label {
  font-size: 20px;
  margin-bottom: 18px;
}

/* Brand placelders for finishing screen

/* RBA */
.brand-placeholder .rba {
  text-align: center;
  max-width: 400px;
  margin: auto;
  margin-bottom: 30px;
}

.brand-placeholder .rba .well-done {
  color: #226DDD;
}

.brand-placeholder .rba .remember {
  font-size: 22px;
  color: #6C7682;
}

.severity_description {
  font-size: 20px;
}

.face_numbers>.text {
  font-size: 20px;
}

@media only screen and (min-width: 767px) {
  .check-study-visits .visit-selectors {
    flex-basis: fit-content;
    min-width: 16%;
    max-width: inherit;
  }
}

/* assessments choiceblock */
.groups .group-item {
  width: calc(50% - 15px);
}

.groups .group-item>div {
  padding-top: 0.3rem;
}

.groups .group-title {
  font-size: 1.3rem;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .groups .group-item {
    width: 100%;
  }
}

.assessments-progress-text span:first-child , .progress-text span:first-child {
  text-transform: capitalize;
}