/* chat */
.user-chat-search-row {
  display: flex;
  align-items: center;
}

/*#chat*/
.user-chat-search-row .form-control-feedback {
  margin-right: 8px;
}

.user-chat-search-row .form-control {
  flex: 1;
}

.user-chat-search-row .user-close-btn-chat {
  margin-left: 8px;
  cursor: pointer;
}

.chat-container {
  max-width: 600px;
  margin: 0 auto;
}

.message {
  display: flex;
  align-items: flex-end;
  margin-bottom: 10px;
}

.message p, .message a {
  padding: 10px 15px;
  border-radius: 15px;
  max-width: 60%;
  word-wrap: break-word;
}

.message span.time {
  font-size: 12px;
  color: #999;
  margin-left: 10px;
}

.message.outgoing {
  justify-content: flex-end;
}

.message.outgoing p, .message.outgoing a {
  background-color: #d1f7c4;
  /* Light green */
  color: #333;
  text-align: right;
}

.message.incoming {
  justify-content: flex-start;
}

.message.incoming p, .message.incoming a {
  background-color: #f1f0f0;
  /* Light grey */
  color: #333;
  text-align: left;
}

/* contact search list*/
.contact-list li a {
  margin-top: -1px;
  /* Prevent double borders */
  background-color: #fff;
  padding: 12px;
  text-decoration: none;
  font-size: 14px;
  color: black;
  display: block;
}

.contact-list {
  border-radius: 10px;
  margin-top: 10px;

}

.contact-search-list {
  border: 1px solid #ddd;
}

.chat-message {
  width: 600px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
}

.form-buttons {
  margin-left: 10px;
}

.chat-footer .btn {
  background: #1f42cc;
  color: #FFF;
  border: 1px solid #1f42cc;
}

/* Default user chat box */
.user-list-item {
  transition: background-color 0.2s ease, border 0.2s ease;
}

/* Highlighted state */
.user-list-item.active {
  background-color: #f0f8ff;
  /* Light blue background */
  border: 2px solid #007bff;
  /* Blue border */
}

/* Add hover effect for better UI */
.user-list-item:hover {
  background-color: #f5f5f5;
  /* Light gray background */
  cursor: pointer;
}

.search-bar {
  position: relative;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}

body:not(.theme-14) .search-input {
  width: 100%;
  padding: 10px 15px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  outline: none;
}

body:not(.theme-14) .search-input:focus {
  border-color: #007bff;
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}

.listdropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  border: 1px solid #ccc;
  border-top: none;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 4px 4px;
  display: none;
  /* Initially hidden */
  z-index: 1000;
  max-height: 200px;
  overflow-y: auto;
}

.listdropdown-item {
  padding: 10px 15px;
  font-size: 14px;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.listdropdown-item:hover {
  background-color: #f0f0f0;
}

.listdropdown-item:active {
  background-color: #e0e0e0;
}

.listdropdown-item:not(:last-child) {
  border-bottom: 1px solid #f0f0f0;
}

/*chat end*/
.loading-spinner {
  width: 40px;
  height: 40px;
  border: 4px solid #FD2692;
  border-radius: 50%;
  border-top-color: #0001;
  display: inline-block;
  animation: loadingspinner .7s linear infinite;
}

@keyframes loadingspinner {
  0% {
    transform: rotate(0deg)
  }

  100% {
    transform: rotate(360deg)
  }
}

#modal-loading {
  position: absolute;
  background: white;
  margin-right: auto;
  width: 100%;
  height: 100%;
  z-index: 99;

  .loading-spinner {
    position: relative;
    left: 222px;
    top: 90px;
  }

  .loader-content {
    position: relative;
    left: 215px;
    top: 99px;
  }
}

.home-modal {
  .modal-header {
    h5 {
      font-size: 20px;
    }
  }

  .form-label {
    font-size: 16px;
  }

  .form-check {
    display: flex;
    align-items: center;
    border: 1px solid #0001;
    border-radius: 4px;
    padding: 8px;
    margin-bottom: 16px;

    .form-check-input {
      margin-left: 0;
      margin-top: 0;
    }

    .form-check-label {
      font-size: 18px;
      margin-left: 8px;
    }

    .form-control {
      margin-left: 8px;
    }
  }
}

