.care-hotels-list .patients-tabs {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.care-hotels-list .patients-tabs .patient-tab {
  padding: 4px 30px 4px 65px;
  justify-content: left;
  border-radius: 2px;
}

.care-hotel-item {
  background-color: transparent;
}

.care-hotel-item button {
  padding: 0;
  color: #242424;
}
.care-hotel-item button span {
  font-weight: normal;
  padding: 0px;
}
.care-hotel-item button svg {
  height: 14px;
  width: 14px;
  padding-left: 5px;
  line-height: 14px;
  color: #080808;
}

.care-hotels-head {
  display: flex;
  align-items: center;
  gap: 14px;
}

.care-hotel-avatar {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  border-radius: 4px;
  background: #004181;
}

.care-hotel-header {
  border-radius: 8px 8px 0 0;
  transition: background 0.2s;
}

.care-hotel-name,
.care-hotel-item button span {
  line-height: 20px;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}

.care-hotel-avatar span.care-hotel-av-name {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.care-hotel-name.unread,
.care-hotel-item.unread button span {
  font-weight: 700;
}

.care-hotels-list .patients-tabs button[aria-selected=false] {
  border: none;
  background-color: transparent;
  color: #242424;
}

.care-hotels-list .patients-tabs button[aria-selected=true] {
  border: none;
  color: #242424;
  background: #ffffff;
}

.care-hotel-title {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
}

.care-hotel-title.unread .care-hotel-name {
  font-weight: bold;
}

.care-hotels-list .fui-AccordionPanel {
  margin: 0;
}

.no-patients {
  font-size: 14px;
  font-weight: 400;
  margin-left: 58px;
  line-height: 20px;
}

.care-hotel-item button.unread span {
  font-weight: bold;
}

.care-hotel-item div.tab-more-btn {
  background: none;
  border: none;
  padding: 0;
  margin-right: 8px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  min-width: 12px;
}

.care-hotel-item div.tab-more-btn svg {
  color: #242424;
  height: 20px;
  width: 20px;
}

.tab-menu-popover {
  position: absolute !important;
  right: 0;
  top: 100%;
  z-index: 1000;
  min-width: 120px;
}

.menu-item-center .menu-item-content {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.menu-item-icon-read,
.menu-item-icon-unread {
  margin-right: 8px;
}.chat-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  background-color: #ffffff;
  border-bottom: 1px solid #f2f5f8;
  width: 97%;
}

.chat-header-info {
  display: flex;
  align-items: center;
  gap: 14px;
}

.chat-header-info h4 {
  margin: 0;
  text-align: center;
  line-height: 24px;
  font-weight: 700;
}

.fui-Avatar.patient-avatar {
  width: 32px;
  height: 32px;
}

.chat-container {
  padding: 0 0 0 16px;
}

button.primary {
  background-color: #0057b8;
  transition: background 0.2s;
  font-weight: 400;
  color: #ffffff;
}
button.primary:hover, button.primary:focus {
  background: #004181;
}

.fui-ChatMyMessage__body .fui-ChatMyMessage__body {
  background-color: #ffffff;
  padding-right: 2px;
  margin-top: 16px;
}
.fui-ChatMyMessage__body .fui-ChatMyMessage__body div:first-child {
  justify-content: flex-end;
}
.fui-ChatMyMessage__body .fui-ChatMyMessage__body .ui-chat__message__content {
  background-color: #e1f0ff;
  padding: 8px;
}

.fui-ChatMyMessage__statusIcon {
  padding-bottom: 10px;
}

.fui-ChatMessage__body .fui-ChatMessage__body {
  background-color: #ffffff;
  padding: 0px;
}
.fui-ChatMessage__body .fui-ChatMessage__body .ui-chat__message__content {
  padding: 8px;
  background-color: #f3f2f1;
}

.chat-composite-wrapper {
  height: 90%;
}

.chat-composite-wrapper .css-217,
.chat-composite-wrapper .css-219,
.chat-composite-wrapper .css-157,
.chat-composite-wrapper .css-155 {
  max-width: 100%;
}

.active-video-call {
  background-color: #002443;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  width: 100%;
  display: none;
  position: absolute;
  top: 60px;
  z-index: 100;
  box-sizing: border-box;
}

.active-video-call.active {
  display: flex;
}

.video-call-info {
  color: #ffffff;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  line-height: 25px;
}

.video-icon-wrapper {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  background-color: #8cc5ff;
  border-radius: 50%;
  line-height: 25px;
  text-align: center;
  margin-right: 10px;
}

.video-icon {
  margin-top: 4px;
  color: #000;
  height: 20px;
  width: 20px;
  line-height: 20px;
}

.video-call-status {
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}

.fui-Button.join-call {
  background-color: #8cc5ff;
  color: #002443;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  font-family: "Segoe UI";
}

/* Define a pulse effect around the button without changing its size */
@keyframes pulse-outline {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 123, 255, 0.4);
  }
  50% {
    box-shadow: 0 0 0 10px rgba(0, 123, 255, 0.2);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 123, 255, 0.4);
  }
}
/* Apply the pulse effect around the button */
.button-professional-pulse {
  animation: pulse-outline 2s infinite;
  transition: box-shadow 0.3s ease;
  background-color: #007bff; /* Button color */
  color: white; /* Text color */
  border: none; /* Remove border */
  padding: 10px 20px; /* Ensure consistent size */
  font-size: 16px; /* Ensure consistent text size */
  border-radius: 5px; /* Rounded corners */
}

