.navbar-brand-box {
  background-color: #1c1d20 !important;
  background-image: none !important;
}
body[data-sidebar-size='sm'] .navbar-brand-box,
body.sidebar-collapsed .navbar-brand-box,
.app-menu.navbar-menu.collapsed .navbar-brand-box,
.sidebar-enable .navbar-brand-box {
  background-color: #1c1d20 !important;
  background-image: none !important;
}
body[data-sidebar-size='sm'] .navbar-nav .nav-link:hover,
body.sidebar-collapsed .navbar-nav .nav-link:hover,
.navbar-menu.collapsed .navbar-nav .nav-link:hover {
  background-color: #1c1d20 !important;
  color: #ffffff !important;
}
body[data-sidebar-size='sm'] .navbar-nav .nav-link.active,
body.sidebar-collapsed .navbar-nav .nav-link.active,
.navbar-menu.collapsed .navbar-nav .nav-link.active {
  background-color: #1c1d20 !important;
  color: #ffffff !important;
}
.navbar-nav .nav-link:hover {
  background-color: #1c1d20 !important;
  color: #ffffff !important;
}
.app-menu .navbar-nav .nav-link:hover,
.app-menu .navbar-nav .nav-link:focus,
.app-menu .navbar-nav .nav-link.active {
  background-color: #1c1d20 !important;
  color: #ffffff !important;
}
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus,
.navbar-nav .nav-link.active,
.nav-link:hover,
.nav-link:focus,
.nav-link.active {
  background-color: #1c1d20 !important;
  color: #ffffff !important;
}
.app-menu .navbar-brand-box,
.navbar-menu .navbar-brand-box {
  background-color: #1c1d20 !important;
  background-image: none !important;
}

#page-topbar {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1001;
  background-color: #1c1d20 !important;
}

#page-topbar .layout-width {
  background-color: #1c1d20 !important;
}

#page-topbar .navbar-header {
  background-color: #1c1d20 !important;
}

#custom-sidebar {
  background-color: #1c1d20 !important;
}
.app-menu.navbar-menu {
  background-color: #1c1d20 !important;
}

.sidebar-background {
  background-color: #1c1d20 !important;
}
#scrollbar {
  background-color: #1c1d20 !important;
}
.menu-dropdown {
  background-color: #1c1d20 !important;
}

.navbar-nav .nav-link {
  color: #ffffff !important;
}

.menu-title span {
  color: #cccccc !important;
}

.sidebar-user-name-text {
  color: #ffffff !important;
}

.sidebar-user-name-sub-text {
  color: #cccccc !important;
}
#page-topbar .topbar-user {
  background-color: #5bcfb3 !important;
}
#page-topbar #countryDropdownBtn {
  background-color: white !important;
  color: black !important;
  font-size: 14px !important;
  height: 45px;
}
.btn-custom-green {
  background: #5bcfb3 !important;
  color: #000 !important;
  border: none;
  font-weight: 500;
}

.btn-custom-green:hover,
.btn-custom-green:focus {
  background: #48bfa2 !important;
  color: #000 !important;
}

.btn-soft-custom-green {
  background: #daf2ed !important;
  color: #fff !important;
  border: none;
}

.modal-btn-uniform {
  height: 38px;
  font-size: 13px;
}

.btn-soft-custom-green .ri-more-fill {
  color: #16c72e !important;
}

.btn-soft-custom-green:hover,
.btn-soft-custom-green:focus {
  background: #48bfa2 !important;
  color: #fff !important;
}

.btn-soft-custom-green:hover .ri-more-fill,
.btn-soft-custom-green:focus .ri-more-fill {
  color: #fff !important;
}

.kit-badge {
  background: #5bcfb3;
  color: #222;
  border-radius: 6px;
  padding: 6px 14px;
  font-family: monospace;
  font-weight: 600;
  margin-right: 6px;
}

.readonly-bg {
  background-color: #f8f9fa;
  cursor: not-allowed;
  color: #6c757d;
}

.step-indicator {
  margin-top: 15px;
  margin-bottom: 15px;
}

.step-tile {
  background-color: #f5f5f5;
  border-radius: 6px;
  padding: 8px 6px;
  text-align: center;
  transition: all 0.3s ease;
  height: auto;
  min-height: 8px;
  border: 1px solid #e0e0e0;
}

