.header_logo {
  width: 171px;
  height: 38px;
}

#id_wait_seconds {
  -webkit-appearance: none;
  width: 100%;
  height: 5px;
  background: #ddd;
  border-radius: 5px;
  outline: none;
  transition: background 0.3s;
}

/* Style for the thumb (circle) */
#id_wait_seconds::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #0056b3; /* Blue color */
  cursor: pointer;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  border: none;
}

/* For Firefox */
#id_wait_seconds::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #0056b3; /* Blue color */
  cursor: pointer;
  border: none;
}

/* Style for all range sliders */
input[type="range"] {
  width: 100%;
  height: 5px;
  background: #ddd;
  border-radius: 5px;
  outline: none;
}

#avatarDropdown::after {
  display: none; /* Hides the default caret */
}

/* Style for the thumb (circle) */
input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #0056b3; /* Blue color */
  cursor: pointer;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  border: none;
}

/* For Firefox */
input[type="range"]::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #0056b3; /* Blue color */
  cursor: pointer;
  border: none;
}

.logout-button {
  background: #250c7b;
  border-radius: 6px;

  color: rgba(255, 255, 255, 1);
  border: 1px solid rgba(255, 255, 255, 1);
}

.ai-agent-button {
  color: rgba(255, 255, 255, 1);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}

.link-text {
  color: white;
  font-weight: 400;
  font-size: 16px;
}
.link-text:hover {
  color: white;
  font-weight: 700;
  font-size: 16px;
}

.link-active {
  font-weight: 700;
  font-size: 16px;
}

.search-button:hover {
  background: rgba(95, 51, 250, 0.9);
}

.search-button {
  background: rgba(95, 51, 250, 1);
  color: white;
  height: 50px;

  border-radius: 0px 10px 10px 0px !important;
}

.search-input {
  border-radius: 10px 0px 0px 10px;
  outline: none;
}

.search-input::placeholder {
  color: rgba(134, 134, 134, 1);
}

.sort-button {
  border: 1px solid rgba(95, 51, 250, 1);

  border-radius: 10px;
  height: 50px;
  width: 100%;
}

.sort-button:hover {
  border: 1px solid rgba(95, 51, 250, 1);

  border-radius: 10px;
}

.search-input:focus {
  outline: none;
}

