/* Basic resets */
@import url("https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");
/* @import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700&display=swap"); */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  /* font-family: "Ubuntu", sans-serif; */
  font-family: "Segoe UI", sans-serif;
  /* font-family: "Manrope", "sans-serif"; */
  line-height: 1.4;
  font-weight: 400;
  font-size: 15px;
  overflow-x: hidden;
}

:root {
  --primary: #008ee2;
  --seconadry: #003a6f;
  --white: #ffffff;
  --black: #000000;
  --lightgrey: #727272;
}
h2.fw-bold {
  background: linear-gradient(to right, #003a6f 20%, #008ee2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gradient-text {
  background: linear-gradient(to right, #003a6f 20%, #008ee2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
/* .modal {
  background-color: rgba(33, 33, 33, 0.829);
} */
.btn:focus {
  box-shadow: none !important;
}
.header-section .navbar-toggler:focus {
  box-shadow: none !important;
}
.header-section .navbar-nav .nav-link.active {
  color: var(--primary);
}
.blue-btn {
  color: var(--white);
  border-color: var(--primary);
  background-color: var(--primary);
}
.blue-btn:focus {
  box-shadow: none;
}
.btn-outline-secondary:focus {
  box-shadow: none !important;
}
.blue-btn:hover {
  color: var(--primary);
  background-color: transparent;
}

.banner-section {
  padding: 100px 0px;
}
.banner-section::before {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0px;
  left: 0px;
  background-color: var(--black);
  opacity: 0.5;
}

.btn-outline-secondary.dropdown-toggle.show:focus {
  box-shadow: none !important;
}
.btn-outline-secondary {
  color: var(--seconadry) !important;
  border-color: var(--seconadry) !important;
}
.btn-outline-secondary:hover {
  background-color: var(--seconadry) !important;
  border-color: var(--seconadry) !important;
  color: var(--white) !important;
}
.btn-outline-light {
  color: #6c757d !important;
  border-color: #6c757d !important;
}
.badge.bg-danger {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.card-title .text-warning {
  font-size: 1.2rem;
  letter-spacing: 1px;
}
.book-now-section .card p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.line-climp {
  width: 150px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.line-climp-2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.modal-header {
  background-color: #f0f7ff;
}
.book-now-section .card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.book-now-section .card:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}
.client-rating-section .card {
  transition: transform 0.3s ease;
}
.client-rating-section .card:hover {
  transform: translateY(-5px);
}

.about-us-section ul li {
  margin-bottom: 0.5rem;
  font-weight: 500;
  display: flex;
  align-items: baseline;
}

.service-detail-section h6 {
  font-size: 1rem;
}
.service-detail-section input[type="checkbox"] {
  transform: scale(1.2);
}
.booking-section .input-group input {
  border-radius: 0;
}
.booking-section .btn-primary {
  background-color: var(--primary);
  border: none;
}
.booking-section .text-primary {
  color: var(--primary) !important;
}
.text-primary {
  color: var(--primary) !important;
}
.sticky-scroll {
  position: sticky;
  top: 82px;
}
.initial-avatar {
  font-size: 16px;
  font-weight: 600;
}
/* .review-card {
  min-height: 200px;
} */
.review-card p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.review-carousel .owl-nav {
  position: absolute;
  top: -35px;
  right: 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.review-carousel .owl-nav button {
  width: 30px;
  height: 30px;
  background-color: var(--primary) !important;
  border-radius: 50%;
  color: var(--white) !important;
}
.review-carousel .owl-dots {
  display: none;
}

.form-control:focus {
  box-shadow: none;
}
/* .input-group-text {
  border: 2px solid #ddd;
  border-right: none;
}
.form-control,
.form-select {
  width: 100%;
  border: 2px solid #ddd;
  font-size: 1em;
  transition: all 0.3s ease;
  background: rgba(255, 255, 255, 0.9);
} */
/* booking pages css */
.step-wizard .step span {
  text-transform: capitalize;
}
.step-tabs .step-tab {
  text-align: center;
}
.step-number {
  display: inline-block;
  background: #ddd;
  color: #333;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  line-height: 32px;
  font-weight: bold;
}
.step-tab.completed .step-number {
  background: #28a745;
  color: white;
}
.step-tab.active .step-number {
  background: var(--primary);
  color: white;
}
.step-arrow {
  font-size: 20px;
  color: #999;
}
.booking-flow-section .btn-outline-secondary {
  color: var(--primary) !important;
  border-color: var(--primary) !important;
}
.booking-flow-section .btn-outline-secondary:hover {
  color: var(--white) !important;
  background-color: var(--primary) !important;
}
.select-week-month.nav-pills .nav-link.active,
.select-week-month.nav-pills .show > .nav-link {
  background-color: var(--primary) !important;
  color: var(--white) !important;
}
.select-week-month .nav-link {
  color: var(--primary) !important;
}
.form-select:focus {
  box-shadow: none;
}
#calendar {
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 20px;
  border-radius: 6px;
}

.fc-daygrid-day.fc-day-today {
  background-color: #e0f0ff;
}

.fc-toolbar-title {
  font-size: 18px;
  font-weight: bold;
}

.step::before {
  content: attr(data-step);
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  border-radius: 50%;
  background-color: #ccc;
  color: white;
  font-weight: 600;
  position: relative;
  z-index: 1;
}

.step.active {
  color: var(--primary);
  font-weight: 600;
}

.step.active::before {
  background-color: var(--primary);
}

.step:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 16px;
  left: 57%;
  width: 100%;
  height: 2px;
  border: 1px dashed #ccc;
  /* background-color: #ccc; */
  /* z-index: -1; */
}

/* .step.active + .step::after {
  background-color: var(--primary);
} */

.step-content {
  display: none;
}

.step-content.active {
  display: block;
}
.payment-page .card {
  position: relative;
  background: white;
  border-radius: 12px;
  margin: 20px;
  text-align: center;
}
.payment-page.success-page .card {
  box-shadow: 0 8px 0 #4caf50;
}
.payment-page.failed-page .card {
  box-shadow: 0 8px 0 #f44336;
}
.payment-page .card img {
  margin: -60px auto 10px auto;
  position: relative;
}

@media (max-width: 768px) {
  .step {
    flex: 1 1 45%;
  }
}

@media (max-width: 576px) {
  .step {
    flex: 1 1 100%;
  }

  /* .step:not(:last-child)::after {
    display: none;
  } */
}
/* .service-detalils-tab li {
  margin-right: 15px;
} */
.service-detalils-tab li button {
  border: 2px solid #e6e8ee !important;
  color: var(--primary);
  padding: 4px 24px;
}
.service-detalils-tab li button:hover {
  background-color: var(--primary) !important;
  color: var(--white);
  border-color: var(--primary) !important;
}
.service-detalils-tab li button.active {
  background-color: var(--primary) !important;
  border-color: var(--primary) !important;
}
.confirmation-section {
  display: flex;
  align-items: center;
  justify-content: center;
  /* padding: 40px 20px; */
}

.confirmation-box {
  background-color: #fff;
  padding: 40px 30px;
  border-radius: 10px;
  /* box-shadow: 0 0 30px rgba(0, 0, 0, 0.05); */
  text-align: center;
  max-width: 500px;
  width: 100%;
}

.confirmation-box .icon-box {
  font-size: 64px;
  color: #28a745;
  margin-bottom: 20px;
}

.confirmation-box h4 {
  font-weight: 600;
  margin-bottom: 10px;
}

.confirmation-box .confirmed-date {
  color: #28a745;
  font-weight: 600;
  margin-bottom: 20px;
}

.confirmation-box .btn-success {
  background-color: #28a745;
  border: none;
  padding: 12px 25px;
  font-weight: 600;
  font-size: 16px;
  width: 100%;
}
.confirmation-box .btn-success:focus {
  box-shadow: none;
}
@media (max-width: 576px) {
  .confirmation-box {
    padding: 30px 20px;
  }
}
/* stepper css */
.faq-section .accordion-button {
  transition: background-color 0.3s ease;
  padding: 1rem 1.25rem;
  font-size: 1.1rem;
}

.faq-section .accordion-button:focus {
  box-shadow: none;
}

.faq-section .accordion-button:not(.collapsed) {
  background-color: #e9f5ff;
  color: #0072c0;
}

.faq-section .accordion-body {
  font-size: 0.95rem;
  line-height: 1.6;
}
/* <!-- login-container section css --> */
.login-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* .login-wrapper {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
  width: 100%;
} */

.login-image {
  display: flex;
  justify-content: center;
  align-items: center;
}

.login-image img {
  max-width: 100%;
  height: auto;
}

.login-box {
  background-color: #fff;
  border: 1px solid #e6e8ee;
  border-radius: 10px;
  padding: 24px;
}

.btn-outline {
  border-radius: 25px;
  font-weight: 500;
  /* background-color: #f9f9f9; */
  border: 1px solid #e6e8ee;
  transition: 0.3s;
}
.btn-outline:hover {
  background-color: var(--primary);
  color: var(--white);
}
.divider {
  text-align: center;
  margin: 20px 0;
  position: relative;
}

.divider::before,
.divider::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 40%;
  height: 1px;
  background: #ccc;
}

.divider::before {
  left: 0;
}

.divider::after {
  right: 0;
}

.divider span {
  padding: 0 10px;
  background: #fff;
  font-size: 14px;
  color: #888;
}

@media (max-width: 768px) {
  .login-wrapper {
    flex-direction: column;
    align-items: center;
  }
}
.review-section {
  padding: 30px 20px;
  background-color: #f9f9f9;
}

.review-card {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

.review-header {
  display: flex;
  align-items: center;
  gap: 15px;
}

.review-header img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.review-stars i {
  color: #ffc107;
}

.submit-review textarea {
  resize: none;
  height: 100px;
}

.rating-select .fa-star-fill,
.rating-select .fa-star {
  cursor: pointer;
  font-size: 1.4rem;
  color: #ccc;
}

.rating-select .active {
  color: #ffc107;
}
/* footer css */
.footer-section {
  background-color: var(--black);
}
.footer-section a:hover {
  text-decoration: underline;
}

.footer-section ul li a {
  transition: color 0.2s;
}

.footer-section ul li a:hover {
  color: #fff;
}
.social-links a {
  background-color: transparent;
  border: 2px solid var(--primary);
  color: var(--primary) !important;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: color 0.2s;
}
.social-links a:hover {
  text-decoration: none;
  background-color: var(--primary);
  border-color: var(--primary);
  color: var(--white) !important;
}
.social-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}
.social-icon:hover {
  transform: scale(1.1);
  opacity: 0.85;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}
.get-started:hover {
  text-decoration: none !important;
}
.day-btn .btn {
  width: 70px;
  height: 70px;
  text-align: center;
  padding: 10px;
  border-radius: 10px;
  font-weight: 500;
  transition: 0.3s ease;
  border: 1px solid var(--primary);
}
.day-btn .btn:focus {
  box-shadow: none;
}

.day-btn .btn.disabled,
.slot-btn.disabled {
  opacity: 0.4;
  pointer-events: none;
  border-color: rgb(219, 214, 214);
}

.slot-btn {
  /* min-width: 150px; */
  border-radius: 0.25rem;
  transition: 0.3s ease;
  padding: 3px 0.75rem;
  font-size: 14px !important;
}
.btn.slot-btn {
  border: 1.5px solid #ddd !important;
  color: var(--lightgrey) !important;
  background-color: #fefafa;
}
.btn.slot-btn:hover {
  background-color: #f0f0f0;
  border-color: var(--primary) !important;
}
.day-btn .btn.active,
.slot-btn.active {
  background-color: var(--primary);
  color: var(--white) !important;
  border-color: var(--primary) !important;
}
.select-card {
  cursor: pointer;
  border: 2px solid rgba(0, 0, 0, 0.125);
  transition: 0.2s ease-in-out;
}

.select-card.active {
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(13, 110, 253, 0.25);
}

.select-card:hover {
  background-color: #f8f9fa;
}

.form-title {
  background-color: #f8f9fa; /* Bootstrap light */
  border-bottom: 1px solid #dee2e6;
}

/* upload image  */
.file-upload-area {
  position: relative;
  max-width: 120px;
}

.file-upload-area .file-edit {
  position: absolute;
  bottom: -16px;
  left: 50%;
  transform: translateX(-50%);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--color-light, #f8f9fa);
  color: var(--color-primary, var(--primary));
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12);
  transition: background 0.3s, color 0.3s;
  z-index: 3;
}

.file-upload-area .file-edit:hover {
  background: var(--color-primary, var(--primary));
  color: var(--text-white, #fff);
}

.file-upload-area .file-edit input {
  display: none;
}

.file-upload-area .file-edit label::before {
  font-family: "Font Awesome 5 Free"; /* Ensure FA is included */
  content: "\f040"; /* fa-pencil-alt */
  font-weight: 900;
  font-size: 16px;
}

.file-upload-area .file-preview {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid var(--border-color, #dee2e6);
  position: relative;
}

.file-upload-area .file-preview #imagePreview {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

#errorMsg {
  color: var(--color-red, #dc3545);
  font-size: 14px;
  margin-top: 8px;
}
.my-orders-tab ul.nav-pills,
.invoices-tab ul.nav-pills {
  background-color: #f0f7ff;
  /* background-color: #e9ecef; */
  display: inline-flex;
  border-radius: 0.25rem;
  padding: 3px;
}
.my-orders-tab ul li button.nav-link,
.invoices-tab ul li button.nav-link {
  color: #333;
  font-size: 15px;
}
.my-orders-tab ul li.nav-item :focus-visible,
.invoices-tab ul li.nav-item :focus-visible {
  outline: none;
  border: 1px solid #e4e3e3;
}
.my-orders-tab ul li button.nav-link.active,
.invoices-tab ul li button.nav-link.active {
  background-color: var(--white) !important;
  color: #333;
}
.my-orders-tab ul li button:focus-visible,
.invoices-tab ul li button:focus-visible {
  outline: none;
}
/* side bars tabs */
.sidebar-card {
  width: 260px;
  background: #fff;
  border-radius: 12px;
  padding: 20px 16px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  /* box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08); */
  margin-right: 20px;
}
.user-dashboard {
  background-color: transparent;
  /* background: #fff;
  border-radius: 12px;
  padding: 20px 16px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08); */
  width: calc(100% - 260px);
}
.tab-card {
  background: #fff;
  border-radius: 12px;
  padding: 20px 16px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}
.avatar-wrapper {
  position: relative;
  display: inline-block;
}
.avatar-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  font-size: 15px;
  background-color: var(--primary);
}
/* .avatar-img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
} */

.sidebar-links {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.sidebar-link {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: #333;
  padding: 10px 12px;
  border-radius: 8px;
  font-size: 15px;
  transition: background 0.2s, color 0.2s;
  border: none;
  background-color: transparent;
  outline: none;
}

.sidebar-link i {
  width: 28px;
  height: 28px;
  background: #f0f7ff;
  color: var(--primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  flex-shrink: 0;
}

.sidebar-link.active {
  background: var(--primary) !important;
  color: #fff !important;
}

.sidebar-link.active i {
  background: #fff;
  color: var(--primary);
}

.sidebar-link:hover {
  background: #f0f7ff;
  color: var(--primary);
}
/* custom table css */
.table-responsive {
  background: #fff;
  border-radius: 12px;
  /* box-shadow: 0 6px 10px rgba(0, 0, 0, 0.06); */
  /* padding: 16px; */
  overflow-x: auto;
}

.custom-table th {
  background: #f8f9fa;
  font-weight: 600;
  padding: 8px 12px;
  border-bottom: hidden;
  font-size: 13px;
}

.custom-table td {
  vertical-align: middle;
  padding: 3px 12px;
}
.table-responsive td .small,
small {
  /* font-size: 0.85em; */
  font-size: 12px;
}
#invoiceDetailView .small,
#invoiceDetailView small {
  font-size: 13px;
}
.table-responsive td .badge {
  font-weight: 600;
}
.action-btn button {
  border: none;
  width: 28px;
  height: 28px;
  border-radius: 50%;
}
.action-btn button.view-btn {
  background-color: rgba(0, 123, 255, 0.15);
  color: var(--primary);
}
.action-btn button.download-btn {
  background-color: #9bccfa;
  color: var(--seconadry);
}
.action-btn button.view-btn:hover {
  background-color: var(--primary);
  color: var(--white);
}
.action-btn button.download-btn:hover {
  background-color: var(--seconadry);
  color: var(--white);
}
.action-btn ul li:nth-child(even) {
  background-color: #f0f7ff;
}
.action-btn ul li .dropdown-item:active {
  background-color: transparent !important;
  color: var(--black);
}
.delete-btn {
  background-color: rgb(243, 198, 198);
  color: #dc3545;
}
.delete-btn:hover {
  background-color: #dc3545;
  color: var(--white) !important;
}
.custom-table tbody tr:nth-child(even) {
  background-color: #f0f7ff;
}
.custom-table tbody tr:hover {
  background-color: #f0f7ff;
}
.btn-danger-gradient {
  background: linear-gradient(135deg, #ff416c, #ff4b2b);
  color: #fff;
  border: none;
  border-radius: 6px;
  padding: 6px 12px;
  transition: box-shadow 0.2s, transform 0.2s;
}
.custom-table tr {
  cursor: pointer;
}
.btn-close:focus {
  box-shadow: none;
}
.badge-primary {
  border: 1px solid var(--primary);
  color: var(--primary) !important;
  border-radius: 6px;
  padding: 3px 12px;
}

.btn-danger-gradient:hover {
  box-shadow: 0 4px 12px rgba(255, 75, 43, 0.4);
  transform: translateY(-2px);
}

.badge.bg-success-subtle {
  background-color: #d4edda;
  color: #28a745;
  font-weight: 500;
  padding: 5px 10px;
  border-radius: 20px;
}
.badge.bg-danger-subtle {
  background-color: rgb(254, 220, 220);
  color: rgb(255, 0, 0);
  font-weight: 500;
  padding: 5px 10px;
  border-radius: 20px;
}
.pagination .page-link {
  cursor: pointer;
  color: var(--primary);
}
.pagination .page-item.active .page-link {
  background-color: var(--primary);
  border-color: var(--primary);
  color: #fff;
}
.pagination .page-item .page-link:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.custom-pagination li:focus-visible {
  outline: none;
}
.custom-pagination li.page-item .page-link:hover {
  color: var(--primary) !important;
}
.custom-pagination li.page-item .page-link:focus {
  box-shadow: none;
}
.custom-pagination .pagination {
  background: #fff;
  /* border-radius: 0.5rem; */
  /* box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08); */
  padding: 0.5rem 1rem;
  margin: 0px;
}

.custom-pagination .page-item .page-link {
  color: #3c4c78;
  border: none;
  border-radius: 0.375rem;
  margin: 0 0.25rem;
  transition: all 0.2s ease;
}

.custom-pagination .page-item .page-link:hover {
  background-color: rgba(60, 76, 120, 0.1);
  color: #3c4c78;
}

.custom-pagination .page-item.active .page-link {
  background-color: var(--primary);
  color: #fff;
  font-weight: 500;
}
.custom-pagination .page-item.active .page-link:hover {
  color: #fff !important;
}
.custom-pagination .page-item.disabled .page-link {
  color: #adb5bd;
  background: #f8f9fa;
  cursor: not-allowed;
}
.badge-status {
  font-weight: 500;
  padding: 0.35em 0.65em;
  border-radius: 0.35rem;
  font-size: 0.75rem;
  /* border: 1px solid #e9ecef; */
}

.badge-status.pending {
  background-color: rgba(255, 193, 7, 0.15);
  color: #ffc107;
}

.badge-status.paid {
  background-color: rgba(40, 167, 69, 0.15);
  color: #28a745;
}

.badge-status.overdue {
  background-color: rgba(138, 35, 83, 0.15);
  color: rgb(138 35 83);
}
.badge-status.cancelled {
  background-color: rgba(220, 53, 69, 0.15);
  color: #dc3545;
}
.badge-status.adhoc {
  background-color: rgba(255, 159, 67, 0.15); /* soft orange */
  color: #ff9f43;
}

.badge-status.recurring {
  background-color: rgba(0, 123, 255, 0.15); /* soft blue */
  color: #007bff;
}
/* summary-card  css */
.summary-card {
  border-radius: 0.75rem;
  transition: transform 0.2s, box-shadow 0.2s;
}
.summary-card .card-body {
  padding: 0.7rem 0.7rem !important;
}
.summary-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
}

.bg-purple-subtle {
  background-color: rgba(111, 66, 193, 0.1);
}
.fw-500 {
  font-weight: 500;
}
.fw-600 {
  font-weight: 600;
}
/* calaendar css */
.calendar {
  /* background: #f0f7ff; */
  /* background: #f5f5f5; */
  border-radius: 10px;
  /* padding: 20px; */
}

.cal-head {
  text-align: center;
  position: relative;
  margin-bottom: 20px;
}

.cal-head h3 {
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  background: #fff;
  padding: 8px 25px;
  border-radius: 10px;
}

.cal-head .prev-btn,
.cal-head .next-btn,
.cal-head #prev,
.cal-head #next {
  position: absolute;
  top: 20px;
  width: 40px;
  height: 40px;
  border: 0;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}

.cal-head .prev-btn:hover,
.cal-head .next-btn:hover,
.cal-head .prev-btn:focus,
.cal-head .next-btn:focus,
.cal-head #prev:hover,
.cal-head #next:hover,
.cal-head #prev:focus,
.cal-head #next:focus {
  opacity: 0.8;
  box-shadow: 3px 0px 3px #ccc;
}

.cal-head .prev-btn:before,
.cal-head .next-btn:before,
.cal-head #prev:before,
.cal-head #next:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-style: solid;
  border-color: #141414;
  border-width: 2px 2px 0 0;
}

