@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");

.p-0 {
  padding: 0 !important;
}

.p-15 {
  padding: 0 15px !important;
}

@media screen and (max-width: 540px) {
  .p-15 {
    padding: 0 !important;
  }
}

.p-30 {
  padding: 0 30px !important;
}

.p-50 {
  padding: 50px !important;
}

@media screen and (max-width: 768px) {
  .p-50 {
    padding: 20px !important;
  }
}

.p-0-50 {
  padding: 0 50px !important;
}

@media screen and (max-width: 768px) {
  .p-0-50 {
    padding: 0 46px !important;
  }
}

@media screen and (max-width: 375px) {
  .p-0-50 {
    padding: 0 38px !important;
  }
}

@media screen and (max-width: 414px) {
  .p-0-50 {
    padding: 0 40px !important;
  }
}

.p-40 {
  padding: 40px 0 !important;
}

@media screen and (max-width: 768px) {
  .p-40 {
    padding: 15px 0 !important;
  }
}

.p-m-20 {
  padding: 0 20px !important;
  margin: 10px 0 !important;
}

@media screen and (max-width: 768px) {
  .p-m-20 {
    padding: 0 10px !important;
    margin: 5px 0 !important;
  }
}

.pl-0 {
  padding-left: 0 !important;
}

.pl-4 {
  padding-left: 40px !important;
}

@media screen and (max-width: 540px) {
  .pl-4 {
    padding-left: 15px !important;
  }
}

.pr-4 {
  padding-right: 40px !important;
}

@media screen and (max-width: 540px) {
  .pr-4 {
    padding-right: 15px !important;
  }
}

.m-0 {
  margin: 0 !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mr-25 {
  margin-right: 25px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

@media screen and (max-width: 540px) {
  .mt-20 {
    margin-top: 0 !important;
  }
}

.mt-40 {
  margin-top: 40px !important;
}

@media screen and (max-width: 540px) {
  .mt-40 {
    margin-top: 0 !important;
  }
}

.mt-55 {
  margin-top: 55px !important;
}

@media screen and (max-width: 768px) {
  .mt-55 {
    margin-top: 20px !important;
  }
}

.mt-75 {
  margin-top: 75px !important;
}

@media screen and (max-width: 768px) {
  .mt-75 {
    margin-top: 40px !important;
  }
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.btn-p {
  padding: 12px 40px !important;
}
.btn-p1 {
  padding: 12px 20px !important;
}
.w-100 {
  width: 100% !important;
}

.h-100 {
  height: 100% !important;
}

.position-relative {
  position: relative;
}

.d-flex {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 414px) {
  .d-flexCol {
    flex-direction: column !important;
  }
}

@media screen and (max-width: 768px) {
  .d-flex-sm {
    flex-direction: column;
  }

  .d-flex-sm>div {
    width: 100%;
  }
}

.flex-1 {
  flex: 1 0 0;
  margin-left: 10px;
}

.flex-column {
  flex-direction: column;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.profile_form .mat-tab-label-container .mat-tab-list .mat-tab-labels .mat-tab-label {
  width: 45%;
}

@media screen and (max-width: 768px) {
  .profile_form .mat-tab-label-container .mat-tab-list .mat-tab-labels .mat-tab-label {
    width: 50%;
  }
}

.mat-tab-label {
  width: 205px;
}

.mat-card-header-text {
  margin: 0 !important;
}

.labelDiv label {
  margin-bottom: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #1D1D1D;
  line-height: 18px;
}

.labelDiv label span {
  color: #D1D1D1;
}

.text-right {
  text-align: right;
}

.marginleft {
  position: relative;
  left: 49px;
}

.text-center {
  text-align: center;
}

.navbar {
  margin-bottom: 75px !important;
}

.main-card-wrapper {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 30px rgba(29, 29, 29, 0.1490196078) !important;
  border: 1px solid #D1D1D1;
  border-radius: 30px !important;
}

.main-card-wrapper .labelDiv {
  font-family: "Open sans", sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #1D1D1D;
  line-height: 18px;
}

.main-card-wrapper .mat-icon-button .mat-button-wrapper img {
  width: 30px;
}

.main-label-element {
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 50px;
  color: #D1D1D1;
}

@media screen and (max-width: 540px) {
  .main-label-element {
    font-size: 20px !important;
  }
}

.main-input-element {
  font-family: "Montserrat", sans-serif !important;
  font-size: 40px !important;
  font-weight: 400 !important;
  line-height: 40px !important;
}

@media screen and (max-width: 540px) {
  .main-input-element {
    font-size: 32px !important;
  }
}

.materialTextField .labelLegend {
  font-family: "Open sans", sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #1D1D1D;
  line-height: 18px;
}

.mat-form-field-flex {
  border-bottom: 1px solid #D1D1D1;
}

.materialSelect .mat-form-field-flex {
  border-bottom: 0;
}

.mat-form-field-underline {
  visibility: hidden;
}

.demo-chip-list>.mat-input-wrapper {
  padding-bottom: 14px;
}

.demo-chip-list mat-placeholder {
  font-family: "Open sans", sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #D1D1D1;
  line-height: 18px;
}

.demo-chip-list mat-placeholder .labelLegend {
  font-family: "Open sans", sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #1D1D1D;
  line-height: 18px;
}

.demo-chip-list.prescribed-wrap>.mat-input-wrapper {
  padding-bottom: 20px;
}

.demo-chip-list.prescribed-wrap .mat-form-field-infix {
  display: flex;
  align-items: center;
  padding-bottom: 10px;
}

.demo-chip-list.prescribed-wrap .mat-form-field-infix .mat-select {
  margin-left: 20px;
  margin-top: -6px;
}

@media screen and (max-width: 1536px) {
  .demo-chip-list.prescribed-wrap .mat-form-field-infix .mat-select {
    margin-left: 10px;
  }
}

.mat-chip-list-wrapper .mat-chip.mat-primary {
  font-family: "Open sans", sans-serif;
  font-weight: 600;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #1D1D1D;
  border-radius: 20px;
  padding: 2px 12px 4px 16px;
  font-size: 14px;
  line-height: 14px;
  color: #1D1D1D;
  transition: 0.3s;
  margin-bottom: 6px !important;
}

.mat-chip-list-wrapper .mat-chip:hover {
  outline: 0.5px solid #1D1D1D;
  color: #197A85;
  box-shadow: 0 3px 3px -2px rgba(0, 0, 0, 0.2), 0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 8px 0 rgba(0, 0, 0, 0.12);
  transition: 0.3s;
}

.mat-chip-list-wrapper .mat-chip-remove.mat-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  margin-left: 12px;
}

.mat-chip-list-wrapper .mat-chip-remove.mat-icon img {
  width: 90%;
  height: 90%;
}

.materialSelect.custom-select .mat-form-field {
  text-align: center !important;
}

.mat-button-toggle .mat-button-toggle-label .mat-button-toggle-label-content {
  font-family: "Open sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #1D1D1D !important;
}

.mat-button-wrapper {
  margin-right: 0;
}

.mat-button-wrapper .foodText {
  font-family: "Open sans", sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #1D1D1D !important;
}

.noHover:hover {
  background-color: white;
}

.green-btn {
  background: #C5FFFD !important;
  border: 1px solid #C5FFFD !important;
  border-radius: 10px;
  padding: 12px 20px;
  font-family: "Open sans", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  color: #1D1D1D !important;
  width: auto !important;
  height: auto !important;
  transition: 0.3s;
}

.green-btn1 {
  background: #C5FFFD !important;
  border: 1px solid #C5FFFD !important;
  border-radius: 10px;
  padding: 12px 20px;
  font-family: "Open sans", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  color: #1D1D1D !important;
  width: 100%;
  height: auto !important;
  transition: 0.3s;
  margin-bottom: 15px !important;
  margin-top: 15px !important;
}

.green-btn.save-btn {
  padding: 12px 58px;
}

.green-btn.change-btn {
  margin: 0 !important;
  float: unset;
}

.green-btn:hover,
.green-btn:focus {
  background: #C5FFFD;
  border: 1px solid #C5FFFD !important;
  color: #1D1D1D !important;
}

.green-btn:hover {
  box-shadow: 3px 3px 10px rgba(29, 29, 29, 0.1490196078);
  transition: 0.3s;
}

.green-btn.border-1 {
  border: 1px solid #D1D1D1 !important;
}

@media screen and (max-width: 768px) {
  .green-btn {
    margin: 20px 0 !important;
    padding: 10px 20px !important;
    font-size: 14px;
  }
}

.white-btn-notifications {
  background: #FFFFFF;
  border: 1px solid #D1D1D1;
  border-radius: 10px;
  padding-top: 13px;
  padding-right: 19px;
  padding-bottom: 13px;
  padding-left: 18px;
  font-family: "Open sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #1D1D1D;
  text-align: center;
}

.white-btn {
  background: #FFFFFF;
  border: 1px solid #D1D1D1;
  border-radius: 10px;
  padding: 12px 35px;
  margin-right: 30px;
  font-family: "Open sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #1D1D1D;
  text-align: center;
}
.white-btn1 {
  background: #FFFFFF;
  border: 1px solid #D1D1D1;
  border-radius: 10px;
  padding: 12px 35px;
  margin-right: 30px;
  font-family: "Open sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #1D1D1D;
  text-align: center;
}
@media screen and (max-width: 414px) {
  .white-btn1 {
    margin-right: 4px;
    margin-top: 14px;
  }
}
.white-btn-googlefit {
  background: #FFFFFF;
  border: 1px solid #D1D1D1;
  border-radius: 10px;
  padding: 12px 35px;
  font-family: "Open sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #1D1D1D;
  text-align: center;
}

.red-btn-notifications {
  background: #A80000;
  box-shadow: 3px 3px 10px rgba(29, 29, 29, 0.1019607843);
  border: 1px solid #D1D1D1;
  border-radius: 10px;
  opacity: 1;
  padding-top: 13px;
  padding-right: 19px;
  padding-bottom: 13px;
  padding-left: 18px;
  font-family: "Open sans", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  color: #F8F8F8;
  text-align: center;
}

.red-btn {
  background: #A80000;
  box-shadow: 3px 3px 10px rgba(29, 29, 29, 0.1019607843);
  border: 1px solid #D1D1D1;
  border-radius: 10px;
  opacity: 1;
  padding: 12px 50px;
  font-family: "Open sans", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  color: #F8F8F8;
  text-align: center;
}

[data-title] {
  position: relative;
  display: inline-block !important;
}

[data-title]::after {
  content: attr(data-title);
  position: absolute;
  bottom: 140%;
  right: 0;
  margin-left: -5px;
  border-width: 1px;
  border-style: solid;
  border-color: #1D1D1D;
  width: 250px;
  background-color: #F8F8F8;
  color: #1D1D1D;
  text-align: left;
  border-radius: 10px;
  padding: 10px 20px;
  z-index: 1;
  font-size: 14px;
  box-shadow: 0px 0px 15px rgba(29, 29, 29, 0.1490196078);
  opacity: 0;
  visibility: hidden;
}

[data-title]:hover::after {
  opacity: 1;
  transition: 0.5s;
  visibility: visible;
}

[data-title]::before {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  right: 40%;
  bottom: 20px;
  z-index: 2;
  background-color: #f8f8f8;
  transform: rotate(45deg);
  border-bottom: 1px solid #1D1D1D;
  border-right: 1px solid #1D1D1D;
  opacity: 0;
  visibility: hidden;
}

[data-title]:hover::before {
  opacity: 1;
  transition: 0.5s;
  visibility: visible;
}

#mainMenu .nav-menu li a[data-title]::after {
  right: unset;
  bottom: -66%;
  left: 68px;
}

#mainMenu .nav-menu li a[data-title]::before {
  right: 40%;
  bottom: -2px;
  transform: rotate(224deg);
}

.form-group::before {
  display: none !important;
}

.form-group::after {
  display: none !important;
}

.form__field-wrapper .form__label-name {
  font-family: "Open sans", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #3A3A3C;
  white-space: nowrap;
}

@media screen and (max-width: 1536px) {
  .form__field-wrapper .form__label-name {
    font-size: 14px;
  }
}

.form__field-wrapper.id__field-wrap .form__label-name {
  margin: 0;
  color: #1D1D1D;
}

.form__field-wrapper.id__field-wrap input {
  flex: 1 0 0;
  padding-left: 10px;
  font-family: "Open sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #1D1D1D;
}

.form__field-wrapper.id__field-wrap input::placeholder {
  font-family: "Open sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #D1D1D1;
}

@media screen and (max-width: 1536px) {
  .form__field-wrapper.id__field-wrap input {
    font-size: 14px;
  }
}

.remove-red-btn {
  background: #A80000;
  box-shadow: 3px 3px 10px rgba(29, 29, 29, 0.1019607843);
  border: 1px solid #D1D1D1;
  border-radius: 10px;
  opacity: 1;
  padding: 12px 30px;
  font-family: "Open sans", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #F8F8F8;
  text-align: center;
}

.remove-red-btn-from-list {
  top: 581px;
  left: 804px;
  width: 116px;
  height: 44px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #922910;
  border-radius: 10px;
  opacity: 1;
}

.refresh-loader {
  height: 25px;
  width: 25px;
}

#bot-modal {
  background: none;
  border: none;
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 9999;
}

@media screen and (max-width: 768px) {
  #bot-modal {
    bottom: 4px;
    right: 0;
  }

  #bot-modal img {
    height: 80px !important;
  }
}

.main-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #FFFFFF;
  height: 125px;
  border: 0;
  border-radius: 0;
  box-sizing: content-box;
}

@media screen and (max-width: 1536px) {
  .main-menu {
    height: 85px;
  }
}

.navbar::before,
.navbar-header::before {
  display: none;
}

.navbar::after,
.navbar-header::after {
  display: none;
}

.navbar-header-wrapper {
  width: 100%;
  height: 100%;
}

.navbar-header {
  float: none;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  padding: 0 50px;
}

@media screen and (max-width: 1536px) {
  .navbar-header {
    padding: 0 25px;
  }
}

@media screen and (max-width: 768px) {
  .navbar-header {
    padding: 0 20px;
  }
}

.navbar-toggle {
  float: none;
  display: inline-block;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background-color: #FFFFFF !important;
}

.navbar-toggle:focus,
.navbar-toggle:hover {
  background-color: #FFFFFF !important;
}

#mainMenu {
  border-bottom: none;
  border-color: transparent;
  padding: 0;
}

a.navbar-brand {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  float: none;
  height: auto;
}

a.navbar-brand img {
  width: 200px;
  height: auto;
}

@media screen and (max-width: 1536px) {
  a.navbar-brand img {
    width: 200px;
  }
}

/*MENU ICONS*/
.menu-icon {
  background-image: url(../images/menu-sprite.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 64px;
  height: 64px;
  border-left: 1px solid #eaeaea;
  transition: all 0.3s linear;
}

.menu-icon:hover,
.active .menu-icon {
  background-color: rgba(245, 245, 245, 0.35) !important;
  transition: all 0.3s linear;
}

.home-icon {
  background-position: 0 0;
}

.home-icon:hover,
.active .home-icon {
  background-position: 0 -64px;
}

.heart-icon {
  background-position: -64px 0;
}

.heart-icon:hover,
.active .heart-icon {
  background-position: -64px -64px;
}

.sync-icon {
  background-position: -704px 0;
}

.sync-icon:hover,
.active .sync-icon {
  background-position: -704px -64px;
}

.gift-icon {
  background-position: -128px 0;
}

.gift-icon:hover,
.active .gift-icon {
  background-position: -128px -64px;
}

.todo-icon {
  background-position: -192px 0;
}

.todo-icon:hover,
.active .todo-icon {
  background-position: -192px -64px;
}

.heartrate-icon {
  background-position: -256px 0;
}

.heartrate-icon:hover,
.active .heartrate-icon {
  background-position: -256px -64px;
}

.profile-icon {
  background-position: -320px 0;
}

.profile-icon:hover,
.active .profile-icon {
  background-position: -320px -64px;
}

.settings-icon {
  background-position: -384px 0;
}

.settings-icon:hover,
.active .settings-icon {
  background-position: -384px -64px;
}

.dots-icon {
  background-position: -448px 0;
}

.dots-icon:hover,
.active .dots-icon {
  background-position: -448px -64px;
}

.history-icon {
  background-position: -512px 0;
}

.history-icon:hover,
.active .history-icon {
  background-position: -512px -64px;
}

.members-icon {
  background-position: -576px 0;
}

.members-icon:hover,
.active .members-icon {
  background-position: -576px -64px;
}

.notifications-icon {
  background-position: -640px 0;
}

.notifications-icon:hover,
.active .notifications-icon {
  background-position: -640px -64px;
}

.print-icon {
  background-image: url(../images/Print.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 64px;
  height: 64px;
  border-left: 1px solid #eaeaea;
  transition: all 0.3s linear;
}

.print-icon:hover,
.active .print-icon {
  background-position: 0 -64px;
  background-color: rgba(245, 245, 245, 0.35) !important;
  transition: all 0.3s linear;
}

.support-icon {
  background-image: url(../images/Support.png);
  background-repeat: no-repeat;
  background-size: 40px;
  background-position: center;
  width: 64px;
  height: 64px;
  border-left: 1px solid #eaeaea;
}

/*app*/
#mainMenu {
  border-bottom: solid 1px;
  border-color: #bad7db;
}

.navbar-nav {
  float: right;
}

.menu-icon {
  height: 28px;
  padding: 0px;
}

.menu-item {
  display: inline-block !important;
  padding: 0px;
}

.menu-label {
  /*display: inline-table !important;*/
  font-size: 20px !important;
  margin-top: 5px !important;
}

.lgo {
  height: 45px;
}

.help-label {
  display: inline-table;
  padding-right: 3%;
}

.help-label>label {
  font-weight: normal !important;
}

.notChangePassword {
  height: 70px;
}

.navbar-nav label {
  font-weight: 400;
}

.main-dropdown {
  background-color: #414f56;
}

.main-dropdown a {
  color: white !important;
}

.main-dropdown a:hover {
  color: black !important;
}

.userinfodropdown {
  color: black !important;
}

.userinfodropdown:hover,
.navbar-inverse .navbar-nav>.open>.userinfodropdown {
  color: black !important;
  background-color: white !important;
}

#userstatus {
  padding: 8px;
  background-color: #ffc000;
  color: black;
  font-weight: bold;
}

.changePassword {
  display: none;
  margin: 5px;
  text-align: center;
}

.changePassword>input {
  margin-top: 10px;
}

a.dropdown-toggle.userinfodropdown {
  height: 64px;
  line-height: 64px;
  padding: 0 20px;
}

#mainMenu .navbar-nav li a {
  /* width: 100%; */
  border: none;
}

div#mainMenu .navbar-nav li:hover a:after {
  color: #197a85;
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover {
  color: #9d9d9d;
}

refresh-icon {
  width: 48px;
  height: 48px;
}

.menu-icon {
  background-position-y: -8px !important;
  width: 48px;
  height: 48px;
}

.menu-icon:hover,
.active .menu-icon:hover {
  background-position-y: -71px !important;
}

#mainMenu .navbar-toggle {
  z-index: 1000;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #000000;
}

.navbar-left .open .dropdown-menu {
  background: #197a85;
  width: 100% !important;
  border-radius: 0 !important;
}

.navbar-left .open .dropdown-menu li a {
  height: 40px;
  line-height: 30px;
}

/***************************** SignUp SignIn Page Upgraded UI CSS *****************************/
body.account .main-container,
body.account .container {
  width: 100%;
  max-width: 100%;
}

body.account .navbar {
  display: none;
}

body.account .form-box {
  display: block;
}

.signup-sec {
  background: transparent linear-gradient(180deg, #197A85 0%, #C5FFFD 100%) 0% 0% no-repeat padding-box;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.signup-box-wrap {
  padding: 30px;
  background: #f8f8f8;
  max-width: 700px;
  width: 100%;
  box-shadow: 0px 0px 30px rgba(29, 29, 29, 0.5019607843);
  border-radius: 15px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .signup-box-wrap {
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 100%;
    box-shadow: none;
    border-radius: 0;
    height: 100vh;
  }
}

.signup-box-wrap .brand-box {
  text-align: center;
}

.signup-box-wrap .brand-box img {
  min-width: 100px;
  max-width: 100px;
}

.signup-box-wrap .back-link {
  position: absolute;
  left: 20px;
  top: 30px;
  z-index: 1;
  opacity: 0.6;
}

.signup-box-wrap .back-link a {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
}

.signup-box-wrap .back-link img {
  display: inline-block;
  vertical-align: middle;
  width: 25px;
}

.signup-box-wrap .nav-tabs {
  padding-left: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -30px;
  padding-bottom: 30px;
  border-bottom: none;
}

.signup-box-wrap .nav-tabs li {
  width: 50%;
  text-align: center;
}

.signup-box-wrap .nav-tabs li a {
  display: block;
  background: none;
  padding: 10px 15px;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #3a3a3c;
  text-decoration: none;
  position: relative;
  border: none !important;
  border-bottom: 3px solid transparent !important;
  border-radius: 0 !important;
  margin: 0 !important;
}

.signup-box-wrap .nav-tabs li a:hover {
  background-color: transparent;
}

.signup-box-wrap .nav-tabs li.active a {
  font-weight: 600;
  border-bottom-color: #3a3a3c !important;
}

.signup-box-wrap .tab-contents .tab-content {
  min-height: 1px;
  display: none;
}

.signup-box-wrap .tab-contents .tab-content.active {
  display: block;
}

.signup-box-wrap .signup-form-box .form-group {
  margin-bottom: 25px;
  padding-top: 0;
}

.signup-box-wrap .signup-form-box .form-group.password-field {
  text-align: right;
}

.signup-box-wrap .signup-form-box .form-group:last-child {
  margin-bottom: 0;
}

.signup-box-wrap .form-group input {
  display: block;
  background: transparent;
  padding: 12px 15px 12px 45px;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  color: #1d1d1d;
  border: none;
  border-bottom: 1px solid #3A3A3C;
  box-sizing: border-box;
  outline: none;
  text-align: left;
  border-radius: 0;
  box-shadow: 1px 1px rgb(0 0 0 / 0%);
}

.signup-box-wrap .form-group .checkbox {
  display: flex;
  align-items: center;
  position: relative;
}

.signup-box-wrap .form-group .checkbox input {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  cursor: pointer;
  z-index: 1;
  opacity: 0;
}

.signup-box-wrap .form-group .checkbox input:checked+label::before {
  border-color: #197a85;
}

.signup-box-wrap .form-group .checkbox input:checked+label::after {
  content: "";
  position: absolute;
  transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  border-bottom: 2px solid #197a85;
  border-right: 2px solid #197a85;
}

.signup-box-wrap .form-group .checkbox label {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 30px;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #3a3a3c;
}

.signup-box-wrap .form-group .checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  border-radius: 5px;
}

.signup-box-wrap .form-group .checkbox input {
  margin: 0 !important;
}

.signup-box-wrap .form-group .checkbox label {
  font-family: "Open Sans", sans-serif;
  padding-left: 34px;
  flex-wrap: wrap;
}

.signup-box-wrap .form-group .checkbox label::before {
  width: 24px;
  height: 24px;
  border: 2.5px solid #1d1d1d;
  border-radius: 5px;
  top: 0;
}

.signup-box-wrap .form-group .checkbox label::after {
  left: 8px;
  top: 0px;
  width: 9px;
  height: 18px;
}

.signup-box-wrap .form-group input+p {
  font-size: 14px;
  font-weight: 400;
  margin-top: 10px;
  margin-bottom: 0;
  text-align: right;
}

.signup-box-wrap .form-group a {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  color: #3a3a3c;
}

.signup-box-wrap .form-group a:hover {
  text-decoration: underline;
}

.signup-box-wrap .form-group .btn {
  display: block;
  background: #f9cc75;
  padding: 15px 20px;
  font-size: 14px;
  font-weight: 600;
  color: #3a3a3c;
  box-shadow: 3px 3px 6px rgba(58, 58, 60, 0.2);
  border-radius: 25px;
  min-width: 275px;
  margin: 30px auto 0;
  outline: none;
  border: none;
}

@media screen and (max-width: 768px) {
  .signup-box-wrap .form-group .btn {
    width: 100%;
  }
}

.signup-box-wrap .form-group .title {
  font-size: 20px;
  color: #3A3A3C;
  font-weight: 400;
  margin-bottom: 0;
}

div#mainMenu {
  position: fixed;
  top: 20px;
  right: -550px;
  bottom: 20px;
  z-index: 100;
  width: 500px;
  padding: 40px 50px 50px 50px;
  overflow-y: scroll;
  overflow-x: hidden;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: -3px 0px 10px rgba(29, 29, 29, 0.1490196078);
  border: 1px solid #D1D1D1;
  border-radius: 30px 0px 0px 30px;
}

div#mainMenu.open-sidebar {
  right: 0;
  transition: all 0.3s linear;
}

div#mainMenu .navbar-nav {
  float: none !important;
  margin: 0 !important;
}

div#mainMenu .navbar-nav>li {
  float: unset !important;
  margin-bottom: 10px;
}

div#mainMenu .navbar-nav>li a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 14px 0;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #3A3A3C;
}

div#mainMenu .navbar-nav>li a img {
  margin-right: 25px;
}

div#mainMenu .navbar-nav>li.active a {
  background-color: transparent;
}

div#mainMenu .navbar-nav.nav-menu {
  padding: 30px 0 88px 0;
}

#mainMenu .brand-box {
  text-align: center;
  padding-bottom: 20px;
  margin-top: -48px;
}

#mainMenu .brand-box img {
  height: 100px;
  object-fit: contain;
}

#mainMenu .navbar-nav>li.profile-wrap {
  padding: 30px 0;
  border-top: 1px solid #C5FFFD;
  border-bottom: 1px solid #C5FFFD;
}

#mainMenu .navbar-nav>li.profile-wrap>a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
}

#mainMenu .navbar-nav .profile-wrap .profile-pick {
  width: 75px;
  height: 75px;
  margin-right: 24px;
  border-radius: 50%;
  background-color: #197A85;
  position: relative;
  cursor: pointer;
  transition: all 0.2s;
  flex: 0 0 75px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#mainMenu .navbar-nav .profile-wrap .profile-pick #uploadImage {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border-radius: 50%;
}

#mainMenu .navbar-nav .profile-wrap .profile-pick .profile__name-text {
  position: absolute;
  font-family: "Open sans", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
  transition: all 0.3s;
  color: #F8F8F8;
  z-index: 10;
}

#mainMenu .navbar-nav .profile-wrap .profile-pick img {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  border: 1px solid #707070;
  object-fit: cover;
}

#mainMenu .navbar-nav .profile-wrap .profile-pick img[src=""] {
  display: none;
}

#mainMenu .navbar-nav .profile-wrap .profile-detail {
  width: calc(100% - 85px);
  font-size: 16px;
  color: #3A3A3C;
  line-height: 1.4;
}

#mainMenu .navbar-nav .profile-wrap .profile-detail span {
  display: block;
}

#mainMenu .navbar-nav .profile-wrap .profile-detail .name {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
}

#mainMenu .navbar-nav .profile-wrap .profile-detail .text {
  margin-bottom: 10px;
  font-size: 14px;
}

@media screen and (max-width: 1536px) {
  #mainMenu .navbar-nav .profile-wrap .profile-detail .text {
    word-wrap: break-word;
  }
}

#mainMenu .navbar-nav .profile-wrap .profile-detail .view-link {
  font-weight: 600;
  color: #197A85;
  font-size: 14px;
}

#mainMenu .related-user-profile {
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  padding: 20px;
  border-bottom: 1px solid #C5FFFD;
}

#mainMenu .related-user-profile li {
  width: calc(25% - 10px);
  padding: 0 10px;
}

#mainMenu .related-user-profile a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background: #C5FFFD;
  width: 60px;
  height: 60px;
  font-size: 18px;
  font-weight: 600;
  color: #3A3A3C;
  border-radius: 50px;
}

#mainMenu .close-navbar {
  padding: 0;
  top: 0;
  left: 0 !important;
  float: none;
  border: 0;
}

#mainMenu .close-navbar img {
  display: inline-block;
  vertical-align: middle;
  width: 35px;
}

.changePasswordModal {
  background-color: rgba(248, 248, 248, 0.5019607843);
}

.changePasswordModal .modal-dialog .modal-content {
  margin: 0;
  padding: 50px 75px 30px 75px;
  background: #FFFFFF;
  box-shadow: 0px 0px 30px rgba(29, 29, 29, 0.1490196078);
  border: 1px solid #D1D1D1;
  border-radius: 30px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.changePasswordModal .modal-dialog .modal-content .modal-dismiss-btn {
  width: 40px;
  height: 40px;
  background: none;
  border: 0;
  padding: 0;
  position: absolute;
  top: 20px;
  right: 20px;
  outline: 0;
  box-shadow: none;
}

.changePasswordModal .modal-dialog .modal-content .modal-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 40px;
}

.changePasswordModal .modal-dialog .modal-content .modal-heading .modal-icon {
  margin-bottom: 20px;
}

