.dropdown-menu-table {
    position: fixed;
    top: unset;
    left: unset;
}

.dropdown-link-table {
    right: 0;
    top: unset;
    left: unset;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.dropdown-item-disabled {
    background: none;
    color: #999999;
    cursor: not-allowed;
    pointer-events: none;
    touch-action: none;
}

.focus-green:hover,
.focus-green:focus {
    color: #69AA46;
}

.btn-gray {
    background-color: #677075 !important;
    border-color: #565d62 !important;
}

.password-change {
    height: 30px;
    padding-top: 12px;
}

label {
    padding-top: 3px;
}

.help-bubble {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px;
    z-index: 1;
}

.help-bubble::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent #f9f9f9 transparent transparent;
}

.table-quick-filter {
    display: flex;
    position: absolute;
    right: 50px;
    top: 12px;
}

.table-quick-filter span {
    left: -10px;
    top: -10px;
    position: relative;
}

.table-striped > tbody > tr.data-table-highlight > td,
.table-striped > tbody > tr.data-table-highlight > th {
    background-color: #f1dd38 !important;
}

.image-link {
    display: inline-block;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease-in-out;
    text-decoration: none;
    margin: 0px 8px 8px 0px;
}

.image-link:hover {
    border-color: #e74c3c;
    transform: scale(1.05);
}

.image {
    display: block;
    object-fit: cover;
    border-radius: 10px;
}
