#myhealthid-header {
  border: 2px grey solid;
  padding: 3px;
  border-radius: 9px;
  margin-left: 0.5em; }

.AccountNameInt {
  background: #69c1ff;
  width: 2rem;
  height: 2rem;
  border-radius: 1rem;
  font-size: 1rem;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  line-height: 2rem;
  margin-right: 0.25rem; }

.UserNameTextContain span.headerProfileIfo {
  background: #fff;
  padding: 2px 5px;
  border: 1px solid #dadada;
  border-radius: 5px;
  margin-left: 10px; }

span.menuicoAlign {
  width: 32px;
  text-align: center;
  margin-right: 0.6rem; }

.firstLiClass .ant1 {
  background: #69c1ff; }

.secondLiClass .ant1 {
  background: #ff6969; }

.thirdLiClass .ant1 {
  background: #318fb5; }

.fourthLiClass .ant1 {
  background: #c037af; }

.fifthLiClass .ant1 {
  background: #a6663c; }

#profileMenu li.mb-0 {
  border-bottom: 1px solid #e7e7e7; }

#minorActAlert img {
  width: 1.25rem;
  margin-right: 5px; }

/*@media  (max-width: 400px) and (min-width: 200px) {
  .shareData{
  width: 30px !important;
    max-width: 80px;
    bottom: auto;
    margin: 10px auto 0px;
    RIGHT: 45PX;
    top: -4px;
    height: 50px !important; 
    position: absolute !important;
  }
  .shareProfileDashboard{
    position: absolute;
    right: 20px; 
    height: 22px;
    bottom: 31px;
  }
  
  
   
  .profileMenuInvoker{
  width: 20px !important;
  max-width: 20px;
  bottom:auto;
  margin:55px auto 0px;
  right:50%;
  }
  }*/
#profileMenu {
  min-width: 150px; }

#portlet_com_icare_patient_portal_header_portlet_PatientHeaderPortlet .portlet-content {
  padding: 0;
  border: 0; }

.HeadSearchCon {
  float: right;
  width: 290px;
  position: relative; }

.headeSearch {
  background: #eff1f9;
  border: none;
  padding: 10px 10px 10px 37px;
  border-radius: 20px;
  height: 37px;
  position: absolute;
  right: 0;
  top: 7px;
  width: 100%;
  top: -5px;
  font-size: 14px;
  font-style: italic; }

input.headeSearch:hover, input.headeSearch:focus, input.headeSearch:visited {
  outline: 0; }

.HeadSearchCon .fa-search {
  position: absolute;
  left: 13px;
  top: 6px;
  font-size: 14px;
  color: #c1c1c1; }

.helpOptions {
  position: absolute;
  z-index: 999;
  background: #fff;
  width: 270px;
  right: 2em;
  top: 4.5em;
  box-shadow: 0px 0px 2px #adadad;
  border-radius: 7px; }

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

.helpHeader {
  justify-content: space-between; }

.list-group-item.disabled {
  pointer-events: auto !important; }

.feedbackContainer {
  flex-direction: column;
  display: flex; }

.feedbackContainer {
  padding: 0.5em 1em; }

.commentText {
  display: block;
  width: -webkit-fill-available; }

.bottom-rule {
  width: 100%; }

.rate {
  height: 46px;
  padding: 0 3em; }

.rate:not(:checked) > input {
  position: absolute;
  top: -9999px; }

.rate:not(:checked) > label {
  float: right;
  width: 1em;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  font-size: 30px;
  color: #ccc; }

.rate:not(:checked) > label:before {
  content: '\2605 \0020'; }

.rate > input:checked ~ label {
  color: #476eaf; }

.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
  color: #476eaf; }

.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
  color: #476eaf; }

.rate label {
  margin-bottom: 0px !important; }

.thanksContainer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5em; }

.rad-btn {
  color: #000000 !important;
  border-radius: 50px !important;
  border: 1.2px solid #476eaf !important;
  background-color: #eff1f9 !important; }

.rad-btn.active {
  color: #fff !important;
  border-radius: 50px !important;
  border: 1.2px solid #476eaf !important;
  background-color: #476eaf !important; }

.submitFeedback, .thanksOk {
  background-color: #3c5f99; }

.submitFeedback:hover, .thanksOk:hover {
  color: #fff; }

@media (max-width: 480px) {
  .rate {
    width: 248px !important; } }

.primary-acc {
  background-color: #314A83;
  padding: 2.5px;
  color: #fff;
  border-radius: 15px;
  text-align: center; }

.primary-acc-wrapper {
  display: flex;
  flex-direction: column; }

.profile-photo {
  width: 40.4px;
  /* 76% of 40px */
  height: 40.4px;
  /* 76% of 40px */
  border-radius: 50%;
  overflow: hidden;
  position: relative; }

.profile-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.profile-photo.default {
  background-color: #69c1ff;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 18px; }

.profile-photo .initials {
  font-size: 18px;
  line-height: 40px; }