@charset "UTF-8";
@font-face {
  font-family: "baskerville_old_faceregular";
  src: url("../fonts/baskvill-webfont.woff2") format("woff2"), url("../fonts/baskvill-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "kaushan_scriptregular";
  src: url("../fonts/kaushanscript-regular-webfont.woff2") format("woff2"), url("../fonts/kaushanscript-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "sofia_problack";
  src: url("../fonts/sofia_pro_black_az-webfont.woff2") format("woff2"), url("../fonts/sofia_pro_black_az-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "sofia_prolight";
  src: url("../fonts/sofia_pro_light_az-webfont.woff2") format("woff2"), url("../fonts/sofia_pro_light_az-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "sofia_promedium";
  src: url("../fonts/sofia_pro_medium_az-webfont.woff2") format("woff2"), url("../fonts/sofia_pro_medium_az-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "sofia_proregular";
  src: url("../fonts/sofia_pro_regular_az-webfont.woff2") format("woff2"), url("../fonts/sofia_pro_regular_az-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "sofia_prosemibold";
  src: url("../fonts/sofia_pro_semi_bold_az-webfont.woff2") format("woff2"), url("../fonts/sofia_pro_semi_bold_az-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "sofia_proultralight";
  src: url("../fonts/sofia_pro_ultralight_az-webfont.woff2") format("woff2"), url("../fonts/sofia_pro_ultralight_az-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

* {
  margin: 0px;
  padding: 0px;
  outline: none;
  box-sizing: border-box;
}

a, a:hover, button:focus {
  text-decoration: none;
  cursor: pointer;
  outline: none;
}

button {
  font-size: 13px !important;
}

button:active, button:focus, button, a:active, a:focus {
  outline: none !important;
}

p, label {
  margin: 0px;
}

p {
  color: #171F22;
}

img {
  max-width: 100%;
}

body {
  font-family: "ubuntu", sans-serif;
  font-size: 14px;
  background-color: #FFF8F8;
}

input {
  outline: none;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  margin: 0px;
}


.primary-text-color{
  color:#EC5239;
}
.note-content{
  font-size: 16px !important;
  color: #17615D;
  line-height: 32px;

}

.width-100{
  width: 75px;
}
/******************************** Login-signup *****************************/
.login-signup-outer {
  display: flex;
  height: 100%;
  position: fixed;
  width: 100%;
}

.login-signup-outer section {
  width: 50%;
  padding: 0px 30px;
}

.login-signup-left {
  background-color: #FEF8F8;
}

.login-signup-logo {
  position: absolute;
  left: 15px;
  top: 15px;
}

.login-img {
  height: 240px;
  display: inline-block;
  margin: 70px 0px 5px;
}

.login-welcome {
  color: #17615D;
  font-size: 22px;
  text-align: center;
  margin-bottom: 30px;
  font-weight: 500;
}

.welcome-intoduction-outer {
  width: 525px;
  margin: auto;
  max-width: 100%;
}

.welcome-intoduction {
  display: block;
  padding-left: 70px;
  position: relative;
  margin-bottom: 30px;
}

.welcome-intoduction img {
  position: absolute;
  left: 0px;
  top: 0px;
  max-width: 53px;
}

.welcome-intoduction span {
  color: #171F22;
  font-size: 16px;
  display: block;
  font-weight: 500;
  margin-bottom: 7px;
}

.welcome-intoduction p {
  color: #171F22;
  font-size: 13px;
  display: block;
  line-height: 17px;
}

.main-title {
  color: #171F22;
  font-size: 28px;
  font-weight: 500;
}

.login-form-outer {
  max-width: 490px;
  margin: auto;
}

.title-detail {
  font-size: 18px;
  color: #171F22;
}

.text-field {
  width: 100%;
  height: 46px;
  border: 1px solid #648F8A;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  padding: 0px 15px;
  color: #171F22;
  font-size: 14px;
  position: relative;
}

.text-field:focus {
  box-shadow: 0px 0px 0px 2px #C1E5E1;
}

input::-webkit-input-placeholder {
  color: #8CA4A2;
}

input::-moz-placeholder {
  color: #87A09E;
}

.login-form-outer .text-field {
  margin-bottom: 25px;
}

.form-group {
  display: block;
  margin-bottom: 15px;
}

.form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.form-group label {
  position: relative;
  cursor: pointer;
  padding-top: 1px;
  padding-left: 29px;
  color: #17615D;
}

.form-group label:before {
  content: "";
  appearance: none;
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #17615D;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 8px;
  display: inline-block;
  position: absolute;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  border-radius: 3px;
  left: 0px;
}

.form-group input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 7px;
  width: 6px;
  height: 14px;
  border: solid #171F22;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.term-condition {
  font-size: 14px;
  color:#171F22!important;
}

.term-condition a {
  font-weight: bold;
  color:#171F22!important;
  text-decoration: underline;
}

.login-button {
  background-color: #EC5239;
  border-radius: 6px;
  font-size: 18px!important;
  display: block;
  text-align: center;
  border: none;
  width: 100%;
  height: 46px;
  color: #ffffff;
  padding: 9px;
  font-weight:bold;
}
.login-button:hover {
  background-color: #83CAC3;
}

.or {
  border-bottom: 1px solid #BAC4CD;
  width: 345px;
  text-align: center;
  display: block;
  margin: auto;
  margin-top: 14px;
  margin-bottom: 33px;
}

.or span {
  font-size: 14px;
  color: #C7CBCE;
  display: inline-block;
  background-color: #ffffff;
  position: relative;
  padding: 0px 10px;
  bottom: -11px;
}

.login-with {
  height: 50px;
  display: block;
  border: 1px solid #111113;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  text-align: center;
  font-size: 18px;
  color: #111113;
  margin-bottom: 20px;
  padding-top: 10px;
}

.login-with img {
  display: inline-block;
  margin-right: 10px;
}

.already-account {
  font-size: 16px;
  color: #67717E;
  text-align: center;
  margin-bottom: 20px;
}

.already-account a {
  color: blue;
  font-weight: bold;
}


.view-password-icon {
  position: absolute;
  right: 10px;
  top: 12px;
  height: 23px;
}

.keep-login {
  font-size: 16px;
  color: #676977;
}

.forgot-password {
  color: #EC5239;
  font-size: 16px;
  text-decoration: none;
}
.forgot-password:hover {
  text-decoration: underline;
}

/******************************** Login-signup *****************************/
.sidebar {
  /* width: 100px; */
  width: 305px;
  height: calc(100vh - 15px);
  background-color: #ffffff;
  border: 1px solid #E8E7E7;
  box-shadow: 0px 1px 30px rgba(0, 0, 0, 0.15);
  border-radius: 12px;
  -webkit-border-radius: 12px;
  padding: 20px 10px;
  position: fixed;
  left: 6px;
  top: 6px;
  overflow-y: hidden;
  transition: all 0.5s;
  z-index: 10;
}
.sidebar .sidebar-logo {
  padding-left: 0px;
  overflow: hidden;
  justify-content: center;
  display: flex;
  width: 100%;
  height: 36px;
}
.sidebar .sidebar-logo img.logo-default {
  height: 40px;
  width: auto;
  max-width: initial;
  display: block;
}
.sidebar .sidebar-logo img.logo-hover {
  height: 40px;
  width: auto;
  max-width: initial;
  display: none;
}
.sidebar:hover .sidebar-logo .logo-default {
  display: none !important;
}
.sidebar:hover .sidebar-logo .logo-hover {
  display: block !important;
}
.sidebar ul.side-links {
  padding: 0px 10px;
  display: block;
  margin-top: 30px;
  overflow-y: auto;
  height: 83%;
  overflow-x: hidden;
}
.sidebar ul.side-links li {
  display: block;
  margin-bottom: 10px;
  cursor: pointer;
}
.sidebar ul.side-links li a {
  color: #171F22;
  display: flex;
  padding: 8px 20px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
}
.sidebar ul.side-links li a i {
  font-size: 22px;
  color: #870F0B;
}
.sidebar ul.side-links li a label {
  color: #171F22;
  font-size: 14px;
  padding-left: 10px;
  padding-top: 5px;
  overflow: hidden;
  cursor: pointer;
  white-space: nowrap;
}
.sidebar ul.side-links li a:hover, .sidebar ul.side-links li a.active {
  background-color: #EC5239;
  color: #ffffff;
}
.sidebar ul.side-links li a:hover i, .sidebar ul.side-links li a.active i {
  color: #ffffff;
}
.sidebar ul.side-links li a:hover label, .sidebar ul.side-links li a.active label {
  color: #ffffff;
}

.sidebar:hover .sidebar-logo {
  width: 100%;
}
.sidebar:hover ul.side-links a.active label, .sidebar:hover ul.side-links a:hover label {
  color: #ffffff;
}

.sidebar ul.side-links li .logout{
  /* display: none; */
}
header {
  padding: 10px 0px;
}
header .right-links .notification > img {
  height: 24px;
}
header .notification {
  position: relative;
  margin-right: 20px;
}
header .notification .dot {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 9px;
  height: 9px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  background-color: #EC5239;
  border: 1px solid #ffffff;
}
header .profile-img-outer {
  display: inline-block;
  padding-right: 20px;
  position: relative;
}
header .profile-img-outer .arrow-down {
  position: absolute;
  right: -3px;
  height: 19px;
  top: 16px;
}
header .profile-img-outer .user-dropdown {
  background-color: #ffffff;
  background-color: #ffffff;
  border: 1px solid #E8E7E7;
  box-shadow: 0px 1px 30px rgba(0, 0, 0, 0.15);
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  position: absolute;
  top: 50px;
  right: 0px;
  width: 150px;
  padding: 15px;
  z-index: 10;
  display: none;
}
header .profile-img-outer .user-dropdown a {
  color: #425466;
  display: block;
  margin-bottom: 7px;
  padding-bottom: 7px;
  border-bottom: 1px solid #eeeeee;
  font-size: 13px;
}
header .profile-img-outer .user-dropdown a:hover {
  color: #EC5239;
}
header .profile-img-outer .user-dropdown a.logout {
  color: #EC5239;
}
header .profile-img-outer .user-dropdown a:last-child {
  margin: 0px;
  padding: 0px;
  border: none;
}
header .profile-img-outer .profile-img {
  width: 50px;
  height: 50px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
  background-color: #efe4d9;
  border:1px solid #ddd;
}
.edit-client-image{
  background-color: #efe4d9;
  -webkit-border-radius: 200px;
  -ms-border-radius: 200px;
  border-radius: 200px;
  max-width: 200px;
}
.edit-client-image .image-icon{
  right: 12px!important;
}
header .profile-img-outer:hover .user-dropdown {
  display: block;
}

.main {
  padding-left:330px;
  padding-right: 25px;
}

.content .main-title {
  margin-top: -55px;
  margin-bottom: 20px;
  font-size: 24px;
  min-height: 40px;
}

.card {
  background-color: #ffffff;
  border: 1px solid #E8E7E7;
  box-shadow: 0px 1px 30px rgba(0, 0, 0, 0.15);
  border-radius: 12px;
  -webkit-border-radius: 12px;
  padding: 20px 25px;
  box-shadow: 0px 1px 20px rgba(180, 188, 206, 0.15);
  -webkit-box-shadow: 0px 1px 20px rgba(180, 188, 206, 0.15);
}

.navbar-toggler {
  display: none;
}

.sidebar.collapse:not(.show) {
  display: block;
}

.table-search {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.search {
  width: 300px;
  height: 46px;
  border: none;
  background-color: #ffffff;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  background-image: url("../images/search.png");
  background-repeat: no-repeat;
  background-position: 11px 12px;
  padding-left: 40px;
  font-size: 14px;
  background-size: 20px;
  border: 1px solid #EBE0D4;
}

.button {
  height: 46px;
  min-width: 118px;
  background-color: #EC5239;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  border: none;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0px 20px;
  font-size: 14px;
}
.button i, .button svg {
  font-size: 17px;
  margin-right: 7px;
}
.button:hover {
  background-color: #83CAC3;
}

.custom-table {
  width: 100%;
  min-width: 700px;
}
.custom-table thead th {
  background-color: #C1E5E1;
  font-size: 12px;
  color: #17615D;
  padding: 15px 15px;
}
.custom-table tbody td {
  font-size: 13px;
  color: #171F22;
  padding: 15px 15px;
  border-bottom: 1px solid #eeeeee;
}
.custom-table tbody td .user-img {
  width: 24px;
  height: 24px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  vertical-align: top;
  margin-right: 4px;
  margin-top: -2px;
  display: inline-block;
}

.doctor-information {
  display: flex;
}
.doctor-information .doctor-image-outer {
  padding: 10px 50px 10px 30px;
}
.doctor-information .doctor-fields {
  flex: 1;
}

.edit-client-image {
  position: relative;
  display: inline-block;
}
.edit-client-image img.client-profile-img {
  width: 200px;
  height: 200px;
  -moz-border-radius: 200px;
  -webkit-border-radius: 200px;
  -ms-border-radius: 200px;
  border-radius: 200px;
  object-fit: cover;
  object-position: center;
  border: 3px solid #ffffff;
  box-shadow: 0px 0px 0px 2px #EC5239;
}
.edit-client-image .image-icon {
  position: absolute;
  right: 17px;
  bottom: 0px;
}
.edit-client-image .image-icon input {
  opacity: 0;
  position: absolute;
  left: 0px;
  top: 10px;
  width: 40px;
  cursor: pointer;
}

.form-title {
  font-size: 17px;
  color: #171F22;
  display: block;
  margin-bottom: 20px;
}

.form-label {
  margin-bottom: 4px;
  color: #373B56;
  font-size: 13px;
}

.form-control {
  border: 1px solid #648F8A;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  font-size: 13px;
  color: #373B56;
  height: 40px;
}
.form-style-second .form-control {
  border: 1px solid #648F8A !important;
}

.bio-textarea {
  height: 110px;
  resize: none;
}

.add-qualification {
  height: 40px;
  border: 1px dashed blue;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  display: block;
  text-align: center;
  padding-top: 8px;
  font-size: 14px;
  margin-bottom: 20px;
}
.add-qualification i, .add-qualification svg {
  margin-right: 5px;
}

.qualification {
  background-color: #FAFAFD;
  border: 1px solid #D9D9E8;
  display: block;
  padding: 10px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  padding-right: 57px;
  position: relative;
  margin-bottom: 15px;
}
.qualification .qualification-name {
  margin-bottom: 3px;
}
.qualification .qualification-name label {
  color: #171F22;
  font-size: 15px;
}
.qualification .qualification-name span {
  font-size: 14px;
  color: #73729C;
  margin-left: 10px;
}
.qualification p {
  color: #373B56;
}
.qualification .education-actions {
  position: absolute;
  right: 8px;
  top: 10px;
}
.qualification .education-actions img {
  height: 20px;
}

.add-qualification-input {
  background-color: #ffffff;
  border: none;
  width: 100%;
  color: #373B56;
}

.file-upload-msg {
  color: #73729C;
  font-size: 13px;
  display: inline-block;
}
.file-upload-msg img {
  height: 18px;
  vertical-align: top;
}

.btn-cancel {
  border: 1px solid #A1A1A1;
  color: #171F22;
  background: none;
}

.upload-license {
  position: relative;
}
.upload-license input {
  position: absolute;
  left: 0px;
  width: 137px;
  opacity: 0;
  cursor: pointer;
}

.error {
  color: red;
  font-size: 12px;
  position: absolute;
  top: 100%;
  left: 0px;
}

.text-field-wrapper {
  margin-bottom: 25px;
  position: relative;
}

.term-condition .error {
  margin-top: -4px;
}

.login-signup-right {
  overflow: auto;
  background-color: #ffffff;
}

.login-signup-right .text-field-wrapper input {
  height: 46px;
}

.border-error {
  border-color: red;
}

.custom-popup-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 11;
  background: rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom-popup {
  background-color: #ffffff;
  width: 528px;
  max-width: 100%;
  padding: 20px 30px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
}

.popup-title {
  font-size: 21px;
  color: #17615D;
  font-weight: 500;
  display: block;
  margin-bottom: 15px;
}

.date-picker-icon {
  background-image: url("../images/calendar.png");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 20px;
}

.main .button {
  height: 40px;
}

.client-profile-outer {
  display: flex;
}
.client-profile-outer .client-profile-left {
  width: 283px;
  padding-right: 20px;
}
.client-profile-outer .client-profile-left .client-name-card {
  display: flex;
  align-items: center;
}
.client-profile-outer .client-profile-left .client-name-card .client-card-name {
  font-size: 16px;
  color: #171F22;
  text-align: center;
  margin-top: 13px;
}
.client-profile-outer .client-profile-left .client-name-card .client-card-name img {
  height: 22px;
  display: inline-block;
  vertical-align: top;
}
.client-profile-outer .client-profile-left .client-name-card p {
  color: #425466;
  font-size: 12px;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 15px;
}
.client-profile-outer .client-profile-left .edit-client-image {
  width: 95px;
  height: 95px;
  margin-top: 10px;
}
.client-profile-outer .client-profile-left .edit-client-image img.client-profile-img {
  width: 95px;
  height: 95px;
}
.client-profile-outer .client-profile-right {
  flex: 1;
  padding-right: 0px;
}

.line-button {
  height: 40px;
  min-width: auto;
  background-color: #ffffff;
  border: 1px solid #EC5239;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  color: #EC5239;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 20px;
  font-size: 14px;
}
.line-button i, .line-button svg {
  font-size: 17px;
  margin-right: 7px;
  color: #EC5239;
}
.line-button:hover {
  background-color: #EC5239;
  color: #ffffff;
}
.line-button:hover i, .line-button:hover svg {
  color: #ffffff;
}

p {
  font-size: 13px;
  color: #373B56;
}

.detail-info {
  display: block;
  margin-bottom: 20px;
}
.detail-info label {
  color: #373B56;
  font-size: 12px;
  display: block;
  margin-bottom: 2px;
}
.detail-info span {
  color: #373B56;
  font-size: 13px;
  display: block;
}

.speciality {
  display: block;
  border: 1px solid #E8E7E7;
  color: #373B56;
  font-size: 13px;
  padding: 10px 15px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 15px;
}

.qualification-scroll {
  max-height: 300px;
  overflow: auto;
}

.custom-scroll {
  padding-right: 10px;
}

.custom-scroll::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  background-color: #F5F5F5;
}

.custom-scroll::-webkit-scrollbar {
  width: 7px;
  background-color: #F5F5F5;
}

.custom-scroll::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #baa792;
}

.qualification {
  margin-bottom: 10px;
}

.calendar-outer {
  display: flex;
}
.calendar-outer .calendar-left {
  width: 313px;
  border-right: 1px solid #E3E3E3;
  padding: 20px 15px;
}
.calendar-outer .calendar-right {
  flex: 1;
}

.green-btn {
  background-color: #3BB54A;
}

.today-appointment {
  background-color: #F3FAF9;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  padding: 15px;
}
.today-appointment > div:last-child {
  border: none;
}

.today-appointment .form-title {
  color: #17615D;
  font-weight: 500;
}

.appointment-row {
  border-bottom: 1px solid #CDDDEA;
  padding: 10px 0px;
}
.appointment-row span {
  color: #171F22;
  display: block;
  font-size: 14px;
}
.appointment-row p {
  color: #87A09E;
  display: block;
  font-size: 13px;
}

.main-title a {
  color: #201E62;
}
.main-title span {
  color: #807FB3;
  padding-left: 10px;
}
.main-title span i, .main-title span svg {
  font-size: 22px;
}

.add-appointment-outer {
  display: flex;
}
.add-appointment-outer .add-appointment-left {
  flex: 1;
  border: 1px solid #E8E7E7;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
  background-color: #ffffff;
}
.add-appointment-outer .add-appointment-right {
  width: 300px;
  padding-left: 18px;
}
.add-appointment-outer .add-appointment-right .appointment-summary {
  width: 100%;
  background-color: #E3821A;
  background-image: url("../images/buble.png");
  background-repeat: no-repeat;
  background-position: bottom -150px right -150px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
  padding: 20px 15px;
  min-height: calc(100vh - 100px);
  position: relative;
  padding-bottom: 75px;
}
.add-appointment-outer .add-appointment-right .appointment-summary .summary-title {
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  margin-bottom: 30px;
}
.add-appointment-outer .add-appointment-right .appointment-summary .summary-row {
  position: relative;
  padding-left: 55px;
  margin-bottom: 30px;
}
.add-appointment-outer .add-appointment-right .appointment-summary .summary-row img {
  position: absolute;
  left: 0px;
  top: 0px;
}
.add-appointment-outer .add-appointment-right .appointment-summary .summary-row span {
  font-size: 14px;
  display: block;
  color: #ffffff;
}
.add-appointment-outer .add-appointment-right .appointment-summary .summary-row label {
  font-size: 14px;
  color: #ffffff;
  display: block;
}
.add-appointment-outer .add-appointment-right .appointment-summary .create-appointment-btn {
  display: block;
  background-color: #FFCA85;
  color: #331D00;
  font-size: 14px;
  position: absolute;
  bottom: 0px;
  left: 20px;
  right: 20px;
  bottom: 20px;
}

.user-card {
  background-color: #E3821A;
  background-image: url("../images/buble.png");
  background-repeat: no-repeat;
  background-position: calc(120%) 28px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
  padding: 25px 30px;
  display: block;
  position: relative;
  padding-left: 85px;
}
.user-card .card-img {
  width: 44px;
  height: 44px;
  -moz-border-radius: 200px;
  -webkit-border-radius: 200px;
  -ms-border-radius: 200px;
  border-radius: 200px;
  object-fit: cover;
  object-position: center;
  border: 2px solid #ffffff;
  overflow: hidden;
  position: absolute;
  left: 25px;
  top: 25px;
}
.user-card span {
  color: #ffffff;
  font-size: 14px;
  display: block;
  margin-bottom: 5px;
}
.user-card label {
  color: #ffffff;
  font-size: 14px;
  display: block;
}

.add-appointment-left {
  display: flex;
}
.add-appointment-left .appointment-form {
  flex: 1;
  padding: 30px 35px;
}
.add-appointment-left .calendar-form {
  width: 347px;
  background-color: #E6F4F3;
  border-left: 1px solid #E8E7E7;
  padding: 30px;
}
.add-appointment-left .calendar-form h3 {
  color: #373B56;
  font-size: 16px;
  display: block;
  margin-bottom: 13px;
}

.form-check-label {
  font-size: 15px;
  color: #171F22;
}

select.form-control {
  background-image: url("../images/select-arrow.png");
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) 15px;
}

.slots-outer {
  width: 100%;
  height: 220px;
  display: block;
  max-height: 200px;
  overflow: auto;
}
.slots-outer .time-slot {
  border: 1px solid #171F22;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  display: inline-block;
  height: 40px;
  text-align: center;
  width: 47%;
  padding-top: 9px;
  font-size: 14px;
  color: #171F22;
  margin-bottom: 10px;
  margin-right: 2%;
}
.slots-outer .time-slot:hover {
  background-color: #EC5239;
  color: #ffffff;
  border-color: orange;
  cursor: pointer;
}

.tabs-outer {
  display: block;
  border-bottom: 1px solid #DDDDDD;
  margin-bottom: 20px;
}
.tabs-outer a {
  font-size: 17px;
  color: #658986;
  padding: 10px 15px;
  display: inline-block;
}
.tabs-outer a.active, .tabs-outer a:hover {
  color: #171F22;
  border-bottom: 2px solid #EC5239;
}

.add-client-outer {
  display: flex;
}
.add-client-outer .add-client-left {
  width: 263px;
}
.add-client-outer .add-client-right {
  flex: 1;
  padding-left: 20px;
}

.treatment-history-outer {
  padding: 20px;
  background-color: #EEF1F2;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  padding-left: 40px;
  position: relative;
}
.treatment-history-outer:after {
  position: absolute;
  top: 20px;
  bottom: 20px;
  left: 18px;
  width: 2px;
  background-color: blue;
  content: "";
}

.treatment-history-heading {
  display: flex;
}
.treatment-history-heading > div {
  display: flex;
  flex-direction: column;
  padding-right: 20px;
  border-right: 1px solid #aaa;
  margin-right: 20px;
}
.treatment-history-heading > div span.treatment-date {
  font-size: 16px;
  color: #171F22;
}
.treatment-history-heading > div strong {
  font-size: 13px;
  color: #373B56;
}
.treatment-history-heading > div p {
  color: #425466;
  font-size: 12px;
}

.show-hide-note {
  position: absolute;
  right: 50px;
  top: 27px;
  font-size: 12px;
  color: #425466;
}

.treatment-note-detail span {
  font-size: 12px;
}

.accordion-header {
  position: relative;
}
.accordion-header .accordion-button:before {
  position: absolute;
  width: 17px !important;
  height: 17px;
  border: 3px solid blue;
  top: 17px;
  bottom: 20px;
  left: -31px;
  width: 2px;
  background-color: #ffffff;
  content: "";
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
  background-color: #ffffff;
  z-index: 1;
}

.add-link {
  font-size: 12px;
  display: inline-block;
  color: blue;
  margin-top: 5px;
}

.file-row {
  padding: 12px 0px;
  border-bottom: 1px solid #dddddd;
  display: block;
  background-image: url("../images/file.png");
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 12px;
  color: #425466;
  position: relative;
}

.file-download {
  position: absolute;
  right: 0px;
  top: 7px;
}

.accordion-button::after {
  background-size: 15px;
  background-position: 0px 3px;
}

.view-client-outer {
  display: flex;
}
.view-client-outer .view-client-left {
  flex: 1;
  padding-right: 20px;
}
.view-client-outer .view-client-right {
  width: 370px;
}

.vital {
  padding-left: 52px;
  position: relative;
  margin-bottom: 24px;
}
.vital .vital-icon {
  width: 41px;
  height: 41px;
  display: inline-flex;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0px;
  top: 0px;
  background-color: #F8DEBD;
}
.vital .vital-icon.heart-rate-bg {
  background-color: #FBF0F3;
}
.vital .vital-icon.pulse-bg {
  background-color: #D0FBFF;
}
.vital .vital-icon.blood-pressure-bg {
  background-color: #FFD7E5;
}
.vital .vital-icon.respiratory-rate-bg {
  background-color: #D9E4FC;
}
.vital label {
  font-size: 12px;
  display: block;
  color: #000000;
}
.vital p {
  color: #4B7FFB;
  font-size: 22.72px;
  display: block;
  margin-top: -3px;
}
.vital p span {
  color: #818181;
  font-size: 11px;
}

.nav-tabs {
  margin-bottom: -1px;
  position: relative;
  z-index: 1;
}
.nav-tabs a {
  padding: 12px 15px;
  color: #807FB3;
}
.nav-tabs a.active, .nav-tabs a:hover {
  color: #201E62 !important;
}

.tabs-card {
  -moz-border-radius: 0px 0px 5px 5px;
  -webkit-border-radius: 0px 0px 5px 5px;
  -ms-border-radius: 0px 0px 5px 5px;
  border-radius: 0px 0px 5px 5px;
}

.client-profile-outer .doctor-name-card {
  margin-bottom: 20px;
}

.td-link a {
  color: #EC5239;
  padding: 0px 5px;
  display: inline-block;
}
.td-link a i {
  font-size: 16px;
}

.tabs-card .accordion-item {
  margin-bottom: 11px;
}

.add-link img {
  display: inline-block;
  vertical-align: top;
  margin-top: -3px;
  height: 20px;
}

.notification-popup {
  width: 250px;
  padding: 15px;
  box-shadow: 0px 1px 10px #dddddd;
  -webkit-box-shadow: 0px 1px 10px #dddddd;
  position: absolute;
  top: 100%;
  right: 0px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  background-color: #ffffff;
  display: none;
  z-index: 2;
}
.notification-popup .notification-title {
  font-size: 16px;
  color: #17615D;
  margin-bottom: 10px;
}
.notification-popup .notitfication-row {
  border-bottom: 1px solid #dddddd;
  padding: 5px 0px;
}
.notification-popup .notitfication-row p {
  font-size: 12px;
  color: #171F22;
}
.notification-popup .notitfication-row span {
  font-size: 11px;
  color: #8492A6;
  line-height: 24px;
}
.notification-popup .notitfication-row span img {
  display: inline-block;
  margin-right: 4px;
  margin-top: -1px;
}
.notification-popup a {
  color: #EC5239;
  font-size: 12px;
  padding-top: 10px;
  display: block;
}

.notification {
  cursor: pointer;
}

.notification:hover .notification-popup {
  display: block;
}

.doctor-search-outer {
  display: block;
  border: 1px solid #E8E7E7;
  background-color: #ffffff;
  padding: 20px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
  box-shadow: 0px 1px 50px #dddddd;
  -webkit-box-shadow: 0px 1px 50px #dddddd;
}
.doctor-search-outer h3 {
  color: #171F22;
  font-size: 16px;
  display: block;
  margin-bottom: 15px;
}
.doctor-search-outer .doctor-search-bar {
  display: block;
  background-color: #F4F4F4;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  height: 50px;
  display: flex;
}
.doctor-search-outer .doctor-search-bar > div {
  flex: 1;
}
.doctor-search-outer .doctor-search-bar .main-search {
  height: 50px;
  background-image: url("../images/chat-location.png");
  background-position: 19px center;
  background-repeat: no-repeat;
  border: none;
  width: 100%;
  padding-left: 50px;
  font-size: 16px;
  color: #373B56;
  border-right: 1px solid #cccccc;
  background-color: initial;
  background-size: 20px;
}
.doctor-search-outer .doctor-search-bar .search-filter {
  height: 50px;
  border: none;
  width: 100%;
  padding-left: 20px;
  font-size: 16px;
  color: #373B56;
  border-right: 1px solid #cccccc;
  background-color: initial;
}
.doctor-search-outer .doctor-search-bar select.search-filter {
  background-image: url("../images/select-arrow.png");
  background-position: right 20px center;
  background-repeat: no-repeat;
  background-color: initial;
  appearance: initial;
}
.doctor-search-outer .doctor-search-bar .explore-btn {
  height: 50px;
  -moz-border-radius: 0px 5px 5px 0px;
  -webkit-border-radius: 0px 5px 5px 0px;
  -ms-border-radius: 0px 5px 5px 0px;
  border-radius: 0px 5px 5px 0px;
  font-size: 16px !important;
}

.box {
  display: block;
  border: 1px solid #E8E7E7;
  background-color: #ffffff;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
  box-shadow: 0px 1px 50px #dddddd;
  -webkit-box-shadow: 0px 1px 50px #dddddd;
}

.subtitle {
  font-size: 22px;
  color: #171F22;
  display: block;
  margin-bottom: 10px;
}

.upcoming-appointment-row {
  padding: 15px;
  border: 1px solid #9DADD4;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 7px;
  position: relative;
}
.upcoming-appointment-row:hover, .upcoming-appointment-row.active {
  border-color: blue;
  cursor: pointer;
}
.upcoming-appointment-row:hover::after, .upcoming-appointment-row.active::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid blue;
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -10px;
}

.appointment-instruction-title {
  font-size: 22px;
  color: #373B56;
  font-size: 20px;
  margin-bottom: 15px;
  margin-top: 8px;
}

.instruction-content {
  color: #425466;
  font-size: 14px;
  line-height: 25px;
  max-height: 255px;
  overflow: auto;
}

.subtitle-info {
  color: #8A92A6;
  font-size: 18px;
  margin-bottom: 20px;
}

.speciality-row {
  display: flex;
  margin-bottom: 20px;
}
.speciality-row .specialities {
  flex: 1;
  display: flex;
  justify-content: center;
  padding: 0px 10px;
}
.speciality-row .specialities .box {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 0px;
}
.speciality-row .specialities .box img {
  height: 72px;
  margin-top: 10px;
}
.speciality-row .specialities .box span {
  color: #373B56;
  font-size: 14px;
  padding: 15px 0px;
  text-align: center;
}

.show-hide-bar {
  border-bottom: 1px solid #DDDDDD;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}
.show-hide-bar .button {
  margin-bottom: -20px;
}

.next-prev {
  position: absolute;
  right: 0px;
  top: 20px;
  display: flex;
}
.next-prev a {
  width: 42px;
  height: 42px;
  display: inline-block;
  background-color: #E4ECFF;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin-left: 10px;
}

.dashboard-client {
  padding: 30px;
  position: relative;
  padding-left: 220px;
}
.dashboard-client img.top-client {
  width: 150px;
  height: 150px;
  -moz-border-radius: 200px;
  -webkit-border-radius: 200px;
  -ms-border-radius: 200px;
  border-radius: 200px;
  object-fit: cover;
  object-position: center;
  border: 3px solid #ffffff;
  box-shadow: 0px 0px 0px 4px #EC5239;
  position: absolute;
  left: 35px;
  top: 25px;
}
.dashboard-client .doctor-name {
  display: block;
  padding: 14px 0px;
  padding-top: 0px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  position: relative;
}
.dashboard-client .doctor-name h3 {
  font-size: 16px;
  margin-bottom: 5px;
  color: #201E62;
}
.dashboard-client .doctor-name h3 img {
  height: 22px;
}
.dashboard-client .doctor-name p {
  color: #807FB3;
  font-size: 14px;
}
.dashboard-client .doctor-location {
  color: #201E62;
  font-size: 15px;
}
.dashboard-client .doctor-location img {
  height: 18px;
  display: inline-block;
  vertical-align: top;
}
.dashboard-client .ratings {
  margin: 14px 0px 14px;
  height: 19px;
}
.dashboard-client .doctor-offering {
  display: block;
  margin-bottom: 15px;
}
.dashboard-client .doctor-offering label {
  color: #201E62;
  font-size: 14px;
  display: block;
  margin-bottom: 5px;
}
.dashboard-client .doctor-offering span {
  background-color: #E6EEFF;
  color: #444444;
  font-size: 14px;
  padding: 10px;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 3px;
}
.dashboard-client button {
  width: 100%;
  height: 33px !important;
}

.filter-field label {
  display: inline-block;
  padding-right: 5px;
  font-size: 14px;
}
.filter-field select {
  width: auto;
  min-width: 100px;
  display: inline-block;
  font-size: 14px;
}

select.form-control {
  background-size: 10px;
}

td .blue-line-button {
  display: inline-block;
  height: 34px;
  margin-right: 5px;
}

.service-td {
  min-width: 250px;
}

.send-message-outer {
  border: 1px solid #dddddd;
  padding: 20px 20px 50px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  position: relative;
}
.send-message-outer .message-content {
  height: 170px;
  overflow: auto;
  font-size: 13px;
  color: #373B56;
  margin-bottom: 10px;
}
.send-message-outer .message-footer {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 50px;
  background-color: #EEF1F2;
  padding: 5px;
  display: flex;
  justify-content: space-between;
}
.send-message-outer .message-footer .attachments {
  height: 42px;
  background-color: #ffffff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  color: #425466;
  font-size: 13px;
  padding: 11px;
  display: inline-block;
}
.send-message-outer .message-footer .attachments i {
  font-size: 18px;
  display: inline-block;
  vertical-align: top;
  margin-top: -4px;
}
.send-message-outer .message-footer .button {
  height: 41px;
  min-width: 100px;
}

.attachments-outer .attachment-divider {
  border-bottom: 1px solid #dddddd;
  font-size: 12px;
  display: block;
  margin-bottom: 15px;
}
.attachments-outer .attachment-divider span {
  color: #8492A6;
  background-color: #ffffff;
  padding-right: 5px;
  font-size: 12px;
  position: relative;
  top: 8px;
}
.attachments-outer .file-name {
  background-color: #F4F6FC;
  border: 1px solid #E0E7FD;
  display: inline-block;
  padding: 10px 30px 10px 15px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  position: relative;
  margin-right: 5px;
  margin-bottom: 5px;
}
.attachments-outer .file-name img {
  position: absolute;
  right: 5px;
  top: 11px;
  height: 17px;
}

.message-row {
  border: 1px solid #EBE0D4;
  padding: 10px 20px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  background-color: #ffffff;
  box-shadow: 0px 1px 10px #eeeeee;
  -webkit-box-shadow: 0px 1px 10px #eeeeee;
  min-height: 75px;
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

.chat-appointment-row span{
  display: inline-block!important;
  vertical-align: middle;
}
.chat-appointment-row .appointment-status{
  font-size: 12px;
}

.msg-client {
  position: relative;
  padding-left: 30px;
}
.msg-client .small-profile-pic {
  position: absolute;
  left: 0px;
  top: 0px;
}
.msg-client label {
  color: #17615D;
  font-size: 14px;
  white-space: nowrap;
  display: block;
  margin-top: 1px;
  font-weight: 500;
}

.msg-detail {
  padding-left: 20px;
  padding-right: 20px;
  color: #171F22;
  flex:1;
}

.msg-time {
  color: #6E9390;
  font-size: 14px;
}
.msg-detail p{
  margin:0px;
}

.small-profile-pic {
  width: 25px;
  height: 25px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  overflow: hidden;
}
.small-profile-pic img {
  width: 25px;
  height: 25px;
  object-fit: cover;
  object-position: center;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  margin-right: 5px;
}

.message-row .message-user-img {
  width: 24px;
  height: 24px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  vertical-align: top;
  margin-right: 4px;
  margin-top: -2px;
  display: inline-block;
  position: absolute;
  left: 20px;
}
.message-row .message-time {
  color: #8492A6;
  font-size: 13px;
  position: absolute;
  right: 15px;
  top: 20px;
}

.send-message-outer-main {
  background-color: #EFF7FC;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  padding: 15px 20px;
  border: none;
}
.send-message-outer-main .message-subtitle {
  color: #23262F;
  font-size: 18px;
  display: block;
  margin-bottom: 15px;
}
.send-message-outer-main .message-detail-row {
  background-color: #ffffff;
  padding: 10px 15px;
  display: flex;
  margin-bottom: 3px;
}
.send-message-outer-main .message-detail-row label {
  color: #425466;
  font-size: 12px;
  width: 120px;
}
.send-message-outer-main .message-detail-row p {
  flex: 1;
  color: #373B56;
  font-size: 13px;
}
.send-message-outer-main .message-detail-row p .user-img {
  width: 24px;
  height: 24px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  vertical-align: top;
  margin-right: 4px;
  margin-top: -2px;
  display: inline-block;
}

.custom-checkbox label {
  font-size: 14px;
  color: #8A92A6;
}

.form-group.custom-checkbox label:before {
  border-color: #8A92A6;
}

.form-group input:checked + label:after {
  border-color: #171F22;
}

.button.red-button {
  background-color: orange;
}

.reply-outer .reply-row {
  position: relative;
  padding-left: 35px;
  border-bottom: 1px solid #C6DDEC;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.reply-outer .reply-row .file-name {
  background-color: #ffffff;
  font-size: 13px;
}
.reply-outer .reply-row .attachment-divider span {
  background: #EFF7FC;
}
.reply-outer .reply-row .user-img {
  width: 24px;
  height: 24px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  vertical-align: top;
  margin-right: 4px;
  margin-top: -2px;
  display: inline-block;
  position: absolute;
  left: 0px;
  top: -2px;
}
.reply-outer .reply-row h4 {
  color: #373B56;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}
.reply-outer .reply-row h4 span {
  color: #8492A6;
  font-size: 13px;
  margin-left: 10px;
  font-weight: normal;
}
.reply-outer .reply-row h4 span img {
  display: inline-block;
  vertical-align: top;
  margin-top: 2px;
}
.reply-outer .reply-row p {
  color: #373B56;
  font-size: 13px;
}

.reply-outer > div:last-child.reply-row {
  border: none;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.reply-outer {
  padding: 20px 0px;
}

.new-message-outer {
  background-color: #DBEBF5;
  padding: 15px 20px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  display: block;
}
.new-message-outer .message-subtitle {
  font-size: 16px;
}
.new-message-outer textarea {
  background-color: #F7FBFD;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  padding: 15px;
  border: none;
  resize: none;
  width: 100%;
  height: 118px;
}
.new-message-outer .file-name {
  background-color: #ffffff;
  font-size: 13px;
}
.new-message-outer .attachment-divider span {
  background: none;
}

.attachments {
  height: 42px;
  background-color: #ffffff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  color: #425466;
  font-size: 13px;
  padding: 11px;
  display: inline-block;
}
.attachments i {
  font-size: 18px;
  display: inline-block;
  vertical-align: top;
  margin-top: -4px;
}

.appointment-detail-outer {
  padding-top: 15px;
  min-width: 213px;
  width: 100%;
}
.appointment-detail-outer h5 {
  color: #373B56;
  font-size: 14px;
  margin-bottom: 14px;
}
.appointment-detail-outer .appointment-detail-row {
  display: block;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dddddd;
}
.appointment-detail-outer .appointment-detail-row label {
  color: #8492A6;
  font-size: 13px;
  display: block;
}
.appointment-detail-outer .appointment-detail-row span {
  font-size: 13px;
}
.appointment-detail-outer > div:last-child {
  border: none;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

textarea.no-resize {
  resize: none;
  height: 100px;
}

.divider {
  border-bottom: 1px solid #dddddd;
  margin: 10px 0px 20px;
  display: block;
}

.item-row {
  margin-bottom: 15px;
}

.item-row .add-link img {
  min-height: 21px;
  max-height: 21px;
  min-width: 21px;
  max-width: 21px;
  display: inline-block;
  margin-top: 5px;
}

.tag-field {
  position: relative;
}
.tag-field input.form-control {
  padding-right: 70px;
}
.tag-field .tag {
  font-size: 13px;
  color: #373B56;
  background-color: #DBEBF5;
  position: absolute;
  right: 5px;
  top: 5px;
  padding: 5px 15px 6px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

.quote-info-field {
  border: 1px solid #7B7B7B;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  padding: 10px 15px;
}
.quote-info-field label {
  color: #8492A6;
  font-size: 13px;
  display: block;
  margin-bottom: 7px;
}
.quote-info-field p {
  display: block;
  font-size: 13px;
  font-family: "Inter Medium";
}

.list-items-title {
  color: #373B56;
  font-size: 14px;
  display: block;
  margin-bottom: 5px;
}

ul.list-items {
  padding-left: 0px;
  border: 1px solid #7B7B7B;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
ul.list-items li {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #dddddd;
  padding: 13px 15px;
}
ul.list-items li label {
  color: #373B56;
  font-size: 13px;
}
ul.list-items li span {
  font-size: 13px;
}

.time-picker-icon {
  background-image: url("../images/time1.png");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 20px;
}

.date-picker-icon, .time-picker-icon {
  padding-right: 34px;
}

.treatment-note {
  max-height: 550px;
  overflow: auto;
}

.notification-alert {
  background-color: #FFDCE0;
  color: #303030;
  font-size: 18px;
  padding: 15px;
  border-left: 7px solid orange;
  border-right: 7px solid orange;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.notification-alert button {
  font-size: 14px;
  color: #303030;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  background-color: #ffffff;
  border: none;
  padding: 7px 15px;
}

.stats-info {
  display: flex;
  padding-right: 84px;
  position: relative;
}
.stats-info label {
  color: #7E92A2;
  font-size: 14px;
}
.stats-info span {
  color: #092C4C;
  font-size: 27px;
}
.stats-info img {
  position: absolute;
  right: 12px;
  top: 26px;
  height: 50px;
}

.card-title {
  font-size: 20px;
  color: #171F22;
  font-weight: 500;
}
.card-title .simple-link {
  color: #EC5239;
  font-size: 12px;
}

.patient-vitals .vital {
  margin-bottom: 0px;
}
.patient-vitals .vital label {
  margin-top: 12px;
}
.patient-vitals .vital p {
  color: #373B56;
  margin-left: -52px;
  margin-top: 15px;
}

.w-33 {
  width: 33%;
}

/****************** booking confirmation ********************/
.booking-background {
  background-color: #F4F4F6;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  display: block;
  text-align: center;
  padding: 30px 20px;
  min-height: 528px;
}

.booking-title {
  color: #201E62;
  font-size: 24px;
  display: inline-block;
  margin: 10px 0px 20px;
  max-width: 450px;
  clear: both;
}

.booking-info {
  font-size: 16px;
  color: #3B3D3B;
  display: inline-block;
  margin-bottom: 30px;
  max-width: 450px;
}

.booking-detail-box {
  background-color: #ffffff;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  background-color: #ffffff;
  border: 1px solid #E8E7E7;
  box-shadow: 0px 1px 30px rgba(0, 0, 0, 0.15);
  border-radius: 12px;
  -webkit-border-radius: 12px;
  width: 592px;
  max-width: 100%;
  min-height: 100px;
  display: inline-flex;
}

.booking-detail-section {
  flex: 1;
  text-align: left;
  padding: 25px 20px;
}
.booking-detail-section label {
  color: #8A92A6;
  font-size: 14px;
  display: block;
  margin-bottom: 4px;
}
.booking-detail-section span {
  color: #464646;
  font-size: 14px;
  display: block;
}

.min-w-100 {
  max-width: 170px;
}

.booking-date-time {
  border-left: 1px solid #DDDDDD;
  border-right: 1px solid #DDDDDD;
}

.booking-subtitle {
  color: blue;
  font-size: 18px;
  text-align: center;
  display: block;
}

.welcome-card {
  display: block;
}

.welcome-card img {
  height: 148px;
  width: auto;
  position: absolute;
  right: 28px;
  top: 14px;
}

.welcome-card h2 {
  color: #171F22;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 12px;
}

.welcome-card p {
  color: #171F22;
  font-size: 20px;
  margin-bottom: 20px;
}

.welcome-card .button {
  margin-bottom: 10px;
}

.to-do-list {
  padding: 0px;
  margin-bottom: 0px;
}
.to-do-list li {
  list-style: none;
  color: #171F22;
  position: relative;
  padding: 10px 0px;
  display: flex;
  align-items: center;
  background-color: #F3FAF9;
  border: 1px solid #C1E5E1;
  padding: 10px 12px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 10px;
}
.to-do-list li > div {
  flex: 1;
}
.to-do-list li label {
  font-size: 14px;
  color: #171F22;
  position: relative;
  margin-top: 6px;
}
.to-do-list li label i {
  font-size: 20px;
  display: inline-block;
  vertical-align: top;
  margin-top: -3px;
}
.to-do-list li:last-child {
  margin-bottom: 0px;
}

.btn-getstarted {
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0px 20px;
  border: 1px solid #EC5239;
  color: #EC5239;
  background-color: #ffffff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.btn-getstarted:hover {
  background-color: #EC5239;
  color: #ffffff;
}

.program {
  padding-left: 13px;
}
.program li {
  padding: 7px 0px;
  border-bottom: 1px solid #dddddd;
}

.simple-link.underline {
  color: #EC5239;
  font-size: 13px;
  text-decoration: underline;
}

.upcoming-programs li {
  padding: 12px 15px;
  padding-left: 150px;
  min-height: 142px;
}
.upcoming-programs .program-img {
  position: absolute;
  left: 15px;
  top: 12px;
}
.upcoming-programs .program-img img {
  height: 115px;
  width: 115px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  object-fit: cover;
  object-position: center;
}
.upcoming-programs span {
  background-color: #6EADA7;
  color: #ffffff;
  font-size: 13px;
  display: inline-block;
  padding: 1px 10px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  margin-bottom: 15px;
}
.upcoming-programs h4 {
  font-size: 16px;
  color: #171F22;
  display: block;
  margin-bottom: 15px;
}

.coach-login .login-form-outer {
  background-color: #ffffff;
  border: 1px solid #E8E7E7;
  box-shadow: 0px 1px 30px rgba(0, 0, 0, 0.15);
  border-radius: 12px;
  -webkit-border-radius: 12px;
  padding: 20px 40px;
  position: relative;
}

.coach-login .login-form-outer .login-signup-logo {
  margin: auto;
  position: absolute;
  left: 50%;
  margin-left: -51px;
  margin-top: -100px;
}

.toggle-outer {
  display: inline-flex;
  align-items: center;
}
.toggle-outer > label {
  display: inline-block;
  margin-right: 10px;
}
.toggle-outer .btn-check:checked + .btn, .toggle-outer .btn.active, .toggle-outer .btn.show, .toggle-outer .btn:first-child:active, .toggle-outer :not(.btn-check) + .btn:active {
  background-color: #EC5239;
  border-color: #EC5239;
  color: #ffffff;
}
.toggle-outer .btn.btn-outline-primary {
  background-color: #ffffff;
  border-color: #EBE0D4;
  color: #171F22;
  font-size: 13px;
  padding: 10px 20px;
}

.program-list .upcoming-programs {
  padding-left: 0px;
}
.program-list .upcoming-programs li {
  list-style: none;
  position: relative;
  background-color: #ffffff;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
  box-shadow: 0px 2px 5px #dddddd;
  -webkit-box-shadow: 0px 2px 5px #dddddd;
  margin-bottom: 10px;
  min-height: 140px;
}
.program-list .upcoming-programs li:nth-child(even) {
  background: #F3FAF9;
}
.program-list .upcoming-programs li h4 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #17615D;
}
.program-list .upcoming-programs li span {
  margin-bottom: 10px;
  background-color: #E6F4F3;
  border: 1px solid #9CD5CF;
  color: #171F22;
}
.program-list .upcoming-programs li .program-action {
  position: absolute;
  right: 10px;
  top: 10px;
}
.program-list .upcoming-programs li .program-action a {
  border: 1px solid #EC5239;
  color: #EC5239;
  font-size: 14px;
  display: inline-block;
  padding: 3px 9px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  margin-left: 4px;
}
.program-list .upcoming-programs li .program-action a i {
  font-size: 18px;
  font-weight: 500;
}
.program-list .upcoming-programs li .program-action a:hover {
  background-color: #EC5239;
  color: #ffffff;
}

.w-20 {
  width: 20%;
}

.video-message a {
  width: 33px;
  height: 33px;
  background-color: #EC5239;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  margin: 0px 3px;
}
.video-message a i {
  color: #ffffff;
  font-size: 16px;
}

.profile-links-outer {
  display: block;
  margin-top: 10px;
  width: 100%;
}
.profile-links-outer > .profile-links:last-child {
  border-bottom: none;
}

.profile-links {
  display: flex;
  justify-content: space-between;
  color: #171F22;
  font-size: 14px;
  border-bottom: 1px solid #DDDDDD;
  padding: 10px 0px;
}
.profile-links i {
  font-size: 18px;
  display: inline-block;
  margin-top: -2px;
}
.profile-links:hover {
  color: #EC5239;
}

.accordion-button:not(.collapsed) {
  background-color: inherit;
}

.accordion-header .accordion-button:before {
  display: none;
}

.accordion-button:focus {
  border: none;
  box-shadow: inherit;
}

.client-profile-right .accordion-item {
  margin-bottom: 10px;
  border-radius: 10px;
  -weblit-border-radius: 10px;
  border: 1px solid #ddd;
  overflow: hidden;
}

.accordion-button::after, .accordion-button:not(.collapsed)::after {
  background-image: initial;
  font-size: 25px;
}

.accordion-button i {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 26px;
}

.form-check-input:checked {
  background-color: #EC5239;
  border-color: #EC5239;
}

.horizontal-field {
  display: inline-flex;
  align-items: center;
}
.horizontal-field label {
  white-space: nowrap;
  margin-right: 10px;
}
.horizontal-field select {
  min-width: 150px;
  font-size: 14px;
  color: #171F22;
  height: 40px;
}

.form-select:focus, .form-control:focus {
  border-color: #C1E5E1;
  box-shadow: 0px 0px 0px 3px #C1E5E1;
}

/*# sourceMappingURL=common.css.map */


.email-field {
  /* background-image: url("../images/email.png")!important; */
  background-image:inherit;
  background-color: #ffffff!important;
  background-repeat: no-repeat;
  background-position: 10px center;
  padding-left: 45px;
  background-size: 23px;
}

.password-field {
  /* background-image: url("../images/password.png")!important; */
  background-image:inherit;
  background-repeat: no-repeat;
  background-position: 10px center;
  padding-left: 45px;
  background-size: 23px;
}
.login-field-icon{
  position: absolute;
  left: 15px;
  top: 12px;
  z-index: 1;
  height: 20px;
}
.iti--show-flags{
  width:100%;
/*
  margin-bottom: 25px;
*/
}
.iti__flag-container:hover .iti__selected-flag{
  background-color: #fff!important;
}
.iti__selected-flag{
  background-color: #fff;
  border-radius:5px 0px 0px 5px;
  -webkit-border-radius:5px 0px 0px 5px;
}
.toast-error {
  background-color: #FF655B!important;
}
.field-info-icon{
  position: absolute;
  right: 12px;
  top: 11px;
  font-size: 16px;
  color:#171F22;
}
.input-wrapper{
  position: relative;
}
.modal-header h1{
  color:#171F22;
}
.modal-header .btn-close{
  color:#171F22;
}
.modal-body{
  color:#171F22;
}
.copyright-footer{
  text-align: right;
  color:#171F22;
  font-size: 14px;
  padding-bottom:20px;
  padding-top:20px;
}
.already-account{
  color:#171F22;
  font-size: 16px;
  text-align: center;
}
.already-account a{
  color:#EC5239;
  margin-left: 5px;
  text-decoration: none;
  font-weight: normal;
}
.already-account a:hover{
  text-decoration: underline;
}
.field-note{
  display: block;
  font-size: 12px;
  color: #648381;
  line-height: 15px;
  margin: 5px 0px 15px;
}

/** Developer CSS **/

.validation-error {
  color: #FF655B;
  border: 1px solid #FF655B !important;
}

.text-field.has-error {
  border: 1px solid #FF655B;
  color: #FF655B!important;
}
/****************/


.appointment-list-row {
  background-color: #ffffff;
  box-shadow: 0px 3px 3px #dddddd;
  -webkit-box-shadow: 0px 3px 3px #dddddd;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  display: flex;
  margin-bottom: 10px;
}
.appointment-list-row .appointment-list-date {
  background-color: #D1EDEA;
  text-align: center;
  width: 78px;
  border-radius: 8px 0px 0px 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #171F22;
  font-size: 15px;
  text-transform: uppercase;
}
.appointment-list-row .appointment-list-date span {
  display: block;
  font-size: 23px;
  line-height: 23px;
}
.appointment-list-row .appointment-list-middle {
  padding: 10px 15px 10px 15px;
  flex: 1;
}
.appointment-list-row .appointment-list-middle h4 {
  color: #171F22;
  font-size: 15px;
  color: #171F22;
  display: block;
  padding: 10px 0px 8px;
}
.appointment-list-row .appointment-list-middle .appointment-time {
  font-size: 13px;
  color: #171F22;
}
.appointment-list-row .appointment-list-middle .appointment-time i {
  font-size: 14px;
  display: inline-block;
}
.appointment-list-row .appointment-status {
  background-color: #D1EDEA;
  color: #17615D;
  font-size: 11px;
  padding: 5px 10px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}
.appointment-list-row .appointment-status.unconfirm-appointment {
  background-color: #F8DDDD;
  color: #754F4F;
}
.appointment-list-row .appointment-type {
  font-size: 12px;
  padding: 2px 10px 5px;
  color: #658986;
  display: inline-block;
  vertical-align: top;
}
.appointment-list-row .appointment-type i {
  font-size: 14px;
  display: inline-block;
  margin-right: 5px;
}

.appointment-list-btn {
  padding-right: 15px;
  display: flex;
  align-items: center;
}
.appointment-list-btn button {
  border: 1px solid #17615D;
  background: none;
  color: #17615D;
  font-size: 13px;
  padding: 4px 10px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  margin-left: 5px;
}
.appointment-list-btn button:hover {
  border: 1px solid #EC5239;
  background: #EC5239;
  color: #ffffff;
}

.new-appointment-outer {
  display: flex;
}
.new-appointment-outer .new-appointment-left {
  flex: 1;
  padding-right: 20px;
}
.new-appointment-outer .new-appointment-left .card {
  min-height: 420px;
}
.new-appointment-outer .new-appointment-left .appointment-title {
  font-size: 18px;
  color: #17615D;
  margin-bottom: 30px;
}
.new-appointment-outer .new-appointment-left .field-label {
  font-size: 15px;
  color: #171F22;
  margin-bottom: 10px;
}
.new-appointment-outer .new-appointment-right {
  width: 354px;
  padding: 15px 20px;
}
.new-appointment-outer .new-appointment-right section {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #DDDDDD;
}
.new-appointment-outer .new-appointment-right section p {
  font-size: 14px;
}
.new-appointment-outer .new-appointment-right section p i {
  font-size: 16px;
}
.new-appointment-outer .new-appointment-right section .text-disable {
  color: #87A09E;
}
.new-appointment-outer .new-appointment-right section .coach-img {
  width: 75px;
  height: 75px;
  position: absolute;
  right: 0px;
  top: 35px;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  object-fit: cover;
  object-position: center;
}
.new-appointment-outer .new-appointment-right section label {
  color: #87A09E;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.new-appointment-outer .new-appointment-right section .coach-name {
  font-size: 16px;
  color: #17615D;
  font-weight: 500;
  display: block;
  margin-bottom: 8px;
}
.new-appointment-outer .new-appointment-right section .coach-section-detail {
  color: #171F22;
  font-size: 12px;
  margin-bottom: 5px;
}
.new-appointment-outer .new-appointment-right section .coach-section-detail i {
  color: #171F22;
  font-size: 15px;
  display: inline-block;
  vertical-align: top;
  margin-right: 3px;
  margin-top: -2px;
}
.new-appointment-outer .new-appointment-right section.coachinfo {
  padding-right: 100px;
}
.new-appointment-outer .new-appointment-right > section:last-child {
  padding-bottom: 0px;
  margin-bottom: 0px;
  border: none;
}

.service-outer {
  border: 1px solid #478F96;
  background-color: #F3FEFF;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  display: block;
  padding: 10px;
}
.service-outer .service-row {
  display: block;
  border-bottom: 1px solid #dddddd;
  padding: 8px 0px;
}
.service-outer .service-row .form-check {
  margin-bottom: 0px;
}
.service-outer > div:last-child {
  border:none!important;
}

.form-check-input:checked {
  background-color: #478F96;
  border-color: #478F96;
}

.form-check-input[type=radio] {
  border-color: #478F96;
}

.appointment-type {
  padding: 20px 15px;
  position: relative;
}

.appointment-type .toggle-outer {
  right: 10px;
  top: 10px;
  position: absolute;
}

.appointment-type .toggle-outer i {
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  margin-left: -5px;
}

.appointment-type .toggle-outer label {
  padding: 7px 20px !important;
}

.new-appointment-left .slots-outer {
  max-height:292px;
  height: auto;
  margin-bottom: 20px;
}
.new-appointment-left .slots-outer .time-slot {
  width: 30.5%;
  background-color: #DCF4F7;
  border: none;
}
.new-appointment-left .slots-outer .time-slot:hover, .new-appointment-left .slots-outer .time-slot.active {
  background-color: #EC5239;
  color: #ffffff;
}

.booking-background {
  background-color: #ffffff;
}

.booking-info h5 {
  font-size: 24px;
  color: #171F22;
  font-weight: normal;
  margin-bottom: 5px;
}
.booking-info p {
  font-size: 16px;
  color: #171F22;
}

.booking-detail-section {
  padding: 10px 0px;
  display: flex;
  justify-content: space-between;
  border: none;
  border-bottom: 1px solid #dddddd;
}

.booking-detail-box {
  flex-direction: column;
  width: 446px;
  max-width: 100%;
  padding: 10px 20px;
  margin-bottom: 30px;
}
.booking-detail-box span {
  color: #171F22;
  font-weight: 500;
}
.booking-detail-box > div:last-child {
  border: none;
}
.no-display {
  display: none;
}
.validation-has-error {
  border-color: #FF655B !important;
}
.form-check-label {
  font-size: 13px;
  color: #171F22;
}
.type-phone-field .iti{
  margin:0px;
}
.type-phone-field{
  margin-top:30px;
}


.app-next-back-buttons {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  margin-bottom: 30px;
}
.app-next-back-buttons .line-button {
  background: none;
}
.app-next-back-buttons .line-button:hover {
  background-color: #83CAC3;
  border-color: #83CAC3;
}
.app-next-back-buttons .button {
  height: 40px;
}
.form-textarea{
  height: 110px;
  resize: none;
}

.join-call-btn {
  background: #EC5239;
  color: #ffffff;
  padding: 4px 10px;
  display: inline-block;
  border: none;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  margin-top: -2px;
}
.join-call-btn i {
  font-size: 16px;
  display: inline-block;
  margin-right: 4px;
  vertical-align: top;
  margin-top: -2px;
}
.add-appointment-list-outer{
  margin-bottom: -30px;
  display:flex;
}
.pagination-div nav .flex{
  display: none;
}
.pagination-div nav .hidden svg{
  height:20px;
}
.pagination-div nav .hidden a{
  color:#EC5239;
}
.pagination-div nav .hidden p{
  display: none;
}
.pagination-div nav .hidden span.relative{
  top:10px;
}
.pagination-div{
  margin-top: 25px;
}
.content{
  min-height: 93vh;
}
.no-record{
  padding: 35px 25px;
  display: flex;
}

.form-select{
  border: 1px solid #648F8A;
  font-size: 13px;
  height: 40px;
}
#appointment_dates_section .ui-widget.ui-widget-content {
  border:1px solid #d5d9d9;
  width: 100%;
  height: auto;
  border-radius: 10px;
  -webkit-border-radius: 10px;
}

#appointment_dates_section .ui-datepicker td span, #appointment_dates_section .ui-datepicker td a{
  display: block;
  padding: 23px 0px;
  text-align: center;
  border: none;
  background-color: #DCF4F7;
}
#appointment_dates_section .ui-datepicker td a.ui-state-active{
  background: #EC5239;
  color:#ffffff!important;
}
#appointment_dates_section .ui-datepicker table th{
  padding: 10px 0px;
}
#appointment_dates_section .ui-datepicker table th span{
  color: #EC5239;
  font-size: 14px;
  font-weight: 600;
}
.ui-datepicker .ui-datepicker-header{
  background: none;
  padding: 12px 0!important;
  border: none;
}
.ui-datepicker-inline.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all.validation-has-error {
  border:1px solid #FF655B !important;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next{
  top:10px!important;
}
#appointment_dates_section .ui-datepicker td span, #appointment_dates_section .ui-datepicker td a{
  background-color: #ffffff;
}
#appointment_dates_section .ui-datepicker td a.ui-state-active{
  background-color: #EC5239;
  border-color:#b7d6d9;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  color:#ffffff;
}
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled{
  padding:0.5;
}
.ui-datepicker td{
  padding:0px!important;
}
#appointment_dates_section .ui-datepicker td a, #appointment_dates_section .ui-datepicker td span, #appointment_dates_section .ui-datepicker th span{
  margin: 10px 0px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding:0px;
    margin:5px auto;
    font-size: 15px;
    color: #274240;
}
.ui-datepicker-prev span{
    background-image: url(../images/left-arrow.png)!important;
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
    
}
.ui-datepicker-prev{
  left:4%!important;
}
.ui-datepicker-next span{
    background-image: url(../images/right-arrow.png)!important;
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
    
}
.ui-datepicker-next{
  right:4%!important;
}
.no-slot-available{
  border: 1px solid #d5d9d9;
  border-radius: 5px;
  min-height: 291px;
  display: flex;
  align-items: center;
  justify-content: center;
  color:#17615D;
  flex-direction: column;
  padding: 0px 10px;
}
.no-slot-available p, .no-slot-available span{
  display: block;
  color:#17615D;
  text-align: center;
}
/**************************** form-css **********************************/

.main-title span {
  color: #7c7c7c;
  padding-left: 0px;
  font-weight: normal;
}

.main-title a {
  color: #171F22;
}

.edit-client-image .image-icon {
  position: absolute;
  right: 23px;
  bottom: 16px;
}

.form-control {
  border-color: #648F8A;
}

.form-label {
  color: #171F22;
}

.form-check-label {
  font-size: 13px;
  color: #171F22;
}

.field-icon {
  position: relative;
}
.field-icon i {
  position: absolute;
  right: 8px;
  top: 4px;
  color: #648F8A;
  font-size: 20px;
}

/**************************** form-css **********************************/

.group-input {
  position: relative;
}
.group-input input {
  padding-right: 50px;
}
.group-input span {
  background-color: #E0ECEB;
  color: #171F22;
  position: absolute;
  right: 1px;
  top: 1px;
  bottom: 1px;
  padding: 0px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0px 5px 5px 0px;
  -webkit-border-radius: 0px 5px 5px 0px;
}

.form-select {
  border: 1px solid #7B7B7B;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  font-size: 13px;
  color: #373B56;
  height: 40px;
}

.profile-bottom-detail {
    text-align: center;
    margin: 20px 0px;
    display: block;
}
.profile-bottom-detail span {
    color: #171F22;
    font-size: 12px;
    display: block;
    word-break: break-word;
}
.client-profile-outer .client-profile-left .edit-client-image img.client-profile-img {
    width: 150px;
    height: 150px;
}

.client-profile-details.client-profile-outer .client-profile-left .edit-client-image {
    width: 150px;
    height: 150px;
    margin-top: 10px;
}
.content{
	    min-height: calc(90vh + 32px);
}	


.order-lab-table {
  width: 100%;
}
.order-lab-table th {
  color: #171F22;
  font-size: 14px;
  font-weight: normal;
  padding-bottom: 7px;
}
.order-lab-table td {
  padding-right: 30px;
  padding-bottom: 12px;
}
.order-lab-table .form-group {
  margin-top: -22px;
}
.order-lab-table i.bi-x-circle {
  font-size: 20px;
  color: #EC5239;
  float: right;
}

.intake-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #ffffff;
  height: 70px;
  padding: 0px 15px;
  border-bottom: 1px solid #E4DCD3;
}
.intake-header .intake-title {
  color: #171F22;
  font-size: 17px;
  margin: 0px;
}
.intake-header .intake-help {
  font-size: 24px;
  color: #EC5239;
  width: 100px;
  text-align: right;
}

.progress-steps {
  width: 322px;
  max-width: 100%;
  margin: auto;
  display: flex;
  margin-top: 30px;
  margin-bottom: 30px;
}
.progress-steps span {
  background-color: #E6DED6;
  height: 8px;
  border-right: 5px solid #FFF8F8;
  flex: 1;
}
.progress-steps span.active {
  background-color: #EC5239;
}

.intake-wrapper {
  width: 625px;
  margin: auto;
}
.intake-wrapper-onboarding {
  width: 100%;
  margin: auto;
}
.intake-wrapper-onboarding iframe {
  width: 100% !important;
  height: 1000px !important;
}
.intake-wrapper .form-control, .intake-wrapper .form-select {
  border: none;
  box-shadow: 0px 2px 1px #dddddd;
  -webkit-box-shadow: 0px 2px 1px #dddddd;
}

.intake-title {
  font-size: 20px;
  color: #171F22;
  display: block;
  text-align:left;
  margin-bottom: 30px;
}

.img-upload-text {
  display: inline-block;
  margin-left: 10px;
  max-width: 250px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-top: 10px;
  vertical-align: top;
}
.img-upload-text img {
  height: 20px;
  display: inline-block;
  margin-right: 5px;
}

.next-back-buttons {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  margin-bottom: 30px;
}
.next-back-buttons .line-button {
  background: none;
}
.next-back-buttons .line-button:hover {
  background-color: #83CAC3;
  border-color: #83CAC3;
}
.next-back-buttons .button {
  height: 40px;
}

.file-upload-outer {
  position: relative;
  display:block;
}
.file-upload-outer input {
  height: 40px;
  width: 130px;
  position: absolute;
  left: 0px;
  top: 0px;
  opacity: 0;
}

.intake-details {
  width: 600px;
  margin: auto;
  margin-bottom: 30px;
  max-width: 100%;
}
.intake-details ul {
  color: #171F22;
  font-size: 16px;
  padding-left: 15px;
  margin-bottom: 25px;
}
.intake-details ul li {
  margin-bottom: 5px;
}

.intake-detail-title {
  font-size: 18px;
  font-weight: 500;
  color: #171F22;
  margin-bottom: 20px;
}

.rdio {
  position: relative;
}
.rdio input[type=radio] {
  opacity: 0;
}
.rdio label {
  padding-left: 10px;
  cursor: pointer;
  margin-bottom: 7px !important;
}
.rdio label:before, .custom-checkbox label:before{
  width: 22px;
  height: 22px;
  position: absolute;
  top: 1px;
  left: 0;
  content: "";
  display: inline-block;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #fbc52d;
  background: #fff;
}
.rdio input[type=radio] {
  margin: 0px;
}
.rdio input[type=radio]:disabled + label {
  color: #999;
}
.rdio input[type=radio]:disabled + label:before {
  background-color: #fbc52d;
}
.rdio input[type=radio]:checked + label, .custom-checkbox input[type=checkbox]:checked + label {
      border: 1px solid #c75875!important;
    box-shadow: 0px 0px 0px 1px #c75875!important;
}
.rdio input[type=radio]:checked + label::after {
  content:url("../images/intake-check.png");
  position: absolute;
  top: 5px;
  left: 4px;
  display: inline-block;
  font-size: 11px;
  width: 10px;
  height: 10px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
}

.rdio-default input[type=radio]:checked + label:before {
  border-color: #fbc52d;
}

.rdio-primary input[type=radio]:checked + label:before {
  border-color: #fbc52d;
}
.rdio-primary input[type=radio]:checked + label::after {
  background-color: #fbc52d;
}

.custom-checkbox > [type=checkbox],
.custom-checkbox label {
  /*margin-bottom:0px !important;*/
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* .custom-checkbox > [type=checkbox] > span,
.custom-checkbox label > span {
  padding-left: 18px !important;
} */
.custom-checkbox > [type=checkbox]:not(:checked), .custom-checkbox > [type=checkbox]:checked {
  position: absolute;
  left: -9999px;
}
.custom-checkbox > [type=checkbox]:not(:checked) + label, .custom-checkbox > [type=checkbox]:checked + label {
  position: relative;
  padding-left: 22px;
  cursor: pointer;
}
.custom-checkbox > [type=checkbox]:not(:checked) + label:before, .custom-checkbox > [type=checkbox]:checked + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -11px;
  width: 22px;
  height: 22px;
  border: 1px solid #478F96;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}
.custom-checkbox > [type=checkbox]:not(:checked) + label:after, .custom-checkbox > [type=checkbox]:checked + label:after {
  content: url("../images/intake-check.png");
  position: absolute;
  top: 50%;
  margin-top: -8px;
  left: 17px !important;
  color: #ffffff !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 5px;
}
.custom-checkbox > [type=checkbox]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
.custom-checkbox > [type=checkbox]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
/* .custom-checkbox > [type=checkbox]:checked + label:before {
  background-color: #478F96;
} */
.custom-checkbox > [type=checkbox][data-indeterminate] + label:after {
  content: "−";
  left: 2px;
  opacity: 1;
  transform: scale(1);
}
.custom-checkbox > [type=checkbox]:disabled:not(:checked) + label:before {
  box-shadow: none;
  background-color: #eeeeee;
  border-color: #eeeeee;
  cursor: not-allowed;
  opacity: 1;
  color: #dadada;
}
.custom-checkbox > [type=checkbox]:disabled:checked + label:before {
  box-shadow: none;
  background-color: #eeeeee;
  border-color: #eeeeee;
  cursor: not-allowed;
  opacity: 1;
  color: #fbc52d;
}
.custom-checkbox > [type=checkbox]:disabled:checked + label:after {
  color: #fbc52d;
  cursor: not-allowed;
}
.custom-checkbox > [type=checkbox]:disabled + label {
  color: #aaa;
  cursor: not-allowed;
}
.custom-checkbox > [type=checkbox]:checked:focus + label:before, .custom-checkbox > [type=checkbox]:not(:checked):focus + label:before {
  border: 1px solid #fbc52d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.custom-checkbox label:hover:before {
  border: 1px solid #fbc52d !important;
}
.custom-checkbox [type=checkbox]:disabled:not(:checked) + label:hover:before, .custom-checkbox [type=checkbox]:disabled:checked + label:hover:before {
  border: 1px solid #fbc52d !important;
}

.radiobuttons .rdio, .cust-checkbox .custom-checkbox {
  margin-bottom: 13px;
  position: relative;
}
.radiobuttons .rdio > label, .custom-checkbox > label, .cust-checkbox .custom-checkbox > label {
  border:1px solid #c75875;
/*
  box-shadow: 0px 2px 1px #dddddd;
  -webkit-box-shadow: 0px 2px 1px #dddddd;
*/
  background-color:rgba(199, 88, 117, 0.08);
  min-height: 46px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  position: relative;
  margin: 0px !important;
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  padding: 11px 15px;
  width: 100%;
  padding-left:30px!important;
  padding-right:40px;
}
.radiobuttons .rdio > label span, .radiobuttons .custom-checkbox > label span, .cust-checkbox > label span, .cust-checkbox .custom-checkbox > label span {
  margin-left: 15px;
  display: block;
  color: #c75875;
}
.radiobuttons .rdio label:before, .cust-checkbox  .cust-checkbox label:before {
  top: 12px;
  left: 13px;
  background:none;
  border:none;
/*
  border: 1px solid #478F96 !important;
*/
}

.radiobuttons .rdio input[type=radio]:checked + label::after, .cust-checkbox input[type=checkbox]:checked + label::after {
    top: 7px;
    right: 23px;
    left: initial;
    font-size: 22px;
    color:#478F96;
}

.radiobuttons .rdio input[type=radio], .cust-checkbox .rdio input[type=radio] {
  position: absolute;
}
.radiobuttons .rdio input[type=radio]:checked + label span, .radiobuttons .custom-checkbox > [type=checkbox]:checked + label span, .cust-checkbox .custom-checkbox input[type=radio]:checked + label span, .cust-checkbox .custom-checkbox > [type=checkbox]:checked + label span {
  color: #c75875 !important;
}
.radiobuttons .custom-checkbox > [type=checkbox]:not(:checked) + label:before, .cust-checkbox .custom-checkbox > [type=checkbox]:checked + label:before, .cust-checkbox .custom-checkbox > [type=checkbox]:not(:checked) + label:before, .cust-checkbox .custom-checkbox > [type=checkbox]:checked + label:before {
  border: 1px solid #478F96;
  box-shadow: initial;
  top: 22px;
  left: 13px;
}
.radiobuttons .custom-checkbox > [type=checkbox]:not(:checked) + label:after, .radiobuttons .custom-checkbox > [type=checkbox]:checked + label:after, .cust-checkbox .custom-checkbox > [type=checkbox]:not(:checked) + label:after, .cust-checkbox .custom-checkbox > [type=checkbox]:checked + label:after {
  color: #478F96;
  top: 18px;
  left: 17px;
}
/* .radiobuttons .custom-checkbox label:hover:before, .cust-checkbox .custom-checkbox label:hover:before {
  border: 1px solid #478F96 !important;
} */
.radiobuttons .custom-checkbox > [type=checkbox]:checked + label, .cust-checkbox .custom-checkbox > [type=checkbox]:checked + label {
  border: 1px solid #478F96;
}
.radiobuttons .custom-checkbox .option-detail-box, .cust-checkbox .custom-checkbox .option-detail-box {
  margin-left: 15px;
  padding: 10px 0px;
  margin-right: 16px !important;
  display: block;
  width: 96%;
  border: none;
  border-bottom: 1px solid #478F96;
  display: none;
}
.radiobuttons .custom-checkbox > [type=checkbox]:checked + label .option-detail-box, .cust-checkbox .custom-checkbox > [type=checkbox]:checked + label .option-detail-box {
  display: block;
}

.body-images-outer {
  display: flex;
  padding: 20px 0px;
  width: 600px;
}
.body-images-outer > div {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #ffffff;
  margin: 0px 5px;
  background-color: #ffffff;
}
.body-images-outer > div label {
  padding: 0px !important;
  border: 2px solid #ffffff !important;
}
.body-images-outer > div label:after, .body-images-outer > div label:before {
  opacity: 1;
}

.body-images-outer [type=radio]:checked + label {
  border: 2px solid #c75875 !important;
  
}

/****************************** intake-form-changes *********************************/

.question-number{
	font-size: 14px;
	display: inline-block;
	vertical-align: top;
	margin-top: 5px;
	position: absolute;
    left: -35px;
}
.question-description{
	font-size:18px;
	color:#171F22;
	display:block;
	text-align:center;
	margin-bottom:30px;
}
.radiobuttons .rdio > label span, .radiobuttons .custom-checkbox > label span, .cust-checkbox .rdio > label span, .cust-checkbox .custom-checkbox > label span{
	font-size:18px;
}
.answer-letter{
    position: absolute;
    left: -2px;
    top: 12px;
    font-size: 15px!important;
    width: 24px;
    text-align: center;
    background:#FFF8F8;
    border:1px solid #c75875!important;
    z-index:1;
}
.question-number i{
	font-size: 16px;
	display: inline-block;
	vertical-align: top;
	margin-top: -2px;
}
.radiobuttons .rdio input[type=radio]:checked + label .answer-letter, .cust-checkbox .custom-checkbox input[type=checkbox]:checked + label .answer-letter{
	background:#c75875;
	color:#ffffff!important;
}
.intake-title, .question-description{
	text-align:left;
	position:relative;
}
.rdio:hover label, .custom-checkbox:hover label{
	background:rgba(199, 88, 117, 0.15);
}
.next-back-buttons button i{
	margin-right:-10px;
	margin-left:10px;
}
.intake-error{
    background: #ffe1e9;
    color: #AF0404;
    padding: 3px 10px;
    border-radius: 3px;
    float: right;
    margin-top: 18px;
    margin-bottom: 15px;
}
.intake-error i{
	margin-right:5px;
}
.intake-details .form-label{
	color:#c75875;
	font-size:16px;
}
.intake-details .form-control, .intake-details .text-field.phone, .intake-details .form-select {
	border-radius:inherit!important;
	-webkit-border-radius:inherit!important;
	box-shadow:initial!important;
	-webkit-box-shadow:initial!important;
	background-color:initial;
	border:none;
	border-bottom:1px solid #eebac7;
	font-size:20px;
	padding:5px 0px 10px;
	color:#171F22;
}
.intake-details .form-control:focus, .intake-details .form-select:focus, .intake-details .validation-error{
  border:none!important;
	border-bottom:2px solid #c75875!important;
}
.intake-details input::-webkit-input-placeholder, .intake-details textarea::-webkit-input-placeholder {
  color: #eebac7;
}
.intake-details .iti--show-flags{
	margin-bottom:0px;
}
.intake-details .iti--allow-dropdown{
	    position: relative;
    padding-left: 60px;
}
.intake-details .iti--allow-dropdown .iti__selected-flag, .intake-details .iti__flag-container:hover{
	background:none;
	border-bottom:1px solid #eebac7;
	border-radius:0px;
	-webkit-border-radius:0px;
}
.body-images-outer img:after{
content:'';
width:20px;
height:20px;
background:red;
left:0px;
top:0px;
	
}
.img-overlay{
	position: absolute;
    width: 28px;
    height: 24px;
    left: -15px;
    top: 0px;
    background: #fff;
}


.intake-details textarea.form-control, .intake-wrapper .intake-details textarea:focus{
	height:260px;
	resize:none;
  border:1px solid #eebac7!important;
  border-radius: 5px!important;
  -webkit-border-radius: 5px!important;
  padding: 5px 10px;
}

.body-images-outer .answer-letter{
	left:-12px;
	top:3px;
}
.progress-bar{
	background:#eebac7!important;
}
.question-description i{
	font-size:15px;
}
.cust-checkbox input[type=checkbox]:checked + label::after{
  top: 15px!important;
  left: initial!important;
}
.custom-checkbox label:before{
  border:none!important;
  background:none!important;
}

.custom-checkbox label:after{
  right:10px!important;
}

.body-images-outer .rdio > label{
  padding-left: 0px!important;
  overflow: hidden;
}
.body-images-outer .rdio > label:after{
  top:0px!important;
}
.booking-title {
  color: #478F96;
  font-size: 24px;
  font-weight: 500;
}

.success-text p{
  font-size: 16px;
}
.pointer-none {
  pointer-events:none;
}
.paragraph-size {
  font-size: 17px !important;
}

.page-stop-title {
  color: #FF655B;
}
.no-record h1{
  font-size: 24px;
  color:#171F22;
  display: block;
  margin-bottom: 10px;
}
.no-record p{
  color:#658986;
  font-size: 14px;
}
.loader-overlay{
  position: fixed;
  left:0px;
  top:0px;
  bottom:0px;
  right:0px;
  background-color: rgba(255,255,255,0.8); 
  z-index:10;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index:1100;
}

.loader-overlay .spinner-border{
  border-color:#4F928E;
  border-right-color: transparent;
}
.bmi-result label{
  font-size: 20px;
    color: #171F22;
    display: inline-block;
    padding-right:5px;
}
.bmi-result span{
  color: #c75875;
  font-size:24px;
  display: inline-block;
  font-weight: 500;
}

/* new signup with token*/

.email-info {
  position: absolute;
  margin-top: 7px;
  right: 0px;
  bottom: 2px;
  font-size: 14px;
  color: #171F22;
}

.password-instruction {
  margin-top: -10px;
}
.password-instruction p {
  color: #6F8180;
  font-size: 14px;
  margin-bottom: 1px;
}
.password-instruction ul {
  margin-top: 5px;
}
.password-instruction ul li {
  color: #6F8180;
  font-size: 14px;
  margin-bottom: 1px;
}

.login-successfully-verify {
  color: #17615D;
  font-size: 15px;
  background-color: #E3F6F4;
  display: block;
  margin-top: 20px;
  margin-bottom: -30px;
  padding: 15px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
}
.field-label span {
  color: #FF655B;
}


/******************* dashboard 23/6/23 *******************/

.welcome-box {
  position: relative;
  min-height: 131px;
  padding-right: 130px;
}
.welcome-box h3 {
  color: #17615D;
  font-size: 24px;
  display: block;
  margin-bottom: 10px;
}
.welcome-box p {
  font-size: 15px;
  color: #6E9390;
}
.welcome-box h4{
  font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #171F22;
    display: block;
    margin-bottom: 20px !important;
}
.welcome-box img {
  position: absolute;
  right: 25px;
  top: 15px;
  width: 95px;
}


.welcome-details{
  display: flex;
  align-items: center;
}
.welcome-image{

  width: 110px;
  margin-right: 15px;
}
.welcome-image img{
  display: block !important;
  position: static;
}



.dashboard-section-title {
  color: #171F22;
  font-size: 20px;
  display: block;
  margin-bottom: 15px;
  font-weight: 500;
}

.green-card {
  background-color: #F3FAF9;
  border: 1px solid #C1E5E1;
  display: block;
  padding: 15px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

.udates-row {
  position: relative;
  padding-left: 30px;
  display: flex;
}
.udates-row i {
  position: absolute;
  left: 5px;
  font-size: 18px;
  color: #171F22;
  top: -3px;
}
.udates-row .update-content {
  flex: 1;
}
.udates-row P {
  color: #171F22;
  font-size: 14px;
  margin-bottom: 10px;
}
.udates-row .update-right-section {
  white-space: nowrap;
  text-align: right;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: end;
}
.udates-row .update-right-section .lab-test-status {
  font-size: 14px;
  margin-top: 10px;
}
.udates-row .update-right-section .lab-test-status label {
  color: #171F22;
}
.udates-row .update-right-section .lab-test-status span {
  color: #27B235;
}

.dashboard-steps {
  border-left: 1px solid #DDDDDD;
  padding-left: 20px;
  margin-left: 10px;
}
.dashboard-steps .dashboard-steps-row {
  margin-bottom: 20px;
  position: relative;
      min-height: 42px;
    display: flex;
    flex-direction: column;
    justify-content: center;

}
.dashboard-steps .dashboard-steps-row label {
  color: #FF0404;
  font-size: 12px;
}
.dashboard-steps .dashboard-steps-row:after {
  position: absolute;
  left: 0px;
  top: 35%;
  content: "";
  width: 12px;
  height: 12px;
  background-color: #478F96;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  margin-left: -27px;
}
.dashboard-steps .dashboard-steps-row.step-done:after {
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -7px;
  content: "";
  width: 15px;
  height: 15px;
  background-color: #EC5239;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  margin-left: -27px;
}
.dashboard-steps .dashboard-steps-row.step-done::before {
  content: "✓";
  position: absolute;
  left: 0px;
  top: 50%;
  color: #ffffff;
  margin-left: -24px;
  z-index: 1;
  height: 3px;
  font-size: 10px;
  margin-top: -7px;
}
.dashboard-steps .dashboard-steps-row.step-done label {
  color: #27B235;
}
.dashboard-steps .dashboard-steps-row p {
  color: #171F22;
  font-size: 14px;
}

.green-card ul li {
  font-size: 14px;
  color: #171F22;
  margin-bottom: 10px;
}

.sample-photo-outer {
  display: flex;
}

.sample-img {
  width: 170px;
  padding-left: 10px;
}
.sample-img P {
  font-size: 17px;
  text-align: center;
}

.dashboard-progress-bar {
  width: 100%;
  height: 9px;
  display: block;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  background-color: #F6EDE4;
  margin-bottom: 48px;
  position: relative;
  margin-top: 10px;
}
.dashboard-progress-bar span {
  background-color: #EC5239;
  display: inline-block;
  height: 9px;
  vertical-align: top;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
}
.dashboard-progress-bar label {
  color: #27B235;
  font-size: 17px;
  font-weight: 500;
  position: absolute;
  top: 13px;
  text-align: center;
  width: 100%;
  left: 0px;
}

.consent-box {
  height: 793px;
  line-height: 27px;
  font-size: 13px;
  color: #171F22;
  overflow: auto;
}
.consent-box p {
  margin-bottom: 15px;
  font-size: 14px;
}

.consent-box-voucher {
  height: 780px;
  line-height: 27px;
  font-size: 13px;
  color: #171F22;
  overflow: visible;
}
.consent-box-voucher p {
  margin-bottom: 15px;
  font-size: 14px;
}

.sign-box {
  background-color: #F5F5F5;
  border: 1px solid #DDDDDD;
  height: 250px;
  display: block;
}

.popup-close {
  position: absolute;
  right: 0px;
  top: 0px;
  color: #171F22;
}

.popup-title {
  position: relative;
}

.button {
  white-space: nowrap;
}

.input-field-hide-for-img {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  left: 0px;
  top: 0;
}

.img-div-position-relative {
	position: relative!important;
}

/************************ 26/06/23 upload-img-box *************************/
.upload-outer {
  border: 1px dashed #AAAAAA;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  text-align: center;
  padding: 25px 0px;
}

.upload-outer img {
  margin-bottom: 10px;
}

.upload-outer .noFileUploaded{
  min-height: 164px;
display: flex;
justify-content: center;
align-items: center;
}
.upload-outer-padding{
  padding: 0 auto ;
}
.upload-outer h5 {
  color: #171F22;
  font-size: 20px;
  font-weight: 500;
  display: block;
  margin-bottom: 10px;
}

.upload-outer p {
  color: #171F22;
  font-size: 13px;
  font-weight: 500;
}
.sample-photo-outer .green-card{
	flex:1;
}
.green-card ul{
	padding-left:12px;
  }

.kbw-signature {
	display: inline-block;
	border: 1px solid #F5F5F5;
	background-color: #FFFFFF !important;
	width: 465px !important;
	-ms-touch-action: none;
}
.kbw-signature-disabled {
	opacity: 0.35;
}

.upload-img-preview{
	display:flex;
	align-items:center;
	justify-content:center;
	border:1px dashed #aaaaaa;
	height:187px;
	border-radius:10px;
	-webkit-border-radius:10px;
	overflow:hidden;
}
.upload-img-preview img{
	height:185px;
	max-width:100%;
	object-fit:cover;
	object-position:center;
}

/************************ 27/06/23 upload-img-box *************************/
.dashboard-section-title i {
  font-weight: 600;
  font-size: 24px;
  display: inline-block;
  vertical-align: top;
  margin-top: -3px;
}

.green-content-title {
  color: #171F22;
  font-size: 17px;
}

.green-content-title i {
  font-size: 20px;
  display: inline-block;
  vertical-align: top;
  margin-top: -2px;
}

.green-content {
  font-size: 13px;
  color: #171F22;
  padding-left: 24px;
  line-height: 22px;
  padding-top: 10px;
}

.green-content ul {
  padding-left: 15px;
}

.green-card a {
  color: #EC5239;
  text-decoration: underline;
}

.dashboard-steps .dashboard-steps-row.step-done::before {
  content: url("../images/onboard-check.png");
  background-size: 2px;
  left: -2px;
  margin-top: -6px;
}

.remove-identity-document {
    margin-right: 0px;
    top: auto;
    right: auto;
    cursor: pointer;
    position: absolute;
}
.metabolic-text-outer .form-check {
  display: block;
  margin-bottom: 25px;
}
.metabolic-text-outer h4 {
  color: #171F22;
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 5px;
}
.metabolic-text-outer p {
  font-size: 13px;
  color: #171F22;
}

.lab-section {
  display: flex;
}
.lab-section .card {
  flex: 0 0 auto;
  width: 49%;
}
.lab-section > div:first-child {
  margin-right: 2%;
}

.file-upload-outer i {
  font-size: 19px;
}

.program-price {
  color: #17615D;
}

.lab-section .program li {
  padding: 10px 0px;
  font-size: 14px;
}

.card-item li span {
  flex: 1;
}
.card-item li label {
  font-weight: 500;
  font-size: 15px;
  color: #17615D;
}

.program.card-item li {
  font-size: 14px;
  margin-bottom: 0px;
  padding: 9px 0px;
}

.program.card-item li:last-child {
  border: none;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.payment-form {
  padding-right: 2%;
}

.card-item-list {
  padding: 11px 25px;
  min-height: 242px;
}

.cursor-pointer-class {
	cursor: pointer !important;
}

.green-card .consent-box ul li {
  margin-bottom: 1px;
  margin-left: 6px;
}
#schedule-lab-file img {
  
  margin-right: 5px;
  margin-left: 10px;
  margin-top: -3px;
}

.remove-identity-document{
	background:rgba(255,255,255,0.5);
	    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    -webkit-border-radius: 50px;
        border: 1px solid #000;
}
.remove-identity-document i{
	color:#000000;
	font-size:30px;
}

#payment-element{
  /* border:1px solid #648F8A; */
  padding: 10px;
  /* height: 40px; */
  /* border-radius:4px;
  -webkit-border-radius:4px; */
}

.add-link {
  color: #EC5239;
}

.search-address {
  display: flex;
  border: 1px solid #dddddd;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 20px;
}
.search-address .address-inputs {
  position: relative;
}
.search-address .address-search-result {
  margin-top: 10px;
  border: 1px solid #ddd;
  margin-right: 10px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  max-height: 191px;
  overflow: auto;
}
.search-address .address-search-result .address-search-row {
  padding: 8px 15px;
  border-bottom: 1px solid #dddddd;
  cursor: pointer;
  display: block;
  color:#373B56;    
  text-transform: uppercase;
}
.search-address .address-search-result .address-search-row p{
	text-transform: initial;
	color:#17615D;
}
.search-address .address-search-result .address-search-row:hover {
  background-color: #F3FAF9;
}
.search-address .address-search {
  margin-right: 10px;
  width: 400px;
  display: inline-block;
}
.search-address .address-search input {
  width: 100%;
  height: 40px;
  background-color: #f5f5f5;
  border: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  margin: 0px;
  padding: 0px 15px;
}
.search-address .zipcode-filter {
  margin-right: 10px;
  display: inline-block;
}
.search-address .zipcode-filter input {
  width: 100%;
  height: 40px;
  background-color: #f5f5f5;
  border: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  margin: 0px;
  padding: 0px 15px;
}
.has-error {
  border: 1px solid #FF655B !important;
}
#pharmacy-form{
  display: flex;
}
a.easy-link {
  float: right !important;
  color: #FF655B;
}
.confirm-box{
  text-align: center;
  padding: 40px 52px;
}
.confirm-box h3{
  font-size: 22px;
  display: block;
  margin-bottom: 11px;
}
.confirm-box p{
  margin-bottom:20px;
  font-size: 16px;
}
.checkout-wrapper {
  width: 100%;
  text-align: center;
  background-color: #ffffff;
}
.inner-checkout-wrapper {
  display:flex;
  justify-content: center;
}

.custom-option{
  background-color: #ffffff;
  position: relative;
  display: flex;
  padding: 0px 17px;
  border: 1px solid #ddd;
  min-height: 57px;
  align-items: center;
  cursor: pointer;
}
.custom-option input{
  margin-right:14px;
  width:15px;
}
.custom-option img{
  margin-right: 20px;
}
.custom-option span{
  color:rgba(109,110,120);
  font-weight:600;
  text-align: left;
}
.custom-option span p{
  font-size:13px;
  font-weight: normal;
  color:#777777;
  margin-top: -2px;
}
.custom-option img{
  height: 20px;
}
.custom-option-outer{
  margin: 0px;
    padding: 0px 10px;
    margin-top: -12px;
    margin-bottom: 20px;
}
.payment-title {
  display: block;
  text-align: left;
  padding: 0px 10px;
  font-size: 15px;
}

.provider-status {
  font-size: 18px;
  color: #EC5239;
  font-weight: normal;
  float: right;
}
.provider-status label {
  color: #171F22;
}

.review-title {
  font-size: 17px;
  color: #171F22;
  font-weight: normal;
  margin-bottom: 10px;
}

.provier-data {
  margin-bottom: 10px;
  font-size: 14px;
}

.case-message .chat-left .chat-msg-outer {
  padding-left: 0px !important;
}
.case-message .chat-right .chat-msg-outer {
  padding-right: 0px !important;
}
.case-message .msg-send-button {
  width: 40px !important;
  height: 40px !important;
  min-width: initial;
  display: flex;
  align-items: center;
  justify-content: center;
}
.case-message .msg-send-button i {
  margin: 0px;
}
.case-message .chat-footer {
  padding-right: 60px !important;
}
.case-message .msg-type-box {
  padding-right: 15px !important;
}

.no-case-found {
  text-align: center;
  color: #171F22;
  font-size: 17px;
  padding: 20px 10%;
}



/************************ chat 7/6/23 ************************/
.chat-outer {
  display: block;
  border: 1px solid #EAE9E9;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  position: relative;
}
.chat-outer .chat-header {
  background-color: #ffffff;
  border-bottom: 1px solid #dddddd;
  padding: 15px 20px;
  color: #171F22;
  font-size: 18px;
  -moz-border-radius: 10px 10px 0px 0px;
  -webkit-border-radius: 10px 10px 0px 0px;
  -ms-border-radius: 10px 10px 0px 0px;
  border-radius: 10px 10px 0px 0px;
}
.chat-outer .chat-body {
  width: 100%;
  max-height: calc(100vh - 210px);
  min-height: calc(100vh - 210px);
  background-color: #F6F1EA;
  padding: 20px;
  padding-bottom: 90px;
  overflow: auto;
}
.chat-outer .chat-body .chat-msg-outer {
  position: relative;
  padding-left: 60px;
  display: inline-flex;
  flex-direction: column;
  align-items: end;
}
.chat-outer .chat-body .chat-msg-outer .chat-msg-card {
  background-color: #ffffff;
  -moz-border-radius: 10px 10px 10px 0px;
  -webkit-border-radius: 10px 10px 10px 0px;
  -ms-border-radius: 10px 10px 10px 0px;
  border-radius: 10px 10px 10px 0px;
  padding:10px 12px;
  display: inline-block;
  clear: both;
  margin-bottom: 4px;
  max-width: 100%;
  border: 1px solid #A7CBC9;
}
.chat-outer .chat-body .chat-msg-outer .chat-msg-name {
  color: #17615D;
  font-size: 14px;
  font-weight: 500;
}
.chat-outer .chat-body .chat-msg-outer .chat-msg {
  font-size: 14px;
  color: #171F22;
  display: block;
}
.chat-outer .chat-body .chat-msg-outer .chat-time {
  color: #171F22;
  font-size: 10px;
}
.chat-outer .chat-body .chat-msg-outer .msg-dociment {
  border: 1px solid #dddddd;
  width: 100%;
  margin-top: 10px;
}
.chat-outer .chat-footer {
  background-color: #ffffff;
  -moz-border-radius: 0px 0px 10px 10px;
  -webkit-border-radius: 0px 0px 10px 10px;
  -ms-border-radius: 0px 0px 10px 10px;
  border-radius: 0px 0px 10px 10px;
  padding: 10px;
  position: relative;
  padding-right: 140px;
}
.chat-outer .chat-footer .msg-type-box {
  border: 1px solid #DDDDDD;
  height: 40px;
  padding: 0px 70px 0px 40px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
}
.chat-outer .chat-footer .msg-type-box .msg-attached {
  padding: 8px 10px 7px;
  display: inherit;
  position: absolute;
  left: 14px;
  border-right: 1px solid #dddddd;
}
.chat-outer .chat-footer .msg-type-box .msg-attached a{
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.chat-outer .chat-footer .msg-type-box .msg-attached img, .chat-outer .chat-footer .msg-type-box .msg-attached i {
  height: 19px;
  font-size: 16px;
  color:#444444;
}
.chat-outer .chat-footer .msg-type-box .typing-input {
  width: 100%;
  height: 37px;
  border: none;
  background-color: #ffffff;
  font-size: 14px;
  color: #444;
  padding-left:10px;
}
.chat-outer .chat-footer .msg-send-button {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
  position: absolute;
  right: 12px;
  top: 9px;
  height: 40px;
}
.chat-outer .chat-footer .msg-send-button img {
  height: 24px;
}

.chat-right {
  display: flex;
  justify-content: end;
  margin: 20px 0px;
}
.chat-right .chat-msg-outer {
  padding-left: 0px;
  padding-right: 60px;
}
.chat-right .chat-msg-outer .chat-msg-card {
  background-color: #4F928E !important;
  border: none !important;
}
.chat-right .chat-msg-outer .chat-msg-card .chat-msg-name {
  color: #ffffff !important;
}
.chat-right .chat-msg-outer .chat-msg-card .chat-msg {
  color: #ffffff !important;
}
.chat-right .chat-msg-outer .chat-msg-img {
  right: 0px;
  left: inherit;
  margin-right: 0px;
}

.chat-msg-img {
  width: 50px;
  height: 50px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
  object-fit: cover;
  object-position: center;
  box-shadow: 0px 0px 10px #dddddd;
  border: 3px solid #ffffff;
  display: inline-block;
  margin-right: 30px;
  position: absolute;
  left: 0px;
  top: 0px;
}

.chat-outer .chat-body .chat-left .chat-msg-outer {
  align-items: start;
}

.schedule-available .form-check-label {
  font-size: 15px;
}

.schedule-available .btn-cancel {
  border: 1px solid #EC5239;
  color: #EC5239;
}

.button.red-button {
  background-color: #FF655B;
}

.chat-left .chat-msg a {
  color: #171F22;
}
.chat-right .chat-msg a {
  color: #fff;
}

/********************* 5/7/23 *************************/
.chat-body-outer {
  display: flex;
}
.chat-body-outer .chat-body {
  flex: 1;
}
.chat-body-outer .chat-info {
  width: 350px;
  background-color: #ffffff;
}

.chat-actions .dropdown {
  display: inline-block;
}
.chat-actions .dropdown a {
  font-size: 13px;
}

.chat-actions > a {
  color: #EC5239;
  display: inline-block;
  vertical-align: top;
  margin-top: 2px;
}

.chat-actions .dropdown button, .chat-actions .dropdown button:hover, .chat-actions .dropdown button:focus, .chat-actions .dropdown button:active {
  background-color: #ffffff !important;
  color: #EC5239 !important;
  border: none;
  font-size: 18px !important;
  padding: 0px 10px;
}
.chat-actions .dropdown button::after, .chat-actions .dropdown button:hover::after, .chat-actions .dropdown button:focus::after, .chat-actions .dropdown button:active::after {
  display: none;
}

.chat-header {
  display: flex;
  justify-content: space-between;
}

.chat-profile-outer {
  padding: 30px 20px;
  padding-left: 127px;
  position: relative;
}
.chat-profile-outer .new-client-img {
  margin-left: inherit;
  position: absolute;
  left: 21px;
  top: 5px;
}
.chat-profile-outer .chat-profile-name {
  color: #171F22;
  font-size: 16px;
  margin-bottom: 5px;
}
.chat-profile-outer .chat-profile-row {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #171F22;
  font-size: 12px;
  margin-bottom: 4px;
}
.chat-profile-outer .chat-profile-row i {
  color: #6EADA7;
  font-size: 14px;
  margin-right: 5px;
}

.chat-info .new-client-img img {
  widtH: 90px !important;
  height: 90px !important;
}

.chat-actions .button {
  height: 36px;
  min-width: inherit;
  padding: 4px 14px 7px;
  display: inline-block;
  margin-left: 10px;
  margin-top: -1px;
}
.chat-actions .button i {
  position: relative;
  top: 2px;
}

.client-chat-profile-outer {
  text-align: center;
  padding: 20px 10px;
  position: relative;
}

.chat-info-cross {
  position: absolute;
  right: 15px;
  top: 5px;
  color: #171F22;
  font-size: 25px;
}

.chat-appointment-title {
  font-size: 16px;
  color: #ffffff;
  font-weight: 500;
  background-color: #EC5239;
  padding: 8px 15px;
  margin-bottom: 10px;
}

.chat-appointment-row {
  margin-bottom: 20px;
}
.chat-appointment-row span {
  font-size: 15px;
  color: #171F22;
  font-weight: 500;
  margin-bottom: 3px;
  display: block;
}
.chat-appointment-row p {
  font-size: 15px;
  color: #171F22;
  font-weight: normal;
}
.chat-appointment-row p a {
  color: #EC5239;
}

.client-list{
  border:1px solid #dddddd;
  border-radius:5px;
  -webkit-border-radius:5px;
  padding:0px 10px;
  max-height: 200px;
  overflow: auto;
  margin-top:10px
}

.client-list li{
  font-size:13px;
  padding:10px 0px;
  border-bottom: 1px dashed #dddddd;
}
.msg-attached{
  position: relative;
}
.msg-attached input{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0;
  z-index: 1;
  cursor:pointer;
}
.bi-chat-dots{
  position:relative;
}
.notication-dot{
  position: absolute;
  right: -3px;
  top: 5px;
    width: 9px;
    height: 9px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    background-color: #EC5239;
    border: 1px solid #ffffff;
}
.chat-msg i{
  margin-left: -3px;
}

.attachment-files {
  position: absolute;
  width: 50px;
  left: 10px;
  height: 38px;
  opacity: 0;
}
.atachment-name{
  display: block;
  font-size: 12px;
  margin: -2px 15px 7px;
}

.green-card p {
  font-size: 14px;
}

/**************************** 13/7/23 **************************/
.program-title-info {
  font-size: 13px;
}

.medication-table {
  min-width: 1000px;
}
.medication-table th {
  font-size: 14px;
  color: #ffffff;
  background-color: #478F96;
  font-weight: 500;
  text-align: center;
  line-height: 20px;
  padding: 5px 0px;
  border-right: 1px solid #C1E5E1;
  height: 53px;
}
.medication-table th.medication-name-td {
  background: none;
  border-bottom: 1px solid #C1E5E1;
  border-left: inherit;
}
.medication-table .medication-name-td {
  padding-left: 50px;
  min-width: 225px;
  border-left: 1px solid #C1E5E1;
  position: relative;
}
.medication-table .medication-name-td i {
  position: absolute;
  left: 14px;
  top: 13px;
  font-size: 22px;
  display: none;
}
.medication-table .medication-name-td span {
  color: #171F22;
  font-size: 15px;
  font-weight: 500;
  text-align: left;
  display: block;
}
.medication-table .medication-name-td p {
  color: #171F22;
  font-size: 10px;
  text-align: left;
}
.medication-table td {
  text-align: center;
  padding: 5px 0px;
  width: 12%;
  border-right: 1px solid #C1E5E1;
  border-bottom: 1px solid #C1E5E1;
}
.medication-table tbody tr:nth-child(even) {
  background-color: #F3FAF9;
}
.medication-table tr.active {
  background-color: #F1BBBA !important;
}
.medication-table tr.active .medication-name-td i {
  display: block;
}

.full-popup {
  width: 90%;
}

.notification-row {
  display: flex;
  margin-bottom: 10px;
}
.notification-row label {
  min-width: 350px;
  padding-top: 7px;
  font-size: 17px;
}

.notice-regading p {
  font-size: 16px;
}

.notification-row select {
  width: 250px;
}

.notification-row .form-check label {
  padding-top: 0px;
  min-width: inherit;
}

.notice-acknowledge {
  font-size: 17px;
}
.notice-acknowledge label {
  line-height: 20px;
}

.notice-regading .popup-title {
  position: relative;
  padding-right: 40px;
}
.notice-regading .popup-title a {
  position: absolute;
  right: 0px;
  top: 0px;
}

tr.mp-row {
	cursor: pointer;
}
.div-disabled {
  background: #ccc;
  pointer-events:none;
  opacity: 0.3;
}

.chat_bold{
  font-weight: bold;
}

.room_click_event {
	cursor: pointer;
}
.chat-msg a{
  color:#EC5239;
}

.attachment-outer{
  margin-left:7px;
}
.playback{
  padding:5px 10px;
}
.video-recording{
  display:flex;
  padding:15px;
}
.recording-buttons{
  width:100%;
  padding:10px;
  text-align:center;
}
.recording-buttons button{
  width:auto;
  margin-bottom:5px;

}
.recorging-video-box{
  flex:1;
  border:1px solid #dddddd;
  border-radius:5px;
  -webkit-border-radius:5px;
}
.recording-popup{
  width: 495px;
  max-width: inherit;
}
.playback video{
  width: 100%;
  border-radius:5px;
  -webkit-border-radius:5px;
}
.playback audio{
  width: 100%;
  height:37px;
}
.audio-video-outer{
  position: relative;
}
.audio-video-outer a{
  position: absolute;
  right:-3px;
  top:9px;
}
.audio-video-outer a i{
  color:#EC5239;
}
.audio-video-outer.playback-video a{
  top: 3px;
  right: 4px;
}
.audio-video-outer.playback-video a i{
  color:#ffffff;
}
.recording-disabled {
  pointer-events: none;
}
.audio-video-outer.playback-video-icon a i.bi-trash3 {
  color: #ffffff!important;
}
.audio-video-outer a i.bi-trash3 {
  color: #EC5239 !important;
}
.recorging-video-box{
  /* display: flex;
  align-items: center;
  justify-content: center; */
  height:375px;
  padding: 10px;
  /* background: #f5f5f5; */

  position: relative;
}
.recorging-video-box > .bi-camera-reels-fill{
  position: absolute;
  font-size:popup-close 30px;
  color: #ccc;
}
.recorging-video-box video{
  height: 100%;
}
.attachment-dropdown{
  position:absolute;
  left:0px;
  bottom:30px;
  background-color: #ffffff;
  padding:10px 20px 10px 10px;
  border-radius:5px;
  -webkit-border-radius:5px;
  box-shadow:0px 0px 10px #dddddd;
}
.attachment-dropdown a{
  width:100%!important;
  white-space: nowrap;
  margin-left:0px;
  font-size: 13px;
  color: #171F22;
  padding:4px 0px;
  padding-left:25px;
}
.attachment-dropdown a:hover{
  color:#EC5239;
}
.attachment-dropdown a i{
  position: absolute;
  left: 0px;
  top:0px;
  margin-top:0px;
}
.video-default-info{
  text-align: center;
    position: absolute;
    width: auto;
    top: 10px;
    left: 10px;
    bottom: 10px;
    right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #f5f5f5;
}
.video-default-info i{
  font-size:25px;

}
.popup-close{
  color: #17615D;
  padding: 15px 12px;
}
.action-disabled {
  pointer-events: none;
  opacity: 0.7;
}

.video-loader{
  position: absolute;
  left:0px;
  top:0px;
  right:0px;
  bottom:0px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.payment-form{
  padding-right:0px;
  width:100%;
  max-width:100%;
}
.payment-row{
  display: flex;
  justify-content: center;
  align-items: start;
}
.or-verticle{
  border-right: 1px solid #dddddd;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 1px;
}
.or-verticle span{
  position: absolute;
  background: #FFF8F8;
}
.custom-option-outer{
  width: 292px;
  margin-bottom: 0px;
  display: block;
}
.payment-center{
  width: 5%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.payment-left, .payment-right{
  width:50%;
  flex:1;
  text-align: left;
  padding-top: 20px;
  min-height: calc(100vh - 70px);
}
.payment-right{
  background-color:#FFF5EB;
}
.back-to-dashboard{
  position: absolute;
  right: 13px;
  top: 14px;
  height: 40px;
}

.image-crop-div-max-height {
	max-height: 513px;
  overflow: auto;
}
.preferred-field{
  display:flex;
  position: relative;
}
#question_text_title a {
  color: #EC5239;
}
.question-description ul, .question-description ol {
  margin-top: 20px;
}
.question-description ul li {
  font-size: 18px;
  line-height: 5px;
}
.question-description ol li{
  font-size: 18px;
}
.intake-details ol {
  color: #171F22;
  font-size: 16px;
  padding-left: 15px;
  margin-bottom: 25px;
}
.feet-inches{
  display:flex;
}
.feet-inches span{
  position: absolute;
  right: 0px;
  top: 3px;
  background: #f3d6dd!important;
  display: inline-block;
  padding: 3px 10px;
  border-radius:4px;
  -webkit-border-radius:4px;
  font-size: 13px;
  color:#171F22;
}
.feet-inches input{
  padding-right:60px!important;
}
.term-checkbox label:before{
  border:1px solid #c75875!important;
  background:#ffffff!important;
}
.radiobuttons .cust-checkbox.term-checkbox input[type=checkbox]:checked + label::after {
  top: 19px!important;
  left: 14px!important;
  right: initial!important;
  position: absolute;
  background-image: url("../images/intake-check.png");
  background-size: 17px auto;
  width: 22px;
  height: 22px;
  content: '';
}
.custom-checkbox label:hover:before{
  border:1px solid #c75875!important;
}

.bold-underline-text {
  text-decoration: underline;
  font-weight: bold;	
}

.signup-success-msg{
	display:flex;
	align-items:center;
	justify-content:center;
	flex-direction:column;
}
.not-eligible{
  padding: 20px;
  min-height: 425px;
}
.not-eligible img{
  height:75px;
}
.not-eligible .booking-title{
  font-size: 20px;
}
.not-eligible .paragraph-size{
  font-size: 14px!important;
}
.wellness-subscription {
  height:40px!important;
}
a.sync_messages {
  float: right;
}
.pricing-section {
  width: 100%;
  padding: 20px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  background-color: #FAD8B3;
  text-align: left;
  margin-bottom: 20px;
  position: relative;
}
.pricing-section .pricing-title {
  /* text-transform: uppercase; */
  /* font-weight: bold; */
  /* letter-spacing: 1.5px; */
  display: block;
  margin-bottom: 10px;
  font-size: 19px;
}
.pricing-section p {
  font-size: 14px;
}
.pricing-section .medication-points li {
  width: 100%;
  margin-bottom: 10px;
}
.pricing-section .pricing-subtitle {
  font-size: 17px;
  font-weight: 500;
  display: block;
  margin-bottom: 10px;
  letter-spacing: 0px;
}
.price-row{
  padding-left: 0px!important;
  margin-bottom: 7px;
  position: relative;
}
.pricing-head{
  display: flex;
  justify-content: space-between;
}
.price-row input{
  visibility: hidden;
}
.price-row label.option-member-plan{
  background-color: #fffbf6;
  padding: 9px 15px;
  display: block;
  border-radius:10px;
  -webkit-border-radius:10px;
  border:2px solid #fbe3cb;
}
.price-row span {
  font-size: 19px;
  font-weight: 500;
  text-align: right;
}
.price-save{
  background-color: #EC5239;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  color: #ffffff;
  padding: 1px 7px;
  display: inline-block;
  position: absolute;
  right: 16px;
  top: 35px;
  font-size: 12px;
}
.plan-name{
  font-size: 15px;
  font-weight: 500;
}
.pricing-head{
  min-height: 45px;
}
.pricing-head span{
  font-size: 16px;
  font-weight: 500;
}
.pricing-head span sub{
  font-size: 11px;
  display: inline-block;
  vertical-align: top;
  margin-top: 10px;
}
.plan-features{
  display: block;
  list-style: none;
  padding: 0px;
  margin:0px;
}
.plan-features li{
  position: relative;
  padding: 2px 0px;
  padding-left: 20px;
  font-size: 12px;
  color:#171F22;
}
.plan-features li i{
  font-size: 18px;
  color: #478F96;
  position: absolute;
  left: 0px;
  top: -3px;
}
.price-row input:checked + label{
  border-color:#478f96;
  background-color: #f2f2f2;
}
.price-outer > div:last-child {
  border: none;
}
.one-time-setup{
  display: flex;
  justify-content: space-between;
  margin: 14px 0px 14px;
}
.one-time-setup label, .one-time-setup span{
  font-size: 14px;
  font-weight: 500;
}

.Comprehensive {
  background-color: #F4C9C8;
}

.Wellness {
  background-color: #C1E5E1;
}

.additional-service {
  padding: 30px 0px;
}

.medication-points {
  display: block;
  font-size: 16px;
  list-style: none;
  padding: 0px;
  margin: 5px 0px 20px;
}
.medication-points li {
  position: relative;
  padding-left: 20px;
  font-size: 14px;
  margin-bottom: 15px;
  display: block;
  width: 50%;
}
.medication-points li::after {
  position: absolute;
  width: 10px;
  height: 10px;
  border: 3px solid #EC5239;
  content: "";
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  left: 0px;
  top: 5px;
}

.plan-selected {
  background-color: #F3FAF9;
  color: #478F96;
  font-size: 20px;
  text-transform: uppercase;
  border-radius: 0px 10px 0px 10px;
  position: absolute;
  padding: 5px 20px;
  font-weight: 500;
  right: 0px;
  top: 0px;
  display: none;
  border: 1px solid #C1E5E1;
}
.plan-selected i {
  font-size: 24px;
}

.pricing-section.active .plan-selected {
  display: block;
}

.Wellness.wellness-default {
  background-color: #F3FAF9;
  border: 1px solid #C1E5E1;
}
.pricing-radio {
  position: absolute;
  opacity: 0;
}
.pricing-section .pricing-radio{
  /* opacity: 0; */
}
.pricing-section .pricing-radio:checked + .plan-selected{
  display:block;
}
.payment-inner-wrapper{
  width:450px;
  margin:auto;
  text-align: left;
  max-width: 100%;
}

.payment-main-title{
  background: #FAF3EC;
  display: inline-block;
  padding: 6px 10px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  margin-bottom: 20px;
}
.payment-inner-wrapper .StripeElement{
  padding:0px!important;
}
.payment-inner-wrapper .pricing-section{
  background:none;
  padding:0px;
}
.price-row{
  position: relative;
}
.price-row input{
  position: absolute;
  left: 26px;
  top: 8px;
}
.final-payment{
  font-size:14px;
  text-align: center;
  display: block;
  margin-top: 20px;
  margin-bottom: 50px;
}
.final-payment span{
  font-size:26px;
  font-weight: 500;
}
.paypal-main-outer{
  width:100%;
  border:1px solid #dddddd;
  border-radius:5px;
  -webkit-border-radius:5px;
  display:flex;
  align-items: center;
  justify-content:center;
  flex-direction: column;
  min-height: 275px;
}
.paypal-main-outer span{
  font-size: 17px;
  color:#171F22;
}
.pricing-section-hover {
  cursor: pointer;
}
.option-member-plan {
  cursor: pointer;
}
.qualifier-text{
  display: block;
  font-size: 12px;
  font-weight: normal;
}
.apply-coupon{
  background-color: #ffffff;
  padding:10px 15px 15px;
  border-radius:5px;
  -webkit-border-radius:5px;
  box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
  -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
  position: relative;
  min-height: 91px;
}
.success-coupon{
  background-color: #ffffff;
  padding:10px 15px 15px;
  border-radius:5px;
  -webkit-border-radius:5px;
  box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
  -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
  margin-top: 20px;
  position: relative;
  min-height: 91px;
  display: flex;
  align-items: center;
  justify-content: center;
  color:#42B852;
  font-size:16px;
  flex-direction: column;
}
.success-coupon p{
  font-size: 12px;
  margin-top: 5px;
  display: block;
}
.success-coupon i{
  display: inline-block;
  margin-right:4px;
}
.apply-coupon .button{
  height: 40px;
}
.apply-alert{
  position: static;
  bottom:0px;
  font-size: 11px;
  padding:5px 0px;
  margin-bottom: -10px;
}
.alert-red{
  color:#dd5b5b; 
}
.alert-green{
  color:#207715; 
}
.alert-green i{
  font-size:13px;
  display: inline-block;
  vertical-align: top;
  margin-right:2px;
  margin-top:-1px;
}
.apply-coupon label{
  font-size: 13px;
  margin-bottom: 5px;
}
.apply-coupon input{
  display:block;
  height: 40px;
  flex:1;
  background-color:#ffffff;
  border:1px solid #dddddd;
  border-radius:5px;
  -webkit-border-radius:5px;
  padding:0px 10px;
  margin-right: 10px;
}
.apply-coupon button{
  height: 40px;
  min-width: inherit;
}
.payment-right .price-row label br{
  display: none;
}

/****************************** 24/7/23 ****************************/
.membership-data span {
  font-size: 16px;
}

.addon-row {
  margin-bottom: 30px;
}
.addon-row label {
  color: #171F22;
}

.visits-to-purchase {
  display: flex;
  align-items: center;
  margin-top: 20px;
  padding-left: 30px;
}
.visits-to-purchase > div {
  padding-right: 15px;
}
.visits-to-purchase select {
  width: 63px;
  height: 32px;
}

.addon-total-outer {
  display: flex;
  align-items: center;
}
.addon-total-outer .addon-total {
  flex: 1;
}

.addon-total {
  font-size: 18px;
  color: #17615D;
  font-weight: 500;
}

.card-detail-row {
  display: flex;
}
.card-detail-row .detail-info {
  padding: 0px 40px;
}
.card-detail-row .detail-info span {
  font-size: 16px;
}

.manage-card {
  display: flex;
  flex-direction: column;
  position: relative;
  padding-left: 30px;
}
.manage-card i {
  color: #EC5239;
  font-size: 18px;
  position: absolute;
  left: 0px;
  top: 0px;
}
.manage-card label {
  font-size: #171F22;
  font-size: 16px;
}
.manage-card span {
  color: #171F22;
  font-size: 13px;
}

.popup-cross {
  color: #000000;
  position: absolute;
  right: 0px;
  top: 0px;
}

/********************client profile changes 15/6/23 ********************/
.detail-info label {
  color: #6E9390;
}

.update-stripe-card-form {
	padding: 10px!important;
    border: 1px solid #ddd;
    border-radius: 5px;
}
#membership-div-container .new-card-detail-div{
	max-width:700px;
}
.message-loader {
  float: right;
  color: #EC5239;
  font-size: 14px;
  width: 20px;
  height: 20px;
  margin-top: 2px;
}
.chat-disabled {
  position: absolute;
  left: 0px;
  width: 100%;
  top: 0px;
  height: 100%;
  z-index: 1;
  background: none;
  cursor: not-allowed;
  z-index: 1;
}

.thanks-height{
  /* min-height: inherit; */
  min-height: 300px;
  padding-top: 70px;
}
.thanks-height-shopify {
  padding-top: 40px !important;
}

.error-invalid {
  border: 1px solid #FF655B !important;
}

.btn-disabled {
  pointer-events: none;
}
a#remove_coupon {
  position: absolute;
  right: 18px;
  color: #EC5239;
}

.pharmacy-wrapper a{
  color:#ffffff;
  text-decoration: none;
}
.pharmacy-wrapper h6{
  font-size: 14px;
}

#image_selection {
	max-width: 100%;
}
.search-pharmacy-wrapper label, .search-pharmacy-wrapper p{
	display:block;
}
.search-pharmacy-wrapper p{
	font-size: 16px;
	margin-top: 5px;
	display: block;
}
.search-pharmacy-wrapper{
	flex-direction: column;
	max-width: 604px;
	padding: 18px;
	border: 1px solid #dddddd;
}
.search-pharmacy-wrapper .address-inputs{
	margin: 15px 0px;
}
.search-pharmacy-wrapper  .zipcode-filter{
	margin-right:0px!important;
}
.notice-regading .notice-body{
	max-height: 460px;
	    overflow: auto;
}
.choose-medication-popup{
	max-width:700px;
}
.custom-table-inactive {
    background-color: #ececec !important;
}
.search-pharmacy-wrapper .address-search-result{
	margin-right:0px;
}

.search-pharmacy-wrapper .address-search, .search-pharmacy-wrapper .zipcode-filter{
	width:50%!important;
}

.search-address .address-search-result .address-search-row:hover {
	background-color: #F3FAF9 !important;
}
.search-address .address-search-result .address-search-row.active {
	background-color: #F3FAF9 !important;
}

/******************* 30/06/23 ******************/
.mertrics-section-title {
  font-size: 21px;
  color: #171F22;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.mertrics-section-title img {
  height: 32px;
  margin-right: 10px;
}

.mertrics-title-right a {
  color: #EC5239;
  display: inline-block;
  margin-left: 10px;
  font-size: 18px;
}

.weight-info h4 {
  color: #171F22;
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 5px;
}
.weight-info label {
  color: #171F22;
  font-size: 28px;
}
.weight-info label span {
  color: #87A09E;
  font-size: 18px;
  margin-left: 5px;
}
.weight-info p {
  color: #87A09E;
  font-size: 14px;
}

.stress-info {
  margin-top: 20px;
  display: block;
  text-align: center;
}
.stress-info p {
  font-size: 18px;
  color: #171F22;
  text-align: center;
  margin-bottom: 20px;
}
.stress-info img {
  height: 75px;
}
.stress-info span {
  background-color: #478F96;
  color: #ffffff;
  display: inline-block;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  padding: 2px 10px 4px;
  min-width: 120px;
  text-align: center;
  font-size: 18px;
  margin-top: 20px;
}

.metrics-card {
  min-height: 315px;
}

.meal-row {
  margin-bottom: 20px;
}
.meal-row label {
  color: #171F22;
  font-size: 18px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
}
.meal-row .green-card {
  padding: 7px;
  min-height: 42px;
}
.meal-row .green-card span {
  background-color: #478F96;
  color: #ffffff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  vertical-align: top;
  padding: 3px 10px;
  margin: 2px 1px;
}

.today-activity-outer {
  display: block;
  border: 1px solid #C3D5D3;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

.today-activity-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 11px 10px 12px;
  border-bottom: 1px solid #C3D5D3;
}

.today-activity-outer > div:last-child {
  border: none;
}

.today-activity-row label {
  font-size: 18px;
  color: #171F22;
}
.today-activity-row label img {
  width: 37px;
  margin-right: 10px;
}

.today-activity-row span {
  color: #EC5239;
  background-color: #FEF9F2;
  font-size: 15px;
  padding: 7px 13px;
  border-radius: 5px;
}
.activity-card {
  min-height: 400px;
}

.note-textarea {
  height: 70px;
  resize: none;
}

.note-timeline {
  border-left: 1px solid #C3D5D3;
  padding-left: 20px;
  display: block;
  margin-left: 10px;
  margin-top: 20px;
}
.note-timeline .timeline-row {
  display: flex;
  margin-bottom: 20px;
  position: relative;
}
.note-timeline .timeline-row .timeline-detail {
  position: relative;
  min-width: 150px;
  width: 150px;
  padding-right: 10px;
}
.note-timeline .timeline-row .timeline-detail h5 {
  color: #171F22;
  font-size: 16px;
  margin-bottom: 4px;
}
.note-timeline .timeline-row .timeline-detail span {
  color: #171F22;
  font-size: 13px;
  display: block;
}
.note-timeline .timeline-row .timeline-detail::after {
  position: absolute;
  left: -27px;
  top: 4px;
  content: "";
  background-color: #fff;
  width: 13px;
  height: 13px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  border: 2px solid #EC5239;
}
.note-timeline .timeline-row .timeline-text {
  border: 1px solid #C3D5D3;
  padding: 10px;
  border-radius: 5px;
}
.note-timeline .timeline-row .timeline-action {
  padding: 0px 10px;
}
.note-timeline .timeline-row .timeline-action a {
  color: #EC5239;
}

.note-timeline > div:last-child {
  margin-bottom: 0px;
}

.weight-form {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 50px 0px;
}
.weight-form a {
  padding: 10px;
}
.weight-form a i {
  color: #EC5239;
  font-size: 20px;
}

.weight-input-outer {
  border: 1px solid #C3D5D3;
  height: 86px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 213px;
}
.weight-input-outer input {
  height: 84px;
  width: 68px;
  text-align: right;
  border: none;
  color: #171F22;
  font-size: 40px;
  margin-right: 5px;
}
.weight-input-outer input::-webkit-outer-spin-button,
.weight-input-outer input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.weight-input-outer span {
  color: #87A09E;
  font-size: 25px;
  line-height: 22px;
  padding-top: 10px;
}

.popup-cross {
  color: #000000;
  position: absolute;
  right: 0px;
  top: 0px;
}

.sleep-row {
  display: flex;
  border-bottom: 1px dashed #AAAAAA;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.sleep-row .sleep-type {
  flex: 1;
}
.sleep-row .sleep-time {
  width: 232px;
  display: flex;
  justify-content: end;
}
.sleep-row h5 {
  font-size: 20px;
  color: #171F22;
}

.record-timing {
  display: inline-block;
  margin-right: 10px;
}
.record-timing .form-select {
  min-width: 70px;
  padding-right: 33px;
}
.record-timing label {
  display: block;
  color: #87A09E;
  margin-top: 3px;
}

.food-diary-items label {
  font-size: 16px;
  color: #17615D;
}
.food-diary-items .remove-item {
  font-size: 20px;
  color: #EC5239;
}

.add-food-title {
  font-size: 20px;
  color: #171F22;
  font-weight: 500;
  margin: 25px 0px 20px;
}

.manage-activity-outer {
  border: none;
}
.manage-activity-outer .today-activity-row > label {
  font-size: 16px;
  color: #171F22;
}
.manage-activity-outer .today-activity-row > label img {
  width: 30px;
}
.manage-activity-outer .manage-activity-right {
  display: flex;
  align-items: center;
}
.manage-activity-outer .manage-activity-right input {
  width: 63px;
  height: 37px;
  font-size: 16px;
}
.manage-activity-outer .manage-activity-right label {
  font-size: 14px;
  padding: 0px 10px;
  min-width: 80px;
}
.manage-activity-outer .manage-activity-right a {
  color: #EC5239;
  font-size: 20px;
}

.button-w-auto {
  min-width: inherit;
  width: auto;
}
.mini-loader-overlay{
  position: fixed;
  left:0px;
  top:0px;
  bottom:0px;
  right:0px;
  background-color: rgba(255,255,255,0.8); 
  z-index:10;
}

.mini-loader-overlay .spinner-border{
  border-color:#4F928E;
  border-right-color: transparent;
}
.stress-form{
	max-width:400px;
	margin:auto;
}
#stress-level{
	background-image: linear-gradient(to right, #478F96, #DAEB1E, #EC5239);
	border: none;
	cursor: pointer;
}
#stress-level .ui-widget-header{
	background:none;
}
#stress-level span{
	background-image: url(../images/stress_level_pointer.png);
    background-repeat: no-repeat;
    background-position: center;
    background-color: initial;
    width: 17px;
    height: 22px;
    border: none;
    margin-top: -6px;
    cursor: default;
}
#stress-slider > p, #stress-slider > label{
	display:block;
	text-align:center;
}
#stress-slider > p{
	font-size:24px;
	color:#17615D;
	margin-bottom:0px;
}
#stress-slider > label{
	color:#87A09E;
	font-size:16px;
	margin-bottom:20px;
}
.sleep-quality{
	margin-top:20px;
}
.sleep-quality-row {
	display:block;
	margin-bottom:13px;
}
.sleep-quality-row span{
		color:#171F22;
		font-size:22px;
		display:block;
}
.sleep-quality-row label{
	color:#87A09E;
	font-size:14px;
}
.progress-container {
  position: relative;
  width: 150px;
  height: 150px;
}

