

.notif-presence-container {
  position: fixed;
  bottom: 20px;      
  left: 20rem;        
  z-index: 9999;      
  pointer-events: none; 
}

.monitoring-notification-alert {
  display: inline-block;   /* shrink-wrap to content */
  pointer-events: all;     /* re-enable clicks on the alert itself */
  background-color: #90EE90;
  color: #007BFF;
  border-radius: 15px;
  padding: 1rem 1.2rem;
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
  font-size: 1rem;
}
.monitoring-notification-alert span{
  font-weight: bold;
  font-size: 16px;

}

/* Outer container */
.folder-card,.move-folder-card{
    background: #EFF3F8;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom:8px;
    cursor: pointer; /* Indicates it's clickable */
    transition: border 0.3s ease; /* Smooth transition for hover effect */
    border: 1px solid transparent; /* Adjust color and thickness as needed */
  }

  

  .folder-card:hover,.move-folder-card:hover {
    border: 1px solid var(--teal); /* Adjust color and thickness as needed */
  }
  
  /* Left section (icon and details) */
  .folder-card-left {
    flex: 1 1 0;
    /* You can adjust the gap here if needed */
    gap: 12px;
    padding:12px 0 12px 16px;
  }
  
  .folder-card-actions {
    padding:12px 16px 12px 0;
  }
  

  /* Folder icon container */
  .folder-card-icon {
    width: 40px;
    position: relative;
  }

  
  /* Folder details (name and item count) */
  .folder-details {
    flex: 1 1 0;
    gap: 4px;
  }
  
  .folder-name {
    text-align: center;
    color: #4B5563;
    font-size: 14px;
    font-family: Inter, sans-serif;
    font-weight: 600;
    line-height: 21px;
    word-wrap: break-word;
  }
  
  .folder-items {
    text-align: center;
    color: #6B7280;
    font-size: 12.25px;
    font-family: Inter, sans-serif;
    font-weight: 600;
    word-wrap: break-word;
  }
  
  /* Right section (badge and svg action) */
  .folder-card-actions {
    gap: 12px;
  }

  .folder-actions {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 2px;
  }

  .folder-actions .btn {
    line-height: 1;
  }
  
  /* Folder badge */
  .folder-badge {
    padding: 3.5px 5.6px; /* 3.50px top/bottom, 5.60px left/right */
    background: #F97316;
    border-radius: 6px;
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    gap: 3.5px;
  }
  
  .badge-text {
    color: white;
    font-size: 10.5px;
    font-family: Inter, sans-serif;
    font-weight: 600;
    line-height: normal;
    word-wrap: break-word;
  }
  

  /* custom-styles.css */

.video-card {
  background: #eff3f8;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer; /* Indicates it's clickable */
  transition: border 0.3s ease; /* Smooth transition for hover effect */
  border: 1px solid transparent; /* Adjust color and thickness as needed */
  margin-bottom:8px;
}

.video-card .card-left{
  padding: 12px 0 12px 16px;
}

.video-card .card-card-content{
  padding: 12px 0;
}

.video-card .action-icons{
  padding: 12px 16px 12px 0;
}


.video-card:hover {
  border: 1px solid var(--teal); /* Adjust color and thickness as needed */
}

.card-left {
  flex: 1 1 0;
}

.card-content {
  flex: 1 1 0;
}

.card-info {
  flex: 1 1 0;
}

.video-title {
  color: #4b5563;
  font-size: 14px;
  font-family: Inter, sans-serif;
  font-weight: 600;
  line-height: 21px;
  word-wrap: break-word;
  text-align: center;
}

.video-subtitle {
  color: #4b5563;
  font-size: 10.5px;
  line-height: 13px;
  font-family: Inter, sans-serif;
  font-weight: 400;
  word-wrap: break-word;
  text-align: center;
}

.video-stats {
  color: #4b5563;
  font-size: 12.25px;
  line-height: 15px;
  font-family: Inter, sans-serif;
  word-wrap: break-word;
}

.card-content .progress-container{
  width:12.5%;
}

.card-content .progress-container .progress{

  height:6px;
}

.card-content .progress-container .progress-percent,.video-info-card .video-info-progress .progress-percent{
  color: #4b5563;
  font-size: 10.5px;
  font-family: Inter, sans-serif;
  font-weight: 400;
  line-height:13px;
  word-wrap: break-word;
  text-align: center;
}