.button-professional-pulse:hover {
  box-shadow: 0 0 0 15px rgba(0, 123, 255, 0.3);
}

.patient-details-error-message {
  max-width: 15rem;
}

.unknown-text {
  color: #686868;
  font-weight: 400;
}

.patient-profile-error-message-box {
  color: #e4002b;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
}.message-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #fff;
  max-width: 550px;
  margin: 0 auto;
}
.message-box__content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.message-box__icon {
  width: 32px;
  height: 32px;
  margin-bottom: 16px;
}
.message-box__title {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 16px;
}
.message-box__sub-message {
  margin-top: 0px;
  margin-bottom: 16px;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}
.message-box__action {
  align-self: center;
  margin-top: 24px;
}.page-nav {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 16px 17px;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
}

.page-nav span {
  line-height: 24px;
  display: flex;
  font-weight: 700;
  font-size: 18px;
  color: #242424;
}

.care-hotel-logo {
  width: 32px;
  height: 27px;
  display: block;
  flex-shrink: 0;
  aspect-ratio: 35/32;
}

.care-hotel-layout {
  position: relative;
  width: 100%;
  height: 100vh;
  min-width: 1224px;
}

section.page-content .care-hotels {
  background: #f2f6f9;
  position: relative;
  height: 100vh;
  overflow-y: auto;
  min-width: 300px;
  max-width: 450px;
  width: 100%;
  box-sizing: border-box;
}

section.page-content .care-hotels::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 8px;
  /* thickness of your right border */
  height: 100%;
  background: linear-gradient(90deg, rgba(204, 204, 204, 0) 0%, rgba(190, 190, 190, 0.2) 100%, rgba(173, 173, 173, 0.2) 100%);
}

section.page-content .patient-chat {
  border-right: 1px solid #f2f5f8;
  height: 100vh;
  white-space: normal;
  overflow: visible;
  text-overflow: clip;
  word-wrap: break-word;
  position: relative;
  min-width: 600px;
}

.message-box-center-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

section.page-content .patient-profile {
  padding: 24px;
  height: 100vh;
  box-sizing: border-box;
  overflow-y: auto;
  width: 324px;
}

.welcome-screen-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-align: center;
}

.welcome-screen-wrap .welcome-message-wrap {
  flex: 6;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.welcome-screen-wrap .app-version {
  flex: 1;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: 100px;
}

.app-version {
  text-align: center;
  font-family: "Segoe UI";
  font-size: 20px;
  font-weight: 400;
}

.welcome-screen-wrap .welcome-logo {
  margin-bottom: 40px;
}

.welcome-title {
  margin-bottom: 40px;
  font-size: 40px;
  font-weight: 700;
  line-height: 24px;
}

.welcome-message {
  font-size: 32px;
  font-weight: 400;
  line-height: 24px;
  font-style: italic;
}

.token {
  position: fixed;
  right: 0;
  bottom: 0;
  overflow-wrap: anywhere;
  width: 100vh;
  font-size: 5px;
  line-height: 5px;
}

.care-hotel-error-box {
  grid-column: 2/span 2;
}

.page-right-section {
  display: grid;
  grid-template-columns: 5fr 1fr;
}.patient-profile-body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

.patient-profile-header h2 {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  margin-bottom: 0px;
}

.patient-status {
  text-align: center;
  padding: 8px;
  border-radius: 4px;
  font-weight: 400;
  font-size: 14px;
  width: 100%;
  box-sizing: border-box;
  background-color: #ebebeb;
}

.patient-status.discharged {
  background-color: rgba(255, 200, 69, 0.4);
}

.patient-status.active {
  background-color: rgba(0, 159, 77, 0.4);
}

.patient-status.not-signed-in {
  background-color: rgba(228, 0, 43, 0.4);
}

.patient-profile-row-set {
  font-size: 14px;
}

.patient-name {
  font-weight: 700;
}

.patient-profile-item {
  margin-bottom: 8px;
}

.patient-profile-item .label {
  font-weight: 700;
}
.patient-profile-item .label .inline-value {
  font-weight: 400;
}

.patient-profile-item .value {
  font-weight: 400;
}

.patient-profile-separator {
  width: 100%;
  border-bottom: 1px solid #d6d6d6;
}

.patient-profile-separator-half {
  width: 50%;
  border-bottom: 1px solid #d6d6d6;
}

.date-time {
  margin-top: 8px;
}

.date-time.inline {
  margin-top: 0;
}

.device-paired {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0.2em;
}

.device-paired.paired {
  color: #009951;
}

.device-paired.unpaired {
  color: #f1815d;
}

.message-box-center-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}body,
.page {
  font-family: "Segoe UI";
  font-size: 16px;
  color: #242424;
  background: #ffffff;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  margin: 0 0 16px 0;
}

.fui-button.primary {
  background-color: #0057b8;
  color: #ffffff;
  font-style: normal;
  font-weight: 400;
  font-family: "Segoe UI";
}

.fui-button.primary:active,
.fui-button.primary:hover:active {
  background-color: #002443;
}

.fui-button.primary:hover {
  background-color: #1371d5;
}

.fui-button.secondary {
  background-color: #8cc5ff;
  color: #002443;
  font-style: normal;
  font-weight: 400;
  font-family: "Segoe UI";
}

.fui-button.secondary:active,
.fui-button.secondary:hover:active {
  background-color: #1371d5;
  color: #ffffff;
}

.fui-button.secondary:hover {
  background-color: #c5e2f9;
  color: #002443;
}