.progress-circle {
  position: absolute;
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
}

.fill {
  position: absolute;
  width: 100%;
  height: 100%;
  clip-path: polygon(50% 0%, 100% 100%, 0% 100%);
  background-color: #3498db;
}
.circular-chart {
    position: relative;
    width:157px;
    height:200px;
    left:-10px;
    margin:auto;
    margin-top:16px;
}

.circle {
    transform: rotate(-90deg);
}

.circle_text{
	justify-content: center;
    top: 25%;
    display: flex;
    align-items: center;
    flex-direction: column;
    position: absolute;
    width: 100%;
    transform: rotate(-0deg);	
}

.circle-background {
    fill: none;
    stroke: #ecf0f1;
    stroke-width: 5;
}

.circle-fill {
    fill: none;
    stroke: #EC5239;
    stroke-width: 5;
    stroke-dasharray: 0, 565.48; /* Initial percentage is 0 */
    transition: stroke-dasharray 1s ease;
}

.percentage-text {
    font-size:24px;
    fill: #3498db;
}
.quality-text{
	color:#87A09E;
	font-size:14px;	
}


/********************** metrics ******************/

.daterangepicker td.active, .daterangepicker td.active:hover{
  background-color: #17615D!important;
}
.daterangepicker td.today.off{
  background:none!important;
}
.daterangepicker .calendar-table th{
  color:#EC5239;
}
.daterangepicker .calendar-table th.month{
  color: #17615D!important;
}