.cal-head .prev-btn,
.cal-head #prev {
  left: 20px;
  transform: translate(-50%, -50%) rotate(-135deg);
}
.cal-head .next-btn,
.cal-head #next {
  right: -20px;
  transform: translate(-50%, -50%) rotate(45deg);
}

.days,
.dates,
.dates2 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: start;
  padding: 0px;
  margin: 0px;
}

.days li,
.dates li,
.dates2 li {
  width: calc(100% / 7);
  text-align: center;
  font-size: 15px;
  list-style: none;
  display: flex;
  justify-content: center;
}

.days {
  margin-bottom: 15px;
}

.days li {
  font-weight: 400;
  /* color: var(--primary); */
  text-transform: uppercase;
  font-size: 13px;
}

.dates li span,
.dates2 li span {
  /* background: #eef5ff; */
  /* background: #eef5ff; */
  /* color: var(--primary); */
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* padding-top: 15px; */
  border-radius: 50%;
  /* border: 2px solid #f0f7ff; */
  border: 1px solid #ccc;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  margin-bottom: 10px;
}
.dates li.weekend span,
.dates2 li.weekend span {
  background-color: #f8d7da !important;
  border: 1px solid #ffadad;
}
.dates li span:hover,
.dates2 li span:hover {
  color: var(--primary);
}
.dates,
.dates2 {
  position: relative;
}
.dates li#public-holiday span,
.dates2 li#public-holiday span {
  background-color: #fff3cd !important;
  border: 1px solid #ddcea2;
}
.dates li,
.dates2 li {
  position: relative;
}