/* Custom utility class for stretching flex item */
.align-self-stretch {
  align-self: stretch;
}


.record-item-right .badge{
  margin-left:6px;
}

/* Rounded corners on header cells */
.data-transmission-table thead th:first-child {
  text-align: left;
  vertical-align: middle;
  border-top-left-radius: 6px;
}

.data-transmission-table tbody td:first-child {
  font-weight: 600;
  font-size: 14px;
  line-height: 16.94px;
  letter-spacing: 0;
  text-align: left;
}

/* Floating button fixed to the screen */
.floating-button {
  position: fixed;
  bottom: 30px;
  right: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000; /* Keeps it above other elements */
  color:#fff;
  text-decoration: none; /* Remove default underline from link */
  background-color: transparent;
}

/* Hover and focus effects */
.floating-button svg:hover,
.floating-button svg:focus {
  transform: scale(1.1);
  filter: brightness(1.1);
  text-decoration: none;
}

.btn-call-patient {
  min-width: 140px;
}

#commHubModal .comm-hub-status {
  font-size: 1rem;
  font-weight: 600;
}

#voiceVoicemailDropModal #voice-drop-text {
  min-height: 130px;
}

#voiceVoicemailDropModal .modal-body {
  padding-top: 1rem;
  padding-bottom: 0.75rem;
}

#commHubModal .comm-hub-meta {
  color: #6c757d;
  font-size: 0.9rem;
}

#commHubModal .comm-hub-timer-badge,
#voiceDispositionModal .comm-hub-timer-badge {
  font-size: 0.86rem;
  font-weight: 600;
  color: #1f2937;
}

#commHubModal .modal-dialog.modal-fullscreen .modal-content,
#commHubSimulationModal .modal-dialog.modal-fullscreen .modal-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}

#commHubModal .comm-hub-fullscreen-body,
#commHubSimulationModal .comm-hub-fullscreen-body {
  flex: 1 1 auto;
  overflow-y: auto;
  padding-top: 1rem;
  padding-bottom: 1.25rem;
}

#commHubModal .comm-hub-fullscreen-body-inner,
#commHubSimulationModal .comm-hub-fullscreen-body-inner {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding-inline: 1rem;
}

@media (min-width: 1200px) {
  #commHubModal .comm-hub-fullscreen-body-inner,
  #commHubSimulationModal .comm-hub-fullscreen-body-inner {
    padding-inline: 1.5rem;
  }
}

#commHubModal .comm-hub-modal-pane-title,
#commHubSimulationModal .comm-hub-modal-pane-title {
  color: #334155;
  font-size: 0.86rem;
  font-weight: 700;
  margin-bottom: 0.6rem;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

#commHubModal .comm-hub-modal-context-pane,
#commHubSimulationModal .comm-hub-modal-context-pane {
  border: 1px solid #dbe7f5;
  border-radius: 12px;
  background: #ffffff;
  padding: 0.9rem;
  height: 100%;
}

#commHubModal .comm-hub-modal-history-pane,
#commHubSimulationModal .comm-hub-modal-history-pane {
  height: 100%;
}

#commHubModal .comm-hub-modal-actions,
#commHubSimulationModal .comm-hub-modal-actions {
  margin-top: 0.9rem;
  padding-top: 0.85rem;
  border-top: 1px solid #e2e8f0;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 0.55rem;
}

#commHubModal .voice-dtmf-panel,
#commHubSimulationModal .voice-dtmf-panel {
  border: 1px solid #dbe7f5;
  border-radius: 12px;
  background: #f8fbff;
  padding: 0.8rem;
}

#commHubModal .voice-dtmf-header,
#commHubSimulationModal .voice-dtmf-header {
  margin-bottom: 0.5rem;
}

#commHubModal .voice-dtmf-title,
#commHubSimulationModal .voice-dtmf-title {
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: #334155;
}

#commHubModal .voice-dtmf-hint,
#commHubSimulationModal .voice-dtmf-hint {
  font-size: 0.76rem;
  margin-top: 0.15rem;
}

#commHubModal .voice-dtmf-display,
#commHubSimulationModal .voice-dtmf-display {
  border: 1px solid #dbe7f5;
  border-radius: 8px;
  background: #ffffff;
  padding: 0.45rem 0.55rem;
  margin-bottom: 0.6rem;
  font-size: 0.79rem;
  color: #334155;
  min-height: 34px;
}

#commHubModal .voice-dtmf-grid,
#commHubSimulationModal .voice-dtmf-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.45rem;
}