.step-tile.active {
  background-color: #7acdb4;
  color: white;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.step-tile.completed {
  background-color: #7acdb4;
  color: white;
}

.step-number {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 4px;
}

.step-title {
  font-size: 14px;
}

table.dataTable thead th,
table.dataTable tbody td {
  padding: 10px 18px;
  vertical-align: middle;
}

table.dataTable thead .sorting::after,
table.dataTable thead .sorting_asc::after,
table.dataTable thead .sorting_desc::after {
  opacity: 0.5;
}

.dataTables_length select {
  min-width: 60px;
  padding: 4px 8px;
}

.dataTables_filter input {
  min-width: 200px;
  padding: 6px 12px;
}

table.dataTable tbody tr:hover {
  background-color: rgba(0, 123, 255, 0.05);
}

.badge.bg-success-subtle {
  background-color: rgba(25, 135, 84, 0.15) !important;
}

.badge.bg-danger-subtle {
  background-color: rgba(220, 53, 69, 0.15) !important;
}

div.dataTables_wrapper {
  width: 100%;
}

@media (min-width: 992px) {
  html[dir='ltr'] #page-topbar {
    left: 250px;
  }

  html[dir='rtl'] #page-topbar {
    right: 250px;
  }
}

@media (max-width: 768px) {
  .main-content {
    margin-top: 70px;
  }
}

div.dataTables_length,
div.dataTables_filter {
  margin-bottom: 1rem;
}

.modal-rounded {
  border-radius: 5px;
}

.input-readonly {
  background: #f4f4f4 !important;
  color: #888 !important;
}

.assigned-kit-box {
  background: #e0e0e0;
  color: #555;
  border-radius: 5px;
  padding: 8px 16px;
}

.btn-mint {
  background: #a6dfc8 !important;
  color: #221c44 !important;
  font-weight: 600 !important;
  font-size: 1.1em !important;
}

.user-info-card {
  border-radius: 8px;
  transition: all 0.3s ease;
}

.user-info-card .info-label {
  font-size: 0.85rem;
  color: #6c757d;
}

.user-info-card .info-value {
  font-size: 1rem;
  font-weight: 500;
  color: #343a40;
}

/* Add to your profile.css file */
.profile-title {
  font-size: 1.75rem;
  font-weight: 600;
  color: #212529;
}

.profile-organization-type {
  background-color: #a6dfc8;
  color: #212529;
  font-weight: 500;
}

.profile-subtitle {
  font-size: 1.25rem;
  font-weight: 500;
  color: #212529;
  margin-bottom: 1rem;
}

.info-label {
  color: #6c757d;
  font-size: 0.9rem;
  margin-bottom: 0.25rem;
}

.info-value {
  font-weight: 500;
  color: #212529;
}

.user-info-container {
  background-color: #fff;
  border-color: #dee2e6;
}

.bordered-badge {
  padding: 1px 7px;
  margin-right: 6px;
  background: #f0f0f0;
  color: #222;
  display: inline-block;
}

.kit-badge.plus-badge {
  background: #5bd0b3 !important;
  color: #000000 !important;
  padding: 4px 10px;
  margin-left: 4px;
  display: inline-block;
  min-width: 28px;
  text-align: center;
}

.assigned-kits-container {
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  background: #fafbfc;
  padding: 10px 8px 6px 8px;
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
  height: 37.5px;
}

/* Custom Toggle Switch Styling */
.form-check-input:checked {
  background-color: #5bcfb3 !important;
  border-color: #5bcfb3 !important;
}

.form-check-input:focus {
  border-color: #5bcfb3;
  box-shadow: 0 0 0 0.25rem rgba(91, 207, 179, 0.25);
}

.form-check-input:not(:disabled):active {
  background-color: #daf2ed;
  border-color: #5bcfb3;
}

.form-switch .form-check-input {
  height: 1rem;
  width: 2rem !important;
  cursor: pointer;
}

.form-switch .form-check-input:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.dataTables_wrapper .pagination .page-item.active .page-link {
  background-color: #5bcfb3 !important;
  border-color: #5bcfb3 !important;
  color: #000 !important;
}

.dataTables_wrapper .pagination .page-item .page-link {
  color: #000000 !important;
}

