/* styles for frontend/pods/agent-transfer-reports/styles.css */

._widget-agent-big-graph_ndgq85 {
  width: 100%;
  max-width: 1200px; 
  margin: 20px auto; 
}

._graph-agent-big-container_ndgq85 {
  border: 1px solid #ccc;
  padding: 15px;
  border-radius: 8px;
  margin-top: 20px;
  width: 100%; 
  max-width: 1200px; 
  box-sizing: border-box; 
}

._graph-agent-big-widget-body_ndgq85 {
  display: block; 
  width: 100%; 
  height: 600px; 
  margin: 0; 
}

._graph-agent-title_ndgq85 {
  text-align: center; 
  margin-bottom: 15px;
}

._graph-agent-big-container_ndgq85 {
  border: 1px solid #ccc;
  padding: 15px;
  border-radius: 8px;
  margin-top: 20px;
  width: 100%; 
  max-width: 1200px; 
  box-sizing: border-box; 
}

._graph-agent-big-widget-body_ndgq85 {
  display: block; 
  width: 100%; 
  height: 400px; 
  margin: 0; 
}

._widget-agent-small-graph_ndgq85 {
  flex: 1 1 calc(33.33% - 20px); 
  max-width: 70000px; 
  min-width: 250px; 
  height: 100%; 
  box-sizing: border-box; 
}

._graph-agent-small-container_ndgq85 {
  display: flex;
  flex-direction: column; 
  justify-content: space-between; 
  align-items: center; 
  width: 100%;
  height: 100%; 
  padding: 15px;
  border: 1px solid #ccc;
  border-radius: 8px;
  margin-top: 20px;
}

._graph-agent-title_ndgq85 {
  margin: 20px 0 10px 0;
  font-size: 1.2em;
  color: #333;
  text-align: left;
  width: 100%;
}

._graph-agent-small-widget-body_ndgq85 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0 10px;
}

._graph-agent-grid_ndgq85 {
  display: flex;
  justify-content: space-between; 
  align-items: flex-start; 
  flex-wrap: wrap; 
  gap: 20px; 
  max-width: 1200px; 
  margin: 0 auto; 
}


._tableContainer-agent_ndgq85 {
  font-size: 10px;
  line-height: 1;
  padding: 0;
}

._tableHeader-agent_ndgq85 th {
  font-size: 10px;
  text-align: center;
  padding: 0px;
  margin: 0px;
}

._tableCell-agent_ndgq85 {
  text-align: center;
  padding: 2px;
}

._tableBody-agent_ndgq85 {
  font-size: 10px;
  padding: 0;
  line-height: 1;
}

._tableRow-agent_ndgq85 {
  padding: 0;
  margin: 0;
}

._table-agent-container_ndgq85 {
  position: relative;
  max-height: 300px; 
  overflow-y: auto; 
  margin-top: 10px; 
}

._c3-chart-texts_ndgq85 ._c3-text_ndgq85 {
  fill: black !important;
  font-weight: bold;
}

._tabs_ndgq85 {
  display: flex;
  border-bottom: 1px solid #ddd;
  margin-bottom: 5px;
}

._tabs_ndgq85 button {
  flex: 1;
  padding: 6px 10px;
  cursor: pointer;
  background-color: #f5f3ebd5;
  border: 1px solid #a5a2a2;
  border-bottom: none;
  border-radius: 5px 5px 0 0;
  font-size: 14px;
  color: #555;
  transition: background-color 0.3s, color 0.3s;
  outline: none;
}

._tabs_ndgq85 button:not(:last-child) {
  border-right: none;
}

._tabs_ndgq85 button:hover {
  background-color: #e6e6e6;
  color: #333;
}

._tabs_ndgq85 ._active-tab_ndgq85 {
  background-color: #f0f0f0;
  color: #333;
  font-weight: bold;
  border-bottom: 1px solid #f0f0f0;
}

._tab-content_ndgq85 {
  padding: 15px;
  font-size: 14px;
  color: #333;
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 5px;
}


._info-box-overlay_ndgq85 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

._info-box-content_ndgq85 {
  background-color: white;
  padding: 20px; 
  border-radius: 5px;
  width: 600px; 
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

._close-button-info-box_ndgq85 {
  cursor: pointer;
  float: right;
}

._user-list_ndgq85 {
  max-height: 400px; 
  overflow-y: auto; 
  border: 1px solid #ccc; 
  margin-top: 10px; 
}

._tableContainer-user_ndgq85 {
  width: 100%; 
  table-layout: fixed; 
}

._tableHeader-user_ndgq85 {
  position: sticky; 
  top: 0; 
  z-index: 1; 
  background-color: #f8f9fa; 
}

._tableBody-user_ndgq85 {
  overflow-y: auto; 
}


@media (min-width: 1200px) {
  ._graph-agent-grid_ndgq85 {
    display: flex;
    justify-content: space-between; 
    gap: 20px; 
    width: 100%; 
  }

  ._widget-agent-small-graph_ndgq85 {
    flex: 1; 
    max-width: 500px; 
    min-width: 300px; 
    width: 30%; 
    height: 500px; 
  }

  ._graph-agent-small-container_ndgq85 {
    padding: 20px; 
    border: 2px solid #ccc; 
    border-radius: 10px; 
  }

  ._graph-agent-small-widget-body_ndgq85 {
    height: 100%; 
    display: flex;
    align-items: center;
    justify-content: center; 
  }
}

@media (max-width: 768px) {
  ._graph-agent-grid_ndgq85 {
    flex-direction: column;
    gap: 20px; 
  }

  ._widget-agent-small-graph_ndgq85 {
    flex: 1 1 100%; 
  }
}









/* styles for frontend/pods/components/agent/agent-console/current-call/actions/states/ended/styles.css */
._ended_1srvf1 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2em;
}

._container_1srvf1 {
  width: 400px;
  max-width: 100%;
}

._box_1srvf1 {
  flex: 1 1 auto;
  margin: 1em;
  background-color: #444;
  border-radius: 4px;
  padding: 1em;
}


._agent-flagged_1srvf1 {
  margin: 1em;
}

/* styles for frontend/pods/components/agent/agent-console/current-call/actions/states/gatekeeper/lead/styles.css */
._gatekeeper-lead_1og0ao {
  padding: 1em;
  text-align: center;
}

._actions_1og0ao {
  padding-top: 2em;
}

._actions_1og0ao button:first-child {
  margin-right: 1em;
  padding-left: 3em;
  padding-right: 3em;
}

/* styles for frontend/pods/components/agent/agent-console/current-call/actions/states/gatekeeper/styles.css */
._boxes_sufrw8 {
  display: flex;
}

._box_sufrw8 {
  flex: 1 1 auto;
  margin: 1em;
  background-color: #444;
  border-radius: 4px;
  padding: 1em;
}

._box_sufrw8 ._title_sufrw8 {
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
  padding-bottom: 1em;
}

._box_sufrw8 ._title_sufrw8 i {
  margin-right: 0.5em;
}

._box_sufrw8 ._body_sufrw8 button {
  margin-bottom: 1em;
  display: flex;
  align-items: center;
  padding-left: 0.5em;
  padding-right: 0.5em;
}

._box_sufrw8 ._body_sufrw8 button i {
  flex: 0 0 2em;
}

._box_sufrw8 ._body_sufrw8 button span {
  flex: 1 1 auto;
  text-align: center;
}

._footer_sufrw8 {
  padding: 1em;
  text-align: center;
}

._back_sufrw8 {
  width: 12em;
}

