

.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-progress-dialog {
  max-width: 760px;
}

.sms-campaign-progress-modal-content {
  max-height: calc(100vh - 2rem);
  overflow: hidden;
  border: 0;
  border-radius: 8px;
}

.sms-campaign-progress-modal-header {
  align-items: center;
  gap: 12px;
  padding: 14px 18px;
  border-bottom-color: #e2e8f0;
}

.sms-campaign-progress-modal-heading {
  min-width: 0;
  flex: 1 1 auto;
}

.sms-campaign-progress-modal-heading .modal-title {
  color: #172033;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
}

.sms-campaign-folder-name {
  margin-top: 2px;
  overflow: hidden;
  color: #64748b;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sms-campaign-progress-modal-header .btn-close {
  flex: 0 0 auto;
  margin: 0;
}

.sms-campaign-progress-modal-body {
  min-height: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 16px 18px;
}

.sms-campaign-progress-modal-footer {
  padding: 10px 18px;
  border-top-color: #e2e8f0;
}

.sms-campaign-progress-loading {
  min-height: 300px;
  color: #4b5563;
}

.sms-campaign-progress-skeleton {
  display: grid;
  gap: 10px;
}

.sms-campaign-progress-skeleton-line,
.sms-campaign-progress-skeleton-row {
  display: block;
  background: #e8edf3;
  border-radius: 6px;
  animation: sms-campaign-skeleton-pulse 1.2s ease-in-out infinite alternate;
}

.sms-campaign-progress-skeleton-line {
  width: 70%;
  height: 12px;
}

.sms-campaign-progress-skeleton-line--title {
  width: 38%;
  height: 18px;
}

.sms-campaign-progress-skeleton-row {
  width: 100%;
  height: 74px;
}

@keyframes sms-campaign-skeleton-pulse {
  from { opacity: 0.55; }
  to { opacity: 1; }
}

.sms-campaign-progress-error-state {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  padding: 12px;
  border: 1px solid #fecaca;
  border-radius: 8px;
  background: #fff7f7;
  color: #7f1d1d;
}

.sms-campaign-progress-error-state > i {
  color: #dc2626;
}

.sms-campaign-progress-error-title {
  font-size: 13px;
  font-weight: 700;
}

.sms-campaign-progress-error-copy {
  margin-top: 2px;
  color: #991b1b;
  font-size: 12px;
}

.sms-campaign-empty-state,
.sms-campaign-schedule-empty {
  padding: 14px;
  border: 1px dashed #cbd5e1;
  border-radius: 8px;
  background: #f8fafc;
  color: #475569;
  font-size: 13px;
}

.sms-meta-label {
  color: #64748b;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.3;
  text-transform: uppercase;
}

.sms-status-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 24px;
  border-radius: 999px;
  padding: 3px 9px;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
}

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

.sms-status-pending {
  background: #fef3c7;
  color: #854d0e;
}

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

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

.sms-campaign-effective-state {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  margin-bottom: 12px;
  padding: 10px 12px;
  border: 1px solid #bbf7d0;
  border-left: 3px solid #16a34a;
  border-radius: 8px;
  background: #f0fdf4;
  color: #14532d;
}

.sms-campaign-effective-state > i {
  font-size: 17px;
  text-align: center;
}

.sms-campaign-effective-state.is-warning {
  border-color: #fde68a;
  border-left-color: #d97706;
  background: #fffbeb;
  color: #78350f;
}

.sms-campaign-effective-state.is-danger {
  border-color: #fecaca;
  border-left-color: #dc2626;
  background: #fff7f7;
  color: #7f1d1d;
}

.sms-campaign-effective-state.is-muted {
  border-color: #cbd5e1;
  border-left-color: #64748b;
  background: #f8fafc;
  color: #334155;
}

.sms-campaign-effective-state-title {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
}

.sms-campaign-effective-state-copy {
  margin-top: 1px;
  font-size: 12px;
  line-height: 1.4;
}