.dates li#public-holiday::before,
.dates2 li#public-holiday::before {
   content: attr(data-holiday);
  position: absolute;
  bottom: 75%;
  left: 50%;
  transform: translateX(-50%) translateY(-8px);
  background-color: #28a745;
  color: #fff;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 12px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
  z-index: 10;
}

.dates li#public-holiday:hover::before,
.dates2 li#public-holiday:hover::before {
  opacity: 1;
}
/* diable days */
.dates li#public-holiday::after,
.dates2 li#public-holiday::after {
  content: "";
  position: absolute;
  background-color: #28a745;
  top: -6px;
  left: 45%;
  transform: rotate(45deg) translateX(-45%);
  width: 20px;
  height: 20px;
  pointer-events: none;
  transition: opacity 0.2s ease;
  opacity: 0;
  z-index: 9;
}
.dates li#public-holiday:hover::after,
.dates2 li#public-holiday:hover::after {
  opacity: 1;
}
.dates li.disabled.disable-date span,
.dates2 li.disabled.disable-date span {
  /* background-color: #808080; */
  background-color: #e0e0e0;
  border: 1px solid #999999;
  cursor: not-allowed;
  opacity: 0.7;
}

.dates li.old span,
.dates2 li.old span {
  background: transparent;
  color: #bdbdbd;
  cursor: not-allowed;
  border: none;
}
.cursor-pointer {
  cursor: pointer;
}
.dates li.disabled span,
.dates2 li.disabled span {
  /* background: #fff4cc; */
  /* background: #e9e1e1; */
  background-color: transparent;
  /* border: 1px solid #ccc; */
  color: #bdbdbd;
  cursor: not-allowed;
}
.dates li.today span,
.dates2 li.today span {
  background-color: #e6ffe6;
  border: 1px solid #005618;
  color: #005618;
}
.dates li.selected span,
.dates2 li.selected span {
  background: var(--primary);
  color: #fff;
  border-color: var(--primary);
}
.bg-color {
  background-color: #f0f7ff;
}
.payment-card {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s;
  background: white;
  border-radius: 10px;
  border: none;
  border-left: 4px solid #008ee2 !important;
}
.payment-card:hover {
  transform: translateY(-5px);
}
.log-timeline li::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 14px;
  border: 1px dashed #dee2e6;
  z-index: 1;
}
.log-timeline li .timeline-icon {
  z-index: 1;
}
.log-timeline li .timeline-icon span {
  width: 28px;
  height: 28px;
}
.log-timeline li:last-child::before {
  bottom: 0;
}
.address-list li:nth-child(even) {
  background-color: #f0f7ff;
}
/* .addon-option css  */
.addon-option {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  /* background-color: #f8f9fa; */
  border: 1px solid #dee2e6;
  border-radius: 12px;
  padding: 8px 12px;
  cursor: pointer;
  transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
  font-size: 14px;
  user-select: none;
  flex: 1 1 calc(99% - 8px);
  max-width: calc(99% - 8px);
  /* flex: 1 1 calc(48% - 8px);
  max-width: calc(48% - 8px); */
}