/* styles for frontend/pods/components/agent/agent-console/current-call/actions/states/gatekeeper/transferring-to-lead/styles.css */
._gatekeeper-lead_1w28s9 {
  padding: 1em;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

._instructions_1w28s9 {
  font-size: 1.3em;
  font-weight: bold;
}

._actions_1w28s9 {
  padding: 2em;
  width: 400px;
}

._actions_1w28s9 button {
  margin-bottom: 1em;
}

/* styles for frontend/pods/components/agent/agent-console/current-call/actions/states/initial/styles.css */
._initial_4xa0ot {
  display: flex;
}

._box_4xa0ot {
  flex: 1 1 auto;
  margin: 1em;
  background-color: #444;
  border-radius: 4px;
  padding: 1em;
}

._box_4xa0ot ._title_4xa0ot {
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
  padding-bottom: 1em;
}

._box_4xa0ot ._title_4xa0ot i {
  margin-right: 0.5em;
}

._box_4xa0ot ._body_4xa0ot button {
  margin-bottom: 1em;
  display: flex;
  align-items: center;
  padding-left: 0.5em;
  padding-right: 0.5em;
}

._box_4xa0ot ._body_4xa0ot button i {
  flex: 0 0 2em;
}

._box_4xa0ot ._body_4xa0ot button span {
  flex: 1 1 auto;
  text-align: center;
}

/* styles for frontend/pods/components/agent/agent-console/current-call/actions/states/ivr/styles.css */
._ivr_11ryls {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2em;
}

._container_11ryls {
  display: flex;
}

._dial-pad_11ryls {
  flex: 0 0 auto;
  font-size: 1.2em;
}

._actions_11ryls {
  margin-left: 2em;
  flex: 0 0 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

._actions_11ryls button {
  margin-bottom: 1em;
}

._actions_11ryls button:last-child {
  margin-bottom: 0;
}


._actions_11ryls ._unmute_11ryls {
  opacity: 0.7;
}

/* styles for frontend/pods/components/agent/agent-console/current-call/actions/states/lead/client-unavailable/styles.css */
._client-unavailable_qokvo6 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

._container_qokvo6 {
  max-width: 600px;
  padding: 1em;
  text-align: center;
  font-size: 1.2em;
}

._actions_qokvo6 {
  padding: 2em;
}

/* styles for frontend/pods/components/agent/agent-console/current-call/actions/states/lead/styles.css */
._lead_bgw29b {
  width: 100%;
  text-align: center;
}

._title_bgw29b {
  text-align: center;
  font-size: 1.1em;
  font-weight: bold;
  padding: 1em;
}

/* styles for frontend/pods/components/agent/agent-console/current-call/actions/states/lead/transfer-failed/styles.css */
._transfer-failed_13b8jw {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

._container_13b8jw {
  max-width: 600px;
  padding: 1em;
  text-align: center;
  font-size: 1.2em;
}

._actions_13b8jw {
  padding: 2em;
}

/* styles for frontend/pods/components/agent/agent-console/current-call/actions/states/lead/transferred/styles.css */
._transferred_nyuw2g {
  width: 100%;
}

._title_nyuw2g {
  text-align: center;
  font-size: 1.3em;
  font-weight: bold;
}

/* styles for frontend/pods/components/agent/agent-console/current-call/actions/states/other/styles.css */
._ivr_iiackn {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2em;
}

._container_iiackn {
  display: flex;
}

._dial-pad_iiackn {
  flex: 0 0 auto;
  font-size: 1.2em;
}

._actions_iiackn {
  margin-left: 2em;
  flex: 0 0 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

._actions_iiackn button {
  margin-bottom: 1em;
}

._actions_iiackn button:last-child {
  margin-bottom: 0;
}


._actions_iiackn ._unmute_iiackn {
  opacity: 0.7;
}

/* styles for frontend/pods/components/agent/agent-console/current-call/actions/states/voicemail/styles.css */
._reached-voicemail_emdti4 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

._container_emdti4 {
  max-width: 600px;
  padding: 1em;
  text-align: center;
  font-size: 1.2em;
  margin: 1em;
  background-color: #444;
  border-radius: 4px;
}

._title_emdti4 {
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
  padding-bottom: 1em;
}

._actions_emdti4 {
  padding-top: 1em;
  max-width: 300px;
}

._actions_emdti4 button {
  margin-bottom: 1em;
}

._body_emdti4 p {
  margin-bottom: 1.5em;
}

/* styles for frontend/pods/components/agent/agent-console/current-call/actions/styles.css */
._mute-banner_r0x9on {
  margin: 0 2em;
}

._notes_r0x9on {
  margin-top: 1em;
  margin-bottom: 3em;
}

/* styles for frontend/pods/components/agent/agent-console/mute-state-banner/styles.css */
._alert_dn5qfd {
  font-size: 1.1em;
  pointer-events: none;
  transition: all 200ms ease-in-out;
}

._unmuted_dn5qfd {
  font-size: 1.4em;
  font-weight: bold;
}

/* styles for frontend/pods/components/agent/agent-console/notes/styles.css */
._box_1n4esc {
  flex: 1 1 auto;
  margin: 1em;
  background-color: #444;
  border-radius: 4px;
  padding: 1em;
}

/* styles for frontend/pods/components/agent/agent-console/states/connected/styles.css */
._connected_1vhj3j {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  width: 100%;
}

._connected_1vhj3j > ._top_1vhj3j {
  flex: 0 0 auto;
  padding: 1em;
  display: flex;
}

._agent-info_1vhj3j {
  flex: 1 1 auto;
  margin-right: 1em;
}

._client-info_1vhj3j {
  flex: 1 1 auto;
  margin-left: 1em;
}

._actions_1vhj3j {
  flex: 0 0 auto;
}

/* styles for frontend/pods/components/agent/agent-console/states/dialing/styles.css */
._dialing_tamdxk {
  padding: 1em;
  text-align: center;
  flex: 0 0 auto;
}

._title_tamdxk {
  font-size: 1.2em;
  padding: 1em 0;
}

/* styles for frontend/pods/components/agent/agent-console/states/idle/styles.css */
._idle_5ndmh8 {
  text-align: center;
}

._description_5ndmh8 {
  font-size: 1.3em;
}

._duration_5ndmh8 {
  font-size: 1.2em;
  display: flex;
  justify-content: center;
  align-items: center;
}

._duration_5ndmh8 ._time_5ndmh8 {
  font-weight: bold;
  font-size: 1.5em;
  padding-left: 0.75em;
  padding-bottom: 0.1em;
}


._actions_5ndmh8 {
  padding-top: 2em;
}

/* styles for frontend/pods/components/agent/agent-console/states/offline/styles.css */
._offline_1pk8jd {
  padding: 1em;
  text-align: center;
  flex: 0 0 auto;
}

._title_1pk8jd {
  font-size: 1.2em;
  padding: 1em 0;
}

/* styles for frontend/pods/components/agent/agent-console/states/paused/styles.css */
._paused_45vd6m {
  text-align: center;
  width: 100%;
}

._description_45vd6m {
  font-size: 1.3em;
}

._counter_45vd6m {
  font-size: 100px;
  font-weight: bold;
  height: 120px;
}

._not-ready_45vd6m {
  padding-top: 2em;
}

._duration_45vd6m {
  font-size: 1.2em;
  display: flex;
  justify-content: center;
  align-items: center;
}

._duration_45vd6m ._time_45vd6m {
  font-weight: bold;
  font-size: 1.5em;
  padding-left: 0.75em;
  padding-bottom: 0.1em;
}

._actions_45vd6m {
  padding-top: 2em;
}

._actions_45vd6m button {
  margin-left: 1em;
}

._actions_45vd6m button:first-child {
  margin-left: 0;
}

/* styles for frontend/pods/components/agent/agent-console/styles.css */
._agent-console_odtbe4 {
  background-color: #333;
  color: #e6e6e6;
  min-height: 600px;
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

._agent-console_odtbe4 h1,
._agent-console_odtbe4 h2,
._agent-console_odtbe4 h3,
._agent-console_odtbe4 h4,
._agent-console_odtbe4 h5,
._agent-console_odtbe4 h6 {
  color: #ddd;
}


._container_odtbe4 {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

/* styles for frontend/pods/components/agent/agent-console/widget/body/styles.css */
._body_lyr574 {
  flex: 1 1 auto;
  padding: 1em;
  background-color: #414349;
}

/* styles for frontend/pods/components/agent/agent-console/widget/heading/styles.css */
._heading_5wy52g {
  flex: 0 0 auto;
  background-color: #444;
  border-bottom: 1px solid #666;
  padding: 0.5em;
}

._title_5wy52g {
  font-size: 1.2em;
  font-weight: bold;
  color: #ccc;
}

/* styles for frontend/pods/components/agent/agent-console/widget/styles.css */
._widget_10si6m {
  border: 1px solid #666;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

/* styles for frontend/pods/components/agent/current-call/client-info/styles.css */
._widget-body_tcptek {
  padding: 0;
}

._client-info_tcptek {
  padding: 1em;
}

._name-container_tcptek {
  display: flex;
  align-items: center;
  padding-bottom: 0.5em;
}

._name_tcptek {
  flex: 1 1 auto;
  font-size: 1.8em;
  font-weight: bold;
}

._status_tcptek {
  flex: 0 0 auto;
  font-size: 1.1em;
}

._company_tcptek {
  font-size: 1.2em;
}

._notes_tcptek {
  margin-top: 1em;
  border-top: 1px dashed #666;
  background-color: #525181;
  border-radius: 4px;
  padding: 1em;
  font-size: 1.1em;
}

._notes_tcptek ._title_tcptek {
  font-weight: bold;
  padding-bottom: 0.5em;
  font-size: 1.2em;
  text-align: center;
}

._notes_tcptek ._body_tcptek {
  max-height: 200px;
  overflow-y: auto;
}

/* styles for frontend/pods/components/agent/current-call/lead-info/styles.css */
._lead_1amg4m {
}

._name_1amg4m {
  font-weight: bold;
  font-size: 3em;
  margin-bottom: 0.25em;
}

._title_1amg4m {
  font-size: 1.4em;
  font-weight: normal;
  margin-bottom: 0.25em;
}

._company_1amg4m {
  font-size: 1.4em;
  font-weight: normal;
  margin-bottom: 0.25em;
}

._phone_1amg4m {
  font-size: 1.2em;
  font-weight: normal;
  margin-bottom: 0.25em;
}

/* styles for frontend/pods/components/agent/current-call/say-something/styles.css */
._say-something_1fx1jt {
  padding: 1em;
  text-align: center;
}

._text_1fx1jt {
  font-size: 2em;
}

/* styles for frontend/pods/components/agent/status-bar/styles.css */
._status-bar_yd098n {
  color: #fff;
  font-weight: bold;
  font-size: 1.4em;
  text-align: center;
  padding: 0.5em 1em;
  transition: none !important;
  display: flex;
  align-items: center;
}

._status_yd098n {
  flex: 1 1 auto;
  text-align: center;
}

._time_yd098n {
  flex: 0 0 auto;
  padding: 0.25em 0.5em;
  border-radius: 4px;
  font-size: 0.7em;
  background-color: #0003;
}

/* styles for frontend/pods/components/app-header/styles.css */

._header-wrapper_17mu9i {
  height: var(--header-height);
  background-color: #ffffff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 30px;
  border-bottom: 1px solid var(--border-color);
  flex-shrink: 0;
}

._page-title_17mu9i {
  font-size: 18px;
  font-weight: 600;
  color: var(--text-main);
}

._right-actions_17mu9i {
  display: flex;
  align-items: center;
  gap: 30px;
}

._nav-links_17mu9i {
  display: flex;
  align-items: center;
  gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
}

._nav-links_17mu9i li a,
._nav-links_17mu9i li ._dropdown-toggle_17mu9i {
  text-decoration: none;
  color: #4a5568;
  font-size: 14px;
  font-weight: 500;
  padding: 8px 12px;
  transition: color 0.2s ease;
  cursor: pointer;
}

.nav-links li.dropdown.open > .dropdown-toggle,
.nav-links li.dropdown.show > .dropdown-toggle {
  color: #2563eb !important;
  font-weight: 600 !important;
}

.nav-links li.dropdown:has(.dropdown-menu a.active) > .dropdown-toggle,
.nav-links li.dropdown:has(.dropdown-menu .active) > .dropdown-toggle {
  color: #2563eb !important;
  font-weight: 600 !important;
}

.nav-links li.dropdown.active-parent > .dropdown-toggle {
  color: #2563eb !important;
  font-weight: 600 !important;
}

._modern-dropdown_17mu9i {
  border: 1px solid var(--border-color) !important;
  box-shadow: var(--shadow-sm) !important;
  border-radius: var(--radius-md) !important;
  min-width: 220px !important;
  padding: 5px 0 !important;
  margin-top: 12px !important;
  background-color: #ffffff !important;
}

.nav-links .dropdown-menu li a {
  display: flex !important;
  align-items: center !important;
  padding: 10px 18px !important;
  color: var(--text-main) !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  text-decoration: none !important;
  float: none !important;
  transition: background 0.15s ease, color 0.15s ease;
}

.nav-links .dropdown-menu a.active,
.nav-links .dropdown-menu .active > a {
  color: #2563eb !important;
  background-color: #eff6ff !important;
  font-weight: 600 !important;
}

.nav-links .dropdown-menu li a:hover {
  background-color: #f7fafc !important;
  color: #2563eb !important;
}

.nav-links .dropdown-menu .divider {
  margin: 5px 0 !important;
  background-color: var(--border-color) !important;
}

._special-link_17mu9i {
  margin-left: 10px;
  padding-left: 15px;
  border-left: 1px solid var(--border-color);
}

._special-link_17mu9i a {
  color: var(--text-main) !important;
  font-weight: 600 !important;
}

._special-link_17mu9i a:hover {
  color: #2563eb !important;
}
/* styles for frontend/pods/components/app-sidebar/styles.css */

._slim-sidebar-nav_1410j2 {
  display: flex;
  flex-direction: column;
  width: 56px;
  height: 100vh;
  background-color: #ffffff;
  border-right: 1px solid #e2e8f0;
  flex-shrink: 0;
}

._brand-icon_1410j2 {
  width: 100%;
  height: var(--header-height); 
  display: flex;
  align-items: flex-end;

  justify-content: center; 

  margin-top: 15px !important;

  padding: 0 !important; 

  background-color: 
#ffffff;

  overflow: hidden; 
}
._mini-logo_1410j2 {
  width: 65px !important;  
  height: 58px !important; 
  border: none !important;
  outline: none !important;
  margin: 0 !important;
  padding: 0 !important;

  object-fit: contain !important;

  object-position: center !important; 

  display: block;
  flex-shrink: 0;
  margin: 0 !important;
  margin-top: 60px !important;
}

._main-nav_1410j2 {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
}

._nav-item_1410j2 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  color: #4a5568;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease;
  text-decoration: none;
}

._nav-item_1410j2 i {
  font-size: 22px;
  line-height: 1;
}

._nav-item_1410j2:hover {
  background-color: #eef2ff;
  color: #2563eb;
}

.app-sidebar .nav-item.active,
.app-sidebar a.nav-item.active {
  background-color: #dbeafe;
  color: #2563eb;
}

._gear-icon_1410j2 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  color: #4a5568;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease;
  text-decoration: none;
}

._gear-icon_1410j2:hover,
._gear-icon_1410j2:focus {
  background-color: #eef2ff;
  color: #2563eb;
}

.nav-links .nav-item.active,
a.nav-item.active {
  background-color: #dbeafe;
  color: #2563eb;
}

.dropright.open > a.gear-icon,
.dropright.show > a.gear-icon {
  background-color: #dbeafe;
  color: #2563eb;
}

._settings-dropdown_1410j2 {
  border: 1px solid var(--border-color) !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1) !important;
  border-radius: var(--radius-md) !important;
  min-width: 200px !important;
  padding: 5px 0 !important;
  background-color: #ffffff !important;
}

.dropright .dropdown-menu {
  top: 0 !important;
  left: 100% !important;
  margin-top: 0 !important;
  margin-left: 8px !important;
}

.app-sidebar .dropdown-header {
  font-size: 11px !important;
  text-transform: uppercase !important;
  color: #a0aec0 !important;
  padding: 8px 15px !important;
  letter-spacing: 0.5px !important;
  font-weight: 600 !important;
}

.app-sidebar .dropdown-menu li a {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  padding: 9px 16px !important;
  color: var(--text-main) !important;
  font-size: 14px !important;
  text-decoration: none !important;
  transition: background 0.15s ease, color 0.15s ease;
}

.app-sidebar .dropdown-menu li a i {
  font-size: 16px !important;
  color: #a0aec0 !important;
  width: 18px !important;
  text-align: center !important;
  transition: color 0.15s ease;
}

.app-sidebar .dropdown-menu li a:hover {
  background-color: #f0f7ff !important;
  color: #2563eb !important;
}

.app-sidebar .dropdown-menu li a:hover i {
  color: #2563eb !important;
}

.app-sidebar .dropdown-menu .divider {
  margin: 5px 0 !important;
  background-color: var(--border-color) !important;
}

._user-footer_1410j2 {
  width: 100%;
  display: flex;
  justify-content: center;
  padding-bottom: 20px;
  position: relative;
}

._user-avatar_1410j2 {
  width: 36px;
  height: 36px;
  background-color: #2d3748;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  cursor: default;
  transition: transform 0.2s ease;
  user-select: none;
}

._user-avatar_1410j2:hover {
  transform: scale(1.1);
}

._nav-item_1410j2,
._nav-item_1410j2:hover,
._nav-item_1410j2:focus,
._nav-item_1410j2:active {
  text-decoration: none !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}

._logout-dropdown_1410j2 {
  display: none;                    
  position: absolute;
  left: 54px !important;            
  top: 50% !important;              
  transform: translateY(-50%);      
  margin: 0 !important;
  
  min-width: 140px;
  background-color: #ffffff;
  border: 1px solid #e2e8f0;
  box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1);
  border-radius: 8px;
  padding: 6px 0;
  z-index: 1050;                    
}

._logout-dropdown_1410j2._show_1410j2 {
  display: block !important;        
}

._logout-button_1410j2 {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  padding: 10px 16px;
  color: #ef4444;
  background: transparent;
  border: none;
  font-weight: 500;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.2s;
  text-align: left;
}

._logout-button_1410j2:hover {
  background-color: #fff1f2;
  color: #dc2626;
}


._slim-sidebar-nav_1410j2,
._sidebar_1410j2,
._aside_1410j2 {
  overflow: visible !important;
}
/* styles for frontend/pods/components/call-lead-card/connect-card/styles.css */
._text_1wimxq {
  margin-top: 0.5em;
  margin-bottom: 1.5em;
}

._button_1wimxq {
  text-align: left;
  margin-bottom: 1em;
}

._button_1wimxq i {
  width: 3em;
}

/* styles for frontend/pods/components/call-lead-card/eavesdropping-card/styles.css */
._description_vfrrrc {
  font-size: 0.9em;
  margin-bottom: 1.5em;
}

._description_vfrrrc ._user_vfrrrc {
  font-size: 1.3em;
  font-weight: bold;
  padding: 0.25em 0;
}

/* styles for frontend/pods/components/call-lead-list-item/styles.css */
._status_1nhfc4 {
  font-size: 0.8em;
}

/* styles for frontend/pods/components/call-lead-list-select/styles.css */
._menu_1vp4a5 {
  border: 0px;
}

a._menu-item_1vp4a5 {
  font-size: 0.9em;
  padding-top: 0.25em !important;
  padding-bottom: 0.25em !important;
  padding-left: 1em !important;
  padding-right: 1em !important;
}

/* styles for frontend/pods/components/call-session/manager-live-view/list-item/styles.css */
._list-item_1qbv96 {
  width: 100%;
  display: flex;
  padding: 1em;
  border-bottom: 1px dashed #ddd;
}

._list-item_1qbv96 ._name_1qbv96 {
  flex: 0 0 25%;
}

._list-item_1qbv96 ._duration_1qbv96 {
  flex: 0 0 15%;
  text-align: right;
}

._list-item_1qbv96 ._status_1qbv96 {
  flex: 0 0 25%;
  text-align: center;
}

._list-item_1qbv96 ._lead_1qbv96 {
  flex: 0 0 20%;
  text-align: center;
}

._list-item_1qbv96 ._lead_1qbv96 ._name_1qbv96 {
  font-weight: bold;
}

._list-item_1qbv96 ._actions_1qbv96 {
  flex: 0 0 15%;
  text-align: right;
}

/* styles for frontend/pods/components/call-session/manager-live-view/styles.css */
._header_ktn767 {
  width: 100%;
  display: flex;
  padding: 1em;
  border-bottom: 1px dashed #ddd;
  font-size: 1.1em;
  font-weight: bold;
}

._header_ktn767 ._name_ktn767 {
  flex: 0 0 25%;
}

._header_ktn767 ._duration_ktn767 {
  flex: 0 0 15%;
  text-align: right;
}

._header_ktn767 ._status_ktn767 {
  flex: 0 0 25%;
  text-align: center;
}

._header_ktn767 ._lead_ktn767 {
  flex: 0 0 20%;
  text-align: center;
}

._header_ktn767 ._actions_ktn767 {
  flex: 0 0 15%;
  text-align: right;
}

._loading_ktn767 {
  text-align: center;
  padding: 1em;
}

._empty_ktn767 {
  text-align: center;
  padding: 2em 1em;
  font-style: italic;
}

/* styles for frontend/pods/components/call-voicemail-select/styles.css */
._menu_x3h0a4 {
  border: 0px;
}

a._menu-item_x3h0a4 {
  font-size: 0.9em;
  padding-top: 0.25em !important;
  padding-bottom: 0.25em !important;
  padding-left: 1em !important;
  padding-right: 1em !important;
}

/* styles for frontend/pods/components/organization-phone-number/cnam/list/styles.css */
._statistics_1j9uxs {
  padding: 1em 0em;
  font-size: 1.2em;
  font-weight: bold;
}

._cnams-table_1j9uxs > tbody > tr > td {
  vertical-align: middle;
}

._loading_1j9uxs {
  font-size: 1.5em;
  text-align: center;
  padding: 2em;
}

._new-record_1j9uxs {
  padding: 1em;
  display: inline-flex;
}

._new-record_1j9uxs input {
  flex: 1 1 auto;
  width: 300px;
}

/* styles for frontend/pods/components/organization-phone-number/create-form/available-phone-number/styles.css */
._search_4r59ms {
  display: flex;
  align-items: center;
  padding: 0.5em 0;
}

._search_4r59ms input {
  flex: 0 0 250px;
}

._search_4r59ms button {
  flex: 0 0 auto;
}

._results_4r59ms {
  padding: 1em;
}

._item_4r59ms {
  padding: 0.5em;
  border-bottom: 1px dotted #ddd;
  display: flex;
}

._item_4r59ms ._phone-number_4r59ms {
  flex: 0 0 auto;
  min-width: 200px;
}

._item_4r59ms ._actions_4r59ms {
  flex: 0 0 auto;
}

/* styles for frontend/pods/components/organization-phone-number/create-form/styles.css */
._search_jwcwd {
  display: flex;
  align-items: center;
  padding: 0.5em 0;
}

._search_jwcwd input {
  flex: 0 0 250px;
}

._search_jwcwd button {
  flex: 0 0 auto;
}

._results_jwcwd {
  padding: 1em;
}

/* styles for frontend/pods/components/organization-phone-number/list/styles.css */
._statistics_1i6112 {
  padding: 1em 0em;
  font-size: 1.2em;
  font-weight: bold;
}

._phone-numbers-table_1i6112 > tbody > tr > td {
  vertical-align: middle;
}

._loading_1i6112 {
  font-size: 1.5em;
  text-align: center;
  padding: 2em;
}

/* styles for frontend/pods/components/paginated-lead-list/styles.css */
._lead_ncwymq {
  display: flex;
  align-items: center;
  padding-bottom: 5px;
}

._lead_ncwymq * {
  flex: 0 0 auto;
}

._lead_ncwymq ._name_ncwymq {
  margin-bottom: 0 !important;
}

/* styles for frontend/pods/components/partial/lead/call-notes/styles.css */
._lead-call-note-history_4ppbu2 {
  height: 275px;
  word-wrap: break-word;
  overflow-y: auto
}

/* styles for frontend/pods/components/partial/organization/disposition-form/styles.css */
._logo_1gyr09 {
  height: 42px;
  margin-bottom: 1em;
}

/* styles for frontend/pods/components/partial/organization/dynamics-form/styles.css */
._logo_16jirj {
  height: 42px;
  margin-bottom: 1em;
}

/* styles for frontend/pods/components/partial/organization/form/styles.css */
._logo_19k0ru {
  height: 42px;
  margin-bottom: 1em;
}

/* styles for frontend/pods/components/phone-number/lookup-icon/styles.css */
._icon_h5z7c0 {
}

/* styles for frontend/pods/components/recording-player/styles.css */
._recording-player_r76nfu {
  display: inline-flex;
  align-items: center;
}

._recording-player_r76nfu input {
  width: 120px;
  overflow: hidden;
  background-color: transparent;
  border: 0;
  padding: 0 10px;
}

._recording-player_r76nfu ._pause_r76nfu,
._recording-player_r76nfu ._play_r76nfu {
  font-size: 0.8em;
  height: 2.5em;
  width: 2.5em;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* styles for frontend/pods/components/service-provider-fields-edit/styles.css */
._header_ne5qyt {
  padding: 0.5em;
}

/* styles for frontend/pods/components/service-provider/advanced-settings/styles.css */
._header_1ah77o {
  display: flex;
  align-items: center;
  padding: 0.5em;
  border-bottom: 1px solid #f7f7f7;
  font-size: 1.1em;
  font-weight: bold;
  background-color: #eee;
}

._header_1ah77o ._icon_1ah77o {
  flex: 0 0 5%;
}

._header_1ah77o ._field_1ah77o {
  flex: 0 0 50%;
}

._header_1ah77o ._type_1ah77o {
  flex: 0 0 25%;
  padding-left: 1em;
}

._header_1ah77o ._use_1ah77o {
  padding-left: 1em;
  flex: 0 0 10%;
  text-align: center;
}

._header_1ah77o ._actions_1ah77o {
  padding-left: 1em;
  flex: 0 0 10%;
  text-align: right;
}

._add_1ah77o {
  display: block;
  padding: 1em;
  text-align: center;
}

/* styles for frontend/pods/components/service-provider/map-phone-numbers/list-item/styles.css */
._item_na5mzm {
  display: flex;
  align-items: center;
  padding: 1em 0.5em;
  border-bottom: 1px solid #f7f7f7;
}

._item_na5mzm ._icon_na5mzm {
  flex: 5%;
}

._item_na5mzm ._field_na5mzm {
  flex: 0 0 50%;
}

._item_na5mzm ._type_na5mzm {
  flex: 0 0 25%;
  padding-left: 1em;
}

._item_na5mzm ._use_na5mzm {
  padding-left: 1em;
  flex: 0 0 10%;
  text-align: center;
}

._item_na5mzm ._actions_na5mzm {
  padding-left: 1em;
  flex: 0 0 10%;
  text-align: right;
}

/* styles for frontend/pods/components/service-provider/map-phone-numbers/styles.css */
._header_1kc9x3 {
  display: flex;
  align-items: center;
  padding: 0.5em;
  border-bottom: 1px solid #f7f7f7;
  font-size: 1.1em;
  font-weight: bold;
  background-color: #eee;
}

._header_1kc9x3 ._icon_1kc9x3 {
  flex: 0 0 5%;
}

._header_1kc9x3 ._field_1kc9x3 {
  flex: 0 0 50%;
}

._header_1kc9x3 ._type_1kc9x3 {
  flex: 0 0 25%;
  padding-left: 1em;
}

._header_1kc9x3 ._use_1kc9x3 {
  padding-left: 1em;
  flex: 0 0 10%;
  text-align: center;
}

._header_1kc9x3 ._actions_1kc9x3 {
  padding-left: 1em;
  flex: 0 0 10%;
  text-align: right;
}

._add_1kc9x3 {
  display: block;
  padding: 1em;
  text-align: center;
}

/* styles for frontend/pods/components/soft-phone/button-bar/styles.css */
._button-bar_1gdomw {
  text-align: center;
  padding: 1em;
}

/* styles for frontend/pods/components/soft-phone/control-panel/styles.css */
._bar_1i15va {
  text-align: center;
  padding: 0.5em;
}

._dialpad-button_1i15va {
  width: 10em;
  padding-left: 1em !important;
  padding-right: 1em !important;
  color: #fff !important;
}

._dialpad-icon_1i15va {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1em;
  margin-right: 0.25em;
}

._dialpad-icon_1i15va i {
  flex: 1 1 auto;
}

._dialpad_1i15va {
  font-size: 0.8em;
  text-align: center;
}

._digits_1i15va {
  font-size: 1.2em !important;
  padding: 0 !important;
}

/* styles for frontend/pods/components/soft-phone/dial-pad/dial-button/styles.css */
._dialpad-button_18x9ih {
  border: 1px solid #ccc;
  border-radius: 10%;
  width: 5em;
  display: inline-block;
  font-size: inherit !important;
  margin: 1px;
  padding: 0.5em;
  color: #fff;
  background-color: #424242;
  display: inline-flex;
  flex-direction:column;
  align-items: center;
  justify-content: center;
}

._dialpad-button_18x9ih[disabled],
._dialpad-button_18x9ih:hover,
._dialpad-button_18x9ih:active,
._dialpad-button_18x9ih:focus {
  color: #fff;
  background-color: #424242;
}

._letters_18x9ih {
  flex: 0 0 auto;
  font-size: 0.6em;
  padding-bottom: 0.25em;
}

._number_18x9ih {
  flex: 1 1 auto;
  font-size: 1.4em;
  font-weight: 600;
  line-height: 1.2em;
}

button._flash_18x9ih {
  animation: _flash_18x9ih 0.5s ease-in;
}

@keyframes _flash_18x9ih {
  0% {
    background-color: #424242;
  }
  50% {
    background-color: #8bbf61;
  }
  100% {
    background-color: #424242;
  }
}

/* styles for frontend/pods/components/soft-phone/dial-pad/styles.css */
._dialpad_14kvzs {
  padding: 1em;
  display: inline-block;
  border-radius: 8px;
}

/* styles for frontend/pods/components/soft-phone/digits-bar/styles.css */
._digits_7cf8a9 {
  padding: 0.5em;
  font-size: 1.6em;
  letter-spacing: 0.3em;
  color: #ccc;
}

/* styles for frontend/pods/components/soft-phone/mute-button/styles.css */
._mute_18wyue {
  min-width: 8em;
}

/* styles for frontend/pods/components/soft-phone/styles.css */
._softphone_6li8qu {
  text-align: center;
}

._status_6li8qu {
  padding: 8px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

._status_6li8qu._connecting_6li8qu, ._status_6li8qu._disconnecting_6li8qu {
  font-size: 60px;
}

._dialpad_6li8qu {
  font-size: 1.2em;
}

/* styles for frontend/pods/components/ui-select/styles.css */
._item_1pt187 {
  display: inline-block;
}

.ember-power-select-dropdown ._item_1pt187 {
  display: block;
  margin: 0 -8px;
  padding: 0.25em 1em;
  border-bottom: 1px solid #f7f7f7;
}

/* styles for frontend/pods/components/ui/dropdown-button/menu-component/styles.css */
._panel_6s7e5w {
  max-height: 200px;
  overflow-y: auto;
}

/* styles for frontend/pods/components/ui/dropdown-button/menu-item/styles.css */
._a_14eajf {
  display: block;
  padding: 0.2rem 0.75rem !important;
}

._a_14eajf > i {
  padding-right: 0.8em;
}

/* styles for frontend/pods/components/ui/dropdown-button/styles.css */
._ui-dropdown-button_1wbt4s {
  display: inline-block;
  position: relative;
}

/* styles for frontend/pods/components/ui/tabs-component/styles.css */
._headers_movvt8 {
  display: flex;
  border-bottom: 1px solid #ddd;
}

._content_movvt8 {
  padding: 24px 16px;
  background-color: #fff;
}

@media(max-width: 768px) {
  ._content_movvt8 {
    padding: 12px 8px;
  }
}

/* styles for frontend/pods/components/ui/tabs-component/tab-header/styles.css */
._tab-header_zs3sue {
  flex: 1 1 auto;
  padding: 16px 16px;
  font-weight: 500;
  background-color: #f9f9f9;
  border: 1px solid #eee;
  border-bottom: 0px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  cursor: pointer;
}

._tab-header_zs3sue._active_zs3sue, ._tab-header_zs3sue:hover {
  background-color: #fff;
  border: 1px solid #dde;
  border-bottom: 2px solid #188ae2;
  color: #188ae2;
}

/* styles for frontend/pods/components/ui/toggle-switch/styles.css */
._ui-toggle-switch_1gno2h {
  width: 36px;
  height: 20px;
  border-radius: 10px;
  background-color: #999;
  display: inline-block;
  transition: background-color 0.2 ease-in-out;
}

._ui-toggle-switch_1gno2h._checked_1gno2h {
  background-color: #496cad;
}

._ball_1gno2h {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  border: 1px solid #999;
  background-color: #fff;
  transition: margin 0.2s ease-in-out;
}

._ui-toggle-switch_1gno2h._checked_1gno2h ._ball_1gno2h {
  margin-left: 16px;
  border: 1px solid #496cad;
}

/* styles for frontend/pods/current-activity/styles.css */
._statistics_1ojyw9 {

}

._statistics_1ojyw9 thead tr {
  background-color: #fcfcfc;
}

._statistics_1ojyw9 tbody td {
  font-weight: bold;
}

._statistics_1ojyw9 ._value_1ojyw9 {
  color: #428bca;
  text-align: right;
}

/* styles for frontend/pods/live/manager/styles.css */
._manager-live-view_pwonnk {
  background-color: #fff;
}

/* styles for frontend/pods/organizations/organization/external-webhooks/index/styles.css */
._webhooks-header-container_snz3dk {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 10px;
}

/* styles for frontend/pods/organizations/organization/phone-numbers/styles.css */

/* styles for frontend/pods/service-providers/service-provider/edit/styles.css */

/* styles for frontend/styles/app.css */
/* =============================================================
   APP.CSS — ORIGINAL WITH MIGRATION COMMENTS
   New 3-column flex layout replaces the old fixed/margin system.
   Disabled rules are commented out with explanation.
   ============================================================= */

html.csstransitions.csstransforms3d .non-viewport {
  opacity: 0
}

html.csstransitions.csstransforms3d .layout-app,
html.csstransitions.csstransforms3d #menu,
html.csstransitions.csstransforms3d #menu-top,
html.csstransitions.csstransforms3d #menu_kis,
html.csstransitions.csstransforms3d .navbar.main,
html.csstransitions.csstransforms3d #footer {
  visibility: visible;
}

/* OLD: content used margin-right to leave space for the fixed right sidebar.
   Replaced by flex layout — #right-sidebar is now a flex column sibling. */
.phone_rep_info_content_box {
    max-height: 200px;
    overflow-y: auto; 
    word-wrap: break-word;
}

.container-fluid #content {
  margin: 0
}

/* DISABLED: old system pushed content away from right sidebar using margin.
   New flex layout handles spacing automatically. */
/* :global(.container-fluid #menu ~ #content) {
  margin: 0 260px 0 0
} */

/* DISABLED: old sidebar was positioned fixed to the right edge of the screen.
   Now #right-sidebar is a flex column in the app layout. */
/* :global(.container-fluid #menu) {
  right: 0
} */

.container-fluid.no-sidebar #menu ~ #content {
  margin-right: 0;
}

.container-fluid.no-sidebar #menu {
  display: none;
}

#menu>div>ul {
  top: auto
}