.changePasswordModal .modal-dialog .modal-content .modal-heading .modal-title {
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 50px;
  color: #1D1D1D;
}

.changePasswordModal .modal-dialog .modal-content .modal-body {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0;
}

.changePasswordModal .modal-dialog .modal-content .modal-body .materialTextField {
  margin-bottom: 30px;
}

.changePasswordModal .modal-dialog .modal-content .modal-body .materialTextField .form__field-wrapper {
  border-bottom: 1px solid #D1D1D1;
}

.changePasswordModal .modal-dialog .modal-content .modal-body .materialTextField .form__field-wrapper input {
  border: 0;
  box-shadow: none;
  text-align: left;
}

.changePasswordModal .modal-dialog .modal-content .modal-body .materialTextField .pwd-req-btn {
  text-align: right;
}

.changePasswordModal .modal-dialog .modal-content .modal-body .materialTextField .pwd-req-btn button {
  background: no-repeat;
  border: 0;
  padding: 0;
  margin-top: 5px;
  font-family: "Open sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #3A3A3C;
}

.changePasswordModal .modal-dialog .modal-content .modal-footer {
  border: 0;
  padding: 0;
}

.changePasswordModal .modal-dialog .modal-content .modal-footer .action-btns {
  text-align: center;
  margin-top: 50px;
}

.changePasswordModal .modal-dialog .modal-content .modal-footer .action-btns .green-btn {
  border: 1px solid #D1D1D1 !important;
}

@media screen and (max-width: 1536px) {
  div#mainMenu {
    width: 400px;
    padding: 40px 30px 50px 30px;
  }

  #mainMenu .close-navbar {
    left: 30px;
  }
}

@media screen and (max-width: 540px) {
  div#mainMenu {
    width: 100%;
    border-radius: 0;
  }
}

.pwd-req-btn-signup {
  text-align: right;
}

.pwd-req-btn-signup button {
  background: no-repeat;
  border: 0;
  padding: 0;
  margin-top: 5px;
  font-family: "Open sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #3A3A3C;
}

.profile__card__wrapper {
  width: 80%;
  margin: auto;
}

@media screen and (max-width: 1280px) {
  .profile__card__wrapper {
    width: 100%;
  }
}

.profile__card__wrapper .profile_form {
  padding: 0 50px;
}

.profile__card__wrapper .profile_form .mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label {
  display: none;
}

.profile__card__wrapper .profile_form .select-btn-wrappper .materialSelect .mat-form-field-label-wrapper .mat-form-field-label {
  left: 16px !important;
  top: 24px;
}

.profile__card__wrapper .profile_form .radio__field-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 !important;
  padding-right: 0;
}

.profile__card__wrapper .profile_form .radio__field-wrapper label {
  font-family: "Open sans", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #3A3A3C;
  margin: 0;
}

.profile__card__wrapper .profile_form .radio__field-wrapper .radio__field-radio-inputs {
  flex: 1 0 0;
  padding-left: 25px;
}

@media screen and (max-width: 768px) {
  .profile__card__wrapper .profile_form .radio__field-wrapper .radio__field-radio-inputs {
    display: flex;
    justify-content: center;
  }

  .profile__card__wrapper .profile_form .radio__field-wrapper .radio__field-radio-inputs>div {
    width: 15%;
  }
}

.profile__card__wrapper .profile_form .radio__field-wrapper .radio__field-radio-inputs .radio label {
  height: 80px;
  padding: 0;
}

.profile__card__wrapper .profile_form .radio__field-wrapper .radio__field-radio-inputs .radio label span {
  position: absolute;
  bottom: 0;
  left: 6px;
}

.profile__card__wrapper .profile_form .radio__field-wrapper .radio__field-radio-inputs .radio label::after {
  display: none;
}

.profile__card__wrapper .profile_form .radio__field-wrapper .radio__field-radio-inputs .radio label::before {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.profile__card__wrapper .profile_form .radio__field-wrapper .radio__field-radio-inputs .radio .radio_male_input::before {
  background: #F8F8F8;
  background-image: url("/images/profile-male.svg");
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: center;
  box-shadow: none;
  border: 1px solid #D1D0CE;
}

.profile__card__wrapper .profile_form .radio__field-wrapper .radio__field-radio-inputs .radio .radio_female_input::before {
  background: #F8F8F8;
  background-image: url("/images/profile-female.svg");
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: center;
  box-shadow: none;
  border: 1px solid #D1D0CE;
}

.profile__card__wrapper .profile_form .radio__field-wrapper .radio__field-radio-inputs .radio .radio_female_input span {
  left: 0;
}

.profile__card__wrapper .profile_form .radio__field-wrapper .radio__field-radio-inputs .radio .radio_intersex_input::before {
  background-color: #F8F8F8;
  background-image: url("/images/profile-intersex.svg");
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: center;
  box-shadow: none;
  border: 1px solid #D1D0CE;
}

.profile__card__wrapper .profile_form .radio__field-wrapper .radio__field-radio-inputs .radio .radio_intersex_input span {
  left: -6px;
}

.profile__card__wrapper .profile_form .radio__field-wrapper .radio__field-radio-inputs .radio input[type=radio]:checked+label:before {
  background-color: #C5FFFD;
  border: 2px solid #3A3A3C;
  transition: none;
}

.profile__card__wrapper .profile_form .radio__field-wrapper .radio__field-radio-inputs.blood_type-inputs {
  display: flex;
  align-items: center;
  padding-left: 35px;
}

.profile__card__wrapper .profile_form .radio__field-wrapper .radio__field-radio-inputs.blood_type-inputs .radio {
  padding: 0;
  margin: 0 25px 0 0;
}

.profile__card__wrapper .profile_form .radio__field-wrapper .radio__field-radio-inputs.blood_type-inputs .radio label {
  padding: 0;
  margin: 0;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #1D1D1D;
  border-radius: 10px;
  width: 50px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Open sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #1D1D1D;
}

.profile__card__wrapper .profile_form .radio__field-wrapper .radio__field-radio-inputs.blood_type-inputs .radio label::after {
  display: none;
}

.profile__card__wrapper .profile_form .radio__field-wrapper .radio__field-radio-inputs.blood_type-inputs .radio label::before {
  display: none;
}

.profile__card__wrapper .profile_form .radio__field-wrapper .radio__field-radio-inputs.blood_type-inputs .radio input[type=radio]:checked+label {
  background-color: #C5FFFD;
  transition: none;
  font-weight: 600;
}

@media screen and (max-width: 540px) {
  .profile__card__wrapper .profile_form .radio__field-wrapper .radio__field-radio-inputs.blood_type-inputs {
    flex-wrap: wrap;
    padding-left: 16px;
  }

  .profile__card__wrapper .profile_form .radio__field-wrapper .radio__field-radio-inputs.blood_type-inputs .radio {
    margin: 0 8px 0 0;
    width: auto;
  }
}

@media screen and (max-width: 540px) {
  .profile__card__wrapper .profile_form .radio__field-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .profile__card__wrapper .profile_form .radio__field-wrapper .radio__field-radio-inputs {
    padding-left: 0;
    width: 100%;
  }

  .profile__card__wrapper .profile_form .radio__field-wrapper .radio__field-radio-inputs>div {
    width: 25%;
  }
}

.profile__card__wrapper .profile_form .form__dob-field .mat-form-field-wrapper .mat-form-field-underline {
  visibility: hidden;
}

.profile__card__wrapper .profile_form .form__dob-field .mat-form-field-wrapper .mat-form-field-underline .mat-form-field-ripple {
  visibility: hidden !important;
}

.profile__card__wrapper .profile_form .form__dob-field .mat-form-field-wrapper .form__field-wrapper .mat-input-element {
  border-bottom: 1px solid #D1D1D1;
  padding-bottom: 4px;
  font-family: "Open sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #3A3A3C;
  flex: 1 0 0;
  margin-left: 10px;
}

.profile__card__wrapper .profile_form .form__dob-field .mat-form-field-flex {
  border: 0;
}

.profile__card__wrapper .profile_form .form__field-wrapper .form__label-name {
  font-family: "Open sans", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #3A3A3C;
}

.profile__card__wrapper .profile_form .form__field-wrapper.id__field-wrap .form__label-name {
  margin: 0;
  color: #1D1D1D;
}

.profile__card__wrapper .profile_form .form__field-wrapper.id__field-wrap input {
  flex: 1 0 0;
  padding-left: 10px;
  font-family: "Open sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #1D1D1D;
}

.profile__card__wrapper .profile_form .select-btn-wrappper .in-mat-replace-dialog {
  flex: 1 0 0;
  margin-left: 10px;
}

.profile__card__wrapper .profile_form .select-btn-wrappper .in-mat-replace-dialog .mat-form-field-infix {
  padding: 12px 10px;
  background: #F8F8F8;
  border-radius: 10px;
}

.profile__card__wrapper .profile_form .form__contact-details {
  border: 1px solid #D1D1D1;
  border-radius: 10px;
  padding: 20px 10px;
  position: relative;
  margin: 56px 0 0 0 !important;
}

.profile__card__wrapper .profile_form .form__contact-details .mat-form-field-flex {
  border-bottom: 1px solid #3A3A3C;
}

.profile__card__wrapper .profile_form .form__contact-details .form__heading {
  position: absolute;
  font-family: "Open sans", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #197A85;
  top: -11px;
  left: 18px;
  background: #FFF;
  padding: 0 6px;
}

.profile__card__wrapper .profile_form .form__contact-details .form__input-field {
  width: 100%;
  text-align: left;
  border: 0;
  background: transparent;
  color: rgba(29, 29, 29, 0.5019607843);
  border-bottom: 1px solid #3A3A3C;
  padding-bottom: 5px;
}

.profile__card__wrapper .profile_form .form__contact-details .form__input-field:focus {
  outline: 0;
}

.profile__card__wrapper .profile_form .form__contact-details .form__label-name {
  font-family: "Open sans", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: rgba(29, 29, 29, 0.5019607843);
}

.profile__card__wrapper .profile_form .form__contact-details input {
  font-family: "Open sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}

.profile__card__wrapper .profile_form .form__contact-details .select-btn-wrappper .in-mat-replace-dialog {
  width: 100%;
}

.profile__card__wrapper .profile_form .form__contact-details .mat-form-field-wrapper {
  padding-bottom: 1.26em;
}

.profile__card__wrapper .profile_form .form__contact-details .materialTextField.mat-form-field .mat-form-field-underline {
  background-color: #3A3A3C !important;
}

@media screen and (max-width: 540px) {
  .profile__card__wrapper .profile_form .form__contact-details {
    margin: 30px 0 0 0 !important;
  }
}

.profile__card__wrapper .profile_form .tab-wrapper .mat-tab-label .mat-tab-label-content {
  font-family: "Open sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #1D1D1D;
}

.profile__card__wrapper .profile_form .tab-wrapper .mat-tab-label.mat-tab-label-active {
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .profile__card__wrapper .profile_form {
    padding: 0;
  }
}

.profile__heading-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 30px;
  border-bottom: 1px solid #D1D1D1;
  width: 90%;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .profile__heading-wrapper {
    width: 100%;
  }
}

@media screen and (max-width: 540px) {
  .profile__heading-wrapper {
    flex-direction: column;
  }
}

.profile__heading-wrapper .profile__back-btn {
  position: absolute;
  top: 0;
  left: -50px;
}

@media screen and (max-width: 768px) {
  .profile__heading-wrapper .profile__back-btn {
    left: -16px;
  }
}

.profile__heading-wrapper .profile__img {
  width: 125px;
  height: 125px;
  border-radius: 50%;
  background-color: #197A85;
  border: 1px solid #F8F8F8;
  margin-right: 32px;
  position: relative;
  cursor: pointer;
  transition: all 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.profile__heading-wrapper .profile__img label {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border-radius: 50%;
}

.profile__heading-wrapper .profile__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  transition: all 0.3s;
  z-index: 20;
}

.profile__heading-wrapper .profile__img .profile__name-text {
  position: absolute;
  font-family: "Open sans", sans-serif;
  font-weight: 600;
  font-size: 26px;
  line-height: 20px;
  transition: all 0.3s;
  color: #F8F8F8;
  z-index: 10;
}

.profile__heading-wrapper .profile__img .profile__img-hover-state {
  background-image: url("/images/hover_state.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: all 0.5s;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 50;
  opacity: 0;
  cursor: pointer;
}

.profile__heading-wrapper .profile__img:hover .profile__img-hover-state {
  opacity: 1;
}

.profile__heading-wrapper .profile__img:hover .profile__name-text {
  opacity: 0;
  transition: all 0.3s;
}

@media screen and (max-width: 540px) {
  .profile__heading-wrapper .profile__img {
    margin-right: 0;
  }
}

.profile__heading-wrapper .profile__desc {
  text-align: left;
}

.profile__heading-wrapper .profile__desc .heading {
  font-family: "Open sans", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 27px;
  color: #3A3A3C;
  padding-bottom: 5px;
  border-bottom: 2px solid #1D1D1D;
  margin-bottom: 10px;
}

@media screen and (max-width: 540px) {
  .profile__heading-wrapper .profile__desc .heading {
    margin-top: 20px;
  }
}

.profile__heading-wrapper .profile__desc p {
  font-family: "Open sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #3A3A3C;
}

.profile__heading-wrapper .profile__desc .profile__email-input {
  font-family: "Open sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #3A3A3C;
}

.profile__heading-wrapper .profile__desc .signup-box-wrap {
  padding: 0;
  box-shadow: none;
  width: 100%;
  background: transparent;
}

.profile__heading-wrapper .profile__desc .signup-box-wrap .form-group .checkbox input {
  margin: 0 !important;
}

.profile__heading-wrapper .profile__desc .signup-box-wrap .form-group .checkbox label {
  font-family: "Open Sans", sans-serif;
  padding-left: 34px;
}

.profile__heading-wrapper .profile__desc .signup-box-wrap .form-group .checkbox label::before {
  width: 24px;
  height: 24px;
  border: 2.5px solid #1d1d1d;
  border-radius: 5px;
}

.profile__heading-wrapper .profile__desc .signup-box-wrap .form-group .checkbox label::after {
  left: 8px;
  top: 0px;
  width: 9px;
  height: 18px;
}

.diagonalsBack {
  background-color: #FFFFFF;
  width: 100%;
  height: 400px;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #707070;
  border-radius: 20px;
  margin-top: 20px;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 540px) {
  .diagonalsBack {
    width: 100%;
  }
}

.diagonalsline1 {
  width: 126%;
  height: 1px;
  border-bottom: 1px solid grey;
  -webkit-transform: translateY(-20px) translateX(0px) rotate(44deg);
  -ms-transform: translateY(-20px) translateX(0px) rotate(44deg);
  transform: translateY(-20px) translateX(0px) rotate(44deg);
  position: absolute;
  top: 220px;
  left: -55px;
}

@media screen and (max-width: 768px) {
  .diagonalsline1 {
    display: none;
  }
}

.diagonalsline2 {
  width: 126%;
  height: 1px;
  border-bottom: 1px solid grey;
  -webkit-transform: translateY(-20px) translateX(0px) rotate(-44deg);
  -ms-transform: translateY(-20px) translateX(0px) rotate(-44deg);
  transform: translateY(-20px) translateX(0px) rotate(-44deg);
  position: absolute;
  top: 220px;
  left: -55px;
}

@media screen and (max-width: 768px) {
  .diagonalsline2 {
    display: none;
  }
}

.diagonalsText {
  background-color: #FFFFFF;
  position: absolute;
  padding: 25px;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: #3A3A3C;
}

.card__image--wrapper {
  padding: 0;
  margin: 0 15px;
  width: 85%;
}

@media screen and (max-width: 768px) {
  .card__image--wrapper {
    width: 95%;
    margin: auto;
  }
}

.card__image--wrapper .card-image {
  width: 100%;
  height: 400px;
  border-radius: 20px;
  margin-top: 20px;
  object-fit: contain;
  position: relative;
  cursor: pointer;
  transition: 0.3s;
}

.card__image--wrapper .card-image:hover {
  opacity: 0.25;
  transition: 0.3s;
}

.card__image--wrapper .card-image-hover-state {
  position: absolute;
  border: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: 0.3s;
  display: flex;
  background-color: #fff;
}

.card__image--wrapper .card-image-hover-state .diagonalsline1,
.card__image--wrapper .card-image-hover-state .diagonalsline2 {
  top: 220px;
}

.card__image--wrapper:hover .card-image-hover-state {
  opacity: 0.75;
}

.medication-form .mat-form-field-underline .mat-form-field-ripple {
  display: none;
}

.medication-form .mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label {
  display: none;
}

.medication-name-card-dose {
  font-family: "Open sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #1D1D1D;
  margin-bottom: 10px;
}

.medication-name-card-date {
  font-family: "Open sans", sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 16px;
  line-height: 22px;
  color: #1D1D1D;
  word-break: break-all;
}

.custom-text-field .mat-form-field-infix {
  display: flex;
  align-items: flex-start;
}

.medicationTypeSelect .mat-form-field-flex {
  border-bottom: 1px solid #D1D1D1 !important;
}

.medicationTypeSelect .mat-form-field-flex .mat-form-field-label-wrapper .mat-form-field-label {
  text-align: center;
}

.custom-text-field.chip_field .mat-input-wrapper {
  padding-bottom: 20px;
}

.custom-text-field.chip_field .mat-input-wrapper .mat-form-field-label {
  padding-bottom: 4px;
}

@media screen and (max-width: 768px) {
  .medications-active-card-row {
    display: flex;
    flex-direction: column;
  }

  .medications-active-card-row .medical-care-team-item {
    width: 100% !important;
  }
}

@media screen and (max-width: 768px) {
  .medication__form-wrapper .labelDiv {
    margin-bottom: 15px !important;
  }
}

@media screen and (max-width: 768px) {
  .medication__form-wrapper .labelDiv1 {
    margin-bottom: -14px !important;
  }
}

@media screen and (max-width: 768px) {
  .medication__form-wrapper .labelDiv2 {
    margin-bottom: 5px !important;
    position: relative;
    left: 8px;
  }
}

.labelDiv2 {
  font-weight: 600;
}

.labelDiv1 {
  font-weight: 600;
}

.medication-filled-text {
  font-family: "Open sans", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
}

.medication-filled-text.mild {
  color: #178F00;
}

.medication-filled-text.moderate {
  color: #C48100;
}

.medication-filled-text.severe {
  color: #A80000;
}

.form__field .mat-form-field-wrapper .mat-form-field-infix {
  width: 100%;
}

.form__field .mat-form-field-wrapper .mat-form-field-infix .mat-form-field-label-wrapper {
  width: 208px;
  left: unset;
  right: 0;
  text-align: center;
}

.form__field .mat-form-field-wrapper .mat-form-field-infix .mat-form-field-label-wrapper .mat-form-field-label {
  font-size: 22px;
  top: 15px;
  font-weight: 400;
  color: #D1D1D1;
  margin: 0;
  height: 26px;
}

@media screen and (max-width: 1536px) {
  .form__field .mat-form-field-wrapper .mat-form-field-infix .mat-form-field-label-wrapper .mat-form-field-label {
    font-size: 18px;
  }
}

.form__field .mat-form-field-wrapper .mat-form-field-underline {
  visibility: hidden;
}

.form__field .mat-form-field-wrapper .mat-form-field-underline .mat-form-field-ripple {
  visibility: hidden !important;
}

.form__field .mat-form-field-wrapper .form__field-wrapper .mat-input-element {
  border-bottom: 1px solid #D1D1D1;
  font-family: "Open sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #3A3A3C;
  flex: 1 0 0;
  margin-left: 10px;
  padding-left: 0;
  padding-bottom: 4px;
  text-align: left;
}

.form__field .mat-form-field-flex {
  border: 0;
}

.chip_field .mat-input-infix {
  align-items: flex-end !important;
}

.chip_field .mat-input-infix .mat-chip-list-wrapper .mat-chip {
  word-break: break-all;
}

.internal-card-wrapper.procedure-card {
  height: 200px;
}

@media screen and (max-width: 768px) {
  .internal-card-wrapper.procedure-card {
    height: auto;
  }
}

.card_header {
  justify-content: center;
  background-color: #F8F8F8;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.card_header-title-dark p {
  font-family: "Open sans", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 28px;
  margin: 0 !important;
  color: #1D1D1D;
}

@media screen and (max-width: 1536px) {
  .card_header-title-dark p {
    font-size: 14px;
  }
}

.vitals_card .vitals_box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.vitals_card .vitals_box .vitals_box-title {
  width: 100%;
}

.vitals_card .vitals_box .vitals_box-title .title {
  font-family: "Open sans", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #3A3A3C;
  margin-bottom: 10px;
  text-align: center;
}

@media screen and (max-width: 1536px) {
  .vitals_card .vitals_box .vitals_box-title .title {
    font-size: 14px;
  }
}

.vitals_card .vitals_box .vitals_box-info-wrapper {
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #D1D1D1;
  border-radius: 10px;
}

.vitals_card .vitals_box .vitals_box-info-wrapper .vitals_box-info {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 5px;
}

.vitals_card .vitals_box .vitals_box-info-wrapper .vitals_box-info .vitals_box-info-image {
  margin-right: 12px;
}

.vitals_card .vitals_box .vitals_box-info-wrapper .vitals_box-info .vitals_box-info-image img {
  object-fit: contain;
}

@media screen and (max-width: 1536px) {
  .vitals_card .vitals_box .vitals_box-info-wrapper .vitals_box-info .vitals_box-info-image img {
    width: 30px;
    height: 30px;
  }
}

.vitals_card .vitals_box .vitals_box-info-wrapper .vitals_box-info .vitals_box-info-text {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 26px;
  line-height: 20px;
  color: #3A3A3C;
}

.vitals_card .vitals_box .vitals_box-info-wrapper .vitals_box-info .vitals_box-info-text span {
  font-family: "Open sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #3A3A3C;
}

@media screen and (max-width: 1536px) {
  .vitals_card .vitals_box .vitals_box-info-wrapper .vitals_box-info .vitals_box-info-text {
    font-size: 20px;
  }

  .vitals_card .vitals_box .vitals_box-info-wrapper .vitals_box-info .vitals_box-info-text span {
    font-size: 12px;
  }
}

.vitals_card .vitals_card--item {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px rgba(29, 29, 29, 0.1019607843);
  border: 1px solid #D1D1D1;
  border-radius: 10px;
  margin-bottom: 25px;
}

.vitals_card .vitals_card--item .vitals_box-title {
  border-bottom: 3px solid #F8F8F8;
}

.vitals_card .vitals_card--item .vitals_box-title .title {
  padding: 10px 0;
  font-size: 20px;
  line-height: 27px;
  color: #1D1D1D;
  margin: 0;
}

@media screen and (max-width: 1536px) {
  .vitals_card .vitals_card--item .vitals_box-title .title {
    font-size: 16px;
  }
}

.vitals_card .vitals_card--item .vitals_box-info-wrapper {
  border: 0;
  padding: 40px 20px;
}

.vitals_card .vitals_card--item .vitals_box-info-wrapper .vitals_box-info .vitals_box-info-image {
  margin-right: 30px;
}

.vitals_card .vitals_card--item .vitals_box-info-wrapper .vitals_box-info .vitals_box-info-image img {
  width: 60px;
  height: auto;
}

@media screen and (max-width: 1536px) {
  .vitals_card .vitals_card--item .vitals_box-info-wrapper .vitals_box-info .vitals_box-info-image img {
    width: 60px;
  }
}

.vitals_card .vitals_card--item .vitals_box-info-wrapper .vitals_box-info .vitals_box-info-text {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 40px;
  color: #1D1D1D;
}

.vitals_card .vitals_card--item .vitals_box-info-wrapper .vitals_box-info .vitals_box-info-text span {
  font-size: 16px;
  line-height: 20px;
  color: #1D1D1D;
}

@media screen and (max-width: 1536px) {
  .vitals_card .vitals_card--item .vitals_box-info-wrapper .vitals_box-info .vitals_box-info-text span {
    font-size: 14px;
  }
}

.p-40-15 {
  padding: 40px 15px !important;
}

.vitals_graph .modal-content {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 30px rgba(29, 29, 29, 0.1490196078);
  border: 1px solid #D1D1D1;
  border-radius: 30px;
}

@media screen and (max-width: 768px) {
  .vitals_graph .modal-content {
    width: 95% !important;
  }
}

.vitals_graph .modal-content .vitals_graph-title {
  font-family: "Open sans", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 30px;
  color: #1D1D1D;
  margin-top: 10px;
}

@media screen and (max-width: 1536px) {
  .vitals_graph .modal-content .vitals_graph-title {
    font-size: 18px;
  }
}

.vitals_graph-timeline {
  margin-top: 35px;
}

.vitals_graph-timeline label {
  font-family: "Open sans", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #3A3A3C;
  margin: 0;
}

.vitals_graph-timeline .vitals_graph_timeline-radio-inputs {
  flex: 1 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 50px;
}

@media screen and (max-width: 768px) {
  .vitals_graph-timeline .vitals_graph_timeline-radio-inputs {
    display: flex;
  }

  .vitals_graph-timeline .vitals_graph_timeline-radio-inputs>div {
    width: 15%;
  }
}

.vitals_graph-timeline .vitals_graph_timeline-radio-inputs .radio {
  padding: 10px 20px;
  margin: 0;
  width: 25%;
}

.vitals_graph-timeline .vitals_graph_timeline-radio-inputs .radio label {
  padding: 0;
  margin: 0;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #1D1D1D;
  border-radius: 10px;
  width: 100%;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Open sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #1D1D1D;
}

.vitals_graph-timeline .vitals_graph_timeline-radio-inputs .radio label::after {
  display: none;
}

.vitals_graph-timeline .vitals_graph_timeline-radio-inputs .radio label::before {
  display: none;
}

.vitals_graph-timeline .vitals_graph_timeline-radio-inputs .radio input {
  display: none;
}

.vitals_graph-timeline .vitals_graph_timeline-radio-inputs .radio input[type=radio]:checked+label {
  background-color: #C5FFFD;
  transition: none;
  font-weight: 600;
  box-shadow: 0px 3px 10px rgba(29, 29, 29, 0.1490196078);
}

.vitals_graph-timeline .vitals_graph_timeline-radio-inputs .radio.active label {
  background-color: #C5FFFD;
  transition: none;
  font-weight: 600;
  box-shadow: 0px 3px 10px rgba(29, 29, 29, 0.1490196078);
}

@media screen and (max-width: 540px) {
  .vitals_graph-timeline .vitals_graph_timeline-radio-inputs {
    flex-wrap: wrap;
    padding-left: 16px;
  }

  .vitals_graph-timeline .vitals_graph_timeline-radio-inputs .radio {
    margin: 0 8px 0 0;
    width: auto;
  }
}

.vitals_graph-timeline.vitals-graph-sm .vitals_graph_timeline-radio-inputs {
  padding: 0;
}

.vitals_graph-timeline.vitals-graph-sm .vitals_graph_timeline-radio-inputs .radio {
  margin: 0;
  width: 50%;
}

@media screen and (max-width: 540px) {
  .vitals_graph-timeline {
    flex-direction: column;
    align-items: flex-start;
  }

  .vitals_graph-timeline .radio__field-radio-inputs {
    padding-left: 0;
    width: 100%;
  }

  .vitals_graph-timeline .radio__field-radio-inputs>div {
    width: 25%;
  }
}

@media screen and (max-width: 540px) {
  #chartVital svg {
    width: 100% !important;
  }
}

.phone-card-wrapper {
  height: 170px !important;
}

.flex-grow {
  flex: 0 0 26px !important;
}

.phone-number-input-wrapper {
  border-bottom: 1px solid #D1D1D1;
  margin-top: 40px;
}

.phone-number-input-wrapper .mat-input-wrapper {
  padding-bottom: 0 !important;
}

.phone-number-input-wrapper .mat-input-wrapper .mat-input-flex {
  border: 0;
}

#countryCodeInput .mat-input-infix {
  width: 215px !important;
}

#countryCodeInput .mat-form-field-label {
  left: 110px;
  top: 22px;
}

#cityCodeInput .mat-input-infix {
  width: 80px !important;
}

#cityCodeInput .mat-form-field-label {
  top: 22px;
}

#phoneNumberInput .mat-form-field-label {
  top: 22px;
}

.emergency-phone-number-input-wrapper {
  border-bottom: 1px solid #D1D1D1;
  justify-content: flex-start;
}

.emergency-phone-number-input-wrapper .mat-input-wrapper {
  padding-bottom: 0 !important;
}

.emergency-phone-number-input-wrapper .mat-input-wrapper .mat-input-flex {
  border: 0;
}

.emergency-phone-number-input-wrapper #countryInput .mat-form-field-infix {
  width: 140px !important;
}

.emergency-phone-number-input-wrapper #countryInput .mat-form-field-infix .mat-form-field-label-wrapper {
  left: 50px;
  top: -8px;
}

.emergency-phone-number-input-wrapper #cityInput .mat-form-field-infix {
  width: 70px !important;
}

