/* reset css */

body {
  font-family: "Lato", sans-serif;
  background-color: #fff;
}

p,
a {
  margin: 0;
}

a {
  text-decoration: none;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.border-primary {
  border-color: #e9e9e9;
}

/* ./reset css */

/* custom css */

.dashboard-logo {
  width: 164px;
  height: 50px;
}

.side-menu-block {
  display: flex;
  flex: 1;
  border-radius: 24px;
  padding: 45px 0px 20px 0;
}

.social-media-icon {
  height: 20px;
  width: 20px;
}

.social-media-block ul > li {
  margin: 0 8px;
}

.menu-list {
  margin: 0 0 0 10px;
  padding: 12px 20px 12px 20px;
  border-radius: 24px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  cursor: pointer;
  position: relative;
}

.menu-list a {
  display: flex;
  align-items: center;
  width: 100%;
}

.menu-list.active {
  background: #fff;
  border-radius: 24px 0 0 24px;
  position: relative;
  color: #ff7400;
}

.menu-list.active.logout-list {
  background: #2dbdca;
  color: #fff;
}

.menu-list.active.logout-list:after,
.menu-list.active.logout-list::before {
  content: none;
}

.menu-list.active:after,
.menu-list.active::before {
  position: absolute;
  content: "";
  height: 24px;
  width: 20px;
  background-color: #2dbdca;
  background: url(../images/curve.svg);
  background-repeat: no-repeat;
}

.menu-list.active:after {
  background-size: 100%;
  bottom: 100%;
  right: -1px;
  top: -23px;
}

.menu-list.active::before {
  background-size: 100%;
  top: 91%;
  right: -1px;
  transform: rotate(270deg);
  height: 28px;
}

.menu-list.active.more-items::before {
  top: 96%;
}

.menu-list_logo img {
  height: 24px;
  width: 24px;
}

.menu-list.active > a > .menu-list_logo {
  display: none;
}

.menu-list.active > a > .menu-list_logo.active {
  display: block;
}

.menu-list > a > .menu-list_logo {
  display: block;
}

.menu-list > a > .menu-list_logo.active {
  display: none;
}

.menu-list_logo {
  height: 27px;
  width: 27px;
  text-align: center;
}

.menu-list .menu-list_title {
  color: #fff;
  margin-left: 15px;
  line-height: normal;
}

.menu-list.active .menu-list_title {
  color: #ff7400;
  font-weight: 600;
}

.menu-list.active.logout-list .menu-list_title {
  color: #fff;
}

.menu-list.active .inner-menu-list .active .sm-menu-list {
  font-weight: 600;
}

.more-items .submenu-arrow {
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 6px solid #fff;
  margin-left: auto;
}

.more-items.active .submenu-arrow {
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 6px solid #ff7206;
  top: 25px;
}

.Fixed-menu-mobile .menu-list {
  flex-direction: column;
  align-items: center;
  color: #ff7400;
  margin-left: 0;
  padding: 10px 10px;
  width: calc(100% / 4);
}

.Fixed-menu-mobile .menu-list:first-child {
  margin-left: 10px;
}

.Fixed-menu-mobile .menu-list:last-child {
  margin-right: 10px;
}

.Fixed-menu-mobile .menu-list .menu-list_title {
  color: #29345080;
  font-weight: 500;
  margin-top: 5px;
}

.Fixed-menu-mobile .menu-list.active .menu-list_title {
  color: #ff7400;
}

.Fixed-menu-mobile .menu-list_logo img {
  height: 22px;
  width: 22px;
}

.Fixed-menu-mobile .menu-list.active > a > .menu-list_logo {
  display: block;
}

.Fixed-menu-mobile .menu-list a {
  display: block;
  text-align: center;
  width: 100%;
}

.Fixed-menu-mobile .menu-list_logo {
  height: 27px;
  width: 27px;
  text-align: center;
  margin: 0 auto;
}

.Fixed-menu-mobile .menu-list_title {
  font-size: 10px;
  margin-left: 0px;
}

.sidebar-nav .menu-list.active {
  background: #f6f6f6;
}

.notification {
  height: 20px;
  width: 20px;
  background: #fff;
  color: #ff7206;
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
}

.menu-list.active .notification {
  background: #ff7206;
  color: #fff;
}

.notification-alert {
  position: relative;
  max-width: 24px;
  display: flex;
}

.notification-alert::after {
  border: 2px solid #fff;
  border-radius: 100%;
  height: 10px;
  width: 10px;
  background: #f12245;
  position: absolute;
  content: "";
  right: 0px;
  top: 3px;
}

.inner-menu-list {
  padding-left: 37px;
  display: none;
}

.menu-list-pl {
  padding-left: 37px;
}

.list-bg {
  background-color: #f8f8f8;
  border-radius: 8px;
  padding: 5px 4px;
  margin-left: -5px;
}

/* .menu-list.active .inner-menu-list {
  display: block;
} */

.sm-profile-img {
  height: 18px;
  width: 18px;
  border-radius: 50%;
  object-fit: cover;
}

.sm-menu-list {
  color: #293450;
  font-size: 16px;
  font-weight: 500;
  margin-left: 10px;
  line-height: normal;
}

.inner-menu-list ul {
  margin-top: 10px;
}

.inner-menu-list ul > li {
  padding: 10px 0px;
}

.dashboard-header {
  box-shadow: 0px 0px 8px #00000012;
  border-radius: 15px;
  min-height: 74px;
}

.user-top-window .dashboard-header {
  height: 100%;
}

.top-profile {
  height: 51px;
  width: 51px;
  position: relative;
  overflow: hidden;
  margin: 0 10px;
}

.top-profile img {
  height: 100%;
  width: 100%;
}

.top-profile-name {
  max-width: 98px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}

.profile--menu {
  position: absolute;
  left: 0;
  top: 100%;
  background: #fff;
  width: 100%;
  border-radius: inherit;
  margin-top: 15px;
  box-shadow: 0px 0px 8px #0000001a;
  padding: 16px;
  z-index: 1;
}

.profile--menu .choose-profile {
  height: 65px;
  width: 65px;
  object-fit: cover;
  border-radius: 50%;
}

.profile--menu-ul > li > a {
  display: flex;
  font-size: 14px;
  color: #293450;
  font-weight: 500;
}

.profile--menu-ul > li {
  margin-bottom: 8px;
}

.profile--menu-icon {
  height: 14px;
  width: 14px;
}

.rotate-caret {
  transform: rotate(0deg);
}

.rotate {
  transform: rotate(180deg);
}

.credit-popup {
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  padding-top: 30px;
  visibility: hidden;
}

.inner-credit {
  background: #fff;
  padding: 16px;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  text-align: center;
}

.trigger-credit-popup:hover .credit-popup {
  visibility: visible;
  z-index: 3;
}

.callon-credit-top-window {
  min-width: 0;
  width: 100%;
}

.user-top-window {
  min-width: 227px;
  z-index: 5;
}

@keyframes fade-anim {
  from {
    visibility: hidden;
  }
  to {
    visibility: visible;
  }
}

.add-minor-small {
  height: 11px;
}

.outline-btn-primary.outline-grey:hover {
  color: #293450;
}

.outline-btn-primary:hover {
  color: #2dbdca;
}

.small-icon {
  height: 26px;
  width: 26px;
}

.js-profile-menu {
  cursor: pointer;
}

.info-banner,
.info-banner2,
.info-banner3 {
  border-radius: 16px;
  padding: 18px 18px 18px 30px;
  position: relative;
  overflow: hidden;
}

.info-banner {
  background: #ffead4;
}

.info-banner::after {
  position: absolute;
  content: "";
  background: url(../images/bg_covid_19.svg);
  right: 0;
  top: 0;
  background-repeat: no-repeat;
  background-size: 385px;
  width: 385px;
  bottom: 0;
}

.info-banner::before {
  position: absolute;
  content: "";
  background: url(../images/virus19.svg);
  right: 30px;
  top: 30px;
  background-repeat: no-repeat;
  background-size: 95px;
  width: 95px;
  height: 95px;
  z-index: 1;
}

/* .info-banner2 {
    background: #ebedff;
} */

/* .info-banner2::before {
    position: absolute;
    content: "";
    background: url(../images/objects.svg);
    right: 15px;
    top: 20px;
    background-repeat: no-repeat;
    background-size: 125px;
    width: 119px;
    height: 95px;
    z-index: 1;
} */

.info_banner_wrapper {
  background-color: #2dbdca33;
  border-radius: 0 10px 10px 10px;
  display: none;
}

.info_banner_wrapper .info-banner3 {
  padding: 10px 16px;
}

.spread_bgc {
  background-color: #ebedff;
}

/* .info-banner3 {
    background: rgba(44, 188, 201, 0.4);
} */

.invitation_bg {
  background: url(../images/invitation.svg) no-repeat;
  background-size: contain;
  background-position: right bottom;
  margin-right: 10px;
}

.spread_bg {
  background: url(../images/objects.svg) no-repeat;
  background-size: 35%;
  background-position: right bottom;
  margin-right: 25px;
}

.btn-chip {
  padding: 6px 18px;
  border-radius: 18px;
  display: inline-flex;
  align-items: center;
}

.active-visit-block {
  box-shadow: 0px 0px 8px #8b8b8b29;
  border-radius: 16px;
  padding: 15px 15px 18px 15px;
  background-color: #fff;
}

.active-visit-details {
  display: inline-flex;
}

.visit-details_title {
  min-width: 125px;
}

.visit-details_desc,
.visit-details_title {
  font-size: 14px;
}

.active-visit-details:not(:last-child) {
  margin-bottom: 16px;
}

.menu-box-block {
  box-shadow: 0px 0px 11px #8dbcce38;
  padding: 15px 10px;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
  cursor: pointer;
  position: relative;
}

.menu-box-block.active {
  background-color: #2dbdca;
  box-shadow: 0px 0px 9px #2dbdcab0;
}

.menu-box-block.activate::after {
  position: absolute;
  content: "";
  background: url(../images/right_curve.svg) no-repeat;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  height: 52px;
  width: 22px;
}

.menu-box-block.active p {
  color: #fff !important;
}

.menu-box-block.active .icon-wrap {
  box-shadow: 0px 3px 6px #00000029;
  background-color: #fff;
}

.icon-wrap {
  background: #f4f5fd;
  height: 72px;
  width: 72px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-wrap img {
  width: 34px;
  height: 34px;
}

.icon-wrap.active-visit-icon {
  height: 120px;
  width: 120px;
}

.right-arrow {
  margin-left: 7px;
  height: 10px;
}

.arrow-anim {
  display: inline-block;
  width: 0;
  opacity: 0;
  transition: all 0.5s;
}

.btn-chip:hover .arrow-anim {
  animation: width-anim 0.5s forwards;
}

.arrow-anim {
  animation: width-anim-reverse 0.3s forwards;
}

@keyframes width-anim {
  from {
    width: 0;
    opacity: 0;
  }
  to {
    width: 20px;
    opacity: 1;
  }
}

@keyframes width-anim-reverse {
  from {
    width: 20px;
    opacity: 1;
  }
  to {
    width: 0;
    opacity: 0;
  }
}

/* progressbar css */

.custm-progress {
  display: flex;
  margin-bottom: 30px;
}

.custm-progress li {
  /* width: calc(100% / 2); */
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  font-size: 14px;
  padding: 0 6px;
}

.custm-progress li:before {
  height: 24px;
  width: 24px;
  background: #caccdf;
  border-radius: 50%;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f111";
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 10px;
  color: #fff;
  margin-bottom: 8px;
  z-index: 2;
  padding-top: 1px;
}

.custm-progress li:after {
  position: absolute;
  content: "";
  left: 0;
  top: 11px;
  width: 100% !important;
  height: 3px;
  background: #caccdf;
  z-index: 0;
}

.custm-progress li.active:before {
  background: #fff;
  color: #2dbdca;
  border: 2px solid #2dbdca;
  content: "\f111";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  display: flex;
  justify-content: center;
  font-size: 10px;
  align-items: center;
  line-height: normal;
  padding-top: 1px;
}

.custm-progress li.Canceled:before {
  content: "\f01e";
  color: #f12245;
  border: 2px solid #f12245;
}

.custm-progress li.active-done:before {
  background: #5d6174;
  color: #fff;
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 9px;
}

.custm-progress div:first-child li:after {
  left: 50%;
  width: 50%;
}

.custm-progress div:last-child li:after {
  left: 0;
  width: 50% !important;
}

.custm-progress li.active-done:after {
  background: #5d6174;
}

.progress-img {
  height: 28px;
}

.progress-label {
  font-size: 16px;
  font-weight: 500;
  color: #caccdf;
}

.custm-progress li.active-done ~ .progress-label {
  color: #5d6174;
}

.custm-progress li.active ~ .progress-label {
  color: #2dbdca;
}

.custm-progress li.Canceled ~ .progress-label {
  color: #f12245;
}

.progress-div {
  width: calc(100% / 4);
  position: relative;
  text-align: center;
}

.custm-progress .progress-div:last-child li:hover + .progress-info {
  left: 40px !important;
}

.custm-progress .progress-div:first-child li:hover + .progress-info {
  left: 75px !important;
}

.custm-progress li span {
  /* margin: 0 6px; */
  font-size: 12px;
  font-weight: 600;
  color: #5d6174;
}

.custm-progress li.active span {
  color: #2dbdca;
}

.form_progressbar {
  margin-left: -15px;
  margin-right: -15px;
}

.progress-label {
  margin-top: 15px;
}

.progress-div li .act-arrow {
  position: relative;
  margin-top: -21px;
  margin-left: -36px;
}

.progress-div li:hover .act-arrow span {
  background: #5d6174;
  height: 2.5px;
  width: 10px;
  display: block;
  margin-top: -1px;
}

.progress-div:nth-child(1) li .act-arrow {
  height: 3px;
  width: 10px;
  position: relative;
  margin-top: -20px;
  margin-left: -37px;
}

.progress-div li .act-arrow::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 10px solid #5d6174;
  margin-left: auto;
  top: -7px;
  left: 0px;
}

.progress-div:nth-child(1) li .act-arrow::after {
  opacity: 0;
}

.progress-div:nth-child(1) li:hover .act-arrow::after {
  opacity: 1;
}

.progress-div li.active .act-arrow::after {
  border-right: 10px solid #2dbdca;
}

.progress-div:nth-child(1) li .act-arrow::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 10px solid #5d6174;
  margin-left: auto;
  top: -8px;
  right: -32px;
}