.sms-campaign-overview-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  margin-bottom: 14px;
  border-top: 1px solid #e2e8f0;
  border-bottom: 1px solid #e2e8f0;
}

.sms-campaign-overview-item {
  min-width: 0;
  padding: 10px 12px 10px 0;
}

.sms-campaign-overview-item + .sms-campaign-overview-item {
  padding-left: 12px;
  border-left: 1px solid #e2e8f0;
}

.sms-campaign-overview-value {
  margin-top: 3px;
  overflow-wrap: anywhere;
  color: #1e293b;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
}

.sms-campaign-overview-supporting {
  margin-top: 1px;
  color: #64748b;
  font-size: 11px;
  line-height: 1.4;
}

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

.sms-campaign-progress-heading {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 6px;
  color: #475569;
  font-size: 12px;
}

.sms-campaign-progress-heading strong {
  color: #1e293b;
}

.sms-campaign-progress-bar {
  height: 7px;
  overflow: hidden;
  background: #e2e8f0;
  border-radius: 999px;
}

.sms-campaign-progress-bar .progress-bar {
  background: #2563eb;
}

.sms-campaign-summary-counts {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 12px;
  margin-bottom: 16px;
  color: #64748b;
  font-size: 11px;
}

.sms-campaign-summary-count strong {
  color: #334155;
}

.sms-campaign-summary-count.is-danger,
.sms-campaign-summary-count.is-danger strong {
  color: #b91c1c;
}

.sms-campaign-summary-count.is-success,
.sms-campaign-summary-count.is-success strong {
  color: #15803d;
}

.sms-campaign-schedule-section {
  border-top: 1px solid #e2e8f0;
  padding-top: 14px;
}

.sms-campaign-section-heading {
  margin-bottom: 8px;
}

.sms-campaign-section-heading h6 {
  color: #1e293b;
  font-size: 13px;
  font-weight: 700;
}

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

.sms-campaign-milestone-row {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  min-width: 0;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  background: #fff;
}

.sms-campaign-milestone-marker {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 12px;
  border-right: 1px solid #e2e8f0;
  background: #f8fafc;
  color: #64748b;
  border-radius: 7px 0 0 7px;
}

.sms-campaign-milestone-row.is-sent .sms-campaign-milestone-marker {
  background: #f0fdf4;
  color: #15803d;
}

.sms-campaign-milestone-row.is-failed .sms-campaign-milestone-marker {
  background: #fff7f7;
  color: #dc2626;
}

.sms-campaign-milestone-row.is-pending .sms-campaign-milestone-marker,
.sms-campaign-milestone-row.is-sending .sms-campaign-milestone-marker {
  background: #fffbeb;
  color: #b45309;
}

.sms-campaign-milestone-body {
  min-width: 0;
  padding: 9px 10px;
}

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

.sms-campaign-milestone-title {
  color: #1e293b;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
}

.sms-campaign-milestone-title span {
  margin-left: 5px;
  color: #64748b;
  font-size: 10px;
  font-weight: 600;
}

.sms-campaign-milestone-timing,
.sms-campaign-milestone-attempts {
  margin-top: 2px;
  color: #64748b;
  font-size: 10px;
  line-height: 1.35;
}

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

.sms-campaign-force-send-btn {
  min-height: 26px;
  padding: 2px 8px;
  font-size: 10px;
  line-height: 1.2;
  white-space: nowrap;
}

.sms-campaign-milestone-message {
  margin-top: 7px;
  overflow-wrap: anywhere;
  color: #334155;
  font-size: 12px;
  line-height: 1.45;
}

.sms-campaign-milestone-error {
  margin-top: 7px;
  padding: 6px 8px;
  border-left: 2px solid #dc2626;
  background: #fff7f7;
  color: #991b1b;
  font-size: 11px;
  line-height: 1.4;
}

.sms-campaign-assignment-controls {
  overflow: hidden;
  border: 1px solid #dbe3ec;
  border-radius: 8px;
  background: #fff;
}

.sms-campaign-assignment-summary {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 42px;
  padding: 9px 12px;
  cursor: pointer;
  list-style: none;
}