.addon-option:hover {
  background-color: #e9ecef;
  border-color: #ced4da;
}

.addon-option input[type="checkbox"]:checked + .addon-img + .addon-text {
  font-weight: 600;
  color: var(--primary);
}

.addon-img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  border-radius: 6px;
}

.addon-text {
  display: flex;
  flex-direction: column;
  align-items: start;
  font-size: 13px;
  line-height: 1.2;
}
#recurringDetails {
  transition: all 0.3s ease;
}
.modal-body {
  max-height: 600px;
  overflow: auto;
}
.step-wizard {
  position: sticky;
  top: 82px;
  z-index: 15;
  background-color: #f8f9fa !important;
}
.stepper-control-freeze {
  position: sticky;
  top: 143px;
  z-index: 14;
  background: #fff;
  padding: 5px 0px;
}
.select-service-freeze {
  position: sticky;
  top: 191px;
  z-index: 14;
  background: #fff;
  padding: 5px 0px;
}
.service-detalils-freeze {
  position: sticky;
  top: 143px;
  /* z-index: 15; */
}
.border-right {
  border-right: 1px solid rgb(214, 212, 212);
}
.border-left {
  border-left: 1px solid #dee2e6;
}
/* .delete-schedule-btn:hover {
  background-color: #bb2d3b;
  border-color: #bb2d3b;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: var(--white) !important;
} */
@media (max-width: 576px) {
  .custom-pagination .pagination {
    padding: 0.5rem;
  }
  .custom-pagination .page-item .page-link {
    padding: 0.375rem 0.5rem;
    font-size: 0.875rem;
  }
  .my-orders-tab ul li button.nav-link {
    padding: 5px;
  }
  /* .calendar {
    padding: 8px;
  } */
  .table-summary {
    width: 100% !important;
  }
  .stepper-control-freeze {
    position: sticky;
    top: 114px;
  }
  .select-service-freeze {
    position: initial;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .payment_method {
    flex-direction: column !important;
    text-align: center !important;
  }
}
@media (max-width: 1199px) {
  .custom-table {
    width: 800px;
  }
  .btn-light-grey,
  .pay__now {
    margin-left: 62px;
  }
}
@media (max-width: 992px) {
  .border-right {
    border-right: none;
    border-bottom: 1px solid rgb(214, 212, 212);
  }
}
@media (max-width: 768px) {
  /* .custom-table thead {
    display: none;
  } */

  /* .custom-table,
  .custom-table tbody,
  .custom-table tr,
  .custom-table td {
    display: block;
    width: 100%;
  } */

  .custom-table tr {
    margin-bottom: 16px;
    border-bottom: 1px solid #e9ecef;
    padding-bottom: 12px;
  }

  .custom-table td::before {
    content: attr(data-label);
    position: absolute;
    left: 16px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    text-align: left;
    font-weight: 600;
  }
}

@media (max-width: 576px) {
  .day-btn .btn {
    width: 60px;
    height: 60px;
    font-size: 14px;
  }

  .slot-btn {
    /* min-width: 120px; */
    font-size: 14px;
  }
  .step-label {
    display: none !important;
  }
  /* .dates li span,
  .dates2 li span {
    height: 40px;
    padding-top: 8px;
  } */
  /* .step-wizard {
    flex-direction: column;
    gap: 10px;
    position: sticky;
    top: 82px;
    background-color: #f0f7ff;
    padding: 20px 0px;
    z-index: 9;
    max-width: 90px;
  } */

  .main-body .card-body {
    padding: 5px;
  }

  .main-body #invoiceDetailView .card-body,
  .main-body #orderDetailView .card-body {
    padding: 10px;
  }
}