.emergency-phone-number-input-wrapper #cityInput .mat-form-field-infix .mat-form-field-label-wrapper {
  top: -8px;
}

.emergency-phone-number-input-wrapper #numberInput .mat-form-field-infix {
  width: 80px !important;
}

.emergency-phone-number-input-wrapper #numberInput .mat-form-field-infix .mat-form-field-label-wrapper {
  top: -8px;
}

.checkbox_container.signup-box-wrap {
  padding: 0;
  background: transparent;
  max-width: 100%;
  box-shadow: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.checkbox_container.signup-box-wrap .form-group .checkbox label::before {
  background: transparent;
  box-shadow: none;
}

.checkbox_container.signup-box-wrap .form-group .checkbox label::after {
  animation: none;
}

.checkbox_container.signup-box-wrap .form-group .checkbox input:checked+label::before {
  content: "";
  background: transparent;
}

.checkbox_container.signup-box-wrap .form-group .checkbox input:checked+label::after {
  opacity: 1;
  background: transparent;
  border-radius: 0;
}

.planNameField {
  margin-bottom: 30px;
}

.planNameField input.main-input-element {
  font-size: 22px !important;
  line-height: 30px !important;
  color: #1D1D1D;
  padding-bottom: 10px;
}

.planNameField input.main-input-element:focus::placeholder {
  opacity: 0;
}

.planNameField .mat-error {
  text-align: left;
  font-size: 14px;
  padding-top: 6px;
}

@media screen and (max-width: 540px) {
  #benefit h3.title {
    padding: 0 15px !important;
  }
}

@media screen and (max-width: 540px) {
  #benefit .vitals_graph-timeline .vitals_graph_timeline-radio-inputs .radio {
    width: 25%;
    margin: 0;
  }

  #benefit .vitals_graph_timeline-radio-inputs {
    flex-direction: row;
  }
}

.notification-card-wrapper .btn-dropdown {
  border-radius: 0px;
  background-color: #197a85 !important;
  color: #ffffff !important;
  width: 101px !important;
  float: left !important;
  margin-left: 42% !important;
  margin-top: 23px !important;
}

.notification-card-wrapper mat-icon {
  float: right;
  margin-top: -16px;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.54);
  width: 24px;
  height: 15px;
  font-size: 19px;
  z-index: 2;
  position: relative;
}

.notification-card-wrapper .glyphicon-remove {
  float: right;
  margin-top: -13px;
}

.notification-card-wrapper .mat-header-row,
.notification-card-wrapper .mat-row {
  padding: 0 0px !important;
}

.notification-card-wrapper .mat-form-field-label-wrapper {
  opacity: 0.6 !important;
}

.notification-card-wrapper .btn {
  color: #197a85;
  background-color: #ffffff;
  height: auto !important;
  width: auto;
  font-size: 13px !important;
  border: none;
  float: right;
  margin-top: 9px !important;
}

.notification-card-wrapper .btn-hollow {
  background: none !important;
  border-color: #197a85 !important;
  color: #197a85 !important;
  border: solid 1px;
  float: none !important;
  width: 100px !important;
}

.notification-card-wrapper .table-responsive .mat-table .mat-row .mat-cell {
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  min-width: 183px !important;
  max-width: 145px !important;
  margin: auto !important;
}

.notification-card-wrapper .table-responsive .mat-table .mat-header-row .mat-header-cell {
  margin-left: 2px !important;
}

.notification-card-wrapper .btn-primary:focus,
.notification-card-wrapper .btn-primary:hover {
  background-color: #197a85;
  border-color: #197a85;
  color: #f5f5f5;
}

.notification-card-wrapper .btn:hover {
  color: white;
}

.notification-card-wrapper .mat-form-field-infix {
  padding: 3px;
  width: 196px;
}

.notification-card-wrapper .progress {
  height: 10px;
  background-color: white;
  margin-top: 84px;
}

.notification-card-wrapper .progress-bar {
  background-color: #197a85 !important;
}

.notification-card-wrapper input[type=checkbox],
.notification-card-wrapper input[type=radio] {
  margin: 7px;
  margin-left: 13px;
}

.notification-card-wrapper button,
.notification-card-wrapper input,
.notification-card-wrapper select,
.notification-card-wrapper textarea {
  margin-left: 15px;
}

.notification-card-wrapper .table>thead>tr>th {
  background: #f5f5f5;
}

.notification-card-wrapper .view-notification .modal-content {
  max-width: 800px;
}

.notification-card-wrapper .chosen-container .chosen-results li {
  background-color: white;
}

.notification-card-wrapper .NeverPickUp {
  margin-left: 23px;
  margin-top: -25px;
}

.notification-card-wrapper .material-group .chosen-container.chosen-with-drop .chosen-drop {
  background-color: white !important;
}

.notification-card-wrapper ::placeholder {
  opacity: 0.5;
}

.notification-card-wrapper .dropdown2 {
  width: 96.333333%;
  margin-left: -16px;
}

.notification-card-wrapper .dropdown1 {
  width: 40% !important;
  margin-left: 203px !important;
  margin-top: -18px !important;
  border: solid 1px;
}

.notification-card-wrapper .dropdown-button {
  margin-bottom: -100px;
  margin-left: -613px;
}

.notification-card-wrapper .remove {
  margin-top: 11px !important;
}

.notification-card-wrapper .prescribedby {
  margin-left: 1px;
}

.notification-card-wrapper .divEndDate {
  margin-left: -13px;
}

.notification-card-wrapper .unit {
  margin-left: 3px;
}

.notification-card-wrapper .Dosageform {
  margin-left: 3px;
}

.notification-card-wrapper .timebeforetaking {
  width: 188px;
  margin-left: 13px;
}

@media only screen and (max-width: 991px) {
  .notification-card-wrapper .dropdown1 {
    margin-left: 300px !important;
    margin-top: -18px !important;
  }

  .notification-card-wrapper .dropdown-button {
    margin-bottom: -25px !important;
    /* margin-left: -44px !important; */
  }
}

@media only screen and (min-width: 300px) and (max-width: 767px) {
  .notification-card-wrapper .NeverPickUp {
    margin-left: -15px !important;
    margin-top: -25px;
  }

  .notification-card-wrapper .div {
    width: 95% !important;
  }

  .notification-card-wrapper .divEndDate {
    margin-left: -1px !important;
    width: 95%;
  }

  .notification-card-wrapper .prescribedby {
    margin-left: 16px !important;
  }

  .notification-card-wrapper .unit {
    margin-left: 15px !important;
  }

  .notification-card-wrapper .Dosageform {
    margin-left: 15px !important;
  }

  .notification-card-wrapper .timebeforetaking {
    width: 90% !important;
    margin-left: 2px !important;
  }
}

@media (max-width: 767px) {
  .notification-card-wrapper .remove {
    margin-top: -25px !important;
    float: right !important;
  }
}

.notification-card-wrapper .sm-field input,
.notification-card-wrapper .sm-field2 input,
.notification-card-wrapper .sm-field3 input {
  margin-left: 0;
}

.notification-card-wrapper .sm-field3 .materialTextField {
  width: 100% !important;
  margin-left: 0px !important;
}

@media (max-width: 414px) {
  .notification-card-wrapper .sm-field2 .materialTextField {
    width: calc(100% - 0px) !important;
  }

  .notification-card-wrapper .sm-field3 {
    width: 100% !important;
  }

  .notification-card-wrapper .sm-field3 .materialTextField {
    width: 100% !important;
    margin-left: 0px !important;
  }
}

@media only screen and (min-width: 200px) and (max-width: 991px) {
  .notification-card-wrapper .progress[_ngcontent-c0] {
    margin-top: 55px !important;
  }
}

@media only screen and (min-width: 400px) and (max-width: 600px) {
  .notification-card-wrapper .dropdown1 {
    width: 230px !important;
    margin-left: 127px !important;
    margin-top: 10px !important;
  }

  .notification-card-wrapper .btn-dropdown {
    margin-left: 35% !important;
  }
}

@media only screen and (min-width: 300px) and (max-width: 399px) {
  .notification-card-wrapper .dropdown1 {
    width: 200px !important;
    margin-left: 70px !important;
    margin-top: 10px !important;
  }

  .notification-card-wrapper .btn-dropdown {
    margin-left: 35% !important;
  }
}

@media only screen and (min-width: 250px) and (max-width: 299px) {
  .notification-card-wrapper .dropdown1 {
    width: 170px !important;
    margin-left: 40px !important;
    margin-top: 10px !important;
  }

  .notification-card-wrapper .btn-dropdown {
    margin-left: 37% !important;
  }
}

.notification-card-wrapper .notification-filters button {
  background: #FFFFFF;
  border: none;
  padding: 10px;
  width: 100%;
  color: #1D1D1D;
  outline: none;
  border-bottom: 3px solid #F8F8F8;
  font-family: "Open sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  box-shadow: none;
}

@media screen and (max-width: 540px) {
  .notification-card-wrapper .notification-filters button {
    font-size: 14px;
  }
}

.notification-card-wrapper .notification-filters button.active {
  border-bottom: 3px solid #197A85;
  font-family: "Open sans", sans-serif;
  font-weight: 600;
  box-shadow: none;
}

.notification-card-wrapper .panel {
  margin-left: 30px;
  margin-right: 30px;
  padding: 0;
  background-color: #F8F8F8;
  box-shadow: none;
  border: 0;
}

@media screen and (max-width: 540px) {
  .notification-card-wrapper .panel {
    margin-left: 0;
    margin-right: 0;
  }
}

.notification-card-wrapper .panel .table-responsive .mat-table {
  display: block;
}

.notification-card-wrapper .panel .table-responsive .mat-table .mat-header-row {
  background: #F8F8F8;
  border: 0;
  padding: 0 10px !important;
  min-height: unset;
}

.notification-card-wrapper .panel .table-responsive .mat-table .mat-header-row .mat-header-cell {
  font-family: "Open sans", sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #1D1D1D;
  min-width: 90px !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 15px 10px !important;
  background: #F8F8F8;
  word-wrap: normal;
  height: 52px;
}

@media screen and (max-width: 540px) {
  .notification-card-wrapper .panel .table-responsive .mat-table .mat-header-row .mat-header-cell {
    font-size: 14px;
  }
}

.notification-card-wrapper .panel .table-responsive .mat-table .mat-header-row .mat-header-cell:first-child {
  margin: 0;
  max-width: 90px !important;
}

.notification-card-wrapper .panel .table-responsive .mat-table .mat-header-row .mat-header-cell:last-child {
  max-width: 50px !important;
  min-width: 50px !important;
}

.notification-card-wrapper .panel .table-responsive .mat-table .mat-header-row .mat-header-cell:nth-child(4) {
  min-width: 450px !important;
}

@media screen and (max-width: 540px) {
  .notification-card-wrapper .panel .table-responsive .mat-table .mat-header-row .mat-header-cell:nth-child(4) {
    min-width: 250px !important;
  }
}

.notification-card-wrapper .panel .table-responsive .mat-table .mat-row {
  padding: 0 10px !important;
  border: 0 !important;
  cursor: pointer;
}

.notification-card-wrapper .panel .table-responsive .mat-table .mat-row .mat-cell {
  font-family: "Open sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #1D1D1D;
  min-width: 90px !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 10px !important;
}

@media screen and (max-width: 540px) {
  .notification-card-wrapper .panel .table-responsive .mat-table .mat-row .mat-cell {
    font-size: 14px;
  }
}

.notification-card-wrapper .panel .table-responsive .mat-table .mat-row .mat-cell:first-child {
  margin: 0;
  max-width: 90px !important;
}

.notification-card-wrapper .panel .table-responsive .mat-table .mat-row .mat-cell:first-child .glyphicon {
  display: none;
}

.notification-card-wrapper .panel .table-responsive .mat-table .mat-row .mat-cell .ui-grid-cell-contents {
  padding: 0;
}

.notification-card-wrapper .panel .table-responsive .mat-table .mat-row .mat-cell span {
  font-size: 16px;
  color: #1D1D1D;
}

.notification-card-wrapper .panel .table-responsive .mat-table .mat-row .mat-cell span.new-message {
  font-weight: bold;
  font-size: 12px;
  color: #1D1D1D;
  background: #C5FFFD;
}

.notification-card-wrapper .panel .table-responsive .mat-table .mat-row .mat-cell:last-child {
  display: flex;
  justify-content: flex-end;
  max-width: 50px !important;
  min-width: 50px !important;
}

.notification-card-wrapper .panel .table-responsive .mat-table .mat-row .mat-cell:last-child .btn-primary {
  margin: 0 !important;
  padding: 0;
  width: 30px;
  height: 30px !important;
  background: #fff;
  display: flex;
  align-items: center;
}

.notification-card-wrapper .panel .table-responsive .mat-table .mat-row .mat-cell:last-child .btn-primary .glyphicon {
  font-size: 18px;
}

.notification-card-wrapper .panel .table-responsive .mat-table .mat-row .mat-cell:last-child .btn-primary:focus {
  outline: 0;
  box-shadow: none;
}

.notification-card-wrapper .panel .table-responsive .mat-table .mat-row .mat-cell:nth-child(4) {
  min-width: 450px !important;
}

@media screen and (max-width: 540px) {
  .notification-card-wrapper .panel .table-responsive .mat-table .mat-row .mat-cell:nth-child(4) {
    min-width: 250px !important;
  }
}

@media screen and (max-width: 540px) {
  .notification-card-wrapper .action-buttons {
    padding: 0 !important;
  }
}

.notification-form-wrapper label {
  width: 100% !important;
  font-family: "Open sans", sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #1D1D1D;
  margin-bottom: 10px;
}

.notification-form-wrapper label .mat-button-toggle-label-content {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 2px solid #D1D1D1;
  border-radius: 10px;
  font-size: 14px;
}

.notification-form-wrapper label .mat-button-toggle-focus-overlay {
  display: none;
}

.modal-box.view-notification .modal-content {
  background: #FFFFFF;
  box-shadow: 0px 0px 30px rgba(29, 29, 29, 0.1490196078);
  border: 1px solid #D1D1D1;
  border-radius: 30px;
  padding: 20px;
  max-width: 800px;
}

@media screen and (max-width: 768px) {
  .modal-box.view-notification .modal-content {
    max-width: 95%;
  }
}

.modal-box.view-notification .modal-content .profile__card__wrapper {
  padding: 0 !important;
}

.modal-box.view-notification .modal-content .profile__card__wrapper .profile__heading-wrapper {
  width: 100%;
  justify-content: flex-start;
}

.modal-box.view-notification .modal-content .profile__card__wrapper .profile_form {
  padding: 0 !important;
}

.modal-box.view-notification .modal-content .profile__card__wrapper .profile_form .form__field-wrapper .form__label-name {
  font-size: 14px;
}

.modal-box.view-notification .modal-content .profile__card__wrapper .profile_form .radio__field-wrapper .group-label {
  font-size: 14px;
}

.modal-box.view-notification .modal-content .profile__card__wrapper .profile_form .radio__field-wrapper .radio__field-radio-inputs .radio label {
  height: 70px;
}

.modal-box.view-notification .modal-content .profile__card__wrapper .profile_form .radio__field-wrapper .radio__field-radio-inputs .radio label::before {
  width: 40px;
  height: 40px;
  background-size: 25px;
}

.modal-box.view-notification .modal-content .profile__card__wrapper .profile_form .radio__field-wrapper .radio__field-radio-inputs .radio label span {
  left: 2px;
}

.modal-box.view-notification .modal-content .profile__card__wrapper .profile_form .radio__field-wrapper .radio__field-radio-inputs .radio .radio_female_input span {
  left: -5px;
}

.modal-box.view-notification .modal-content .profile__card__wrapper .profile_form .radio__field-wrapper .radio__field-radio-inputs .radio .radio_intersex_input span {
  left: -8px;
}

.modal-box.view-notification .modal-content .profile__card__wrapper .profile_form .radio__field-wrapper .radio__field-radio-inputs.blood_type-inputs {
  flex-wrap: wrap;
}

.modal-box.view-notification .modal-content .profile__card__wrapper .profile_form .radio__field-wrapper .radio__field-radio-inputs.blood_type-inputs .radio label {
  height: 45px !important;
}

.modal-box.view-notification .modal-content .profile__card__wrapper.profile-modal-view {
  overflow: hidden;
}

.modal-box.view-notification .modal-content .profile__card__wrapper.profile-modal-view .profile-modal-container {
  max-height: 430px;
  overflow-y: scroll;
  overflow-x: hidden;
  padding-right: 10px;
}

.modal-box.view-notification .modal-content .profile__card__wrapper.profile-modal-view .profile-modal-container.overflowY-hidden {
  overflow-y: hidden;
}

.modal-box.view-notification .modal-title-wrapper,
.modal-box.view-notification .modal-title-date-wrapper {
  border-bottom: 1px solid #D1D1D1;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.modal-box.view-notification .modal-title {
  font-family: "Open sans", sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #1D1D1D;
}

.modal-box.view-notification .close-btn a {
  color: #1D1D1D;
}

.modal-box.view-notification .d-text {
  font-family: "Open sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #1D1D1D;
}

.modal-box.view-notification .modal-message {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

@media screen and (max-width: 768px) {
  .modal-box.view-notification .modal-message {
    flex-direction: column;
    align-items: center;
  }
}

.modal-box.view-notification .modal-message .img-wrapper {
  width: 120px;
  height: 120px;
  margin-right: 24px;
  flex: 0 0 120px;
}

@media screen and (max-width: 768px) {
  .modal-box.view-notification .modal-message .img-wrapper {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.modal-box.view-notification .modal-message .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.modal-box.view-notification .modal-message .img-wrapper img[src=""] {
  display: none;
}

.modal-box.view-notification .modal-message .d-text {
  border: 1px solid rgba(29, 29, 29, 0.1490196078);
  border-radius: 10px 10px 10px 0px;
  padding: 10px;
  margin-bottom: 14px;
}

.modal-box.view-notification .progress {
  background-color: #FFF;
  color: #197A85;
  border: 1px solid #D1D1D1;
  border-radius: 10px;
  margin: 35px 0 0 0 !important;
}

.modal-box.view-notification .progress .progress-bar {
  background-color: #197A85;
  border-radius: 10px;
}

.modal-box.view-notification .form-controls-alert a {
  text-decoration: none;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .modal-box.view-notification .form-controls-alert a {
    width: 50% !important;
    height: 45px !important;
  }
}
@media screen and (max-width: 414px) {
  #btnWidth {
    width: 23% !important;
  }
}
.modal-box.view-notification .mat-button-toggle-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  box-shadow: none;
}

.modal-box.view-notification .mat-button-toggle-group .mat-button-toggle {
  width: 48%;
  border-radius: 10px;
}

@media screen and (max-width: 768px) {
  .modal-box.view-notification .mat-button-toggle-group .mat-button-toggle {
    width: 100%;
  }
}

.modal-box.view-notification .mat-button-toggle-group .mat-button-toggle .mat-button-toggle-label {
  width: 100%;
}

.modal-box.view-notification .mat-button-toggle-group .mat-button-toggle .mat-button-toggle-label .mat-button-toggle-label-content {
  width: 100%;
}

.modal-box.view-notification .buttonGroup-wrap .mat-button {
  padding: 0 8px !important;
}

.modal-box.view-notification .form-group .form-btn-group {
  margin: 0 !important;
}

.modal-box.view-notification .labelDiv {
  font-weight: 600 !important;
  font-size: 14px !important;
}

.modal-box.view-notification .modal-form-actions {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  margin-top: 50px;
}

.modal-box.view-notification .modal-form-actions .form-controls-alert a {
  width: 100% !important;
  height: 45px !important;
  padding: 10px 50px !important;
  margin: 0 !important;
}

@media screen and (max-width: 768px) {
  .modal-box.view-notification .modal-form-actions .form-controls-alert a {
    width: 100% !important;
    padding: 10px 20px !important;
  }
}

.modal-content1 {
  background: #FFFFFF;
  box-shadow: 0px 0px 30px rgba(29, 29, 29, 0.1490196078) !important;
  border: 1px solid #D1D1D1;
  border-radius: 30px !important;
}

@media screen and (max-width: 768px) {
  .modal-content1 {
    max-width: 95% !important;
  }
}

@media screen and (max-width: 768px) {
  .modal-actions {
    display: flex;
    align-items: center;
  }

  .modal-actions .white-btn {
    margin-right: 10px;
  }
}

@media screen and (max-width: 768px) {
  .modal-actions-notifications {
    align-items: center;
  }
}

@media screen and (max-width: 540px) {
  #immunization .select-btn-wrappper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  #immunization .select-btn-wrappper .in-mat-replace-dialog {
    width: 100%;
    margin: 0;
  }
}

.font-sans {
  font-family: "Open sans", sans-serif;
}

.font-s-22 {
  font-size: 22px;
  line-height: 30px;
}

@media screen and (max-width: 768px) {
  .font-s-22 {
    font-size: 18px;
    line-height: 28px;
  }
}

.font-s-16 {
  font-size: 16px;
  line-height: 22px;
}

@media screen and (max-width: 768px) {
  .font-s-16 {
    font-size: 14px;
    line-height: 20px;
  }
}

.font-weight-600 {
  font-weight: 600;
}

.lab {
  max-width: 1000px;
  margin: auto;
}

.lab .modal-head {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.lab .modal-head .modal-title {
  font-family: "Open Sans", sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #1D1D1D;
  line-height: 30px;
}

@media screen and (max-width: 1600px) {
  .lab .modal-head .modal-title {
    font-size: 18px;
    line-height: 25px;
  }
}

.lab .modal-head .close-button {
  position: absolute;
  right: -14px;
  padding: 0;
}

@media screen and (max-width: 768px) {
  .lab .modal-head .close-button {
    right: 0;
    top: 0;
  }

  .lab .modal-head .close-button .set-img {
    width: 20px;
    height: 20px;
  }
}

.lab .green-btn {
  width: 100% !important;
  padding: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #C5FFFD;
  border-radius: 10px !important;
  height: 48px !important;
  box-shadow: none !important;
  font-weight: 400;
}

.lab .green-btn.mat-raised-button {
  box-shadow: none !important;
}

.lab .green-btn:hover {
  box-shadow: 3px 3px 10px rgba(29, 29, 29, 0.1490196078) !important;
  font-weight: 600;
  transition: 0.3s;
}

.lab .green-btn.my-basket-btn {
  position: relative;
}

.lab .green-btn.my-basket-btn .count {
  position: absolute;
  right: -8px;
  bottom: -6px;
  background: #F9CC75 0% 0% no-repeat padding-box;
  border: 2px solid #FFFFFF;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #1D1D1D;
  line-height: 15px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lab .green-btn.checkout-btn {
  width: fit-content !important;
  padding: 12px 40px !important;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #1D1D1D;
  margin: auto !important;
}

.lab .suggested-search {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .lab .suggested-search {
    flex-direction: column;
  }
}

.lab .suggested-search .search-heading {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #1D1D1D;
  line-height: 22px;
  padding-right: 15px;
  min-width: fit-content;
}

@media screen and (max-width: 768px) {
  .lab .suggested-search .search-heading {
    margin-bottom: 10px;
  }
}

.lab .suggested-search .search-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  flex: auto;
}

.lab .suggested-search .search-list .search-list-item {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #1D1D1D;
  line-height: 22px;
  border: 1px solid #1D1D1D;
  border-radius: 20px;
  padding: 4px 4px 4px 8px;
  margin: 0 8px 8px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.lab .suggested-search .search-list .search-list-item img {
  margin-left: 8px;
  width: 0;
  height: auto;
  transition: all 0.3s;
}

.lab .suggested-search .search-list .search-list-item:hover {
  color: #197A85;
  font-weight: 600;
}

.lab .suggested-search .search-list .search-list-item:hover img {
  width: 15px;
  transition: all 0.3s;
}

@media screen and (max-width: 1600px) {
  .lab .suggested-search .search-list .search-list-item {
    font-size: 14px;
    padding: 2px 4px 2px 8px;
  }
}

.lab .internal-card-wrapper {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 15px rgba(29, 29, 29, 0.1019607843) !important;
  border: 1px solid #D1D1D1;
  border-radius: 10px !important;
}

.lab .internal-card-wrapper .mat-card-header {
  background: #F8F8F8 0% 0% no-repeat padding-box;
  border-bottom: 1px solid #D1D1D1;
  padding: 5px 15px;
  border-radius: 10px 10px 0px 0px;
  align-items: flex-start;
}

@media screen and (max-width: 768px) {
  .lab .internal-card-wrapper .mat-card-header {
    padding: 0;
  }
}

.lab .internal-card-wrapper .mat-card-header .mat-card-title,
.lab .internal-card-wrapper .mat-card-header .medication-filled-text {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  color: #1D1D1D;
}

@media screen and (max-width: 768px) {

  .lab .internal-card-wrapper .mat-card-header .mat-card-title,
  .lab .internal-card-wrapper .mat-card-header .medication-filled-text {
    font-size: 14px;
  }
}

.lab .internal-card-wrapper .mat-card-content {
  padding: 25px !important;
}

@media screen and (max-width: 768px) {
  .lab .internal-card-wrapper .mat-card-content {
    padding: 10px !important;
  }
}

.lab .internal-card-wrapper .mat-card-content .item-description {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: #1D1D1D;
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .lab .internal-card-wrapper .mat-card-content .item-description {
    font-size: 14px;
  }
}

.lab .internal-card-wrapper .mat-card-content .card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.lab .internal-card-wrapper .mat-card-content .card-footer .basket-btn {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: #1D1D1D;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .lab .internal-card-wrapper .mat-card-content .card-footer .basket-btn {
    font-size: 14px;
  }
}

.italic-green-text {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: #197A85;
  font-style: italic;
}

@media screen and (max-width: 768px) {
  .italic-green-text {
    font-size: 14px;
  }
}

.lab-form-search-group {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #D1D1D1;
  border-radius: 100px;
  padding: 0 10px;
}

.lab-form-search-group .form-search-input {
  font-family: "Open Sans", sans-serif;
  border: 0;
  padding: 12px 0;
  width: 100%;
  text-align: left;
  border-radius: 100px;
  font-size: 16px;
  line-height: 22px;
  padding-left: 2px;
}

.lab-form-search-group .form-search-input:focus {
  outline: 0;
}

.profile .mat-dialog-container {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 30px rgba(29, 29, 29, 0.1490196078);

  border-radius: 30px !important;
  padding: 30px 45px;
}

@media screen and (max-width: 1600px) {
  .profile .mat-dialog-container {
    padding: 30px;
    max-height: 100vh;
  }
}

.cutExtraModal.mat-dialog-container {
  padding: 0px !important
}

@media screen and (max-width: 414px) {
  .profile .mat-dialog-container {
    /* padding: 1px !important; */
    max-height: 100vh;
  }
}

@media screen and (max-width: 768px) {
  .profile .mat-dialog-container {
    max-height: 100vh;
  }
}

.btnSizeReduce {
  padding: 0 13px !important;
}

.main-card-wrapper.lab .heading {
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
  color: #1D1D1D;
  padding-top: 6px;
  font-family: "Open sans", sans-serif !important;
}

@media screen and (max-width: 768px) {
  .main-card-wrapper.lab .heading {
    font-size: 18px;
    line-height: 28px;
  }
}

.main-card-wrapper.lab .price-tag {
  font-family: "Open sans", sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
  color: #A80000;
}

.main-card-wrapper.lab .list-heading {
  font-family: "Open sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #1D1D1D;
  margin: 30px 30px 50px 30px;
}

@media screen and (max-width: 540px) {
  .main-card-wrapper.lab .list-heading {
    font-size: 14px;
    margin: 30px 0;
  }
}

.main-card-wrapper.lab .internal-card-wrapper {
  margin: 0 25px;
}

@media screen and (max-width: 768px) {
  .main-card-wrapper.lab .internal-card-wrapper {
    margin: 0;
  }
}

@media screen and (max-width: 768px) {
  .main-card-wrapper.lab .p-25 {
    padding: 0;
  }

  .main-card-wrapper.lab .mat-icon-button .mat-button-wrapper img {
    width: 25px;
  }
}

.main-card-wrapper.lab-p {
  padding: 50px 85px;
}

@media screen and (max-width: 1600px) {
  .main-card-wrapper.lab-p {
    padding: 40px;
  }
}

@media screen and (max-width: 768px) {
  .main-card-wrapper.lab-p {
    padding: 20px;
  }
}

.lab-accordion .mat-expansion-panel-spacing {
  margin: 0 0 10px 0;
}

.lab-accordion .mat-expansion-panel {
  padding: 0 15px;
}

.lab-accordion .mat-expansion-panel .mat-expansion-panel-header {
  background: #F8F8F8 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 10px rgba(29, 29, 29, 0.1490196078);
  border: 1px solid #D1D1D1;
  border-radius: 10px;
  padding: 10px 10px 10px 40px;
  position: relative;
}

@media screen and (max-width: 540px) {
  .lab-accordion .mat-expansion-panel .mat-expansion-panel-header {
    height: auto !important;
  }

  .lab-accordion .mat-expansion-panel .mat-expansion-panel-header .mat-content {
    flex-direction: column;
  }

  .lab-accordion .mat-expansion-panel .mat-expansion-panel-header .mat-expansion-panel-header-title {
    font-size: 14px;
  }
}

.lab-accordion .mat-expansion-panel .mat-expansion-panel-content .mat-expansion-panel-body .lab-content {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #D1D1D1;
  border-radius: 10px;
  padding: 10px 10px 10px 40px;
  margin: 0 0 10px 0;
}

.lab-accordion .mat-expansion-panel .mat-expansion-panel-content .mat-expansion-panel-body .lab-content .lab-title .test-name {
  font-family: "Open sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #1D1D1D;
  font-style: italic;
  margin: 0 0 10px 0;
}

@media screen and (max-width: 540px) {
  .lab-accordion .mat-expansion-panel .mat-expansion-panel-content .mat-expansion-panel-body .lab-content .lab-title .test-name {
    font-size: 14px;
  }
}

.lab-accordion .mat-expansion-panel .mat-expansion-panel-content .mat-expansion-panel-body .lab-content .lab-title .test-description {
  font-family: "Open sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #1D1D1D;
}

@media screen and (max-width: 540px) {
  .lab-accordion .mat-expansion-panel .mat-expansion-panel-content .mat-expansion-panel-body .lab-content .lab-title .test-description {
    font-size: 14px;
  }
}

@media screen and (max-width: 540px) {
  .lab-accordion .mat-expansion-panel .mat-expansion-panel-content .mat-expansion-panel-body .lab-content {
    display: flex;
    flex-direction: column;
  }
}

.basket-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.basket-list .basket-list-item {
  padding: 20px 0 0 0;
  margin: 0 0 25px 0;
  border-top: 1px solid #D1D1D1;
}

.basket-list .basket-list-item .item-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .basket-list .basket-list-item .item-info {
    align-items: flex-start;
  }
}