#commHubModal .voice-dtmf-grid .btn,
#commHubSimulationModal .voice-dtmf-grid .btn {
  min-height: 42px;
  font-weight: 600;
  line-height: 1.1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

#commHubModal .voice-dtmf-panel.voice-dtmf-disabled {
  opacity: 0.92;
}

#commHubSimulationModal .voice-dtmf-panel-static .voice-dtmf-grid .btn,
#commHubSimulationModal .voice-dtmf-panel-static .voice-dtmf-display {
  background: #f1f5f9;
  color: #64748b;
}

@media (min-width: 992px) {
  #commHubModal .comm-hub-modal-row,
  #commHubSimulationModal .comm-hub-modal-row {
    min-height: calc(100vh - 240px);
  }

  #commHubModal .comm-hub-modal-context-pane,
  #commHubSimulationModal .comm-hub-modal-context-pane,
  #commHubModal .comm-hub-modal-history-pane,
  #commHubSimulationModal .comm-hub-modal-history-pane {
    max-height: calc(100vh - 240px);
    overflow-y: auto;
  }
}

#commHubModal .comm-hub-explorer,
#commHubSimulationModal .comm-hub-explorer {
  border: 1px solid #dbe7f5;
  border-radius: 12px;
  background: #f8fbff;
  padding: 0.9rem;
}

#commHubModal .comm-hub-explorer-header,
#commHubSimulationModal .comm-hub-explorer-header {
  margin-bottom: 0.75rem;
}

#commHubModal .comm-hub-results-count,
#commHubSimulationModal .comm-hub-results-count {
  font-size: 0.78rem;
  font-weight: 600;
}

#commHubModal .comm-hub-explorer-toolbar,
#commHubSimulationModal .comm-hub-explorer-toolbar {
  position: sticky;
  top: 0;
  z-index: 4;
  background: #f8fbff;
  border: 1px solid #dbe7f5;
  border-radius: 10px;
  padding: 0.65rem;
  margin-inline: 0;
}

#commHubModal .comm-hub-month-item,
#commHubSimulationModal .comm-hub-month-item {
  border: 1px solid #dbe7f5;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 0.5rem;
}

#commHubModal .comm-hub-month-item .accordion-button,
#commHubSimulationModal .comm-hub-month-item .accordion-button {
  background: #ffffff;
  color: #1f2937;
  font-size: 0.94rem;
  font-weight: 600;
  box-shadow: none;
  padding: 0.7rem 0.85rem;
}

#commHubModal .comm-hub-month-item .accordion-button:not(.collapsed),
#commHubSimulationModal .comm-hub-month-item .accordion-button:not(.collapsed) {
  background: #eef5ff;
}

#commHubModal .comm-hub-month-title,
#commHubSimulationModal .comm-hub-month-title {
  flex: 1 1 auto;
}

#commHubModal .comm-hub-month-count,
#commHubSimulationModal .comm-hub-month-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 26px;
  height: 22px;
  border-radius: 999px;
  background: #e2e8f0;
  color: #334155;
  font-size: 0.76rem;
  font-weight: 700;
  margin-right: 0.55rem;
}

#commHubModal .comm-hub-month-body,
#commHubSimulationModal .comm-hub-month-body {
  padding: 0.5rem 0.7rem 0.75rem;
  background: #ffffff;
}

#commHubModal .comm-hub-log-row,
#commHubSimulationModal .comm-hub-log-row {
  border: 1px solid #eef2f7;
  border-radius: 8px;
  padding: 0.55rem 0.65rem;
  margin-top: 0.45rem;
  background: #fafcff;
}

#commHubModal .comm-hub-log-row:first-child,
#commHubSimulationModal .comm-hub-log-row:first-child {
  margin-top: 0;
}

#commHubModal .comm-hub-log-row-top,
#commHubSimulationModal .comm-hub-log-row-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.55rem;
  margin-bottom: 0.35rem;
}

#commHubModal .comm-hub-log-timestamp,
#commHubSimulationModal .comm-hub-log-timestamp {
  color: #475569;
  font-size: 0.8rem;
  font-weight: 600;
}

#commHubModal .comm-hub-log-badges,
#commHubSimulationModal .comm-hub-log-badges {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.3rem;
  justify-content: flex-end;
}

#commHubModal .comm-hub-log-badges .badge,
#commHubSimulationModal .comm-hub-log-badges .badge {
  font-size: 0.69rem;
  font-weight: 700;
}