.chat-messages {

  .slimScrollDiv {
    height: calc(100vh - 226px) !important;
  }

  .slimscroll {
    height: calc(100vh - 230px) !important;
  }

  .chats_scroll {
    height: calc(100vh - 36px) !important;
  }

  .form-buttons {
    top: -6px;
    position: relative;
  }

  .chat-message {
    width: auto;
  }
}

.chat-user-1 {
  .slimScrollDiv {
    height: calc(100vh - 200px) !important;
  }

  .slimscroll {
    height: calc(100vh - 225px) !important;
  }

  .chats_scroll {
    height: calc(100vh - 225px) !important;
  }

  .listdropdown {
    border-top: 1px solid #ccc !important;
    border-radius: 8px !important;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.4) !important;
  }
}

.provider_chats {
  .slimScrollDiv {
    height: calc(100vh - 192px) !important;
  }

  .slimscroll {
    height: calc(100vh - 238px) !important;
  }

  .chat-scroll {
    height: calc(100vh - 242px);
  }

  .form-buttons {
    top: -6px;
    position: relative
  }
}

.provider_chats {
  .chat-footer {
    position: absolute;
    bottom: 0;
    background: white;
    width: 100%;
  }
}

.userbody {
  width: 74% !important;
}

.userchat {
  display: none;
}

.status-unknown {
  color: white;
  background-color: black;
}

.user_chats {
  .slimScrollDiv {
    height: calc(100vh - 220px) !important;
  }

  .slimscroll {
    height: calc(100vh - 226px) !important;
  }

  .chat-scroll {
    max-height: calc(100vh - 305px);
  }

  @media (max-width:425.98px) {
    .slimScrollDiv {
      height: calc(100vh - 329px) !important;
    }

    .chat-scroll {
      max-height: calc(100vh - 390px);
    }
  }

  .form-buttons {
    top: -6px;
    position: relative
  }

  .chat-footer {
    position: absolute;
    bottom: 0;
    background: white;
    width: 100%;
  }
}

.leads_service {

  h3,
  .h3 {
    font-size: 20px;
    font-weight: 600;
  }

  h4,
  .h4 {
    font-size: 18px;
    font-weight: 600;
  }

  h5,
  .h5 {
    font-size: 16px;
    font-weight: 500;
  }
}

.form-wrap-checkbox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
}

.form-wrap-checkbox .check {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  color: #202C4B;
  margin-bottom: 0;
}

.form-wrap-checkbox .check input {
  display: none;
}

.form-wrap-checkbox .check input:checked+.box {
  background: #6FCCD8;
}

.form-wrap-checkbox .check input:checked+.box:after {
  top: 0;
}

.form-wrap-checkbox .check .box {
  width: 20px;
  height: 20px;
  display: block;
  margin-right: 8px;
  transition: all 1.1s cubic-bezier(0.19, 1, 0.22, 1);
  background: #FBFBFD;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid #E9EDF4;
  border-radius: 5px;
}

.form-wrap-checkbox .check .box:after {
  width: 12px;
  height: 6px;
  content: "";
  position: absolute;
  border-left: 2px solid;
  border-bottom: 2px solid;
  border-color: #FFF;
  transform: rotate(-45deg) translate3d(0, 0, 0);
  transform-origin: center center;
  transition: all 1.1s cubic-bezier(0.19, 1, 0.22, 1);
  left: 0;
  right: 0;
  top: 200%;
  bottom: 3px;
  margin: auto;
}

.form-sort .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-left: 35px;
}

.form-sort span.select2-container.select2-container--default.select2-container--open {
  z-index: 99;
}

.form-sort {
  position: relative;
  width: 149px;
  height: 40px;
}

