.modal-body.min-body {
    min-height: 50vh;
    max-height: 75vh;
    overflow-y: auto;
}
.card-client-avatar {
    width: 100px;
    height: 100px;
    object-fit: cover;
}
.btn-list {
    display: flex;
    align-items: center;
}

.btn-separator {
    display: inline-block;
    width: 1px;
    height: 24px;
    background-color: #ddd; /* Faint line color */
    margin: 0 10px; /* Add spacing around the separator */
}

.w-12px {
    width: 12px;
}

.toast-container {
    z-index: 1050
}

.hh-90{
    height: 90vh;
}

.editable-div {
    outline: none;
}

.mh-200 {
    min-height: 200px;
}

.tall-textarea {
    min-height: 100px !important;
}

.tox-promotion, .tox-statusbar__right-container {
    display: none !important;
}

.mw-200 {
    min-width: 200px !important;
}

.scrollable-container {
    max-height: 75vh; 
    overflow-y: scroll;
}

.scrollable-container-sm {
    max-height: 300px; 
    overflow-y: scroll;
}

.fs-tiny {
    font-size: 0.6em;
    line-height: 0.4em !important;
}

.large-image {
    width: 30vw;
}

.full-height {
    height: 100%;
}

.narrow-select {
    max-width: 100px;
}

.cut-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.grow-hover {
    transition: transform 0.3s ease-in-out;
  }

.grow-hover:hover {
    transform: scale(1.05);
    cursor: pointer;
}
.card-shadow {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 2px 4px 0 rgba(0, 0, 0, 0.10) !important;
}

#page-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8); /* Semi-transparent white background */
    display: none; /* Hidden by default */
    justify-content: center;
    align-items: center;
    z-index: 9999; /* Ensure it's on top of everything */
    backdrop-filter: blur(5px); /* Blur the content behind the overlay */
}
.gradient-text {
    background: linear-gradient(45deg, #FF7EB9, #7FC7FF); /* Cyan to Pink */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: #7FC7FF; /* Fallback color */
    font-size: 1.75rem !important; /* Adjust font size as needed */
    font-weight: bold; /* Optional: Make the text bold */
    background-size: 200% 100%; /* Double the width of the gradient */
    background-position: 100% 0; /* Start the gradient at the end */
    animation: gradient-shift 3s linear infinite; /* Optional: Add animation */
}

.grayscale-text {
    background: linear-gradient(45deg, #888, #DDD); /* Grayscale gradient */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: #888; /* Fallback color */
    font-size: 1.25rem !important; /* Match font size */
    font-weight: 400; /* Match font weight */
}

.quick-actions .autoComplete_wrapper {
    width: 100% !important;
}

.autoComplete_wrapper input {
    width: inherit !important;
}

.wrap-content { 
    word-wrap: break-word;
}
.card-hover-lift {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    cursor: pointer;
  }
  
  .card-hover-lift:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08);
  }
#autoComplete {
    width: 250px !important;
}

.profile-container {
    min-height: 50vh;
}

.gradient-border-bottom {
    border: none;
    border-bottom: 2px solid transparent;
    border-image: linear-gradient(45deg, #D56290, #5A99CE) 1;
}

.gradient-border-right {
    border: none;
    border-right: 2px solid transparent;
    border-image: linear-gradient(45deg, #D56290, #5A99CE) 1;
}

.progress-bar-gradient {
    background-image: linear-gradient(45deg, #4DA6E0, #764CEE) !important;
}

.shepherd-content {
    border: 1px solid #066fd1;
    border-radius: 0.5rem;
    padding: 0 !important;
    box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.2) !important;
}

.tabler-shepherd.shepherd-theme-arrows .shepherd-content {
  padding: 1.5rem;
  background-color: #ffffff;
  font-family: "Inter", sans-serif;
  box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.05);
}

.tabler-shepherd .shepherd-header {
  font-size: 1.25rem;
  font-weight: 600;
  border-bottom: 1px solid #eaecef;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
}

.tabler-shepherd .shepherd-text {
  font-size: 1rem;
  color: #495057;
  line-height: 1.5;
}

.tabler-shepherd .shepherd-footer {
  display: flex;
  justify-content: flex-end;
  gap: 0.5rem;
  padding-top: 1rem;
}

.tabler-shepherd .shepherd-button {
  font-size: 0.875rem;
  padding: 0.5rem 1rem;
  border-radius: 0.375rem;
  border: 1px solid transparent;
  background-color: #206bc4;
  color: #fff;
  transition: background-color 0.2s ease;
}

.tabler-shepherd .shepherd-button:hover {
  background-color: #1b60af;
}

.shepherd-arrow:before {
    border: 2px solid #066fd1;
    background-color: white;
}

.grey-button {
    /**
     * Grey tabler button for shepherd
     */
    background-color: #e9ecef !important;
    color: #495057 !important;
}

@media (max-width: 991.98px) {
    #main-app-navbar .navbar-nav {
        justify-content: center !important;
        text-align: center !important;
    }
    #main-app-navbar .client-search-box {
        width: 100% !important;
        margin-right: 0 !important;
    }
    #main-app-navbar .client-search-box input {
        width: 100% !important;
    }
}
@media (min-width: 992px) {
    #main-app-navbar .navbar-nav {
        justify-content: flex-start !important;
        text-align: left !important;
    }
    #main-app-navbar .client-search-box {
        width: auto !important;
        margin-right: 1rem !important;
    }
    #main-app-navbar .client-search-box input {
        width: auto !important;
    }
}

.nav-search {
    height: 30px !important;
    border-image: linear-gradient(45deg, #e0e0e0, #cccccc) 1;
    transition: box-shadow 0.3s, border 0.3s;
    border-radius: 0px !important;
    min-width: 120px;
}

.rounded-input {
    border-radius: 0.25rem !important;
    height: 40px !important;
}

.nav-search:focus {
    box-shadow: none !important;
    border-image: linear-gradient(45deg, #AE3EC9, #7FC7FF) 1;
    background-clip: padding-box !important;
    border-radius: 0.25rem !important;
}

.gradient-border {
    border-image: linear-gradient(45deg, #AE3EC9, #7FC7FF) 1 !important;
    border-radius: 0.25rem !important;
}

@media (min-width: 992px) { /* lg and up */
    .nav-search {
        min-width: 250px;
    }
}
.modal-big {
    max-width: 90vw !important;
}
.short-field {
    max-width: 60px;
}
.form-floating-sm .form-control {
    padding-top: 0.75rem;
    padding-bottom: 0.25rem;
    font-size: 0.875rem; /* matches sm size */
    height: auto;
}

.form-floating-sm label {
    font-size: 0.75rem;
    padding: 0.25rem 0.75rem;
}