#commHubModal .comm-hub-log-meta,
#commHubSimulationModal .comm-hub-log-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  color: #64748b;
  font-size: 0.78rem;
  line-height: 1.35;
}

#commHubModal .comm-hub-log-meta-item strong,
#commHubSimulationModal .comm-hub-log-meta-item strong {
  color: #334155;
  font-weight: 700;
}

#commHubModal .comm-hub-log-notes,
#commHubSimulationModal .comm-hub-log-notes {
  margin-top: 0.35rem;
  color: #475569;
  font-size: 0.8rem;
  line-height: 1.4;
}

#commHubModal .comm-hub-log-notes-label,
#commHubSimulationModal .comm-hub-log-notes-label {
  color: #334155;
  font-weight: 700;
}

#commHubModal .comm-hub-month-empty,
#commHubSimulationModal .comm-hub-month-empty,
#commHubModal .comm-hub-results-empty,
#commHubSimulationModal .comm-hub-results-empty {
  border: 1px dashed #dbe7f5;
  border-radius: 8px;
  padding: 0.7rem;
  color: #64748b;
  font-size: 0.82rem;
  background: #f8fafc;
}

@media (max-width: 768px) {
  #commHubModal .comm-hub-modal-actions,
  #commHubSimulationModal .comm-hub-modal-actions {
    flex-direction: column;
    align-items: stretch;
  }

  #commHubModal .comm-hub-modal-actions .btn,
  #commHubSimulationModal .comm-hub-modal-actions .btn {
    width: 100%;
  }

  #commHubModal .comm-hub-explorer,
  #commHubSimulationModal .comm-hub-explorer {
    padding: 0.7rem;
  }

  #commHubModal .comm-hub-explorer-toolbar,
  #commHubSimulationModal .comm-hub-explorer-toolbar {
    padding: 0.55rem;
  }

  #commHubModal .comm-hub-log-row-top,
  #commHubSimulationModal .comm-hub-log-row-top {
    flex-direction: column;
    align-items: flex-start;
  }

  #commHubModal .comm-hub-log-badges,
  #commHubSimulationModal .comm-hub-log-badges {
    justify-content: flex-start;
  }

  #commHubModal .comm-hub-log-meta,
  #commHubSimulationModal .comm-hub-log-meta {
    gap: 0.4rem;
    flex-direction: column;
  }

  #commHubModal .voice-dtmf-grid .btn,
  #commHubSimulationModal .voice-dtmf-grid .btn {
    min-height: 40px;
  }

  #commHubModal .comm-hub-month-item .accordion-button,
  #commHubSimulationModal .comm-hub-month-item .accordion-button {
    padding: 0.6rem 0.65rem;
  }
}

@media (max-width: 991.98px) {
  #commHubModal .comm-hub-modal-context-pane,
  #commHubSimulationModal .comm-hub-modal-context-pane,
  #commHubModal .comm-hub-modal-history-pane,
  #commHubSimulationModal .comm-hub-modal-history-pane {
    max-height: none;
    overflow: visible;
  }
}

#commHubModal .modal-header,
#commHubSimulationModal .modal-header,
#commHubModal .modal-footer,
#commHubSimulationModal .modal-footer {
  background: #fff;
}

/* Active effect */
.floating-button svg:active {
  transform: scale(0.95);
  filter: brightness(0.9);
}

/* Relative positioning for the inner container */
.button-container {
  position: relative;
}

/* Notification badge styling */
.notification-badge {
  position: absolute;
  top: -1px;
  right: -1px;
  width: 21px;
  height: 21px;
  background: #EF4444;
  color: white;
  font-size: 10.5px;
  font-weight: 700;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index:100;
}

.border-left-custom {
  border-left: 1px solid rgba(222, 226, 230, 0.15);
}


/********************************************************
  Overall Container
********************************************************/
.chat-container {
  display: none;
  position: fixed;
  bottom: 90px;
  right: 30px;
  box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.15); /* Increased shadow intensity */
    /* fluid width: never smaller than 280px, ideally 90% of viewport, max 400px */
  width: clamp(280px, 90vw, 450px);
  /* fluid height: never smaller than 300px, ideally 80% of viewport height, max 500px */
  height: clamp(300px, 80vh, 600px);
  border-radius: 12px;
  border: 10px solid #FAFAFA;
  overflow: hidden;
  background-color: #FAFAFA;
  display: none; /* hidden by default */
  z-index:1001;
}