.progress-div:nth-child(3) li .act-arrow::after,
.progress-div:nth-child(4) li .act-arrow::after {
  border-right: 10px solid #caccdf;
}

.progress-div:nth-child(3) li .act-arrow,
.progress-div:nth-child(4) li .act-arrow {
  background: #caccdf;
}

.custm-progress li.active .act-spn,
.custm-progress li.in-progress .act-spn,
.custm-progress li.Canceled .act-spn {
  position: absolute;
  left: -50%;
  top: 11px;
  width: 100% !important;
  height: 3px;
  z-index: 1;
  background: transparent linear-gradient(90deg, #5d6174 0%, #2dbdca 100%) 0% 0%
    no-repeat padding-box;
}

.custm-progress li.in-progress .act-spn {
  background: transparent linear-gradient(90deg, #5d6174 0%, #1cca8f 100%) 0% 0%
    no-repeat padding-box;
}

.custm-progress li.Canceled .act-spn {
  background: transparent linear-gradient(90deg, #5d6174 0%, #f12245 100%) 0% 0%
    no-repeat padding-box;
}

.custm-progress li.active-done.in-progress:before {
  background: #1cca8f;
}

.custm-progress li.active-done.in-progress:after {
  background: #caccdf;
}

.custm-progress li.in-progress ~ .progress-label {
  color: #1cca8f;
}

.progress-info-text {
  color: #e6e6e6;
}

.progress-info {
  position: absolute;
  z-index: 2;
  top: 70px;
  left: 50% !important;
  transform: translateX(-50%);
  background: #2dbdca;
  padding: 10px;
  color: #fff;
  width: 150px;
  border-radius: 15px;
  font-size: 13px;
  display: none;
  transition: 0.3s;
}

.custm-progress li:hover {
  cursor: pointer;
}

.custm-progress li:hover + .progress-info {
  display: block;
  transition: 0.3s;
}

.single-accordian {
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
}

.visit-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  padding: 15px;
  border-radius: 6px;
  min-height: 52px;
  cursor: pointer;
  position: relative;
}

.visit-wrap:hover p {
  transition: 0.2s;
  color: #ff7206 !important;
  padding-left: 5px;
}

.visit-arrow {
  margin-left: 8px;
  transition: 0.2s;
  height: 16px;
  width: 16px;
  background: #ff7206;
  position: relative;
}

.visit-arrow::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-bottom: 5px solid transparent;
  border-top: 5px solid transparent;
  border-left: 6px solid #fff;
  right: 0px;
  top: 3px;
}

.visit-wrap:hover .fixed-visit-content {
  display: none;
}

.visit-wrap:hover .badge-pill,
.visit-wrap:hover .hidden-text {
  display: inline-block !important;
  transition: 0.2s;
}

.btn-accordian {
  text-align: left;
  background: #fff;
  padding: 13px;
}

.btn-accordian:focus {
  box-shadow: none;
}

.accordian-body {
  background-color: #f6f8fc;
  border-radius: 0 0 16px 16px;
  border: none;
}

.profile-small-typo {
  font-size: 16px;
  color: #44444480;
}

.user-name {
  font-size: 30px;
}

.profile-small-img img {
  height: 18px;
  width: 18px;
}

.edit-profile-btn {
  padding: 0 5px;
}

.details-icon img {
  height: 30px;
  width: 30px;
}

.details-icon {
  height: 70px;
  width: 70px;
  min-width: 70px;
  min-height: 70px;
  background-color: #2dbdca29;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.px-15 {
  padding-left: 15px;
  padding-right: 15px;
}

.minor-block {
  box-shadow: 0px 0px 8px #8b8b8b29;
  border-radius: 16px;
  padding: 20px;
  background-color: #fff;
}

.minor-user {
  height: 70px;
  width: 70px;
  object-fit: cover;
  border-radius: 50%;
  border: 2px solid #2dbdca;
  background: #ebedff;
}

.minor-user .add-minor-icon {
  width: 30px;
  height: 30px;
  object-fit: initial;
}

.minor-user img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.header-row {
  flex: 0 0 auto;
}

.inner-wrapper {
  display: flex;
  flex-direction: column;
  flex: 1;
  overflow: auto;
  scrollbar-width: none;
}

.inner-wrapper::-webkit-scrollbar {
  display: none;
}

.minor-name {
  color: #29345099;
}

.dashboard_forms .form-label {
  font-size: 16px;
  font-weight: 500;
  color: #29345080;
}

.dashboard_forms .form-control,
.dashboard_forms .form-select {
  border-color: #29345033;
  border-radius: 10px;
  color: #293450;
  padding-left: 16px;
  min-height: 45px;
  margin-bottom: 15px;
}

.dashboard_forms .form-control:focus,
.dashboard_forms .form-select:focus {
  border-color: #2dbdca;
  box-shadow: none;
}

.input-filled,
.input-filled:focus {
  background-color: #f3f3f3;
  border-color: #f3f3f3 !important;
}

.set-inlinecheck {
  min-height: 45px;
  display: flex;
  align-items: center;
}

.dashboard_forms .form-check-input {
  border-color: #2dbdca;
  border-width: 2px;
}

.btn-accordian[aria-expanded="true"] .down-arrow {
  border-radius: 16px;
  transform: rotate(90deg);
  width: 20px;
  height: 20px;
}

.btn-accordian[aria-expanded="false"] .down-arrow {
  transition: 0.2s;
  width: 40px;
  height: 20px;
}

.dashboard_forms .form-check-input:focus {
  box-shadow: none;
}

.dashboard_forms .form-check-input:checked {
  background-color: #2dbdca;
}

.ad-img {
  max-width: 600px;
  width: 100%;
}

.dashboard-search input {
  border-color: #29345045;
  border-radius: 26px;
  padding-left: 46px;
}

.dashboard-search {
  position: relative;
}

.search-icn {
  height: 14px;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.dashboard-search input:focus {
  box-shadow: none;
}

/* Prescription page */

.prescription-block {
  box-shadow: 0px 0px 38px #5a5e771a;
  border-radius: 9px;
  background-color: #fff;
  max-width: 450px;
  margin: 0 auto;
}

.prescription-text {
  color: #5d6174;
}

/*======== Start New Visit page css start ========*/

.start-visit-area .visit-max-height {
  max-height: none;
  height: auto;
}

.visit-max-height::-webkit-scrollbar {
  display: none;
}

.start-visit-area .start-tab-wrap {
  border-bottom: #f4f5fd 5px solid;
}

.start-visit-area .nav-tabs {
  border-bottom: none;
}

.start-visit-area .nav-tabs .nav-link {
  color: #293450;
  font-weight: 700;
  padding: 0.8rem 1rem;
  margin-bottom: -4px;
}

.start-visit-area .nav-tabs .nav-link:hover,
.start-visit-area .nav-tabs .nav-link:focus {
  border-color: transparent;
}

.start-visit-area .nav-tabs .nav-link.active {
  background-color: rgba(255, 114, 6, 0.13);
  color: #ff7206;
  border: none;
  border-bottom: #ff7206 5px solid;
  border-radius: 10px 10px 0 0;
}

/*** --- Reminders Css ***/

.dropdown-menu {
  box-shadow: 0px 0px 8px #0000001a;
  border: 0px;
  border-radius: 12px;
}

.reminders-area .description {
  color: #293450;
  opacity: 0.5;
}

.reminders-area .details-icon {
  position: relative;
}

.reminders-area .details-icon .profile-pic {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.chaticon {
  position: absolute;
  background: #000;
  height: 22px;
  width: 22px;
  bottom: -5px;
  right: -5px;
  border: 2px solid #fff;
}

.chaticon .chat-icon {
  width: 10px;
}

.close-bg {
  background: #e9e9e9;
  height: 24px;
  width: 24px;
  padding: 0px;
  position: relative;
  margin-top: -5px;
}

.recent-right .text-primary {
  opacity: 0.6;
}

.min-w-110 {
  min-width: 110px;
}

/*** --- Settin page css ---***/

.form-control {
  min-height: 45px;
  border-radius: 10px;
}

.settings-tabs .nav-tabs {
  border-bottom: 0px;
}

.settings-tabs .nav-item {
  width: 100%;
  display: block;
}

.settings-tabs .nav-item .nav-link {
  padding: 32px 32px 32px 50px;
  border: none;
  border-bottom: solid 1px #ebebeb;
  color: #293450;
  border-radius: 0px;
  font-weight: 600;
  font-size: 18px;
  position: relative;
}

.settings-tabs .nav-item .nav-link::after {
  position: absolute;
  content: "";
  background: url(../images/right_arrow_blue.svg);
  background-repeat: no-repeat;
  background-size: 16px;
  height: 16px;
  width: 16px;
  right: 30px;
  top: 37px;
  opacity: 0.5;
}

.settings-tabs .nav-item .nav-link.active::after {
  transform: rotate(-180deg);
  opacity: 1;
}

.settings-tabs .nav-item .nav-link.active {
  background: rgba(45, 189, 202, 0.13);
  color: #2dbdca;
}

.settings-tabs .nav-item:last-child .nav-link {
  border-bottom: none;
}

.settings-tabs .nav-item:first-child .nav-link.active {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.settings-tabs .nav-item:last-child .nav-link.active {
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

.select-arrow:after {
  content: "";
  background: url(../images/down_arrow_black.svg);
  background-repeat: no-repeat;
  background-size: 16px;
  height: 16px;
  width: 16px;
  position: absolute;
  top: 16px;
  right: 20px;
}

.key-icon-input {
  position: absolute;
  left: 18px;
  top: 0px;
  z-index: 9;
  background: none;
  border: none;
  padding: 8px 10px;
}

.sonar-wrapper {
  position: relative;
  z-index: 0;
  overflow: hidden;
  height: 18px;
  width: 18px;
}

.sonar-emitter {
  position: relative;
  width: 10px;
  height: 10px;
  border-radius: 9999px;
  background-color: #ff7400;
}

.sonar-wave {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 9999px;
  background-color: #ff7400;
  opacity: 0;
  z-index: -1;
  pointer-events: none;
}

.border-color-red-light {
  border-color: hsla(27, 100%, 50%, 0.123) !important;
}

.sonar-wave {
  animation: sonarWave 2s linear infinite;
}

.verification-step {
  padding: 15px;
  border: 1px solid #e9e9e9;
  border-radius: 12px;
}

.switch_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

input[type="checkbox"].switch_1 {
  font-size: 19px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 50px;
  height: 28px;
  background: #ddd;
  border-radius: 3em;
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

input[type="checkbox"].switch_1:checked {
  background: #2dbdca;
}

input[type="checkbox"].switch_1:after {
  position: absolute;
  content: "";
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #fff;
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
  left: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

input[type="checkbox"].switch_1:checked:after {
  left: calc(100% - 1.5em);
}

@keyframes sonarWave {
  from {
    opacity: 0.4;
  }
  to {
    transform: scale(3);
    opacity: 0;
  }
}

/*** --- businesses page css --- ***/

.businesses-bg {
  background: url(../images/business_bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.z-index-1 {
  z-index: 1;
}

.program_bg {
  position: relative;
  background: url(../images/program_bg.svg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
  height: 168px;
  width: 100%;
}

.business-discription {
  max-width: 520px;
}

/***--- Visit Details treatment Plan ---***/

.treatment-plan-title {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  background: #ff7206;
}

.under-border span {
  position: relative;
}

.under-border span::after {
  border-bottom: 4px solid #2dbdca;
  width: 38px;
  position: absolute;
  content: "";
  height: 4px;
  bottom: -6px;
  left: 0;
}

.uunder-line-center .under-border span::after {
  left: 50%;
  transform: translate(-50%, 0px) !important;
}

/**-- Modal css --**/

.modal-title {
  color: #293450;
}

.close {
  width: 30px;
  height: 30px;
  background: #f5f5f5 !important;
  opacity: 1;
}

.start-visit-area .visit-max-height {
  overflow-y: unset;
}

.menu-toggle {
  cursor: pointer;
  min-width: 60px;
  z-index: 1;
}

.right-side {
  min-width: 60px;
}

.dashboard-header.settings-tabs {
  min-height: 490px;
}

.bordder-line {
  display: none;
}

#how-it-work {
  padding: 12px;
}

#how-it-work .modal-dialog,
#Step-verification .modal-dialog {
  max-width: 345px;
  margin: 20px auto;
}

#how-it-work .modal-content,
#Step-verification .modal-content {
  border-radius: 20px;
}

.visit-show .show-bg-hidden {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #2934509c;
  z-index: 3;
}

.visitopen-div {
  display: none;
}

.visit-show .visitopen-div {
  display: block;
  position: absolute;
  bottom: 90px;
  left: 20px;
  width: 180px;
  z-index: 8;
}

.visitopen-div .icon-wraps {
  background: #fff;
  height: 44px;
  min-height: 44px;
  width: 44px;
  min-width: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.choose-img {
  position: absolute;
  right: 0;
  bottom: 0;
  background: #fff;
  border-radius: 50%;
  height: 24px;
  width: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 3px 6px #00000029;
}

#active-visit-tabs.nav-tabs {
  border-bottom: 2px solid #f4f5fd;
}

#active-visit-tabs.nav-tabs .nav-link {
  border: none;
  color: #293450;
  font-weight: 600;
  opacity: 0.5;
  padding: 8px 25px;
  position: relative;
}

#active-visit-tabs.nav-tabs .nav-link.active {
  border: none;
  background: #2dbdca;
  border-radius: 10px 10px 0px 0px;
  color: #fff;
  font-weight: 600;
  opacity: 1;
}

#active-visit-tabs.nav-tabs .nav-link.active::after {
  background: url(../images/active_tab.svg) no-repeat bottom center;
  content: "";
  bottom: -11px;
  position: absolute;
  width: 32px;
  height: 12px;
  left: 50%;
  transform: translate(-50%, 0px);
}

.top-left-icon {
  width: 60px;
}

.circle {
  width: 20px;
  display: inline-block;
  position: relative;
  text-align: center;
  line-height: 1.2;
}

.circle canvas {
  vertical-align: top;
  width: 20px !important;
  height: 20px !important;
}

.circle strong {
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  text-align: center;
  line-height: 40px;
  font-size: 30px;
  color: black;
}

/* =================================================== */

.flex__overflow {
  flex: 1;
  overflow-y: auto;
  scrollbar-width: none;
}

.overflow-y-auto {
  overflow-y: auto;
  scrollbar-width: none;
}

.overflow-y-auto::-webkit-scrollbar,
.max__overflow::-webkit-scrollbar,
.flex__overflow::-webkit-scrollbar {
  display: none;
}

.overflow__div {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.sticky_div {
  position: sticky;
}

.max__overflow {
  overflow-y: auto;
  max-height: 100%;
  scrollbar-width: none;
}

.credit__div {
  width: 100%;
}

.logo__div-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 74px;
}

.dashboard--title,
.dashboard--title_medium {
  color: #293450;
  font-weight: 600;
  font-size: 18px;
}

.dashboard--title_medium {
  font-size: 16px;
}

.box__header {
  padding: 20px;
  box-shadow: 0px 0px 11px #8dbcce38;
  border-radius: 14px 14px 0px 0px;
}

.box__content {
  padding: 20px;
}

.review_btn_inner {
  display: none;
}

.icon-wrap.receipt-icon-wrap {
  height: 60px;
  width: 60px;
}

.icon-wrap.receipt-icon-wrap img {
  height: 26px;
  width: 26px;
}

.msg__date {
  color: #29345080;
  font-size: 13px;
}

.box__content .details-icon {
  height: 52px;
  width: 52px;
  min-height: 52px;
  min-width: 52px;
}

.box__content .details-icon img {
  height: 22px;
  width: 22px;
}

.dark_wallet {
  background-color: #43475b;
  border-radius: 12px;
  color: #fff;
  min-width: 352px;
}

.wallet-refer-img {
  height: 100px;
}

.dark_wallet .small-label {
  font-size: 12px;
  margin-bottom: 10px;
}

.dark_wallet .price {
  font-size: 30px;
  font-weight: 700;
}

.cashback-text {
  color: #ffffffb3;
  font-size: 14px;
}

.wallet_receipt {
  box-shadow: 0px 0px 11px #8dbcce38;
  border-radius: 12px;
  padding: 15px 20px;
  width: 100%;
}

.single-receipt {
  box-shadow: 0px 0px 11px #8dbcce38;
  border-radius: 12px;
  padding: 12px;
  margin-bottom: 15px;
  cursor: pointer;
}

.single-receipt .details-icon {
  height: 50px;
  width: 50px;
  min-height: 50px;
  min-width: 50px;
}

.single-receipt .sort-description {
  font-size: 15px;
  font-weight: 600;
}

.single-receipt .msg__date {
  color: #44444482;
}

.single-receipt .receipt-danger {
  color: #f12245;
  font-weight: 600;
}

.single-receipt .receipt-success {
  color: #1cca8f;
  font-weight: 600;
}

.set-receipt-col [class*="col-"]:nth-child(even) {
  padding-right: 0;
}

.set-receipt-col [class*="col-"]:nth-child(odd) {
  padding-left: 0;
}

@media (min-width: 576px) {
  .modal-dialog.dashboard_modal {
    max-width: 627px;
  }
}

.close-icn-circle {
  background-color: #f5f5f5;
  min-width: 25px;
  min-height: 25px;
  font-size: 13px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #293450;
  line-height: normal;
}

/* ------------ new progressbar  */

.progress__wrap .single_progress {
  width: calc(100% / 4);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}

.progress__img svg {
  height: 26px;
  stroke-width: 0.5px;
  fill: #caccdf;
  stroke: #caccdf;
}

.progress__outer {
  margin: 16px 0;
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative;
}

.progress__div {
  height: 26px;
  width: 26px;
  background: #caccdf;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 0;
}

.progress__label {
  line-height: normal;
  font-size: 14px;
  font-weight: 600;
  color: #caccdf;
  min-height: 35px;
}

.inner__progress:after {
  position: absolute;
  content: "\f111";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  color: #fff;
}

.progress__outer:after,
.progress__outer:before {
  position: absolute;
  content: "";
  width: 50%;
  height: 4px;
  transform: translateY(-50%);
  background: #caccdf;
  right: 0;
  top: 50%;
  z-index: -1;
}

.progress__outer:before {
  left: 0;
  right: auto;
}

.progress__wrap .single_progress:first-child .progress__outer:before {
  content: none;
}

.progress__wrap .single_progress:last-child .progress__outer:after {
  content: none;
}

.assigned-state .inner__progress:after {
  content: "\f00c";
}

.assigned-state .progress__div {
  background-color: #5d6174;
}

.assigned-state .progress__label {
  color: #5d6174;
}

.assigned-state .progress__img svg {
  fill: #5d6174;
  stroke: #5d6174;
}

.Inprogress-state .progress__div {
  background-color: #fff;
}

.Inprogress-state .progress__label {
  color: #2dbdca;
}

.Inprogress-state .inner__progress:after {
  color: #2dbdca;
}

.Inprogress-state .progress__img svg {
  fill: #2dbdca;
  stroke: #2dbdca;
}

.active-spn {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100% !important;
  height: 4px;
  z-index: 0;
  background: transparent linear-gradient(90deg, #5d6174 0%, #2dbdca 100%) 0% 0%
    no-repeat padding-box;
  transform: translate(50%, -50%);
}

.timer_svg {
  stroke-width: 1.5px !important;
  stroke: #fff !important;
}

.smile_svg {
  fill: none !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
  stroke-width: 2.5px !important;
}

/* dynamic progressbar  css */

.progress {
  width: 26px;
  height: 26px;
  background: none;
  position: relative;
}

.progress::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 3px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
}

.progress > span {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}

.progress .progress-left {
  left: 0;
}

.progress .progress-bar {
  width: 100%;
  height: 100%;
  background: none;
  border-width: 3px;
  border-style: solid;
  position: absolute;
  border-color: #2dbdca;
  top: 0;
}

.progress .progress-left .progress-bar {
  left: 100%;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  border-left: 0;
  -webkit-transform-origin: center left;
  transform-origin: center left;
}

.progress .progress-right {
  right: 0;
}

.progress .progress-right .progress-bar {
  left: -100%;
  border-top-left-radius: 80px;
  border-bottom-left-radius: 80px;
  border-right: 0;
  -webkit-transform-origin: center right;
  transform-origin: center right;
}

.progress .progress-value {
  position: absolute;
  top: 0;
  left: 0;
}

/* popupdesign */
@font-face {
  font-family: "FREESCPT";
  src: url("../fonts/FREESCPT.woff2") format("woff2"),
    url("../fonts/FREESCPT.woff") format("woff"),
    url("../fonts/FREESCPT.ttf") format("truetype");
}
#signatureModal .modal-dialog {
  max-width: 627px;
  border-radius: 20px;
}
#signatureModal .modal-header .modal-title {
  font-size: 20px;
  color: #293450;
  font-weight: 700;
}
.autorized-detail-wrp {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.autorized-detail-wrp p {
  font-size: 18px;
  font-weight: 600;
  color: #293450;
}
.autorized-detail-wrp p span {
  margin-left: 15px;
}
#signatureModal .modal-dialog .modal-content {
  border-radius: 20px;
}
.cal-date {
  margin-top: 20px;
  color: #293450;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 40px;
}
.verfication-chk-wrp {
  margin-bottom: 35px;
}
.verfication-chk-wrp .form-check input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.verfication-chk-wrp .form-check label {
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  color: #293450;
  position: relative;
  padding-left: 43px;
}
.verfication-chk-wrp .form-check label:before {
  content: "";
  -webkit-appearance: none;
  background-color: #e7ecf5;
  width: 29px;
  height: 29px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  border-radius: 6px;
  position: absolute;
  left: 0;
}
.verfication-chk-wrp .form-check input:checked + label:before {
  background-color: #2dbdca;
}
.verfication-chk-wrp .form-check input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 11px;
  width: 6px;
  height: 11px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}
.autorized-person-sign h6 {
  font-family: "FREESCPT";
  color: #265adf;
  text-decoration: underline;
  font-size: 33px;
  margin-bottom: 0px;
}
.autorized-person-sign span {
  font-size: 10px;
  color: #293450;
}
#signatureModal .modal-footer {
  justify-content: space-between;
}
#signatureModal .modal-footer .btn.cancel-btn,
.modal-footer .btn.apply-sign-btn {
  background-color: #e1e1e1;
  color: #293450;
  font-size: 16px;
  border-radius: 25px;
  max-width: 145px;
  width: 100%;
  border: 0px;
  font-weight: 700;
  height: 40px;
}
#signatureModal .modal-footer .btn.apply-sign-btn {
  background-color: #ff7206;
  color: #fff;
}
#signatureModal .btn-close {
  background: #f5f5f5;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  line-height: 30px;
  text-align: center;
  padding: 0px;
  margin: 0px;
}