ol {
  padding-left: 20px
}

#logo {
  margin-top: 14px;
  font-size: 18pt;
  font-weight: bold;
}

#logo > img {
  height: 42px;
}

.label.lead-count {
  width: 100%
}

.label.call-status {
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: center;
  font-size: 100%;
  margin-bottom: 12px
}

.call-session-leads li {
  cursor: pointer
}

.call-session-leads li>.label {
  display: none;
  margin-top: 0px;
  padding: 2px
}

.call-session-leads li>.media {
  margin-top: 0px
}

.call-session-leads li.is-dialing>.label {
  display: block
}

.call-session-leads.is-filtered-by-active-calls li {
  display: none
}

.call-session-leads.is-filtered-by-active-calls li.is-dialing {
  display: block
}

.overflow-list {
  max-height: 400px;
  overflow-y: auto
}

.lead-list-select {
  width: 100%
}

.voice-mail-recording-select {
  width: 100%
}

.fa-default {
  color: #496cad
}

.error-list ul {
  margin-left: 20px
}

.campaign-field-mapping-select {
  width: 100%
}

.clickable {
  cursor: pointer
}

.full-size {
  width: 100%
}

.lead-info .about .properties {
  max-height: 280px;
  overflow-y: auto
}

.dashboard .widget-timeline ul.list-timeline li span.date {
  width: 90px
}