.lead-btn {
  background: rgba(95, 51, 250, 1);
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn-purple {
  background: rgba(95, 51, 250, 1);
  color: white;
  justify-content: center;
  align-items: center;
}

.table-container {
  max-height: 73vh;
  overflow: auto;
  border-color: white;
  min-height: 60vh;
}

/* Table styling */
.t-table {
  border-collapse: separate;
  border-spacing: 0;

  width: 100%;
  border-color: white;
}

.t-head-container {
  border-radius: 10px 10px 0 0;
  overflow: auto;
  background-color: #f9f9f9;
  border-color: white;
}

.t-head {
  background: #ebe5ff !important;
}

.t-head th {
  text-align: center;
  padding: 20px 20px 20px 20px;
  font-size: 14px;
  font-weight: 700;
}

.t-head th:not(:last-child) {
  border-right: 1px solid #f5f5f5 !important;
}

.t-table,
.t-table td {
  background-color: white;
  border: 1px solid #f5f5f5;
}

.t-body td {
  font-size: 14px;
  font-weight: 400;
  line-height: 25.8px;
  color: #000000;
}

.action-btn {
  border-radius: 5px;
  text-decoration: none;
  color: white;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-inline: 3px;
}

.action-btn:first-child {
  display: inline-flex;

  background-color: #5f33fa;
  align-items: center;
  justify-content: center;
}

.action-btn:nth-child(2),
.action-btn:nth-child(3) {
  border: 1px solid #5f33fa;
  color: #5f33fa;
}

.action-btn:last-child {
  background-color: #fa3387;
  border: none;
}

.icon {
  width: 14px;
  height: 14px;
  vertical-align: middle;
  text-align: center;
  margin-right: 2px;
}

.t-body-list {
  justify-content: center;
  align-items: center;
  display: flex;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Arial, sans-serif;
  width: fit-content;
  margin: 20px auto;
}
.pagination-item {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  user-select: none;
}

.pagination-item-fr {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  user-select: none;
  border-radius: 10px;
  margin-left: -8px;
}

.pagination-arrow-fr {
  background-color: #f3f4f6;
  color: #6b7280;
}
.pagination-number {
  background-color: #5f33fa;
  color: white;
  font-weight: bold;
  border-radius: 8px;
  z-index: 1;
  margin: 0 1px;
}
.pagination-arrow {
  background-color: #f3f4f6;
  color: #6b7280;
}
.pagination-arrow:first-child {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  margin-right: -8px;
  padding-inline: 5px;
}
.pagination-arrow:last-child {
  border-top-right-radius: 8px;
  padding-inline: 5px;

  border-bottom-right-radius: 8px;
  margin-left: -8px;
  z-index: -1;
}

.back-button {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #5f33fa;
  padding: 12px 15px 12px 15px;
  vertical-align: middle;
  border-radius: 6px;
}
.containers {
  display: flex;
  gap: 20px;
}
.main-chat {
  border-radius: 15px;
  overflow: hidden;
  border: 1px solid #e2e2e2;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.main {
  overflow: hidden;
  flex: 2;
  background-color: #fff;
}
.side-panel {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.chat-header {
  background-color: #c0adff;
  color: white;
  padding: 8px 20px;
  font-weight: bold;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.panel-header {
  background-color: #5f33fa;
  color: white;
  padding: 7px 20px;
  font-weight: 700;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.chat-messages {
  padding: 20px;
  max-height: 700px;
  overflow-y: auto;
  margin-right: 3px;
}
.message {
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
}
.message-header {
  font-size: 0.8em;
  color: #888;
  margin-bottom: 5px;
  margin-left: 20px;
}
.message-content {
  padding: 10px;
  width: 435px;
  top: 579px;
  left: 274px;
  gap: 0px;
  border-radius: 10px;
  opacity: 0px;

  max-width: 50%;
}
.customer .message-content {
  background-color: #f8f6ff;
  align-self: flex-start;
}
.agent .message-content {
  background-color: #f5f5f5;
  align-self: flex-end;
}

.agent .message-header {
  margin-right: 20px;

  align-self: flex-end;
}

.panel-content {
  background-color: #fff;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.lead-details,
.appointments,
.action-summary {
  margin-bottom: 20px;
}
.content-body {
  padding: 20px;
}
.button {
  padding: 2px 10px;
  border-radius: 5px;
  border: none;
  cursor: pointer;
  font-size: 0.9em;
}
.edit-button {
  border: 1px solid #5f33fa;
  color: #5f33fa;
  text-decoration: none;
  background-color: white;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.delete-button {
  background-color: rgba(250, 51, 135, 1);
  color: white;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-inline: 5px;
}
.status-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-right: 5px;
}
.status-active {
  background-color: #4caf50;
}
.appointments {
  color: black;
}
.appointments .panel-header {
  background-color: #36eec2;
  color: black;
}
.action-item {
  padding: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  text-align: left;
}

.action-summary .panel-header {
  background-color: #fa3387;
}

.transcript-analysis {
  display: flex;
  justify-content: space-between;
}
.analysis-item {
  text-align: center;
}
.analysis-number {
  font-size: 1.2em;
  font-weight: bold;
}

.content-body h4 {
  color: #6952ff !important;
  font-size: 18px;
  font-weight: 700;
  line-height: 21.6px;
  text-align: left;
}

.badge-bg-color {
  background-color: #ebe5ff;
}

.appointments-text {
  font-size: 16px;
  font-weight: 700;
  line-height: 21px;
  text-align: left;
}

.action-list {
  list-style-type: disc;
  padding-left: 20px;
}

.action-item {
  margin-bottom: 10px;
}
#avatarDropdown::after {
  display: none; /* Hides the default caret */
}
.detail-icon {
  width: 18px;
  height: 18px;
  margin-right: 2px;
}

.detail-pagination {
  display: flex;
  margin-top: 20px;
  align-items: center;
  justify-content: center;
  font-family: Arial, sans-serif;
}
.detail-pagination-button {
  background-color: #f3f4f6;
  border: none;
  cursor: pointer;
  padding: 8px;
  margin: 0 1px;
  border-radius: 4px;
  transition: background-color 0.3s;
}
.detail-pagination-button:hover {
  background-color: #f3f4f6;
}
.detail-pagination-number {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}
.detail-pagination-number-active {
  background-color: #4f46e5;
  color: white;
}
.detail-pagination-number-active:hover {
  background-color: #4338ca;
}
.detail-pagination-ellipsis {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  cursor: default;
  background-color: #f3f4f6;
}
.detail-pagination-chevron {
  width: 20px;
  height: 20px;
  fill: #6b7280;
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-thumb {
  background: #e2e2e2;
  border-radius: 50px;
}

::-webkit-scrollbar-track {
  border-radius: 20px;
}
::-webkit-scrollbar-button:vertical:start:decrement {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 24 24' fill='none' stroke='%23e2e2e2' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><polyline points='18 15 12 9 6 15'></polyline></svg>");
  background-repeat: no-repeat;
  background-position: center;
}

::-webkit-scrollbar-button:vertical:end:increment {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 24 24' fill='none' stroke='%23e2e2e2' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'></polyline></svg>");
  background-repeat: no-repeat;
  background-position: center;
}

::-webkit-scrollbar-button {
  height: 20px; /* Increased from 8px to 20px */
  width: 8px;
}

.btn-custom {
  background-color: #0f3460;
  border: none;
  color: white;
}
.btn-custom:hover {
  background-color: #16213e;
  color: white;
}

.bg-pop {
  background: radial-gradient(
    73.88% 28.67% at 50% 31.5%,
    #34295e 0%,
    #090724 100%
  );
}

.bg-ultra {
  background: radial-gradient(
    73.88% 28.67% at 50% 31.5%,
    #f7f7f7 0%,
    #e0e0e0 100%
  );
}

.form-control::placeholder {
  color: #aaa; /* Change to your desired color */
  opacity: 1; /* Firefox lowers the opacity to 0.5 by default */
}

/* Optional: Change the color when the input is focused */
.form-control:focus::placeholder {
  color: #aaa; /* Change this color when the input is focused */
}

.emailInput {
  color: white;
  border: 1px solid rgba(255, 255, 255, 1);
  border-radius: 10px;
  background: var(
    --Miscellaneous-Button---Disabeld-BG,
    rgba(255, 255, 255, 0.12)
  );
  width: 100%;
}

/* Change text color to black and border color when focused */
.emailInput:focus {
  color: black; /* Text color when focused */
  background: white; /* Background color when focused */
  border: 1px solid blue; /* Optional: Change border color when focused */
  outline: none; /* Remove outline */
}

.btn-bg {
  border: 1px solid rgba(255, 255, 255, 1);
  border-radius: 10px;
  background: var(
    --Miscellaneous-Button---Disabeld-BG,
    rgba(255, 255, 255, 0.12)
  );
}

.btn-speak {
  background: var(
    --Miscellaneous-Button---Disabeld-BG,
    rgba(255, 255, 255, 0.12)
  );
  border: 1px solid rgba(255, 255, 255, 1);
  border-radius: 5px;
  color: white;
}

.sys-message {
  background: rgba(235, 235, 235, 1);
  max-width: 291px;
  border-radius: 0px 20px 20px 20px;
  padding: 10px 15px;
  display: inline-block;
  word-wrap: break-word;
}

.sys-message a {
  color: #0066cc;
  text-decoration: underline;
  word-break: break-all;
}

.sys-message a:hover {
  color: #0052a3;
  text-decoration: none;
}

.user-message {
  background: var(--Color-2, rgba(95, 51, 250, 1));
  width: 291px;
  gap: 0px;
  border-radius: 20px 0px 20px 20px;
}

.user-message a {
  color: #ffffff;
  text-decoration: underline;
  word-break: break-all;
}

.user-message a:hover {
  color: #e6e6e6;
  text-decoration: none;
}

.bg-messages {
  background: rgba(249, 249, 249, 1);
}

.btn-pause {
  width: 50px;
  height: 50px;
  background: var(
    --Miscellaneous-Button---Disabeld-BG,
    rgba(255, 255, 255, 0.12)
  );
  border: 1px solid rgba(255, 255, 255, 1);
  color: white;
}

.custom-cancel-btn {
  background: rgba(250, 51, 135, 1);
  border: none;
  transition: background 0.3s;
}

@media (max-width: 280px) {
  #selection-div {
    flex-direction: column !important;
    align-items: center;
  }
}

.bouncing-loader {
  display: flex;
  justify-content: center;
}

.bouncing-loader > div {
  width: 8px;
  height: 8px;
  margin: 3px;
  border-radius: 50%;
  background-color: #a3a1a1;
  opacity: 1;
  animation: bouncing-loader 0.6s infinite alternate;
}

.bouncing-loader > div:nth-child(2) {
  animation-delay: 0.2s;
}

.bouncing-loader > div:nth-child(3) {
  animation-delay: 0.4s;
}

@keyframes bouncing-loader {
  to {
    opacity: 0.1;
    transform: translateY(-8px);
  }
}
