.stat .ti-point-filled {
    font-size: 8px;
}

.cursor-pointer {
    cursor: pointer;
}

.dropdown-toggle-icon {
    font-size: 20px;
}

.dropdown-menu-custom {
    display: flex;
    padding: 8px 0px;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 4px;
    border: 1px solid #EEE;
    background: #FFF;
    position: absolute;
    right: 0;
    top: 24px;
    min-width: 200px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 10;
}

.dropdown-item-custom {
    display: flex;
    width: 100%;
    height: 40px;
    padding: 12px;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #333;
    cursor: pointer;
    transition: background 0.2s ease-in-out;
}

.dropdown-item-custom:hover {
    background-color: var(--color-white) !important;
    color: var(--color-secondary);
}

.dropdown-item-custom:hover {
    background: #f5f5f5;
}