@media (min-width: 767px) {
  .day-btn button {
    padding: 6px 20px;
  }
}
@media (max-width: 767px) {
  .sticky-scroll {
    position: initial;
  }
}
.logs-notes-tab button.nav-link {
  min-width: 100% !important;
}
.logs-notes-tab ul {
  width: 100%;
}
.logs-notes-tab ul li {
  width: 50%;
}
@media (min-width: 576px) {
  .my-orders-tab ul li button.nav-link,
  .invoices-tab ul li button.nav-link {
    min-width: 100px;
  }
  .logs-notes-tab button.nav-link {
    min-width: 100% !important;
  }
}
@media (max-width: 768px) {
  .review-carousel .owl-nav {
    position: static;
    text-align: center;
    margin-top: 10px;
  }
  .sidebar-card {
    width: 100%;
    margin-bottom: 20px;
  }
  .user-dashboard {
    width: 100%;
  }
}
.payment-mode
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 34px !important;
}
.payment-mode .select2-container .select2-selection--single {
  height: 38px !important;
}
.payment-mode
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 38px !important;
}
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

/* Alternate row coloring in the dropdown list */
.form-select option:nth-child(even) {
  background-color: #f8f9fa;
}

#recurringScheduleSelectGroup label {
  margin-right: 5px;
  margin-top: 4px;
  margin-bottom: 4px;
  border-radius: 0.25rem !important;
  overflow: hidden;
  color: var(--lightgrey) !important;
  border: 2px solid #ddd;
  background-color: var(--white);
  font-weight: 500;
  padding: 0.375rem 0.6rem;
  /* box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1) !important; */
}