.dataTables_wrapper .pagination .page-item .page-link:hover {
  background-color: #daf2ed !important;
  border-color: #5bcfb3 !important;
  color: #000 !important;
}

.dataTables_wrapper .pagination .page-item.disabled .page-link {
  color: #6c757d !important;
  border-color: #dee2e6 !important;
}
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_paginate {
  margin-top: 30px !important;
  padding-top: 0px !important;
  align-self: top !important;
}

@media (max-width: 575.98px) {
  .dataTables_wrapper .dataTables_info,
  .dataTables_wrapper .dataTables_paginate {
    margin-top: 16px !important;
  }
}

.btn-secondary-custom {
  background-color: white !important;
  color: #18283f !important;
  border: 1px solid #18283f !important;
  box-shadow: none !important;
}

.iti--separate-dial-code .iti__selected-flag {
  background-color: #f8f9fa;
}

.chart-header {
  margin-bottom: 10px;
}

.chart-title {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 8px;
  color: #333;
}

.chart-stats {
  display: flex;
  align-items: start;
  justify-content: start;
  gap: 0.5rem;
  margin-top: 0.5rem;
  font-size: 0.875rem;
  color: #6b7280;
}

.stat-item {
  display: inline;
  white-space: nowrap;
}

.stat-item span {
  font-weight: 12px;
}

/* Add dots between items */
.stat-item:not(:last-child)::after {
  content: ' • ';
  margin-left: 0.5rem;
  color: #9ca3af;
  font-weight: normal;
}

.kit-id-link {
  color: #008ffb !important;
  text-decoration: none !important;
  cursor: pointer;
}

.kit-id-link:hover {
  text-decoration: underline !important;
  color: #0a58ca !important;
}
#telemetryTable .kit-id-link {
  color: #0d6efd !important;
}
#telemetryTable .kit-id-link:hover {
  color: #0a58ca !important;
  text-decoration: underline !important;
}

.navbar-nav .nav-link.active {
  color: #5bd0b3 !important;
  background-color: transparent !important;
}
.navbar-nav .nav-link.active span {
  color: #5bd0b3 !important;
}
.navbar-nav .nav-link.active i,
.navbar-nav .nav-link.active .menu-icon {
  color: #5bd0b3 !important;
}
.navbar-nav .nav-item .collapse .nav-link.active,
.navbar-nav .nav-item .show .nav-link.active {
  color: #5bd0b3 !important;
}
.navbar-nav .nav-link.active {
  border: none !important;
  border-left: none !important;
}
.vertical-menu,
.app-menu {
  position: fixed !important;
  top: 0;
  height: 100vh;
  z-index: 1000;
}

/* Button group styling */
.btn-group {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
}

.btn-group .btn {
  font-size: 12px;
  padding: 6px 12px;
  border: none;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
  background-color: #e9ecef;
  color: #000000;
  white-space: nowrap;
  box-shadow: none !important;
}
.btn-group .btn:hover {
  background-color: #dee2e6;
  color: #495057;
}

.btn-group .btn.active {
  background-color: #5bd0b3;
  border-color: #5bd0b3;
  color: white;
}

.btn-group .btn.active:hover {
  background-color: #4bc0a5;
}

/* Responsive header container */
.d-flex.justify-content-between.align-items-center {
  flex-wrap: wrap;
  gap: 1rem;
}

/* Tablet and below */
@media (max-width: 768px) {
  .d-flex.justify-content-between.align-items-center:not(.modal-header):not(
      .custom-sub-title
    ):not(.addDataFieldGroup):not(.data-date-group):not(.add-data-btn):not(
      .add-data-holder
    ):not(.plan-card-title) {
    flex-direction: column;
    align-items: stretch;
    text-align: center;
  }

  .btn-group {
    justify-content: center;
    gap: 6px;
  }

  .btn-group .btn {
    flex: 1;
    font-size: 11px;
    padding: 5px 8px;
    min-width: 0;
  }
}

/* Mobile */
@media (max-width: 576px) {
  .btn-group {
    flex-direction: column;
    gap: 8px;
    width: 100%;
  }

  .btn-group .btn {
    width: 100%;
    flex: none;
    font-size: 12px;
    padding: 8px 12px;
    text-align: center;
  }
}

/* Very small screens */
@media (max-width: 400px) {
  .btn-group .btn {
    font-size: 11px;
    padding: 6px 10px;
  }
}