.form-sort .info-img {
  position: absolute;
  top: 52%;
  z-index: 100;
  width: 16px;
  height: 16px;
  left: 0;
  margin-left: 10px;
  color: #6A7287;
  transform: translateY(-50%);
  line-height: normal;
}

@media (max-width: 575.98px) {
  .form-sort {
    margin-top: 24px;
  }
}

.notes-tog i {
  transform: rotate(180deg);
}

.notes-tog.active i {
  transform: rotate(0deg);
}

.section-bulk-wrap .form-sort {
  position: relative;
}

.section-bulk-widget {
  transition: 0.6s all;
}

.section-notes-dashboard {
  display: none;
  transition: 0.6s all;
}

.notes-tog i {
  transition: 0.5s all;
}

.notes-tag-left .notes-tog i {
  transform: rotate(360deg);
  transition: 0.5s all;
}

.lead-design-service {
  .nav-tabs .nav-link.active {
    border: 0 solid transparent;
    border-bottom: 2px solid #FF008A;
    background: transparent;
    border-radius: 0;
  }

  .nav-tabs .nav-link:hover {
    transform: scale(1.03);
  }

  #form-inputs {
    border-radius: 5px;
    max-height: 300px;
    overflow: hidden;
    overflow-y: auto;
  }

  .user_leads_inf {
    #form-inputs {
      border-radius: 5px;
      max-height: 600px;
      overflow: hidden;
      overflow-y: auto;
    }
  }

  #provider-cards-container {
    max-height: 200px;
    overflow: hidden;
    overflow-y: auto;
  }

  .tab-info {
    border-radius: 5px;
  }
}

.serv_img {
  img {
    max-height: 350px;
  }
}

header:not(.header-14) header {
  text-align: center;
  margin-bottom: 30px;
}

header:not(.header-14) header h1 {
  font-size: 2rem;
  color: #333;
}

header:not(.header-14) header p {
  color: #888;
  margin-top: 5px;
}

.plan-toggle {
  margin: 20px 0;
}

.plan-toggle button {
  padding: 10px 20px;
  margin: 5px;
  border: none;
  background-color: #ffc107;
  color: white;
  border-radius: 5px;
  cursor: pointer;
}

.plan-toggle button.active {
  background-color: #fd7e14;
}

.subscription-cards {
  display: flex;
  flex-wrap: wrap;
  /* Allows wrapping for responsiveness */
  justify-content: space-between;
  /* Creates spacing between cards */
  gap: 20px;
  /* Adds space between cards */
}

#subscriptioncard {
  background: white;
  border-radius: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  text-align: center;
  padding: 20px;
  flex: 1 1 calc(33.333% - 20px);
  /* Responsive 3 cards per row */
  max-width: calc(33.333% - 20px);
  /* Ensures each card takes 1/3 of the row minus the gap */
  margin-bottom: 20px;
  /* Adds space between rows */
}

@media (max-width: 992px) {
  #subscriptioncard {
    flex: 1 1 calc(50% - 20px);
    /* 2 cards per row for medium screens */
    max-width: calc(50% - 20px);
  }
}

@media (max-width: 768px) {
  #subscriptioncard {
    flex: 1 1 100%;
    /* 1 card per row for smaller screens */
    max-width: 100%;
  }
}


#subscriptioncard h2 {
  color:#FF008A;
  margin-bottom: 10px;
}

#subscriptioncard .price {
  font-size: 2rem;
  margin: 10px 0;
  color: #333;
}

#subscriptioncard ul {
  list-style: none;
  padding: 0;
}

#subscriptioncard ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 10px 0;
  color: #555;
}
#subscriptioncard ul li i {
  color: #FF008A;
}
#subscriptioncard button {
  padding: 10px 20px;

  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  margin-top: 20px;
}

#subscriptioncard button:hover {
  background: #ffc107;
}

@media (max-width: 768px) {
  .subscription-cards {
    flex-direction: column;
  }
}


.toast-message {
  padding: 12px;
  padding-left: 52px;
  color: white;
}

.notify-users{
  min-width: 320px;
  max-width: 420px;
}

.toast-container {
  padding: 20px;
}