.popup-filters{
  display: flex;
  justify-content: space-between;
}
.popup-filters .field-icon{
  width:200px;
}
.popup-filters .fc-toolbar-chunk{
  background-color: #C1E5E1;
  border: 4px solid #C1E5E1;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  display: inline-flex;
}
.popup-filters .fc-button-group{
  display: inline-flex;
  position: relative;
  vertical-align: middle;
}
.popup-filters button{
  color: #171F22;
  width: auto;
  padding: 0px 20px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  align-items: center;
  text-transform: capitalize;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  box-shadow: inherit;
}
.popup-filters button.fc-button-active{
  background-color: #EC5239;
  color:#ffffff;
}
.graph-popup{
  width:1000px;
  min-height:524px;
}
.sleep-graph{
  /*min-height:600px;*/
}
.sleep-graph #todayactivityChart{
  height: 364px;
}
.loader{
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,0.7);
  z-index: 1;
}
.chart-date-picker{
  z-index: 1;
  background: none;
  cursor: pointer;
  padding-right: 0px;
}
.wight-date-range li{
  display: none;
}
li.active{
  display: block !important;
}
.change-date-range{
  display: flex;
  align-items: center;
  justify-content: start;
}
.change-date-range ul{
  margin-bottom: 0px;
  padding: 0px;
  margin:0px 10px;
  min-width: 165px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.generate-graph{
  margin-top:-16px;
}
.generate-graph label{
  margin-bottom:5px;
  color:#17615D;
}
.change-date-range .button-range{
  height: 22px;
  padding: 2px 10px;
  min-width: inherit;
  align-items: start;
  justify-content: center;
  display: flex;
  background-color: #F3FAF9;
  border: 1px solid #C1E5E1;
}
.change-date-range .button-range:hover{
  background:#EC5239;
  border-color:#EC5239;
}
.change-date-range .button-range:hover i{
  color:#ffffff;
}
.change-date-range .button-range i{
  margin-right:0px;
}
.filter-btns{
  margin-top: 20px;
}
.filter-btns button{
  display: inline-block;
  margin-right:5px;
  margin-bottom:10px;

}
.metrics-no-reord{
    text-align: center;
    font-size: 16px;
    position: absolute;
    top: 50%;
    left: 25px;
    right: 25px;
    margin-top: -15px!important;
}
.mini-loader-overlay .spinner-border{
  margin-left: 130px;
  margin-top: 130px;
}

.seals-scripts{
  display: block;
  z-index: 1;
  position: absolute;
  right: 15px;
  bottom: 15px;
}
.metrics-datepicker{
	display:inline-flex;
	align-items: start;
}
.metrics-datepicker .activity-title-name{
	padding-right:10px;
	text-transform: capitalize;
	padding-top: 0px;
	font-size:21px;
	font-weight:500;
	color:#171F22;
}

.simple-link{
 color:#EC5239;
 }
 
.food-diary-wrapper .mini-loader-overlay .spinner-border{
	margin-left: 211px;
    margin-top: 122px;
}
.today-activity-wrapper .mini-loader-overlay .spinner-border{
	margin-left: 211px;
    margin-top: 122px;
}

.confirm-box-content p{
  font-size: 14px;
  color:#373B56;
}
.confirm-box-footer .button{
  min-width:initial;

}
.custom-date-range{
	padding-right: 10px;
    text-transform: capitalize;
    padding-top: 0px;
    font-size: 14px;
    font-weight: 500;
    color: #17615D;
    font-family: "ubuntu", sans-serif;
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    margin-top: 10px;
}

.padding-right-32{
	padding-right: 32px;
}

.intake-content {
  text-align: center;
  margin-top: 200px;
}
.text404heading {
  font-size: 40px;
}
.text404 {
  font-size: 20px;
}

.custom-date-range{
	padding-right: 10px;
    text-transform: capitalize;
    padding-top: 0px;
    font-size: 14px;
    font-weight: 500;
    color: #17615D;
    font-family: "ubuntu", sans-serif;
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    margin-top: 10px;
}

.intake-form-outer{
  position: relative;
}
.intaker-privacy-policy label a{
  color: #EC5239!important;
  font-weight: normal;
}

.seals-scripts.vouchar-seals-scripts{
  position: fixed;
}

/****************************** 06/09/23 ****************************/
.new-accordion .nav-tabs .nav-link {
  background-color: #478F96;
  color: #ffffff;
  margin-right: 5px;
}
.new-accordion .nav-tabs .nav-link.active {
  background-color: #F3FAF9;
  color: #478F96;
  border-color: #C1E5E1;
  border-bottom: 1px solid #F3FAF9;
}
.new-accordion .accordion-body {
  background-color: #F3FAF9;
  border: 1px solid #C1E5E1;
  -moz-border-radius: 0px 8px 8px 8px;
  -webkit-border-radius: 0px 8px 8px 8px;
  -ms-border-radius: 0px 8px 8px 8px;
  border-radius: 0px 8px 8px 8px;
}
.new-accordion .accordion-item, .new-accordion .nav-tabs {
  border: none;
}
.new-accordion .accordion-button::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  font-size: 40px;
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
  color: #ffffff !important;
  line-height: 10px;
}
.new-accordion .accordion-button {
  background-color: #F3FAF9;
  border: 1px solid #C1E5E1;
  color: #478F96;
  font-size: 14px !important;
  box-shadow: initial !important;
  margin-bottom: -2px;
  border-bottom: 1px solid #F3FAF9;
}
.new-accordion .accordion-button.collapsed {
  background-color: #478F96;
  color: #ffffff;
  font-size: 14px !important;
}
.new-accordion .accordion-button.collapsed::after {
  background-image: url("../images/arrow-white.png");
  background-image: 19px;
}
.new-accordion .accordion-button::after {
  background-image: url("../images/arrow-black.png");
  background-image: 19px;
}

