.btn-primary {
    background-color: #26B54D !important;
    border-color: #26B54D !important;
    box-shadow: 0 0.125rem 0.25rem 0 rgba(0, 150, 189 0.25);
}
.text-primary{
    color: #26B54D !important;
}
.form-control:focus, .form-select:focus {
    border-color: #26B54D !important;
}
.input-group:focus-within .form-control, .input-group:focus-within .input-group-text {
    border-color: #26B54D;
}
.form-check-input:focus {
    border-color: #26B54D;
    box-shadow: 0 2px 4px 0 rgba(0, 150, 189 0.25);
}
.form-check-input:checked, .form-check-input[type=checkbox]:indeterminate {
    background-color: #26B54D;
    border-color: #26B54D;
    box-shadow: 0 2px 4px 0 rgba(0, 150, 189 0.25)
}
.bg-menu-theme .menu-inner > .menu-item.active > .menu-link, .bg-menu-theme .menu-item.active > .menu-link:not(.menu-toggle) {
    color: #26B54D;
    background-color: rgba(0, 150, 189 0.25) !important;
}
.bg-menu-theme .menu-inner > .menu-item.active:before {
    background: #26B54D;
}
.bg-pagination {
    background-color: #26B54D !important;
}

.bg-menu-theme .menu-sub > .menu-item.active > .menu-link:not(.menu-toggle):before {
    background-color: #26B54D !important;
    border: 3px solid #e7e7ff !important;
}
.modal-header {
    border-bottom: 1px solid #26B54D;
}
.modal-body {
    background-color: #f3f3f3;
}
#assign_user > .select2-container {
    margin-top: 20px;
}
#alert {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 9999;
    
}

#alert .btn-close {
    position: absolute;
    top: 15px;
    right: 15px;
    padding: 0.5rem 0.75rem;
    margin: -0.5rem -0.75rem;
    background-color: transparent;
    border: 0;
    font-size: 1.25rem;
    line-height: 1;
    color: #000;
    opacity: 0.5;
}

#alert .btn-close:hover {
    color: #000;
    opacity: 0.75;
}

th{
    background-color: #f4f4f4 !important;
}
.lb-image {
    max-width: none;
    width: auto;
    height: auto;
}

/* Hide the navigation arrows on the sides */
.lb-prev, .lb-next {
    display: none;
}

/* Customize scrollbar appearance */
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #d2d2d2;
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: #d7d7d7;
}

/* Overflow scroll for Y-axis only */
.overflow-scroll-y {
    overflow-y: auto;
    max-height: calc(100vh - 150px); /* Adjust as needed */
}
.chat-container {
    max-width: 600px;
    margin: auto;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}
.chat-header {
    background-color: #26B54D;
    color: #ffffff;
    padding: 15px;
    text-align: center;
    border-bottom: 1px solid #e9ecef;
}
.chat-messages {
    max-height: 545px;
    overflow-y: auto;
    padding: 15px;
}
.message {
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 8px;
}
.message svg {
    min-width: 50px;
    min-height: 50px;
}
.owner-message {
    background-color: #f0f0f0;
    color: #333333;
    text-align: left;
    max-width: 300px;
}
.renter-message {
    background-color: #26B54D;
    color: #ffffff;
    text-align: right;
    max-width: 380px;
    margin-left: 50px;
}
.message-text {
    font-size: 14px;
    margin-bottom: 5px;
}
.message-time {
    font-size: 12px;
    color: #888888;
}
.input-group-text {
    background-color: #26B54D;
    color: #ffffff;
    border-color: #26B54D;
    cursor: pointer;
}
.input-group-text:hover {
    background-color: #2b081f;
    border-color: #2b081f;
}
.input-group input {
    border-radius: 0;
}
.text-info{
    color: #2b081f !important;
}

.appLogo {
    height: 180px;
}

.bg-menu-theme{
    background-color: #d9f0f0 !important;
}


.layout-wrapper:not(.layout-horizontal) .bg-menu-theme .menu-inner .menu-item .menu-link {
    border-radius: 1.375rem;
}

.bg-menu-theme .menu-inner>.menu-item.active>.menu-link {
    color: #696cff;
    background-color: #fff !important;
}