.custom-heading {
  font-size: 20px;
}

.custom-paragraph {
  font-size: 13px;
}

.transactionimg {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
}

.header-new {
  margin-bottom: 0px !important
}

.fixed-size-btn {
  width: 120px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.gallery-img {
  .gallery-item {
    margin-right: 8px;
  }
}

.popular-image {
  img {
    width: 200px;
    height: 200px;
  }
}

.featured-image {
  img {
    width: 200px;
    height: 300px;
    object-fit: cover;
  }
}

.rated-img {
  img {
    width: 100%;
    height: 200px;
    object-fit: cover;
  }
}

.prefered_image {
  img {
    width: 200px;
    height: 300px;
    object-fit: cover;
  }
}

.blog-img {
  img {
    width: 200px;
    height: 200px;
    object-fit: cover;
  }
}

.section {
  padding: 60px 0px;
}

.sidebars-right .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: #111827;
  background: #E8E9EA;
}

.sidebars-right .nav-pills .nav-link:hover {
  color: #111827;
  background: #E8E9EA;
}

.booking-det-info .book-item {
  width: 120px;
  /* Adjust as needed */
  color: #495057;
}

.additional-service .list-group-item {
  font-size: 14px;
}

.additional-service h5 {
  color: #333;
  border-bottom: 1px solid #ddd;
  padding-bottom: 5px;
}

.subscribe-loader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  width: 100%;
  height: 100%;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
}

.subscribe-loader .loader {
  width: 48px;
  height: 48px;
  border: 5px solid #FFF;
  border-bottom-color: #FF3D00;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.subscribe-success-message {
  height: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}


.toast-success .toast-message {
  color: #fff;
}
.toast-success {
  background-color: #51A351 !important;
}
.toast-danger .toast-message {
  color: #fff;
}
.toast-error {
  background-color: #BD362F !important;
}

.serviceLoader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(235, 255, 255, 0.9);
  z-index: 99;
  text-align: center;
  display: flex;
  font-weight: bold;
  font-style: italic;
  align-items: center;
  justify-content: center;
}

#datatable_service {
  width: 100%;
  overflow-x: hidden;
  /* Disable horizontal scroll */
  table-layout: auto;
  /* Allow flexible column sizing */
}

#datatable_service th,
#datatable_service td {
  white-space: nowrap;
  /* Prevent text wrapping */
}

#faq_datatable {
  width: 100%;
  overflow-x: hidden;
  /* Disable horizontal scroll */
  table-layout: auto;
  /* Allow flexible column sizing */
}

#faq_datatable th,
#faq_datatable td {
  white-space: nowrap;
  /* Prevent text wrapping */
}

#subscription_datatable {
  width: 100%;
  overflow-x: hidden;
  /* Disable horizontal scroll */
  table-layout: auto;
  /* Allow flexible column sizing */
}

#subscription_datatable th,
#subscription_datatable td {
  white-space: nowrap;
  /* Prevent text wrapping */
}

.custom-datatable-filter .dataTables_length {
  padding: 10px 20px;
}

.custom-datatable-filter .dataTables_filter {
  padding: 10px 20px;
}

.custom-datatable-filter .dataTables_info {
  padding: 0 20px;
}

.custom-datatable-filter .dataTables_paginate {
  padding: 0 20px 10px;
}

.subscribed {
  background-color: green !important;
  /* Green background */
  color: white;
  /* White text */
  border-color: darkgreen;
  /* Dark green border */
  pointer-events: none;
  /* Disable button interaction */
  opacity: 0.7;
  /* Make button look disabled */
}

.table-minset {
  min-width: 150px;
}

.gallery-slider a img {
  height: 100px;
  object-fit: cover;
}

.owl-stage .owl-item .img_two {
  height: 100px;
  object-fit: cover;
}

.blog-list-img img {
  height: 250px;
  object-fit: cover;
}

.category-list img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}