.quiz-assesment {
  display: flex;
}
.quiz-assesment .assessment-left {
  flex: 1;
  padding-right: 20px;
}
.quiz-assesment .assessment-right img {
  height: 200px;
}

.recommend-medications {
  border: 1px solid #C1E5E1;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  margin-bottom: 0px;
}
.recommend-medications .recommend-medications-row {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 5px 10px;
  border-bottom: 1px solid #C1E5E1;
}
.recommend-medications .recommend-medications-row label {
  flex: 1;
  padding-right: 20px;
  font-size: 14px;
  font-weight: 500;
}
.recommend-medications div.recommend-medications-row:last-child {
  border: none;
}

.btn-outline {
  color: #17615D;
  border: 1px solid #17615D;
  font-size: 13px;
  padding: 5px 12px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  background-color: #ffffff;
}
.btn-outline:hover {
  background-color: #EC5239;
  border-color: #EC5239;
  color: #ffffff;
}
.recommend-medications-row button{
	background:none;
}

.medication-points.coupon-points li::after {
  top: 5px;
}

.medication-points.coupon-points li {
  width: 100%;
}

.genric-block {
  background-color: #f8f0e7;
}

.compund-block {
  background-color: #CDE8E4;
}

.brand-block {
  background-color: #e7f4f2;
}