.sms-campaign-assignment-summary::-webkit-details-marker {
  display: none;
}

.sms-campaign-assignment-summary::after {
  width: 8px;
  height: 8px;
  flex: 0 0 auto;
  border-right: 2px solid #64748b;
  border-bottom: 2px solid #64748b;
  content: '';
  transform: rotate(45deg);
  transition: transform 160ms ease;
}

.sms-campaign-assignment-controls[open] .sms-campaign-assignment-summary::after {
  transform: rotate(225deg);
}

.sms-campaign-assignment-summary:focus-visible {
  outline: 2px solid #2563eb;
  outline-offset: -2px;
}

.sms-campaign-assignment-title {
  flex: 0 0 auto;
  color: #334155;
  font-size: 12px;
  font-weight: 700;
}

.sms-campaign-assignment-summary-note {
  min-width: 0;
  flex: 1 1 auto;
  overflow: hidden;
  color: #64748b;
  font-size: 11px;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sms-campaign-assignment-body {
  padding: 12px;
  border-top: 1px solid #e2e8f0;
  background: #f8fafc;
}

.sms-campaign-assignment-body .form-label {
  margin-bottom: 5px;
  color: #475569;
  font-size: 11px;
  font-weight: 700;
}

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

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

.sms-campaign-assignment-row .sms-campaign-assign-btn {
  min-height: 36px;
  flex: 0 0 auto;
  padding: 0.35rem 0.8rem;
  font-size: 11px;
  line-height: 1.2;
  white-space: nowrap;
}

.sms-campaign-assignment-note {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px;
  margin-top: 7px;
  color: #64748b;
  font-size: 11px;
  line-height: 1.45;
}

.sms-campaign-assignment-note .btn-link {
  min-height: auto;
  padding: 0;
  font-size: 11px;
}

.sms-campaign-assignment-preview {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid #dbe3ec;
}

.sms-campaign-preview-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 8px;
}

.sms-campaign-preview-heading strong,
.sms-campaign-preview-heading span {
  display: block;
}

.sms-campaign-preview-heading strong {
  color: #334155;
  font-size: 11px;
}

.sms-campaign-preview-heading div > span {
  margin-top: 2px;
  color: #64748b;
  font-size: 10px;
}

.sms-campaign-preview-count {
  flex: 0 0 auto;
  padding: 2px 7px;
  border: 1px solid #cbd5e1;
  border-radius: 999px;
  background: #fff;
  color: #475569;
  font-size: 10px;
  font-weight: 700;
}

.sms-campaign-preview-steps {
  display: grid;
  gap: 6px;
}

.sms-campaign-preview-step {
  display: grid;
  grid-template-columns: 26px minmax(0, 1fr);
  border: 1px solid #e2e8f0;
  border-radius: 7px;
  background: #fff;
}

.sms-campaign-preview-step-marker {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 10px;
  border-right: 1px solid #e2e8f0;
  color: #2563eb;
  font-size: 10px;
}

.sms-campaign-preview-step-body {
  min-width: 0;
  padding: 8px;
}

.sms-campaign-preview-step-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  color: #64748b;
  font-size: 10px;
}

.sms-campaign-preview-step-heading strong {
  color: #334155;
  font-size: 11px;
}

.sms-campaign-preview-step-heading strong span {
  display: inline;
  margin-left: 4px;
  color: #64748b;
  font-size: 9px;
}

.sms-campaign-preview-step-heading > span {
  flex: 0 0 auto;
  white-space: nowrap;
}

.sms-campaign-preview-step-heading i {
  margin-right: 4px;
}

.sms-campaign-preview-message {
  margin-top: 5px;
  overflow-wrap: anywhere;
  color: #334155;
  font-size: 11px;
  line-height: 1.4;
}

.sms-campaign-preview-meta {
  margin-top: 4px;
  color: #64748b;
  font-size: 9px;
}

