.profile-card {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 2rem;
  padding: 1rem 1rem;
  max-width: 670px;
  background: white;
}

.profile-avatar {
  min-width: 126px;
  min-height: 100px;
  width: 126px;
  height: 100px;
  overflow: hidden;
  background: #eee;
  display: flex;
  align-items: normal;
  justify-content: center;
}

.profile-avatar img,
.profile-avatar picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.profile-icon {
  width: 52px;
  height: 52px;
  display: block;
}

.profile-info {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.profile-name {
  font-size: 1.1rem;
  margin-bottom: 0.2rem;
  display: flex;
  gap: 0.5ch;
  white-space: normal;
  color: #44608D;
}

.profile-credentials {
  font-size: 0.97rem;
  color: #44608D;
}

@media (max-width: 500px) {
  .profile-card {
    flex-direction: column;
    align-items: center;
    max-width: 100%;
  }
  .profile-info {
    align-items: center;
    text-align: center;
  }
}



.view--cna-nurses-profiles {
  margin-top: 32px;
  display: block;
}



/************************************************************************/

.map-label {
  color: #fff;
  font-weight: bold;
  text-shadow: 0 0 5px #000, 0 0 8px #555;
  padding: 3px 8px;
  border-radius: 10px;
  font-size: 14px;
}

@media (max-width: 1500px) {
  .page-wrapper {
    flex-direction: column !important;
    gap: 0.5rem !important;
  }
  .bc-map, .chart-block, .view-block {
    width: 100% !important;
    max-width: 100% !important;
    position: static !important;
    margin: 0 0 1rem 0 !important;
  }
  .view-block {
    order: 2 !important;
  }
  .chart-block {
    order: 1 !important;
    margin: 0 auto !important;
    max-width: 100% !important;
  }
}


.page-wrapper {
  display: flex;
  flex-direction: row;
  gap: 2rem;
  min-height: 850px;
  align-items: flex-start;
}

.view-block {
  flex: 1 1 0%;
  max-width: 100%;
  order: 1;
}

.chart-block {
  order: 2;
  flex: 0 0 500px;
  max-width: 450px;
  margin-top: -169px;
  margin-left: -78px;
}

.dashboard-title {
  font-size: 1rem;
  font-weight: bold;
  color: #44608d;
  margin-bottom: 1rem;
  text-align: center;
}
/*
.main-map-wrapper {
  display: flex;
  flex-direction: row;
  gap: 2.5rem;
  align-items: flex-start;
}

 */

.bc-map {
  max-width: 600px;
  width: 100%;
}

.dashboard-title {
  font-size: 1rem;
  font-weight: bold;
  color: #44608d;
  margin-bottom: -4rem;
  margin-top: 5rem;
  text-align: center;
}

/*
.chart-block {
  width: 400px;
  height: 300px;
  position: relative;
  margin: 0 auto;
}
*/



/*
@media (max-width: 900px) {
  .page-wrapper {
    flex-direction: column;
    gap: 1rem;
    min-height: auto;
  }
  .chart-block {
    max-width: 100vw;
    width: 100vw;
  }
}
*/
/********************************************************/
/*   Section Column (expend section)  */


.nahrktExpandSection {
   padding: 0 !important;
   margin: 0 !important;
   border-top: none !important;
}

.nahrktExpandSection:before {
   content: none !important;
}

.nahrktExpandButton {
   top: -25px !important;    
}
/*****************************************************************/



img.responsive-banner {
  width: 134%;
  height: 100%;
}

@media (max-width: 1024px) {
  img.responsive-banner {
    max-width: 89%;
    height: 100%;
    margin: 0px 0px 0px 71px;  
  }
}