.skip-lab{
  font-size: 13px!important;
    color: #373B56!important;
}
.upload-instructions, #uploadedFiles{
  font-size: 13px!important;
}
#uploadedFiles{
  margin-top: 10px;
}
#uploadedFiles .file-names{
  display: block;
  background: #fff;
  margin-bottom: 2px;
  padding: 7px 13px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  border: 1px solid #C1E5E1;
  position: relative;
  padding-left:37px;
}
#uploadedFiles .file-names i{
  position: absolute;
  top:3px;
  left: 10px;
}

.get-free-saving{
	margin:0px 8px;
  font-size: 13px;
  padding: 0px 11px;
}
.get-free-saving:hover{
  background-color: #EC5239;
  border-color: #EC5239;
  color:#ffffff;
}

.thanks-lg{
  width: 900px;
  margin-bottom: 20px;
}
.thanks-lg .booking-title{
display: block;
max-width: 100%;
/* font-size: 20px; */
}
.thanks-lg .social-icon{
font-size: 40px;
color: #EC5239; 
}
.title-thankyou {
font-size: 20px !important;
}
.intake-wrapper{
  max-width: 100%;
}
.content{
  min-height: calc(100vh + -77px);
}
.medical-Questionnaire-height {
  min-height: calc(100vh - 141px)!important;
}
.quiz-intake-wrap {
  width: 632px !important;
}