@media (max-width: 768px) {
  .sms-campaign-progress-dialog {
    margin: 0.5rem;
  }

  .sms-campaign-progress-modal-content {
    max-height: calc(100vh - 1rem);
  }

  .sms-campaign-progress-modal-header,
  .sms-campaign-progress-modal-body,
  .sms-campaign-progress-modal-footer {
    padding-right: 12px;
    padding-left: 12px;
  }

  .sms-campaign-overview-grid {
    grid-template-columns: 1fr;
  }

  .sms-campaign-overview-item {
    padding: 9px 0;
  }

  .sms-campaign-overview-item + .sms-campaign-overview-item {
    padding-left: 0;
    border-top: 1px solid #e2e8f0;
    border-left: 0;
  }

  .sms-campaign-progress-error-state {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .sms-campaign-progress-error-state .btn {
    grid-column: 1 / -1;
    justify-self: start;
  }

  .sms-campaign-milestone-top,
  .sms-campaign-preview-step-heading {
    flex-direction: column;
  }

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

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

  .sms-campaign-assignment-row .sms-campaign-assign-btn {
    width: 100%;
  }

  .sms-campaign-assignment-summary-note {
    max-width: 45%;
  }

  .sms-campaign-preview-step-heading > span {
    white-space: normal;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sms-campaign-progress-skeleton-line,
  .sms-campaign-progress-skeleton-row,
  .sms-campaign-assignment-summary::after {
    animation: none;
    transition: none;
  }
}
/********************************************************
  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;
  min-height: 0;
  overflow: hidden;


}

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

.chat-status:hover{
  color: #fff;
}

.chat-composer-meta {
  width: 100%;
  min-height: 22px;
  margin-top: 6px;
  font-size: 11px;
  line-height: 1.2;
  color: #6B7280;
  gap: 8px;
}

.chat-composer-options {
  min-width: 0;
  gap: 8px;
}

.chat-sms-copy-toggle {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 5px;
  padding: 4px 9px;
  border: 1px solid #CFE8F3;
  border-radius: 999px;
  background: #FFFFFF;
  color: #4B5563;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
  cursor: pointer;
}

.chat-container[data-sms-copy="true"] .chat-sms-copy-toggle {
  border-color: #8ECDE1;
  background: #EAF8FC;
  color: #254B73;
}

.chat-container[data-sms-copy-unavailable] .chat-sms-copy-toggle,
.chat-sms-copy-toggle.is-disabled {
  border-color: #E5E7EB;
  background: #F8FAFC;
  color: #94A3B8;
  cursor: not-allowed;
}

.chat-sms-copy-checkbox {
  width: 13px;
  height: 13px;
  margin: 0;
  accent-color: #254B73;
}

.chat-send-status {
  min-width: 0;
  max-width: 220px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.chat-send-status.is-success {
  color: #15803D;
}

.chat-send-status.is-error {
  color: #B91C1C;
}

.chat-send-status.is-warning {
  color: #B45309;
}

.chat-sms-char-count {
  flex: 0 0 auto;
  margin-left: 8px;
  font-weight: 700;
  color: #4B5563;
}

.chat-sms-char-count.is-warning {
  color: #B45309;
}

.chat-sms-char-count.is-error {
  color: #B91C1C;
}

.chat-container[data-sms-copy="true"] .send-message {
  background-color: #254B73;
  border-color: #254B73;
}

.chat-message-channel {
  display: inline-flex;
  align-items: center;
  margin-left: 6px;
  padding: 1px 6px;
  border-radius: 999px;
  background: #E0F2FE;
  color: #254B73;
  font-size: 10px;
  font-weight: 800;
  line-height: 1.4;
  vertical-align: middle;
}

.chat-message-channel--campaign {
  background: #ECFDF3;
  color: #166534;
}

.chat-message-channel--campaign.is-muted {
  background: #F1F5F9;
  color: #64748B;
}

.chat-system-event {
  align-self: center;
  width: min(92%, 420px);
  margin: 2px auto 14px;
  padding: 8px 10px;
  border: 1px solid #D7E7EF;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
  color: #4B5563;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
}

.chat-system-event-main {
  --campaign-label-offset: 94px;
  display: block;
  font-size: 11px;
  line-height: 1.35;
}

.chat-system-event-title-row {
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  flex-wrap: wrap;
  min-width: 0;
  gap: 5px;
}

.chat-system-event-meta-row {
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  flex-wrap: wrap;
  min-width: 0;
  gap: 5px;
  margin-left: var(--campaign-label-offset);
}

.chat-system-event-title {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 800;
  color: #1F2937;
}

.chat-system-event-step,
.chat-system-event-status,
.chat-system-event-time {
  color: #64748B;
  font-weight: 700;
}

.chat-system-event-time {
  font-size: 11px;
  line-height: 1.35;
}

.chat-system-event-preview {
  margin-top: 4px;
  margin-left: var(--campaign-label-offset);
  overflow: hidden;
  color: #475569;
  font-size: 11px;
  line-height: 1.35;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.chat-system-event--sms-campaign.view-sms-campaign-progress {
  cursor: pointer;
}

.chat-system-event--sms-campaign.view-sms-campaign-progress:hover,
.chat-system-event--sms-campaign.view-sms-campaign-progress:focus {
  border-color: #8ECDE1;
  background: rgba(248, 252, 254, 0.94);
  outline: none;
}

.chat-system-event--sms-campaign.is-backfilled {
  background: rgba(255, 255, 255, 0.68);
}

#chat-list.chat-message-list {
  flex: 1 1 0;
  min-height: 0;
  height: auto;
  margin-top: 0;
}

#chat-list {
  flex: 1 1 0;
  min-height: 0;
  height: auto;
  overflow-y: auto;
  overflow-x: hidden;
}

#chat-list .simplebar-wrapper,
#chat-list .simplebar-mask,
#chat-list .simplebar-offset,
#chat-list .simplebar-content-wrapper {
  height: 100%;
}

#chat-list .simplebar-content-wrapper {
  overflow-y: auto !important;
  overflow-x: hidden;
}

#chat-list .chat-message-list {
  min-height: 100%;
  height: auto;
  gap: 12px;
  margin-top: 0;
}

.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: 76%;
  padding: 12px;
  border-radius: 16px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.025);
  line-height: 21px;
  font-size: 14px;
  /* Make sure text wraps gracefully */
  word-wrap: break-word;
  overflow-wrap: anywhere;
}

/* 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 {
  flex: 0 0 auto;
  background: #FAFAFA;
  border-top: 1px solid #E6EEF7;
}

.chat-composer {
  width: 100%;
}

.chat-composer-input-row {
  gap: 8px;
}

.input-box {
  min-width: 0;
}

.input-box textarea {
  border-radius: 1rem;
  line-height: 1.35;
  padding: 0.65rem 0.8rem;
  overflow-y: hidden;
  resize: none;
  width: 100%;
  min-height: 42px !important;
  max-height: 120px;
}

.input-box textarea:placeholder-shown {
  line-height: 1.35;
  height: 42px !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;
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  align-self: flex-end;

}

.send-message.disabled,
.send-message[aria-disabled="true"] {
  opacity: 0.56;
  pointer-events: none;
}


/* 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;
}

.assignment-file-preview {
  width: 100%;
  min-height: 220px;
  background: #f8fafc;
  border-radius: 8px;
  overflow: hidden;
}

.assignment-file-preview--image {
  display: flex;
  align-items: center;
  justify-content: center;
}

.assignment-image-preview {
  width: 100%;
  max-height: 70vh;
  object-fit: contain;
}

.assignment-file-preview--audio {
  padding: 1rem;
}

.assignment-file-preview--document {
  min-height: 520px;
}

.assignment-file-preview--empty {
  min-height: 220px;
}

.assignment-document-frame {
  display: block;
  width: 100%;
  height: 70vh;
  min-height: 520px;
  border: 0;
  background: #fff;
}

.assignment-file-preview__icon {
  font-size: 2.4rem;
  color: #1d4ed8;
  line-height: 1;
}

@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%;
    }
}