.chat-container.open {
  display: flex; /* or block, depending on your layout */
}

.sms-campaign-folder-name {
  font-weight: 500;
  color: #6b7280;
  font-size: 14px;
}

.sms-campaign-progress-loading {
  color: #4b5563;
  font-size: 14px;
  font-weight: 500;
}

.sms-campaign-empty-state {
  border: 1px dashed #cbd5e1;
  border-radius: 10px;
  background: #f8fafc;
  padding: 14px;
  color: #4b5563;
}

.sms-campaign-assignment-controls {
  border: 1px solid #dbe7f5;
  border-radius: 10px;
  background: #f8fbff;
  padding: 12px;
}

.sms-campaign-assignment-title {
  font-size: 13px;
  font-weight: 700;
  color: #334155;
  margin-bottom: 8px;
}

.sms-campaign-assignment-row {
  display: flex;
  gap: 10px;
  align-items: center;
}

.sms-campaign-assignment-row .form-select {
  min-width: 0;
  flex: 1 1 auto;
  min-height: 38px;
}

.sms-campaign-assignment-row .sms-campaign-assign-btn {
  min-height: 38px;
  padding: 0.375rem 0.9rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1.2;
  white-space: nowrap;
}

.sms-campaign-assignment-note {
  margin-top: 8px;
  font-size: 12px;
  color: #64748b;
}

.sms-campaign-summary-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 12px;
}

.sms-summary-card {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  padding: 10px 12px;
}

.sms-meta-label {
  color: #64748b;
  font-size: 12px;
  font-weight: 600;
}

.sms-meta-value {
  color: #334155;
  font-size: 15px;
  font-weight: 700;
}

.sms-status-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 2px 10px;
  font-size: 12px;
  font-weight: 700;
}

.sms-status-success {
  background: #dcfce7;
  color: #166534;
}

.sms-status-pending {
  background: #fef3c7;
  color: #92400e;
}

.sms-status-danger {
  background: #fee2e2;
  color: #991b1b;
}

.sms-status-disabled {
  background: #e2e8f0;
  color: #334155;
}

.sms-campaign-progress-wrap {
  margin-bottom: 10px;
}

.sms-campaign-progress-bar {
  height: 8px;
}

.sms-campaign-summary-counts {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 12px;
  color: #475569;
  font-size: 13px;
}

.sms-campaign-milestones {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.sms-campaign-milestone-row {
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  background: #ffffff;
  padding: 8px 10px;
}

.sms-campaign-milestone-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 4px;
}

.sms-campaign-milestone-month {
  color: #334155;
  font-size: 13px;
  font-weight: 700;
}

.sms-campaign-milestone-actions {
  display: flex;
  align-items: center;
  gap: 6px;
  flex: 0 0 auto;
}

.sms-campaign-force-send-btn {
  white-space: nowrap;
  padding: 2px 8px;
  font-size: 11px;
}

.sms-campaign-milestone-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  color: #64748b;
  font-size: 12px;
}

.sms-campaign-milestone-error {
  margin-top: 6px;
  color: #991b1b;
  font-size: 12px;
}

@media (max-width: 768px) {
  .sms-campaign-summary-grid {
    grid-template-columns: 1fr;
  }

  .sms-campaign-assignment-row {
    flex-direction: column;
    align-items: stretch;
  }

  .sms-campaign-milestone-top {
    align-items: flex-start;
    flex-direction: column;
  }

  .sms-campaign-milestone-actions {
    width: 100%;
    justify-content: space-between;
  }

  .sms-campaign-assignment-row .sms-campaign-assign-btn {
    width: 100%;
  }
}
/********************************************************
  Header
********************************************************/
.chat-header {
  background-color: var(--blue);
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;


}

.chat-header h5{
  padding:8px 0 0;
}

.header-icon svg {
  /* Example: ensure the SVG icon matches your design */
  width: 74px;
  height: 34px;
}

/********************************************************
  Body
********************************************************/
.chat-body {

  /* White background area where messages appear */
  background-color: #f0f9ff;
  border-radius: 16px;
  margin-top:-12px;
  /* Flex properties set in HTML: .flex-column, .flex-grow-1 */
  position: relative;


}

.chat-status{
  font-size: 12px;
  font-weight: 600;
  color: #7AD6FD;
}