#paypal img{
	height:23px;
}
#paypal-payment-wrapper .custom-option-outer{
	width:100%;
}
#paypal-payment-wrapper .custom-option-outer img{
	height: 74px;
	margin: auto;
	display: block;
}
p.font-great {
  font-size: 16px;
}

.payment-right .payment-main-title{
	background:none!important;
}


.one-time-setup{
	border: 1px solid #EC5239!important;
	padding: 10px 20px!important;
	border-radius: 7px;
/*
	background: #fffbf6;
*/
	background: #ffffff;
}
.one-time-setup span{
    font-size: 20px;
    color: #EC5239;
    line-height: 22px;
}
.prior-row{
	position:relative;
	padding-left:20px;
	margin-bottom:3px;
}
.prior-row input{
	position:absolute;
	left:0px;
	top:3px;
}

.pricing-head-medication {
  min-height: auto !important;
}

.thanks-lg{
    width: 900px;
    margin-bottom: 20px;
}
.thanks-lg .booking-title{
  display: block;
  max-width: 100%;
  /* font-size: 20px; */
}
.thanks-lg .social-icon{
  font-size: 40px;
  color: #EC5239; 
}
.title-thankyou {
  font-size: 20px !important;
}
.onboarding-welcome-img {
  height: 100px !important;
}