.dashboard .widget-timeline ul.list-timeline li span.ellipses {
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 65%
}

.ember-list-view {
  overflow: auto;
  position: relative
}

.ember-list-item-view {
  position: absolute
}

.infinite-scroll-view {
  overflow-y: auto;
  max-height: 400px
}

.inline-editor .editor {
  display: inline
}

.inline-editor .editor input.form-control {
  display: inline
}

.inline-editor .actions {
  display: inline;
  max-width: 100px
}

.inline-editor .badge {
  padding: 2px 4px
}

.inline-editor a.edit {
  color: #666
}

.inline-editor .editor-content {
  display: none
}

.inline-editor table.inline-editor-display td {
  vertical-align: top
}

.inline-editor.is-editing .editor-content {
  display: block
}

.inline-editor.is-editing .display-content {
  display: none
}

.topnav .appbrand {
  color: #fff;
  height: 49px;
  line-height: 49px;
  font-size: 16px;
  font-weight: bold;
  text-shadow: 0 1px 0 rgba(0,0,0,0.2);
  padding: 0 10px 0 10px
}

.topnav .appbrand:hover {
  text-decoration: none
}

form.campaign-file-upload .is-saving {
  display: none
}

.error-page {
  margin-top: 100px
}

.navbar ul.nav>li>a {
  font-size: 14px;
  color: #424242;
  font-weight: 400
}