@media (max-width: 1600px) {
  #signatureModal .modal-header .modal-title {
    font-size: 16px;
  }
  .autorized-detail-wrp p {
    font-size: 14px;
  }
  .cal-date {
    margin-bottom: 20px;
    margin-top: 10px;
    font-size: 16px;
  }
  .cal-date img {
    width: 12px;
  }
  .verfication-chk-wrp .form-check label {
    font-size: 14px;
  }

  .modal-footer .btn.cancel-btn,
  .modal-footer .btn.apply-sign-btn {
    font-size: 14px;
    height: 35px;
  }
  .verfication-chk-wrp {
    margin-bottom: 15px;
  }
}

@media (max-width: 767px) {
  #signatureModal .modal-dialog {
    max-width: 500px;
    border-radius: 15px;
  }
  .summary_edit_form .row {
    margin-left: -7px;
    margin-right: -7px;
  }
  .summary_edit_form .row > * {
    padding-left: 7px;
    padding-right: 7px;
  }
  .summary_edit_form .row > * > div {
    margin-top: 0 !important;
    margin-bottom: 12px !important;
  }
  .summary_edit_form .row > * > div .mb-2,
  .summary_edit_form .row > * > div .mb-3 {
    margin-bottom: 0 !important;
  }
  .summary_edit_form .row > * div > .mr-4 {
    margin-right: 15px !important;
  }
  .small-profile-img {
    width: 32px;
    height: 32px;
    border: 2px solid #ff7206;
  }
}
@media (max-width: 580px) {
  #signatureModal .modal-header .modal-title {
    font-size: 18px;
  }
  .autorized-detail-wrp p {
    font-size: 16px;
  }
  .autorized-detail-wrp {
    display: block;
  }
  .autorized-person-sign {
    margin-bottom: 30px;
  }
  .verfication-chk-wrp .form-check label:before {
    width: 29px;
    height: 29px;
  }
  .verfication-chk-wrp .form-check label {
    padding-left: 43px;
  }
  .modal-footer .btn.cancel-btn,
  .modal-footer .btn.apply-sign-btn {
    font-size: 16px;
    height: 40px;
  }
}