.image-check{
    position: absolute;
    top: 10px;
    right:10px;
    z-index: 999;
}
.card-provider-img img{
    width:150px;
    height: 150px;
    object-fit: unset;
    border-radius: 100px !important;

}
.card-provider-img .provider-details-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.transaction-id {
    word-wrap: break-word;
    white-space: normal;
    max-width: 100%;
    margin-top: 4px;
}

.select2-container.is-invalid .select2-selection {
  border-color: var(--bs-form-invalid-border-color);
}
.select2-container.is-valid .select2-selection {
  border-color: #03C95A;
}
.loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.loader-wrapper.hidden {
  visibility: hidden;
  opacity: 0;
}

.spinner {
  width: 50px;
  height: 50px;
  border: 5px solid #ddd;
  border-top: 5px solid #3498db;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  from {
      transform: rotate(0deg);
  }
  to {
      transform: rotate(360deg);
  }
}
.custom-dropdown {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: 1px solid #ddd;
    background-color: #f8f9fa;
    padding-right: 2rem;
    background: none;
    width: auto;
    font-weight: 500;
    color: #495057;
}
body:not(.theme-14) .language-select img{
  width: 20px;
  height: 20px;
  border-radius: 50%;
  object-fit: cover;
}
.language-selects img{
  width: 20px;
  height: 20px;
  border-radius: 50%;
  object-fit: cover;
}

.loader_front {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  height: 100vh;
  background: rgba(255, 255, 255, 0.8);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.category-list img {
  width: 100%;
  height: 275px;
  object-fit: cover;
}
.active>.page-link, .page-link.active{
  background-color: #FF008A;
  border-color: #FF008A;
}
@media only screen and (max-width: 575.98px) {
  .navbar-brand.logo-small {
      display: block;
      width: auto;
      text-align: center;
      margin-right: 0;
      padding: 0 0 0 30px;
  }
  .navbar-header {
    width: auto;
  }
}
.category_table_img {
  width: 50px;
}
#login-modal .btn-outline-dark {
  border: 1px solid #dcdcdc !important;
  color: #dcdcdc !important;
}

.admin_provider_img {
  width: 40px;
  height: 40px;
  object-fit: cover;
}

.admin-transactionList {
  width: 100%;
  overflow-x: hidden;
  table-layout: auto;
}
.iti__country-list{
  z-index: 99999;
}
@media (min-width: 992px) {
  .provider-header .dropdown-menu{
    min-width: 420px;
  }
}

.serv_img img {
  height: 200px;
}

@media (min-width: 912px) and (max-width: 992px) {
  .serv_img img {
    height: 250px !important;
  }
}

.dropdown-profile{
  max-width:200px;
  min-width: 200px !important;
}
.fc .fc-popover{
  z-index: 999;
}
.card .card-img-hover {
    background: #f1f1f1;
    padding: 10px;
}

.text-truncate-testimonial {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
#chatsidebar{
  max-height: 500px; /* Adjust as needed */
  overflow-y: auto;
}
#chatscroll{
  overflow-y: auto;
}
.message.outgoing {
    justify-content: flex-end;
    align-items: end !important;
}
.tabs {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}
/* Base styles for tab buttons */
.tab-link {
  padding: 10px 20px;
  border: 1px solid transparent;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
}

/* Default button colors */
.tab-link.btn-primary {
  background-color: #007bff;
  color: #fff;
}

.tab-link.btn-secondary {
  background-color: #6c757d;
  color: #fff;
}

/* Hover effects */
.tab-link:hover {
  background-color: #0056b3; /* Darker blue for hover */
  color: #fff;
}

/* Active state styling */
.tab-link.active {
  background-color: #28a745; /* Green color for active state */
  color: #fff;
  border-color: #28a745; /* Optional: matching border color */
  font-weight: bold; /* Optional: make it bold */
}

/* For inactive tabs when one is active */
.tab-link:not(.active) {
  opacity: 0.8; /* Slightly dim inactive tabs */
  background-color: #6c757d;
}


.chat-loader{
    position: absolute;
    width:100%;
    height:100%;
    top: 0;
    left: 0;
    background: rgba(255 , 255 ,255 , 0.8);
    display: flex;
    align-items:center;
    justify-content: center;
    z-index: 99;
}