.info-block {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
  padding: 1rem;
  border-radius: 2px;
  margin-bottom: 20px;
}

.info-item {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.info-label {
  font-size: 14px;
  font-weight: 400;
  color: #898989;
  text-transform: initial;
}

.info-value {
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  word-break: break-all;
  overflow-wrap: break-word;
}

/* Responsive breakpoints */
@media (max-width: 768px) {
  .info-block {
    grid-template-columns: 1fr;
    gap: 0.75rem;
    padding: 0.75rem;
  }

  .info-item {
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #e5e7eb;
  }

  .info-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
}

@media (max-width: 480px) {
  .info-block {
    padding: 0.5rem;
  }

  .info-label {
    font-size: 0.8rem;
  }

  .info-value {
    font-size: 0.9rem;
  }
}
.text-samax {
  color: #5bd0b3 !important;
}

.table-responsive {
  margin-top: 10px;
  margin-right: 5px;
  margin-bottom: 5px;
  margin-left: 5px;
}

@media (max-width: 767.98px) {
  .table-responsive {
    overflow-x: visible;
  }

  .table {
    font-size: 0.75rem;
  }

  .table td,
  .table th {
    padding: 0.3rem 0.2rem;
    white-space: normal;
    word-wrap: break-word;
    min-width: 0;
  }

  .btn:not(.qty-btn):not(.soft-btn) {
    width: 100%;
    margin-bottom: 0.5rem;
  }

  .card-header .d-flex:not(.last-updated):not(.payment-summary-header) {
    flex-direction: column;
    align-items: stretch !important;
  }

  .card-header .flex-shrink-0 {
    margin-top: 0.75rem;
  }

  .badge {
    white-space: nowrap;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .table {
    font-size: 0.9rem;
  }

  .table td,
  .table th {
    padding: 0.6rem 0.4rem;
  }
}

@media (max-width: 991.98px) {
  .table-responsive {
    display: block;
    overflow-x: auto;
  }
}

.nav-tabs .nav-link {
  border: none !important;
  color: #bababa;
  font-weight: 500;
  padding: 0.5rem 1rem;
  border-radius: 10px;
  background-color: transparent !important;
  transition:
    background-color 0.3s,
    color 0.3s;
}

.nav-tabs .nav-link:hover {
  background-color: transparent !important;
  color: #6c757d !important;
  border: none !important;
}

.nav-tabs .nav-link:focus {
  background-color: transparent !important;
  color: #6c757d !important;
  border: none !important;
}

.nav-tabs .nav-link.active {
  border-bottom: 5px solid #7acdb4 !important;
  color: #212529 !important;
  font-weight: 600;
  border-radius: 0px;
}

@media (max-width: 576px) {
  .nav-tabs .nav-link {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
  }
  .description-cell {
    max-width: 200px;
    word-wrap: break-word;
    white-space: normal;
  }
}
.dataTables_wrapper .table th,
.dataTables_wrapper .table td {
  vertical-align: middle !important;
}
.clickable-row:hover {
  background-color: #f8f9fa;
  transition: background-color 0.2s ease;
}
.data-usage-note {
  background: #f3f3f3;
  border-radius: 10px;
  padding: 12px 24px;
  color: #222;
  font-size: 14px;
  margin-bottom: 0;
  display: block;
  width: 100%;
  font-family: inherit;
}
.description-cell {
  white-space: normal !important;
  max-width: 350px !important;
}
.modal-footer .btn {
  padding: 10px 16px;
  line-height: 1.5;
  border-radius: 6px;
  box-shadow: none !important;
}

.modal-footer .btn-light {
  background-color: #f4f5f7;
  color: black;
  border: none;
}

.modal-footer .btn-custom-green {
  background-color: #5fd3b8;
  color: black;
  border: none;
}

@media (max-width: 1370px) {
  .chart-stats .stat-item {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    width: 100% !important;
    padding: 3px 0 !important;
  }
  .chart-stats {
    flex-direction: column !important;
    gap: 2px !important;
    align-items: stretch !important;
  }
  .chart-stats .stat-item:not(:last-child)::after {
    display: none !important;
  }
}
.min-height-160px {
  min-height: 160px;
}
.graph-error-icon {
  font-size: 2rem;
}
.loading_overlay {
  border-color: #5bd0b3;
  border-right-color: transparent;
}
.country-selector-flag {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
.row.g-4 > .col-12.col-lg-4:nth-child(1) .alert-type-wrapper,
.row.g-4 > .col-12.col-lg-4:nth-child(2) .alert-type-wrapper {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.row.g-4 > .col-12.col-lg-4:nth-child(2) .d-flex.align-items-center {
  min-width: 0; /* Allow flex container to shrink */
  max-width: 100%;
}

.row.g-4
  > .col-12.col-lg-4:nth-child(2)
  .d-flex.align-items-center
  .alert-type-wrapper {
  flex: 1; /* Allow text to take remaining space */
  min-width: 0; /* Essential for text truncation in flex */
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.row.g-4 > .col-12.col-lg-4:nth-child(2) .dashboard-alert-icon {
  flex-shrink: 0;
  width: 16px;
  min-width: 16px;
}

.row.g-4 > .col-12.col-lg-4:nth-child(1) .alert-type-wrapper.text-truncate,
.row.g-4 > .col-12.col-lg-4:nth-child(2) .alert-type-wrapper.text-truncate {
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.performance-chart-container {
  height: auto;
  background: #f8f9fa;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  overflow: visible;
}

.chart-header {
  margin-bottom: 12px;
  padding-left: 16px;
  padding-right: 16px;
}

.chart-title {
  font-size: 14px;
  font-weight: 600;
  color: #212529;
  margin-bottom: 8px;
}

.chart-stats {
  display: flex;
  gap: 12px;
  font-size: 12px;
  color: #6c757d;
}

.stat-item {
  display: flex;
  align-items: center;
  gap: 4px;
}

.performance-chart {
  height: 200px !important;
  width: 100% !important;
  padding-right: 8px;
}

@media (max-width: 768px) {
  .performance-chart-container {
    min-height: 250px;
  }

  .performance-chart {
    height: 180px !important;
  }

  .chart-stats {
    flex-direction: column;
    gap: 5px;
  }

  .stat-item {
    flex-direction: row;
    justify-content: space-between;
  }
}

@media (max-width: 576px) {
  .performance-chart-container {
    min-height: 220px;
  }

  .performance-chart {
    height: 160px !important;
    padding-right: 0.8rem;
  }
}
.subscription-name-link {
  word-break: break-word;
  white-space: normal;
  display: block;
  max-width: 200px;
}
/* ─────────── SHIMMER BASE WRAPPER ─────────── */
.skeleton-wrapper {
  position: relative;
  height: auto;
}

/* ─────────── TABLE STRUCTURE ─────────── */
.skeleton-wrapper .shimmer-table {
  width: 100%;
  border-collapse: collapse;
}

.skeleton-wrapper .shimmer-row {
  height: 60px;
  border-bottom: 1px solid #dee2e6;
}

.skeleton-wrapper .shimmer-cell {
  padding: 12px;
  position: relative;
}

/* ─────────── CONTENT VARIATIONS ─────────── */
.skeleton-wrapper .shimmer-content {
  height: 16px;
  background-color: #e9ecef;
  border-radius: 4px;
  margin: 4px 0;
}

.skeleton-wrapper .shimmer-content.wide {
  width: 80%;
}
.skeleton-wrapper .shimmer-content.medium {
  width: 60%;
}
.skeleton-wrapper .shimmer-content.narrow {
  width: 40%;
}

.skeleton-wrapper .shimmer-header {
  height: 20px;
  background-color: #6c757d;
  margin: 8px 0;
}

/* ─────────── SHIMMER EFFECT ─────────── */
.skeleton-wrapper .pulse-shimmer {
  position: relative;
  overflow: hidden;
  background-color: #fafbfc;
}

.skeleton-wrapper .pulse-shimmer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(
    circle,
    rgba(59, 130, 246, 0.15) 0%,
    rgba(59, 130, 246, 0.05) 50%,
    transparent 100%
  );
  animation: pulse-wave 2s infinite ease-in-out;
  pointer-events: none;
  z-index: 1;
}

.skeleton-wrapper .pulse-shimmer::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(255, 255, 255, 0.4) 50%,
    transparent 100%
  );
  animation: pulse-sweep 1.5s infinite ease-in-out;
  pointer-events: none;
  z-index: 2;
}

@keyframes pulse-wave {
  0%,
  100% {
    transform: scale(0.8);
    opacity: 0.3;
  }
  50% {
    transform: scale(1.2);
    opacity: 0.1;
  }
}

@keyframes pulse-sweep {
  0% {
    transform: translateX(-100%);
  }
  50% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(100%);
  }
}

/* ─────────── SHIMMER LOADER TRANSITION ─────────── */
.skeleton-wrapper .shimmer-loader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: white;
  z-index: 10;
  transition: opacity 0.3s ease-in-out;
}

.skeleton-wrapper .shimmer-loader.fade-out {
  opacity: 0;
  pointer-events: none;
}

/* ─────────── DATATABLE TRANSITION ─────────── */
.skeleton-wrapper .dataTables_wrapper {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.skeleton-wrapper .dataTables_wrapper.loaded {
  opacity: 1;
}

.skeleton-wrapper table.loaded {
  display: table !important;
  opacity: 0;
  animation: fadeInTable 0.3s ease-in-out forwards;
}

@keyframes fadeInTable {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.profile-title {
  font-size: 24px;
  font-weight: 600;
}
.profile-subtitle {
  font-size: 16px;
  font-weight: 500;
}

.date-input {
  padding-right: 2rem;
  cursor: pointer;
  position: relative;
}

/* Add Bootstrap calendar icon inside input */
.date-input::after {
  content: '\f073'; /* calendar icon unicode from Bootstrap Icons */
  font-family: 'bootstrap-icons';
  position: absolute;
  right: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: #6c757d;
  font-size: 1rem;
}

.calendar-icon {
  position: absolute;
  right: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
  color: #6c757d;
  pointer-events: none;
  width: 16px;
  height: 16px;
}

.equal-label-height-class {
  min-height: 37.5px;
}

.link-kit-badge {
  padding: 0px 8px 0px 8px;
}

#data_pool,
#data_plan {
  visibility: hidden;
}
.ss-main {
  visibility: visible;
}
.info-icon-black {
  color: black !important;
}
#lastUpdatedWrapper {
  display: flex;
  align-items: center;
}

#lastUpdatedWrapper p {
  margin: 0;
}