/* Edit profile new updated design */
.bg-secondary2 {
  background-color: #ff7500 !important;
}
.bg-grey-e4 {
  background-color: #e4e4e4;
}
.color-white {
  color: #fff;
}
.color-black {
  color: #000;
}
/* .edit-footer{
    margin-top:56px;
} */
.edit-footer button {
  min-width: 146px;
  border-radius: 25px;
}
.personal-info-wrp {
  max-width: calc(100% - 320px);
  margin: 0 auto;
}
.personal-detail {
  margin-top: 35px;
}
.profile-img-mobile .profile_image_wrp {
  position: relative;
}
.profile-img-mobile .profile_image {
  width: 112px;
  height: 112px;
  overflow: hidden;
  border-radius: 50%;
}
.profile-img-mobile .profile_image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

/*presonal onfo form input tags*/

.edit-input-wrp {
  position: relative;
}
.edit-input-wrp label {
  position: absolute;
  font-size: 13px;
  left: 13px;
  top: 50%;
  transform: translateY(-50%);
  margin-bottom: 0px;
  pointer-events: none;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
  color: #293450; /* damini */
  opacity: 0.5;
  font-weight: 500;
}
.edit-input-wrp input,
.edit-input-wrp select {
  border: 1px solid #ced2e8;
  border-radius: 4px;
  height: 58px;
  padding: 10px 12px;
  width: 100%;
  min-width: 1px;
  color: #293450; /* damini */
  font-size: 14px;
  font-weight: 700;
  background-color: #fff;
}
.edit-input-wrp input:disabled {
  background-color: #eef2f6;
  border-color: #ced2e8;
  cursor: not-allowed;
}
.edit-input-wrp select:disabled {
  background-color: #f3f3f3;
  border-color: #29345033;
  cursor: not-allowed;
}
.edit-input-wrp select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.edit-input-wrp input:not(:placeholder-shown),
.edit-input-wrp input:focus,
.edit-input-wrp select:focus,
.edit-input-wrp select:not([value=""]):valid {
  padding: 30px 12px 10px;
  outline: none;
}

.edit-input-wrp input:not(:placeholder-shown) ~ label,
.edit-input-wrp input:focus ~ label,
.edit-input-wrp select:focus ~ label,
.edit-input-wrp select:not([value=""]):valid ~ label {
  top: 10px;
  transform: unset;
}

.edit-input-wrp input[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 1;
  display: block;
  background: url("../images/calendar.svg") no-repeat;
  width: 15px;
  height: 16.67px;
  margin-top: -20px;
}

.edit-select-wrp:after {
  content: "";
  background-image: url("../images/arrow__down.svg");
  background-repeat: no-repeat;
  width: 14px;
  height: 8px;
  background-size: cover;
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
  right: 15px;
}
.radio-label label {
  position: relative;
  top: unset;
  left: unset;
  transform: unset;
  font-size: 16px;
}
.radio-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.radio-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #ffffff;
  border-radius: 50%;
  border: 1px solid #d5d5d5;
}
.radio-container:hover input ~ .checkmark {
  background-color: #ccc;
}
.radio-container input:checked ~ .checkmark {
  background-color: #2dbdca;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.radio-container input:checked ~ .checkmark:after {
  display: block;
}
.radio-container .checkmark:after {
  top: 4px;
  left: 4px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: white;
}

/*presonal onfo form input css end*/

.summary_edit_content .container {
  margin-bottom: 0px;
}

@media (min-width: 1600px) {
  .edit-input-wrp label,
  .edit-input-wrp input,
  .edit-input-wrp select {
    font-size: 16px;
    font-weight: 500;
  }
  .for-web .edit-input-wrp input:not(:placeholder-shown),
  .for-web .edit-input-wrp input:focus,
  .for-web .edit-input-wrp select:focus,
  .for-web .edit-input-wrp select:not([value=""]):valid {
    padding: 14px 25px;
  }
}

/* My Profile */
button:focus {
  outline: none;
}
.health_history_card {
  box-shadow: 0px 3px 10px #74b2c530;
  border-radius: 8px;
  background-color: #fff;
  padding: 0px 15px 0px 16px;
  position: relative;
}
.health_history_card::after {
  position: absolute;
  left: 0;
  content: "";
  height: 100%;
  width: 6px;
  background: #293450;
  top: 0;
  border-top-left-radius: inherit;
  border-bottom-left-radius: inherit;
}
.health_tab_btn {
  background-color: transparent;
  border: 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 24px 12px 0px;
  width: 100%;
  position: relative;
  height: 48px;
}
.health_tab_btn:after {
  content: url("../images/down_caret.svg");
  width: 24px;
  height: 24px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(-180deg);
  transition: 0.3s all ease-in-out;
}
.health_tab_btn.collapsed:after {
  transform: translateY(-50%) rotate(0deg);
}
.health_tab_btn span {
  display: flex;
  align-items: center;
}
.health_tab_btn span span {
  width: 34px;
  justify-content: center;
}
.health_tab_btn span h3 {
  font-size: 16px;
  font-weight: 700;
  margin: 0px;
}
.history_edit_btn {
  width: 24px;
  height: 24px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #f1f6f8;
  border-radius: 50%;
  position: absolute;
  top: 12px;
  right: 38px;
  z-index: 2;
}
.health_labels p {
  padding: 6px 10px;
  border-radius: 7px;
  background-color: #2dbdca1f;
  color: #171e43;
  font-size: 14px;
  font-weight: 500;
}
.health_labels {
  border-top: 1px solid #2dbdca;
}
.health_labels .label {
  margin-right: 15px;
}
.health_history_wrp {
  padding: 0px 27px;
}
.health_history_heading {
  background: #f2f5f6;
  border-radius: 15px 15px 0px 0px;
  padding: 20px 27px;
  margin: 25px 0px 0;
  max-height: 60px;
}
.health_history_heading h2 {
  color: #2c314a;
  margin-bottom: 0px;
}
.medication-action-buttons a {
  background: #ffffff;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*medication-action-button tooltip*/

.tooltip-btn {
  position: relative;
  display: inline-block;
}

.tooltip-btn .tooltiptext {
  visibility: hidden;
  width: auto;
  background-color: #293450;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 7px 12px;
  font-size: 16px;
  font-weight: 700;
  position: absolute;
  z-index: 1;
  top: 120%;
  left: 50%;
  margin-left: 0;
  transform: translateX(-50%);
}
.tooltip-btn .tooltiptext.tooltip-add {
  width: 100px;
}
.tooltip-btn:hover .tooltiptext {
  visibility: visible;
}

/* medication view */
.box-shadow-set {
  box-shadow: 0px 3px 10px #74b2c530;
  border-radius: 15px 15px 0px 0px;
}
.medication-list-wrp {
  padding: 25px 30px;
}
.medcation-item {
  background: rgba(45, 189, 202, 0.1);
  border-radius: 7px;
  padding: 10px 15px;
  justify-content: start;
}

.medication-view {
  display: inline-flex;
  flex-wrap: wrap;
  max-width: 50%;
}

.medcation-item .history_edit_btn {
  position: unset;
  background: #ffffff;
  margin-right: 0px !important;
  margin-left: 15px;
  width: 30px;
  height: 30px;
}
.summary-history-btn {
  padding: 3px 20px !important;
  border-radius: 28px;
  margin-top: 17px;
}
.hide {
  display: none !important;
}
.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}
.select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 16px;
  color: #2c314a;
  width: 90%;
  height: 30px;
}
.active-select {
  width: 100%;
  height: 50px;
}

.select-styled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  font-weight: 700;
}
.select-styled:before {
  content: "";
  background-image: url("../images/search.svg");
  background-repeat: no-repeat;
  width: 14px;
  height: 14px;
  background-size: 14px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
  opacity: 0;
}
.select-styled.active:before {
  opacity: 0.5;
}
.select-styled.active {
  background: #fff;
  padding: 10px 10px 10px 30px;
  height: 50px;
  border: 1px solid #2dbdca;
  border-radius: 8px;
}
.select-styled:after {
  content: "";
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  top: 16px;
  right: 10px;
  opacity: 0;
}

.select-styled:active:after,
.select-styled.active:after {
  top: 9px;
  border-color: transparent transparent #fff transparent;
}

.select-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #fff;
  margin-left: 0px;
  border: 1px solid #d9dcee;
  border-radius: 8px;
}
.select-options li {
  margin: 0;
  padding: 12px 0;
  text-indent: 15px;
  -moz-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
  color: #171e43;
  font-size: 15px;
  font-weight: 500;
}

.select-options li[rel="hide"] {
  display: none;
}

/*Prescription Refill*/

.border-color-light-blue {
  border-color: #cfdcee !important;
}
h3,
.h3 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
}
.select-patient-list-wrp {
  border-bottom: none;
}
.select-patient-list-wrp .nav-item .nav-link {
  border: none;
  background: #fff;
  border-radius: 10px;
  padding: 10px 10px;
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  color: #2c314a;
  margin-bottom: 0;
  margin-right: 10px;
}
.select-patient-list-wrp .nav-item .nav-link span {
  padding-left: 10px;
}
.select-patient-list-wrp .nav-item .nav-link.active {
  background: #171e43;
  color: #fff;
}
.select-patient-list-wrp .nav-item .nav-link.active .blue-icon,
.select-patient-list-wrp .nav-item .nav-link .white-icon {
  display: none;
}
.select-patient-list-wrp .nav-item .nav-link.active .white-icon {
  display: block;
}
.select-patient-list-wrp .user-tab-icon {
  background: rgba(45, 189, 202, 0.1);
  border-radius: 8px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.riffile-main {
  background-image: url("../images/Banner@2x.png");
  width: 100%;
  height: 980px;
  background-size: cover;
  background-position: center right;
  border-radius: 16px;
}
.riffile-main h2 {
  margin: 30px 0;
  font-size: 35px;
}
.riffile-main .set-nowrap-box {
  display: inline-flex;
  flex-wrap: wrap;
  margin-bottom: 24px;
}
.riffile-main .medication-list-wrp .history-title h2 {
  font-size: 24px;
  margin-bottom: 0;
  color: #2c314a;
}
.riffile-main .history-date {
  background: #f2f2f2;
  border-radius: 8px;
  padding: 8px 15px;
}
.riffile-main .history-date label {
  font-size: 15px;
}
.riffile-main .History-item {
  background: rgba(255, 114, 6, 0.15);
}
.riffile-main .History-item .text-orange {
  color: #ff7206;
}
.riffile-main .hitrory-refill button {
  width: 135px;
}
.riffile-main .historical-medicine .health_history_card::after {
  display: none;
}
.riffile-main .historical-medicine .health_history_card {
  padding: 15px;
}
.riffile-main .historical-medicine .health_history_card .health_tab_btn {
  padding: 0 24px 0 0 !important;
  height: auto;
}
.riffile-main button.health_tab_btn.medications-btn {
  border: 1px solid #cfdcee;
  border-radius: 8px;
  background-color: #fff;
  padding: 15px;
  position: relative;
  /* margin-bottom: 15px; */
  width: 100%;
  display: flex;
}
.riffile-main button.health_tab_btn.medications-btn:after {
  right: 15px;
}
.riffile-main button.health_tab_btn.medications-btn.collapsed:after {
  transform: translateY(-50%) rotate(-180deg);
}

.riffile-main button.health_tab_btn.medications-btn:after {
  transform: translateY(-50%) rotate(0deg);
}
.riffile-main .box-shadow-set {
  margin-bottom: 40px;
}
.riffile-main .medication-set-height {
  height: 674px;
  overflow: auto;
}
.riffile-main .refill-info-wrp p {
  font-size: 14px;
}
.riffile-main div#allergies .set-nowrap-box {
  margin-bottom: 0;
}
.riffile-main .medcation-item.mb-3 {
  margin-bottom: 12px !important;
}
.set-nowrap-box .medcation-item .check-container {
  margin-right: 5px;
}

/* delete-view */
.delete-view {
  max-width: 45%;
}
.check-container .checkmark {
  border-radius: 6px;
  width: 30px;
  height: 30px;
  border: 0px;
  box-shadow: 0px 3px 6px #4f80a029;
}
.check-container {
  display: inline-block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 32px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
}

.check-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 30px;
  width: 30px;
}

/* On mouse-over, add a grey background color */
.check-container:hover input ~ .checkmark {
  background-color: #e0e7f6;
}

/* When the checkbox is checked, add a blue background */
.check-container input:checked ~ .checkmark {
  background-color: #ff7206;
  box-shadow: unset;
}