.chat-status:hover{
  color: #fff;
}
.chat-message-list{
  margin-top:15px;
  height:calc(80vh - 37vh);
}

.chat-date{
  font-size: 12px;
  color: #6B7280;
  font-weight: 700;
}


/* 
  If you want that large colored background shape:
  .chat-body {
    background-image: url('your-large-bg.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
*/

/********************************************************
  Bubbles
********************************************************/
.bubble {
  /* Common chat bubble styling */
  min-width: 50%;
  max-width: 80%;
  padding: 12px;
  border-radius: 16px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.03);
  line-height: 21px;
  font-size: 14px;
  /* Make sure text wraps gracefully */
  word-wrap: break-word;
}

/* Left-aligned bubble */
.bubble-left {
  background: #F5F9FF;
  color: #4B5563;
  /*align-self: flex-start;
  margin-right:30%;*/

  /* Flatten top-left corner for "speech bubble" effect */
  border-top-left-radius: 0;
}

/* Right-aligned bubble */
.bubble-right {
  background: #2A4E79;
  color: #FFF;
  /*align-self: flex-end;
  margin-left:30%;*/

  /* Flatten top-right corner */
  border-top-right-radius: 0;
}

.sender-info small {
  font-size: 12px;
}

.bubble-left .sender-info small.text-muted{
  color:#4B5563 !important;
}

.bubble-right .sender-info small.text-muted{
  color:#FFF !important;
}

/********************************************************
  Footer
********************************************************/

.chat-footer {
  /* You can leave this empty or add more spacing if needed. */
}

/* Input container bubble */
.input-box textarea {
  border-radius: 2rem;
              /* Fixed height for the textarea */
  line-height: 2.35rem;        /* Desired line-height */
  padding: 0.5rem 0.75rem; 
  overflow-y: hidden;    /* 0.5rem vertical padding centers text; horizontal as needed */
  position: absolute;
  bottom: 5px;
  left: 5px;
  height: auto;
  padding: 0.5rem 0.75rem;
  border-radius: 1rem;
  overflow-y: hidden;
  resize: none;
  width: 85%;
  min-height: 3.35rem !important; 
}

.input-box textarea:placeholder-shown {
  line-height: 2.35rem; /* centers text vertically when empty */
  height: 3.35rem !important; 
}



/* Send button (circular) */
.send-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #2A4E79; /* Adjust to your preference */
  border: none;
  color: #FFF;
  align-self: flex-end;

}


/* view-report-card.css */

/* Main card container styling */
.view-report-card {
  width: 100%; /* Fill the column width */
  height: 160px;
  padding: 16px;
  background: #FAFAFA;
  border-radius: 6px;
  border: 1px solid #FAFAFA;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 12px;
}