.navbar ul.nav>li>a.active {
  font-weight: bold
}

#system-alerts {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0px 10px;
  z-index: 2000
}

#system-alerts .system-alert {
  display: none;
  padding: 8px;
  margin-bottom: 0px
}

#system-alerts .system-alert.has-route {
  cursor: pointer
}

#platform-notifications {
  width: 100%;
  padding: 0
}

#platform-notifications .alert {
  margin: 0
}

.btn-small {
  font-size: 12px;
  padding: 4px
}

.alert {
  padding: 8px 15px;
  margin-bottom: 4px
}

/* DISABLED: fixed height replaced by height: auto in new design to allow
   the status bar to grow with its content. */
/* :global(.call-sidebar .call-status) {
  margin-bottom: 1px;
  height: 29px
} */

/* DISABLED: fixed height replaced by height: auto in new design.
   Control buttons area now sizes to its content. */
/* :global(.call-sidebar .control-buttons) {
  height: 30px
} */

/* DISABLED: padding overridden by new design button styles. */
/* :global(.call-sidebar .control-buttons .btn-group .btn) {
  padding: 4px 8px
} */

/* DISABLED: focus color overridden by new transparent button design. */
/* :global(.call-sidebar .control-buttons .btn-group .btn:focus) {
  color: #fff;
  background-color: #424242;
  border-color: #424242
} */