.phentotype-title {
  width: 100%;
  font-size: 16px;
  color: #171F22;
  display: block;
  margin-bottom: 15px;
  font-weight: 500;
}

.phentotype-outer strong {
  color: #17615D;
}

.phentotype-list {
  list-style: none;
  padding-left: 0px;
}
.phentotype-list li {
  position: relative;
  padding-left: 23px;
  padding-top: 2px;
  margin-bottom: 7px !important;
  display: block;
}
.phentotype-list li img {
  position: absolute;
  left: 0px;
  top: 2px;
  height: 16px;
}

.phentotype-height {
  min-height: 260px;
}

.medicational-program {
  width: 100%;
  border: 1px solid #dddddd;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  padding: 20px;
  position: relative;
  min-height: 750px;
}
.medicational-program.metformin {
  background-color: #FEF2E6;
  border-color: #F9E9D9;
  background-image: url("../images/big-star.png");
  background-repeat: no-repeat;
  background-position: center;
}
.medicational-program.compund {
  background-color: #FCF1F1;
  border-color: #FCDADA;
  min-height: 350px;
}
.medicational-program.GLP {
  background-color: #EFF3FF;
  border-color: #D7E1FD;
}
.medicational-program .pricing-content-outer {
  min-height: 183px;
}
.medicational-program h3 {
  font-size: 16px;
  color: #000000;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
}
.medicational-program span {
  display: block;
  font-size: 15px;
  color: #02211F;
}
.medicational-program span strong {
  font-weight: 500;
}
.medicational-program p i {
  display: block;
}
.medicational-program ul {
  padding-left: 0px;
  list-style: none;
  margin-top: 15px;
  margin-bottom: 20px;
}
.medicational-program ul li {
  /* background-image: url("../images/dot.png"); */
  background-repeat: no-repeat;
  background-position: left 2px;
  font-size: 13px;
  padding-left: 20px;
  margin-bottom: 7px;
  position: relative;
}
.medicational-program .medication-base-price {
  display: block;
  text-align: center;
  position: absolute;
  bottom: 20px;
  width: 100%;
  left: 0px;
}
.medicational-program .medication-base-price label {
  display: block;
  font-size: 19px;
  font-weight: 500;
  margin-bottom: 10px;
}
.medicational-program .medication-base-price button {
  min-width: 215px;
}

.other-price {
  display: block;
  font-size: 14px;
  margin-bottom: 10px;
}
.other-price span {
  color: #478F96;
}
.other-price strong {
  font-weight: 500;
}

.other-price-btn button {
  color: #EC5239;
  border-color: #EC5239;
  background: none;
  min-width: 215px;
}
.other-price-btn P {
  font-size: 11px;
}
.quiz-text p strong{
  color:#17615D;
}
.medicational-program {
  min-height: 771px;
}
.phentotype-height ul{
  padding-left: 0px;
}

.medicational-program ul li::after {
  position: absolute;
  width: 10px;
  height: 10px;
  border: 3px solid #EC5239;
  content: "";
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  left: 0px;
  top: 4px;
}



.health-risk-answer{
  border: 1px solid #c75875;
  background-color: rgba(199, 88, 117, 0.08);
  min-height: 46px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  position: relative;
  padding:15px;
  width: 100%;
}
.intake-details .radiobuttons .high-righ-question label{
  padding-left: 10px!important;
}
.intake-details .radiobuttons .high-righ-question, .intake-details .radiobuttons .high-righ-question label{
  height: 100%;
}
.high-righ-question ul{
  padding-left: 0px;
  list-style: none;
  margin-bottom: 0px;
}
.high-righ-question ul li{
  position: relative;
  padding-left: 20px;
}
.high-righ-question ul li:after{
  position: absolute;
  width: 10px;
  height: 10px;
  border: 3px solid #EC5239;
  content: "";
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  left: 0px;
  top: 8px;
}
.high-risk-wrapper{
  width: 93%;
}
.high-risk-title {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 14px;
  padding: 4px 0px;
  padding-right: 47px;
}

.high-righ-question-outer{
  border: 1px solid #c75875;
  background-color: rgba(199, 88, 117, 0.08);
  -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
}
.high-righ-question  input[type=radio]:checked + label::after{
    display: none;
}
.high-risk-wrapper .radiobuttons .high-righ-question  label .option-selected{
  padding: 0px 13px;
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 13px;
  background-color: #c75875;
  color: #ffffff!important;
  height: 30px;
  border-radius: 4px;
  display: none;
  align-items: center;
}
.high-risk-wrapper .radiobuttons .high-righ-question  input[type=radio]:checked + label .option-selected{
  display: inline-flex;
  color: #ffffff!important;
}

.low-risk-wrap{
  background-color: #fef2e6!important;
  border-color:#f9e9d9!important;
}
.moderate-risk-wrap{
  background-color: #fcf1f1!important;
  border-color:#fcdada!important;
}
.high-risk-wrap{
  background-color: #eff3ff!important;
  border-color:#D7E1FD!important;
}
.consent-sign-treatment-wrap {
  min-height: calc(100% - 15.5%) !important;
}
.intake-name{
  color: #171F22;
  font-size: 17px;
  margin: 0px;
  position: relative;
  left: -24px;
  right: 0px;
  border-bottom: 1px solid #ddd;
  top: -19px;
  padding: 10px;
  text-align: center;
  width: calc(100% + 48px);
  margin-bottom:15px;
}
.intake-pharmacy-details h5{
  font-size:17px;
  color: #171F22;
  display: block;
  margin-bottom:10px;
}
.intake-pharmacy-details p{
  font-size: 13px;
  display: block;
  padding: 2px 0px;
}
.intake-pharmacy-details p label{
  font-weight: 500;
  padding-right: 5px;
}

.lab_order_click_event {
	cursor: pointer;
}

.marketing-intake-form{
  text-align: center;
  max-width: 800px;
  margin: auto;
  margin-bottom:40px;
  font-size: 18px;
  font-weight: 400;
}

.phenotype-header {
  padding-right:132px;
}
.show-address p{
  margin-bottom: 10px;
}
.green-card #treatment_start_btn{
  color: #ffffff;
  text-decoration: none;
}
.prescription-date{
  color:#EC5239;
}
.questionnaire-ques-ans {
  min-height: 900px;
}

/************************* new-onboarding ***********************/
.onboarding-dashboard-outer {
  font-family: "sofia_proregular";
}

.onboarding-hero {
  background-color: #A1BDA8;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
  padding: 20px 20px 40px;
  display: block;
  text-align: center;
  margin-bottom: 125px;
}
.onboarding-hero h2 {
  font-size: 30px;
  font-family: "sofia_problack";
}
.onboarding-hero h2 span {
  font-family: "kaushan_scriptregular";
  font-size: 35px;
}
.onboarding-hero p {
  font-size: 18px;
}

.onboarding-result {
  background-color: #ffffff;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  box-shadow: 0px 0px 100px #dddddd;
  -webkit-box-shadow: 0px 0px 100px rgba(0, 0, 0, 0.1);
  padding: 27px 6%;
  max-width: 800px;
  margin: auto;
  min-height: 116px;
  margin-top: 21px;
  margin-bottom: -94px;
}

.phenotype-result {
  display: flex;
  max-width: 100%;
  margin: auto;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  position: relative;
}
.phenotype-result div {
  flex: 1;
  padding: 5px 15px;
  text-align: left;
  font-size: 12px;
  position: relative;
}
.phenotype-result div:first-child {
  -moz-border-radius: 30px 0px 0px 30px;
  -webkit-border-radius: 30px 0px 0px 30px;
  -ms-border-radius: 30px 0px 0px 30px;
  border-radius: 30px 0px 0px 30px;
}
.phenotype-result div:last-child {
  -moz-border-radius: 0px 30px 30px 0px;
  -webkit-border-radius: 0px 30px 30px 0px;
  -ms-border-radius: 0px 30px 30px 0px;
  border-radius: 0px 30px 30px 0px;
}
.phenotype-result div span {
  position: absolute;
  top: 100%;
  left: 0px;
  text-align: center;
  right: 0px;
  margin-top: 8px;
  font-family: "kaushan_scriptregular";
  display: none;
}
.phenotype-result div span img {
  height: 15px;
}
.phenotype-result div span p {
  font-size: 13px;
}
.phenotype-result div.active span {
  display: block;
}

.pheno-emotionalEater {
  background-color: #F7DDDE;
}

.pheno-slowBurn {
  background-color: #C1E5E1;
}

.pheno-hungryGut {
  background-color: #F7C490;
}

.pheno-hungryBrain {
  background-color: #CFD9D8;
}

.your-final-result-outer {
  position: relative;
}

.your-final-result {
  display: block;
  text-align: center;
  max-width: 700px;
  margin: auto;
}
.your-final-result h2 {
  font-family: "sofia_prolight";
  font-size: 40px;
  color: #000000;
  display: block;
  margin-bottom: 15px;
}
.your-final-result h2 span {
  font-family: "sofia_problack";
  color: #E87F05;
}
.your-final-result p {
  font-size: 13px;
}

.tablets-right {
  position: absolute;
  right: -25px;
  height: 193px;
  top: -53px;
}

.tablets-left {
  position: absolute;
  left: -26px;
  height: 193px;
  top: -53px;
}

.right-solutions {
  display: block;
  margin-top: 30px;
}
.right-solutions p {
  font-family: "kaushan_scriptregular";
  color: #E87F05;
  font-size: 15px;
}