.basket-list .basket-list-item .item-info .item-name {
  padding-right: 20px;
}

.basket-list .basket-list-item .item-info .item-name,
.basket-list .basket-list-item .item-info .item-price {
  font-family: "Open sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  color: #1D1D1D;
}

.basket-list .basket-list-item .item-info .item-price {
  color: #A80000;
}

.basket-list .basket-list-item:last-child {
  border-bottom: 1px solid #D1D1D1;
  padding: 20px 0;
}

.lab-row-remove-btn {
  display: flex;
  justify-content: end;
}

.lab-remove-btn {
  border-radius: 10px;
  border: 1px solid #922910;
  background-color: #fff;
  padding: 6px 28px;
  font-family: "Open sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #1D1D1D;
}

.location .list-heading {
  font-size: 16px !important;
  margin: 30px !important;
}

@media screen and (max-width: 1600px) {
  .location .list-heading {
    font-size: 13px !important;
  }
}

.location .custom-select-wrapper .mat-form-field-infix {
  padding: 10px;
}

.location .custom-select-wrapper .mat-select-placeholder {
  color: #1D1D1D;
}

.location .custom-select-wrapper .mat-form-field-label-wrapper,
.location .custom-select-wrapper .mat-input-underline {
  display: none;
}

.location .green-btn {
  height: 38px !important;
}

.location-map {
  margin-top: 50px;
}

.location-map .location-details-wrapper,
.location-map .location-map-wrapper {
  height: 500px;
  overflow-y: auto;
  /* width */
  /* Track */
  /* Handle */
}

.location-map .location-details-wrapper::-webkit-scrollbar,
.location-map .location-map-wrapper::-webkit-scrollbar {
  display: none;
}

.location-map .location-details-wrapper::-webkit-scrollbar-track,
.location-map .location-map-wrapper::-webkit-scrollbar-track {
  display: none;
}

.location-map .location-details-wrapper::-webkit-scrollbar-thumb,
.location-map .location-map-wrapper::-webkit-scrollbar-thumb {
  display: none;
}

.location-map .location-details {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #D1D1D1;
}

.location-map .location-details p,
.location-map .location-details h6 {
  font-family: "Open sans", sans-serif !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #1D1D1D;
  margin: 0 !important;
}

.location-map .location-details .list {
  list-style-type: none;
  padding: 0;
  margin: 10px 0 0 0;
}

.location-map .location-details .list .list-item {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 15px;
}

.location-map .location-details .list .list-item h6 {
  font-weight: 600;
  min-width: fit-content;
  margin-right: 10px !important;
}

.location-map .location-details .list .list-item:last-child {
  margin-bottom: 0;
}

.location-heading {
  font-family: "Open sans", sans-serif;
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
  color: #1D1D1D;
  margin: 0 0 20px 0;
  display: flex;
  align-content: start;
}

@media screen and (max-width: 768px) {
  .mb-40 {
    margin-bottom: 40px !important;
  }

  .mb-20 {
    margin-bottom: 20px !important;
  }

  .jc-center {
    justify-content: center !important;
  }

  .jc-start {
    justify-content: start !important;
  }

  .custom-select-wrapper {
    width: 100%;
  }

  .custom-select-wrapper .materialSelect {
    width: 100%;
  }
}

@media screen and (max-width: 414px) {
  .mbot-40 {
    margin-bottom: -9px !important;
  }
}

@media screen and (max-width: 540px) {
  .p-8 {
    padding: 0 8px !important;
  }

  .flex-col-start {
    flex-direction: column !important;
    align-items: flex-start;
  }

  .w-100 {
    width: 100%;
  }

  .w-100 .in-mat-button-group {
    width: 100% !important;
  }
  .w-100 .in-mat-button-group1 {
    width: 100% !important;
  }

  .w-100 .mat-button-toggle {
    margin: 0 0 10px 0 !important;
    width: 100%;
  }

  .buttonGroup-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .buttonGroup-wrap .mat-button {
    width: 49%;
  }
}

/*template*/
html {
  height: 100%;
  margin: 0;
}

html,
body {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}

@media only screen and (min-width: 400px) and (max-width: 600px) {
  .mat-select-panel {
    max-width: 230px !important;
  }
}

@media only screen and (min-width: 601px) and (max-width: 991px) {
  .mat-select-panel {
    max-width: 265px !important;
  }
}

@media only screen and (min-width: 300px) and (max-width: 399px) {
  .mat-select-panel {
    max-width: 200px !important;
  }
}

@media only screen and (min-width: 250px) and (max-width: 299px) {
  .mat-select-panel {
    max-width: 170px !important;
  }
}

.logo {
  margin-bottom: 2%;
  margin-top: 2%;
  padding-left: 15px;
  /*width: 314px;
  height: 132px;*/
}

.logo_alt {
  padding-top: 2%;
  padding-left: 1%;
}

.subtitle {
  padding: 1%;
  text-transform: uppercase;
}

.mat-button-toggle-label-content {
  line-height: 36px;
  cursor: pointer;
  width: 300px;
  border: solid 1px;
  border-color: #197a85;
  font-size: 14px;
  font-weight: 400;
  color: #197a85;
}

.btnNew.mat-button-toggle-checked {
  background-color: #fff !important;
}

.btnNew.mat-button-toggle-checked .mat-button-toggle-label-content {
  color: #1D1D1D !important;
  border: 4px solid #008080;
}

.btnNew:hover .mat-button-toggle-label-content {
  background-color: #FFFFFF !important;
  color: #1D1D1D !important;
  border: 4px solid #008080;
}

.btnNew:focus .mat-button-toggle-label-content {
  background-color: #FFFFFF !important;
  border: 2px solid #197a85;
}

.mat-button-toggle-checked:active {
  background-color: #197a85 !important;
  color: whitesmoke !important;
}

@media screen and (min-device-width: 650px) and (max-device-width: 768px) {
  .mat-button-toggle-label-content {
    line-height: 36px;
    cursor: pointer;
    width: 270px;
    border: solid 1px;
    border-color: #197a85;
    font-size: 14px;
    font-weight: 400;
    color: #197a85;
  }
}

@media screen and (min-device-width: 550px) and (max-device-width: 650px) {
  .mat-button-toggle-label-content {
    line-height: 36px;
    cursor: pointer;
    width: 235px;
    border: solid 1px;
    border-color: #197a85;
    font-size: 14px;
    font-weight: 400;
    color: #197a85;
  }
}

@media screen and (min-device-width: 450px) and (max-device-width: 550px) {
  .mat-button-toggle-label-content {
    line-height: 36px;
    cursor: pointer;
    width: 190px;
    border: solid 1px;
    border-color: #197a85;
    font-size: 14px;
    font-weight: 400;
    color: #197a85;
  }
}

@media screen and (min-device-width: 380px) and (max-device-width: 450px) {
  .mat-button-toggle-label-content {
    line-height: 36px;
    cursor: pointer;
    width: 155px;
    border: solid 1px;
    border-color: #197a85;
    font-size: 14px;
    font-weight: 400;
    color: #197a85;
  }
}

@media screen and (min-device-width: 300px) and (max-device-width: 380px) {
  .mat-button-toggle-label-content {
    line-height: 36px;
    cursor: pointer;
    width: 120px;
    border: solid 1px;
    border-color: #197a85;
    font-size: 14px;
    font-weight: 400;
    color: #197a85;
  }
}

.subtitle-large {
  padding: 1%;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  color: #999999;
  text-align: left;
  line-height: normal;
}

.paragraph-subject {
  font-size: 24px;
  text-transform: uppercase;
}

.paragraph-alt {
  font-weight: 400;
  font-style: normal;
  color: #197a85;
}

.paragraph-body {
  font-size: 18px;
}

.paragraf-scroll {
  border: 2px solid;
  border-radius: 10px;
  padding: 2%;
  margin-left: 2%;
  margin-right: 2%;
  overflow-y: auto;
  max-height: 200px;
}

.form-group {
  padding-top: 10px;
  margin-bottom: 0px;
}

.form-control {
  border-radius: 10px;
}

.form-horizontal .control-label {
  text-align: left;
  font-weight: normal;
}

input {
  text-align: center;
}

.btn_next_cnt {
  float: right;
  padding-right: 26px;
}

.btn_next {
  float: right;
}

.btn_gotit {
  float: right;
}

.btn {
  border-radius: 0px;
  background-color: #197a85;
  color: #ffffff;
  width: 101px;
  height: 30%;
  text-align: center;
}

.help_btn {
  font-weight: bold;
}

.powered_img {
  float: right;
}

/* welcome_page */
#wp_btn_letsget {
  border: 0px;
  border-radius: 0px;
  background-color: #00cc00;
  color: #ffffff;
  margin-top: -6%;
  width: 278px;
  height: 47px;
  word-wrap: break-word;
  text-align: center;
}

#wp_btn_login {
  border: 0px;
  border-radius: 0px;
  background-color: #ffffff;
  color: #bad7db;
  margin-top: -6%;
  width: 278px;
  height: 47px;
  word-wrap: break-word;
  text-align: center;
}

#wp_img {
  margin-left: -5px;
}

.wp_btn_ctn {
  padding-top: 10%;
  font-size: 20px;
}

/*#wp_links {
    width: 312px;
    white-space: nowrap;
    padding-top: 12%;
    padding-left: 1%;
    font-family: 'Segoe UI Regular', 'Segoe UI';
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    color: #FFFFFF;
    text-align: left;
    line-height: normal;
    word-wrap: nowrap;
}*/
#wp_links {
  width: 312px;
  white-space: nowrap;
  /* padding-top: 12%; */
  /* padding-left: 1%; */
  font-family: "Segoe UI Regular", "Segoe UI";
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  color: #ffffff;
  text-align: left;
  line-height: normal;
  word-wrap: nowrap;
  position: absolute;
  bottom: 10px;
  left: 15px;
}

#wp_img_r1 {
  margin-left: -10px;
  padding-top: 2%;
}

#wp_msg {
  padding-top: 15%;
  font-family: "Segoe UI Regular", "Segoe UI";
  font-weight: 400;
  font-style: normal;
  color: #ffffff;
  font-size: 32px;
  text-align: left;
  line-height: normal;
}

/* sign-up */
#fullname_hr,
#nickname_hr {
  margin: 0px;
  border-top-width: 2px;
}

#fullname_cnt,
#nickname_cnt {
  text-align: center;
}

#fullname_form_cnt {
  display: none;
}

#fullname_form {
  background-color: #197a85;
  color: #ffffff;
}

#aboutmefullname_form {
  background-color: #ddf0ff;
  color: black;
}

#aboutmefullname_form input {
  background-color: white;
  border: 1px solid black;
  color: black;
}

.fullname_form,
#aboutmefullname_form {
  padding-top: 2px;
  padding-bottom: 2px;
  text-align: center;
}

#fullname {
  display: none;
  text-align: center;
}

.fullname_btn {
  float: right;
}

#gender_hr {
  margin: 0px;
  border-top-width: 2px;
}

#gender_cnt {
  text-align: center;
}

#gender_form_cnt {
  display: none;
}

#gender_form {
  background-color: #197a85;
  color: #ffffff;
}

.gender_form {
  padding-top: 2px;
  padding-bottom: 6px;
  text-align: center;
}

.gender_form input {
  /*margin-left:0px !important;*/
}

#gender {
  display: none;
  text-align: center;
}

#gender_btn_cnt {
  padding-left: 0px;
  float: right;
}

.gender_form_label {
  text-align: left;
}

.right-label {
  margin-left: 10px;
  font-weight: 400;
}

/*#bmi_lbl {
    text-align: right;
}*/
/*login*/
.loginmessage {
  color: #bad7db;
  font-size: 16px;
  text-align: center;
  max-width: 420px;
  margin: 0 auto;
  background: #333333;
  padding: 7px 5px;
  border-radius: 5px;
  border: 1px solid #bad7db;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

/*terms_conditions*/
#pledge_form {
  background-color: white;
  padding: 2%;
}

#pledge {
  font-weight: 400;
  font-style: normal;
  color: #ffffff;
}

#terms_condition {
  padding: 2%;
}

/*confirm_email*/
#code_form {
  padding: 2%;
}

#code_cnt {
  padding-top: 20%;
  padding-bottom: 20%;
}

#code_lbl {
  text-transform: uppercase;
  text-align: right;
}

/*.changePassword>button{
    margin-top:10px;
}*/
.changePassword>button {
  margin-top: 10px;
  float: left;
  width: 96px;
  margin-right: 0px;
}

.changePassword>button.save-btn:hover {
  color: #bad7db;
}

.changePassword>button.cancel-btn:hover {
  color: #bad7db;
}

.login-dialog {
  background-color: #197a85;
  margin-top: 10%;
  margin-bottom: 10%;
  padding: 2%;
}

.text-center {
  text-align: center;
}

.refresh-wrapper {
  position: relative;
}

/*welcome*/
.welcome-dialog {
  background-color: #ffffff;
  margin-top: 10%;
  margin-bottom: 10%;
  padding: 2%;
  border: 1px solid;
  border-radius: 10px;
}

.pane-border {
  background-color: #ffffff;
  margin-bottom: 10%;
  padding: 2%;
  border: 1px solid;
  border-radius: 10px;
}

.main-container {
  /* margin-top: 4%; */
  padding: 0px;
  margin-bottom: 0px;
}

.paragraph-body-small {
  font-size: 14px;
  color: #333333;
}

.paragraph-subject-center {
  color: #197a85;
  font-size: 24px;
  text-transform: uppercase;
  text-align: center;
}

/* wizard*/
.modal-header {
  background-color: #197a85;
  color: #ffffff;
  padding: 5px;
}

.modal-title {
  text-align: center;
}

.wizard-container {
  padding-top: 10%;
  font-weight: 400;
  color: #333333;
  font-size: 20px;
}

.wizard-lbl {
  /*padding-top: 0px;*/
  font-weight: 400;
  color: #333333;
  font-size: 16px;
}

select.wizard-lbl {
  padding-top: unset;
}

.wizard-question {
  text-align: center;
}

.wizard-subcontainer {
  margin-top: 0px;
  padding-top: 0px;
}

.wizard-range {
  padding-top: 0px;
  padding-bottom: 0px;
}

.wizard-range-title {
  text-align: center;
}

.body-shape-lbl {
  cursor: pointer;
  background-size: contain;
  background-repeat: no-repeat;
  /*height: 300px;*/
  background-position-x: center;
}

.body-shape-lbl:hover {
  border: solid 1px;
  background-color: #ddf0ff;
}

.body-shape-img {
  visibility: hidden;
}

.body-shape-container input {
  /*margin:0;
      padding:0;*/
  /*display: none;*/
  /*-webkit-appearance: none;*/
  visibility: hidden;
}

.employmentCheckbox {
  margin-left: 0px !important;
  position: static !important;
}

.btn-wizard-next {
  border-radius: 10px;
}

.step-title {
  display: none;
}

.btn-wizard-previous {
  /*display: none;*/
}

.btn-wizard-cancel {
  display: none;
}

.pull-left button {
  background-color: white;
  color: #adadad;
  border: 0px;
  width: auto;
  font-weight: bold;
}

.calculated-label {
  margin-top: 10px;
  display: none;
  text-align: center;
}

.wizard-range-container {
  margin-top: 4%;
}

.range-lbl-right {
  float: right;
}

.range-lbl {
  text-align: right;
}

.subresponselabel {
  padding-top: 5px;
  font-size: 14px;
}

.subresponseinput {
  height: 30px;
}

/*validation*/
.validationMessage {
  display: inline-block;
  font-size: 12px;
  color: red;
}

.homepanel {
  border: solid 1px;
  border-radius: 10px;
  margin-bottom: 3%;
  height: 200px;
  overflow-y: auto;
}

.dailysurveypanel {
  height: 600px;
}

.homeheader {
  background-color: #ddf0ff;
  /*text-align: center;*/
  margin: 0px;
  margin-bottom: 1%;
  padding: 1%;
  padding-bottom: 0px !important;
}

.homefooter,
.profileheader {
  background-color: #414f56;
  text-align: center;
  margin: 0px;
  padding: 1%;
  color: white;
  font-weight: 700;
}

.profileheader {
  margin-bottom: 15px;
}

.tile {
  padding: 5%;
  /*text-align: center;*/
  height: 100%;
}

.tile p {
  text-align: center;
}

.tile-history-subject {
  text-align: center;
  margin-top: 0px;
}

.btn-tile {
  padding: 0px;
  width: 90%;
  height: 30px;
  bottom: 10px;
  position: absolute;
  font-size: 11px;
}

/* Wearables */
.wearable-tile {
  background: #fff;
  box-shadow: 1px 1px 3px #d4d4d4;
  padding: 5px 15px 5px 15px;
  margin-bottom: 20px;
}

.wearable-tile__content {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
}

.wearable-tile__title h2 {
  font-size: 1.3em;
  font-weight: 900;
  color: #197a85;
  margin-top: 10px;
}

.wearable-tile__content--image {
  width: 145px;
  overflow: hidden;
}

.wearable-tile__content--image img {
  max-width: 150px;
}

.wearable-tile__content--info {
  padding: 0px 15px 0px 15px;
}

.btn-wearable-refresh {
  width: 155px;
}

/* End of Wearables */
#homefooter_close,
#homeheader_close {
  float: right;
  border: 0px;
  background-color: transparent;
}

.quickfill {
  padding-top: 10px !important;
}

.headerfooter {
  padding-top: 1%;
}

.questionSubResponse {
  background-color: #197a85;
  color: #ffffff;
}

.questionSubResponseRadio {
  margin-right: 10px !important;
}

.subresponse-lbl {
  color: white;
  font-size: 14px;
  display: block;
}

.savesubrepsonse-btn {
  margin-bottom: 5px;
  float: right;
}

.savesubresponse-cnt {
  display: inline-block;
  padding-right: 0px;
}

.radioRange1 label,
.radioRange2 label {
  padding-left: 0px !important;
}

.group-lbl {
  display: block;
}

#historyMenu,
#historyMenu1 {
  background: #414f56;
  color: white;
}

.historyMenuItem {
  color: white !important;
  display: inline-block !important;
}

.historyMenuSubject {
  color: white !important;
  text-align: center;
  border-bottom: solid 1px;
  border-top: solid 1px;
  margin: 0px !important;
}

.glyphiconHistorySubject {
  float: left !important;
}

.glyphiconHistoryItem {
  float: right;
  padding-right: 5%;
}

.socialNetworkImage {
  margin-right: 4%;
}

.grid-stack>.grid-stack-item {
  min-width: 16.66% !important;
}

.grid-stack-item-content {
  border: 1px solid #197a85;
  /*min-width:151px;*/
}

.profile_form {
  background-color: #197a85;
  padding: 2%;
  color: white;
}

/*.profile_form input, .profile_form select{
    border: 1px solid white;
    border-radius: 0px;
    color:white;
    background-color: #197A85;
}*/
/*range input*/
input[type=range] {
  margin: auto;
  -webkit-appearance: none;
  position: relative;
  overflow: hidden;
  height: 20px;
  width: 100%;
  cursor: pointer;
  border-radius: 10px;
  border: 1px solid #7b7b7b;
  /* iOS */
}

::-webkit-slider-runnable-track {
  background: white;
  border: 1px solid #7b7b7b;
}

::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 20px;
  height: 40px;
  background: #7b7b7b;
  box-shadow: -100vw 0 0 100vw #00cc00;
  border: 2px solid #999;
}

::-moz-range-track {
  height: 40px;
  background: white;
}

::-moz-range-thumb {
  background: #7b7b7b;
  height: 40px;
  width: 20px;
  border: 3px solid #999;
  border-radius: 0 !important;
  box-shadow: -100vw 0 0 100vw #00cc00;
  box-sizing: border-box;
}

::-ms-fill-lower {
  background: #00cc00;
}

::-ms-thumb {
  background: #7b7b7b;
  border: 2px solid #999;
  height: 40px;
  width: 20px;
  box-sizing: border-box;
}

::-ms-ticks-after {
  display: none;
}

::-ms-ticks-before {
  display: none;
}

::-ms-track {
  background: white;
  color: transparent;
  height: 20px;
  border: none;
}

::-ms-tooltip {
  display: none;
}