.calendar-container {
  display: grid;
  grid-template-columns: 100px auto;
  height: 100vh;
  overflow: hidden;
}

/* Sidebar for timings */
.time-column {
  background: #f4f4f4;
  border-right: 1px solid #ddd;
  overflow-y: auto;
}

.time-slot {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  border-bottom: 1px solid #ddd;
}

/* Main Calendar */
.calendar-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  overflow-x: auto;
  position: relative;
}

.calendar-header {
  font-weight: bold;
  text-align: center;
  padding: 10px;
  border-bottom: 1px solid #ddd;
  background: #f0f0f0;
  position: sticky;
  top: 0;
  z-index: 10;
}

.calendar-cell {
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  height: 60px;
  position: relative;
  overflow: hidden;
}

.booking {
  position: absolute;
  left: 5px;
  right: 5px;
  background: #dff0d8;
  border: 1px solid #3c763d;
  padding: 5px;
  border-radius: 3px;
  font-size: 12px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  z-index: 5;
}

.booking-time {
  font-weight: bold;
  display: block;
}

.slotLoader {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px; /* Adjust the height as needed */
}

.wallet-card {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 16px;
    background-color: #f9f9f9;
    margin-top: 10px;
}

.wallet-card .card-title {
    font-size: 16px;
    margin-bottom: 10px;
}

.wallet-card .card-text {
    font-size: 14px;
    margin-bottom: 8px;
}
.badge-orange {
  background-color: #FF9800; /* Bright yellow */
  color: white; /* Text color for contrast */
  padding: 0.25em 0.5em;
  border-radius: 0.25rem;
}

#slotDateHover .time-item:hover {
    background-color: #42cb70;
    color: black;
}

#slotDateHover .time-item:hover h6 {
    color: black;
}

.content-widget .content {
  padding: 100px 0px !important;
  background-color: #fff;
}

/* Skeleton Loader Base Styles */
.skeleton {
  background-color: #dbd9d4;
  border-radius: 5px;
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

/* Label Skeleton Loader */
.label-skeleton {
  width: 150px; /* Adjust based on label size */
  height: 16px;
  margin-bottom: 5px;
}

/* Input Skeleton Loader */
.input-skeleton {
  width: 100%;
  height: 38px; /* Adjust based on input field height */
}

.location-skeleton {
  height: 10.2rem;
}

.review-skeleton {
  height: 8rem;
}

.subscription-skeleton {
  height: 28rem;
}

.chat-skeleton {
  width: 50%;
  height: 1rem;
}

.chat2-skeleton {
  width: 25%;
  height: 1rem;
}
.rectangle-md-skeleton {
  width: 90px;
  height: 50px;
}
.rectangle-lg-skeleton {
  width: auto;
  min-width: 150px;
  max-width: 100%;
  height: 150px;
}
.rectangle-xl-skeleton {
  width: auto;
  min-width: 150px;
  max-width: 100%;
  height: 325px;
}

/* Pulsing Animation */
@keyframes pulse {
  0% {
      opacity: 1;
  }
  50% {
      opacity: 0.6;
  }
  100% {
      opacity: 1;
  }
}

#chat {
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  background-color: blueviolet;
  padding: 5px 5px;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.15) 2.4px 2.4px 3.2px;
}

#chat img { 
  width: 25px;
  height: 25px;
}

.notification-dropdown .noti-content {
  height: 270px;
  overflow-y: auto;
  position: relative;
}

#advertisementOne img {
  height: 10rem;
}

#advertisementOne .text-ad {
  height: 10rem;
}

.payment-radio {
  opacity: 0;
}

.payment-radios input {
  opacity: 0;
}

.payment-radios input + label {
  position: relative;
}

.payment-radios input + label::after {
  position: absolute;
  width: 15px;
  height: 15px;
  border: 1px solid #FF008A;
  content: "";
  left: -20px;
  top: 1px;
  border-radius: 50px;
}