.onboarding-complete-plan {
  background-color: #E3ECEC;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  border: 1px solid #F07D04;
  margin-top: 5px;
  display: block;
  padding: 30px;
  margin-bottom: 50px;
}
.onboarding-complete-plan h3 {
  font-family: "sofia_prolight";
  font-size: 25px;
  color: #000000;
  display: block;
  margin-bottom: 15px;
  max-width: 64%;
  margin: auto;
  margin-bottom: 25px;
}
.onboarding-complete-plan h3 span {
  font-family: "sofia_problack";
  color: #E87F05;
}

.onboarding-plan-left {
  font-size: 17px;
  color: #000000;
}
.onboarding-plan-left span {
  font-weight: bold;
}
.onboarding-plan-left p {
  color: #EC5239;
  font-size: 14px;
  font-weight: bold;
  margin-top: -10px;
}
.onboarding-plan-left .read-more {
  font-size: 12px;
  color: #000000;
  display: flex;
  align-items: center;
  margin: 10px 0px;
}
.onboarding-plan-left .read-more i {
  background-color: #C0E5E5;
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  margin-right: 5px;
}

.onboarding-pricing-plan {
  font-family: "baskerville_old_faceregular";
  font-size: 46px;
}

.button-black {
  background-color: #000000;
  color: #ffffff;
  font-size: 15px;
  padding: 14px 30px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  display: inline-block;
  width: auto;
}

.onboarding-plan-left .button-black {
  min-width: 180px;
  text-align: center;
  margin-top: 15px;
}

.onboarding-plan-right {
  text-align: center;
}
.onboarding-plan-right img {
  height: 247px;
  margin-bottom: -33px;
}

.other-plans {
  margin-bottom: 40px;
}

.other-plans-title {
  display: block;
  margin-bottom: 60px;
}
.other-plans-title h4 {
  font-family: "sofia_problack";
  font-size: 24px;
}

.other-plan-section {
  padding: 20px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  position: relative;
  padding-top: 43px;
}
.other-plan-section::after {
  content: "";
  background-color: #ffffff;
  width: 22px;
  height: 22px;
  border: 1px solid #dddddd;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  position: absolute;
  top: 17px;
  left: 20px;
}
.other-plan-section .button-black {
  display: none;
}
.other-plan-section span {
  font-size: 13px;
    line-height: 17px;
    display: flex;
    min-height: 52px;
    align-items: center;
}
.other-plan-section p {
  color: red;
  font-size: 13px;
}
.other-plan-section .onboarding-pricing-plan {
  font-size: 33px;
}
.other-plan-section .onboarding-plan-right img {
  height: 203px;
  margin-bottom: 0px;
  margin-top: -81px;
}

.other-plans input {
  position: absolute;
  left: 0px;
  opacity: 0;
}

.other-plans input:checked + .other-plan-section::before {
  content: "";
  background-color: #E87F05;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 20px;
  left: 23px;
  z-index: 1;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

.onboarding-GLP-plan {
  background-color: #FEE6ED;
  border: 1px solid #000000;
}
.onboarding-GLP-plan i {
  background-color: #FFCDDC !important;
  width: 26px;
  height: 26px;
}

.onboarding-compound-plan {
  background-color: #FCE5CD;
  border: 1px solid #000000;
}
.onboarding-compound-plan i {
  background-color: #FFD5AA !important;
  width: 26px;
  height: 26px;
}

.other-plans .button-black {
  min-width: 180px;
}
.other-plans .button-black.disabled {
  background-color: #cccccc;
}

.life-changer, .healthcare-selfcare {
  background-color: #C1E5E1;
  padding: 40px 20px;
  text-align: left;
}
.life-changer .row, .healthcare-selfcare .row {
  max-width: 800px;
  margin: auto;
}
.life-changer h3, .healthcare-selfcare h3 {
  font-size: 32px;
  font-family: "sofia_problack";
  display: block;
  margin-bottom: 25px;
  margin-top: 50px;
}
.life-changer p, .healthcare-selfcare p {
  font-size: 14px;
  display: block;
  margin-bottom: 25px;
}
.life-changer span, .healthcare-selfcare span {
  font-family: "kaushan_scriptregular";
  font-size: 30px;
}

.life-changer-text {
  max-width: 325px;
}

.jessica-img {
  height: 400px;
  margin: 0px auto -40px;
  display: block;
}

.healthcare-selfcare {
  background: none;
  margin-bottom: 40px;
}
.healthcare-selfcare h3 {
  font-size: 24px;
}
.healthcare-selfcare .jessica-img {
  margin: 0px 0px -40px;
}

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

.mobile-view {
  display: none;
}

.jessica-img-mobile {
  display: none;
}
.path {
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
  animation: dash 2s alternate forwards;
}

@keyframes dash {
  from {
    stroke-dashoffset: 1;
  }
  to {
    stroke-dashoffset: 0;
  }
}
.pricing-popup{
  list-style: none;
  padding-left: 0px;
  font-family: 'sofia_prolight';
}
.pricing-popup li{
	background-image: url('../images/orange-check.png');
    background-repeat: no-repeat;
    background-position: left top;
    background-size:15px;
    font-size: 13px;
    padding-left:23px;
    margin-bottom: 10px;
}
.med-cost{
  margin-bottom: 10px;
}

.other-plan-section.onboarding-complete-plan1{
  border:1px solid #000;
  background-color: #E3ECEC;
}
.other-plan-section.onboarding-complete-plan1 .onboarding-plan-right img {
    height: auto;
    margin-bottom: 0px;
    margin-top: -39px;
    width: 267px;
    min-width: 135px;
    margin-left: -10px;
}
.orange-text{
	color:#EC5239!important;
}
.red-text{
	color:red!important;
}

.compound-popup{
	background-color:#fce5cd;
}
.complete-popup{
	background-color:#E3ECEC;
}
.GLP-popup{
	background-color:#FEE6ED;
}

.coupon-code{
  background-image: url('../images/coupons.png');
  background-repeat: no-repeat;
  width: 259px;
  height: 82px;
  display: inline-flex;
  background-size: contain;
  align-items: center;
  margin-top: 30px;
}
.coupon-copy{
  width: 82px;
  text-align: center;
  padding-left: 16px;
  background: none;
  border: none;
}

.coupon-copy p{
  font-size: 12px!important;
  margin-bottom: 2px;
  margin-top: 2px;
}
.coupon-text{
  padding-left:15px;
  text-align: left;
}
.coupon-text span{
  color:#EC5239;
  font-size: 18px;
  font-family: 'sofia_promedium';
}
.coupon-text p{
  font-size: 12px!important;
  font-weight: bold;
  margin-bottom:5px;
}

#completeReadClose img, #compoundReadClose img, #glpReadClose img{
	min-width:25px;
}
.green-text{
	color:#51C06C!important;
}
.phenotype-result > div label{
	color:#999999;
}
.phenotype-result > div.active label{
	color:#000000;
}
.life-changer{
	background-color: rgba(193, 229, 225, 0.5);
}

.insurance-coverage-th{
  min-width: 372px!important;
}
.medication-table .medication-name-td{
  min-width: 200px;
}

.medication-table th{
  min-width: 120px;
}
.refill-order-submission{
  font-size: 13px;
  margin-top: 15px;
}
.refill-order-submission span{
  color:#EC5239; 
}
.refill-order-submission p{
  font-size: 13px;
  margin-top: 5px;
  font-style: italic;
}
.detail-info-primary {
  display: flex;
  margin-bottom: 5px;
}
.detail-info-primary label{
  min-width: 110px;
}
.goal-card{
  box-shadow:0px 1px 20px rgba(180, 188, 206, 0.15);
  -webkit-box-shadow:0px 1px 20px rgba(180, 188, 206, 0.15);
  background: #ffffff;
  padding:0px;
  margin-bottom: 15px;
}
.goal-card-header{
  padding: 20px;
  background-color:#F3FAF9;
  border-radius:14px 14px 0px 0px;
}
.goal-card-title {
  display: flex;
}
.goal-card-title label{
  font-size: 18px;
  flex:1;
  font-weight: 500;
  color:#171F22;
}
.goal-card-title span{
  background-color:#17615D;
  padding:5px 10px;
  color:#ffffff;
  border-radius:4px;
  -webkit-border-radius:4px;
}
.goal-card-row{
  display: flex;
  padding:12px 20px;
  border-bottom:1px solid #dddddd;
}
.goal-card-row p{
  flex:1;
}
.no-record-found{
  font-size: 15px;
  text-align: center;
}
.my-goal-title{
  font-size: 21px;
  color: #171F22;
  font-weight: 400;
  display: block;
  margin-bottom: 15px;
}
.goal-title{
  font-size: 17px;
  color: #658986;
  display: block;
  margin-bottom: 2px;
}
.goal-subtitle{
  font-size: 12px;
  font-style: italic;
  display: block;
  margin-bottom: 8px;
  color: #777777;
}

/**************************************** wellness-coach ******************************/
.wellness-logos {
  display: block;
  margin-bottom: 30px;
}
.wellness-logos img {
  height: 50px;
}
.wellness-logos span {
  font-size: 38px;
  width: 59px;
  display: inline-block;
  text-align: center;
}

.pay-btn {
  height: auto!important;
  font-size: 14px;
  color: #17615D;
  text-decoration: underline;
}
.hero-banner-close {
  right: 7px;
  position: absolute;
  top: 13px;
}
.payment-mes{
  padding-right: 35px;
}

.fitness-img {
  position: relative;
}
.fitness-img > p {
  padding-right: 250px;
}
.fitness-img img.phone-app {
  width: 150px;
  position: absolute;
  right: 30px;
  top: 20px;
}

.fitmate-app-buttons {
  text-align: center;
  display: block;
  margin-top: 40px;
  margin-bottom: 20px;
}
.fitmate-app-buttons img {
  height: 50px;
  display: inline-block;
  margin: 0px 10px;
}
.fitmate-app-buttons p {
  margin-top: 10px;
}

.section-title {
  font-size: 18px;
  display: block;
  font-weight: 500;
  color: #171F22;
  margin-bottom: 15px;
}

.medication-points li::after {
  top: 4px;
}

.medication-benefit li {
  width: 100%;
}

.get-stared-img {
  max-height: 212px;
  margin: 20px 0px;
}

.refill-take-form{
  max-width: 625px;
  margin:auto;
}

.pres-refill {
  width: 100%;
  margin-bottom: 10px;
}

.popup-close-icon img{
  height: 26px;
}
.pay-btn {
  height: auto!important;
  font-size: 14px;
  color: #17615D;
  text-decoration: underline;
}
.hero-banner-close {
  right: 7px;
  position: absolute;
  top: 13px;
}
.payment-mes{
  padding-right: 35px;
}
#localPharmacyNotificationModal .modal-dialog{
  max-width: 776px;
}

#unread_message_count{
  border: 1px solid #ffffff;
  background-color: #EC5239;
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  border-radius: 20px;
  color: #ffffff;
  position: absolute;
  right: 7px;
  top: 13px;
}
#unread_message_count_provider{
  border: 1px solid #ffffff;
  background-color: #EC5239;
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  border-radius: 20px;
  color: #ffffff;
  position: absolute;
  right: 15px;
  top: 12px;
}
.sidebar ul.side-links li a{
  position: relative;
}
.sidebar ul.side-links li a:hover #unread_message_count{
  border: 1px solid #EC5239;
  color:#EC5239;
  background-color: #ffffff;
}
.sidebar ul.side-links li a:hover #unread_message_count_provider{
  border: 1px solid #EC5239;
  color:#EC5239;
  background-color: #ffffff;
}



#toast-container>.toast-info{
  background-color: #17615D;
  opacity: 1;
  padding: 17px;
  border-radius: 5px;
  padding-left: 64px;
}
#toast-container>.toast-info .chat-msg-img{
  width: 40px;
  height: 40px;
  left: 11px;
  top: 8px;
  box-shadow:initial;
}
#toast-container>.toast-info button.toast-close-button{
  font-size: 23px!important;
}
body #toast-container>.toast-info{
  background-image: initial!important;
}
#toast-container .toast-msg-text{
  color:rgba(255,255,255,0.8);
}

.chat-left{
  margin: 20px 0px;
}

.chat-right .chat-msg-outer .chat-msg-card .chat-msg-name{
  color:#17615D!important;
}
.chat-right .chat-msg-outer .chat-msg-card .chat-msg{
  color: #171F22!important;
}
.chat-right .chat-msg-outer .chat-msg-card{
  background-color: #F3FAF9 !important;
    border: 1px solid #C1E5E1 !important;
}

.chat-msg a{
  color:#EC5239 !important;
}

.chat-outer .chat-footer .msg-type-box{
  padding-right:10px;
}
#localPharmacyNotificationModal .modal-dialog{
  max-width: 776px;
}

.support-message{
  position: relative;
}
.support-message .bi-headset{
  position: absolute;
  left: 30px;
  top: 5px;
  background: #fff;
  height: 19px;
  line-height: 14px;
  font-size: 18px!important;
}
.sidebar ul.side-links li a.support-message:hover .bi-headset, .sidebar ul.side-links li a.support-message.active .bi-headset{
  background: #EC5239;
}

.intake-shipping-form{
  margin: 0px;
}
span.med-note {
  font-size: 12px !important;
  float: right;
  bottom: 1px;
  position: absolute;
  right: 5px;
}

.payment-term-outer{
  background-color: #F3FAF9;
  border: 1px solid #C1E5E1;
  padding: 10px 14px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  margin-bottom: 25px;
}
.payment-term{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.payment-term label{
  display: block;
  font-size: 13px;
}
.payment-term span{
  color: #17615D;
  font-size: 16px;
  font-weight: 500;
}

.refill-order-card{
  background: none;
  box-shadow: none;
  border: 0;
}
.plan-wrapper .pricing-section h4{ 
  font-size: 16px;
}
.plan-wrapper .pricing-section{
  /* background: white; */
  border: 1px solid #E8E7E7;
}
.pricing-section input[type='radio'] {
  accent-color: #232323;
}

.page-titles{
    font-size: 16px;
}
.anchor-disabled {
  opacity: 0.7;
  pointer-events: none;
}

.update_identification_document{
  color: #171F22;
}.update_identification_document:hover{
  color: #E87F05;
}

.image-height-180{
  height: 190px;
}
.image-height-180 img{
  width: 100%;
    height: 100%;
    object-fit: cover;
}
.client-front-profile-img {
  max-height: 180px;
}
.client-front-profile-img-184 {
  height: 184px;
}
.uploaded-img-box img{
  height: 100%;
  width: auto;
}
	.check-email-loader{
		width: 100%;
	}
	.check-email-loader p{
		font-size: 16px;
	}
	.check-email-loader .loading{
		margin-top: 5px;
	}
	.check-email-loader .loading span{
		width: 8px;
		height: 8px;
	}

	.loading {
		align-items: center;
		display: flex;
		justify-content: center;
		height: 100%;
		position: fixed;
	}

	.loading__dot {
		animation: dot ease-in-out 1s infinite;
		background-color: #88e1e9;
		display: inline-block;
		height: 20px;
		margin: 10px;
		width: 20px;
		border-radius: 100px;
	}

	.loading__dot:nth-of-type(2) {
		animation-delay: 0.2s;
	}

	.loading__dot:nth-of-type(3) {
		animation-delay: 0.3s;
	}

	@keyframes dot {
		0% { background-color: #88e1e9; transform: scale(1); }
		50% { background-color: #478F96; transform: scale(1.3); }
		100% { background-color: #88e1e9; transform: scale(1); }
	}
  .text-orange {
    color: #EC5239;
  }
.iframeCardHeight{
  height: auto;

  
}
  .iframeHeight{
    height: calc(100vh + 550px) ;
    width: 100%;
  }

  .identity_doc_disabled_btn, .insurance_front_doc_disabled_btn, .insurance_back_doc_disabled_btn {
    opacity: 0.7;
    pointer-events: none;
  }


 .div-disabled-ola {
  pointer-events: none;
 }
 .begin-refill-process {
  color: #17615D;
 }
 .canceled-prescription {
  color: red;
 }
.referred_by_wrap .intake-error {
  padding: 10px !important;
  text-align: right;
}
.how-know-us{
  width: auto;
  border-radius: 6px;
}
.form-style-second input{
  border: inherit ;
  box-shadow:inherit !important;
  -webkit-box-shadow:inherit !important;
}
.form-style-second .form-label span{
  color: #FF655B;
}
.form-style-second .form-check-input {
    border: 1px solid #648F8A;
    width: 18px;
    height: 18px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05) !important;
    margin-right: 10px;
    margin-top: 5px;
}
.form-style-second .form-group label {
  color: #171F22;
  font-size: 15px;
}
.form-style-second .form-group label:before {
  border: 1px solid #17615D;
  top: 5px;
}
.form-style-second .form-group input:checked + label:after {
  top: 7px;
  left: 6px;
  width: 6px;
  height: 11px;
}
.green-color-task {
  color: #17615D;
  font-weight: bold;
  font-size: 15px !important;
}
.form-style-second .has-error {
  border: 1px solid #FF655B !important;
  color: #FF655B !important;
}
.back-dashboard-color {
  color: #171F22;
}
.border-none-drop {
  border: none !important;
}
.logout-voucher-show {
  display: block !important;
}
.profile-img-outer .user-dropdown-resp a {
  margin-bottom: 7px !important;
  padding-bottom: 7px !important;
  border-bottom: 1px solid #eeeeee !important;
}
.thank-height-request { 
  min-height: auto !important;
}
.form-style-second .form-label {
  font-size: 18px;
}
.form-style-second .form-check-label {
  font-size: 15px;
  margin-top: 3px;
}
.privacy-policy-terms {
  color: #17615D;
  font-size: 15px;
}
span#agree_error {
  color: #FF655B;
  padding-top: 5px !important;
  clear: both;
  display: block;
}
.consent-signature {
  float: right;
  width: 100%;
  text-align: right;
}
.consent-signature p {
  width: 100%;
  float: left;
}
.consent-signature span {
  float: right;
}
.detail-info-vitamin {
  margin-bottom: 2px !important;
}
.small-text-title {
  font-size: 14px;
  display: inline-block;
}
.col-12.client-box {
  border: 1px solid #ccc;
  margin-bottom: 20px;
}
.account-list-outer {
  border: 1px solid #dee2e6;
  margin-bottom: 15px;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.account-sm-btn {
  background: #EC5239;
  color: #fff;
  padding: 3px 15px;
  display: inline-flex;
  margin-top: 5px;
  border-radius: 6px;
  height: 40px;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}
.account-sm-btn:hover {
  background-color: #83CAC3;
}
.account-list-heading {
  margin-bottom: 10px;
}
.account-list-outer label {
  color: #6E9390;
}
.account-colum h3 {
  font-size: 20px;
  font-family: "ubuntu", sans-serif;
  color: #171F22;
}
.account-colum {
  width: 75%;
}
.date-order-lable-popup {
  color: #171F22;
  opacity: 0.8;
}
.disabled-link {
  pointer-events: none;
  opacity: 0.5;
  text-decoration: none;
}
.bgs-label-radio-ui {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
  margin-bottom: 20px;
}


.bgs-label-radio-ui input[type="radio"] {
  display: none;
}

.bgs-label-radio-ui label {
  display: block;
  padding: 8px 10px;
  background: #fff;
  border: 1px solid #f2f2f2;
  border-radius: 5px;
  cursor: pointer;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  position: relative;
  font-size: 14px;
}
.bgs-label-radio-ui-green label:hover {
  border-color:#C1E5E1 !important;
}
.bgs-label-radio-ui-green input[type="radio"]:checked + label {
  border-color: #C1E5E1 !important;
  background-color: #F3FAF9 !important;
  color: #17615D !important;
}
.bgs-label-radio-ui label:hover {
  border-color: #EC5239;
}

.bgs-label-radio-ui input[type="radio"]:checked + label {
  border-color: #EC5239;
  background-color: rgb(239 2 2 / 5%);
  color: #EC5239;
}
.modal-header .btn-close {
    box-shadow: none !important;
}
  /* .bgs-label-radio-ui input[type=radio] + label:after {
  content: "";
  background: #fff;
  border-radius: 100%;
  border: 1px solid #e9e9e9;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 10px;
  right: 20px;
} */

 /* .bgs-label-radio-ui input[type=radio]:checked + label:after {
  background-color: #EC5239;
  box-shadow: inset 0 0 0 2px #fff;
  border-color: #EC5239;
} */

/*New Layout Color CSS*/
.bgs-icon-brown-color{
  color:#870F0B !important;
}
.bgs-icon-orange-color{
  color:#EC5239 !important;
}
.bgs-text-orange-color{
  color:#EC5239 !important;
}
.bgs-btn-orange-color{
  background-color:#EC5239 !important;
}
.bgs-orange-btn {
  background-color: #EC5239;
  color: #fff;
  padding: 10px;
  font-size: 14px !important;
  width: 40%;
  margin: 0 auto;
}
.bgs-orange-btn:hover {
  background-color: #EC5239;
  color: #fff;
}
 
.bgs-modal-body{
    padding:15px 0px !important;
}

/*26 08 2025*/
   .bgs-popup-header-title{
  color: #171F22 !important;
  font-size: 1.25rem !important;
}
.bgs-check-icon input[type="radio"]:checked+label:before {
    border: 2px solid green;
    background-color: green;
}


.bgs-check-icon input[type="radio"]:checked+label::after {
    content: "";
    position: absolute;
    right: 10px;
    top: 12px;
    width: 14px;
    height: 14px;
    background-image: url("../images/green-check.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