/**/
/* The side navigation menu */
.sidenav {
  height: 60%;
  /* 100% Full-height */
  width: 0;
  /* 0 width - change this with JavaScript */
  position: fixed;
  /* Stay in place */
  /*top: 0;
  right: 0;*/
  z-index: 1;
  /* Stay on top */
  /*background-color: #111;*/
  /* Black*/
  overflow: hidden;
  /* Disable horizontal scroll */
  /*padding-top: 60px; /* Place content 60px from the top */
  transition: 0.5s;
  /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */
/*.sidenav a {
				padding: 8px 8px 8px 32px;
				text-decoration: none;
				font-size: 25px;
				color: #818181;
				display: block;
				transition: 0.3s
			}*/
/* When you mouse over the navigation links, change their color */
/*.sidenav a:hover, .offcanvas a:focus{
				color: #f1f1f1;
			}*/
/* Position and style the close button (top right corner) */
/*.closebtn {
				position: absolute;
				top: 0;
				right: 25px;
				font-size: 36px !important;
				margin-left: 50px;
			}*/
/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
/*#main {
				transition: margin-left .5s;
				padding: 20px;
			}*/
/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
/*@media screen and (max-height: 450px) {
				.sidenav {padding-top: 15px;}
				.sidenav a {font-size: 18px;}
			}*/
/*scroll*/
/*::-webkit-scrollbar {
  width: 9px;
  height: 9px;
}
::-webkit-scrollbar-button {
  width: 20px;
  height: 20px;
}
::-webkit-scrollbar-thumb {
  background: #197A85;
  border: 0px none #ffffff;
  border-radius: 50px;
}
::-webkit-scrollbar-thumb:hover {
  background: #197A85;
}
::-webkit-scrollbar-thumb:active {
  background: #197A85;
}
::-webkit-scrollbar-track {
  background: #ffffff;
  border: 1px solid #000000;
  border-radius: 50px;
}
::-webkit-scrollbar-track:hover {
  background: #ffffff;
}
::-webkit-scrollbar-track:active {
  background: #ffffff;
}
::-webkit-scrollbar-corner {
  background: transparent;
}*/
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

::-webkit-scrollbar-button {
  width: 5px;
  height: 10px;
}

::-webkit-scrollbar-thumb {
  background: lightgrey;
  border: 0px none #ffffff;
  border-radius: 3px;
}

::-webkit-scrollbar-thumb:hover {
  background: lightgrey;
}

::-webkit-scrollbar-thumb:active {
  background: lightgrey;
}

::-webkit-scrollbar-track {
  background: whitesmoke;
  border: none;
  border-radius: 0px;
}

::-webkit-scrollbar-track:hover {
  background: whitesmoke;
}

::-webkit-scrollbar-track:active {
  background: whitesmoke;
}

::-webkit-scrollbar-corner {
  background: transparent;
}

/*NEW STYLE OVERRIDES*/
/*alert modal*/
.confirm-box {
  position: fixed;
  background: rgba(255, 255, 255, 0.8);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10000;
  /* display: flex; */
  justify-content: center;
  align-items: center;
  overflow: auto;
  padding: 30px 0;
  /* margin: 0 auto; */
  text-align: center;
}

.confirm-content {
  text-align: left;
  background: white;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  color: black;
  /* margin: 30px 0; */
  margin: 0 auto;
  max-width: 800px;
  display: inline-block;
}

.confirm-content h6 {
  margin: 0 0 20px 0;
}

/*buttons*/
.btn-hollow {
  background: none;
  border-color: #197a85;
  color: #197a85;
}

.btn-hollow:hover {
  /*background: whitesmoke;*/
  /*color: #197A85;*/
  opacity: 0.8;
}

.datepicker-dropdown {
  margin-top: 50px;
}

/*Address history grid*/
/*.spartan-table .btn {
    height: auto;
    width: auto;
    font-size: 11px;
    padding: 4px 15px;
    border: none;
    float: right;
}

.spartan-table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 1px solid #197A85;
    color: #197A85;
}

.spartan-table>tbody>tr>td {
    vertical-align: middle;
}*/
.spartan-table {
  border: none;
  min-width: 800px;
}

.ui-grid-canvas {
  height: auto !important;
}

.spartan-table .ui-grid-header {
  border-bottom: 1px solid #197a85;
  box-sizing: border-box;
}

.spartan-table .ui-grid-top-panel {
  background: none;
  /* border: none; */
  color: #197a85;
}

.spartan-table .ui-grid-viewport {
  overflow: auto !important;
}

.spartan-table .ui-grid-header-cell {
  border: none;
}

.spartan-table .ui-grid-cell {
  border-right: none;
}

.spartan-table .ui-grid-cell {
  height: 40px;
}

.spartan-table .btn {
  height: auto;
  width: auto;
  font-size: 11px;
  padding: 4px 15px;
  border: none;
  float: right;
  margin-top: 9px;
}

.spartan-table .ui-grid-cell-contents {
  display: flex;
  align-items: center;
}

.spartan-table .ui-grid-column-menu-button {
  position: absolute;
  right: 1px;
  top: 0;
  display: none;
}

.spartan-table .ui-grid-header-cell-primary-focus {
  outline: none;
}

/*Chosen select*/
.chosen-container {
  width: 100% !important;
}

.chosen-container-single .chosen-default {
  color: #999;
  background: none;
  color: white;
  box-shadow: none;
  border: 1px solid white;
  border-radius: 0;
  height: 34px;
}

.chosen-container-active .chosen-single {
  border: 1px solid white;
  box-shadow: none;
  background: none;
  border-radius: 0;
  height: 34px;
  color: white;
}

.chosen-container-active.chosen-with-drop .chosen-single {
  border: none;
  background: none;
}

.chosen-container.chosen-with-drop .chosen-drop {
  top: 0;
  background: #197a85;
  color: white;
  border: 1px solid white;
  border-radius: 0;
  text-align: left;
}

.chosen-container.chosen-with-drop.chosen-container-single-nosearch .chosen-drop {
  top: 34px;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 7px;
}

.chosen-container-single .chosen-search input[type=text] {
  border-radius: 0;
  color: white;
  margin: 0 0 10px 0;
  border: none;
  text-align: left;
  padding: 3px 7px;
  height: 34px;
  border-bottom: 1px solid white;
  background: #197a85 url(../images/chosen-search.png) no-repeat 100% 7px;
}

.chosen-container-single .chosen-single {
  height: 34px;
  line-height: 34px;
  background: none;
  border: 1px solid white;
  box-shadow: none;
  border-radius: 0;
  color: white;
}

.chosen-container .chosen-results li {
  color: #848484;
}

.chosen-container .chosen-results li.active-result.result-selected {
  background: #025fa2;
}

.chosen-container .chosen-results li.active-result.highlighted {
  background: #025fa2;
}

.chosen-container-single .chosen-single div b {
  background: url(../images/chosen-sprite.png) no-repeat 0 7px;
}

.chosen-container-single .chosen-single abbr {
  top: 10px;
  background: url(../images/chosen-sprite.png) -42px 1px no-repeat;
  right: 18px;
}

.chosen-container-active.chosen-with-drop.chosen-container-single-nosearch .chosen-single {
  border: 1px solid white;
  border-top: none;
}

/*REDESIGN STYLES*/
body {
  background: #f8f8f8;
  /* background: url(../images/background.jpg) no-repeat center;
  background-attachment: fixed;
  padding-top: 0;
  background-size: cover; */
}

.pane-border {
  background-color: #ffffff;
  border: none;
  border-radius: 3px;
  background: whitesmoke;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  margin-top: 0;
  min-height: 600px;
}

.invaryant-main-wrapper {
  background-color: #f8f8f8;
}

/*GRID*/
.grid-stack-item-content {
  border: none;
  /* min-width: 151px; */
  border-radius: 3px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.addTilePlusIcon {
  color: #d4d4d4;
  font-size: 75px;
  position: absolute;
  top: 60%;
  -webkit-text-stroke: 1px #6aa2a8;
}

.tile {
  cursor: pointer;
  padding: 10px;
  /* text-align: center; */
  height: 100%;
  background-color: white;
  border: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 40px;
}

.tile-view-only {
  color: #197a85;
}

.tile-btn {
  background: #197a85;
  display: block;
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
  text-align: center;
  height: 30px;
  line-height: 30px;
  color: white;
  font-size: 13px;
  transition: all 0.3s linear;
  cursor: pointer;
}

.tile-btn:hover {
  opacity: 0.8;
  background: #197a85;
  color: white;
  text-decoration: none;
  transition: all 0.3s linear;
}

.grid-stack>.grid-stack-item>.grid-stack-item-content {
  overflow: hidden !important;
}

.profileheader {
  background-color: #e5e5e5;
  text-align: center;
  margin: 0px 0 20px 0;
  padding: 7px;
  color: #197a85;
  font-weight: 400;
  font-size: 18px;
}

.profile-switch-wrap {
  display: block;
  margin-bottom: 20px;
  overflow: hidden;
  padding: 0 8px;
}

.userinfodropdown {
  color: #848484 !important;
  font-weight: 500;
}

.userinfodropdown:hover {
  color: grey !important;
  cursor: pointer;
}

a.dropdown-toggle.userinfodropdown {
  height: 64px;
  line-height: 64px;
  padding: 0 30px;
}

.notChangePassword {
  height: auto;
}

.main-dropdown {
  background-color: #197a85;
  border: none;
  border-radius: 3px !important;
  top: 50px;
  color: black;
  left: 30px;
}

.panel {
  padding: 15px;
  border-radius: 3px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

/* form starting stylings ------------------------------- */
.material-group {
  position: relative;
  margin-bottom: 30px;
}

.material-radio {
  position: relative;
  margin-bottom: 35px;
}

.radio-group-title {
  color: #9fc7eb;
}

.material-group textarea {
  min-height: 33px;
  transition: all 0.3s linear;
}

.material-group textarea:focus {
  min-height: 55px;
  transition: all 0.3s linear;
}

.material-group input,
.material-group select,
.material-group textarea {
  font-size: 16px;
  padding: 5px 10px 5px 0;
  display: block;
  width: 100%;
  background: none;
  border: none;
  /*border-bottom:1px solid white;*/
  border-bottom: 1px solid #197a85;
  color: #2b2b2b;
  text-align: left;
  border-radius: 0;
  box-shadow: none;
}

.material-group .ng-empty {
  border-bottom: 1px solid #197a85;
}

.material-group input:focus,
.material-group select:focus,
.material-group textarea:focus {
  outline: none;
}

.material-group a {
  text-decoration: none !important;
}

/* LABEL ======================================= */
.material-group label {
  color: #197a85;
  opacity: 0.5;
  font-size: 16px;
  white-space: nowrap;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 0;
  top: 2px;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}

/* active state */
.material-group input:focus~label,
.material-group input.ng-not-empty~label,
.material-group select:focus~label,
.material-group select.ng-not-empty~label {
  top: -16px;
  font-size: 12px;
  color: #197a85;
}

.material-group textarea:focus~label,
.material-group textarea.ng-not-empty~label {
  top: -16px;
  font-size: 12px;
  color: #197a85;
}

/* BOTTOM BAR ================================= */
.material-group .bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  height: 2px;
  width: 0;
}

.material-group .bar:after {
  content: "";
  display: block;
  height: 2px;
  width: 0;
  background: #197a85;
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
}

/* active state */
.material-group input:focus~.bar,
.material-group input:focus~.bar:after {
  width: 100%;
}

/* HIGHLIGHTER ================================== */
.material-group .highlight {
  position: absolute;
  height: 60%;
  width: 100%;
  top: 25%;
  left: 0;
  pointer-events: none;
  opacity: 0.5;
}

/* active state */
.material-group input:focus~.highlight,
.material-group select:focus~.highlight {
  -webkit-animation: inputHighlighter 0.4s ease;
  -moz-animation: inputHighlighter 0.4s ease;
  animation: inputHighlighter 0.4s ease;
}

/*Chosen Material*/
.material-group .chosen-container.chosen-with-drop .chosen-drop {
  top: 33px;
  background: #f7f7f7;
  /* color: #3c3b3b; */
  border: none;
  border-radius: 0;
  text-align: left;
  border-top: 2px solid #197a85;
  min-width: 100%;
  width: auto;
}

.material-group .chosen-container-single .chosen-single {
  height: 33px;
  line-height: 30px;
  background: none;
  border: none;
  /*border-bottom: 1px solid white;*/
  border-bottom: 1px solid #197a85;
  box-shadow: none;
  border-radius: 0;
  color: #2b2b2b;
  font-size: 16px;
  padding: 0;
}

.material-group .ng-empty+.chosen-container-single .chosen-single {
  border-bottom: 1px solid #197a85;
}

.material-group .chosen-search input[type=text] {
  border-radius: 0;
  color: white;
  margin: 0 0 10px 0;
  border: none;
  text-align: left;
  padding: 0;
  height: 33px;
  font-size: 16px;
  border-bottom: 1px solid white;
  background: #197a85 url(../images/chosen-search.png) no-repeat 100% 7px;
}

.material-group .chosen-container .chosen-results li {
  padding: 0 6px;
  line-height: 33px;
  height: 33px;
  font-size: 16px;
  white-space: nowrap;
}

.material-group .chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 10px 10px 0 10px;
  white-space: nowrap;
}

.material-group .chosen-container .chosen-results li.active-result.result-selected {
  background: #197a85;
}

.material-group .chosen-container .chosen-results li.active-result.highlighted {
  background: #197a85;
}

.material-group .chosen-container-active.chosen-with-drop.chosen-container-single-nosearch .chosen-single {
  border: none;
  border-top: none;
}

.material-group .chosen-container-active.chosen-with-drop.chosen-container-single-nosearch .chosen-search {
  display: none;
}

.material-group .chosen-container-single .chosen-single div {
  width: 10px;
}

/* ANIMATIONS ================ */
@-webkit-keyframes inputHighlighter {
  from {
    background: #9fc7eb;
  }

  to {
    width: 0;
    background: transparent;
  }
}

@-moz-keyframes inputHighlighter {
  from {
    background: #9fc7eb;
  }

  to {
    width: 0;
    background: transparent;
  }
}

@keyframes inputHighlighter {
  from {
    background: #9fc7eb;
  }

  to {
    width: 0;
    background: transparent;
  }
}

form h2 {
  font-size: 18px;
  text-align: center;
  /*text-transform: uppercase;*/
  margin: 0 0 40px 0;
}

.material-form {
  background-color: #ffffff;
  padding: 15px 60px;
  color: #197a85;
  margin: 0 auto;
  border-radius: 3px;
}

/*Form buttons*/
.form-btn-group {
  text-align: center;
  margin-top: 50px;
}

.form-btn-group2 {
  text-align: center;
  margin-top: -50px;
}

.form-btn-group3 {
  text-align: center;
  margin-top: 0px;
}

.form-btn-group4 {
  text-align: center;
  margin-top: -30px;
}

.form-btn {
  height: 33px;
  padding: 0 15px;
  border: 1px solid transparent;
  background: #ffffff;
  width: 100px;
  /* color: red; */
}

.refresh-icon {
  background-image: url(../images/menu-sprite.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 64px;
  height: 64px;
  border-left: 1px solid #eaeaea;
  transition: all 0.3s linear;
}

.add-btn {
  height: 28px;
  padding: 0 10px;
  border: 1px solid transparent;
  background: #197a85;
  width: 80px;
  border: 1px solid #9fc7eb;
  color: #9fc7eb;
}

.cancel-btn {
  border: 1px solid white;
  color: white;
}

form .cancel-btn {
  border: 1px solid white;
}

div[ng-form] .cancel-btn {
  border: 1px solid #ebebeb;
  color: #197a85;
}

.save-btn {
  background: #197a85;
  color: #ffffff;
}

.change-btn {
  color: white;
  background: #197a85;
}

.changePassword>button.change-btn:hover {
  color: #bad7db;
  border: none;
}

.changePassword>button.change-btn:focus {
  color: #bad7db;
  border: none;
}

button[disabled],
html input[type=button][disabled],
input[type=reset][disabled],
input[type=submit][disabled] {
  opacity: 0.3;
}

/*Material checkbox*/
.material-form input[type=radio],
.material-form input[type=checkbox] {
  display: none;
}

.material-form input[type=radio]+label,
.material-form input[type=checkbox]+label {
  position: relative;
  cursor: pointer;
  margin: 0;
  padding-left: 32px;
}

.material-form input[type=radio]+label:before,
.material-form input[type=radio]+label:after,
.material-form input[type=checkbox]+label:before,
.material-form input[type=checkbox]+label:after {
  content: "";
  position: absolute;
  border-radius: 50%;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.material-form input[type=radio]+label:before {
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  background: #197a85;
  -moz-box-shadow: inset 0 0 0 22px #197a85;
  -webkit-box-shadow: inset 0 0 0 22px #ffffff;
  box-shadow: inset 0 0 0 22px #ffffff;
  border: 1px solid #197a85;
}

.material-form input[type=radio]+label:after {
  top: 49%;
  left: 11px;
  width: 60px;
  height: 60px;
  opacity: 0;
  background: rgba(255, 255, 255, 0.3);
  -moz-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  -webkit-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
}

.material-form input[type=radio]:checked+label:before {
  -moz-box-shadow: inset 0 0 0 4px #1565c0;
  -webkit-box-shadow: inset 0 0 0 4px #ffffff;
  box-shadow: inset 0 0 0 4px #ffffff;
}

.material-form input[type=radio]:checked+label:after {
  -moz-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  -moz-animation: ripple 1s none;
  -webkit-animation: ripple 1s none;
  animation: ripple 1s none;
}

/*Checkbox*/
.material-form input[type=checkbox]+label:before {
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  background: #197a85;
  -moz-box-shadow: inset 0 0 0 22px #197a85;
  -webkit-box-shadow: inset 0 0 0 22px #ffffff;
  box-shadow: inset 0 0 0 22px #ffffff;
  border: 1px solid #197a85;
}

.material-form input[type=checkbox]+label:after {
  top: 49%;
  left: 11px;
  width: 60px;
  height: 60px;
  opacity: 0;
  background: rgba(255, 255, 255, 0.3);
  -moz-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  -webkit-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
}

.material-form input[type=checkbox]:checked+label:before {
  -moz-box-shadow: inset 0 0 0 4px white;
  -webkit-box-shadow: inset 0 0 0 4px #197a85;
  box-shadow: inset 0 0 0 4px #197a85;
}

.material-form input[type=checkbox]:checked+label:after {
  -moz-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  -moz-animation: ripple 1s none;
  -webkit-animation: ripple 1s none;
  animation: ripple 1s none;
}

.material-form input[type=checkbox]+label:before {
  border-radius: 0;
}

.material-form input[type=checkbox]:checked+label:before {
  content: "\e876";
  font-family: material icons;
  background: #197a85;
  color: #ffffff;
  font-size: 20px;
  line-height: 21px;
}

.material-checkbox {
  margin-bottom: 20px;
  font-weight: normal;
}

.material-checkbox.checkbox-single {
  margin-bottom: 35px;
}

.material-checkbox label,
.material-radio label {
  font-size: 14px;
  font-weight: normal;
  height: 22px;
  line-height: 20px;
}

@-moz-keyframes ripple {

  5%,
  100% {
    opacity: 0;
  }

  5% {
    opacity: 1;
  }
}

@-webkit-keyframes ripple {

  5%,
  100% {
    opacity: 0;
  }

  5% {
    opacity: 1;
  }
}

@keyframes ripple {

  5%,
  100% {
    opacity: 0;
  }

  5% {
    opacity: 1;
  }
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.validation-error {
  position: absolute;
  font-size: 11px;
  color: #f77777;
}

.ng-invalid.ng-dirty {
  border-color: #f77777 !important;
}

.ng-invalid.ng-dirty~label {
  color: #f77777 !important;
}

.ng-invalid.ng-dirty~.bar:after,
.ng-invalid.ng-dirty:focus~.bar:after {
  background: #f77777 !important;
}

.form-overlay {
  position: fixed;
  background: rgba(255, 255, 255, 0.8);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10000;
  padding-top: 120px;
}

.datepicker-dd {
  background: #025fa2;
}

.datepicker-dd {
  background: #025fa2;
  border: none;
  border-radius: 0;
  width: 100%;
  border-top: 2px solid #8bb3de;
  margin-top: -2px;
  padding: 0;
}

/*.datepicker-dd span.year.active {
    background: rgba(0, 112, 192, 0.82) !important;
    border-radius: 0;
}*/
.datepicker-dd span.year.active,
.datepicker-dd .active {
  background: rgba(159, 199, 235, 0.4) !important;
  border-radius: 0;
}

.datepicker-dd .disabled,
.datepicker-dd .disabled:hover {
  background-color: transparent !important;
  color: darkgrey !important;
  cursor: not-allowed !important;
}

.datepicker-dd .past,
.datepicker-dd .future {
  color: darkgrey;
}

.datepicker-dd .datetimepicker .current,
.datepicker-dd .datetimepicker .current:hover,
.datepicker-dd .datetimepicker .current.disabled,
.datepicker-dd .datetimepicker .current.disabled:hover {
  background: rgba(25, 122, 133, 0.82) !important;
}

.datepicker-dd span.year:hover {
  background: #197a85;
  border-radius: 0;
}

.datepicker-dd .datetimepicker {
  width: 100%;
}

.datepicker-dd .datetimepicker .minute:hover,
.datepicker-dd .datetimepicker .hour:hover,
.datepicker-dd .datetimepicker .day:hover,
.datepicker-dd .datetimepicker .switch:hover,
.datepicker-dd .datetimepicker .left:hover,
.datepicker-dd .datetimepicker .right:hover {
  background: #197a85;
  cursor: pointer;
  /* color: #197A85; */
  border-radius: 0 !important;
}

.datepicker-dd thead {
  background: #035895;
}

.datepicker-dd .datetimepicker,
.datepicker-dd .datetimepicker .table td,
.datepicker-dd .datetimepicker .table th {
  border-radius: 0;
  border-bottom: 0;
  outline: none;
}

.datepicker-dd .datetimepicker span {
  border-radius: 0;
}

.datepicker-dd .datetimepicker span:hover {
  background: #197a85;
}

label.group-label {
  /* margin-top: -16px; */
  font-size: 12px;
  color: #9fc7eb;
  position: relative;
  display: block;
  /* margin-bottom: 10px; */
}

/*p.tile-title {
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
    color: #197A85;
}*/
.tile p.tile-title {
  font-weight: bold;
  /*text-transform: uppercase;*/
  margin: 0;
  color: #197a85;
  text-overflow: ellipsis;
  word-break: normal;
  overflow: hidden;
  height: 16px;
}

.tile p.tile-subtitle {
  font-weight: 600;
  font-style: italic;
  color: #6a6a6a;
  margin-bottom: 5px;
}

.primary-icon {
  position: absolute;
  top: 15px;
  right: 5px;
  background: #197a85;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  border: 1px solid #197a85;
  color: white;
  font-size: 12px;
  line-height: 20px;
}

.primary-icon .material-icons {
  font-size: 16px;
  height: 20px;
  line-height: 18px;
  text-align: center;
  display: block;
}

.tile p {
  text-align: center;
  margin: 0;
  line-height: 16px;
  /*overflow:hidden;*/
  /*text-overflow:ellipsis !important; */
  display: inline-block;
  width: 95%;
  /*white-space: nowrap;*/
  word-break: break-all;
}

.btn-tile {
  padding: 0px;
  width: 80%;
  /* max-width: 126px; */
  height: 26px;
  bottom: 10px;
  position: absolute;
  /*font-size: 11px;*/
  font-size: 13px;
  line-height: 24px;
  left: 50%;
  margin-left: -40%;
}

.grid-stack {
  margin-left: -10px;
  margin-right: -10px;
}

.msd-animate:focus {
  -webkit-transition: height 200ms ease-in-out;
  -moz-transition: height 200ms ease-in-out;
  -o-transition: height 200ms ease-in-out;
  transition: height 200ms ease-in-out;
}

.tile-row {
  margin: 0 -10px;
}

.tile-box {
  /* height: 165px; */
  margin-bottom: 20px;
  position: relative;
}

.tile-box:before {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.tile {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}

.tile-col {
  float: left;
  width: 20%;
  padding: 0 15px;
}

.sm-tile .tile-col {
  width: 16.6666666667%;
}

.homeheader {
  background-color: #ddf0ff;
  color: #197a85;
  /* text-align: center; */
  font-weight: bold;
  padding: 10px 15px;
  border-radius: 3px;
  margin: 0 0 15px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.homepanel {
  background: white;
  padding: 10px 15px;
  color: #1d1d1d;
  margin-bottom: 20px;
  height: 200px;
  overflow-y: auto;
  border: 1px solid #d1d1d1;
  border-radius: 10px;
}

.homepanel.double {
  /* height: 605px; */
}

.homepanel ol,
.homepanel ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding: 0 0 0 15px;
}

.homepanel ol li {
  margin-bottom: 5px;
}

.homepanel ol li p {
  margin-bottom: 0;
}

.paragraph-subject-center {
  color: #197a85;
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
}

.dailysurveypanel {
  height: 605px;
}

.homefooter {
  margin: 0px;
  padding: 10px 15px;
  color: white;
  font-weight: 700;
  border-radius: 3px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.body-shape-lbl {
  cursor: pointer;
  background-size: contain;
  background-repeat: no-repeat;
  /* height: 300px; */
  background-position-x: center;
  margin: 0;
  height: 25px;
  margin-top: -2px;
  transition: all 0.3s linear;
}

.body-shape-lbl:hover {
  border: none;
  height: 28px;
  transition: all 0.3s linear;
  margin-top: -4px;
}

/*Material Inverse form*/
.material-form.no-box-form {
  padding: 0;
  border: none;
  box-shadow: none;
}

.material-form.material-inverse {
  background: none;
}

.material-inverse .material-group .ng-empty {
  border-bottom: 1px solid #197a85;
}

.material-inverse .material-group input,
.material-inverse .material-group select,
.material-inverse .material-group textarea {
  color: #414f56;
  border-bottom: 1px solid #197a85;
}

.material-inverse .material-group input:focus~label,
.material-inverse .material-group input.ng-not-empty~label,
.material-inverse .material-group select:focus~label,
.material-inverse .material-group select.ng-not-empty~label {
  color: #197a85;
}

.material-form.material-inverse input[type=radio]+label:before {
  background: #197a85;
  -moz-box-shadow: inset 0 0 0 22px white;
  -webkit-box-shadow: inset 0 0 0 22px white;
  box-shadow: inset 0 0 0 22px white;
  border: 1px solid #197a85;
}

.material-form.material-inverse input[type=radio]:checked+label:before {
  -moz-box-shadow: inset 0 0 0 4px white;
  -webkit-box-shadow: inset 0 0 0 4px white;
  box-shadow: inset 0 0 0 4px white;
}

.material-form.material-inverse input[type=radio]+label,
.material-form.material-inverse input[type=checkbox]+label {
  padding-left: 27px;
  color: #414f56;
}

.material-form.material-inverse label.group-label {
  color: #197a85;
}

.material-form input[type=radio]+label:after {
  background: rgba(221, 240, 250, 0.8);
}

.angucomplete-title .highlight {
  position: static;
  display: inline;
}

.angucomplete-dropdown {
  position: absolute;
  background: #025fa2;
  z-index: 1;
  padding: 0;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  font-size: 16px;
  line-height: 30px;
  width: 100%;
}

.angucomplete-row {
  padding: 0 10px;
  margin: 0 5px;
}

.angucomplete-row.angucomplete-selected-row {
  background: #197a85;
}

.paragraph-subject-center {
  color: white;
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  background: #197a85;
  margin: -10px -15px -5px -15px;
  padding: 5px 0 5px 0;
}

.tile-table {
  font-size: 12px;
}

.tile-table tr {
  /* background: whitesmoke; */
  border-top: 1px solid #eaeaea;
}

.tile-table td {
  vertical-align: middle;
  color: #333333;
}

.tile-table>tbody>tr>td {
  border: none;
  max-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tile-table>tbody>tr>td:first-child {
  /* min-width: 150px !important; */
  /*max-width: 15px;*/
}

/*.tile-table tr:first-child {
    border-top: 2px solid #197A85;
}*/
.homepanel h3 {
  margin-top: 0;
  font-size: 26px;
  /*Text-transform: uppercase;*/
  text-align: center;
  /* border-bottom: 2px solid; */
  outline: none !important;
}

.homepanel h3 img {
  width: 50px;
  height: 50px;
  /* display: block; */
  /* margin: 0 auto 10px auto; */
}

.tile-table tr:first-child {
  border-top: none;
}

.tile-table td:last-child {
  text-align: right;
}

.tile-table tr:hover {
  background: whitesmoke;
}

.vital-dashboard-hovers tr:hover {
  background: none;
}

.vital-dashboard-hovers td:hover {
  background: whitesmoke;
}

.no-result h3 img {
  display: block;
  margin-right: 10px;
  width: 75px;
  height: auto;
}

.no-result h3 {
  display: flex;
  align-items: center;
  text-align: left;
  padding: 15px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

.no-result h3 a {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  color: #1d1d1d;
}

.no-result h3:hover {
  opacity: 0.8;
  cursor: pointer;
}

.home-row {
  margin-right: -8px;
  margin-left: -8px;
}

.home-grid {
  padding-left: 8px;
  padding-right: 8px;
}

.chosen-container.form-control {
  border-radius: 0;
  background: none;
  border: none;
  box-shadow: none;
  padding: 0;
}

.ng-invalid.ng-dirty+div>a {
  /* display: none; */
  border-bottom: 1px solid #f77777 !important;
}

/* UI SELECT*/
.material-form .ui-select-container>.ui-select-match>.btn {
  text-align: left !important;
  width: 100%;
  border: none;
  border-bottom: 1px solid #197a85;
  box-shadow: none;
  padding: 0;
  font-size: 16px;
  height: 33px;
  background: none;
  color: #2b2b2b;
}

.material-form .ui-select-container.ng-invalid.ng-dirty>.ui-select-match>.btn {
  border-bottom-color: #c8768d !important;
}

.material-form.material-inverse .ui-select-container>.ui-select-match>.btn {
  color: #197a85;
}

.material-form.material-inverse .ui-select-container>.ui-select-match>.btn span {
  color: black;
}

.material-form.material-inverse .ui-select-container>.ui-select-match>.btn {
  border-bottom: 1px solid #197a85;
}

.material-form .ui-select-container.ng-empty>.ui-select-match>.btn {
  border-bottom: 1px solid #197a85;
}

.material-form.material-inverse .ui-select-container.ng-empty>.ui-select-match>.btn {
  border-bottom: 1px solid #197a85;
  color: #197a85;
}

.material-form .ui-select-container>.ui-select-match>.btn:hover {
  background: none !important;
  color: #2b2b2b;
}

.material-form input.form-control.ui-select-search {
  border-radius: 0;
  box-shadow: none;
  height: 33px;
}

.material-form .ui-select-match {
  outline: none;
  background: none;
  box-shadow: none;
}

.material-form .ui-select-container .ui-select-match-text {
  width: 100%;
  padding: 0;
  height: 33px;
}

.material-form .ui-select-container .ui-select-match-text span {
  height: 33px;
  padding: 4px 0;
}

.material-form .ui-select-container {
  outline: none !important;
  box-shadow: none !important;
}

.material-form .ui-select-container .ui-select-toggle>.caret {
  right: 0;
  color: #197a85;
}

.material-form .ui-select-container:focus~label,
.material-form .ui-select-container.ng-not-empty~label,
.material-form .ui-select-container.ng-empty.open~label {
  top: -16px;
  font-size: 12px;
  color: #197a85;
}

.material-form.material-inverse .ui-select-container:focus~label,
.material-form.material-inverse .ui-select-container.ng-not-empty~label,
.material-form.material-inverse .ui-select-container.ng-empty.open~label {
  color: #197a85;
}

.material-form .ui-select-container>.ui-select-choices.ui-select-dropdown,
.material-form .ui-select-container>.ui-select-no-choice.ui-select-dropdown {
  min-width: 100%;
  height: auto;
  max-height: 200px;
  overflow-x: hidden;
  margin-top: 0;
  border-radius: 0;
  border: none;
  border-top: 2px solid #9fc7eb;
  background: #f7f7f7;
  color: #5a5a5a;
  width: auto;
}

.material-form .ui-select-container .ui-select-choices-row>span {
  padding: 2px 10px;
  color: #848484;
  margin: 0 5px;
}

.material-form .ui-select-container .ui-select-choices-row>span:hover,
.material-form .ui-select-bootstrap .ui-select-choices-row>span:focus {
  text-decoration: none;
  color: white;
  margin: 0 5px;
  background-color: #197a85;
}

.material-form .ui-select-container .ui-select-choices-row.active>span {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #197a85;
  margin: 0 5px;
  padding: 2px 10px;
}

.material-form .ui-select-choices-row:hover {
  background-color: transparent;
}

.material-form .ui-select-bootstrap .ui-select-toggle>a.btn {
  position: absolute;
  right: 5px;
  font-size: 10px;
  text-align: right;
  top: 8px;
  /* color: #05538a; */
  color: white;
  background: none;
  margin: 0;
  width: 20px;
}

.material-form.material-inverse .ui-select-bootstrap .ui-select-toggle>a.btn {
  color: lightgrey;
}

img.phone-type {
  margin-top: -3px;
}

.phone-link {
  color: black;
}

.phone-link:hover {
  color: #197a85;
  text-decoration: none;
}

li.display-mob {
  display: none;
}

/*INDEX PAGE*/
.splash {
  background: url(../images/home-back.jpg) no-repeat center;
  background-size: cover;
  padding: 0;
  height: 100%;
  margin: 0;
  overflow: hidden;
}

.login-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../images/icons-back.png) no-repeat center center;
  height: 100%;
}

.login-wrap-ie {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.login-box {
  background: white;
  padding: 30px;
  width: 100%;
  border-radius: 5px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  text-align: center;
  max-width: 400px;
}

#wp_btn_login {
  border: 0px;
  border-radius: 0px;
  background-color: #bad7db;
  color: white;
  margin-top: 0;
  width: 100%;
  height: 47px;
  word-wrap: break-word;
  text-align: center;
  font-size: 16px;
}

#wp_btn_letsget {
  border: 0px;
  border-radius: 0px;
  background-color: #197a85;
  color: #ffffff;
  margin-top: 0;
  width: 100%;
  height: 47px;
  word-wrap: break-word;
  text-align: center;
  font-size: 16px;
}

.login-box img {
  margin-bottom: 50px;
  height: 110px;
}

.or-text {
  font-style: italic;
  font-size: 16px;
  margin: 10px 0;
  color: darkgrey;
}

#wp_links {
  width: 100%;
  font-size: 12px;
  color: darkgrey;
  text-align: center;
  position: static;
  margin-top: 50px;
}

#wp_links a {
  color: darkgrey;
}

#wp_links span {
  margin: 0 10px;
}

.auth button.navbar-toggle {
  display: none;
}

.auth div#mainMenu {
  display: none !important;
}

.modal-header .close {
  color: white;
  text-shadow: none;
  filter: alpha(opacity=100);
  opacity: 1;
}

a img:hover {
  cursor: pointer;
}

li a:hover {
  cursor: pointer;
}

a:hover {
  cursor: pointer;
}

a {
  color: #197a85;
}

a:hover {
  color: #197a85;
  opacity: 0.8;
}

.help-label {
  display: none !important;
  cursor: pointer;
  color: #197a85;
  margin-left: 5px;
  padding: 0;
  margin-bottom: 5px;
  opacity: 0.8;
}

.help-label:hover {
  color: #197a85;
  opacity: 1;
}

.dashboard .dashboard-help {
  display: block !important;
}

.profile .profile-help {
  display: block !important;
  margin-right: -15px !important;
}

.margin-bottom-15 {
  margin-bottom: 15px;
}

.profile_form>.material-radio>.group-label {
  margin-top: 0;
}

.app-version {
  color: grey;
  font-size: 10px;
  margin-top: 10px;
  text-align: center;
  padding: 0;
}

.block-display {
  display: block;
}

@media screen and (max-width: 375px) {
  .img1 {
    display: inline-block;
    width: 48px;
  }

  .medication-name-card-content {
    font-size: 14px;
    font-family: "Open sans", sans-serif;
    font-weight: 600;
    line-height: 28px;
    color: #1D1D1D;
    margin: 0 0 10px 0;
    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }

  .txt1 {
    margin-left: 15px;
    display: inline-block;
    position: relative;
    font-size: 9px;
    top: -37px !important;
  }

  .setIcon {
    height: 40px !important;
    width: 40px !important;
  }
}

.setIcon {
  height: 60px;
  width: 60px;
}

@media screen and (width: 414px) {
  .img1 {
    display: inline-block;
    width: 48px;
  }

  .setIcon {
    height: 40px !important;
    width: 40px !important;
  }

  .medication-name-card-content {
    font-size: 14px;
    font-family: "Open sans", sans-serif;
    font-weight: 600;
    line-height: 28px;
    color: #1D1D1D;
    margin: 0 0 10px 0;
    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }

  .txt1 {
    margin-left: 15px;
    display: inline-block;
    position: relative;
    font-size: 10px;
    top: -37px !important;
  }
}

.block-display .confirm-content {
  max-width: 200px;
  margin: 150px auto 0 auto;
}

.confirm-content h5 {
  line-height: 20px;
  margin: 0 0 15px 0;
}

button.add-new-btn {
  background: none;
  border: none;
  color: #197a85;
}

button.add-new-btn:hover {
  color: #197a85;
  opacity: 0.8;
}

.dashboard .tile-col {
  width: 33.32%;
}

.dashboard .tile-box:before {
  padding: 0;
}

.remove-tile {
  background: none;
  border: none;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0);
  border-radius: 50%;
  padding: 0;
  height: 24px;
  width: 24px;
  position: absolute;
  top: 14px;
  right: 40px;
  color: white;
  background: #e6e6e7;
  outline: none !important;
}

