.h-50px {
    height: 100px;
}
.w-50px {
    width: 140px;
}
.comment-right-margin{
margin-right: 30px;
}
.iti-container {
    position: relative;
}

.iti {
    width: 100%;
}

.iti__flag-container {
    top: 0;
    bottom: 0;
    left: 0;
    padding: 1px;
}

.phone-input {
    padding-left: 90px !important;
}

.iti__selected-flag {
    width: 85px;
    background-color: transparent !important;
}

.dark .iti__selected-flag {
    background-color: rgba(255, 255, 255, 0.1) !important;
}

.dark .iti__country-list {
    background-color: #333;
    border-color: #666;
}

.dark .iti__country {
    color: #fff;
}

.dark .iti__arrow {
    border-top-color: #fff;
}

.dark .iti__country-name,
.dark .iti__dial-code {
    color: #fff;
}

.dark .iti__country.iti__highlight {
    background-color: #555;
}

.dark .phone-input::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.confirm-button-class {
    background-color: red !important;
    border: none !important;
  }
  
  .title-class {
    font-size: 15px !important;
  }
  
  .icon-class {
    font-size: 10px !important;
  }
  
  .confirm-button-class .swal2-icon svg {
    width: 12px !important;
    height: 12px !important;
  }
  
  .swal2-actions .swal2-confirm {
    background-color: #e62323 !important;
    border: none !important;
    box-shadow: none !important;
  }
  
  .swal2-actions .swal2-cancel {
    border-color: #e62323 !important;
    box-shadow: none !important;
    border: none !important;
  }
  
  .swal2-confirm:focus, .swal2-cancel:focus {
    box-shadow: none !important;
    border: none !important;
  }
  
  .swal2-actions button:hover {
    border: none !important;
  }

  .custom-profile{
    object-fit: cover;
  }

  .object-fit-cover {
    object-fit: cover;
  }

.dashboard-sidebar {
  height: 50vh;
  position: sticky;
  top: 0;
}

.custom-btn-xs {
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
  height: 27px;
}

#suggestions li {
  cursor: pointer;
}

#suggestions {
  list-style-type: none;
  padding: 0;
  margin: 0;
  border-radius: 4px;
  max-height: 300px;
  overflow-y: hidden;
  z-index: 1000;
}

.suggestion-item {
  display: flex;
  align-items: center;
  padding: 10px;
  cursor: pointer;
}

.suggestion-item i {
  margin-right: 8px;
}

/* Add this to your CSS */
.scrollabl {
  -ms-overflow-style: none;  /* Hide scrollbar for IE and Edge */
  scrollbar-width: none;     /* Hide scrollbar for Firefox */
}

.scrollabl::-webkit-scrollbar {
  display: none;  /* Hide scrollbar for Chrome, Safari and Opera */
}
/* Hide scrollbar */
.scrollabl {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.scrollabl::-webkit-scrollbar {
  display: none;
}

/* Comment styles */
.comment-item {
  position: relative;
  padding: 15px;
  border-bottom: 1px solid #eee;
  list-style: none;
}

.comment-container {
  display: flex;
  gap: 15px;
}

.avatar {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
}

.avatar img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.comment-content {
  flex-grow: 1;
}

.comment-info {
  margin-bottom: 8px;
}

.c_name {
  font-weight: bold;
  margin-right: 10px;
}

.c_date {
  color: #666;
  font-size: 0.9em;
  margin-right: 10px;
}

.c_reply a {
  color: #007bff;
  text-decoration: none;
}

.comment {
  margin-top: 5px;
}

/* Replies styling */
.replies-list {
  margin-left: 65px; /* Indent replies */
  padding-left: 0;
  list-style: none;
}

.replies-list .comment-item {
  border-bottom: none;
  padding-bottom: 10px;
}

/* Optional: Add hover effect */
.comment-item:hover {
  background-color: #f8f9fa;
}

.bottom-sheet {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  transform: translateY(100%);
  transition: transform 0.3s ease-out;
  z-index: 1050;
}
.bottom-sheet.show {
  transform: translateY(0);
}
@media (min-width: 1025px) {
  .bottom-sheet {
      display: none;
  }
}

.user-sidebar-img{
  object-fit: cover;
}

.header-img-max-height{ 
  max-height: 20px;
  max-width: 150px;
}

.max-height-500 {
  max-height: 500px;
  overflow: auto;
}

.custim-left-margin-10{
  margin-left: 10px !important;
}

.scrollable-container {
  max-height: 150px;
  overflow-y: auto;
  scrollbar-width: none;
}

.scrollable-container::-webkit-scrollbar {
  display: none;
}

/* Header profile dropdown */
.profile-container {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: white;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  border-radius: 5px;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  background-color: #f1f1f1;
}

.show {
  display: block;
}
/* Header profile dropdown End*/

.edit-icon {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 95px;
  right: 355px !important;
  z-index: auto
}

@media (max-width: 1260px) {
  .edit-icon {
      top: 95px;
      right: 320px !important;
  }
}
@media (max-width: 780px) {
  .edit-icon {
      top: 95px;
      right: 255px !important;
  }
}

@media (max-width: 440px) {
  .edit-icon {
      top: 95px;
      right: 80px !important;
  }
}

@media (max-width: 380px) {
  .edit-icon {
      top: 95px;
      right: 62px !important;
  }
}

.pointer-cursor{
    cursor: pointer !important;
}

.logo-image-box{
  height: 95px;
  width: 100%;
    display: flex !important;
    justify-content: center;
    align-items:center;
    padding: 7px;
}
.logo-image-box a{
    width: 100%;
    height: 100%;
}
.logo-image-box img{
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.uc-header.header-seven.uc-sticky-below .uc-bottom-navbar .uc-navbar {
    min-height: 96px !important;
}