.call-sidebar .control-buttons .hint {
  text-align: right;
  color: #fff;
  padding-right: 8px;
  padding-top: 8px
}

.call-sidebar .lead-card {
  background-color: #555;
  border-radius: 5px;
  margin: 8px
}

.call-sidebar .lead-card .outbound-call-edit {
  color: #ddd
}

.call-sidebar .lead-card .outbound-call-edit .form-group {
  margin-bottom: 4px
}

.call-sidebar .lead-card .outbound-call-edit .form-group>label {
  font-size: 12px
}

.call-sidebar .lead-card .outbound-call-edit .form-group .form-control {
  height: auto;
  font-size: 12px;
  padding: 4px
}

.call-sidebar .lead-card .btn:hover {
  background-color: #424242 !important;
  color: #fff !important
}

/* DISABLED: btn-refresh color overridden by new transparent dark design. */
/* :global(.call-sidebar .leads-list-tabs .btn-refresh) {
  background-color: #27292a;
  border: none
} */

.call-sidebar ul.leads-list {
  overflow-y: auto !important
}

.call-sidebar ul.leads-list li a {
  line-height: inherit !important
}

/* DISABLED: status icon color overridden by new dark theme (#4a5568). */
/* :global(.call-sidebar ul.leads-list li i.status) {
  color: #424242 !important;
  padding-top: 2px;
  width: 24px
} */

/* DISABLED: same as above — overridden by new dark theme. */
/* :global(.call-sidebar ul.leads-list li i.status:before) {
  color: #424242 !important;
  font-size: 12px !important
} */

.call-sidebar ul.leads-list li .name {
  width: 185px;
  text-overflow: ellipsis;
  overflow-x: hidden;
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle
}

.call-sidebar ul.leads-list li .company {
  width: 185px;
  text-overflow: ellipsis;
  overflow-x: hidden;
  white-space: nowrap;
  font-size: 12px;
  color: #fff;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle
}

.call-sidebar ul.leads-list li .title {
  width: 185px;
  text-overflow: ellipsis;
  overflow-x: hidden;
  white-space: nowrap;
  font-size: 12px;
  font-style: italic;
  display: inline-block;
  vertical-align: middle
}

.call-sidebar ul.leads-list li.do-not-call i.status,
.call-sidebar ul.leads-list li.agent-flagged i.status {
  color: #bd362f !important
}

.call-sidebar ul.leads-list li.do-not-call i.status:before,
.call-sidebar ul.leads-list li.agent-flagged i.status:before {
  color: #bd362f !important
}

.call-sidebar ul.leads-list li.on-hold-until i.status {
  color: #FFFF66 !important
}

.call-sidebar ul.leads-list li.on-hold-until i.status:before {
  color: #FFFF66 !important
}

/* DISABLED: active lead background overridden by new rgba blue design. */
/* :global(.call-sidebar ul.leads-list li.active) {
  background-color: #496cad;
  color: #fff !important
} */

/* DISABLED: active lead text colors overridden by new #93c5fd design. */
/* :global(.call-sidebar ul.leads-list li.active a),
:global(.call-sidebar ul.leads-list li.active i),
:global(.call-sidebar ul.leads-list li.active i:before),
:global(.call-sidebar ul.leads-list li.active i.status),
:global(.call-sidebar ul.leads-list li.active i.status:before) {
  color: #fff !important
} */

/* DISABLED: online status color overridden by new #48bb78 green. */
/* :global(.call-sidebar ul.leads-list li.is-online i.status) {
  color: #8bbf61 !important
} */

/* DISABLED: same as above. */
/* :global(.call-sidebar ul.leads-list li.is-online i.status:before) {
  color: #8bbf61 !important
} */

/* DISABLED: sidebar scrolling region used position:fixed relative to the screen.
   Replaced by flex: 1 inside the new #right-sidebar flex column. */
/* :global(.call-sidebar .sidebar-scrolling-region) {
  position: fixed;
  top: 60px;
  left: 0;
  right: 0;
  bottom: 54px;
  overflow-x: hidden;
  overflow-y: auto
} */

/* DISABLED: bottom bar used position:fixed pinned to the full screen left edge.
   Now uses position:fixed pinned to right:0 with width:var(--right-sidebar-width). */
/* :global(.call-sidebar .bottom-bar) {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 54px;
  z-index: 10;
  text-align: center;
  font-size: 24px;
  background-color: #000000
} */

/* DISABLED: bottom bar icon color overridden by new #718096 design. */
/* :global(.call-sidebar .bottom-bar i) {
  color: #aaa
} */

/* DISABLED: badge position overridden by new top:-10px / left:-10px values. */
/* :global(.call-sidebar .bottom-bar .badge) {
  position: relative;
  top: -16px;
  left: -16px;
  font-size: 10px;
  padding: 2px 4px
} */

.badge.badge-xs {
  font-size: 0.7em;
  padding: 2px 4px
}

.btn-tab {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  padding: 2px 4px
}

.btn-inverse.btn-selected {
  background-color: #8f8f8f
}

.dropdown-button-component {
  display: block;
  float: left;
  position: relative
}

.dropdown-button-component .dropdown-button-menu {
  position: absolute;
  top: 30px;
  left: 0px;
  z-index: 4000;
  max-height: 200px;
  max-width: 200px;
  overflow-y: auto;
  overflow-x: auto
}

.dropdown-button-component .dropdown-button-menu .btn {
  text-align: left
}

.dropdown-button-component .dropdown-button-menu .btn:hover,
.dropdown-button-component .dropdown-button-menu .btn:focus {
  background-color: #496cad !important;
  color: #fff !important
}

.dropdown-button-component.menu-align-right .dropdown-button-menu {
  left: inherit;
  right: 0px
}

.tooltip {
  position: fixed !important
}

.text-default {
  color: #333
}

.fa.fa-star,
.fa.fa-star-o {
  color: #ebdc36
}

.fa.fa-star.text-medium,
.fa.fa-star-o.text-medium {
  font-size: 18px
}

.label.label-activate {
  width: 55px
}

#menu-top ul.main>li {
  padding: 0 12px 0 0
}

#menu-top ul.main>li.dropdown.open>a {
  color: #fff
}

#menu-top ul.main>li.dropdown.open>a i {
  color: #fff
}

.leads-index .leads-index-lead .tag-list {
  padding: 4px 0
}

.tag-editor {
  width: 100%
}

.form-group .select2-container {
  display: block;
  width: 100% !important
}

.label-lead-status {
  margin-left: 12px
}

select,
textarea,
input {
  border-radius: 4px !important;
  -webkit-border-radius: 4px !important
}

.make-switch .switch-mini {
  line-height: 12px !important
}

.lead-lists-list i.fa-list {
  line-height: 18px !important
}