.remove-tile:hover {
  background: #197a85;
  border: none;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

/*.hover-active {
	display:none;
}*/
/*.dashboard .tile-col:hover .hover-active {
	display:block;
}*/
.add-tile .homepanel {
  box-shadow: none;
  background: #e3e3e3;
}

.add-tile .homepanel:hover {
  box-shadow: none;
  background: #d4d4d4;
  cursor: pointer;
}

.sort-tile {
  position: absolute;
  top: 5px;
  left: 5px;
  color: #e6e6e7;
}

.homepanel:hover .sort-tile {
  color: #197a85;
  cursor: move;
}

.add-tile .homepanel:hover .add-tile-btn {
  color: #c0c0c0;
}

.add-tile-btn {
  color: #d4d4d4;
  font-size: 120px;
  position: absolute;
  left: 50%;
  margin-left: -60px;
  top: 50%;
  margin-top: -60px;
}

.onoffswitch {
  position: relative;
  width: 66px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  float: right;
}

.onoffswitch-checkbox {
  display: none;
}

.onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  /* border: 2px solid #E3E3E3; */
  border-radius: 36px;
  margin: 0;
}

.onoffswitch-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  transition: margin 0.3s ease-in 0s;
}

.onoffswitch-inner:before,
.onoffswitch-inner:after {
  display: block;
  float: left;
  width: 50%;
  height: 24px;
  padding: 0;
  line-height: 24px;
  font-size: 12px;
  color: white;
  font-family: Trebuchet, Arial, sans-serif;
  font-weight: bold;
  box-sizing: border-box;
}

.onoffswitch-inner:before {
  content: "";
  padding-left: 10px;
  background-color: #197a85;
  color: #ffffff;
}

.onoffswitch-inner:after {
  content: "Edit";
  padding-right: 10px;
  background-color: #cccccc;
  color: #848484;
  text-align: right;
}

.onoffswitch-switch {
  display: block;
  width: 18px;
  margin: 3px;
  background: #f5f5f5;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 39px;
  border: 1px solid #e3e3e3;
  border-radius: 36px;
  transition: all 0.3s ease-in 0s;
  height: 18px;
}

.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
}

.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-switch {
  right: 0px;
}

.dashboard-radio {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  margin: 0 15px;
}

.dashboard-radio label {
  display: block;
  margin: 0;
  width: 100%;
  text-align: left;
  background: whitesmoke;
  padding: 0 15px;
  margin-bottom: 5px;
}

.dashboard-radio input {
  position: absolute;
  z-index: -1;
}

.dashboard-radio label:hover {
  background: #eaeaea;
  cursor: pointer;
}

uh-new-dashboard-item .cancel-btn {
  background: none;
  color: #197a85;
  margin-top: 15px;
  padding: 0;
}

table.growth-table {
  width: 100%;
  text-align: left;
}

label.table-title {
  display: block;
  text-align: left;
}

.child-growth tr:hover {
  background: none !important;
}

.child-growth .tile-table td:last-child {
  text-align: left;
}

.child-growth ul.nav.nav-pills {
  padding: 0;
}

.nav-pills>li>a {
  border-radius: 4px;
  padding: 0;
  background: none !important;
  color: darkgrey;
  margin-right: 10px;
  font-weight: bold;
}

.nav-pills>li.active>a {
  color: #197a85 !important;
}

.growth-table thead td {
  text-transform: uppercase;
  font-size: 9px;
  color: grey;
  border-bottom: 1px solid #eaeaea;
}

.growth-table td {
  padding: 5px 0;
}

.view-charts {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  margin: 20px 0;
}

.view-charts a {
  max-width: 48%;
  display: block;
  position: relative;
}

.view-charts a span {
  text-transform: uppercase;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -10px;
  width: 100%;
  text-align: center;
  font-size: 14px;
  text-decoration: none !important;
  color: #197a85;
}

.view-charts a img {
  opacity: 0.5;
  width: 100%;
}

.view-charts a:hover img {
  opacity: 1;
}

.quick-add,
.quick-add:focus {
  height: 18px;
  font-size: 9px;
  text-transform: uppercase;
  padding: 0 5px;
  width: auto;
  float: right;
  color: white;
}

.quick-add:hover {
  background: #23527c;
  color: white;
}

.table-title {
  font-weight: bold;
}

td.no-data {
  text-align: center !important;
  color: darkgrey;
  font-size: 10px;
}

.chart {
  background: white;
  padding: 15px;
}

.modal-box {
  position: fixed;
  background: rgba(255, 255, 255, 0.8);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10000;
  display: block;
  overflow: auto;
}

.modal-content {
  text-align: center;
  background: white;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  color: black;
  margin: 50px auto 30px auto;
  max-width: 1170px;
  border-radius: 0;
  border: none;
}

.modal-title {
  margin-top: 0;
}

body {
  position: relative;
}

.parent-height-box {
  background: whitesmoke;
}

.parent-holder img {
  max-height: 100%;
}

.child-holder img {
  max-height: 100%;
}

.parent-child-compare {
  height: 500px;
}

.display-flex {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}

.parent-holder,
.child-holder {
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.height-meter {
  flex-direction: column-reverse;
  text-align: left;
  height: 100%;
  justify-content: space-between;
  font-size: 10px;
  color: lightgrey;
  margin: 0 -10px;
  overflow: hidden;
}

.height-meter.right-align {
  text-align: right;
}

.height-meter span {
  border-bottom: 1px solid white;
  height: 0;
}

.dad-height {
  height: 70%;
}

.mom-height {
  height: 60%;
}

.child-height {
  height: 35%;
}

.parent-height-info.right-align {
  position: absolute;
  border-bottom: 2px solid #d3d3d3;
  height: 50px;
  top: -51px;
  right: 0;
  left: 30px;
  text-align: right;
  padding: 10px;
  color: grey;
}

.parent-height-info {
  position: absolute;
  border-bottom: 2px solid #d3d3d3;
  height: 50px;
  top: -51px;
  left: 0;
  right: 30px;
  text-align: left;
  padding: 10px;
  color: grey;
}

.parent-height-info span {
  display: block;
  font-weight: 700;
}

.child-height-info {
  position: absolute;
  text-align: center;
  color: #009ed7;
  border-bottom: 2px solid #009ed7;
  left: 30px;
  right: 30px;
  top: -70px;
  line-height: 16px;
  padding-bottom: 10px;
}

.child-height-info strong,
.child-height-info em,
.child-height-info span {
  display: block;
}

.child-height-info em {
  color: darkgrey;
}

.parent-child-compare {
  margin: 30px 0;
}

.weight-show img {
  max-width: 100%;
}

.no-padding {
  padding: 0;
}

.weight-show img {
  max-width: 80%;
  margin: 0 auto;
  display: block;
}

.weight-meter {
  height: 30px;
  background: whitesmoke;
  border-right: 2px solid white;
  margin-top: 15px;
}

.weight-label {
  font-weight: 700;
  margin-top: 15px;
  color: lightgrey;
}

.weight-label.active {
  color: #333;
}

.weight-meter span {
  display: block;
  height: 30px;
  line-height: 30px;
  background: #f18f01;
  text-align: right;
  padding-right: 15px;
  font-weight: 700;
  color: white;
}

.info-label {
  font-size: 15px;
  font-weight: 700;
  height: 25px;
  line-height: 25px;
}

.info-date {
  font-size: 12px;
  color: darkgrey;
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

.info-imperial {
  font-size: 12px;
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 15px;
  padding-bottom: 5px;
}

.height-info {
  color: #009ed7;
}

.weight-info {
  color: #f18f01;
}

.head-info {
  color: #23ce6b;
}

.bmi-info {
  color: #963484;
}

.child-info {
  margin: 30px 0;
}

.info-label img {
  width: 25px;
  height: 25px;
  position: relative;
  top: -3px;
}

.weight-desc {
  text-align: left;
  margin-top: 15px;
  font-size: 16px;
  color: grey;
}

.weight-desc strong {
  color: #f18f01;
}

.underweight-width {
  width: 25%;
}

.healthy-width {
  width: 50%;
}

.overweight-width {
  width: 75%;
}

.obese-width {
  width: 100%;
}

.chart-ctrl {
  margin: 15px 0;
}

.chart-ctrl button {
  background: whitesmoke;
  border: none;
  padding: 3px 10px;
  margin: 5px 5px;
  min-width: 80px;
  color: grey;
  outline: none !important;
}

.chart-ctrl button:hover {
  background: #eaeaea;
}

.chart-ctrl button.active {
  background: lightgrey;
}

/* .overflow-hidden {
    overflow: hidden;
} */
.remove-btn {
  background: none;
  border: none;
  float: right;
  line-height: 10px;
  height: 10px;
  padding: 0;
  color: lightgrey;
  outline: none;
}

.remove-btn:hover {
  color: white;
}

.quick-add-form form {
  background: white !important;
  padding-top: 50px;
}

.material-inverse .save-btn {
  border: 1px solid white;
  color: white;
  background: #197a85;
}

.material-inverse .cancel-btn {
  background: white;
  color: #197a85;
}

.header-buttons {
  float: right;
}

.header-buttons .btn i {
  float: left;
  font-size: 17px;
  margin-right: 5px;
}

.header-buttons .btn {
  height: 25px;
  padding: 0 10px;
  font-size: 11px;
  /* text-transform: uppercase; */
  /* line-height: 25px; */
  width: auto;
  text-transform: uppercase;
  background: #197a85;
  border: none;
  top: -1px;
  position: relative;
  margin-right: 5px;
}

.header-buttons:last-child .btn {
  margin-right: 0;
}

.header-buttons .btn:hover {
  color: white;
  background-color: #197a85;
}

label.btn.btn-primary.btn-file.header-buttons {
  height: 25px;
  padding: 0;
  top: 1px;
  margin-right: 5px;
}

.notification-light {
  display: block;
  width: 7px;
  height: 7px;
  background: #197a85;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 15px;
  top: 25px;
  box-shadow: 0 0 0 rgba(25, 122, 133, 0.4);
  animation: pulse 2s infinite;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(25, 122, 133, 0.4);
  }

  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(25, 122, 133, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(25, 122, 133, 0);
  }
}

@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(25, 122, 133, 0.4);
    box-shadow: 0 0 0 0 rgba(25, 122, 133, 0.4);
  }

  70% {
    -moz-box-shadow: 0 0 0 10px rgba(25, 122, 133, 0);
    box-shadow: 0 0 0 10px rgba(25, 122, 133, 0);
  }

  100% {
    -moz-box-shadow: 0 0 0 0 rgba(25, 122, 133, 0);
    box-shadow: 0 0 0 0 rgba(25, 122, 133, 0);
  }
}

ul.nav.navbar-nav.nav-menu:focus {
  outline: none;
}

.level-icon {
  margin-right: 10px;
  color: darkgrey;
  font-size: 12px;
}

.type-icon {
  margin-right: 10px;
  color: darkgrey;
  font-size: 12px;
}

.notification-table .btn {
  background: none;
  color: #197a85;
}

.notification-table .btn:hover {
  color: white;
}

.notification-table .alert-type-cell {
  text-transform: uppercase;
  font-size: 10px;
  color: grey;
}

.new-message {
  background: #197a85;
  color: white;
  padding: 2px 5px;
  font-size: 8px;
  border-radius: 3px;
}

.modal-box.view-notification {
  background: rgba(255, 255, 255, 0.5);
}

.view-notification .modal-content {
  max-width: 700px;
  text-align: left;
}

.view-notification label {
  margin-bottom: 0;
}

.view-notification hr {
  margin: 10px 0;
}

.from-date {
  color: grey;
}

.view-notification h4 {
  color: #197a85;
}

.regular-table th {
  color: #197a85;
  border-bottom: 1px solid #197a85 !important;
}

.modal-content .material-group textarea:focus~label,
.modal-content .material-group textarea.ng-not-empty~label {
  color: #197a85;
}

.spartan-table.notification-table .ui-grid-cell-contents {
  display: block;
  /* align-items: center; */
  padding-top: 10px;
}

a.disabled-view,
a.disabled-view:hover {
  cursor: not-allowed;
  opacity: 0.5;
}

a.disabled-view img:hover {
  cursor: not-allowed;
  opacity: 0.5;
}

/*MEDIA QUERIES*/
@media all and (max-width: 1699px) {
  .homepanel h3 {
    font-size: 22px;
  }
}

@media all and (max-width: 1200px) {
  .sm-tile .tile-col {
    width: 20%;
  }

  .homepanel h3 {
    font-size: 16px;
  }
}

@media all and (max-width: 991px) {
  body {
    padding: 0;
  }

  .container {
    width: 100%;
  }

  .tile-col {
    width: 33.3333333333%;
  }

  .sm-tile .tile-col {
    width: 33.3333333333%;
  }

  li.changePassword {
    max-width: 100%;
    padding: 0 15px;
    margin: 0;
    /* text-align: left; */
  }

  li.changePassword:hover {
    background: none !important;
  }

  .hide-mob {
    display: none;
  }

  li.display-mob {
    display: block;
  }

  li.display-mob a {
    margin-left: 5px !important;
    margin-top: 0;
    color: lightgrey !important;
  }

  .dashboard .tile-col {
    width: 50%;
  }
}

@media all and (max-width: 767px) {
  .material-radio label {
    margin-bottom: 15px !important;
  }

  .material-radio {
    margin-bottom: 15px;
  }

  .dashboard .tile-col {
    width: 100%;
  }
}

@media all and (max-width: 500px) {
  .tile-col {
    width: 50%;
  }

  .sm-tile .tile-col {
    width: 50%;
  }
}

@media all and (max-width: 400px) {
  .login-box {
    background: white;
    padding: 30px;
    width: 100%;
    border-radius: 5px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    text-align: center;
    max-width: 400px;
    height: 100%;
    border-radius: 0;
  }

  #wp_links {
    width: 100%;
    white-space: normal;
  }

  #wp_links a {
    display: block;
    margin-bottom: 5px;
  }

  #wp_links span {
    display: none;
  }
}

@media all and (max-width: 360px) {
  div#mainMenu {
    right: -300px;
    width: 280px;
  }
}

@media all and (max-width: 340px) {
  .tile-col {
    width: 100%;
  }

  .sm-tile .tile-col {
    width: 100%;
  }
}

@media all and (max-width: 320px) {
  div#mainMenu {
    right: -270px;
    width: 250px;
  }
}

.datetimepicker .disabled,
.datetimepicker .disabled:hover {
  background-color: lightgrey;
  color: grey;
}

.modalForm {
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(255, 255, 255, 0.7);
  /* Black w/ opacity */
  display: block;
  justify-content: center;
  align-items: center;
}

.modalFormContent {
  margin: 0;
  padding: 20px;
  /* border: 1px solid #888; */
  margin: 10px auto;
}

/*.modalFormContent form {
    background: white !important;
    padding: 50px 0 30px 0;
}*/
.modalFormContent form .material-group.dropdown {
  max-width: 200px;
  margin: 0 auto 30px auto;
}

.rzslider .rz-pointer {
  background-color: #197a85 !important;
}

.rzslider .rz-pointer:after,
.rzslider .rz-pointer.rz-active:after {
  background: #197a85 !important;
}

.slider-div {
  max-width: 400px;
  margin: 0 auto;
}

/*.modalFormContent form h2 {
    color: #197A85;
    text-transform: capitalize;
    font-size: 20px;
}*/
.hasAlert {
  background-color: red;
}

.notification-filters button {
  background: whitesmoke;
  border: none;
  padding: 10px;
  width: 100%;
  color: grey;
  outline: none;
}

.notification-filters button.active {
  background: white;
  box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.1);
}

ul.notification-filters li {
  width: 100%;
  display: flex;
}

ul.notification-filters {
  list-style: none;
  /* display: flex; */
  width: 100%;
  padding: 0;
  margin: 0 0 -1px 0;
  display: flex;
}

button span {
  margin-right: 5px;
}

.ui-grid-viewport {
  height: auto !important;
}

/* .table-responsive.with-dropdown {
    overflow-x: visible;
} */
.with-dropdown .spartan-table .ui-grid-viewport {
  overflow: visible !important;
}

.with-dropdown .ui-grid-row .ui-grid-cell {
  overflow: visible;
}

.notification-actions span.dropdown {
  width: 100%;
  margin-right: 5px;
}

ul.dropdown-menu {
  border-radius: 0;
  border: none;
}

.flip {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}

.bold-row {
  font-weight: bold;
}

.ui-grid-pager-row-count-picker {
  float: left;
  display: none;
}

.ui-grid-pager-control button {
  border: none;
}

.ui-grid-pager-control .last-triangle {
  border-color: transparent transparent transparent #197a85;
}

.ui-grid-pager-control .last-bar {
  border-left: 2px solid #197a85;
}

.ui-grid-pager-control .first-triangle {
  border-color: transparent #197a85 transparent transparent;
}

.ui-grid-pager-control .first-bar {
  border-left: 2px solid #197a85;
}

input.ui-grid-pager-control-input {
  width: 30px;
  padding: 0;
  text-align: center;
  border: none;
  box-shadow: none;
  font-size: 14px;
}

.ui-grid-pager-control .ui-grid-pager-max-pages-number {
  vertical-align: sub;
  position: relative;
  left: -10px;
}

.ui-grid-pager-control .ui-grid-pager-max-pages-number>* {
  vertical-align: baseline;
  cursor: default;
  position: relative;
  left: -3px;
}

abbr[title] {
  cursor: help;
  border: none;
  text-decoration: none;
}

.tile-table>tbody>tr>td:first-child {
  width: 25%;
}

.material-form {
  position: relative;
  color: #000000;
}

.material-form h2 {
  color: #197a85;
}

.material-radio label.group-label {
  color: #197a85;
}

.material-form .datepicker-dd {
  background: #f5f5f5;
}

.material-form .datepicker-dd thead {
  background: #e0e0e0;
}

.material-form .datepicker-dd .datetimepicker .minute:hover,
.material-form .datepicker-dd .datetimepicker .hour:hover,
.material-form .datepicker-dd .datetimepicker .day:hover,
.material-form .datepicker-dd .datetimepicker .switch:hover,
.material-form .datepicker-dd .datetimepicker .left:hover,
.material-form .datepicker-dd .datetimepicker .right:hover {
  color: white;
}

.material-form .datepicker-dd span.year.active,
.material-form .datepicker-dd .active {
  background: #197a85 !important;
  border-radius: 0;
}

.material-form .datepicker-dd .datetimepicker span:hover {
  background: #197a85;
  color: white;
}

.relative {
  position: relative;
}

.form-group {
  position: relative;
}

/* #medication:before {
    background-image: url(../images/profile/medications-op.svg);
} */
#about-me:before {
  background-image: url(../images/profile/profile-op.svg);
}

#immunization:before {
  background-image: url(../images/profile/immunizations-op.svg);
}

#address:before {
  background-image: url(../images/profile/addresses-op.svg);
}

#phone:before {
  background-image: url(../images/profile/phones-op.svg);
}

#emergency-contact:before {
  background-image: url(../images/profile/emergency-contact-op.svg);
}

#medical-condition:before {
  background-image: url(../images/profile/medical-cond-op.svg);
}

#medical-contact:before {
  background-image: url(../images/profile/medical-contact-op.svg);
}

#lab-result:before {
  background-image: url(../images/profile/lab-op.svg);
}

#imaging:before {
  background-image: url(../images/profile/my-img-op.svg);
}

#family-history:before {
  background-image: url(../images/profile/family-op.svg);
}

#procedure:before {
  background-image: url(../images/profile/procedures-op.svg);
}

#allergy:before {
  background-image: url(../images/profile/allergies-op.svg);
}

#vital:before {
  background-image: url(../images/profile/vitals-op.svg);
}

#benefit:before {
  background-image: url(../images/profile/benefits-op.svg);
}

.modal-content .material-form {
  box-shadow: none;
}

.thumb {
  width: 48px;
  height: 48px;
  float: none;
  position: relative;
  top: 7px;
  float: right;
}

.attachment-btn {
  height: 28px;
  padding: 0 10px;
  border: 1px solid transparent;
  background: #197a85;
  width: 180px;
  border: 1px solid #9fc7eb;
  color: #9fc7eb;
}

.attachment-name {
  width: 260px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #9fc7eb;
}

.progress {
  height: 10px;
  background-color: red;
  color: blue;
}

.form-control i.glyphicon.glyphicon-remove {
  color: #a5caec;
}

#family-history .datepicker-dd {
  width: 120%;
}

.responsive-table {
  height: 110px;
  overflow: hidden;
  overflow-y: auto;
  width: 100%;
  padding-right: 5px;
}

.add-portal {
  padding: 2px 0;
}

.sync-wizard-modal .modal-content {
  max-width: 800px;
}

.btn-outline {
  background: white;
  color: #197a85;
  border-color: #197a85;
}

.btn-outline:hover {
  background: whitesmoke;
}

.mf-modal .modal-content .modal-body {
  text-align: left;
  overflow-y: auto;
}

.mf-modal .modal-content .modal-header {
  background-color: transparent;
  padding-top: 15px;
}

.mf-modal .modal-content {
  padding: 0;
}

.connectBnt {
  width: 125px;
  margin: 2px;
}

#mfConnectBtn {
  margin: 0 auto;
  width: 200px;
  padding-left: 0;
}

.sync-wizard-buttons {
  margin: 0 auto;
  margin-top: 20px;
  width: 415px;
}

.sync-wizard-buttons.sync-choose-profile {
  width: 215px;
  margin-top: 20px;
}

.sync-wizard-buttons button {
  display: inline-block;
}

.choice-account div {
  cursor: pointer;
  display: inline-block;
  margin: 20px;
}

.choice-account div:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

@media all and (max-width: 1200px) {
  .vaccine-table {
    position: relative;
    min-width: 1130px;
  }

  child-vaccine-schedule table.cdc-vacccine {
    min-width: 1130px;
  }

  .vaccine-table-responsive {
    min-height: 0.01%;
  }
}

@media all and (max-width: 480px) {
  notification-alert .notification-content {
    width: 92%;
    padding: 15px;
    right: 0;
    left: 15px;
  }
}

.mf-footer-text,
.branding--subtle {
  visibility: hidden !important;
}

#mfConnectBtn>span {
  display: none !important;
}

.sync-related-users-list {
  text-align: center;
}

.sync-related-users-list div {
  display: inline-block;
  padding: 20px 20px 0 20px;
}

.sync-related-users-list div label {
  margin-left: 5px;
}

.sync-selected-user {
  border: 1px solid #ccc;
  width: 300px;
  height: 150px;
  margin: 30px auto;
  padding: 20px 10px;
}

.sync-selected-user .sync-selected-user-image {
  width: 100px;
  height: 100px;
  border: 1px solid #ccc;
  border-radius: 50%;
  background-color: orange;
  color: #fff;
  font-size: 32px;
  float: left;
  text-align: center;
  vertical-align: middle;
  line-height: 95px;
}

.sync-selected-user .sync-selected-user-data {
  color: #5a5a5a;
  float: right;
  width: 130px;
  margin-right: 10px;
}

.sync-selected-user .sync-selected-user-name {
  font-weight: bold;
  color: #197a85;
}

.sync-selected-user .sync-selected-user-gender {
  margin-top: 30px;
}

.splash .navbar,
.splash .app-version,
.registration .navbar,
.registration .app-version {
  display: none;
}

.splash,
.splash .pane-border,
.splash .view,
.registration,
.registration .pane-border,
.registration .view {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: none;
  border-radius: unset;
  box-shadow: none;
  min-height: 100%;
}

.splash .pane-border {
  min-width: 100%;
}

.splash .hide-mob,
.registration .hide-mob {
  display: none;
}

.splash .main-wrapper,
.splash .index-body {
  height: 100%;
}

.account .main-wrapper {
  overflow: hidden;
}

.tooltip-inner {
  text-align: left;
}

.btn:hover {
  opacity: 0.8;
  background-color: #197a85;
  color: #ffffff;
}

.btn[disabled]:hover {
  background-color: #197a85;
}

.header-buttons .btn-send {
  background-color: #197a85;
}

.header-buttons .btn-send:hover {
  opacity: 0.8;
  background-color: #197a85;
}

.a {
  color: #197a85;
}

.a:hover {
  color: #197a85;
  opacity: 0.8;
}

.introjs-tooltiptext {
  color: #197a85;
}

.ui-grid-header-cell .ui-grid-cell-contents {
  height: 48px;
  white-space: normal;
  -ms-text-overflow: clip;
  -o-text-overflow: clip;
  text-overflow: clip;
  overflow: visible;
}

@media screen {
  #printSection {
    display: none;
  }
}

@media print {
  body * {
    visibility: hidden;
  }

  #printSection,
  #printSection * {
    visibility: visible;
  }

  #printSection {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
  }

  .non-printable {
    display: none;
  }

  .printable {
    display: block;
  }
}

.printable {
  display: none;
}

/* .btn, */
.btn-primary:focus,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:active:focus,
.btn-primary:hover:focus,
.btn-primary:active:hover,
.btn-default:focus,
.btn-default:hover,
.btn-default:active,
.btn-default:active:focus,
.btn-default:hover:focus,
.btn-default:active:hover {
  background-color: #197a85;
  border-color: #197a85;
}

.cancel-btn:focus,
.cancel-btn:hover,
.cancel-btn:active,
.cancel-btn:active:focus,
.cancel-btn:hover:focus,
.cancel-btn:active:hover {
  background-color: #197a85;
  border-color: #197a85;
  color: #333333;
}