.custom-checkbox {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  cursor: pointer;
}

.landing-page-title {
  font-weight: 600;
  font-size: 36px;
  color: #5bd0b3;
}

.landing-page-subtitle {
  font-weight: 500;
  font-size: 24px;
  color: black;
}

.landing-page-description {
  font-weight: 400;
  font-size: 18px;
  color: #676f7e;
}

.congrats-banner-image {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

.congrats-banner {
  border-radius: 16px !important;
  background:
    linear-gradient(
      135deg,
      rgba(46, 194, 179, 0.05) 0%,
      rgba(46, 194, 179, 0.1) 100%
    ),
    #ffffff;
}

.congrats-banner-title {
  font-size: 28px;
  font-weight: 600;
  color: #14181f;
}

.congrats-banner-subtitle {
  font-size: 16px;
  color: #676f7e;
}

@media (max-width: 380px) {
  .congrats-banner-title {
    font-size: 22px;
  }
  .congrats-banner-subtitle {
    font-size: 14px;
  }
}

.congrats-banner-text {
  padding: 2rem;
  padding-right: 0;
}

@media (max-width: 576px) {
  .congrats-banner-subtitle {
    width: 100%;
  }
}

.journey-card {
  border-radius: 16px;
  padding: 2rem;
}

.journey-title {
  font-size: 23px;
  font-weight: 600;
  color: #14181f;
}

.journey-subtitle {
  font-size: 16px;
  font-weight: 400;
  color: #676f7e;
}

/* STEP */
.step {
  display: flex;
  gap: 16px;
  position: relative;
}

/* ICON WRAPPER */
.icon-wrap {
  position: relative;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.white-bg {
  background: white;
  z-index: 2;
}

/* ICON */
.icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

/* COMPLETED */
.step.completed .icon {
  background: #6fd0b3;
  color: #ffffff;
}

/* ACTIVE */
.step.active .icon {
  background: rgba(91, 208, 179, 0.1);
  box-shadow: 0px 0px 0px 2px rgba(91, 208, 179, 1);
  color: #6fd0b3;
}

/* UPCOMING */
.step.upcoming .icon {
  background: rgba(232, 234, 238, 1);
  color: rgba(103, 111, 126, 1);
}

.icon-wrap.first-icon::after {
  top: 50%;
}

.icon-wrap::after {
  content: '';
  position: absolute;
  top: 50%;
  height: 115%;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  background: #d1d5db;
  z-index: 1;
}

.step.completed .icon-wrap::after {
  background: #6fd0b3;
}

.step.last .icon-wrap::after {
  display: none;
}

/* CONNECTOR LINE */
.line {
  position: absolute;
  top: 48px;
  width: 2px;
  height: calc(100% + 36px);
  background: rgba(226, 228, 233, 1);
  z-index: 1;
}

/* GREEN LINE UNTIL ACTIVE */
.step.completed .line {
  background: #6fd0b3;
}

/* CONTENT */
.step-content {
  flex: 1;
  padding: 16px;
}

.step-content p {
  font-weight: 400;
  font-size: 14px;
  color: #676f7e;
  margin-bottom: 0;
}

.step-content small {
  font-weight: 400;
  font-size: 12px;
  color: #676f7e;
}

.title-row {
  display: flex;
  align-items: center;
  gap: 12px;
}

.step-title {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 0.25rem;
  color: #14181f;
}

.step.upcoming .step-title {
  color: #676f7e;
}

/* BADGE */
.completed-badge {
  background: rgba(46, 184, 138, 0.1);
  color: rgba(46, 184, 138, 1);
  padding: 2px 8px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 500;
}

/* HIGHLIGHT CARD */
.highlight {
  background: rgba(255, 163, 35, 0.1);
  padding: 20px 16px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

@media (max-width: 768px) {
  .highlight {
    display: block;
  }

  .highlight .inprogress-badge {
    max-width: 120px;
    margin-top: 0.5rem;
    font-size: 12px;
  }
}

.plan-select-btn {
  background: rgba(91, 208, 179, 1);
  border-radius: 6px;
  padding: 0.5rem 1rem;
  font-size: 14px;
  font-weight: 500;
  color: rgba(0, 0, 0, 1);
}

@media (max-width: 363px) {
  .plan-select-btn {
    padding-inline: 0px;
  }
  .completed-badge-max-height {
    height: 18px;
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    line-height: 1;
  }
}

.plan-select-btn:hover {
  background: rgba(72, 191, 162, 1);
  color: rgba(0, 0, 0, 1);
}

.step.completed .plan-select-btn {
  display: none;
}

/* SECTION WRAPPER */
.billing-info-card {
  background: linear-gradient(
    135deg,
    rgba(231, 249, 245, 0.3) 0%,
    rgba(243, 245, 247, 0.3) 100%
  );
  border: 1px solid rgba(224, 230, 235, 0.5);
  box-shadow: 0px 8px 32px -8px rgba(19, 23, 32, 0.08);
  box-shadow: 0px 1px 3px 0px rgba(19, 23, 32, 0.04);
  border-radius: 16px;
  text-align: center;
  padding-top: 22px;
  padding-right: 24px;
  padding-bottom: 27px;
  padding-left: 24px;
}

/* HEADING */
.billing-info-card h2 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
  color: rgba(19, 23, 32, 1);
}

.billing-info-card .subtitle {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 18px;
  color: rgba(115, 123, 140, 1);
}

/* CARD GRID */
.info-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

/* CARD */
.info-card {
  background: #ffffff;
  border-radius: 12px;
  padding: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0px 4px 24px -4px rgba(19, 23, 32, 0.08);
}

/* ICON */
.icon-box {
  min-width: 48px;
  height: 48px;
  border-radius: 12px;
  background: linear-gradient(
    135deg,
    rgba(26, 188, 156, 0.15) 0%,
    rgba(26, 188, 156, 0.05) 100%
  );
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(91, 208, 179, 1);
  font-size: 24px;
}

/* TEXT */
.info-card span {
  font-size: 14px;
  font-weight: 500;
  color: rgba(19, 23, 32, 0.8);
  text-align: left;
}

/* RESPONSIVE */
@media (max-width: 1024px) {
  .info-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .info-cards {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 1200px) and (max-width: 1274px) {
  .info-cards {
    gap: 8px;
  }
  .info-card {
    padding: 8px;
  }
}
