.position-absolute.position-sm-relative.m-2.m-sm-0.top-0.end-0.btn.btn-icon.ms-sm-auto{
    height: unset !important;
}
#address-div .card.card-flush{
    background-color: antiquewhite;
    min-height: 150px;
    max-height: 500px;
    overflow-y: overlay;
}
tr td {
    overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 150px;
}
.timeline-label .timeline-item {
    position: relative;
    margin-bottom: 0;
    padding-bottom: 1.7rem;
}
.timeline-label .timeline-item::before {
    content: "";
    position: absolute;
    left: 51px;
    width: 3px;
    top: 0;
    bottom: 0;
    background-color: transparent;
}
.timeline-label .timeline-item.text-success::before {
    background-color: var(--kt-text-success) !important;
    /* height: 90%; */
}
.timeline-item.text-success .timeline-badge {
    background-color: var(--kt-text-success) !important;
    border: 6px solid var(--kt-text-success) !important;
}
.additional-tables-container {
    max-height: 400px;
    overflow-y: scroll;
}

/* CUSTOM IMAGE PREVIEW */
.image-upload {
    position: relative;
    display: inline-block;
    width: 100%;
    /* max-width: 150px; */ /* Max width */
    margin: 0 auto;
}

.image-preview-class {
    position: relative;
    width: 100%;
    /* padding-top: 100%; */ /* Aspect ratio 1:1 */
    overflow: hidden;
    border-radius: 12px;
    border: 2px solid #ddd;
    background-color: #f8f9fa;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    height: 100px;
    width: 100px;
}

.image-preview-class img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
    transition: transform 0.3s ease;
    cursor: context-menu;
}

.image-preview-class:hover {
    border-color: #ece8e2;
    box-shadow: 0 6px 12px rgba(0,0,0,0.3);
}

.image-preview-class:hover img {
    transform: scale(1.05);
}

.placeholder-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #6c757d;
    font-size: 0.875rem;
    text-align: center;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    border-radius: 12px;
}
.cursor-context-menu {
    cursor: context-menu !important;
}
/* 
.input-group {
    margin-bottom: 1.5rem;
} */
/* OVER HERE */
.auth-logo {
    height: 165px !important;
}
