.bg-gradient-end-1 {
  background: linear-gradient(to right, #ffffff, #eff4ff);
}

[data-bs-theme="dark"] .bg-gradient-end-1 {
  background: var(--bs-card-bg) !important;
  border: none !important;
}

.bg-gradient-end-2 {
  background: linear-gradient(to right, #ffffff, #eafff9);
}

[data-bs-theme="dark"] .bg-gradient-end-2 {
  background: var(--bs-card-bg) !important;
  border: none !important;
}

.bg-gradient-end-3 {
  background: linear-gradient(to right, #ffffff, #fff5e9);
}

[data-bs-theme="dark"] .bg-gradient-end-3 {
  background: var(--bs-card-bg) !important;
  border: none !important;
}

.bg-gradient-end-4 {
  background: linear-gradient(to right, #ffffff, #f3eeff);
}

[data-bs-theme="dark"] .bg-gradient-end-4 {
  background: var(--bs-card-bg) !important;
  border: none !important;
}

.bg-gradient-end-5 {
  background: linear-gradient(to right, #ffffff, #fff2f2);
}

[data-bs-theme="dark"] .bg-gradient-end-5 {
  background: var(--bs-card-bg) !important;
  border: none !important;
}
.bg-gradient-end-6 {
  background: linear-gradient(to right, #ffffff, #f2fff2);
}

[data-bs-theme="dark"] .bg-gradient-end-6 {
  background: var(--bs-card-bg) !important;
  border: none !important;
}

[data-bs-theme="dark"] .text-black {
  color: #fff !important;
}

.bg-primary-600 {
  background-color: #487fff !important;
}
.text-primary-600 {
  color: #487fff !important;
}

.primary-btn {
  background-color: #487fffdc !important;
  color: #fff;
  transition: all 0.2s linear;
}
.primary-btn:hover {
  background-color: #487fff !important;
  color: #fff;
}

.bg-success-main {
  background-color: #45b369 !important;
}
.text-success-main {
  color: #45b369 !important;
}
.success-btn {
  background-color: #45b36ad8 !important;
  color: #fff;
  transition: all 0.2s linear;
}
.success-btn:hover {
  background-color: #45b369 !important;
  color: #fff;
}

.bg-yellow {
  background-color: #f4941e !important;
}
.text-yellow {
  color: #f4941e !important;
}
.yellow-btn {
  background-color: #f4941ed7 !important;
  color: #fff;
  transition: all 0.2s linear;
}
.yellow-btn:hover {
  background-color: #f4941e !important;
  color: #fff;
}

.bg-purple {
  background-color: #8252e9 !important;
}
.text-purple {
  color: #8252e9 !important;
}

.purple-btn {
  background-color: #8252e9dc !important;
  color: #fff;
  transition: all 0.2s linear;
}
.purple-btn:hover {
  background-color: #8252e9 !important;
  color: #fff;
}

.bg-pink {
  background-color: #de3ace !important;
}

.border {
  border: 1px solid var(--border-color) !important;
}

.search-width {
  width: 400px;
}

.border-lilac-400 {
  border-color: #c48afe !important;
}

.bg-lilac-200 {
  background-color: #dcc0f8 !important;
}
.text-lilac-600 {
  background-color: #8252e9 !important;
}

.text-success-600 {
  background-color: #16a34a !important;
}

.bg-success-200 {
  background-color: #bbf7d0 !important;
}
.bg-yellow-200 {
  background-color: #fde1be !important;
}

.text-success-600 {
  background-color: #16a34a !important;
}

.text-info-600 {
  background-color: #2563eb !important;
}

.bg-info-200 {
  background-color: #bfdbfe !important;
}

.text-info-600 {
  background-color: #2563eb !important;
}

.bg-danger-600 {
  background-color: #dc2626 !important;
}
.text-theme {
  color: var(--bs-sidebar-item-active);
}

.bg-theme {
  background-color: var(--bs-sidebar-item-active) !important;
}

.bg-danger-200 {
  background-color: #fecaca !important;
}

.text-danger-600 {
  background-color: #dc2626 !important;
}

.trail-bg {
  background-image: url(../images/widget/upg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.ecommerce_widget {
  top: 28px;
  right: 10px;
}

.inner-country {
  max-height: 200px;
  overflow: auto;
}

.active-color-table {
  background-color: var(--bs-sidebar-item-active-bg) !important;
}

.w-60 {
  width: 60%;
}
.w-40 {
  width: 40%;
}

.border-left-inside-1 {
  border-left: 4px solid #487fff !important;
  padding-left: 16px !important;
  border-bottom: none !important;
}
.border-left-inside-2 {
  border-left: 4px solid #16a34a !important;
  padding-left: 16px !important;
  border-bottom: none !important;
}
.border-left-inside-3 {
  border-left: 4px solid #8252e9 !important;
  padding-left: 16px !important;
  border-bottom: none !important;
}
.border-left-inside-4 {
  border-left: 4px solid #f4941e !important;
  padding-left: 16px !important;
  border-bottom: none !important;
}

.gray-btn {
  background-color: #ebecef;
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
  padding: 6px 14px !important;
  border-radius: 4px;
  font-size: 14px !important;
  font-weight: 600;
  transition: all 0.2s linear;
}

.gray-btn:hover {
  background-color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
  --bs-text-opacity: 1;
  color: #fff !important;
}

.avatar.custom {
  img {
    width: 43px;
    border-radius: 100px;
  }
}

.interview-summary {
  max-height: 316px;
  overflow-x: hidden;
  padding-right: 8px !important;
}

.error-page {
  max-width: 600px;
  margin: auto;
}

.nav-underline .nav-link.active,
.nav-underline .show > .nav-link {
  font-weight: 700;
  color: var(--bs-sidebar-item-active);
  border-bottom-color: currentcolor;
}

.alpaz-profile-main .sil-profile_main-pic-change {
  background-color: var(--bs-sidebar-item-active);
  top: auto;
  bottom: -3px;
  left: 50%;
  transform: translateX(-50%);
}

.nav-underline .nav-link:hover,
.nav-underline .nav-link:focus {
  border-bottom-color: var(--bs-sidebar-item-active);
  color: var(--bs-sidebar-item-active);
}

.alpaz-profile-main {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 69px;
  padding: 10px;
  background: #fff;
  border-radius: 100%;
}

.avatar-3x {
  height: 8.5rem;
  width: 8.5rem;
}
.w-30 {
  width: 30%;
}

.w-70 {
  width: 70%;
}

.profile-info {
  padding-left: 0;
  li {
    margin-bottom: 18px;
  }
}

.profile-section .profile-item {
  border-bottom: 1px solid var(--bs-card-bg);
  padding-bottom: 20px;
  padding-top: 20px;
}

.fs-42 {
  font-size: 42px;
}

.plan-header .tag {
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  i {
    font-size: 26px;
  }
}

.timeline-second .timeline-second-section .inner-circle {
  background-color: #e70d7d;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  transform: rotate(180deg);
  height: 20px;
  width: 20px;
  border-radius: unset;
  top: -32px;
  left: 50%;
  transform: translateX(-50%) rotate(180deg);
  &::after {
    display: none;
  }
}

.timeline-second:after {
  border: 1px dashed rgb(216 22 134 / 40%);
}
.timeline-second .card {
  min-height: 182px;
  min-width: 350px;
}

.timeline-second-section .avatar-sm {
  margin-left: -0.8rem;
  .avatar-initial {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.simple-timeline .timeline-dot-primary {
  background-color: #e70d7d !important;
}

.simple-timeline .timeline-item .timeline-dot {
  top: 7px;
}

.timeline-page .timeline-section .label-left:after,
.timeline-page .timeline-section .label-right:after {
  background-color: #e70d7d !important;
}

.timeline-page:after {
  border: 1px dashed rgb(216 22 134 / 40%);
}

.invoice-header .company-logo img {
  width: 160px;
}

.custom-invoice-1 {
  .invoice-container {
    max-width: 900px;
    margin: 0 auto;
    background: white;
    border-radius: 0;
    box-shadow: rgb(0 0 0 / 11%) 0px 0.125rem 0.5rem;
    overflow: hidden;
  }

  .invoice-header {
    background: linear-gradient(135deg, #0f172a 0%, #1e2937 100%);
    color: white;
    padding: 40px 50px;
  }

  .company-logo {
    font-size: 2.2rem;
    font-weight: 700;
    letter-spacing: -2px;
  }

  .invoice-title {
    font-size: 2.8rem;
    font-weight: 700;
    letter-spacing: -1px;
  }

  .invoice-body {
    padding: 50px;
  }

  .table th {
    background-color: #f8fafc;
    font-weight: 600;
    color: #475569;
    text-transform: uppercase;
    font-size: 0.85rem;
    letter-spacing: 0.5px;
  }

  .table td {
    vertical-align: middle;
    padding: 18px 12px;
  }

  .amount {
    font-weight: 600;
    color: #0f172a;
  }

  .total-row {
    background: #f1f5f9;
    font-size: 1.1rem;
  }

  .total-row td {
    font-weight: 700;
    color: #0f172a;
  }

  .footer-note {
    font-size: 0.9rem;
    color: #64748b;
    border-top: 1px solid #e2e8f0;
    padding-top: 25px;
    margin-top: 30px;
  }

  .status-badge {
    background: linear-gradient(135deg, #22c55e, #86efac);
    color: #14532d;
    padding: 8px 20px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.95rem;
  }
}

.custom-invoice-2 {
  .invoice-card {
    max-width: 900px;
    margin: 0 auto;
    background: white;
    border-radius: 0;
    overflow: hidden;
    box-shadow: rgb(0 0 0 / 11%) 0px 0.125rem 0.5rem;
  }

  /* Unique Top Bar */
  .top-bar {
    height: 12px;
    background: linear-gradient(90deg, #6366f1, #a855f7, #ec4899);
  }

  .invoice-header {
    padding: 50px 60px 40px;
    background: #f8fafc;
    position: relative;
  }

  .invoice-header::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, #e2e8f0, transparent);
  }

  .brand {
    font-family: "Playfair Display", serif;
    font-size: 2.8rem;
    font-weight: 700;
    color: #1e2937;
    letter-spacing: -2px;
  }

  .invoice-no {
    font-size: 1.1rem;
    font-weight: 600;
    color: #64748b;
    letter-spacing: 3px;
  }

  .client-info {
    background: #0f172a;
    color: white;
    padding: 45px 60px;
  }

  .section-title {
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 600;
    color: #94a3b8;
    margin-bottom: 12px;
  }

  .table {
    margin: 0;
  }

  .table thead th {
    background: #f1f5f9;
    color: #475569;
    font-weight: 600;
    font-size: 0.8rem;
    padding: 20px 15px;
    border: none;
  }

  .table tbody td {
    padding: 22px 15px;
    border-bottom: 1px solid #f1f5f9;
  }

  .item-desc {
    font-weight: 500;
  }

  .amount-column {
    font-weight: 600;
    color: #1e2937;
    text-align: right;
  }

  .total-section {
    background: linear-gradient(135deg, #1e2937, #334155);
    color: white;
    padding: 35px 60px;
  }

  .grand-total {
    font-size: 2.2rem;
    font-weight: 700;
    letter-spacing: -1px;
  }

  .thankyou {
    text-align: center;
    padding: 40px 60px;
    background: #fafafa;
    color: #64748b;
  }

  .accent-line {
    height: 4px;
    width: 80px;
    background: linear-gradient(90deg, #6366f1, #a855f7);
    margin: 0 auto 15px;
  }
}

.custom-invoice-3 {
  .invoice {
    max-width: 900px;
    margin: 0 auto;
    background: white;
    border-radius: 0px;
    box-shadow: rgb(0 0 0 / 11%) 0px 0.125rem 0.5rem;
    overflow: hidden;
  }

  .header {
    background: #1e2937;
    color: white;
    padding: 35px 40px;
  }

  .header h1 {
    font-size: 2.1rem;
    font-weight: 600;
    margin: 0;
  }

  .header .invoice-no {
    font-size: 1.1rem;
    opacity: 0.9;
  }

  .content {
    padding: 40px;
  }

  .info-row {
    margin-bottom: 35px;
  }

  .label {
    font-size: 0.85rem;
    font-weight: 500;
    color: #64748b;
    margin-bottom: 5px;
  }

  table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 30px;
  }

  table th {
    background: #f1f5f9;
    text-align: left;
    padding: 14px 15px;
    font-weight: 600;
    color: #475569;
    font-size: 0.9rem;
  }

  table td {
    padding: 16px 15px;
    border-bottom: 1px solid #e2e8f0;
  }

  .text-end {
    text-align: right;
  }

  .total-row {
    background: #f8fafc;
    font-weight: 600;
  }

  .grand-total {
    font-size: 1.35rem;
    color: #1e2937;
  }

  .footer_inner {
    padding: 30px 40px;
    background: #f8fafc;
    font-size: 0.95rem;

    text-align: center;
  }

  .amount {
    font-weight: 600;
  }
}

.profile-container {
  background-image: unset;
}

.accordion.two {
  border: 1px solid #ddd;
}

.counter-number {
  gap: 15px;
  .coming-box {
    background-color: #0f172a;
    width: 120px !important;
    height: 120px !important;
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #fff;
  }
}

.table.one {
  .table-card {
    background: white;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    overflow: hidden;
  }

  .table thead th {
    background: #f1f5f9;
    color: #475569;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.85rem;
    letter-spacing: 0.5px;
    padding: 18px 15px;
    border: none;
  }

  .table tbody tr {
    transition: all 0.2s ease;
  }

  .table tbody tr:hover {
    background: #f8fafc;
    transform: translateX(4px);
  }

  .table td {
    padding: 16px 15px;
    vertical-align: middle;
  }

  .task-name {
    font-weight: 500;
    color: #1e2937;
  }

  .badge {
    font-weight: 500;
    padding: 6px 14px;
    border-radius: 50px;
    font-size: 0.82rem;
  }

  .action-btn {
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    transition: all 0.2s;
  }

  .action-btn:hover {
    transform: scale(1.1);
  }
}

.bordered-table {
  border-spacing: 0;
  border-collapse: separate;
  border: 1px solid var(--bs-border-color);
  border-radius: 8px;
  min-width: max-content;
  vertical-align: middle;
}

.single-todo {
  .today-card {
    background: white;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 520px;
    overflow: hidden;
  }

  .card-header {
    background: linear-gradient(135deg, #4f46e5, #7c3aed);
    color: white;
    padding: 25px 30px;
    display: flex;
    align-items: center;
    gap: 15px;
  }

  .date-badge {
    background: rgba(255, 255, 255, 0.2);
    padding: 6px 16px;
    border-radius: 50px;
    font-size: 0.95rem;
    font-weight: 500;
  }

  .card-body {
    padding: 30px;
  }

  .task-item {
    padding: 16px 0;
    border-bottom: 1px solid #f1f5f9;
    display: flex;
    align-items: center;
    gap: 15px;
  }

  .task-item:last-child {
    border-bottom: none;
  }

  .task-checkbox {
    width: 22px;
    height: 22px;
    border: 2px solid #cbd5e1;
    border-radius: 6px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
  }

  .task-checkbox.completed {
    background: #22c55e;
    border-color: #22c55e;
  }

  .task-text {
    flex: 1;
    font-size: 1.02rem;
  }

  .task-text.completed {
    text-decoration: line-through;
    color: #94a3b8;
  }

  .priority-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
  }

  .footer {
    padding: 20px 30px;
    background: #f8fafc;
    text-align: center;
    font-size: 0.95rem;
    color: #64748b;
  }
}
.fc-event-main {
  color: unset !important;
}

.accordion.one {
  .accordion-header {
    .accordion-button {
      background-color: var(--bs-sidebar-item-active);
      color: #fff;
      &::after {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
      }
    }

    .accordion-button.collapsed {
      background-color: #fff;
      color: var(--bs-accordion-active-color);
      &::after {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%234a5a6b' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
      }
    }
  }
  .accordion-item {
    border-color: #e600772d;
  }
}
.accordion.two_ {
  .accordion-header {
    .accordion-button {
      background-color: #e60076;
      color: #fff;
      &::after {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
      }
    }

    .accordion-button.collapsed {
      border: none;
      background-color: #e6007794;
      color: #fff;
      &::after {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
      }
    }
  }

  .accordion-item {
    border: none;
    margin-bottom: 10px;
  }
}

.card-custom-1 {
  background-color: rgb(7 16 45);
  background: linear-gradient(to top right, rgb(7 16 45), rgb(58 60 84));
  background: -webkit-linear-gradient(
    to top right,
    rgb(7 16 45),
    rgb(58 60 84)
  );
  display: flex;
  flex-direction: column;
  padding: 20px;
  border-radius: 20px;
  border: 1px solid rgb(84 90 106);

  .small-text,
  .title,
  .desc {
    font-weight: 600;
  }

  .title,
  .desc {
    margin: 8px 0;
  }

  .small-text {
    color: #488aec;
    font-size: 14px;
  }

  .title {
    color: #fff;
    font-size: 26px;
    line-height: 26px;
  }

  .desc {
    color: rgb(151 153 167);
    font-size: 13px;
  }

  .buttons {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
    margin-top: 10px;
  }

  .button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 10px;
    padding: 6px;
    text-decoration: none;
  }

  .button:first-child {
    box-shadow:
      0 4px 6px -1px #488aec31,
      0 2px 4px -1px #488aec17;
    background-color: #488aec;
  }

  .button:last-child {
    box-shadow:
      0 4px 6px -1px #0b162531,
      0 2px 4px -1px #0e192b17;
    background-color: #fff;
  }

  .icon {
    height: 25px;
    width: 25px;
  }

  .icon svg {
    width: 100%;
    height: 100%;
  }

  .icon svg:last-child {
    fill: #000;
  }

  .button-text {
    display: flex;
    flex-direction: column;
    margin-left: 8px;
  }

  .button-text span:first-child {
    font-size: 12px;
    font-weight: 600;
  }

  .google span:first-child {
    color: rgb(219 206 253);
  }

  .apple span:first-child {
    color: rgb(81 87 108);
  }

  .google span:last-child {
    color: #fff;
    font-weight: 800;
  }

  .apple span:last-child {
    color: #000;
    font-weight: 800;
  }
}

.card-custom-2 {
  overflow: hidden;
  position: relative;
  text-align: left;
  border-radius: 0.5rem;
  box-shadow:
    0 20px 25px -5px rgba(0, 0, 0, 0.1),
    0 10px 10px -5px rgba(0, 0, 0, 0.04);
  background-color: #fff;

  .dismiss {
    position: absolute;
    right: 10px;
    top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem 1rem;
    background-color: #fff;
    color: black;
    border: 2px solid #d1d5db;
    font-size: 1rem;
    font-weight: 300;
    width: 30px;
    height: 30px;
    border-radius: 7px;
    transition: 0.3s ease;
  }

  .dismiss:hover {
    background-color: #ee0d0d;
    border: 2px solid #ee0d0d;
    color: #fff;
  }

  .header {
    padding: 1.25rem 1rem 1rem 1rem;
  }

  .image {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    background-color: #e2feee;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    width: 3rem;
    height: 3rem;
    border-radius: 9999px;
    animation: animate 0.6s linear alternate-reverse infinite;
    transition: 0.6s ease;
  }

  .image svg {
    color: #0afa2a;
    width: 2rem;
    height: 2rem;
  }

  .content {
    margin-top: 0.75rem;
    text-align: center;
  }

  .title {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5rem;
  }

  .message {
    margin-top: 0.5rem;
    color: #595b5f;
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .actions {
    margin: 0.75rem 1rem;
  }

  .history {
    display: inline-flex;
    padding: 0.5rem 1rem;
    background-color: var(--bs-sidebar-item-active);
    color: #ffffff;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 500;
    justify-content: center;
    width: 100%;
    border-radius: 0.375rem;
    border: none;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .track {
    display: inline-flex;
    margin-top: 0.75rem;
    padding: 0.5rem 1rem;
    color: #242525;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 500;
    justify-content: center;
    width: 100%;
    border-radius: 0.375rem;
    border: 1px solid #d1d5db;
    background-color: #fff;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  @keyframes animate {
    from {
      transform: scale(1);
    }

    to {
      transform: scale(1.09);
    }
  }
}

.card-custom-3 {
  border-width: 1px;
  border-color: rgba(219, 234, 254, 1);
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 1);
  padding: 1rem;

  .header {
    display: flex;
    align-items: center;
    grid-gap: 1rem;
    gap: 1rem;
  }

  .icon {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    background-color: #0e7fe6;
    padding: 0.5rem;
    color: rgba(255, 255, 255, 1);
  }

  .icon svg {
    height: 1rem;
    width: 1rem;
  }

  .alert {
    font-weight: 600;
  }

  .message {
    margin-top: 1rem;
  }

  .actions {
    margin-top: 1.5rem;
  }

  .actions a {
    text-decoration: none;
  }

  .mark-as-read,
  .read {
    display: inline-block;
    border-radius: 0.5rem;
    width: 100%;
    padding: 0.75rem 1.25rem;
    text-align: center;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 600;
  }

  .read {
    background-color: #0e7fe6;
    color: rgba(255, 255, 255, 1);
  }

  .mark-as-read {
    margin-top: 0.5rem;
    background-color: rgba(249, 250, 251, 1);
    color: rgba(107, 114, 128, 1);
    transition: all 0.15s ease;
  }

  .mark-as-read:hover {
    background-color: rgb(230, 231, 233);
  }
}
.card-custom-4 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #ffffff;
  padding: 20px;
  position: relative;
  border-radius: 10px;

  .icon-wrapper {
    margin-bottom: 1.5rem;
  }

  .rocket-icon {
    width: 2.5rem;
    height: 2.5rem;
  }

  .title-text {
    font-size: 1.25rem;
    font-weight: 600;
    margin: 0 0 0.5rem 0;
  }

  .description {
    line-height: 1.5;
    margin: 0 0 1.5rem 0;
    max-width: 25rem;
  }

  .github-icon {
    width: 1rem;
    height: 1rem;
    fill: currentColor;
  }

  .deploy-checkbox {
    display: none;
  }
}

.custom-collapse {
  .section-label {
    font-size: 14px;
    text-transform: uppercase;
    color: #888;
  }
  .section-label:first-child {
    margin-top: 0.5rem;
  }
  .wrap {
    max-width: 660px;
    margin: 0 auto;
  }

  /* ── 1. Sidebar nav tree ── */
  .nav-collapse .nav-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 14px;
    background: #f1efe8;
    border-radius: 0;
    margin-top: 10px;
    cursor: pointer;

    font-size: 14px;
    font-weight: 500;
    user-select: none;
  }
  .nav-collapse .nav-toggle .arrow {
    transition: transform 0.3s;
    font-size: 12px;
  }
  .nav-collapse .nav-toggle[aria-expanded="true"] .arrow {
    transform: rotate(90deg);
  }
  .nav-collapse .nav-body {
    padding: 8px 0 0 12px;
    border-left: 2px solid #7f77dd;
    margin-left: 14px;
  }
  .nav-collapse .nav-body a {
    display: block;
    padding: 6px 10px;
    font-size: 13px;
    color: #555;
    text-decoration: none;
    border-radius: 4px;
  }
  .nav-collapse .nav-body a:hover {
    background: #f1efe8;
    color: #1a1a1a;
  }

  /* ── 2. Pill toggle ── */
  .pill-toggle {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    border-radius: 10px;
    background: transparent;
    border: 1.5px solid #108dff;
    color: #108dff;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition:
      background 0.2s,
      color 0.2s;
  }
  .pill-toggle[aria-expanded="true"] {
    background: #378add;
    color: #fff;
  }
  .pill-content {
    background: #e6f1fb;
    border-radius: 12px;
    padding: 14px 16px;
    font-size: 13px;
    margin-top: 8px;
    color: #0c447c;
  }

  /* ── 3. Step / timeline reveal ── */
  .step-item {
    display: flex;
    gap: 12px;

    align-items: start;
  }
  .step-num {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #e7366b;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 2px;
  }
  .step-toggle {
    background: none;
    border: none;
    padding: 0;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    text-align: left;
  }
  .step-toggle::after {
    content: " ▾";
    font-size: 20px;
    color: var(--bs-body-color);
  }
  .step-toggle[aria-expanded="true"]::after {
    content: " ▴";
  }
  .step-body {
    font-size: 14px;
    margin-top: 6px;
    padding-left: 40px;
    line-height: 1.6;
  }

  /* ── 4. Card with badge reveal ── */
  .flip-card {
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 6px;
  }
  .flip-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 16px;
    cursor: pointer;
    background: #fff;
  }

  .flip-body {
    padding: 14px 16px;
    font-size: 13px;
    border-top: 0.5px solid #d3d1c7;
    background: #e7366b10;
    line-height: 1.7;
  }

  /* ── 5. Left border accent ── */
  .border-collapse-item {
    border-left: 3px solid #247266;
    padding-left: 12px;
    margin-bottom: 4px;
  }
  .border-toggle {
    background: none;
    border: none;
    padding: 2px 0;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
  }
  .border-toggle[aria-expanded="true"] {
    color: #247266;
  }
  .border-body {
    font-size: 13px;
    padding: 8px 0 4px;
  }

  /* ── 6. Icon + description list ── */
  .icon-item {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    padding: 10px 0;
  }
  .icon-item:last-child {
    border-bottom: none;
  }
  .icon-box {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background: #faeeda;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    flex-shrink: 0;
  }
  .icon-toggle {
    background: none;
    border: none;
    padding: 0;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    text-align: left;
    display: block;
  }
  .icon-meta {
    font-size: 12px;
    margin-top: 2px;
  }
  .icon-body {
    font-size: 13px;
    margin-top: 8px;
    line-height: 1.6;
    padding: 10px 12px;
    background: #f1efe8;
    border-radius: 8px;
  }

  /* ── 7. FAQ with + / × ── */

  .faq-toggle {
    width: 100%;
    background: none;
    border: none;
    padding: 14px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    text-align: left;
    gap: 12px;
  }
  .faq-icon {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1.5px solid #aaa;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #555;
    flex-shrink: 0;
    transition:
      transform 0.3s,
      background 0.2s;
  }
  .faq-toggle[aria-expanded="true"] .faq-icon {
    transform: rotate(45deg);
    background: #e7366b;
    border-color: #e7366b;
    color: #fff;
  }
  .faq-body {
    font-size: 13px;
    padding: 0 0 14px;
    line-height: 1.7;
  }

  /* ── 8. Horizontal tab-style reveal ── */
  .tab-buttons {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
  }
  .tab-btn {
    padding: 7px 16px;
    border-radius: 999px;
    background: #fff;
    font-size: 13px;
    cursor: pointer;
    transition: all 0.15s;
  }
  .tab-btn[aria-expanded="true"] {
    background: #0e7fe6;
    border-color: #0e7fe6;
    color: #fff;
  }
  .tab-content-panel {
    background: #0e7ee611;
    border-radius: 10px;
    padding: 14px 16px;
    margin-top: 14px;
    font-size: 13px;
    line-height: 1.7;
  }

  /* ── 9. Stats row drill-down ── */
  .stat-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    cursor: pointer;
  }
  .stat-row:last-of-type {
    border-bottom: none;
  }
  .stat-label {
    font-size: 14px;
    font-weight: 500;
  }
  .stat-val {
    font-size: 18px;
    font-weight: 500;
    color: #e7366b;
  }
  .stat-detail {
    font-size: 12px;
    padding: 8px 0 6px;
    line-height: 1.6;
  }
  .stat-caret {
    font-size: 11px;
    transition: transform 0.3s;
  }
  .stat-row[aria-expanded="true"] .stat-caret {
    transform: rotate(180deg);
  }

  /* ── 10. Code block reveal ── */
  .code-toggle-wrap {
    border: 0.5px solid #d3d1c7;
    border-radius: 10px;
    overflow: hidden;
  }
  .code-toggle-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 14px;
    background: #e7366b13;
    cursor: pointer;
    font-size: 13px;
    font-weight: 500;
  }
  .code-lang-badge {
    font-size: 11px;
    padding: 2px 8px;
    border-radius: 4px;
    background: #2c2c2a;
    color: #d3d1c7;
    font-family: monospace;
  }
  .code-show-btn {
    font-size: 12px;
    background: none;
    border-radius: 4px;
    padding: 3px 8px;
    cursor: pointer;
  }
  .code-body {
    background: #2c2c2a;
    padding: 14px 16px;
    font-family: monospace;
    font-size: 13px;
    color: #d3d1c7;
    line-height: 1.6;
    overflow-x: auto;
  }
}

.placeholders-custom {
  position: relative;
  width: 100%;
  height: 100%;
  margin-bottom: 10px;
  border: 1px solid #d3d3d3;
  padding: 15px;
  background-color: #e3e3e3;
  overflow: hidden;

  .loader:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(
      110deg,
      rgba(227, 227, 227, 0) 0%,
      rgba(227, 227, 227, 0) 40%,
      rgba(227, 227, 227, 0.5) 50%,
      rgba(227, 227, 227, 0) 60%,
      rgba(227, 227, 227, 0) 100%
    );
    animation: gradient-animation_2 1.2s linear infinite;
  }

  .loader .wrapper {
    width: 100%;
    height: 100%;
    position: relative;
  }

  .loader .wrapper > div {
    background-color: #cacaca;
  }

  .loader .circle {
    width: 50px;
    height: 50px;
    border-radius: 50%;
  }

  .loader .button {
    display: inline-block;
    height: 32px;
    width: 75px;
  }

  .loader .line-1 {
    position: absolute;
    top: 11px;
    left: 58px;
    height: 10px;
    width: 100px;
  }

  .loader .line-2 {
    position: absolute;
    top: 34px;
    left: 58px;
    height: 20px;
    width: 150px;
  }

  .loader .line-3 {
    position: absolute;
    top: 57px;
    left: 0px;
    height: 10px;
    width: 100%;
  }

  .loader .line-4 {
    position: absolute;
    top: 80px;
    left: 0px;
    height: 10px;
    width: 92%;
  }

  @keyframes gradient-animation_2 {
    0% {
      transform: translateX(-100%);
    }

    100% {
      transform: translateX(100%);
    }
  }
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: var(--bs-sidebar-item-active);
  border-bottom-color: currentcolor;
}

.nav-pills .nav-link:hover {
  color: var(--bs-sidebar-item-active);
  border-bottom-color: currentcolor;
}
.nav-pills .nav-link.active:hover {
  color: #fff;
}

.widgets-message {
  .wrapper {
    height: 339px;
    overflow-x: hidden;
  }
}
.widgets-campaign {
  .wrapper {
    height: 398px;
    overflow-x: hidden;
  }
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #444;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-pagination.big {
  .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color: #000;
    opacity: 1;
    background: rgba(0, 0, 0, 0.2);
  }
  .swiper-pagination-bullet-active {
    color: #fff;
    background: #007aff;
  }
}

.grid-swiper {
  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #333;
    height: calc((100% - 30px) / 2) !important;

    /* Center slide text vertically */
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.flatpickr-rContainer {
  background: #f4f7ff;
}

.jvm-tooltip {
  background: none;
}

.bg-discover-img {
  background-color: var(--bs-sidebar-item-active);
}

.jvm-zoom-btn {
  width: 20px;
  height: 20px;
  display: none;
}

[data-bs-theme="dark"] {
  #preloader {
    background: #101014;
  }
  .gray-btn {
    background-color: #fff;
    color: #333 !important;
  }
  .alpaz-profile-main {
    .sil-profile_main-pic-change {
      background-color: #e60076 !important;
    }
  }
  .dark-border-1 {
    border: 1px solid var(--bs-border-color) !important;
  }
  .invoice-container,
  .custom-invoice-2,
  .custom-invoice-3 {
    .upper,
    h6,
    h5 {
      color: #000;
    }
    .table > :not(caption) > * > * {
      background-color: #fff !important;
      color: #000 !important;
    }
    .text-muted {
      color: #000 !important;
    }
    .client-info {
      background: #fff;
    }
    .total-section {
      background: #fff;
      color: #000;
    }
    .footer_inner {
      color: #000;
    }
  }
  .todo-app-list {
    color: #fff !important;
    .task-name {
      color: #fff !important;
    }
  }
  .contacts-1 {
    .bg-white {
      background-color: transparent !important;
    }
  }
  .fc .fc-daygrid-day.fc-day-today {
    background: transparent !important;
  }
  .accordion-button {
    background-color: #e60076 !important;
  }
  .text-bg-dark {
    background-color: var(--bs-offcanvas-bg) !important;
  }
  .flip-card {
    .badge.text-bg-light {
      background-color: #fff !important;
    }
  }
  .custom-collapse {
    .icon-body {
      color: #000;
    }
    .tab-btn {
      background: #0e7fe6 !important;
    }
  }
  .navbar-1 {
    .nav-pills .nav-link.active,
    .nav-pills .show > .nav-link {
      background-color: #e60076;
    }
  }
  .tabs-1 {
    .nav-pills .nav-link.active,
    .nav-pills .show > .nav-link {
      background-color: #e60076;
    }
  }
  .bg-discover-img {
    background-color: #e60076;
  }
  #sidebar-menu .menuitem-active > a,
  #sidebar-menu .menuitem-active .active {
    color: #fff;
  }
  #sidebar-menu .menuitem-active .tp-link.active {
    background-color: #e60076;
    transition: color 0.2s ease;
    border-radius: 0.475rem;
  }
}

#preloader {
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999999999;
  background: #ffffffc2;
  .loader {
    position: absolute;
    width: 50px;
    height: 100px;
    top: 50%;
    margin: 0 auto;
    left: 0;
    right: 0;
    transform: translateY(-50%);
  }

  .circular {
    animation: rotate 2s linear infinite;
    height: 100%;
    transform-origin: center center;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }

  img {
    width: 60px;
  }

  .path {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    animation:
      dash 1.5s ease-in-out infinite,
      color 6s ease-in-out infinite;
    stroke-linecap: round;
  }
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
@keyframes color {
  100%,
  0% {
    stroke: #d62d20;
  }
  40% {
    stroke: #0057e7;
  }
  66% {
    stroke: #008744;
  }
  80%,
  90% {
    stroke: #ffa700;
  }
}

/* Extra Responsive */

@media screen and (max-width: 576px) {
  .timeline-page:after {
    border: none;
  }
  .bg-discover-img img {
    display: none;
  }
}