.datetimepicker .active,
.datetimepicker .active:hover,
.datetimepicker .active.disabled,
.datetimepicker .active.disabled:hover {
  background-color: #197a85;
  background-repeat: repeat-x;
  background-image: none;
  border-color: #197a85 #197a85 #197a85;
  color: #fff;
  -webkit-filter: progid:dximagetransform.microsoft.gradient(startColorstr="#08c", endColorstr="#197a85", GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr="#08c", endColorstr="#197a85", GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datetimepicker .active:hover,
.datetimepicker .active:hover:hover,
.datetimepicker .active.disabled:hover,
.datetimepicker .active.disabled:hover:hover,
.datetimepicker .active:active,
.datetimepicker .active:hover:active,
.datetimepicker .active.disabled:active,
.datetimepicker .active.disabled:hover:active,
.datetimepicker .active.active,
.datetimepicker .active:hover.active,
.datetimepicker .active.disabled.active,
.datetimepicker .active.disabled:hover.active,
.datetimepicker .active.disabled,
.datetimepicker .active:hover.disabled,
.datetimepicker .active.disabled.disabled,
.datetimepicker .active.disabled:hover.disabled,
.datetimepicker td.active[disabled],
.datetimepicker td.active:hover[disabled],
.datetimepicker td.active.disabled[disabled],
.datetimepicker td.active.disabled:hover[disabled],
.datetimepicker span.active[disabled],
.datetimepicker span.active:hover[disabled],
.datetimepicker span.active.disabled[disabled],
.datetimepicker span.active.disabled:hover[disabled] {
  background-color: #197a85;
}

/* MF connect override START */
.mf-modal a {
  color: #197a85;
}

.mf-icon__chevron-left--hollow--exact.mf-color__action {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg height='8' viewBox='0 0 8 8' width='8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.65 0a.7.7 0 0 1 .495 1.195L3.34 4l2.805 2.805a.7.7 0 0 1-.99.99l-3.3-3.3a.7.7 0 0 1 0-.99l3.3-3.3A.694.694 0 0 1 5.65 0' fill='#197a85' fill-rule='evenodd' style='fill:#197a85;fill-opacity:1'/%3E%3C/svg%3E");
}

.mf-btn {
  border: 1px solid #197a85;
  color: #197a85;
}

.mf-cta__primary:hover,
.mf-cta__primary--optional:hover,
.mf-cta__secondary:hover,
.mf-btn:hover {
  color: #ffffff;
  background: #197a85;
  border: 1px solid #197a85;
}

.mf-cta__primary:active,
.mf-cta__primary--optional:active,
.mf-cta__secondary:active,
.mf-btn:active {
  color: #3b3b3b;
  background: #197a85;
  border: 1px solid #197a85;
}

.mf-cta__primary:focus,
.mf-cta__primary--optional:focus,
.mf-cta__secondary:focus,
.mf-btn:focus {
  border: 1px solid #197a85;
  -webkit-box-shadow: 0px 0px 5px 1px #197a85;
  -moz-box-shadow: 0px 0px 5px 1px #197a85;
  box-shadow: 0px 0px 5px 1px #197a85;
  outline: none;
}

.mf-cta__primary {
  background: #197a85;
  border: 1px solid #197a85;
  color: #ffffff;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
}

.mf-modal .mf-form__group .mf-form__input--text:focus {
  border: 1px solid #197a85;
  -webkit-box-shadow: 0px 0px 5px 1px #197a85;
  -moz-box-shadow: 0px 0px 5px 1px #197a85;
  box-shadow: 0px 0px 5px 1px #197a85;
  outline: none;
}

/* MF connect override END */
.view-notification .btn-hollow.active {
  background-color: #197a85;
  color: white;
}

/* Post sync message box styles */
#postSyncMessage p {
  color: #1f1f1f;
}

#postSyncMessage .header-btn {
  color: #3a3a3c;
  background-color: transparent;
  width: auto;
}

#postSyncMessage .postSyncHeader {
  display: inline-block;
  vertical-align: top;
}

#aboutMeDetailsTable {
  width: 100%;
}

#aboutMeDetailsTable td {
  text-align: left !important;
  white-space: normal;
}

/* Home component*/
.aboutMe tr {
  width: 100%;
  display: inline-flex;
}

.aboutMe tr td tr {
  width: 100%;
}

.aboutMe tr td tr td:first-child {
  width: 30% !important;
}

.aboutMe tr td tr td:last-child {
  width: 70% !important;
}

/* Material CSS */
.table-responsive .mat-table {
  overflow-x: auto;
  display: table;
  width: 100%;
}

.table-responsive .mat-table .mat-header-row .mat-header-cell {
  font-size: 14px;
  font-weight: 700;
  color: rgb(25, 122, 133);
  min-width: 90px;
}

.table-responsive .mat-table .mat-row .mat-cell {
  min-width: 90px;
}

.table-responsive .mat-table .mat-row .mat-cell .btn.tableEditBtn {
  width: auto;
  height: auto;
  padding: 4px 15px;
  font-size: 11px;
  margin-left: auto;
}

/* Text Field */
.materialTextField.mat-form-field .mat-form-field-ripple {
  background-color: #197a85;
  display: block;
}

.materialTextField.mat-form-field .mat-form-field-underline {
  background-color: #197a85;
}

.materialTextField.mat-form-field.mat-form-field-invalid .mat-form-field-ripple {
  background-color: #f44336;
}

.materialTextField.mat-form-field .mat-form-field-label {
  color: #197a85;
}

.materialTextField.mat-form-field.mat-focused .mat-form-field-label {
  color: #197a85;
}

.materialTextField.mat-form-field.mat-focused.mat-form-field-invalid .mat-form-field-label {
  color: #f44336;
}

/* Material Select */
.materialSelect.mat-form-field .mat-form-field-ripple {
  background-color: #197a85;
}

.materialSelect.mat-form-field.mat-form-field-invalid .mat-form-field-ripple {
  background-color: #f44336;
}

.materialSelect.mat-form-field .mat-form-field-label {
  color: #3A3A3C;
}

.materialSelect.mat-form-field .mat-form-field-wrapper .mat-form-field-underline {
  background-color: #197a85;
}

.materialSelect.mat-form-field.mat-focused .mat-form-field-label {
  color: #197a85;
}

.materialSelect.mat-form-field.mat-focused.mat-form-field-invalid .mat-form-field-label {
  color: #f44336;
}

/* Material Date picker */
.mat-datepicker-popup .mat-calendar .mat-calendar-body-today.mat-calendar-body-selected {
  background-color: #197a85;
}

.mat-datepicker-popup .mat-calendar .mat-calendar-body-selected {
  background-color: #197a85;
}

.mat-select-panel .mat-option.mat-selected.mat-active .mat-option-text {
  color: #197a85;
}

.dashboardcardtd {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding: 5px;
}

.cdk-global-overlay-wrapper,
.cdk-overlay-container {
  z-index: 99999 !important;
}

.removeSelectIcon .mat-select-arrow {
  border: none;
}

/* ********************************************************** */
.AQiconOutline {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #1D1D1D;
  border-radius: 50%;
  margin: 6px;
  padding: 6px;
}

.ProfileImageAQiconOutline {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #1D1D1D;
  border-radius: 50%;
  margin: 6px;
}

.AQiconOutline .AQiconStyle {
  font-family: "Open sans", sans-serif;
  font-weight: 600;
  display: inline-block;
  font-size: 16px;
  color: #1D1D1D;
}

.userIconClass {
  color: black;
  background-color: #C5FFFD;
}

.doctorIconClass {
  background-color: #f9cc75;
  color: black;
}

/* checkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkk   */
/* checkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkk   */
.cdk-global-overlay-wrapper,
.cdk-overlay-container {
  pointer-events: none;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.cdk-overlay-container {
  position: fixed;
  z-index: 1000;
}

.cdk-global-overlay-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  z-index: 1000;
}

.cdk-overlay-pane {
  position: absolute;
  pointer-events: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1000;
}

.cdk-overlay-backdrop {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  pointer-events: auto;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: opacity 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  -o-transition: opacity 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  -moz-transition: opacity 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: opacity 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  opacity: 0;
}

.cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: 0.48;
}

.cdk-overlay-dark-backdrop {
  background: rgba(0, 0, 0, 0.6);
}

.cdk-overlay-transparent-backdrop {
  background: 0 0;
}

.cdk-global-scrollblock {
  position: fixed;
  width: 100%;
  overflow-y: scroll;
}

.owl-dialog-container {
  position: relative;
  pointer-events: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  padding: 1.5em;
  -webkit-box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12);
  box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12);
  -moz-border-radius: 2px;
  border-radius: 2px;
  overflow: auto;
  background: #fff;
  color: rgba(0, 0, 0, 0.87);
  outline: 0;
}

.owl-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.owl-dt-container,
.owl-dt-container * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.owl-dt-container {
  display: block;
  font-size: 14px !important;
  font-size: 1rem;
  background: #fff;
  pointer-events: auto;
  z-index: 1000;
}

@media screen and (max-width: 450px) {
  .owl-dt-container {
    font-size: 10px !important;
  }
}

.owl-dt-container-row {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.owl-dt-container-row:last-child {
  border-bottom: none;
}

.owl-dt-calendar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}

.owl-dt-calendar-control {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1em;
  width: 100%;
  padding: 0.5em;
  color: #000;
}

.owl-dt-calendar-control .owl-dt-calendar-control-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.owl-dt-calendar-control .owl-dt-calendar-control-content .owl-dt-calendar-control-button {
  padding: 0 0.8em;
}

.owl-dt-calendar-control .owl-dt-calendar-control-content .owl-dt-calendar-control-button:hover {
  background-color: rgba(0, 0, 0, 0.12);
}

.owl-dt-calendar-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0 0.5em 0.5em;
  outline: 0;
}

.owl-dt-calendar-view {
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.owl-dt-calendar-multi-year-view {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.owl-dt-calendar-multi-year-view .owl-dt-calendar-table {
  width: -webkit-calc(100% - 3em);
  width: -moz-calc(100% - 3em);
  width: calc(100% - 3em);
}

.owl-dt-calendar-multi-year-view .owl-dt-calendar-table .owl-dt-calendar-header th {
  padding-bottom: 0.25em;
}

.owl-dt-calendar-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

.owl-dt-calendar-table .owl-dt-calendar-header {
  color: rgba(0, 0, 0, 0.4);
}

.owl-dt-calendar-table .owl-dt-calendar-header .owl-dt-weekdays th {
  font-size: 0.7em;
  font-weight: 400;
  text-align: center;
  padding-bottom: 1em;
}

.owl-dt-calendar-table .owl-dt-calendar-header .owl-dt-calendar-table-divider {
  position: relative;
  height: 1px;
  padding-bottom: 0.5em;
}

.owl-dt-calendar-table .owl-dt-calendar-header .owl-dt-calendar-table-divider:after {
  content: "";
  position: absolute;
  top: 0;
  left: -0.5em;
  right: -0.5em;
  height: 1px;
  background: rgba(0, 0, 0, 0.12);
}

.owl-dt-calendar-table .owl-dt-calendar-cell {
  position: relative;
  height: 0;
  line-height: 0;
  text-align: center;
  outline: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.85);
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
}

.owl-dt-calendar-table .owl-dt-calendar-cell-content {
  position: absolute;
  top: 5%;
  left: 5%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 90%;
  height: 90%;
  font-size: 0.8em;
  line-height: 1;
  border: 1px solid transparent;
  -moz-border-radius: 999px;
  border-radius: 999px;
  color: inherit;
}

.owl-dt-calendar-table .owl-dt-calendar-cell-out {
  opacity: 0.2;
}

.owl-dt-calendar-table .owl-dt-calendar-cell-today:not(.owl-dt-calendar-cell-selected) {
  border-color: rgba(0, 0, 0, 0.4);
}

.owl-dt-calendar-table .owl-dt-calendar-cell-selected {
  color: rgba(255, 255, 255, 0.85);
  background-color: #197a85;
}

.owl-dt-calendar-table .owl-dt-calendar-cell-selected.owl-dt-calendar-cell-today {
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.85);
  -moz-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.85);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.85);
}

.owl-dt-calendar-table .owl-dt-calendar-cell-disabled {
  cursor: default;
}

.owl-dt-calendar-table .owl-dt-calendar-cell-disabled>.owl-dt-calendar-cell-content:not(.owl-dt-calendar-cell-selected) {
  color: rgba(0, 0, 0, 0.4);
}

.owl-dt-calendar-table .owl-dt-calendar-cell-disabled>.owl-dt-calendar-cell-content.owl-dt-calendar-cell-selected {
  opacity: 0.4;
}

.owl-dt-calendar-table .owl-dt-calendar-cell-disabled>.owl-dt-calendar-cell-today:not(.owl-dt-calendar-cell-selected) {
  border-color: rgba(0, 0, 0, 0.2);
}

.owl-dt-calendar-table .owl-dt-calendar-cell-active:focus>.owl-dt-calendar-cell-content:not(.owl-dt-calendar-cell-selected),
.owl-dt-calendar-table :not(.owl-dt-calendar-cell-disabled):hover>.owl-dt-calendar-cell-content:not(.owl-dt-calendar-cell-selected) {
  background-color: rgba(0, 0, 0, 0.04);
}

.owl-dt-calendar-table .owl-dt-calendar-cell-in-range {
  background: rgba(63, 81, 181, 0.2);
}

.owl-dt-calendar-table .owl-dt-calendar-cell-in-range.owl-dt-calendar-cell-range-from {
  -moz-border-radius-topleft: 999px;
  border-top-left-radius: 999px;
  -moz-border-radius-bottomleft: 999px;
  border-bottom-left-radius: 999px;
}

.owl-dt-calendar-table .owl-dt-calendar-cell-in-range.owl-dt-calendar-cell-range-to {
  -moz-border-radius-topright: 999px;
  border-top-right-radius: 999px;
  -moz-border-radius-bottomright: 999px;
  border-bottom-right-radius: 999px;
}

.owl-dt-timer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 7em;
  padding: 0.5em;
  outline: 0;
}

.owl-dt-timer-box {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 25%;
  height: 100%;
}

.owl-dt-timer-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin: 0.2em 0;
}

.owl-dt-timer-content .owl-dt-timer-input {
  display: block;
  width: 2em;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.5);
  -moz-border-radius: 3px;
  border-radius: 3px;
  outline: medium none;
  font-size: 1.2em;
  padding: 0.2em;
}

.owl-dt-timer-divider {
  display: inline-block;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  position: absolute;
  width: 0.6em;
  height: 100%;
  left: -0.3em;
}

.owl-dt-timer-divider:after,
.owl-dt-timer-divider:before {
  content: "";
  display: inline-block;
  width: 0.35em;
  height: 0.35em;
  position: absolute;
  left: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: currentColor;
}

.owl-dt-timer-divider:before {
  top: 35%;
}

.owl-dt-timer-divider:after {
  bottom: 35%;
}

.owl-dt-control-button {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  outline: 0;
  border: none;
  -webkit-tap-highlight-color: transparent;
  display: inline-block;
  white-space: nowrap;
  text-decoration: none;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
  background-color: transparent;
  font-size: 1em;
  color: inherit;
}

.owl-dt-control-button .owl-dt-control-button-content {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  outline: 0;
}

.owl-dt-control-button:focus>.owl-dt-control-button-content {
  background-color: rgba(0, 0, 0, 0.12);
}

.owl-dt-control-button:not(:-moz-focusring):focus>.owl-dt-control-button-content {
  -moz-box-shadow: none;
  box-shadow: none;
}

.owl-dt-control-period-button .owl-dt-control-button-content {
  height: 1.5em;
  padding: 0 0.5em;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: background-color 0.1s linear;
  -o-transition: background-color 0.1s linear;
  -moz-transition: background-color 0.1s linear;
  transition: background-color 0.1s linear;
}

.owl-dt-control-period-button:hover>.owl-dt-control-button-content {
  background-color: rgba(0, 0, 0, 0.12);
}

.owl-dt-control-period-button .owl-dt-control-button-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 1em;
  height: 1em;
  margin: 0.1em;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  -o-transition: transform 0.2s ease;
  -moz-transition: transform 0.2s ease, -moz-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease, -moz-transform 0.2s ease;
}

.owl-dt-control-arrow-button .owl-dt-control-button-content {
  padding: 0;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 1.5em;
  height: 1.5em;
}

.owl-dt-control-arrow-button[disabled] {
  color: rgba(0, 0, 0, 0.4);
  cursor: default;
}

.owl-dt-control-arrow-button svg {
  width: 50%;
  height: 50%;
  fill: currentColor;
}

.owl-dt-inline-container,
.owl-dt-popup-container {
  max-width: 260px;
  position: relative;
  width: 21.5em;
  -webkit-box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
}

.owl-dt-inline-container .owl-dt-calendar,
.owl-dt-inline-container .owl-dt-timer,
.owl-dt-popup-container .owl-dt-calendar,
.owl-dt-popup-container .owl-dt-timer {
  width: 100%;
}

.owl-dt-inline-container .owl-dt-calendar,
.owl-dt-popup-container .owl-dt-calendar {
  height: 23.25em;
  max-height: 280px;
}

.owl-dt-inline-container {
  display: inline-block;
}

.owl-dt-dialog-container {
  max-height: 95vh;
  margin: -1.5em;
}

.owl-dt-dialog-container .owl-dt-calendar {
  min-width: 250px;
  min-height: 330px;
  max-width: 750px;
  max-height: 750px;
}

.owl-dt-dialog-container .owl-dt-timer {
  min-width: 250px;
  max-width: 750px;
}

@media all and (orientation: landscape) {
  .owl-dt-dialog-container .owl-dt-calendar {
    width: 58vh;
    height: 62vh;
  }

  .owl-dt-dialog-container .owl-dt-timer {
    width: 58vh;
  }
}

@media all and (orientation: portrait) {
  .owl-dt-dialog-container .owl-dt-calendar {
    width: 80vw;
    height: 80vw;
  }

  .owl-dt-dialog-container .owl-dt-timer {
    width: 80vw;
  }
}

.owl-dt-container-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 2em;
  color: #197a85;
}

.owl-dt-container-control-button {
  font-size: 1em;
  width: 50%;
  height: 100%;
  -moz-border-radius: 0;
  border-radius: 0;
}

.owl-dt-container-control-button .owl-dt-control-button-content {
  height: 100%;
  width: 100%;
  -webkit-transition: background-color 0.1s linear;
  -o-transition: background-color 0.1s linear;
  -moz-transition: background-color 0.1s linear;
  transition: background-color 0.1s linear;
}

.owl-dt-container-control-button:hover .owl-dt-control-button-content {
  background-color: rgba(0, 0, 0, 0.1);
}

.owl-dt-container-info {
  padding: 0 0.5em;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.owl-dt-container-info .owl-dt-container-range {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5em 0;
  font-size: 0.8em;
}

.owl-dt-container-info .owl-dt-container-range:last-child {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}

.owl-dt-container-info .owl-dt-container-info-active {
  color: #197a85;
}

.owl-dt-container-disabled,
.owl-dt-trigger-disabled {
  opacity: 0.35;
  filter: Alpha(Opacity=35);
  background-image: none;
  cursor: default !important;
}

.owl-dt-timer-hour12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #197a85;
}

.owl-dt-timer-hour12 .owl-dt-timer-hour12-box {
  border: 1px solid currentColor;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  -moz-transition: background 0.2s ease;
  transition: background 0.2s ease;
}

.owl-dt-timer-hour12 .owl-dt-timer-hour12-box .owl-dt-control-button-content {
  width: 100%;
  height: 100%;
  padding: 0.5em;
}

.owl-dt-timer-hour12 .owl-dt-timer-hour12-box:focus .owl-dt-control-button-content,
.owl-dt-timer-hour12 .owl-dt-timer-hour12-box:hover .owl-dt-control-button-content {
  background: #197a85;
  color: #fff;
}

.owl-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* Medications new Design */
.mat-ink-bar {
  background-color: #197a85 !important;
}

mat-card.in-mat-card.mat-card p,
mat-card.in-mat-card.mat-card p h4 {
  font-family: "Open Sans";
}

mat-card.in-mat-card.mat-card p {
  margin: 0 0 5px;
}

.medication-name-card-content {
  font-family: "Open sans", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: #1D1D1D;
  margin: 0 0 10px 0;
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

@media screen and (max-width: 1536px) {
  .medication-name-card-content {
    font-size: 16px;
    line-height: 25px;
  }
}

@media screen and (max-width: 414px) {
  .medication-name-card-content {
    font-size: 16px !important;
    line-height: 25px !important;
    margin-left: 37px !important;
  }
}

.heading {
  font-size: 2rem;
  font-family: system-ui;
}

.in-font-icon {
  font-size: 2rem;
  color: #666565;
}

.mat-invaryant {
  background-color: #C5FFFD;
  color: #1D1D1D !important;
  border-radius: 5px !important;
}

.mt-1 {
  margin-top: 10px;
}

.mt-2 {
  margin-top: 20px;
}

.mt-3 {
  margin-top: 30px;
}

.mt-4 {
  margin-top: 40px;
}

.mt-5 {
  margin-top: 17px;
}

.mb-1 {
  margin-bottom: 20px;
}

.medications-active-card {
  margin-left: 0;
  margin-right: 0;
}

.mb-2 {
  margin-bottom: 10px;
}

.mb-3 {
  margin-bottom: 30px;
}

.mb-4 {
  margin-bottom: 40px;
}

.medication-card .mat-card {
  padding: 0px;
  border-radius: 7px;
  cursor: pointer;
}

.medication-card .mat-card .mat-card-header {
  border-bottom: 1px solid #e7e0e0;
}

.medication-card .mat-card .mat-card-header .medication-filled-text {
  flex: 1;
  text-align: right;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.medication-card .mat-card .mat-card-header .mat-card-title {
  margin: 0;
  padding: 10px;
  display: flex;
}

.medication-card .mat-card .mat-card-content {
  padding: 20px 15px;
}

.in-mat-table {
  border: 1px solid #f8f8f8;
}

.in-mat-table .mat-header-row {
  background-color: #f8f8f8;
  height: 50px;
  min-height: 50px !important;
  border-bottom: 0;
}

.in-mat-table .mat-header-row .mat-header-cell {
  color: #1d1d1d !important;
}

/* dialog */
.mat-dialog-container {
  border-radius: 15px !important;
}

.mat-dialog-container .in-mat-replace-dialog .help-icon {
  font-size: 5rem;
  margin-bottom: 15px;
  color: #197a85;
}

.mat-dialog-container .in-mat-replace-dialog .help-text {
  font-size: 1.3rem;
}

.in-mat-replace-dialog .mat-input-infix {
  border: 1px solid #f2f2f2;
  background: #F8F8F8;
  border-radius: 5px;
}

.cdk-overlay-pane {
  z-index: 99999 !important;
}

.in-mat-replace-dialog .mat-form-field-underline {
  height: 0 !important;
}

/* close icon */
.close_icon {
  position: absolute;
  top: -40px;
  cursor: pointer;
}

@media screen and (max-width: 414px) {
  .close_icon {
    position: absolute;
    top: -3px;
    right: 8px;
    cursor: pointer;
  }
}

.margin40 {
  margin-bottom: 40px;
}

@media screen and (max-width: 414px) {
  .margin40 {
    margin-bottom: -54px;
  }
}

.materialTextField.mat-form-field .mat-form-field-underline {
  background-color: #D1D1D1 !important;
}

.materialSelect.mat-form-field .mat-form-field-wrapper .mat-form-field-underline {
  background-color: #D1D1D1 !important;
}

/* medication form */
.medicationNameField {
  text-align: center;
  font-size: 2.5rem;
}

.medicationNameField input {
  text-align: center;
}

.medicationNameField label {
  text-align: center;
  max-width: none;
}

.medicationNameField .mat-error {
  font-size: 12px;
}

.materialTextField.mat-form-field .mat-form-field-label {
  color: #c5c7c7 !important;
}

.in-mat-button-group .mat-button-toggle-label-content {
  width: auto !important;
}
.in-mat-button-group1 .mat-button-toggle-label-content {
  width: auto !important;
}

.in-mat-button-group .matButtonToggleGroup {
  display: flex;
  overflow: hidden;
  scroll-behavior: smooth;
}
.in-mat-button-group1 .matButtonToggleGroup {
  display: flex;
  overflow: hidden;
  scroll-behavior: smooth;
}

.labelDiv {
  padding-top: 5px;
  font-weight: bold;
  font-size: 1.3rem;
}

.medication-form>* {
  font-family: "Open Sans";
}

.in-mat-button-group .mat-button-toggle-label-content {
  color: #2e2e2e !important;
  margin: 0 4px;
  border: none;
  border-radius: 10px;
  padding: 0 20px !important;
  line-height: 28px !important;
  font-size: 12px;
}
.in-mat-button-group1 .mat-button-toggle-label-content {
  color: #2e2e2e !important;
  margin: 0 4px;
  border: none;
  border-radius: 10px;
  padding: 0 8px !important;
  line-height: 28px !important;
  font-size: 12px;
}

.foodButtons .mat-button-toggle-label-content {
  padding: 0 2px !important;
}

.foodButtons .foodText {
  padding: 0 5px;
}

.in-mat-button-group .mat-button-toggle-group {
  box-shadow: none !important;
}
.in-mat-button-group1 .mat-button-toggle-group {
  box-shadow: none !important;
}
.in-mat-button-group .mat-button-toggle {
  border: 1px solid #1d1d1d;
  margin: 0 4px;
  border-radius: 7px;
}
.in-mat-button-group1 .mat-button-toggle {
  border: 1px solid #1d1d1d;
  margin: 0 4px;
  border-radius: 7px;
}

.mat-button-toggle-checked {
  background-color: #c5fffd;
}

.mat-button-toggle-checked .mat-button-toggle-label-content {
  font-weight: bold;
}

.in-mat-button-group .mat-button-toggle .mat-button-toggle-label {
  margin: 0 !important;
  width: 100% !important;
}
.in-mat-button-group1 .mat-button-toggle .mat-button-toggle-label {
  margin: 0 !important;
  width: 100% !important;
}
.mat-dir-icon {
  line-height: 32px !important;
  height: 32px !important;
  width: 32px !important;
}

.mat-dir-icon .mat-icon {
  font-size: 3.1rem;
}

.in-mat-button-group .middle-carousal {
  padding-left: 0;
  padding-right: 0;
}
.in-mat-button-group1 .middle-carousal {
  padding-left: 0;
  padding-right: 0;
}
.padding-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.labelLegend {
  color: #000;
  font-size: 1.3rem;
}

.foodIconInCard {
  position: absolute;
  right: 17px;
  bottom: 0;
}

.classAddNewMedicalContact {
  /* Layout Properties */
  top: 280px;
  left: 832px;
  /* width: 256px; */
  height: 30px;
  /* UI Properties */
  /* font: var(--unnamed-font-style-normal) normal
  var(--unnamed-font-weight-normal) var(--unnamed-font-size-22) /
  var(--unnamed-line-spacing-30) var(--unnamed-font-family-open-sans); */
  /* letter-spacing: var(--unnamed-character-spacing-0); */
  color: var(--unnamed-color-1d1d1d);
  text-align: center;
  font: normal normal normal 22px/30px Open Sans;
  letter-spacing: 0px;
  color: #1d1d1d;
  opacity: 1;
}

.classWhatTypeOfMedical {
  /* Layout Properties */
  top: 342px;
  left: 767px;
  /* width: 386px; */
  height: 22px;
  /* UI Properties */
  /* font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-normal) var(--unnamed-font-size-16)/22px var(--unnamed-font-family-open-sans); */
  /* letter-spacing: var(--unnamed-character-spacing-0); */
  color: var(--unnamed-color-1d1d1d);
  text-align: center;
  font: normal normal normal 16px/22px Open Sans;
  letter-spacing: 0px;
  color: #1d1d1d;
  opacity: 1;
}

/* end */
/* Sorted Table */
.sortedTable th[data-order=desc]::after {
  border-style: solid;
  border-width: 0.15em 0.15em 0 0;
  content: "";
  display: inline-block;
  height: 0.7em;
  position: inherit;
  margin-left: 20px;
  vertical-align: top;
  width: 0.7em;
  transform: rotate(135deg);
  margin-top: 1px;
  left: 40px;
}

.sortedTable th[data-order=asc]::after {
  border-style: solid;
  border-width: 0.15em 0.15em 0 0;
  content: "";
  display: inline-block;
  height: 0.7em;
  position: inherit;
  margin-left: 20px;
  transform: rotate(-45deg);
  vertical-align: top;
  width: 0.7em;
  margin-top: 5px;
  left: 40px;
}

.sortedTable>thead {
  background-color: #ebebeb;
}

.sortedTable>thead>tr>th {
  border: none;
  font-family: "Open Sans", sans-serif;
  color: #1D1D1D;
}

.sortedTable>tbody>tr>td {
  border-top: 1px solid #ebebeb;
}

/* end */
/* food button*/
.buttonGroup button {
  border: 1px solid black;
  border-radius: 7px;
  font-size: 12px;
  /* border-radius: 10px; */
  padding: 0 12px !important;
  line-height: 28px !important;
}

.buttonGroup .highlighted {
  background-color: #c5fffd;
}

.content-wrapper {
  padding: 0 3rem;
}

@media screen and (max-width: 540px) {
  .content-wrapper {
    padding: 0;
  }
}

.mat-tab-header {
  border-bottom: none !important;
}

.mat-tab-label {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12) !important;
}

.flexbox {
  display: flex;
  width: 100%;
}

.flexbox .labelDiv {
  margin-right: 10px;
}

.flexbox .mat-input-wrapper {
  padding-bottom: 0 !important;
}

/* end */
.select-btn-wrappper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 18px;
}

.select-btn-wrappper .labelDiv {
  padding: 0 0 1.25em 0;
}

.select-btn-wrappper .labelDiv label {
  margin-bottom: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #1D1D1D;
  line-height: 18px;
}

@media screen and (max-width: 1536px) {
  .select-btn-wrappper .labelDiv label {
    font-size: 14px;
  }
}

.select-btn-wrappper .materialSelect .mat-form-field-label-wrapper .mat-form-field-label {
  left: 6px !important;
}

.select-btn-wrappper .materialSelect .mat-select-value {
  padding-left: 6px !important;
}

.custom-select-wrapper .materialSelect .mat-form-field-wrapper {
  padding-bottom: 0;
}

.custom-select-wrapper .materialSelect .mat-form-field-wrapper .mat-form-field-infix {
  width: 110px;
}

.custom-select-wrapper .materialSelect .mat-form-field-label-wrapper .mat-form-field-label {
  left: 6px !important;
}

.custom-select-wrapper .materialSelect .mat-select-value {
  padding-left: 6px !important;
}

.signup-sec .signup-box-wrap form .form-group .input-icon-wrap {
  position: absolute;
  top: 8px;
  left: -3px;
}