#recurringScheduleSelectGroup .btn-check:checked + .btn-outline-primary {
  background-color: var(--primary) !important;
  color: var(--white) !important;
}
#recurringScheduleSelectGroup label.btn-outline-primary:hover {
  background-color: transparent !important;
  border: 2px solid var(--primary) !important;
  color: var(--primary) !important;
  /* background-color: var(--primary) !important;
  color: var(--white) !important; */
}
.select-week-days label {
  border: 2px solid #ddd;
  border-radius: 50%;
  color: var(--lightgrey);
  /* padding: 0.15rem; */
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.select-week-days label:hover {
  background-color: transparent !important;
  border-color: var(--primary) !important;
  color: var(--primary);
}
.select-week-days .btn-check:active + .btn-outline-primary,
.btn-check:checked + .btn-outline-primary {
  background-color: var(--primary) !important;
  border-color: var(--primary) !important;
  box-shadow: none !important;
}
.select-week-days .btn-check:focus + .btn {
  box-shadow: none !important;
}

.service-card h6 a {
  color: var(--black);
}

.select-week-days .btn-check:disabled + .btn,
.btn-check[disabled] + .btn {
  color: #ddd;
}

.select-week-days label.btn {
  transition: all 0.15s ease;
}

.select-week-days label.btn.active,
.select-week-days input.btn-check:checked + label.btn {
  background-color: #3c4c78;
  color: #fff;
  border-color: #3c4c78;
}
.dashboard-tab {
  background-color: #eceef7;
  padding: 15px;
  border-radius: 12px;
}
.dashboard-card {
  transition: all 0.3s ease;
}
.dashboard-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.card-custom {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  padding: 16px;
}

.summary-card {
  background: #fff;
  border-radius: 12px;
  padding: 24px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  transition: transform 0.2s;
  height: 100%;
}

.summary-card:hover {
  transform: translateY(-3px);
}

.summary-border {
  border-left: 4px solid;
  border-radius: 12px;
}

.border-blue {
  border-color: #3b82f6 !important;
}

.border-green {
  border-color: #22c55e !important;
}

.border-red {
  border-color: #ef4444 !important;
}

.border-purple {
  border-color: #8b5cf6 !important;
}

.border-orange {
  border-color: rgb(249 115 22);
}

.border-yellow {
  border-color: #eab308;
}

.icon-badge {
  font-size: 1.25rem;
  padding: 15px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.bg-soft-blue {
  background-color: #e0e7ff;
  color: #3b82f6;
}

.bg-soft-green {
  background-color: #dcfce7;
  color: #22c55e;
}

.bg-soft-red {
  background-color: #fee2e2;
  color: #ef4444;
}

.bg-soft-purple {
  background-color: #ede9fe;
  color: #8b5cf6;
}

.bg-soft-orange {
  background-color: rgb(255 237 213);
  color: rgb(249 115 22);
}

.bg-soft-yellow {
  background-color: rgb(254 249 195);
  color: #eab308;
}

.summary-title {
  color: rgb(107 114 128);
  font-size: 0.9rem;
  margin-bottom: 4px;
  font-weight: 500;
}

.summary-count {
  font-size: 1.8rem;
  font-weight: 700;
  color: #0f172a;
}

.btn-edit {
  background-color: #3b82f6;
  color: white;
  font-weight: 500;
  border-radius: 6px;
  padding: 8px 14px;
  text-decoration: none;
}

.btn-edit:hover {
  background-color: #2563eb;
  color: white;
}

.order-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: transform 0.2s;
  height: 100%;
}

.order-card:hover {
  transform: translateY(-3px);
}

.order-icon {
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 15px;
}

.btn-light-grey {
  background-color: #f3f4f6;
  color: #374151;
  border: none;
  font-weight: 500;
  padding: 6px 12px;
  border-radius: 6px;
  text-decoration: none;
  min-width: 110px;
}

.btn-light-grey:hover {
  background-color: #e5e7eb;
  color: #111827;
}

.order-details p {
  margin: 0;
  color: #6b7280;
  font-size: 0.9rem;
}

/* Avatar color classes - Add these to your main CSS file */
.initial-avatar.bg-color-1 { background-color: #3b82f6; } /* Blue */
.initial-avatar.bg-color-2 { background-color: #22c55e; } /* Green */
.initial-avatar.bg-color-3 { background-color: #dc3545; } /* Red */
.initial-avatar.bg-color-4 { background-color: #eab308; } /* Yellow with black text */
.initial-avatar.bg-color-5 { background-color: #8b5cf6; } /* Purple */
.initial-avatar.bg-color-6 { background-color: #ff9f43; } /* Orange */
.initial-avatar.bg-color-7 { background-color: #20c997; } /* Teal */
.initial-avatar.bg-color-8 { background-color: #e83e8c; } /* Pink */
.initial-avatar.bg-color-9 { background-color: #6c757d; } /* Gray */
.initial-avatar.bg-color-10 { background-color: #17a2b8; } /* Cyan */

/* Base avatar styles */
.initial-avatar {
    flex-shrink: 0;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
}

/* Image fallback handling */
.review-card img[onerror] {
    transition: opacity 0.3s ease;
}

.theme-label {
  font-family: var(--font-family);
  color: var(--font-color);
}