.bg-menu-theme .menu-inner > .menu-item.active > .menu-link, .bg-menu-theme .menu-item.active > .menu-link:not(.menu-toggle) {
    color: #301400;
    background-color: rgba(0, 150, 189 0.25) !important;
}

.bg-menu-theme .menu-link, .bg-menu-theme .menu-horizontal-prev, .bg-menu-theme .menu-horizontal-next {
    color: #101313;
}

.bg-menu-theme .menu-inner-shadow {
    background: linear-gradient(#bcdfde21 30%, rgba(255, 255, 255, 0.11) 95%, rgba(255, 255, 255, 0));
}



/* Notification List Stylijng */
.notification-box {
    margin: 0;
    position: relative;
    border-right: 1px solid #E0E0E0;
    padding-right: 15px;
  }
  
  @media (max-width: 991px) {
    .notification-box {
      border: 0;
      padding-right: 0;
    }
  }
  
  .notification-box::after {
    content: '';
    width: 10px;
    height: 10px;
    /* background: #F65555; */
    border-radius: 100%;
    position: absolute;
    top: 4px;
    right: 16px;
    display: none;
  }
  
  @media (max-width: 991px) {
    .notification-box::after {
      right: 3px;
    }
  }
  
  .notification-box .dropdown-toggle {
    padding: 0;
  }
  
  .notification-box .dropdown-toggle:focus {
    box-shadow: none;
  }
  
  .notification-box .dropdown-toggle::after {
    display: none;
  }
  
  .notification-box .dropdown-toggle svg {
    margin-left: 0;
  }
  
  /* Dropdown Styles */
  .notification-box .dropdown-menu {
    min-width: 400px;
    padding: 20px;
    top: 42px;
    box-shadow: 0 0 60px 0 #0000001F;
    border-radius: 16px;
    border: none;
    left: -290px;
  }
  
  @media (max-width: 425px) {
    .notification-box .dropdown-menu {
      min-width: 300px;
    }
  }
  
  @media (max-width: 375px) {
    .notification-box .dropdown-menu {
      min-width: 270px;
    }
  }
  
  .notification-box .dropdown-menu::before {
    content: "";
    width: 30px;
    height: 30px;
    background: #fff;
    position: absolute;
    top: -15px;
    right: 0;
    transform: rotate(45deg);
    left: 0;
    margin: auto;
  }
  
  @media (max-width: 991px) {
    .notification-box .dropdown-menu::before {
      display: none;
    }
  }
  
  .notification-box .dropdown-menu .dropdown-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
    color: #181A20;
    margin: 0;
  }
  
  .notification-box .dropdown-menu .backBtn {
    display: none;
  }
  
  @media (max-width: 767px) {
    .notification-box .dropdown-menu .backBtn {
      display: block;
      width: 20px;
      height: 20px;
      position: absolute;
      top: 15px;
    }
  }
  
  /* Notification Lists */
  .notification-box .dropdown-menu .notify-lists {
    border-top: 1px solid #E2E8F0;
    margin: 15px 0 0;
    padding: 15px 0;
  }
  
  .notification-box .dropdown-menu .notify-lists .all-notifications a {
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0.2px;
    color: #2563EB;
    background: #EFF6FF;
    border-radius: 23px;
    text-decoration: none;
    padding: 8px 17px;
  }
  
  .notification-box .dropdown-menu .notify-lists .unread a {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0.2px;
    color: #94A3B8;
    background: #F1F5F9;
    border-radius: 23px;
    text-decoration: none;
    padding: 8px 17px;
  }
  
  .notification-box .dropdown-menu ul {
    list-style-type: none;
    padding: 0;
  }
  
  @media (max-width: 991px) {
    .notification-box .dropdown-menu ul li {
      margin-bottom: 0;
    }
  }
  
  .notification-box .dropdown-menu .today {
    font-family: "Gilroy";
    font-size: 12px;
    font-weight: 600;
    line-height: 19.2px;
    letter-spacing: 1px;
    color: #94A3B8;
    margin-block: 8px;
  }
  
  /* Chats Section */
  .notification-box .dropdown-menu .chats {
    height: 500px;
    overflow-y: scroll;
  }
  
  .notification-box .dropdown-menu .message-wrapper {
    border-radius: 12px;
  }

  .notification-box .dropdown-menu .message-wrapper .chat-message h3 a {
    display: inline-block;
    font-size: 14px !important;
    font-weight: 600;
    line-height: 22.4px;
    letter-spacing: 0.20px;
    color: #282828;
    text-decoration: none;
    background: none;
    padding-left: 0 !important;
  }
  
  .notification-box .dropdown-menu .message-wrapper .chat-message p {
    font-size: 12px;
    font-weight: 500;
    line-height: 19.2px;
    color: #94A3B8;
  }
  
  .notification-box .dropdown-menu .unread {
    background-color: #F6F8FB;
    border: 1px solid #F8FAFC;
    padding: 18px 16px;
  }
  
  .notification-box .dropdown-menu .read {
    padding: 0;
  }
  
  .notification-box .dropdown-menu .time {
    font-size: 10px;
    font-weight: 500;
    line-height: 16px;
    color: #94A3B8;
  }
  
  /* Scrollbar Styles */
  .notification-box .dropdown-menu .chats::-webkit-scrollbar {
    width: 8px;
  }
  
  .notification-box .dropdown-menu .chats::-webkit-scrollbar-track {
    background: #ffffff;
    border-radius: 5px;
  }
  
  .notification-box .dropdown-menu .chats::-webkit-scrollbar-thumb {
    background: #e2e8f0;
    border-radius: 5px;
  }
  
  #notifications-container{
    overflow-y: scroll;
    height: 500px;
  }