.payment-radios input:checked + label::after {
  position: absolute;
  border: 1px solid #FF008A;
  content: "";
  left: -20px;
  top: 1px;
  border-radius: 50px;
}

.payment-radios input:checked + label::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  background: red;
  border-radius: 50px;
  left: -17.1px;
  top: 4.1px;
}

.payment-radios input:disabled {
  opacity: 0;
}

.badge-no-transform {
    text-transform: none;
}

#chatsidebar {
  max-height: calc(100vh - 135px) !important;
}


.chat-user-custom #chatsidebar{
    max-height: 100vh !important;
    height: calc(100vh - 174px) !important;
}
.chat-user-custom .chat-messages {
    height: calc(100vh - 120px) !important;
}


.message.outgoing p, .message.outgoing a {
  text-align: start;
  transition: all 0.7s;
}
.message.outgoing a i, .message.incoming a i{
  margin: 0px 4px;
}
.message a:hover {
    color: #1f42cc !important;
}
.chat-footer .btn {
  border: 1px solid #1f42cc;
  transition: all 0.6s ;
}
.chat-footer .btn:hover {
  border: 1px solid #ff008a;
}

@media (max-width:767px) {

  .user-side-custom-chat .chat-messages .chats {
    margin-bottom: 10px;
  }
  .chat-messages .chats {
    margin-bottom: 10px;
  }
}

.provider-header .mobile-user-menu {
  display: none !important;
}
.irs--flat .irs-handle>i:first-child {
  left:0% !important;
}

@media (max-width:991px) {

  .provider-header .mobile-user-menu {
    display:flex !important;
  }
  .language-selects::after {
    display: none !important;
  }

}

.table-responsive .table td {
  align-items: left !important;
  justify-content: left !important;
}

.table-responsive .table th {
  align-items: left !important;
  justify-content: left !important;
}

/* Main cookie consent container */
.cookie-consent {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  color: #fff;
  padding: 15px 20px;
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Archivo", sans-serif;
  font-size: 15px;
}

/* Text styling */
.cookie-consent__message {
  margin: 0;
  padding: 0;
  flex: 1;
  font-weight: 500;
  color: #242B3A;
  line-height: 1.5;
}

.message {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Button styling */
.cookie-consent__agree {
  background-color: #4caf50;
  color: #fff;
  border: none;
  padding: 5px 10px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  transition: background-color 0.3s ease;
  margin-left: 15px;
}

.cookie-consent__agree:hover {
  background-color: #45a049;
}

.cookie-consent__decline {
  background-color: #f44336; /* Red */
  color: #fff;
  border: none;
  padding: 5px 10px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  transition: background-color 0.3s ease;
  margin-left: 10px;
}

.cookie-consent__decline:hover {
  background-color: #d32f2f; /* Darker red on hover */
}

/* Responsive behavior */
@media (max-width: 768px) {
  .cookie-consent {
    flex-direction: column;
    text-align: center;
  }

  .cookie-consent__message {
    margin-bottom: 10px;
  }
}

@media (max-width: 1024px) {
  .cookie-consent {
    flex-direction: column;
    text-align: center;
  }

  .cookie-consent__message {
    margin-bottom: 10px;
  }
}

ul.footer-menu {
  margin-bottom: 25px;
}

/* Initially hidden */
.cookie-consent.hidden {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
}

/* Visible state */
.cookie-consent.visible {
  opacity: 1;
  visibility: visible;
}
.loader_front {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(235, 255, 255, 0.9);
  z-index: 9999;
  text-align: center;
  align-items: center;
  justify-content: center;
}

.loader_front .loader-content {
  margin-top: 23rem;
}

#additional_service_list ul {
  list-style-type: disc;
  padding-left: 1rem;
}

.home-category-scroll {
  max-height: 400px;
  overflow-y: auto;
  padding-right: 4px;
}

.provider-head-links a{
  background:transparent;
  width:auto;
}

header .dropdown-menu[data-bs-popper]{
  right:0;
  left:auto;
}