/* Create the checkmark/indicator (hidden when not checked) */
.check-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.check-container input:checked ~ .checkmark:after {
  display: block;
}
.check-container .checkmark:after {
  left: 11px;
  top: 7px;
  width: 7px;
  height: 12px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.border-seconday2 {
  border: 1px solid #ff7206;
  color: #ff7206;
}

/* add-drug */
.add-drug-refill {
  display: none;
}
.medical-condition-result {
  background: #fff;
  border: 1px solid #c1c1c1;
  width: 100%;
  border-radius: 0 0 4px 4px;
  padding: 0 10px;
  border-top: 0;
  font-size: 12px;
}
.medical-condition-result ul {
  max-height: 300px;
  overflow-y: auto;
}
.medical-condition-result ul::-webkit-scrollbar-thumb {
  background-color: #c1c1c1;
}

.medical-condition-result ul::-webkit-scrollbar-track {
  background-color: #eee;
}
.medical-condition-result ul::-webkit-scrollbar {
  width: 4px;
  border-radius: 30px;
}
.search-small {
  height: 14px;
}
.callon-input.active-search {
  border-bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.result__list {
  padding: 5px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.result__list:hover {
  background-color: #f2f4f9;
  border-radius: 6px;
}
.result__list span {
  display: flex;
}
.result_fetching_error {
  border-top: 1px solid #f2f4f9;
}
.result_fetching_error li {
  margin-top: 10px;
  font-size: 11px;
  color: #2c314ae6;
}
.medical-condition-add input {
  padding-left: 10px;
}
.input_with--icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  left: 10px;
  opacity: 0.5;
}
.allergy_search_wrapper .add-condition-input {
  padding-left: 30px;
  padding-right: 10px;
  border-color: #e4e4e4 !important;
}
.allergy_search_wrapper.active {
  box-shadow: 0px 3px 31px #8d92be29;
  border: 1px solid #f2f4f9;
  border-radius: 4px;
  /* border-color: #e4e4e4 !important;   */
}
.allergy_search_wrapper.active .add-condition-input {
  border-color: transparent;
  border-radius: 4px 4px 0 0;
}
.add-condition-input:focus {
  border-color: #e4e4e4 !important;
}
.allergy_search_wrapper.active .add-condition-input:focus {
  border-color: transparent !important;
}
.medical-condition-result ul {
  border-top: 1px solid #f2f4f9;
  padding-top: 8px;
}
.allergy_search_wrapper.active .medical-condition-result,
.allergy_search_wrapper .medical-condition-result {
  border: 0;
  background-color: #fff;
}

.medical-condition-result {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  box-shadow: 0px 22px 31px #8d92be29;
  z-index: 3;
}
.input-options .callon-input {
  font-size: 13px !important;
  font-weight: 600;
  height: 45px;
  border-radius: 4px;
  border: 1px solid #c6ccd4;
}
.input-options .callon-input::placeholder {
  opacity: 0.5;
}
.medical-search-option .allergy_search_wrapper .medical-condition-result {
  border: 1px solid #e4e4e4;
  box-shadow: none;
}
.medical-search-option
  .allergy_search_wrapper.active
  .add-condition-input:focus {
  outline: none;
  box-shadow: none;
}
.medical-search-option .allergy_search_wrapper.active .add-condition-input {
  border: 1px solid #2dbdca !important;
  border-radius: 4px;
}
.medical-search-option .other_info_chip {
  background: rgb(45 189 202 / 20%);
  color: #000;
  padding: 7px 7px 7px 10px;
}
.medical-search-option .other_info_chip span {
  line-height: 24px;
}
.medical-search-option .close-chip {
  background-color: #fff;
}
.other_info_chip {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  color: #6e6e6e;
  font-weight: 500;
  font-size: 14px;
  padding: 5px 6px 5px 10px;
  box-shadow: 0px 0px 6px #748eb129;
  border-radius: 24px;
  margin-right: 10px !important;
}
.close-chip {
  background-color: #f5f5f5;
  height: 15px;
  width: 15px;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 10px;
  color: #293450;
  cursor: pointer;
}
.add-drug-view {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #cfdcee;
}
.add-to-list-action button {
  border-radius: 28px;
  max-width: 118px;
  height: 45px;
  width: 100%;
}
/* refill-wrp */
.refill-wrp button {
  border-radius: 28px;
  width: 100px;
  padding: 6px;
  line-height: 25px;
}
.mt-top-minus {
  margin-top: -54px;
}
.refill-cart-wrp {
  background: #ffffff;
  box-shadow: 0px 3px 10px #74b2c530;
  border-radius: 21px;
  padding: 20px;
  position: relative;
  min-height: 490px;
}
.refill-cart-wrp .empty-cart .cart-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 70px;
}
.refill-cart-wrp .empty-cart p {
  font-size: 16px;
  font-weight: 700;
  margin-top: 24px;
}
.cart-refill {
  width: 50%;
}
.cart-items .other_info_chip {
  box-shadow: 0px 3px 10px #74b2c530;
  border: 1px solid #d9dcee;
  border-radius: 8px;
  font-size: 15px !important;
  font-weight: 700;
  padding: 15px 10px;
}
.cart-items .close-chip {
  background: #e7f1f8;
  height: 30px;
  width: 30px;
  color: #2dbdca;
  font-size: 18px;
}
.refill-info-wrp {
  position: absolute;
  bottom: 20px;
  left: 0px;
  width: 100%;
  padding: 0px 20px;
}
.refill-info-wrp button {
  width: 118px;
}

/*top button design */

.top-button .dropdown .dropbtn {
  background-color: #2dbdca;
  border: 1px solid#2DBDCA;
  font-size: 16px;
  font-weight: 700;
}

.credit p {
  font-size: 12px;
  font-weight: 500;
}

.client-dropdown a {
  background-color: #f4f5fd;
  border: 1px solid #f4f5fd;
  border-radius: 30px;
  margin: 15px;
  display: block;
  padding: 12px;
  text-align: center;
  justify-content: center;
}

/* my profile */
.patient_card {
  border-radius: 16px;
  overflow: hidden;
  padding: 0px 0px 0px 16px;
  display: flex;
  justify-content: space-between;
  box-shadow: 0px 3px 10px #74b2c530;
}
.summay__patinet-info {
  display: flex;
  justify-content: start;
  align-items: center;
  margin-bottom: 13px;
}
.summay__patinet-info span {
  font-weight: 400;
  font-size: 14px;
}
.summay__patinet-info .patient-info-label {
  color: #2c314a;
  font-weight: 700;
  margin-right: 6px;
  display: inline-block;
  min-width: 95px;
}
.summay__patinet-info .patient-info-desc {
  color: #2c314ab3;
  font-weight: 600;
  font-size: 14px;
  display: flex;
}
.summay__patinet-info .pending_label {
  /* background-color: #2DBDCA; */
  display: flex;
  /* padding: 1px 6px; */
  border-radius: 5px;
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  align-items: center;
  cursor: pointer;
  margin-left: 10px;
  position: relative;
  margin-bottom: 0px;
}
.summay__patinet-info .tooltiptext {
  position: absolute;
  visibility: hidden;
  top: 100%;
  margin-top: 10px;
  box-shadow: 0px 3px 6px #00000029;
  color: #2c314a;
  padding: 5px 10px;
  border-radius: 7px;
  z-index: 2;
  background-color: #fff;
  left: -50%;
}
.with_tooltip:hover + .tooltiptext {
  visibility: visible;
}
.border-b-2c-o6 {
  border-bottom: 1px solid #2c314a0f;
}
.text-2c {
  color: #2c314a;
}
.contact-info-wrp {
  padding-top: 13px;
}
.patient_info {
  padding-top: 13px;
}
.patient_card {
  box-shadow: unset;
  border: 1px solid #e4e4e4;
}
.health-history-review {
  color: #171e43;
  margin: 12px 0px;
}

/*button design set*/

button.credit-btn {
  background: rgba(255, 114, 6, 0.1);
  border-radius: 16px;
  border: 0;
  padding: 9px 13px;
  font-size: 12px;
  font-weight: 500;
  color: #ff7206;
  position: absolute;
  right: 15px;
  top: 15px;
}
.dp-btn {
  width: 100%;
}
button.dropdown-btn {
  background: #2dbdca;
  border-radius: 16px;
  border: 0;
  padding: 6px 15px;
  font-size: 16px;
  color: #ffffff;
  font-weight: 700;
}
button.dropdown-btn.open {
  padding-bottom: 10px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.covid-adset {
  max-width: 190px;
}
.covid-adset h5 {
  font-size: 21px;
  font-weight: 700;
  margin-bottom: 10px;
}
.covid-adset p {
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 12px;
}
/* -------------------------------------medication changes----------------------------------- */

.medication-action-buttons .edit-medicaton-btn a{
  background: #FFF1E4;
  color: #FF6600;
  border: 0px;
  width: 85px;
  border-radius: 18px;
}
.health_label_wrap{
  border-radius: 7px;
  background: #EFF3F6;
  padding: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.health_label_wrap label{
  color: #7B7575;
  font-size: 13px;
}
.disable-tootltip{
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  border-radius: 0px 0px 13px 13px;
  box-shadow: 0px 3px 26px #4F6AB442;
  display: flex;
  justify-content: space-between;
  padding:12px;
}
.disable-tootltip span{
  padding-right: 20px;
}
.tooltip-close-btn{
  width: 35px;
  height: 26px;
  border-radius: 50%;
  background: #444444;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
}
.update-drug-desc input{
  border:1px solid #E4E4E4;
  border-radius: 6px;
  width: 100%;
  padding:10px;
  font-size: 14px;
  color: #171E43;
  font-weight: 600;
}
.delete-date-content div label{
  border: 1px solid #E8EDFB;
  padding:10px 10px 10px 40px;
  border-radius: 8px;
  margin-bottom: 8px;
}
.delete-date-content .radio-container .checkmark{
  top:50%;
  transform: translateY(-50%);
  left: 10px;
  border: 2px solid #D5D5D5;
}
.medcation-item .close-edit-drug.history_edit_btn{
  width:21px;
  height:21px;
  font-size: 10px;
  background-color: #F4F5FD;
}
.medcation-item .close-edit-drug.history_edit_btn i{
  color: #F12245;
}
.medcation-item .delete-drug.history_edit_btn{
  box-shadow: 0px 3px 6px #4B75A529;
  background-color: #FFFFFF;
}
.medcation-item .delete-drug.history_edit_btn i{
  color: #293450;
}
.medcation-item.open{
  flex-wrap: wrap;
  justify-content: space-between;
  background: #fff;
  box-shadow: 0px 3px 12px #586D9B26;
  border-radius: 6px;
  padding:13px 8px;
  width: 355px;
}
.medcation-item .health_labels{
  border-top:none;
}
.edit-view{
  max-width: 80%;
}
.edit-view .medcation-item{
  margin-right: 14px;
}
@media (max-width:580px){
  .box-shadow-set{
    padding-bottom: 90px;
  }
  .medication-action-buttons .edit-medicaton-btn a{
    background: #fff;
    color: #FF6600;
    border:1px solid #FF6600;
    font-size: 14px!important;
  }
}
/* -------------------------------------medication changes end ----------------------------------- */
/*presonal onfo form */

@media (min-width: 991px) {
  .summary_edit_form {
    margin-top: 25px;
    height: 100%;
    background-color: #fff;
    border-radius: 16px 16px 0px 0px;
    margin-bottom: 0px !important;
  }
  .web_mobile_view {
    padding: 65px 0px;
  }
  .web_mobile_view .summary_header {
    background-color: #fff;
    padding: 3.2rem 0px;
  }

  .web_mobile_view .summary_footer {
    padding-bottom: 90px;
  }
  .small-container .small-content {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .profile_verfication_code_content h2 {
    text-align: center;
  }
  .code_content {
    max-width: 75%;
    text-align: center;
    margin: 0 auto;
  }
  .id_content_wrp {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .id_content_wrp img {
    margin-right: 21px;
  }
  .content_heading_wrp h2 {
    padding-top: 0px !important;
  }
  .id_accepted {
    margin-top: 80px;
  }
  .id_accepted a {
    height: 70px;
    line-height: 38px;
  }
  .edit-select-wrp:after {
    top: 26%; /* damini */
  }
  .for-web .edit-input-wrp label {
    position: relative;
    top: -87px;
    transform: unset;
    left: 0px;
    transition: unset;
  }
  .for-web .edit-input-wrp.radio-label label{
    position: unset;
  }
  .for-web .edit-form-radio-wrap {
    margin-top: 20px;
  }
  .for-web .edit-input-wrp input:not(:placeholder-shown),
  .for-web .edit-input-wrp input:focus,
  .for-web .edit-input-wrp select:focus,
  .for-web .edit-input-wrp select:not([value=""]):valid {
    padding: 10px 12px;
    margin-bottom: 25px;
  }
  .for-web
    .edit-input-wrp
    input[type="date"]::-webkit-calendar-picker-indicator {
    margin-top: 0px;
  }
  .for-web .edit-input-wrp input,
  .for-web .edit-input-wrp select {
    height: 52px;
    border-radius: 10px;
  }

  .edit-input-wrp input:not(:placeholder-shown) ~ label,
  .edit-input-wrp input:focus ~ label,
  .edit-input-wrp select:focus ~ label,
  .edit-input-wrp select:not([value=""]):valid ~ label {
    position: relative;
    top: -108px;
    transform: unset;
    left: 0px;
  }
  .custom-tab {
    display: block !important;
    opacity: 1 !important;
  }
  .radio-label {
    position: absolute;
    top: -45px;
    left: 0px;
  }
}

@media (max-width: 1600px) {
  .cart-items .other_info_chip {
    font-size: 13px !important;
    padding: 10px 8px;
  }
  .cart-items .close-chip {
    width: 25px;
    height: 25px;
    font-size: 16px;
  }
  .medcation-item .fs-14 {
    font-size: 12px !important;
  }
  .patient_card .summay__patinet-info {
    margin-bottom: 13px !important;
  }
}
@media (max-width: 1500px) {
  .profile-page .profile_image,
  .profile-page .profile_image .profile-pics {
    width: 100px !important;
    height: 100px !important;
  }
}

@media (min-width: 1200px) and (max-width: 1350px) {
  /* .check-container{
        padding-left: 22px;
        margin-bottom: 21px;
    } */
  .check-container input {
    width: 25px;
    height: 25px;
  }
  .check-container .checkmark {
    width: 25px;
    height: 25px;
  }
  /* .medication-list-wrp{
        padding: 0px 20px;
    } */
}

@media (min-width: 1920px) {
  .delete-view {
    max-width: 41%;
  }
}

@media (max-width: 1200px) {
  .profile-page .profile-up {
    justify-content: center !important;
  }
}
@media (max-width: 991px) {
  .medication-view {
    max-width: 100% !important;
  }
  /* .edit-profile-page .main-content {
    height: calc(100vh - 132px);
  } */
  .main-content {
    background-color: #fff;
    height: auto;
    margin-bottom: 75px;
  }
  .health_history_card::after {
    background: #2dbdca;
  }
  .dashboard-tab {
    padding: 12px 15px;
    border: 1px solid #f4f5fd;
  }
  .dashboard-tab .nav-link {
    border-radius: 18px;
    background-color: transparent;
    border: 0px;
    padding: 8px 17px;
    color: #293450;
    font-size: 12px;
    font-weight: 700;
  }
  .dashboard-tab li:last-child .nav-link {
    margin-right: 0px;
  }
  .dashboard-tab .nav-link.active {
    background-color: #293450;
    color: #fff;
    font-size: 14px;
  }
  .container-fluid {
    padding-left: 0rem;
    padding-right: 0rem;
    overflow-x: hidden;
  }
  .refill-btn {
    border-radius: 16px;
    min-width: 90px;
  }
  .health_history_heading {
    background: #fff;
    margin-top: 0px;
    margin-bottom: 20px;
    padding: 15px;
  }
  .medication-action-buttons a {
    background-color: #f4f5fd;
    width: 30px;
    height: 30px;
  }
  .medication-list-wrp {
    padding: 0px 15px;
  }
  .medcation-item .history_edit_btn img {
    width: 14px;
  }
  .medication-view-wrp {
    flex-wrap: wrap;
  }
  .medcation-item.open {
    width: 100%;
    background: #fff;
    box-shadow: 0px 3px 10px #74b2c540;
    border-radius: 8px;
  }
  .update-btn-wrp button {
    border-radius: 9px;
    font-size: 13px;
    padding: 7px 19px !important;
  }
  .medcation-item .close-edit-drug {
    background: #f4f5fd;
    color: #f12245;
  }
  .medcation-item .close-edit-drug i {
    line-height: 20px;
  }
  .update-dropdown-search .select-styled.active {
    border: 0px;
    padding: 0px;
    height: auto;
  }
  .active-select {
    height: 30px;
  }
  .update-dropdown-search .select-styled.active:before {
    display: none;
  }
  .add-to-list-action {
    display: none;
  }
  .refill-action-btn-wrp {
    display: none;
  }
  .cart-refill {
    width: 100%;
    position: fixed;
    bottom: 0;
    border: 1px solid #ced8e2;
    border-radius: 15px 15px 0px 0px;
    left: 0;
    z-index: 9999;
  }
  .refill-cart-wrp {
    min-height: 1px;
  }
  .refill-cart-wrp:before {
    content: "";
    background-image: linear-gradient(180deg, #adc1da00 0%, #adc1da 100%);
    width: 100%;
    height: 91px;
    top: -40px;
    z-index: -1;
    left: 0px;
    position: absolute;
  }
  .cart-items .other_info_chip {
    border: 1px solid #2dbdca;
    border-radius: 15px;
    padding: 4px 5px 4px 10px;
  }
  .refill-cart-wrp h4 {
    position: relative;
    padding-bottom: 6px;
    margin-bottom: 0px !important;
  }
  .refill-cart-wrp h4:after {
    content: "";
    background: #2dbdca;
    width: 25px;
    height: 3px;
    border-radius: 3px;
    bottom: 0px;
    left: 0px;
    position: absolute;
  }
  .user-name {
    font-size: 24px;
  }
  .profile-page .active-visit-block .sepret-user-detail .details-icon {
    width: 42px !important;
    height: 42px !important;
    min-width: 42px !important;
    min-height: 42px !important;
    border-radius: 8px !important;
  }
  .active-visit-block .details-icon img {
    height: 18px;
    width: 18px;
  }
  .profile-page .active-visit-block .sepret-user-detail .c-font-5 {
    font-size: 16px !important;
  }
  .box-shadow-set {
    box-shadow: none;
  }
  .tooltiptext {
    display: none;
  }
  .profile-pic-mobile{
    margin-top:0px!important;
  }
  .summary_edit_form_wrapper {
    margin:0px!important;
  }
}

.db-client .select {
  position: relative;
  width: 100%;
  height: 43px;
  margin: 0px auto 13px;
}
.db-client .select .selectBtn {
  background: var(--bg1);
  padding: 10px 20px;
  box-sizing: border-box;
  border-radius: 3px;
  width: 100%;
  cursor: pointer;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 22px;
  background: #f4f5fd;
  font-size: 16px;
  font-weight: 700;
  color: #293450;
}
.db-client .select .selectBtn:after {
  content: "";
  position: absolute;
  top: 45%;
  right: 15px;
  width: 22px;
  height: 22px;
  -webkit-transform: translateY(-50%) rotate(0deg);
  transform: translateY(-50%) rotate(0deg);
  background-image: url("../images/down-arrow-dropdown.svg");
  background-repeat: no-repeat;
  background-size: cover;
  transition: 0.2s ease;
  z-index: 10;
}
.db-client .select .selectBtn.toggle {
  border-radius: 3px 3px 0 0;
}
.db-client .select .selectBtn.toggle:after {
  -webkit-transform: translateY(-50%) rotate(-135deg);
  transform: translateY(-50%) rotate(-135deg);
}
.db-client .select .selectDropdown {
  position: absolute;
  top: 0;
  width: 100%;
  overflow: hidden;
  z-index: 1;
  background: #fff;
  -webkit-transform: inherit;
  transform: scale(1, 0);
  -webkit-transform-origin: top center;
  transform-origin: top center;
  visibility: hidden;
  transition: 0.2s ease;
  box-shadow: 0px 3px 11px #1c59aa29;
  border-radius: 14px;
  z-index: 2 !important;
}
.db-client .select .selectDropdown .option {
  padding: 10px 20px;
  box-sizing: border-box;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  list-style: 30px;
  color: #293450;
}
.db-client .select .selectDropdown .option:hover {
  background: #f8f8f8;
}
.db-client .select .selectDropdown.toggle {
  visibility: visible;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

/*12-july-2021 */
/* damini */
.input-disable {
  background-color: #f3f3f3 !important;
}
.bg-secondary3 {
  background-color: #ec6c00;
}
.bg-grey-e5 {
  background-color: #e1e1e1;
}
.uplod-img-desc {
  color: #293450;
  opacity: 0.6;
  font-size: 12px;
}
.profile-pic-mobile .profile_image img {
  width: 52px;
  height: 52px;
}
.round-31 {
  width: 31px;
  height: 31px;
  border-radius: 50%;
  line-height: 31px;
  text-align: center;
}
.bg-light-red-F1 {
  background-color: #F122450D;
}
/* popup */
.popup-div {
  padding: 25px;
  box-shadow: -1px -1px 10px rgba(0, 0, 0, 0.1);
  border-radius: 22px;
  position: fixed;
  top: 50%;
  z-index: 3;
  background: #fff;
  width: auto;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-bottom: 20px;
  max-height: 670px;
  overflow: auto;
}
.popup-div::-webkit-scrollbar {
  display: none;
}
.modal-shadow:after {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  /* backdrop-filter: blur(5px); */
  background: #00000080;
  content: "";
  z-index: 2;
}
.close-icn {
  position: absolute;
  top: 10px;
  line-height: normal;
  right: 12px;
  font-size: 22px;
  color: #c1c1c1;
  border-radius: 5px;
  cursor: pointer;
}

.close-icn-circle {
  background: white;
  min-width: 32px;
  min-height: 32px;
  font-size: 14px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #293450;
  line-height: normal;
  margin-top: 10px;
  margin-right: 5px;
}
.profile-update-popup .modal--title {
  margin-top: 18px;
  margin-bottom: 14px;
  font-size: 18px;
  font-weight: 900;
  color: #2c314a;
}
.profile-update-popup .modal--subtitle {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 30px;
}
.profile-update-popup .modal--footer .btn {
  font-size: 16px;
  border-radius: 9px;
  min-width: 85px;
  padding: 10px;
  font-weight: 700;
}
.profile-update-popup .check-icon {
  padding-top: 20px;
}
.popup-header {
  background-color: #f5f8f9;
  padding: 18px 17px;
}
.bottom_line {
  position: relative;
  padding-bottom: 5px;
  line-height: 30px;
  display: inline-block;
  margin-right: 31px !important;
}
.bottom_line:after {
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  background-color: #2dbdca;
  border-radius: 5px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.verfiy_profile_update {
  padding: 0px 20px 20px;
}
.upload-id-list-popup .modal--footer button {
  min-width: 130px;
  border-radius: 9px;
  font-weight: 700;
  padding: 10px;
  font-size: 16px;
}
.fz-18 {
  font-size: 18px;
}
.summary_content {
  flex: 1;
  scrollbar-width: none;
  outline: none;
}
.small-container {
  max-width: 282px;
  margin: 0 auto;
  color: #171e43;
}
.small-content p {
  color: #171e43;
  opacity: 0.9;
  margin: auto;
}
.default-email {
  background: #f5f5f8;
  border-radius: 10px;
  padding: 15px;
  color: #ff6f00;
  font-size: 18px;
  margin: 50px 0px 30px;
}
.summary_footer button {
  min-width: 140px;
  border-radius: 9px;
}
.font-900 {
  font-weight: 900 !important;
}
.summary_header {
  background-color: #f2f4f9;
  border-radius: 0px 0px 24px 24px;
  text-align: center;
  padding: 1.5rem 0rem;
}
/* verification-code */
.profile_verfication_code_content h2 {
  text-align: center;
}
.small-container {
  max-width: 260px;
  margin: 0 auto;
}
.small-content p {
  color: #171e43;
  opacity: 0.9;
  margin: auto;
}
.default-email {
  background: #f5f5f8;
  border-radius: 10px;
  padding: 15px;
  color: #ff6f00;
  font-size: 18px;
  margin: 50px 0px 30px;
}

/* profile verfication code */
.profile_verfication_code_content {
  padding: 0px 35px;
}
.code_content {
  color: #171e43;
  opacity: 0.8;
}
.auth-input-group {
  margin-left: -7px;
  margin-right: -7px;
}
.auth-input-group input {
  width: 100%;
  border: 1px solid #ccd4eb;
  border-radius: 9px;
  padding: 4px 4px;
  text-align: center;
  color: #000;
  font-weight: 700;
  font-size: 35px;
}
.incorrect.auth-input-group input {
  border-color: #ff0000;
}
/* .correct.auth-input-group input{
    border-color: #34B872;
} */
.auth-input-group [class*="col-"] {
  padding-left: 7px;
  padding-right: 7px;
}
.separator {
  margin: 25px 0px;
  height: 1px;
  background: #e1e3f0;
}
.container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #171e43;
}

/* Hide the browser's default checkbox */
.auth-check .container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.auth-check .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  border-radius: 5px;
  background-color: #e4e4e4;
  border: 0px;
}

/* On mouse-over, add a grey background color */
.auth-check .container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.auth-check .container input:checked ~ .checkmark {
  background-color: #ff6f00;
}

/* Create the checkmark/indicator (hidden when not checked) */
.auth-check .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.auth-check .container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.auth-check .container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 7px;
  height: 11px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.text-color-17 {
  color: #171e43 !important;
}
.color-dark-orange,a.color-dark-orange:hover {
  color: #ff6f00;
}
.summary_btn_footer:hover {
    color: white;
}
.code_content_size {
    font-size: 16px;
}
.would_you_like {
    max-width: 572px;
    padding: 24px;
}
.would_you_like h3 {
    font-size: 24px;
    color: black;
}
.ans-option {
    width: 100%;
    border: 1px solid #E4E4E4;
    padding: 24px;
    margin-bottom: 13px;
    font-size: 16px;
    font-weight: 700;
    border-radius: 4px;
    cursor: pointer;
}
.custom-file-uploader {
    position: relative;
}
.custom-file-uploader{
    border-radius: 14px!important;
    border: 1px dashed #2DBDCA;
    padding:35px;
    width: 100%;
}
.custom-file-uploader input[type=file] {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: default;
}
.fz-24 {
    font-size: 24px;
}
.delete-date-content {
  padding: 14px 20px;
}
.upload-id-list-popup li {
  color: #2C314A;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 20px;
}
@media (min-width: 576px) {
  .auth-input-group input {
    width: 70px;
    height: 75px;
  }
}
@media (max-width: 991.2px) {
  .mobile-padding-0 {
    padding: 0 !important;
  }
  .profile_verfication_code_content h2 {
      font-size: 24px;
  }
  .code_content_size {
    font-size: 14px;
    }
    .auth-input-group input {
      font-size: 24px;
    }
    .ans-option {
        padding: 18px;
    }
    .would_you_like h3 {
        font-size: 20px;
    }
    a.color-dark-orange {
        font-size: 14px;
    }
}
@media (max-width: 320px) {
  .edit-footer button {
    min-width: 110px;
  }
}

/* 11 aug 2021 - Damini */
.visit-page-radius {
  border-radius: 17px 17px 0 0;
}
.prescription-history-table .header {
  background-color: #293450;
  color: white;
  font-size: 18px;
  padding: 11.5px 0;
  border-radius: 12px 12px 0 0;
  display: flex;
  font-weight: 700;
}
.prescription-history-table .data-list {
  box-shadow: 0px 3px 16px #5686AD42;
  border-radius: 10px;
  margin-bottom: 15px;
  padding: 19px 0;
  font-weight: 600;
  color: #293450;
}
.prescription-history-table .data-list:nth-child(2) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.prescription-history-table .data-list.without-status-location {
    box-shadow: none;
    border: 1px solid #CFDCEE;
    background-color: #F5FEFF;
}
.prescription-history-table .row-items > div {
  padding: 0 25px;
  text-align: center;
}
.prescription-history-table .row-items > div a {
  text-decoration: none;
  color: #FF7206;
}
.prescription-history-table .row-items > div a:hover span {
  display: none;
}
.prescription-history-table .row-items > div:nth-child(1) {
  width: 10%;
}
.prescription-history-table .row-items > div:nth-child(2) {
  width: 14%;
}
.prescription-history-table .row-items > div:nth-child(3) {
  width: 17%;
}
.prescription-history-table .row-items > div:nth-child(4) {
  width: 24.40%;
}
.prescription-history-table .row-items > div:nth-child(5) {
  width: 18.55%;
}
.prescription-history-table .row-items > div:nth-child(6) {
  width: 16%;
}
.payment-btn {
  border-radius: 25px;
  padding: 2.5px 16px;
  font-weight: 700;
}
.btn-light-blue {
  background-color: #E9F8FA;
  color: #2DBDCA;
}
.btn-light-orange {
  background-color:#FF72061A;
  color: #FF7206;
}
.btn-light-red {
  background-color:#F122451A;
  color: #F12245;
}
.btn-light-blue:hover {
    color: #2DBDCA;
}
.btn-light-orange:hover {
  color: #FF7206;
}
.btn-light-red:hover {
  color: #F12245;
}
.description-box {
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0px 3px 15px #2A5DB321;
  border: 1px solid #CFDCEE;
  border-radius: 8px;
  padding: 8px 10px;
  font-weight: 500;
  font-size: 14px;
  background-color: white;
  z-index: 20;
  text-align: start;
}
.description-box::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 9px 16px 9px;
  border-color: transparent transparent #cfdcee transparent;
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
}
.status-location {
  display: flex;
  justify-content: flex-end;
  margin-right: calc(25% - 230px);
  position: relative;
  margin-bottom: 35px
}
.single-state {
  /* flex-grow: 1; */
  position: relative;
  /* width: calc(100%/4); */
  width: auto;
  min-width: 116px;
}
.status-round {
  width: 25px;
  height: 25px;
  border: 2px solid #44BB70;
  border-radius: 50%;
  color: #44BB70;
  font-size: 13px;
  line-height: 23px;
  text-align: center;
  margin: 0 auto;
  background-color: white;
  position: relative;
}
.with-close-icon {
    border-color: #F12245;
    color: #F12245;
    line-height: 23px;
}
.border-and-arrow {
    position: relative;
}
.border-and-arrow::after {
  position: absolute;
  content: '';
  border-bottom: 2px solid #44BB70;
  width: 100%;
  left: 0;
  top: 50%;
  z-index: 0;
}
.border-and-arrow::before {
  position: absolute;
  content: '\f054';
  font-family: "font Awesome 5 Free";
  font-weight: 900;
  right: 0;
  top: 18%;
  font-size: 14px;
  color: #44BB70;
}
.status-container {
    position: relative;
    z-index: 1;
}
.status-location .single-state:first-child .border-and-arrow::after, .border-right-side::after {
  left: 50%;
}
.status-location .single-state:nth-child(4) .border-and-arrow::after {
  width: 50%;
}
.status-location .single-state:last-child .border-and-arrow::before {
  content: none;
}
.pin-location .status-round{
  border: 6px solid #FF7206;
  box-shadow: 0px 3px 6px #FF72062B;
}
.pin-location.border-and-arrow::after {
  border-bottom: 2px dotted #A8BDDA;
}
.red-border.border-and-arrow::after {
  border-color: #F12245;
}
.red-border.border-and-arrow::before {
  color: #F12245;
}
.pin-location.border-and-arrow::before, .disable-state.border-and-arrow::before {
  content: none;
}
.disable-state.border-and-arrow::after {
  border-bottom: 2px dotted #A8BDDA;
}
.disable-state .status-round {
  border: 1px solid #CFDCEE;
  box-shadow: 0px 3px 6px #2779C029;
}
.pin-location .status-round::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 7px 0 7px;
  border-color: #ff7206 transparent transparent transparent;
  left: 0px;
  bottom: -13px;
}
.green-pin .status-round {
    border-color: #44BB70;
}
.green-pin .status-round::after {
  border-color: #44BB70 transparent transparent transparent;
}
.red-pin .status-round {
  border-color: #F12245;
}
.red-pin .status-round::after {
  border-color: #F12245 transparent transparent transparent;
}
.status-paid {
  font-size: 12px;
  margin-top: 14px;
  font-weight: 700;
}
.status-step {
  position: relative;
  display: flex;
  align-items: center;
  align-self: center;
  border-radius: 6px;
  background-color: white;
  border: 1px solid #EFF2F7;
  padding: 3px 5px 3px 3px;
  margin: 10px 5px 0 5px;
}
.status-step.active {
  box-shadow: 0px 3px 6px #368ADD29;
  border: 1px solid transparent;
}
.status-step.active::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 4px 0 4px;
  border-color: #ffffff transparent transparent transparent;
  position: absolute;
  border-width: 10px 6px 0 6px;
  border-color: #ffffff transparent transparent transparent;
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
}
.status-step p{
  font-size: 12px;
  margin-left: 4px;
  font-weight: 600;
  color: #293450;
  opacity: 50%;
}
.status-step.active p{
  color: #293450;
  opacity: 1;
  font-weight: 700;
}
.status-step .status-img-box {
  border-radius: 5px;
  background-color: #CFDCEE4D;
  padding: 4px 4px;
  display: flex;
}
.status-step.active .status-img-box {
  background-color: #FF72061A;
}
.status-active-description {
  border-radius: 5px;
  background-color: #CFDCEE4D;
  padding: 8px;
  font-weight: 500;
  font-size: 12px;
  position: absolute;
  bottom: -40px;
  white-space: nowrap;
  left: 50%;
  transform: translateX(-50%);
}
.status-row {
    margin-top: 14px;
    padding: 0 15px;
}
.status-border {
  padding-top: 14px;
  border-top: 1px solid #CFDCEE;
}
.status-description-hover {
  background-color: #2DBDCA;
  border-radius: 6px;
  color: white;
  font-size: 12px;
  font-weight: 500;
  padding: 10px;
  position: absolute;
  z-index: 1;
  margin-top: 7px;
  white-space: nowrap;
  left: 50%;
  transform: translateX(-50%);
}
.text-red {
    color: #F12245;
}

/* past-visits-box */
.past-visits-box {
  border: 1px solid #CFDCEE;
  border-radius: 10px;
  padding: 25px 10px;
}
.down_caret {
    width: 30px;
    height: 30px;
    transform: rotate(180deg);
}
.past-visits-box .prescription-history-table .row-items > div:nth-child(4), .past-visits-box .prescription-history-table .row-items > div:nth-child(5) {
  width: 14%;
}
  /* modal */
  .modal-new-consultation:after {
      position: fixed;
      left: 0;
      top: 96px;
      height: 100vh;
      width: 100vw;
      background: #00000080;
      content: "";
      z-index: 5;
      border-radius: 17px;
  }
  .modal-new-consultation .popup-div, .recipt-modal .popup-div {
      padding: 23px;
      background-color: white;
      position: absolute;
      top: 92%;
      left: 50%;
      z-index: 100;
      transform: translateX(-50%);
      border-radius: 10px;
      width: 90%;
      color: #293450;
  }
  /* recipt-modal */
  .recipt-modal {
      position: fixed;
      left: 0;
      top: 0;
      height: 100vh;
      width: 100vw;
      background: #00000080;
      content: "";
      z-index: 100;
  }
  .recipt-modal .popup-div {
      top: 50%;
      transform: translate(-50%, -50%);
      max-width: 627px;
      border-radius: 21px;
      max-height: 90vh;
      overflow: scroll;
  }
  .recipt-modal .service-box {
      background: #F4F5FD;
      border: 1px solid #CFDCEE;
      padding: 30px 20px;
  }
  .recipt-modal .service-box .border-bottom {
      border-color: #ADC1DA;
  }
/* close-btn-modal */
.recipt-modal .close-icn {
  position: absolute;
  top: 15px;
  line-height: normal;
  right: 12px;
  font-size: 22px;
  color: #c1c1c1;
  border-radius: 5px;
  cursor: pointer;
}
.recipt-modal .close-icn-circle {
  background-color: #F0F2FD;
}
.recipt-modal .border-bottom {
  border-color: #E9E9E9;
}
.fw-semibold {
  font-weight: 600;
}
/* header */
.mobile-header {
    padding: 36px 15px 30px !important;
}
@media(max-width:1750px){
  .status-active-description {
      right: 0;
      left: initial;
      transform: unset;
  }
}
@media(max-width:1530px){
  .prescription-history-table .row-items > div {
      padding: 0 15px;
  }
  .prescription-history-table .data-list, .payment-btn, .prescription-history-table .btn-secondary {
      font-size: 14px;
  }
  .prescription-history-table .header {
      font-size: 16px;
  }
  .description-box {
      right: 0;
      left: unset;
      transform: unset;
  }
  
}
@media(max-width:1275px){
  .prescription-history-table .row-items > div {
      padding: 0 10px;
  }
  .prescription-history-table .data-list, .payment-btn, .prescription-history-table .btn-secondary {
      font-size: 13px;
  }
  .prescription-history-table .header {
      font-size: 15px;
  }
  .description-box {
      left: -66px;
  }
  .status-location {
      margin-right: calc(35% - 230px);
  }
  .description-box::before {
      right: 58px;
      left: 62%;
      transform: unset;
  }
}
@media(max-width:1200px){
  .prescription-history-table .data-list, .payment-btn, .prescription-history-table .btn-secondary {
    font-size: 10px;
  }
  .prescription-history-table .header {
    font-size: 11px;
  }
}
@media(max-width:991px){
  .prescription-history-table .data-list, .payment-btn, .prescription-history-table .btn-secondary {
    font-size: 14px;
  }
}
/* mobile-version */
.visit-mobile-version {
    padding: 85px 10px 20px 10px;
}
.visit-mobile-header {
  position: sticky !important;
  top: 0;
  z-index: 100;
  background-color: #F4F5FD !important;
}
.mobile-nav {
  position: fixed;
  width: 100%;
  padding: 20px 10px 0 10px;
  z-index: 3;
  background: white;
  border-radius: 17px 17px 0 0;
}
.mobile-nav ul {
    border-bottom: 2px solid #F4F5FD;
    margin-bottom: 17px;
}
.mobile-nav ul li {
    padding: 6px 14px;  
    border-radius: 10px 10px 0px 0px;
    position: relative;
    width: 100%;
    text-align: center;
    white-space: nowrap;
    align-items: center;
}
.mobile-nav ul li.active {
    background-color: #2dbdca;
    z-index: 7;
}
.mobile-nav ul li.active::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 13px 0 12px;
    border-color: #2dbdca transparent transparent transparent;
    top: 36px;
    left: 50%;
    transform: translateX(-50%);
}
.mobile-nav ul li.active a {
    color: white;
}
.mobile-nav ul li a{
      color: #29345080;
      font-weight: 700;
      font-size: 14px;
}
@media(max-width:991px){
  .visit-mobile-version .data-list {
      padding: 15px 0 0 0;
      border: 1px solid #E8EFF8;
      /* overflow: hidden; */
  }
  .text-black-50-opacity {
      color: #29345080;
  }
  .treatment-plan-btn div {
      background-color: #ADC1DA26;
  }
  .treatment-plan-btn {
      background-color: #F2F7FD;
      color: #8CA1BD;
      padding: 2.5px 3px 2.5px 11px;
      font-size: 14px;
  }
  .fs-13 {
      font-size: 13px;
  }
  .visit-mobile-version .status-row {
      padding: 0;
  }
  .visit-mobile-version .payment-btn {
      padding: 5px 7.5px;
      font-size: 13px;
      min-width: 75px;
  }
  .visit-tracker {
      padding: 11px 0;
      background-color: #F9FAFF;
      border-radius: 0 0 10px 10px;
  }
  .padding-x-10px {
      padding-left: 10px;
      padding-right: 10px;
  }
  .visit-mobile-version .status-location {
      margin: 0 0 44px 0;
      justify-content: center;
  }
  .visit-mobile-version .status-step p {
      font-size: 10px;
  }
  .visit-mobile-version .status-step .status-img-box {
      padding: 2.5px 2.4px;
  }
  .visit-mobile-version .single-state {
      min-width: auto;
  }
  .visit-mobile-version .status-active-description {
      background-color: white;
      border: 1px solid #CFDCEE;
      padding: 5px 8px;
  }
  .visit-mobile-version .status-location .single-state:nth-child(1) .status-description-hover {
      transform: translateX(-20%);
  }
  .visit-mobile-version .status-location .single-state:nth-child(4) .status-description-hover {
      transform: translateX(-60%);
  }
  .prescription-history-table .data-list:nth-child(2) {
      border-top-left-radius: 10px;
      border-top-right-radius: 10px;
  }
  .visit-mobile-version .without-status-location {
      background-color: #F6FAFF !important;
      /* overflow: initial; */
  }
  .visit-mobile-version .without-status-location .treatment-plan-btn {
      background-color: white;
      border: 1px solid #E5E8EB;
      color: #8CA1BD;
  }
  .visit-mobile-version .description-box {
      top: 48px;
      left: -101px;
      z-index: 2;
  }
  .visit-mobile-version .description-box::before {
      left: 68%;
  }
  .visit-mobile-version .status-location .single-state:nth-child(1) .border-and-arrow::after {
      width: 180%;
    }
    .recipt-modal .popup-div {
      max-width: 345px;
  }
}
@media(max-width:374px){
  .mobile-nav ul li {
      padding: 6px 10px;
  }
  .mobile-nav ul li a {
      font-size: 13px;
  }
  .visit-mobile-version .status-step p {
      font-size: 8px;
  }
  .status-active-description {
      font-size: 10px;
  }
  .prescription-history-table .btn-secondary, .visit-mobile-version .payment-btn, .treatment-plan-btn {
      font-size: 12px;
  }
  .status-description-hover {
      transform: translateX(-31%);
  }
  .visit-mobile-version .status-location .single-state:nth-child(4) .status-description-hover {
      transform: translateX(-67%);
  }
  .visit-mobile-version .status-location .single-state:nth-child(1) .status-description-hover {
      transform: translateX(-18%);
  }
}







/* 27 july 2021 */
.settings-tabs .nav-item .nav-link.active {
  font-weight: 700;
  z-index: 2;
  background: transparent;;
}
.glider {
position: absolute;
display: flex;
background-color: rgba(45, 189, 202, 0.13);
z-index: 1;
  transition: 0.25s ease-out;
  top: 0;
}
@media (max-width:1350px) {
  .settings-tabs .nav-item .nav-link {
      font-size: 18px;
    }
}

/* contact-us-select */
.contact-us-select, .preferred-medium, .text-us {
  box-shadow: 0px 3px 26px #34679230;
  border-radius: 20px;
  width: 500px;
  overflow: auto;
  /* transition: transform 0.1s ease-out;
  transform: translate(0, -50px); */
}
/* .contact-us-select.open-modal, .preferred-medium.open-modal, .text-us.open-modal {
    transform: none;
} */

.border-bottom-2skyblue {
  border-bottom: 2px solid #F2F5FF;
}
.contact-us-select .sub-title {
  color: #2DBDCA;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0;
}
/* select */
.select-box-reason {
  position: relative;
}
.custom-select-wrapper {
  position: relative;
  user-select: none;
  width: 100%;
  border-radius: 8px;
}
.custom-select {
  position: relative;
  display: flex;
  flex-direction: column;
  border: 1px solid #D1D6E2;
  border-radius: 10px;
}

.custom-select__trigger {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px;
  font-size: 14px;
  color: #2C314A;
  height: 46px;
  line-height: 46px;
  opacity: 0.8;
  background: #ffffff;
  border-radius: 8px;
  cursor: pointer;
  /* box-shadow: 0px 3px 15px #91abb529; */
}
.custom-select-wrapper .arrow {
  position: relative;
  height: 24px;
  transition: all 0.5s;
}
.custom-options {
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  right: 0;
  border-top: 0;
  background: #fff;
  transition: all 0.5s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  border-radius: 0px 0px 8px 8px;
  box-shadow: 0px 15px 15px #3742474f;
  z-index: 2;
}
.custom-option {
  position: relative;
  display: block;
  padding: 0 15px;
  font-size: 14px;
  color: #3b3b3b;
  line-height: 32px;
  cursor: pointer;
  transition: all 0.5s;
}
@media (min-width: 1200px) {
  .custom-option {
      font-size: 18px;
      padding: 0 18px;
      line-height: 44px;
  }
  .custom-select__trigger {
      font-size: 18px;
      padding: 0 18px;
      line-height: 52px;
      height: 52px;
  }
}
.custom-option.selected {
  color: #2C314A;
  opacity: 0.5;
}

.custom-select.open {
  border-radius: 8px 8px 0px 0px;
  box-shadow: 0px 10px 15px #91ABB529;
  border: 1px solid #fff; 
}
.custom-select.open .custom-options {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  box-shadow: 0px 3px 15px #91ABB529;
}
.custom-select-wrapper .arrow::before {
  content: "";
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-size: 19px 15px;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 18px;
  height: 18px;
  transition: all 0.5s;
}
.custom-select-wrapper .open .arrow::before {
  transform: rotate(-180deg);
  transition: all 0.5s;
}
.show-more-content {
  display: none;
}
.btn-topradius-orange, .btn-topradius-orange:hover, .btn-topradius-orange:focus {
  background: #FF7400;
  border-color: #FF7400;
  color: #ffffff;
  border-radius: 15px 15px 0px 0px;
}
.contact-text p {
  font-size: 12px;
  opacity: 0.48;
  margin-top: 0px;
}
.contact-text h3 {
  font-size: 16px;
  margin: 0px;
}
.popup-bg {
  background-image: url(../images/popup-bg.svg);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: 144px;
  border-radius: 0px 0px 20px 20px;
  min-width: 400px;
  transition: 0.5s;
  min-height: 260px;
}
.text-orange {
  color: #FF7206;
}
.no-hover.text-orange:hover {
  color: #FF7206;
}
.w-150 {
  width: 120px;
  height: 120px;
}
.pointer {
  cursor: pointer;
}
.mx-w-320 {
  max-width: 440px;
  margin: 0.5rem auto;
  width: 100%;
}
.rounded-12 {
  border-radius: 12px !important;
}
.line-h-12 {
  line-height: 12px;
}
.btn-orange {
  background: #FF7909 !important;
  border: 1px solid #FF7909 !important;
  color: #fff !important;
}
.btn-rounded {
  border-radius: 50px;
}
.font-size-12 {
  font-size: 12px !important;
}
@media (min-width: 1200px) {
  .font-size-12 {
      font-size: 16px;
  }
  .prescription-issue .w-668, .call-back .w-668 {
    width: 668px !important;
  }
}
@media (min-width: 992px) {
  .font-size-12 {
      font-size: 12px;
  }
}
.preferred-medium .border-bottom {
  border-color: #FFFFFF80 !important;
}


/* prescription-issue */
.prescription-issue, .call-back {
  box-shadow: 0px 3px 26px #34679230;
  border-radius: 20px;
}
.prescription-issue .w-668, .call-back .w-668 {
  width: auto;
}
.prescription-issue .sub-title, .call-back .sub-title {
  color: #2DBDCA;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0;
}
.next-available {
  border-left: 1px solid #F3F3F3;
}
.prescription-issue .btn-outline-orange, .call-back .btn-outline-orange {
  background-color: #FFFFFF;
  color: #FF7400;
  border: 1px solid #FF7400;
}
.prescription-issue label, .call-back label {
  color: #2C314A;
  opacity: 52%;
}
.prescription-issue .form-control, .call-back .form-control {
  border-radius: 4px;
  min-height: 55px;
  color: #2C314A;
  font-size: 18px;
}

@media (max-width:576px) {
  .contact-us-select, .preferred-medium, .text-us {
    width: auto;
    border-radius: 0;
  }
  .popup-bg {
    min-width: auto;
  }
  .next-available {
    border-left: 0px solid #F3F3F3;
    border-top: 1px solid #F3F3F3;
  }
  .prescription-issue .form-group, .prescription-issue .form-control, .call-back .form-control, .call-back .form-group {
    font-size: 14px;
    min-height: auto;
  }
  .call-back .custom-select__trigger {
    line-height: 35px;
    height: auto;
    border-radius: 4px;
  }
  .prescription-issue, .call-back {
    border-radius: 0;
  }
  
}
@media (max-width:320px) {
  .contact-us-select, .preferred-medium, .text-us {
    width: 320px;
  }
}
/* sidebar-start */

.inner-menu-list-box {
  border-radius: 12px;
  background-color: #F7F7F7;
  margin-top: 10px;
  padding-left: 10px;
}
.inner-menu-list-box > ul > li {
  padding: 7px 10px;
  margin-right: 10px;
}
.inner-menu-list-box > ul > li:hover {
  box-shadow: inset 0px -3px 6px #75A6B729, 0px 3px 6px #6094BC29;
  border-radius: 7px;
  background-color: white;
}

/* header */
.Fixed-menu-mobile .menu-list.active > a > .menu-list_logo {
  display: none;
}
.Fixed-menu-mobile .menu-list.active > a > .menu-list_logo.active {
  display: block;
}
.questions .custom-select__trigger {
  height: 45px;
  font-size: 16px;
  color: #293450;
  font-weight: 500;
  opacity: 1;
  padding: 0 12px;
}

/* reciept */
.details-icon .receipt-img {
  width: 25px;
  height: 25px;
}
.reciept .details-icon {
  border-radius: 8px !important;
}
.reciept p {
  font-size: 15px;
}
.rotate-caret-90 {
  transform: rotate(-90deg);
  transition: all 0.5s;
}
.reciept-desc {
  height: 0;
  transition: all 0.15s ease-out;
  visibility: hidden;
  margin-top: 0;
}
.reciept-desc.open {
  height: 78px;
  transition: all 0.25s ease-in;
  visibility: visible;
  margin-top: 16px;
}
@media (max-width:1440px) {
  .reciept p {
    font-size: 13px;
  }
}
@media (max-width:1200px) {
  .reciept p {
    font-size: 12px;
  }
}

/* notification */
.cursor-pointer {
  cursor: pointer;
}
.notification-dropdown .dropdown-menu {
  top: 40px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  background: white;
  box-shadow: 0px 0px 8px #0000001A;
  border-radius: 16px;
  min-width: 434px;
}
.notification-dropdown .notification-height {
  height: 262px;
  overflow: auto;
}
.notification-dropdown .border-bottom {
  border-bottom: 1px solid #F4F5FD;
}
.notification-dropdown .notification-list {
  display: flex;
  padding: 10px 0;
}
.notification-list .img-circle {
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border-radius: 50%;
  background: #F4F5FD;
}
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
  border-radius: 25%;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

/* treatment plan css */
.treatment_plan_wrapper{
  color: #34394D;
  font-size: 15px;
}
.bg_light_blue{
  background-color: #E8F7F8;
}
.bg_light_orange{
  background-color:#FFF3E9;
}
.treatment_plan-list li{
  margin-bottom: 6px;
}
.send_icon svg{
  width: 16px;
  fill: #34394D;
}
.send_icon.blue svg{
  fill: #2DBDCA;
}
.send_icon.orange svg{
  fill: #FF7909;
}
.send_icon{
  margin-right: 6px;
}
.awareness_steps li{
  display: flex;
  margin-bottom: 20px;
}
.lab_requirements_list{
  list-style: disc;
}
.lab_requirements_list li::marker{
  color: #FF7400;
}
.toggleCollapse[aria-expanded="true"]{
  display: none;
}
.toggleCollapse[aria-expanded="false"]{
  display: block;
}
.btn-dark{
  background-color: #2E313A !important;
  border-color: #2E313A !important;
}
@media (min-width: 1920px) {
  .treatment_plan_wrapper{
    font-size: 17px;
  }
}