.upload-images ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.upload-images ul li:nth-child(1) {
  width: 150px;
  height: 150px;
  background: #e9e9e9b5;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.upload-images ul li {
  position: relative;
}

.upload-images ul li .upload-btn-wrapper input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.img-preview {
  width: 152px;
  height: 152px;
  border-radius: 14px;
  object-fit: cover;
}

.upload-images ul li .delete {
  position: absolute;
  right: -12px;
  top: -12px;
}



.chat_screen .box .message_base_parent {
  border: 1px solid #e8ecf3;
}

.chat_screen .box .message_base_parent {
  padding: 0 0;
  border-radius: 22px;
  background: #fefefe;
}

.chat_screen .box .message_base_parent .message_box_inner .top_box_inner {
  border-radius: 22px 22px 0 0;
  background: #e8ecf3;
  padding: 20px;
  margin-bottom: 50px;
}

.position-relative {
  position: relative !important;
}

.chat_screen .box .message_base_parent .message_box_inner .chat_wrapper_inner {
  height: 60vh;
  overflow-y: scroll;
}

.chat_screen .box .message_base_parent .message_box_inner .chat_wrapper_inner .sent_message {
  text-align: right;
  padding: 10px 30px;
  width: 100%;
}

.float-end {
  float: right !important;
}

.chat_screen .box .message_base_parent .message_box_inner .chat_wrapper_inner .recieve_message {
  text-align: left;
  padding: 10px 30px;
  width: 100%;
}

.float-start {
  float: left !important;
}

.chat_screen .box .message_base_parent .message_box_inner .chat_wrapper_inner span {
  color: #9e9e9e;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: .2px;
}

.chat_screen .box .message_base_parent .message_box_inner .chat_wrapper_inner .recieve_message p {
  background: #060b16;
  max-width: 285px;
  padding: 10px 20px;
  position: relative;
  margin: 0 auto 0 0;
  border-radius: 22px;
  border-top-left-radius: 0;
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: .2px;
}

.chat_screen .box .message_base_parent .message_box_inner .chat_wrapper_inner .sent_message p {
  background: #94a3b8;
  max-width: 285px;
  padding: 10px 20px;
  position: relative;
  margin: 0 0 0 auto;
  border-radius: 22px;
  border-top-right-radius: 0;
  color: #fcfcfc;
  font-size: 12px;
  font-style: normal;
  text-align: left;
  font-weight: 400;
  letter-spacing: .2px;
}
.sent_message img {
  margin-left: auto;
}

.chat-media {
  max-width: 300px;
  max-height: 300px;
}

.chat-media {
  display: block;
}

.upload-img-note{
  font-size: 12px;
  color: red;
}

.copied{
  color: #26B54D;
}