.tag-editor {
  height: auto !important;
  cursor: text
}

.tag-editor span.label {
  cursor: default
}

.tag-editor span.label a.tag-remove {
  color: #fff
}

.tag-editor span.label a.tag-remove:hover {
  color: #fff
}

.tag-editor input[type=text] {
  border: 0;
  width: 50%;
  background-color: #fff
}

.bg-warning {
  background-color: #ab7a4b !important
}

.bg-danger {
  background-color: #bd362f !important
}

.btn-icon-stacked {
  padding-left: 55px
}

.paginated-view .paginated-view-loading {
  text-align: center;
  font-size: 1.1em;
  padding: 10px 0px
}

.call-session-results .widget .outbound-call-list {
  max-height: 600px;
  overflow-y: scroll
}

.widget .widget-body.list .text-success {
  color: #8bbf61 !important
}

.widget .widget-body.list .text-warning {
  color: #ab7a4b !important
}

.c3 .c3-region.conversation {
  fill: #8bbf61
}

.table.table-padded>tr>td {
  padding: 4px
}

.infinite-scroll-indicator {
  text-align: center;
  padding: 8px
}

.ui-switch {
  min-width: 60px
}

.ui-switch.ui-switch-small {
  min-width: 50px
}

.ui-switch.ui-switch-mini {
  min-width: 40px
}

.service-provider-fields-edit .field-list {
  max-height: 500px;
  overflow-y: auto
}

.service-provider-fields-edit .field-list td {
  border-bottom: 1px solid #eee;
  padding: 4px
}

.service-provider-fields-edit .field-list .fa-bars {
  margin-right: 4px
}

.service-provider-fields-edit .field-list .field-hidden {
  background-color: #eee;
  font-style: italic;
  color: #444
}

.pointer {
  cursor: hand
}

.leads-list-lead.animate-lead {
  display: none
}

/* DISABLED: chat conversations used position:fixed with right:300px relative
   to the old sidebar. Now flows inside #right-sidebar as a relative element. */
/* :global(.chat-conversations) {
  position: fixed;
  bottom: 0px;
  list-style: none;
  right: 300px;
  z-index: 1001
} */

.chat-conversations .chat-conversation {
  background: #496cad;
  padding: 5px 2px;
  width: 200px;
  color: white;
  display: inline-block
}

.chat-conversations .chat-conversation input[type=text] {
  width: 100%;
  border: solid 1px transparent;
  border-radius: 0 !important;
  margin-top: 2px
}

.chat-conversations .chat-conversation .chat-conversation-header {
  overflow: hidden;
  padding: 0px 5px 5px
}

.chat-conversations .chat-conversation .chat-conversation-header .chat-conversation-name {
  float: left;
  width: 175px;
  cursor: pointer
}

.chat-conversations .chat-conversation .chat-conversation-header .chat-conversation-close {
  float: right;
  width: 10px;
  text-align: center;
  cursor: pointer
}

.chat-conversations .chat-conversation .chat-conversation-header .chat-conversation-unread {
  color: #FAA43A;
  cursor: pointer
}

.chat-conversation-messages {
  list-style: none;
  background: white;
  font-size: 11px;
  color: black;
  height: 200px;
  word-wrap: break-word;
  overflow-y: auto
}

.detect-voice-mail-modal-background {
  background-color: #00000099;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 10000
}

.detect-voice-mail-modal-background .detect-voice-mail-modal {
  width: 600px;
  margin: 15% auto;
  background-color: #27292a;
  border-radius: 6px;
  color: #fff
}

.detect-voice-mail-modal-background .detect-voice-mail-modal .detect-voice-mail-modal-header {
  font-size: 16pt;
  padding: 8px
}

.detect-voice-mail-modal-background .detect-voice-mail-modal .detect-voice-mail-modal-body {
  padding: 8px
}

.detect-voice-mail-modal-background .detect-voice-mail-modal .detect-voice-mail-modal-buttons {
  padding: 8px;
  text-align: center
}

.hidden {
  display: none;
}

.ember-power-select-selected-item {
  margin: 0;
}

.ember-power-select-clear-btn {
  font-size: 16px;
  display: inline-block;
  width: 0;
  height: 0;
  margin: auto;
  top: -8px;
  line-height: 0;
  bottom: 0;
  border-style: solid;
  border-width: 7px 4px 0px 4px;
  border-color: transparent;
}

.ember-power-select-multiple-option {
  background-color: #496cad;
  color: #fff;
  font-size: 80%;
  font-weight: 600;
  border: 0px;
  padding: 2px 4px;
  margin-right: 1px;
}

.ember-power-select-search-input {
  padding: 6px 12px;
  color: #555555;
  border: 1px solid #eee;
  border-radius: 4px;
  box-shadow: none;
}

.ember-power-select-search-input:focus {
  outline: 0;
  border: 1px solid #eee;
}

.form-control .ember-power-select-trigger-multiple-input {
  padding-top: 2px;
}

.ember-power-select-multiple-trigger {
  height: auto;
}

.ember-basic-dropdown-content {
  z-index: 10000;
}

.auto-width {
  width: auto !important;
}


/* =============================================================
   NEW DESIGN — 3-COLUMN FLEX LAYOUT
   All new styles added below. Original styles preserved above
   with comments explaining what was disabled and why.
   ============================================================= */

/* --- DESIGN TOKENS --- */
:root {
  --left-sidebar-width: 56px;
  --right-sidebar-width: 260px;
  --header-height: 64px;
  --bg-app: #f4f7fa;
  --bg-sidebar: #1a202c;
  --bg-header: #ffffff;
  --primary-color: #496cad;
  --accent-color: #8bbf61;
  --text-main: #2d3748;
  --text-muted: #718096;
  --border-color: #e2e8f0;
  --avatar-size: 40px;
  --radius-md: 8px;
  --shadow-sm: 0 1px 3px rgba(0,0,0,0.1);
}

/* --- CORE LAYOUT --- */
.app-layout {
  display: flex;
  flex-direction: row;
  height: 100vh;
  overflow: hidden;
}

#left-sidebar {
  width: var(--left-sidebar-width);
  min-width: var(--left-sidebar-width);
  height: 100vh;
  background-color: var(--bg-sidebar);
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 100;
  flex-shrink: 0;
}

#content {
  flex: 1;
  display: flex;
  flex-direction: column;
  height: 100vh;
  overflow: hidden;
  background-color: var(--bg-app);
  margin: 0 !important;
}

#content .layout-app {
  flex: 1;
  overflow-y: auto;
  padding: 30px !important;
  background-color: #f4f7fa;
}

#right-sidebar {
  width: var(--right-sidebar-width);
  min-width: var(--right-sidebar-width);
  height: 100vh;
  background-color: var(--bg-sidebar);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  flex-shrink: 0;
  z-index: 100;
}

.app-layout.no-sidebar #left-sidebar,
.app-layout.no-sidebar #right-sidebar {
  display: none;
}

/* --- NEUTRALIZE OLD LAYOUT STYLES --- */
.container-fluid #content { margin: 0; }
.container-fluid #menu ~ #content { margin: 0; }
.container-fluid #menu { right: auto; position: relative; }
.container-fluid.no-sidebar #menu ~ #content { margin-right: 0; }
.container-fluid.no-sidebar #menu { display: none; }

/* --- CALL SIDEBAR: convert from position:fixed to flex column --- */
#right-sidebar .call-sidebar {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  width: 100% !important;
  height: 100%;
  display: flex;
  flex-direction: column;
}

#right-sidebar .sidebar-scrolling-region {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  flex: 1;
  overflow-x: hidden;
  overflow-y: auto;
}

/* --- CHAT CONVERSATIONS: remove fixed positioning --- */
.chat-conversations {
  position: relative;
  bottom: auto;
  right: auto;
  list-style: none;
  z-index: 1001;
  padding: 0;
  margin: 0;
}

/* --- HEADER NAV: active dropdown turns blue --- */
.nav-links li.dropdown.open > .dropdown-toggle,
.nav-links li.dropdown.show > .dropdown-toggle {
  color: #2563eb !important;
  font-weight: 600 !important;
}
.nav-links li.dropdown.active-parent > .dropdown-toggle {
  color: #2563eb !important;
  font-weight: 600 !important;
}
.nav-links li.dropdown:has(.dropdown-menu a.active) > .dropdown-toggle,
.nav-links li.dropdown:has(.dropdown-menu .active) > .dropdown-toggle {
  color: #2563eb !important;
  font-weight: 600 !important;
}

/* --- LEFT SIDEBAR: remove underline/border from links --- */
.slim-sidebar-nav a,
.slim-sidebar-nav a:hover,
.slim-sidebar-nav a:focus,
.slim-sidebar-nav a.active {
  text-decoration: none !important;
  border-bottom: none !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}

/* =============================================================
   CALL SIDEBAR — NEW DARK DESIGN
   ============================================================= */

/* General background */
#right-sidebar,
#right-sidebar .call-sidebar {
  background-color: #0d1526 !important;
}