.signup-sec .signup-box-wrap form .form-group .password-input-icon-wrap {
  position: absolute;
}

.signup-sec .signup-box-wrap form .form-group .input-icon-wrap img {
  width: 20px;
  height: auto;
}

.profile-menu {
  display: flex;
  overflow: hidden;
  border-bottom: 1px solid #C5FFFD;
}

.profile-menu .menu-lists {
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: auto;
  width: 100%;
  padding: 30px 0;
  margin: 0;
  /* Track */
  /* Handle */
  /* Handle on hover */
}

.profile-menu .menu-lists::-webkit-scrollbar {
  width: 2px;
  visibility: hidden;
}

.profile-menu .menu-lists::-webkit-scrollbar-track {
  background: #f1f1f1;
  visibility: hidden;
}

.profile-menu .menu-lists::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 32px;
  visibility: hidden;
}

.profile-menu .menu-lists::-webkit-scrollbar-thumb:hover {
  background: #E4E4E4;
}

.profile-menu .menu-lists .menu-item {
  list-style-type: none;
  box-sizing: border-box;
  flex: 0 0 auto;
  margin-right: 15px;
  display: flex !important;
  width: 75px;
  height: 75px;
  padding: 25.5px 20.5px;
  border-radius: 50%;
  background-color: #C5FFFD;
  border: 1px solid #F8F8F8;
}

.profile-menu .menu-lists .menu-item.active {
  background-color: #F9CC75;
  border: 0;
  box-shadow: none;
}

.profile-menu .menu-lists .menu-item.active .menu-link {
  color: #3A3A3C;
}

.profile-menu .menu-lists .menu-item.gray {
  background-color: #D1D0CE;
}

.profile-menu .menu-lists .menu-item.red {
  background-color: #922910;
}

.profile-menu .menu-lists .menu-item.red .menu-link {
  color: #F8F8F8;
}

.profile-menu .menu-lists .menu-item .menu-link {
  width: 100%;
  height: 100%;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #3A3A3C;
  display: flex;
  align-items: center;
  justify-content: center;
}

.profile-menu .menu-lists .menu-item .menu-link:hover {
  text-decoration: none;
}

.profile-menu .menu-lists .right-arrow {
  width: 24px;
  height: 24px;
}

.profile-menu .menu-lists .right-arrow img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.profile-menu #outer {
  float: left;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  padding: 0 6px;
}

.profile-menu #inner {
  display: flex;
}

.profile-menu #left-button {
  float: left;
  width: 30px;
  height: 30px;
  text-align: center;
  margin-left: 10px;
  cursor: pointer;
}

.profile-menu #right-button {
  float: left;
  width: 30px;
  height: 30px;
  text-align: center;
  margin-right: 10px;
  cursor: pointer;
}

.profile-menu a {
  text-decoration: none;
  font-weight: bolder;
  color: red;
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.profile-menu #inner:first-child {
  margin-left: 0;
  height: auto;
  display: flex;
  align-items: center;
}

.profile-menu .hide {
  display: none;
}

.sidebar-list-wrapper {
  padding: 15px 0 30px 0;
  margin: 0;
  list-style: none;
  border-top: 1px solid #C5FFFD;
}

.sidebar-list-wrapper li {
  margin-bottom: 15px;
}

.sidebar-list-wrapper li a,
.sidebar-list-wrapper li button {
  font-family: "Open Sans", sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 22px !important;
  color: #1D1D1D !important;
  text-decoration: none;
}

.sidebar-list-wrapper li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.sidebar-list-wrapper:last-child {
  padding-bottom: 0;
}

.history-btn-wrapper {
  position: relative;
}

.history-btn-wrapper .mat-icon-button .mat-button-wrapper {
  margin: 0;
}

.history-btn-wrapper .history-btn {
  position: absolute;
  width: 200px;
  height: 70px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 15px rgba(29, 29, 29, 0.1490196078);
  border: 1px solid #D1D1D1;
  border-radius: 10px;
  opacity: 1;
  padding: 0;
  left: 25px;
  top: 10px;
  cursor: pointer;
}

.history-btn-wrapper .historybtn {
  position: absolute;
  width: 200px;
  height: 70px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 15px rgba(29, 29, 29, 0.1490196078);
  border: 1px solid #D1D1D1;
  border-radius: 10px;
  opacity: 1;
  padding: 0;
  left: 25px;
  top: 10px;
  cursor: pointer;
}

@media only screen and (max-width: 765px) {
  .history-btn-wrapper .history-btn {
    left: -100px !important;
  }
}

@media only screen and (max-width: 414px) {
  .history-btn-wrapper .history-btn {
    left: -152px !important;
  }
}

@media only screen and (max-width: 414px) {
  .history-btn-wrapper .historybtn {
    left: -92px !important;
  }
}

.history-btn-wrapper .history-btn .history-btn-text-wrap {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.history-btn-wrapper .historybtn .history-btn-text-wrap {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.history-btn-wrapper .history-btn .history-btn-text-wrap .in-font-icon {
  margin-right: 16px;
  margin-left: 16px;
}

.history-btn-wrapper .historybtn .history-btn-text-wrap .in-font-icon {
  margin-right: 16px;
  margin-left: 16px;
}

.history-btn-wrapper .history-btn .history-btn-text-wrap label {
  cursor: pointer;
}

.history-btn-wrapper .historybtn .history-btn-text-wrap label {
  cursor: pointer;
}

.history-modal-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.history-modal-wrapper .in-font-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 16px;
}

.history-modal-wrapper .modal-heading {
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 50px;
  margin-bottom: 15px;
  color: #1D1D1D;
  text-align: center;
}

.history-modal-wrapper .modal-body {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  color: #1D1D1D;
  margin-bottom: 0px;
  text-align: center;
}

.history-modal-wrapper .modal-btn-wrap {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.heading {
  font-family: "Montserrat", sans-serif !important;
  font-size: 40px;
  font-weight: 400;
  line-height: 50px;
  color: #1D1D1D;
}

@media screen and (max-width: 1600px) {
  .heading {
    font-size: 32px;
    line-height: 40px;
  }
}

@media screen and (max-width: 540px) {
  .heading {
    font-size: 24px;
    line-height: 35px;
  }
}

.heading-wrapper button {
  width: 45px;
  height: 45px;
}

.heading-wrapper p {
  margin-bottom: 0 !important;
}

@media screen and (max-width: 768px) {
  .heading-wrapper {
    margin: 0;
  }

  .heading-wrapper>div {
    flex: 1;
  }
}

.mat-raised-button.green-btn {
  padding: 12px 30px;
  box-shadow: 3px 3px 15px rgba(29, 29, 29, 0.1019607843) !important;
  border: 0 !important;
}

.mat-raised-button.green-btn .mat-button-wrapper {
  margin-right: 0;
}

.tab-wrapper .mat-tab-header {
  padding: 0 15px;
}

.tab-wrapper .mat-tab-header .mat-tab-label-container .mat-tab-label {
  border-bottom: 3px solid #D1D1D1 !important;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  color: #1D1D1D;
}

@media screen and (max-width: 540px) {
  .tab-wrapper .mat-tab-header .mat-tab-label-container .mat-tab-label {
    width: 50%;
    padding: 0 15px;
  }
}

.tab-wrapper .mat-tab-header .mat-tab-label-container .mat-tab-label .mat-tab-label-content {
  font-family: "Open Sans", sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
  color: #1D1D1D;
}

@media screen and (max-width: 1600px) {
  .tab-wrapper .mat-tab-header .mat-tab-label-container .mat-tab-label .mat-tab-label-content {
    font-size: 18px;
    line-height: 28px;
  }
}

@media screen and (max-width: 540px) {
  .tab-wrapper .mat-tab-header .mat-tab-label-container .mat-tab-label .mat-tab-label-content {
    font-size: 16px;
    line-height: 26px;
  }
}

.tab-wrapper .mat-tab-header .mat-tab-label-container .mat-tab-label.mat-tab-label-active {
  border-bottom: 3px solid #197A85 !important;
}

.tab-wrapper .mat-tab-header .mat-tab-label-container .mat-tab-label.mat-tab-label-active .mat-tab-label-content {
  font-weight: 600;
}

@media screen and (max-width: 540px) {
  .tab-wrapper .mat-tab-header .mat-tab-header-pagination {
    display: none;
  }
}

.tab-wrapper .internal-card-wrapper {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px rgba(29, 29, 29, 0.1019607843) !important;
  border: 1px solid #D1D1D1;
  border-radius: 10px;
  height: 230px;
}

@media screen and (max-width: 768px) {
  .tab-wrapper .internal-card-wrapper {
    height: auto;
  }
}

/* Medical care team */
.medical-care-team .mat-card-header-text {
  flex: 1;
}

.medical-care-team .pin-icon {
  float: right;
  transform: rotate(45deg);
  color: rgba(29, 29, 28, 0.6705882353);
}

.medical-care-team .business-icon {
  font-size: 4em;
  color: #197a85;
}

.medical-care-team .mat-card .mat-card-header {
  background-color: rgba(226, 226, 226, 0.3607843137);
  border-radius: 9px 9px 0px 0px;
}

.medical-care-team .mat-card .mat-card-title p {
  margin-bottom: 0;
}

.medical-care-team .mat-card .mat-card-header .mat-card-title {
  padding: 10px 6px;
}

.medical-care-team .mat-card .mat-card-header .mat-card-title p {
  font-weight: bold;
}

.medical-care-team .text-email {
  font-style: italic !important;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 15px;
  font-weight: 500;
  margin: 0 0 2px;
}

.medical-care-team .line-container {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

.medical-care-team .line {
  flex: 1;
}

.medications-active-card-row .medical-care-team-item {
  width: 50%;
  display: inline-block;
  padding-right: 15px;
  padding-left: 15px;
  margin: 15px 0;
}

.medical-care-team .text {
  padding-left: 10px;
  padding-right: 10px;
  font-weight: bold;
  font-size: 13px;
}

.line-container .mat-divider {
  position: static !important;
}

.icon-box {
  border: 1px solid #d2caca;
  border-radius: 4px;
  padding: 21px 10px;
  cursor: pointer;
}

.icon-box:hover {
  background-color: #e0e0e0;
}

.icon-box p {
  font-weight: bold;
}

.icon-box .business-icon {
  font-size: 45px;
}

.medical-care-team-form fieldset {
  padding: 0.35em 0.625em 0.75em;
  border: 1px solid silver;
  border-radius: 6px;
  position: relative;
}

.medical-care-team-form legend {
  width: auto;
  font-size: 14px;
  margin-bottom: 0;
  border-bottom: none;
  padding: 0 5px;
}

.medical-care-team-form .pin-icon-location {
  font-size: 19px;
  transform: rotate(49deg);
  margin: 0;
  position: absolute;
  left: -15px;
  top: 0;
  background: #fff;
}

.medical-care-team-form .location-btn {
  position: absolute;
  top: -25px;
  right: 10px;
  background: white;
}

.field-wrapper {
  padding: 0 10px;
}

/* end medical care */
/* change password modal */
.modal-backdrop {
  position: static !important;
}

.changePasswordModal {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .changePasswordModal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
}

.changePasswordModal .modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

/* end change password modal */
.userBubbleOnCard {
  width: 75px;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #1D1D1D;
  border-radius: 50%;
}

@media screen and (max-width: 540px) {
  .userBubbleOnCard {
    width: 60px;
    height: 60px;
  }
}

.userAQiconStyle {
  font-family: "Open sans", sans-serif;
  font-weight: 600;
  display: inline-block;
  font-size: 22px;
  color: #1D1D1D;
}

@media screen and (max-width: 540px) {
  .userAQiconStyle {
    font-size: 18px;
  }
}

.heading-Emergency-Contacts {
  font-family: "Montserrat", sans-serif !important;
  font-size: 37px;
  font-weight: 400;
  line-height: 50px;
  color: #1D1D1D;
}

@media screen and (max-width: 540px) {
  .heading-Emergency-Contacts {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 0 !important;
    margin-top: 5px !important;
  }
}

.pinned-icon {
  position: absolute;
  top: 13px;
  right: 18px;
}

.benefits-tab-wrapper .internal-card-wrapper {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px rgba(29, 29, 29, 0.1019607843) !important;
  border: 1px solid #D1D1D1;
  border-radius: 10px;
  height: 180px;
}

/*# sourceMappingURL=style.css.map */
/* Lab result New design */
.lab-accordion mat-expansion-panel-header .mat-expansion-indicator::after {
  content: "+";
  border: 0;
  transform: none;
  padding: 0;
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
}

.lab-accordion .mat-expansion-panel-header {
  flex-direction: row-reverse !important;
  padding: 0 6px;
  height: 40px !important;
  background-color: #f8f8f8;
  margin-bottom: 10px;
  box-shadow: 0px 0px 6px 0px #cecece;
  border-radius: 7px;
}

.lab-accordion .mat-expansion-panel-header .mat-expansion-panel-header-title {
  font-weight: 600;
  font-size: 20px;
  font-family: "Open Sans", sans-serif;
  margin: 0;
}

@media screen and (max-width: 1600px) {
  .lab-accordion .mat-expansion-panel-header .mat-expansion-panel-header-title {
    font-size: 16px;
  }
}

.lab-accordion .mat-expansion-panel-header.mat-expanded .mat-expansion-indicator::after {
  content: "";
  width: 14px;
  height: 2px;
  background-color: #1D1D1D;
  padding: 0;
  margin: 0;
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
}

.lab-accordion .mat-expansion-indicator {
  margin-right: 5px;
  font-size: 3rem;
  transform: none !important;
}

.lab-accordion .mat-expansion-panel:not([class*=mat-elevation-z]) {
  box-shadow: none;
}

.lab-accordion .mat-expansion-panel-body {
  padding: 0 !important;
}

.lab-accordion .lab-content {
  display: flex;
  border: 1px solid #d2d2d2;
  border-radius: 9px;
  box-shadow: 0px 0px 0px 1px #f5f5f5;
  padding: 16px 20px;
  margin: 10px 0;
}

.lab-content .lab-title {
  flex: 1;
}

.lab-content .lab-title .test-name {
  font-style: italic !important;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-weight: 500;
  margin: 0 0 2px;
}

@media screen and (max-width: 1600px) {
  .lab-content .lab-title .test-name {
    font-size: 16px;
  }
}

.lab-content .count {
  flex: 1;
  display: grid;
  justify-items: center;
  align-items: center;
}

.lab-content .labchart {
  flex: 2;
}

.lab-content .count b {
  font-size: 16px;
  color: #1D1D1D;
  margin-right: 5px;
}

.lab-form-wrapper {
  padding: 0 40px;
}

.ltgraph {
  height: 200px;
  width: 100%;
}

@media screen and (max-width: 414px) {
  .lab-form-wrapper {
    padding: initial;
  }

  .ltgraph {
    height: 200px;
  }
}

.lab-form-wrapper>.row {
  margin-top: 30px;
}

/* end labs */
/*# sourceMappingURL=style.css.map */
.webchat__send-box-text-box__input {
  text-align: left;
}


.webchat__initialsAvatar:not(.webchat__initialsAvatar--fromUser) {
  background-color: transparent !important;
}

.incorrectEmailPassword {
  text-align: center;
  font-size: 16px;
  color: #992910;
}

.top-17 {
  top: -17px;
}

.dose-style {
  font-size: 16px;
  font-weight: 600;
}

@media screen and (max-width: 414px) {
  .dose-style {
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 16px;
  }

  .textDosage {
    margin-top: -10px;
    margin-bottom: 40px;
  }

  .MB-20 {
    margin-bottom: 20px;
  }

  .textDosage1 {
    margin-top: -8px;
    margin-bottom: 19px;
  }
}

.textDosage {
  margin-top: 12px;
  margin-bottom: 24px;
}

.textDosage1 {
  margin-top: 12px;
  margin-bottom: 24px;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

.ml-30 {
  margin-left: -30px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-236 {
  margin-left: 236px;
}

@media screen and (max-width: 400px) {
  .ml-236 {
    margin-left: 190px;
  }
}

.mt-15 {
  margin-top: 150px !important;
}

@media screen and (max-width: 765px) {
  .mt-15 {
    margin-top: 20px !important;
  }

  .colrev {
    display: flex;
    flex-direction: column-reverse;
  }
}

.basketimage {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  height: 350px;
  width: 350px;
}

@media screen and (max-width: 455px) {
  .basketimage {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    height: 200px;
    width: 200px;
  }
}

.basketsearch {
  width: 50% !important;
  margin-left: auto;
  margin-right: auto;
}

.dose-background {
  background-color: #f8f8f8;
  border-radius: 10px;
  padding: 10px;
  margin: 45px;
}

.dose-background-1 {
  background-color: #f8f8f8;
  border-radius: 10px;
  padding: 10px;
}

@media screen and (max-width: 414px) {
  .dose-background-1 {
    background-color: #f8f8f8;
    border-radius: 10px;
    padding: 10px;
    margin: -12px 0px;
  }
}

.add-button {
  background-color: white;
  border-radius: 20px;
}

.add-button1 {
  background-color: white;
  border-radius: 20px;
}

@media screen and (max-width: 414px) {
  .add-button1 {
    background-color: white;
    border-radius: 20px;
    bottom: 53px;
    right: 41px;
  }
}

.dose-remove-btn {
  border: none;
  background-color: #f8f8f8;
}

.close-button {
  border: none;
  background-color: #fff;
  height: 25px;
  width: 25px;
}

.set-img {
  height: 25px;
  width: 25px;
}

.input-search-bar {
  border-radius: 18px;
  width: 100%;
  height: 40px;
  color: #d1d1d1;
  text-align: left;
}

.p-35 {
  padding: 35px;
}

.p-25 {
  padding: 25px;
}

.p-0-45 {
  padding: 0 45px;
}

.font-s-35 {
  font-size: 35px;
}

.font-s-30 {
  font-size: 30px;
}

.search-card-title {
  font-size: 17px;
  font-weight: 500;
}

.p-t-20-b-30 {
  padding-top: 20px;
  padding-bottom: 30px;
}

.p-t-30 {
  padding-top: 30px;
}

.p-t-5 {
  padding-top: 5px;
}

.p-t-30-b-50 {
  padding-top: 30px;
  padding-bottom: 50px;
}

.Dosage_details_wrapper {
  border: 1px solid #D1D1D1;
  border-radius: 10px;
  padding: 20px 10px;
  position: relative;
  margin: 56px 0 0 0 !important;
}

.Dosage_details_wrapper .form__heading {
  position: absolute;
  font-family: "Open sans", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #197A85;
  top: -11px;
  left: 18px;
  background: #FFF;
  padding: 0 6px;
}

@media screen and (max-width: 374px) {
  .Dosage_details_wrapper .form__heading {
    position: absolute;
    font-family: "Open sans", sans-serif;
    font-weight: 600;
    font-size: 13px;
    line-height: 20px;
    color: #197A85;
    top: -11px;
    left: 18px;
    background: #FFF;
    padding: 0 0px;
  }
}

.Dosage_details_wrapper .form__heading1 {
  position: absolute;
  font-family: "Open sans", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #197A85;
  top: -15px;
  right: 18px;
  background: #FFF;
  padding: 0 6px;
  border-radius: 13px;
  border: 1px solid #D1D1D1;
}

@media screen and (max-width: 374px) {
  .Dosage_details_wrapper .form__heading1 {
    position: absolute;
    font-family: "Open sans", sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #197A85;
    top: -15px;
    right: 18px;
    background: #FFF;
    padding: 0 0px;
    border-radius: 13px;
    border: 1px solid #D1D1D1;
  }
}

.location-spin {
  position: absolute;
  z-index: 1;
  left: 40%;
  top: 50%;
}

.notification-spin {
  position: absolute;
  z-index: 1;
  left: 45%;
  top: -220%;
}

.location-refresh-loader {
  height: 100px;
  width: 100px;
}

.uid-spin {
  position: absolute;
  z-index: 1;
  left: 140px;
  top: 290px;
}

.no-tile-exist {
  width: 70%;
}

.add-another-dose {
  left: 12px;
  position: absolute;
  font-size: 29px;
  bottom: -2px;
}

.add-another-time {
  left: -3px;
  position: absolute;
  font-size: 28px;
  top: -2px;
}

.ml-20 {
  margin-left: 20px;
}

.field-error {
  color: red;
  text-align: left;
  font-size: 12px;
  position: absolute;
  left: 20px;
  top: 50px;
}

.close-button1 {
  margin-left: 94%;
  border: none;
  background-color: #fff;
  height: 25px;
  width: 25px;
}

.terms-description {
  border: 1px solid;
  text-align: left !important;
  height: 200px;
  overflow-y: auto;
}

.terms-input {
  display: flex;
  justify-content: start;
  font-size: 12px;
  width: 100%;
}

.terms-input .terms-checkbox {
  margin: 0 10px !important;
  width: 18px;
}

.terms-input .terms-label {
  font-weight: 100;
  font-size: 14px;
}

.terms-green-btn {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.mat-select-panel {
  overflow: hidden !important;
}

.footer {
  border-top: 2px solid gray;
  height: 44px;
  padding-top: 10px;
  text-align: right;
}

.custom-panel {
  max-height: 200px;
  overflow: auto;
}

.mat-select-panel {
  max-height: max-content !important;
}

.patient-body-content {
  border: 1px solid;
  background-color: rgba(209, 209, 209, 0.2117647059);
}

.m-20-0 {
  margin: 20px 0;
}

.patient-notification-spin {
  position: absolute;
  z-index: 1;
  left: 377px;
  top: 243px;
}

.headings-title-patient {
  font-weight: 700;
  font-size: 16px;
}

.form__field .mat-form-field-wrapper .mat-form-field-infix .mat-form-field-label-wrapper .mat-form-field-label {
  font-size: 14px;
  margin-left: -30px;
  margin-top: 7px;
  font-family: "Open sans", sans-serif;
}

.AQiconStyleDeleteContact {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  float: left;
  justify-content: center;
  border: 2px solid black;
  border-radius: 50%;
  margin: 10px;
  padding: 10px;
}

.AQiconStyleDeleteContact .AQiconOutlineDeleteContact {
  font-family: "Open sans", sans-serif;
  font-weight: bold;
  display: inline-block;
  font-size: 25px;
}

.AQiconName {
  margin: 10px;
  padding: 10px;
  display: flex;
  align-items: center;
  float: left;
  justify-content: center;
}

.placeholder-benefit {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #D1D1D1;
  margin-left: 10px;
  font-size: 14px;
}

mat-dialog-container::-webkit-scrollbar {
  width: 0 !important;
}

.disableduid {
  color: black;
}

.remove-Style-Terms {
  box-shadow: none !important;
  padding: 10px !important;
  background: none !important;
  height: 100% !important;
}

.medication-dialog-container .mat-dialog-container {
  overflow: hidden;
  padding: 0;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none;
  padding-top: 25px !important;
}
.notification-dialog-container .mat-dialog-container {
  padding: 0px !important;
}

@media screen and (max-width: 414px) {
  .medication-dialog-container .mat-dialog-container {
    padding-top: 25px !important;
  }

}

.medication-dialog-container .mat-dialog-container .material-form.medication-modal-form {
  max-height: 700px;
  overflow: auto;
}

.medication-dialog-container .mat-dialog-container .material-form.medication-modal-form.form-hidden {
  overflow: hidden !important;
}

.medication-dialog-container .mat-dialog-container .material-form.medication-modal-form::-webkit-scrollbar {
  display: none;
}

.medication-dialog-container .mat-dialog-container .material-form.medication-modal-form::-webkit-scrollbar-track {
  display: none;
}

.classAddnewcondition .mat-dialog-container {
  max-height: 630px;
}

.content-center-align-baseline {
  display: flex;
  justify-content: center;
  align-items: baseline;
}

.p-r-20 {
  padding-right: 20px;
}

/* Inara styling */
#webchat input[type='checkbox'] {
  accent-color: #197a85 !important;
}

#webchat .ac-textBlock {
  white-space: pre-line !important;
}

.webchat__initialsAvatar--fromUser {
  background-color: #197a85 !important;
}

.webchat__suggested-action {
  border-color: #197a85 !important;
  color: #197a85 !important;
}

.ac-pushButton {
  color: #197a85 !important;
}

.ac-pushButton[aria-pressed="true"] {
  background-color: #197a85 !important;
  border-color: #197a85 !important;
  color: white !important;
}

.webchat__imageAvatar__image>img {
  height: 50px !important;
  width: 50px !important;
}

.mat-datepicker-toggle-active .mat-datepicker-toggle-default-icon {
  color: #197a85 !important;
}

/* end */


@media screen and (max-width: 768px) {
  .MB-30 {
    margin-bottom: 30px;
  }

  .signupcountrycode {
    border-bottom: 1px solid #3A3A3C;
  }

  .MB-40 {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 576px) {
  .modal-box.view-notification .modal-content {
    max-width: 100%;
    margin: 15px;
    /* max-height: 100vh; */
  }
}

@media screen and (max-width: 414px) {
  .modal-box.view-notification .modal-content {
    max-width: 100%;
    margin: 15px;
    height: 1864px;
    /* max-height: 100vh; */
  }
}

.d-flex-space-between {
  display: flex;
  justify-content: space-between;
}

.mat-select-panel:not([class*=mat-elevation-z]) {
  min-width: calc(100% - 32px) !important;
}

.maargin {
  margin-right: -15px !important;
  margin-left: 60px !important;
}

@media screen and (max-width:375px) {
  .maargin {
    margin-right: -15px !important;
    margin-left: 35px !important;
  }
}

@media screen and (max-width:414px) {
  .w__137 {
    width: 137px !important;
  }

  .w__80 {
    width: 80px !important;
  }

  .mat-chip-list-wrapper .mat-chip.mat-primary {
    font-size: 12px !important;
  }

  ._Often {
    margin-left: 1px !important;
  }

  mat-card.in-mat-card.mat-card p {
    margin: 0 36px 5px !important;
  }
}

.AQuserImg {
  width: 26px;
  border-radius: 17px;
}

.billing-address-heading {
  font-family: "Montserrat", sans-serif !important;
  font-weight: 400;
  font-size: 30px;
  line-height: 50px;
  color: #1D1D1D;
}

.medication-dialog-container-overflow .mat-dialog-container {
  padding: 0;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none;
  padding-top: 25px !important;
}

.loading-screen-loader {
  height: 85px;
  width: 85px;
}

._Howoften {
  margin-top: -12px;
  margin-bottom: 12px;
}

._Often {
  margin-left: 11px;
}

.uin-background {
  background: rgba(255, 255, 255, 0.5);
}

.uin-background .close-button-uin {
  display: flex;
  justify-content: flex-end;
}

.uin-background .uin-body .uin-heading {
  text-align: center;
}

.uin-background .uin-body p {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  color: #1D1D1D;
  margin-bottom: 0px;
  text-align: center;
  padding: 3%;
}

.uin-background .uin-body .uin-info-list {
  display: flex;
  flex-direction: column;
  padding-left: 4%;
}

.uin-background .uin-body .uin-info-list div {
  margin-bottom: 3%;
}

.uin-background .uin-body .uin-info-list div span {
  color: gray;
}

.ProfileAQuserImg {
  width: 110%;
  height: 100%;
  object-fit: initial;
  border-radius: 50%;
  transition: all 0.3s;
  z-index: 20;
}

.pinColor {
  color: #197A85 !important;
}

.lastUpdate {
  color: darkgrey;
  position: absolute;
  right: 28px;
  bottom: 0;
  margin-bottom: 26px;
  font-weight: 500;
  font-size: 12px
}

.signup-label-content {
  justify-content: center;
  display: flex;
  font: normal normal normal 20px/24px Montserrat;
  letter-spacing: 0px;
  color: #3A3A3C;
  opacity: 1;
}

.signup-code-content {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #3A3A3C;
}

.signup-resend-code-content {
  cursor: pointer;
  display: flex;
  justify-content: end;
  margin-top: 10px;
}

.Password-alert-danger {
  color: #A80000;
  padding-top: 4px;
}

.fixingSegment {
  position: relative;
  right: 39px !important;
}

@media screen and (max-width: 414px) {
  .fixingSegment {
    position: relative;
    right: -18px !important;
  }

  .phoneInput {
    position: relative;
    left: -13px !important;
  }
}

.fixSpacing {
  position: relative;
  left: 14px;
}

/* Inara changes */

.botModal .modal-content{
  text-align: left;
    padding: 0px;
    width: 24%;
    float: right;
    margin-right: 5%;
    margin-top: 10px;
}

.botModal .webchatHeader{
    height: 40px;
    background-image: linear-gradient(#1a7a85, #5ac4d0, #ededed);
}
.webchat__basic-transcript {
  max-height: 550px;
  min-height: 550px;
}

@media screen and (max-width: 415px) {
  .botModal{
    padding: 0;
    padding-left: 0 !important;
  }
  .botModal > div{
    margin:0 !important;
  }
  .botModal .modal-content{
    width: 100%;
    height: 100%;
    margin:0px;
    padding: 0;
  }
  .webchat__basic-transcript{
    min-height:calc(100vh - 80px);
    max-height:calc(100vh - 80px);
  }
}

/* end inara */