.layout-mode-rtl div.dataTables_wrapper div.dataTables_filter {
    text-align: left;
}

.iti__country {
  padding: 5px 10px;
  outline: none;
  display: flex;
  align-items: center;
}
.iti__country-list--dropup{
  left:0;
}

.message.incoming {
  justify-content: flex-start;
}
.message p, .message a {
  padding: 10px 15px;
  border-radius: 15px;
  max-width: 60%;
  word-wrap: break-word;
}
.message.outgoing {
  justify-content: flex-end;
}
.message.incoming p, .message.incoming a {
  background-color: #f1f0f0;
  color: #333;
  text-align: left;
}
.message.outgoing p, .message.outgoing a {
  background-color: #d1f7c4;
  color: #333;
  text-align: right;
}
.message {
  display: flex;
  align-items: flex-end;
  margin-bottom: 10px;
}
.chat-message {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
}
.form-buttons {
  top: -6px;
  position: relative;
}
.chat-footer .btn {
  background: #1f42cc;
  color: #FFF;
}
.language-selects img{
  width: 20px;
  height: 20px;
  border-radius: 50%;
  object-fit: cover;
}
.toast{
  display: flex;
  align-items: center;
  justify-content: center;

}
 .toast-message{
  padding:7px 15px 7px 45px !important;
  color:#fff !important;
  position: relative !important;
  z-index: 99 !important;
}
 .toast-close-button{
  margin-top: 10px;
  right: 10px;
}
.toast-container{
  max-width: 200px;
}
.toast-top-right {
  top: 12px;
  right: 162px;
}

.layout-mode-rtl  .userchat {
    display: none;
}
.layout-mode-rtl .contact-search-list {
    border: 1px solid #ddd;
  }

  .layout-mode-rtl .listdropdown {
    position: absolute;
    top: 100%;
    right: 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;
  }

  .layout-mode-rtl .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;
    }

    .listdropdown-item:not(:last-child) {
        border-bottom: 1px solid #f0f0f0;
    }
    .listdropdown-item {
        padding: 10px 15px;
        font-size: 14px;
        cursor: pointer;
        transition: background-color 0.2s ease;
    }
}

.review-img img {
  width: 87px;
  height: 60px;
}

.layout-mode-rtl .review-img img {
  width: 87px;
  height: 60px;
}

.layout-mode-rtl .toast-close-button{
  right: -90px;
}

.category_table_img {
  width: 50px;
}



.progressbar {
    counter-reset: step;
  }

  .progressbar li {
    list-style-type: none;
    float: left;
    width: 14.2857142857%;
    position: relative;
    text-align: center;
  }

  .progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #dcdcdc;
    display: block;
    text-align: center;
    margin: 0 auto 10px auto;
    border-radius: 50%;
    background-color: #fff;
  }

  .progressbar li:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #dcdcdc;
    top: 15px;
    left: -50%;
    z-index: -1;
  }

  .progressbar li:first-child:after {
    content: none;
  }

  .progressbar li.active {
    color: #FFA51D;
  }

  .progressbar li.active:before {
    border-color: #FFA51D;
  }

  .progressbar li.active+li:after {
    background-color: #FFA51D;
  }

  @media screen and (max-width: 767px) {
    .progressbar li span {
        display: none;
    }
  }
  .installer-progress-bar {
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .installer-main .card .card-header {
    align-items: center;
  }
  .installer-main .card .card-header p {
    margin-bottom: 0;
  }
  .installer-main label {
    margin-bottom: 5px;
    font-weight: 500;
    color: #242B3A;
  }
  .badge.badge-primary-transparent {
    background: #FFECF5;
    color: #FFA51D;
  }

.layout-mode-rtl .toast-top-right {
  top: 12px;
  right: auto;
  left: 160px;
}
@media (min-width: 992px) {
  .provider-header .dropdown-menu{
    min-width: 420px;
  }
}

.layout-mode-rtl .toggle-password {
  right: auto;
  left: 10px;
}

.layout-mode-rtl .toggle-passwords {
  right: auto;
  left: 10px;
}

.layout-mode-rtl .toggle-passworda {
  right: auto;
  left: 10px;
}
#chatsidebar{
  max-height: unset !important;
  overflow-y: auto;
}
#chatscroll{
  overflow-y: auto;
}
.message.outgoing {
    justify-content: flex-end;
    align-items: end !important;
}
.badge-orange {
  background-color: #FF9800; /* Bright yellow */
  color: white; /* Text color for contrast */
  padding: 0.25em 0.5em;
  border-radius: 0.25rem;
}
.provider-head-links a {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #F4F5F5;
}

.provider-head-links .notification-dropdown .dropdown-body a {
  width: 100%;
  height: 100%;
  border: none;
  background-color: transparent;
}

.provider-head-links .notification-dropdown .dropdown-body h6 {
  font-size: 16px;
}

.provider-head-links .notification-dropdown .notification-footer-btn a {
  width: 100%;
  height: 100%;
  border: 0;
}

#toast-container > div.toast-success .toast-message {
  padding: 15px 15px 15px 45px !important;
}

.content-widget .content{
  padding:60px 0 100px !important;
}

.min-w-200px {
  min-width: 200px;
}

.category-img {
  width: 40px;
  height: 40px;
  object-fit: cover;
}

/* 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;
  height: 16px;
  margin-bottom: 5px;
}

.data-skeleton {
  height: 35px;
}

.card-skeleton {
  width: auto;
  min-width: 150px;
  max-width: 100%;
  height: 40px;
  /* margin-bottom: 10px; */
}

/* Input Skeleton Loader */
.input-skeleton {
  width: 100%;
  height: 38px; /* Adjust based on input field height */
}

.rectangle-md-skeleton {
  width: 90px;
  height: 50px;
}
.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;
  }
}

@media (max-width: 991px) {
    .slide-nav + .sidebar {
        margin-left: 0;
    }
}

.chat-image{
  height: 16px;
  width: 16px;
}

.chat-user-1 {
  max-height: 800px;
}
.chat-messages {
  max-height: 800px;
}
.chat-messages .chats {
  margin-bottom: 160px;
}

.message.outgoing p, .message.outgoing a {
  text-align: start;
  transition: all 0.7s;
}
.message a:hover {
    color: #1f42cc !important;
}
.message.outgoing a i, .message.incoming a i{
  margin: 0px 4px;
}
.chat-footer .btn {
  border: 1px solid #1f42cc;
  transition: all 0.6s ;
}
.chat-footer .btn:hover {
  border: 1px solid #ff008a;
}

@media (max-width:767px) {
  .chat-messages .chats {
    margin-bottom: 30px;
  }
}

#additional_service_list ul {
  list-style-type: disc;
  padding-left: 1rem;
}

.payment_icon {
  height: 21px;
  width: 48px;
}

.search-icon-right {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  line-height: 0;
}

.search_btn {
  background-color: transparent;
  border: 0;
  line-height: 0;
}

.layout-mode-rtl .search-icon-right {
  left: 10px;
  right: auto;
}