#right-sidebar .bottom-bar {
  position: fixed !important;
  bottom: 0 !important;
  right: 0 !important;
  left: auto !important;
  width: var(--right-sidebar-width) !important;
  height: 54px !important;
  z-index: 10 !important;
  background-color: #070e1c !important;
  border-top: 1px solid rgba(255,255,255,0.07) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-evenly !important;
  padding: 0 20px !important;
  line-height: normal !important;
  text-align: center !important;
}


/* Bottom bar: icons and badges */
.call-sidebar .bottom-bar a {
  color: #60a5fa !important;
  font-size: 20px !important;
  text-decoration: none !important;
  display: inline-flex !important;
  align-items: center !important;
  position: relative !important;
}

.call-sidebar .bottom-bar a:hover {
  color: #93c5fd !important;
}

.call-sidebar .bottom-bar i {
  color: inherit !important;
  font-size: 20px !important;
}

.call-sidebar .bottom-bar .badge {
  position: relative !important;
  top: -10px !important;
  left: -10px !important;
  font-size: 9px !important;
  padding: 2px 5px !important;
  border-radius: 10px !important;
}
.call-sidebar .bottom-bar .badge-info { background-color: #2563eb !important; }
.call-sidebar .bottom-bar .badge-success { background-color: #38a169 !important; }

/* Status bar */
.call-sidebar .call-status {
  background-color: #0d1526 !important;
  border-bottom: 1px solid rgba(255,255,255,0.08) !important;
  padding: 14px 16px !important;
  height: auto !important;
  margin-bottom: 0 !important;
  text-align: center !important;
}
.call-sidebar .call-status span {
  color: #e2e8f0 !important;
  font-size: 14px !important;
  font-weight: 600 !important;
}

/* Control buttons */
.call-sidebar .control-buttons {
  background-color: #0d1526 !important;
  border-bottom: 1px solid rgba(255,255,255,0.08) !important;
  padding: 8px !important;
  height: auto !important;
}
.call-sidebar .control-buttons .btn-group .btn {
  background-color: transparent !important;
  border: none !important;
  color: #718096 !important;
  font-size: 16px !important;
  padding: 4px 8px !important;
  transition: all 0.2s ease !important;
}
.call-sidebar .control-buttons .btn-group .btn:hover {
  background-color: rgba(255,255,255,0.08) !important;
  color: #e2e8f0 !important;
}
.call-sidebar .control-buttons .btn-group .btn:focus {
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
  outline: none !important;
  color: #718096 !important;
}

/* Soft phone area: neutralize old padding and apply dark theme */
.call-sidebar .innerLR {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.call-sidebar .innerTB {
  background-color: #0d1526 !important;
  border-radius: 0 !important;
  margin: 0 !important;
  padding: 12px !important;
}
.call-sidebar .innerTB p {
  color: #a0aec0 !important;
  font-size: 13px !important;
  text-align: center !important;
  margin-bottom: 12px !important;
}
.call-sidebar .innerTB .btn {
  width: 100% !important;
  border-radius: 14px !important;
  padding: 10px 16px !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  margin-bottom: 8px !important;
  border: none !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
}

/* Soft phone buttons: use specific selector to override Bootstrap theme */
#right-sidebar .call-sidebar .innerTB .btn-success,
#right-sidebar .call-sidebar .innerTB a.btn-success {
  background-color: #3db557 !important;
  background: #3db557 !important;
  border-color: #3db557 !important;
  color: #ffffff !important;
}
#right-sidebar .call-sidebar .innerTB .btn-info,
#right-sidebar .call-sidebar .innerTB a.btn-info {
  background-color: #1a3a6b !important;
  background: #1a3a6b !important;
  border-color: #1a3a6b !important;
  color: #ffffff !important;
}
#right-sidebar .call-sidebar .innerTB .btn-primary,
#right-sidebar .call-sidebar .innerTB a.btn-primary {
  background-color: #2a8fd4 !important;
  background: #2a8fd4 !important;
  border-color: #2a8fd4 !important;
  color: #ffffff !important;
}

/* Leads list tabs */
.call-sidebar .leads-list-tabs {
  background-color: #0d1526 !important;
  border-bottom: 1px solid rgba(255,255,255,0.08) !important;
  margin: 0 !important;
  padding: 0 8px !important;
}
.call-sidebar .leads-list-tabs .btn-tab {
  background-color: transparent !important;
  border: none !important;
  border-bottom: 2px solid transparent !important;
  border-radius: 0 !important;
  color: #718096 !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  padding: 10px 8px !important;
  transition: all 0.2s ease !important;
  font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Text', 'Helvetica Neue', sans-serif !important;
  letter-spacing: -0.1px !important;
}
.call-sidebar .leads-list-tabs .btn-tab.btn-selected {
  color: #60a5fa !important;
  font-weight: 600 !important;
  background-color: transparent !important;
  border-bottom: 2px solid #2563eb !important;
}
.call-sidebar .leads-list-tabs .badge-info { background-color: #2563eb !important; }
.call-sidebar .leads-list-tabs .badge-success { background-color: #38a169 !important; }
.call-sidebar .leads-list-tabs .btn-refresh {
  background-color: transparent !important;
  border: none !important;
  color: #718096 !important;
}

/* Leads list: dark background and updated text colors */
.call-sidebar ul.leads-list { background-color: #0d1526 !important; overflow-y: auto !important; }
.call-sidebar ul.leads-list li { background-color: #0d1526 !important; }
#right-sidebar #menu > div ul { background: #0d1526 !important; background-color: #0d1526 !important; }

.call-sidebar ul.leads-list li i.status { color: #4a5568 !important; padding-top: 2px; width: 24px; }
.call-sidebar ul.leads-list li i.status:before { color: #4a5568 !important; font-size: 12px !important; }
.call-sidebar ul.leads-list li .name { color: #e2e8f0 !important; }
.call-sidebar ul.leads-list li .company { color: #a0aec0 !important; font-weight: 500 !important; }
.call-sidebar ul.leads-list li .title { color: #718096 !important; }

.call-sidebar ul.leads-list li.is-online i.status,
.call-sidebar ul.leads-list li.is-online i.status:before { color: #48bb78 !important; }

.call-sidebar ul.leads-list li.active { background-color: rgba(37,99,235,0.15) !important; color: #fff !important; }
.call-sidebar ul.leads-list li.active .name,
.call-sidebar ul.leads-list li.active a,
.call-sidebar ul.leads-list li.active i,
.call-sidebar ul.leads-list li.active i:before,
.call-sidebar ul.leads-list li.active i.status,
.call-sidebar ul.leads-list li.active i.status:before { color: #93c5fd !important; }

/* Alerts inside sidebar */
.call-sidebar .alert-info {
  background-color: #e0f1fc !important;
  border: 1px solid rgba(37, 99, 235, 0.25) !important;
  color: #1a2f5a !important;
  border-radius: 8px !important;
  margin: 12px !important;
  font-size: 13px !important;
}
.call-sidebar .alert-warning {
  background-color: #e2cfb7 !important;
  border: 1px solid rgba(180, 100, 20, 0.3) !important;
  color: #1a2f5a !important;
  border-radius: 8px !important;
  margin: 12px !important;
  font-size: 13px !important;
}

/* Unify all control areas to same dark background */
#right-sidebar .innerAll,
#right-sidebar .innerTB,
#right-sidebar .innerLR,
#right-sidebar .sidebar-scrolling-region,
#right-sidebar #menu > div {
  background-color: #0d1526 !important;
}

/* Control buttons area: slightly lighter background */
#right-sidebar .control-buttons {
  background-color: #111d35 !important;
}

/* Leads list tabs area: same slightly lighter background */
.call-sidebar .leads-list-tabs {
  background-color: #111d35 !important;
}

/* Tab selected: lighter blue background */
.call-sidebar .leads-list-tabs .btn-tab.btn-selected {
  background-color: #111d35 !important;
  color: #60a5fa !important;
  font-weight: 600 !important;
  border-bottom: 2px solid #2563eb !important;
}

/* Tab not selected: darker background */
.call-sidebar .leads-list-tabs .btn-tab {
  background-color: #0d1526 !important;
}


.call-sidebar .bottom-bar i {
  color: #60a5fa !important;
  font-size: 20px !important;
}

.call-sidebar .bottom-bar a {
  color: #60a5fa !important;
}

.call-sidebar .bottom-bar a:hover {
  color: #93c5fd !important;
}

/* Bottom bar: lighter background */
#right-sidebar .bottom-bar {
  background-color: #111d35 !important;
}

/* Bottom bar: gray icons */
.call-sidebar .bottom-bar a {
  color: #718096 !important;
}

.call-sidebar .bottom-bar a:hover {
  color: #e2e8f0 !important;
}

.call-sidebar .bottom-bar i {
  color: inherit !important;
}

/* Status dot — red offline, green online */
.call-sidebar .call-status .call-status-dot {
  display: inline-block !important;
  width: 10px !important;
  height: 10px !important;
  border-radius: 50% !important;
  background-color: #e53e3e !important;
  margin-right: 8px !important;
  vertical-align: middle !important;
  flex-shrink: 0 !important;
}

.call-sidebar .call-status .call-status-dot.is-online {
  background-color: #48bb78 !important;
}