/* Top portion container of the card */
.view-report-card-top {
  align-self: stretch;
  height: 59px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

/* Header inside the top portion containing the count and icon */
.view-report-card-header {
  align-self: stretch;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

/* Count number styling */
.view-report-card-count {
  color: #4B5563;
  font-size: 35px;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  word-wrap: break-word;
}

/* Views label styling */
.view-report-card-views-label {
  align-self: stretch;
  color: #B3B3B3;
  font-size: 14px;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  word-wrap: break-word;
}

/* Card footer (e.g. "Today", "This Month", etc.) styling */
.view-report-card-footer {
  color: #6B7280;
  font-size: 17.5px;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  word-wrap: break-word;
}

.drag-handle{
  cursor: grab;
  
}

/* Video Info Card */
.video-info-card {
  background: #eff3f8;
  border-radius: 12px;
  overflow: hidden;
  flex: 1 1 auto;
}

/* Title */
.video-info-title {
  color: #4b5563;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  text-align: left;
}

/* Subtitle */
.video-info-subtitle {
  color: #4b5563;
  font-size: 10.5px;
  font-weight: 400;
  text-align: left;
}

/* Stats */
.video-info-stats {
  text-align: 400;
  font-size: 12.25px;
}

.video-info-stats-bold {
  color: #4b5563;
  font-weight: 600;
}

.video-info-stats-regular {
  color: #4b5563;
  font-weight: 400;
}

/* Progress Text */
.video-info-progress-text {
  color: #4b5563;
  font-size: 10.5px;
  font-weight: 400;
  text-align: left;
}

/* Separator */
.video-info-separator {
  height: 1px;
  background: #e5e7eb;
}

/* Description */
.video-info-description {
  color: #4b5563;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}

/* View Statistics Button */
.view-statistics-btn {
  height: 40px;
  background: #0ea5e9;
  border-radius: 6px;
  border: 1px solid #0ea5e9;
}

.view-statistics-text {
  color: white;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

.qq-upload-button{
  width:200px !important;
  display: inline-block !important;
  font-weight: 700  !important;
  color: #212529  !important;
  text-align: center  !important;
  vertical-align: middle  !important;
  user-select: none  !important;
  background-color: transparent  !important;
  border: 1px solid transparent  !important;
  padding: 10.5px 17.5px !important;
  border-radius: 6px !important;
  font-size: 1rem  !important;
  line-height: 1.5  !important;
  transition: color 0.15sease-in-out, background-color 0.15sease-in-out, border-color 0.15sease-in-out, box-shadow 0.15sease-in-out  !important;

  color: #fff !important;
    background-color: #0ea5e9  !important;
    border-color: #0ea5e9  !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075)  !important;
    --bs-btn-color: #fff  !important;
    --bs-btn-bg: #0d6efd  !important;
    --bs-btn-border-color: #0d6efd  !important;
    --bs-btn-hover-color: #fff  !important;
    --bs-btn-hover-bg: #0b5ed7  !important;
    --bs-btn-hover-border-color: #0a58ca  !important;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff  !important;
    --bs-btn-active-bg: #0a58ca  !important;
    --bs-btn-active-border-color: #0a53be  !important;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)  !important;
    --bs-btn-disabled-color: #fff !important;
    --bs-btn-disabled-bg: #0d6efd  !important;
    --bs-btn-disabled-border-color: #0d6efd  !important;
}

/* Custom FineUploader styles for Bootstrap 5 */
.qq-uploader {
  padding: 1rem;
  background: #f8f9fa;

}
/* Style the upload button like a Bootstrap button */
.qq-upload-button-selector {
  display: inline-block;
  cursor: pointer;
}
.qq-upload-button-selector span {
  pointer-events: none;
}
/* Use Bootstrap's list group styling for the file list */
.qq-upload-list-selector {
  list-style: none;
  padding-left: 0;
  margin-top: 1rem;
}
.qq-upload-list-selector li {
  padding: 0.5rem 1rem;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
/* Progress bar using Bootstrap's colors */
.qq-progress-bar {
  height: 0.5rem;
  background-color: #0d6efd;
  border-radius: 0.25rem;
}
/* Spinner margin */
.qq-upload-spinner-selector {
  margin-right: 0.5rem;
}

#upload-personal-video,
.fineuploader-upload-container {
  height: 100% !important;
}

#upload-personal-video .qq-uploader-selector,
.fineuploader-upload-container .qq-uploader-selector{
  height: 100%  !important;
  display: flex  !important;
  flex-direction: column  !important;
}

#upload-personal-video .qq-upload-list-selector,
.fineuploader-upload-container .qq-upload-list-selector {
  flex: 1  !important;
  overflow-y: auto;
}

.qq-uploader-selector.qq-uploader,
#upload-personal-video > div,
.fineuploader-upload-container > div {
  height: 100% !important;
  min-height: 0 !important;
  max-height: none !important;
  overflow-y: auto !important;
  width: 100% !important;
}


.chat-empty{
  padding:5rem;
}

.monitoring-notification-alert {
  background-color: #7ad6fd;
  color: var(--blue);
  border-radius: 6px;
  font-size: 1rem;
  padding: 1rem 1.2rem;
}

/* Breadcrumb Navigation */
.title-breadcrumbs {
  /* Replace the default divider with a ">" symbol */
  --bs-breadcrumb-divider: '>';
}

/* Breadcrumb List */
.title-breadcrumbs__list {
  background-color: transparent;
}

/* Breadcrumb Link (All Patients) */
.title-breadcrumbs__link {
  color: #7AD6FD;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 21px;
  text-decoration: none; /* Optional: remove underline */
}

/* Active Breadcrumb Link (Patient Name) */
.breadcrumb-item.active.title-breadcrumbs__link--active {
  color: #4B5563;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 21px ;
}

.video-card.processing {
  opacity: .7;            /* look muted */
  pointer-events: none;    /* don’t let users click until ready (optional) */
  transition: opacity .3s;
}

@media only screen and (max-width: 767px) {
    .card-content .progress-container{
        width:75%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .card-content .progress-container{
        width:25%;
    }
}
